* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}html,body {
    auto
contain
touch-action: none;
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-snap-type: none;
}.top_prime_o {
    flex: 1 0 auto;
}.vr_labs_K {
    flex: 0 0 auto;
}.container {
    width: 1220px;
    margin: auto;
    max-width: 100%;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.wrapper-bundle_m {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact_panel_1 {
    overflow: hidden;
    position: relative;
    background: #000000;
    padding: 100px 0;
    color: #ffffff;
}.contact_panel_1::before {
    z-index: 1;
    height: 100%;
    position: absolute;
    opacity: 0.2;
    content: "";
    background: linear-gradient(135deg, rgb(177,178,206,0.5) 0%, transparent 50%, rgb(141,136,174,0.5) 100%);
    width: 100%;
    left: 0;
    top: 0;
}.contact_panel_1::after {
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(177,178,206), transparent);
    bottom: 0;
    left: 0;
    height: 1px;
    z-index: 1;
}.contact_panel_1 .pic_zoom_4 {
    mix-blend-mode: luminosity;
    filter: saturate(0.6) contrast(1.3);
    opacity: 0.15;
    top: 0;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
}.contact_panel_1 .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.contact_panel_1 h3 {
    position: relative;
    font-size: 46px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgb(177,178,206,0.5), 0 0 20px rgb(177,178,206,0.5);
    color: #ffffff;
}.contact_panel_1 h3::before {
    bottom: -20px;
    height: 3px;
    position: absolute;
    box-shadow: 0 0 10px rgb(177,178,206), 0 0 20px rgb(177,178,206);
    background: rgb(177,178,206);
    content: "";
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    left: calc(50% - 100px);
    width: 200px;
}.contact_panel_1 .query_feedback_b {
    background: rgba(15, 15, 20, 0.8);
    display: flex;
    flex-wrap: wrap;
    border-radius: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5), 0 0 15px rgb(177,178,206,0.5);
    clip-path: polygon(
        0 0, 
        calc(100% - 20px) 0, 
        100% 20px, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        20px 100%, 
        0 calc(100% - 20px)
    );
    overflow: hidden;
    border: 1px solid rgb(177,178,206,0.5);
    position: relative;
}.contact_panel_1 .query_feedback_b::before {
    z-index: 3;
    right: 0;
    height: 2px;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(177,178,206), transparent);
    content: "";
}.contact_panel_1 .query_feedback_b::after {
    height: 2px;
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(141,136,174), transparent);
    z-index: 3;
    left: 0;
    position: absolute;
    content: "";
    bottom: 0;
}.contact_panel_1 .message_message_p {
    padding: 50px;
    z-index: 2;
    flex: 1 1 60%;
    position: relative;
}.contact_panel_1 .message_message_p h3 {
    font-size: 22px;
    text-align: left;
    text-shadow: none;
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(177,178,206);
}.contact_panel_1 .message_message_p h3::before {
    display: none;
}.contact_panel_1 .message_message_p input[type="text"],
.contact_panel_1 .message_message_p textarea {
    border-radius: 0;
    margin-bottom: 20px;
    color: #ffffff;
    padding: 16px 20px;
    font-size: 12px;
    transition: all 0.3s ease;
    width: 100%;
    border-left: 3px solid rgb(177,178,206);
    font-family: Arial, sans-serif;
    border: 1px solid rgb(177,178,206,0.5);
    background: rgba(0, 0, 0, 0.3);
}.contact_panel_1 .message_message_p input[type="text"]::placeholder,
.contact_panel_1 .message_message_p textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.contact_panel_1 .message_message_p input[type="text"]:focus,
.contact_panel_1 .message_message_p textarea:focus {
    box-shadow: 0 0 15px rgb(177,178,206,0.5);
    background: rgba(0, 0, 0, 0.5);
    border-color: rgb(177,178,206);
    outline: none;
}.contact_panel_1 .message_message_p textarea {
    min-height: 150px;
    resize: vertical;
}.contact_panel_1 .message_message_p .support_links_W {
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
}.contact_panel_1 .message_message_p .support_links_W input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_panel_1 .message_message_p .support_links_W label {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 35px;
    position: relative;
    line-height: 1.6;
    font-size: 15px;
}.contact_panel_1 .message_message_p .support_links_W label::before {
    left: 0;
    border: 1px solid rgb(177,178,206,0.5);
    width: 20px;
    content: "";
    transition: all 0.3s ease;
    height: 20px;
    background: rgba(0, 0, 0, 0.3);
    top: 2px;
    position: absolute;
}.contact_panel_1 .message_message_p .support_links_W input[type="checkbox"]:checked + label::before {
    border-color: rgb(177,178,206);
    background: rgb(177,178,206);
    box-shadow: 0 0 10px rgb(177,178,206,0.5);
}.contact_panel_1 .message_message_p .support_links_W input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    left: 7px;
    position: absolute;
    height: 12px;
    content: "";
    width: 6px;
    transform: rotate(45deg);
    top: 4px;
    border: solid #ffffff;
}.contact_panel_1 .message_message_p .support_links_W a {
    border-bottom: 1px solid rgb(177,178,206,0.5);
    color: rgb(177,178,206);
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}.contact_panel_1 .message_message_p .support_links_W a:hover {
    text-shadow: 0 0 5px rgb(141,136,174);
    border-bottom-color: rgb(141,136,174);
    color: rgb(141,136,174);
}.contact_panel_1 .message_message_p .help_message_0 {
    font-size: 17px;
    text-transform: uppercase;
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
    color: #ffffff;
    overflow: hidden;
    border: none;
    letter-spacing: 1px;
    padding: 16px 30px;
    transition: all 0.3s ease;
    font-weight: 600;
    background: rgb(177,178,206);
    cursor: pointer;
    position: relative;
}.contact_panel_1 .message_message_p .help_message_0::before {
    transition: all 0.5s ease;
    left: -100%;
    content: "";
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    position: absolute;
    width: 100%;
    top: 0;
}.contact_panel_1 .message_message_p .help_message_0:hover {
    box-shadow: 0 0 20px rgb(141,136,174,0.5);
    transform: translateY(-2px);
    background: rgb(141,136,174);
}.contact_panel_1 .message_message_p .help_message_0:hover::before {
    left: 100%;
}.contact_panel_1 .request_query_r {
    z-index: 2;
    position: relative;
    background: rgba(0, 0, 0, 0.4);
    padding: 50px;
    border-left: 1px solid rgb(177,178,206,0.5);
    flex: 1 1 35%;
}.contact_panel_1 .request_query_r h4 {
    color: rgb(141,136,174);
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 35px;
}.contact_panel_1 .request_query_r h4::after {
    background: rgb(141,136,174);
    height: 2px;
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    box-shadow: 0 0 10px rgb(141,136,174);
    width: 50px;
}.contact_panel_1 .request_query_r .support_map_o {
    padding: 0;
    list-style: none;
    margin: 0;
}.contact_panel_1 .request_query_r .support_map_o li {
    border: 1px solid rgb(141,136,174,0.5);
    padding: 15px;
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 15px 100%, 0 calc(100% - 15px));
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}.contact_panel_1 .request_query_r .support_map_o li::after {
    width: 3px;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    opacity: 0.7;
    background: rgb(141,136,174);
    content: "";
}.contact_panel_1 .request_query_r .support_map_o li:hover {
    box-shadow: 0 0 15px rgb(141,136,174,0.5);
    border-color: rgb(141,136,174);
    transform: translateX(5px);
}.contact_panel_1 .request_query_r .support_map_o li svg {
    margin-right: 15px;
    height: 22px;
    transition: all 0.3s ease;
    width: 22px;
}.contact_panel_1 .request_query_r .support_map_o li:hover svg {
    transform: scale(1.1);
}.contact_panel_1 .request_query_r .support_map_o li svg path {
    fill: rgb(141,136,174);
    transition: all 0.3s ease;
}.contact_panel_1 .request_query_r .support_map_o li:hover svg path {
    fill: #ffffff;
    filter: drop-shadow(0 0 3px rgb(141,136,174));
}.contact_panel_1 .request_query_r .support_map_o li span {
    font-size: 12px;
    color: #ffffff;
}.contact_panel_1 .request_query_r .support_map_o li a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.contact_panel_1 .request_query_r .support_map_o li a:hover {
    text-shadow: 0 0 5px rgb(141,136,174,0.5);
    color: rgb(141,136,174);
}

@keyframes flicker {
    0% { opacity: 1; }
    3% { opacity: 0.8; }
    6% { opacity: 1; }
    7% { opacity: 0.9; }
    9% { opacity: 1; }
    11% { opacity: 0.7; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    83% { opacity: 0.8; }
    87% { opacity: 1; }
    100% { opacity: 1; }
}

@media (max-width: 992px) {.contact_panel_1 {
    padding: 70px 0;
}.contact_panel_1 h3 {
    font-size: calc(46px * 0.8);
}.contact_panel_1 .query_feedback_b {
    clip-path: polygon(
            0 0, 
            calc(100% - 20px) 0, 
            100% 20px, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
    flex-direction: column;
}.contact_panel_1 .request_query_r {
    border-top: 1px solid rgb(141,136,174,0.5);
    border-left: none;
}
}

@media (max-width: 768px) {.contact_panel_1 {
    padding: 60px 0;
}.contact_panel_1 h3 {
    margin-bottom: 40px;
    font-size: calc(46px * 0.7);
}.contact_panel_1 h3::before {
    bottom: -15px;
    left: calc(50% - 75px);
    width: 150px;
}.contact_panel_1 .message_message_p,
    .contact_panel_1 .request_query_r {
    padding: 40px 30px;
}.contact_panel_1 .message_message_p input[type="text"],
    .contact_panel_1 .message_message_p textarea {
    padding: 14px 16px;
}.contact_panel_1 .request_query_r .support_map_o li {
    padding: 12px;
}
}

@media (max-width: 576px) {.contact_panel_1 {
    padding: 50px 0;
}.contact_panel_1 h3 {
    font-size: calc(46px * 0.5);
    margin-bottom: 35px;
}.contact_panel_1 h3::before {
    bottom: -12px;
    height: 2px;
    width: 100px;
    left: calc(50% - 50px);
}.contact_panel_1 .query_feedback_b {
    clip-path: polygon(
            0 0, 
            calc(100% - 15px) 0, 
            100% 15px, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}.contact_panel_1 .message_message_p,
    .contact_panel_1 .request_query_r {
    padding: 30px 20px;
}.contact_panel_1 .message_message_p input[type="text"],
    .contact_panel_1 .message_message_p textarea {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_panel_1 .message_message_p .support_links_W label {
    font-size: calc(15px * 0.9);
}.contact_panel_1 .message_message_p .help_message_0 {
    width: 100%;
    padding: 14px 20px;
}.contact_panel_1 .request_query_r .support_map_o li {
    margin-bottom: 15px;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
    padding: 10px;
}}.future_attendees_z {
    position: relative;
    background: linear-gradient(140deg, #f5f7ff 0%, #ffffff 100%);
    overflow: hidden;
    padding: 120px 0;
}.future_attendees_z::before {
    background: 
        radial-gradient(circle at 20% 20%, rgb(177,178,206,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(141,136,174,0.5) 0%, transparent 40%);
    opacity: 0.15;
    top: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    content: '';
    height: 100%;
    width: 100%;
}.future_attendees_z::after {
    height: 100%;
    opacity: 0.05;
    content: '';
    position: absolute;
    background-size: 60px 60px;
    width: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(177,178,206,0.5) 49%, transparent 51%),
        linear-gradient(135deg, transparent 48%, rgb(141,136,174,0.5) 49%, transparent 51%);
}.future_attendees_z .culture_block_c {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 30px;
    text-align: center;
    z-index: 10;
}.future_attendees_z h3 {
    padding: 0 20px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    color: #000000;
    display: inline-block;
    font-size: 32px;
}.future_attendees_z h3::before,
.future_attendees_z h3::after {
    content: '';
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, rgb(177,178,206), rgb(141,136,174));
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}.future_attendees_z h3::before {
    left: -60px;
}.future_attendees_z h3::after {
    right: -60px;
}.future_attendees_z ul {
    display: flex;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    gap: 40px;
}.future_attendees_z ul li {
    width: calc(33.333% - 27px);
    position: relative;
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.04);
    min-width: 280px;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    align-items: flex-start;
    border-radius: 28px;
    text-align: left;
    z-index: 1;
    padding: 40px 30px;
    overflow: hidden;
    background-color: #ffffff;
    display: flex;
    gap: 20px;
}.future_attendees_z ul li::before {
    content: '';
    top: 0;
    opacity: 0;
    background: linear-gradient(90deg, rgb(177,178,206), rgb(141,136,174));
    height: 5px;
    position: absolute;
    transition: opacity 0.4s ease;
    left: 0;
    width: 100%;
}.future_attendees_z ul li::after {
    position: absolute;
    bottom: -50px;
    border-radius: 50%;
    z-index: -1;
    content: '';
    width: 100px;
    left: -50px;
    opacity: 0.1;
    transition: all 0.6s ease;
    background: rgb(177,178,206,0.5);
    height: 100px;
}.future_attendees_z ul li:hover {
    transform: translateY(-15px);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.08);
}.future_attendees_z ul li:hover::before {
    opacity: 1;
}.future_attendees_z ul li:hover::after {
    opacity: 0.05;
    transform: scale(6);
}.future_attendees_z ul li svg {
    height: 50px;
    position: relative;
    flex-shrink: 0;
    width: 50px;
    transition: all 0.5s ease;
}.future_attendees_z ul li:hover svg {
    transform: translateY(-5px) scale(1.1);
}.future_attendees_z ul li svg path {
    fill: rgb(177,178,206);
    transition: fill 0.5s ease;
}.future_attendees_z ul li:hover svg path {
    fill: rgb(141,136,174);
}@keyframes floatingAnimation {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(2deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes slideInBottom {
    from {
        opacity: 0;
        transform: translateY(60px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.future_attendees_z ul li {
    opacity: 0;
    animation: slideInBottom 0.6s forwards;
}.future_attendees_z ul li:nth-child(1) {
    animation-delay: 0.1s;
}.future_attendees_z ul li:nth-child(2) {
    animation-delay: 0.25s;
}.future_attendees_z ul li:nth-child(3) {
    animation-delay: 0.4s;
}.future_attendees_z ul li:nth-child(4) {
    animation-delay: 0.55s;
}.future_attendees_z ul li:nth-child(5) {
    animation-delay: 0.7s;
}.future_attendees_z ul li:nth-child(6) {
    animation-delay: 0.85s;
}.future_attendees_z ul li:nth-child(3n+1) {
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite;
    animation-delay: 0.1s, 2s;
}.future_attendees_z ul li:nth-child(3n+2) {
    animation-delay: 0.25s, 3s;
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 1s reverse;
}.future_attendees_z ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 2s;
    animation-delay: 0.4s, 4s;
}

@media (max-width: 992px) {.future_attendees_z {
    padding: 90px 0;
}.future_attendees_z h3 {
    margin-bottom: 60px;
}.future_attendees_z h3::before,
    .future_attendees_z h3::after {
    width: 30px;
}.future_attendees_z h3::before {
    left: -40px;
}.future_attendees_z h3::after {
    right: -40px;
}.future_attendees_z ul {
    gap: 30px;
}.future_attendees_z ul li {
    padding: 35px 25px;
    width: calc(50% - 15px);
}
}

@media (max-width: 768px) {.future_attendees_z ul li {
    max-width: 400px;
    width: 100%;
}.future_attendees_z ul li:nth-child(3n+1),
    .future_attendees_z ul li:nth-child(3n+2),
    .future_attendees_z ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards;
}
}

@media (max-width: 576px) {.future_attendees_z {
    padding: 70px 0;
}.future_attendees_z h3 {
    font-size: calc(32px * 0.9);
    margin-bottom: 50px;
}.future_attendees_z h3::before,
    .future_attendees_z h3::after {
    display: none;
}.future_attendees_z ul {
    gap: 25px;
}.future_attendees_z ul li {
    padding: 30px 20px;
}.future_attendees_z ul li svg {
    height: 40px;
    width: 40px;
}
}

@media (prefers-reduced-motion: reduce) {.future_attendees_z ul li {
    opacity: 1;
    animation: none;
}.future_attendees_z ul li:hover {
    transform: none;
}.future_attendees_z ul li:hover svg {
    transform: none;
}}.meet_us_z {
    padding: 120px 0 100px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}.meet_us_z::before {
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(28, 35, 45, 0.92) 0%,
        rgba(28, 35, 45, 0.85) 50%, 
        rgba(28, 35, 45, 0.75) 100%);
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
}.meet_us_z::after {
    background-size: 40px 40px;
    opacity: 0.1;
    height: 100%;
    content: "";
    z-index: 2;
    left: 0;
    position: absolute;
    background-image: 
        linear-gradient(90deg, rgb(141,136,174,0.5) 1px, transparent 1px),
        linear-gradient(180deg, rgb(141,136,174,0.5) 1px, transparent 1px);
    width: 100%;
    top: 0;
}.meet_us_z .container {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.meet_us_z h2 {
    transform: translateX(-10px);
    animation: slideInTitle 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    color: #ffffff;
    font-size: 33px;
    opacity: 0;
    font-weight: 700;
    position: relative;
    margin-bottom: 60px;
    display: inline-block;
}.meet_us_z h2::after {
    height: 3px;
    animation: lineGrow 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.4s forwards;
    content: "";
    background: linear-gradient(90deg, rgb(141,136,174), rgb(177,178,206));
    bottom: -15px;
    position: absolute;
    width: 0;
    left: 0;
}.meet_us_z .text_placeholder_S {
    position: relative;
    flex-direction: column;
    opacity: 0;
    display: flex;
    border-left: 4px solid rgb(141,136,174);
    transform: translateY(20px);
    backdrop-filter: blur(10px);
    animation: fadeUpIn 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.03);
}.meet_us_z .text_placeholder_S::before {
    background: rgb(141,136,174);
    height: 20px;
    transform: rotate(45deg);
    left: -12px;
    content: "";
    top: 30px;
    width: 20px;
    position: absolute;
}.meet_us_z .text_placeholder_S::after {
    content: "";
    right: 0;
    top: 0;
    width: 100px;
    clip-path: polygon(100% 0, 100% 100%, 0 0);
    background: linear-gradient(135deg, transparent 50%, rgba(var(--primary-color-rgb), 0.1) 50%);
    height: 100px;
    position: absolute;
}.meet_us_z .text_placeholder_S > div {
    position: relative;
}.meet_us_z .text_placeholder_S p {
    margin-bottom: 20px;
    opacity: 0;
    letter-spacing: 1px;
    color: rgb(141,136,174);
    font-weight: 600;
    animation: fadeIn 0.8s ease-out 0.5s forwards;
    transform: translateX(-5px);
    font-size: calc(12px * 1.4);
}.meet_us_z .text_placeholder_S div div {
    column-gap: 40px;
    opacity: 0;
    text-align: justify;
    font-size: 12px;
    line-height: 1.8;
    animation: fadeIn 1s ease-out 0.7s forwards;
    color: #ffffff;
    column-count: 1;
    font-family: Arial, sans-serif;
}

@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes lineGrow {
    to {
        width: 80px;
    }
}

@keyframes fadeUpIn {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}


@media (min-width: 768px) {.meet_us_z {
    padding: 150px 0 130px;
}.meet_us_z h2 {
    font-size: calc(33px * 1.2);
    margin-bottom: 70px;
}.meet_us_z .text_placeholder_S {
    width: calc(100% - 40px);
    padding: 50px 60px;
    margin-left: 40px;
}.meet_us_z .text_placeholder_S div div {
    column-count: 2;
}.meet_us_z .text_placeholder_S::before {
    top: 50px;
}
}

@media (min-width: 992px) {.meet_us_z {
    padding: 180px 0 150px;
}.meet_us_z .container {
    padding: 0 40px;
}.meet_us_z h2 {
    font-size: calc(33px * 1.4);
    margin-bottom: 80px;
}.meet_us_z .text_placeholder_S {
    width: calc(100% - 60px);
    margin-left: 60px;
    padding: 60px 80px;
}.meet_us_z .text_placeholder_S div div {
    column-count: 2;
    column-gap: 60px;
}
}

@media (min-width: 1200px) {.meet_us_z .text_placeholder_S {
    margin-left: 80px;
    padding: 70px 100px;
    width: calc(100% - 80px);
}.meet_us_z .text_placeholder_S::after {
    width: 150px;
    height: 150px;
}.meet_us_z .text_placeholder_S div div {
    column-count: 2;
    column-gap: 80px;
}
}

@media (hover: hover) {.meet_us_z .text_placeholder_S:hover {
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}.meet_us_z .text_placeholder_S:hover::before {
    transition: all 0.4s ease;
    background: rgb(177,178,206);
}}.tariff_wrapper_V {
    background: linear-gradient(135deg, rgb(215,216,230) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.tariff_wrapper_V::before {
    height: 100%;
    z-index: 1;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(45deg, rgb(177,178,206,0.5) 0%, transparent 40%);
}.tariff_wrapper_V .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.tariff_wrapper_V .class_rates_O {
    display: flex;
    flex-direction: column;
}.tariff_wrapper_V .payment_plan_Y {
    margin-right: auto;
    max-width: 800px;
    margin-left: auto;
    order: 1;
    text-align: center;
    margin-bottom: 3rem;
}.tariff_wrapper_V .payment_plan_Y h2 {
    font-size: 36px;
    display: inline-block;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
}.tariff_wrapper_V .payment_plan_Y h2::after {
    transform: translateX(-50%);
    bottom: -10px;
    background: rgb(177,178,206);
    width: 80px;
    height: 3px;
    position: absolute;
    left: 50%;
    content: "";
}.tariff_wrapper_V .plan_cost_4 {
    line-height: 1.6;
    overflow-wrap: break-word;
    font-size: 17px;
    word-break: break-word;
    max-width: 600px;
    color: #000000;
    margin: 0 auto;
}.tariff_wrapper_V .cost_summary_7 {
    display: grid;
    order: 2;
    margin-top: 2rem;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.tariff_wrapper_V .basic_rates_2 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    overflow: hidden;
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    height: 100%;
    display: block;
}.tariff_wrapper_V .basic_rates_2:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.tariff_wrapper_V .learning_fees_4 {
    display: flex;
    flex-direction: column;
    height: 100%;
}.tariff_wrapper_V .study_packages_B {
    word-break: break-word;
    flex-grow: 1;
    padding: 2rem;
    z-index: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow-wrap: break-word;
}.tariff_wrapper_V .study_packages_B::before {
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    opacity: 0.7;
    content: "";
    z-index: -1;
}.tariff_wrapper_V .study_packages_B h3 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.5rem;
    font-size: calc(20px * 1.2);
    color: #000000;
}.tariff_wrapper_V .study_packages_B h3::after {
    left: 0;
    bottom: 0;
    transition: width 0.3s ease;
    background: rgb(141,136,174);
    height: 2px;
    position: absolute;
    width: 40px;
    content: "";
}.tariff_wrapper_V .basic_rates_2:hover .study_packages_B h3::after {
    width: 80px;
}.tariff_wrapper_V .rate_packages_s {
    position: relative;
    color: rgb(177,178,206);
    font-size: calc(20px * 1.5);
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1.5rem;
}.tariff_wrapper_V .rate_packages_s::before {
    content: "";
    transition: width 0.3s ease;
    height: 2px;
    background: rgb(177,178,206);
    bottom: -5px;
    left: 0;
    width: 0;
    position: absolute;
}.tariff_wrapper_V .basic_rates_2:hover .rate_packages_s::before {
    width: 100%;
}.tariff_wrapper_V .study_packages_B p {
    font-size: 17px;
    line-height: 1.6;
    margin-top: auto;
    overflow-wrap: break-word;
    word-break: break-word;
    color: #000000;
}.tariff_wrapper_V .pic_zoom_4 {
    transition: transform 0.5s ease;
    position: relative;
    overflow: hidden;
    height: 200px;
}.tariff_wrapper_V .pic_zoom_4::after {
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
    left: 0;
}.tariff_wrapper_V .basic_rates_2:hover .pic_zoom_4 {
    transform: scale(1.05);
}.tariff_wrapper_V .basic_rates_2:nth-child(odd) .learning_fees_4 {
    flex-direction: column-reverse;
}.tariff_wrapper_V .basic_rates_2:nth-child(3n+1) {
    border-top: 3px solid rgb(177,178,206);
}.tariff_wrapper_V .basic_rates_2:nth-child(3n+2) {
    border-top: 3px solid rgb(141,136,174);
}.tariff_wrapper_V .basic_rates_2:nth-child(3n+3) {
    border-top: 3px solid #000000;
}

@media (min-width: 768px) {.tariff_wrapper_V .class_rates_O {
    align-items: center;
    flex-direction: row;
    gap: 4rem;
}.tariff_wrapper_V .payment_plan_Y {
    margin-bottom: 0;
    text-align: left;
    flex: 0 0 30%;
    order: 2;
}.tariff_wrapper_V .payment_plan_Y h2 {
    text-align: left;
}.tariff_wrapper_V .payment_plan_Y h2::after {
    transform: none;
    left: 0;
}.tariff_wrapper_V .plan_cost_4 {
    text-align: left;
    margin: 0;
}.tariff_wrapper_V .cost_summary_7 {
    grid-template-columns: repeat(2, 1fr);
    order: 1;
    flex: 0 0 65%;
}
}

@media (min-width: 992px) {.tariff_wrapper_V .cost_summary_7 {
    grid-template-columns: repeat(2, 1fr);
}.tariff_wrapper_V .basic_rates_2:nth-child(4n+1) {
    transform: translateY(20px);
}.tariff_wrapper_V .basic_rates_2:nth-child(4n+3) {
    transform: translateY(-20px);
}.tariff_wrapper_V .basic_rates_2:hover {
    transform: translateY(0) scale(1.02);
}
}

@media (max-width: 767px) {.tariff_wrapper_V {
    padding: 4rem 0;
}.tariff_wrapper_V .study_packages_B {
    padding: 1.5rem;
}.tariff_wrapper_V .study_packages_B h3 {
    font-size: 20px;
}.tariff_wrapper_V .rate_packages_s {
    font-size: 20px;
}.tariff_wrapper_V .study_packages_B p {
    overflow-y: auto;
    font-size: calc(17px * 0.9);
    line-height: 1.5;
    max-height: 150px;
}.tariff_wrapper_V .pic_zoom_4 {
    height: 150px;
}
}

@media (max-width: 480px) {.tariff_wrapper_V .cost_summary_7 {
    grid-template-columns: 1fr;
}.tariff_wrapper_V .payment_plan_Y h2 {
    font-size: calc(36px * 0.8);
}.tariff_wrapper_V .plan_cost_4 {
    font-size: calc(17px * 0.9);
}.tariff_wrapper_V .study_packages_B p {
    max-height: 120px;
}}.cookieNotificationBox_v {
    display: flex;
    z-index: 100;
    border-top: 3px solid rgb(177,178,206);
    padding: 20px 0;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    justify-content: center;
    bottom: 0;
    width: 100%;
    position: fixed;
    background: rgb(215,216,230);
}.track_manage_g {
    border-radius: 24px;
    border: 2px solid rgb(177,178,206);
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    width: 90%;
    margin: auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
}.visitor_settings_Z {
    flex-shrink: 0;
    margin-right: 20px;
}.visitor_settings_Z svg {
    width: 50px;
    fill: rgb(177,178,206);
    height: 50px;
}.cookie_tab_n {
    flex-grow: 1;
    color: #ffffff;
    text-align: left;
}.cookie_tab_n h5 {
    color: rgb(177,178,206);
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 700;
}.cookie_tab_n p {
    line-height: 1.5;
    font-size: 14px;
    color: #ffffff;
    margin: 0;
}.cookie_tab_n p a {
    text-decoration: underline;
    color: rgb(177,178,206);
}.edu_settings_L {
    background: rgb(177,178,206);
    padding: 10px 20px;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
    font-size: 15px;
    flex-shrink: 0;
    color: #ffffff;
    border: none;
    cursor: pointer;
    min-width: 120px;
}.cookie_button.visitor_privacy_F {
    margin-right: 10px;
}#cookieWarningModal_7 {
    display: none;
}#cookieWarningModal_7:checked ~ .cookieNotificationBox_v {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.track_manage_g {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.visitor_settings_Z {
    margin-bottom: 20px;
    margin-right: 0;
}.edu_settings_L {
    max-width: 250px;
    margin: 10px 0;
    width: 100%;
}}
.course_features_Y {
    background-color: #000000;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.course_features_Y::before {
    background: 
        radial-gradient(circle at 30% 20%, rgb(177,178,206,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 80%, rgb(141,136,174,0.5) 0%, transparent 40%);
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
    left: 0;
    position: absolute;
}.course_features_Y::after {
    background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.01) 0px, rgba(255, 255, 255, 0.01) 1px, transparent 1px, transparent 10px);
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
    height: 100%;
    position: absolute;
    width: 100%;
}.course_features_Y .container {
    z-index: 2;
    position: relative;
}.course_features_Y .tech_training_m {
    display: grid;
    gap: 30px;
    grid-template-rows: auto 1fr;
    grid-template-areas:
        "image title"
        "desc1 desc2";
    min-height: 500px;
    grid-template-columns: 1fr 1fr;
}.course_features_Y .text_placeholder_S {
    display: contents;
}.course_features_Y .text_placeholder_S h2 {
    font-size: 33px;
    align-self: center;
    transform: translateX(-30px);
    border-left: 3px solid rgb(177,178,206);
    opacity: 0;
    margin: 0;
    animation: slide-in 0.8s forwards 0.2s;
    padding: 30px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(0,0,0,0.3) 0%, transparent 100%);
    color: #ffffff;
    grid-area: title;
    font-weight: 700;
    backdrop-filter: blur(5px);
}.course_features_Y .text_placeholder_S .description:nth-of-type(1) {
    grid-area: desc1;
    opacity: 0;
    animation: fade-up 0.8s forwards 0.4s;
    transform: translateY(30px);
}.course_features_Y .text_placeholder_S .description:nth-of-type(2) {
    grid-area: desc2;
    opacity: 0;
    transform: translateY(30px);
    animation: fade-up 0.8s forwards 0.6s;
}.course_features_Y .text_placeholder_S .description {
    border-radius: 16px;
    line-height: 1.8;
    backdrop-filter: blur(5px);
    font-size: 15px;
    margin: 0;
    position: relative;
    padding: 25px;
    border-top: 3px solid rgb(141,136,174);
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    color: #000000;
    overflow: hidden;
}.course_features_Y .text_placeholder_S .description::before {
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    height: 100%;
    content: "";
}.course_features_Y .pic_zoom_4 {
    position: relative;
    overflow: hidden;
    grid-area: image;
    border-radius: 16px;
    min-height: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}.course_features_Y .pic_zoom_4::before {
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.5) 0%, transparent 100%);
    content: "";
    left: 0;
    z-index: 1;
    top: 0;
}

@keyframes slide-in {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-up {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: rotate(45deg) scale(1);
        opacity: 0.6;
    }
    50% {
        transform: rotate(45deg) scale(1.2);
        opacity: 0.8;
    }
}

@keyframes scan {
    0% {
        top: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    95% {
        opacity: 0.5;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

@media (max-width: 991px) {.course_features_Y {
    padding: 80px 0;
}.course_features_Y .tech_training_m {
    min-height: auto;
    grid-template-areas:
            "image image"
            "title title"
            "desc1 desc2";
}.course_features_Y .pic_zoom_4 {
    height: 400px;
}
}

@media (max-width: 767px) {.course_features_Y {
    padding: 60px 0;
}.course_features_Y .tech_training_m {
    gap: 20px;
    grid-template-columns: 1fr;
    grid-template-areas:
            "image"
            "title"
            "desc1"
            "desc2";
}.course_features_Y .pic_zoom_4 {
    height: 350px;
}.course_features_Y .text_placeholder_S h2 {
    padding: 20px;
    font-size: calc(33px * 0.9);
}.course_features_Y .text_placeholder_S .description {
    padding: 20px;
}

}

@media (max-width: 480px) {.course_features_Y {
    padding: 40px 0;
}.course_features_Y .pic_zoom_4 {
    height: 250px;
}.course_features_Y .text_placeholder_S h2 {
    padding: 15px;
    font-size: calc(33px * 0.8);
}.course_features_Y .text_placeholder_S .description {
    padding: 15px;
    font-size: calc(15px * 0.95);
}.course_features_Y .tech-element {
    display: none;
}}header {
    position: relative;
    overflow: visible;
    width: 100%;
    z-index: 99;
    background: linear-gradient(135deg, rgb(215,216,230), #ffffff);
}header::before {
    width: 100%;
    position: absolute;
    background-size: 20px 20px;
    bottom: 0;
    opacity: 0.3;
    background: 
        radial-gradient(
            circle at 0% 50%,
            transparent 6px,
            rgb(177,178,206,0.5) 6px,
            rgb(177,178,206,0.5) 10px,
            transparent 10px
        ) repeat-x;
    content: "";
    height: 15px;
    left: 0;
}header .top_wrap_w {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    padding: 25px 30px;
}header .top_wrap_w::before,
header .top_wrap_w::after {
    background: linear-gradient(to right, rgb(177,178,206), transparent);
    height: 2px;
    content: "";
    position: absolute;
    width: 30%;
}header .top_wrap_w::before {
    top: 10px;
    left: 0;
}header .top_wrap_w::after {
    right: 0;
    background: linear-gradient(to left, rgb(141,136,174), transparent);
    bottom: 10px;
}header .top_wrap_w .head_base_X {
    z-index: 2;
    position: relative;
}header .top_wrap_w .head_base_X::before {
    border-radius: 60% 40% 50% 30% / 40% 50% 60% 50%;
    width: 140%;
    opacity: 0.05;
    height: 140%;
    z-index: -1;
    top: -20%;
    content: "";
    background: rgb(177,178,206,0.5);
    transition: transform 0.5s ease-in-out;
    position: absolute;
    left: -20%;
}header .top_wrap_w .head_base_X:hover::before {
    transform: rotate(15deg) scale(1.1);
}header .top_wrap_w .head_base_X .main_start_g {
    transition: transform 0.3s ease;
    display: block;
}header .top_wrap_w .head_base_X:hover .main_start_g {
    transform: translateY(-3px);
}header .top_wrap_w .head_base_X .main_start_g svg {
    height: 45px;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
    width: auto;
}header .top_wrap_w .top_mentor_v {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}header .top_wrap_w .top_mentor_v::before {
    opacity: 0.05;
    position: absolute;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: rgb(141,136,174,0.5);
    width: 100%;
    transition: all 0.5s ease;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}header .top_wrap_w .top_mentor_v:hover::before {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    opacity: 0.08;
}header .top_wrap_w .top_mentor_v .head_know_b {
    position: relative;
    margin: 0 8px;
}header .top_wrap_w .top_mentor_v .head_know_b a {
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 10px 15px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: relative;
    overflow: hidden;
    font-size: 17px;
    transition: all 0.4s ease;
    text-decoration: none;
    display: block;
    font-weight: 600;
}header .top_wrap_w .top_mentor_v .head_know_b a:hover {
    color: #ffffff;
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
}header .top_wrap_w .top_mentor_v .head_know_b a::before {
    position: absolute;
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    z-index: -1;
    content: "";
    transform: scale(0);
    background: rgb(177,178,206);
    left: 0;
    height: 100%;
    transition: transform 0.4s ease, border-radius 0.4s ease;
    width: 100%;
    top: 0;
    transform-origin: right top;
}header .top_wrap_w .top_mentor_v .head_know_b a:hover::before {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: scale(1);
}header .top_wrap_w .top_mentor_v .head_know_b:nth-child(2n) a::before {
    transform-origin: left bottom;
    background: rgb(141,136,174);
}header .top_wrap_w .top_mentor_v .head_know_b:nth-child(2n) a:hover::before {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}header .top_wrap_w .top_mentor_v .head_know_b:hover {
    animation: menu-wobble 1s ease;
}

@keyframes menu-wobble {
    0%, 100% {
        transform: translateX(0);
    }
    15% {
        transform: translateX(-3px) rotate(-1deg);
    }
    30% {
        transform: translateX(2px) rotate(1deg);
    }
    45% {
        transform: translateX(-2px) rotate(-0.5deg);
    }
    60% {
        transform: translateX(1px) rotate(0.5deg);
    }
    75% {
        transform: translateX(-1px) rotate(-0.25deg);
    }
}

@media (max-width: 992px) {header .top_wrap_w {
    padding: 20px 15px;
    flex-direction: column;
}header .top_wrap_w .head_base_X {
    margin-bottom: 15px;
}header .top_wrap_w .top_mentor_v {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}header .top_wrap_w .top_mentor_v .head_know_b {
    margin: 5px;
}header .top_wrap_w .top_mentor_v .head_know_b a {
    font-size: calc(17px - 1px);
    padding: 8px 12px;
}
}

@media (max-width: 767px) {header .top_wrap_w {
    padding: 15px 10px;
}header .top_wrap_w .head_base_X .main_start_g svg {
    height: 40px;
}header .top_wrap_w .top_mentor_v .head_know_b a {
    font-size: calc(17px - 2px);
    padding: 6px 10px;
}}.educational_yield_i {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(215,216,230) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}.educational_yield_i::before {
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    content: "";
    z-index: 0;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(177,178,206,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(141,136,174,0.5) 0%, transparent 40%);
}.educational_yield_i::after {
    pointer-events: none;
    content: "";
    position: absolute;
    right: -50%;
    height: 100%;
    background: rgb(177,178,206,0.5);
    opacity: 0.03;
    top: -50%;
    transform: rotate(-15deg);
    z-index: 0;
    width: 100%;
}.educational_yield_i .container {
    max-width: 1400px;
    padding: 0 20px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.educational_yield_i .culture_block_c {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 40px;
    position: relative;
}.educational_yield_i .text_placeholder_S {
    flex: 1;
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.05),
        -8px -8px 20px rgba(255, 255, 255, 0.8),
        inset 2px 2px 5px rgba(255, 255, 255, 0.4),
        inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.8);
    transform: translateZ(0);
    padding: 40px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
}.educational_yield_i .text_placeholder_S:hover {
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.07),
        -10px -10px 25px rgba(255, 255, 255, 0.9),
        inset 2px 2px 5px rgba(255, 255, 255, 0.4),
        inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px) translateZ(0);
}.educational_yield_i h4 {
    color: #000000;
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.4;
    position: relative;
    font-weight: 700;
    letter-spacing: 0.5px;
}.educational_yield_i h4::after {
    transition: width 0.3s ease-out;
    width: 80px;
    bottom: -10px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(177,178,206) 0%, rgb(141,136,174) 100%);
    left: 0;
    transform-origin: left center;
    height: 3px;
}.educational_yield_i .text_placeholder_S:hover h4::after {
    width: 120px;
}.educational_yield_i div > ul {
    padding: 0;
    list-style: none;
    margin: 20px 0;
}.educational_yield_i li {
    transition: transform 0.3s ease;
    transform: translateX(0);
    margin-bottom: 18px;
}.educational_yield_i li:hover {
    transform: translateX(5px);
}.educational_yield_i li p {
    gap: 15px;
    padding: 15px 20px;
    box-shadow: 
        5px 5px 15px rgba(0, 0, 0, 0.03),
        -5px -5px 15px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.4);
    align-items: flex-start;
    border-radius: 10px;
    margin: 0;
    transition: all 0.3s ease;
    display: flex;
    background: rgba(255, 255, 255, 0.6);
}.educational_yield_i li:hover p {
    box-shadow: 
        8px 8px 20px rgba(0, 0, 0, 0.05),
        -8px -8px 20px rgba(255, 255, 255, 1),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.9);
}.educational_yield_i li p span:first-child {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}.educational_yield_i li p span:last-child {
    line-height: 1.5;
    color: #000000;
    font-size: 17px;
    transform: translateY(2px);
}.educational_yield_i svg {
    height: 24px;
    z-index: 1;
    position: relative;
    width: 24px;
    transition: transform 0.3s ease;
}.educational_yield_i li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.educational_yield_i svg path {
    transition: fill 0.3s ease;
    fill: rgb(177,178,206);
}.educational_yield_i li:hover svg path {
    fill: rgb(141,136,174);
}.educational_yield_i .pic_zoom_4 {
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.1),
        -10px -10px 20px rgba(255, 255, 255, 0.8),
        inset 2px 2px 5px rgba(255, 255, 255, 0.4);
    max-width: 600px;
    width: 100%;
    height: auto;
    transform: rotate(-1deg) translateZ(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.educational_yield_i .pic_zoom_4:hover {
    transform: rotate(0deg) translateY(-5px) translateZ(0);
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.12),
        -12px -12px 25px rgba(255, 255, 255, 0.9);
}.educational_yield_i .text_placeholder_S > div {
    gap: 10px;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {.educational_yield_i .text_placeholder_S > div {
    flex-direction: row;
    display: flex;
    gap: 30px;
}.educational_yield_i .text_placeholder_S > div > ul {
    flex: 1;
}
}

@media (min-width: 992px) {.educational_yield_i {
    padding: 150px 0;
}.educational_yield_i .culture_block_c {
    gap: 60px;
    flex-direction: row;
    align-items: center;
}.educational_yield_i h4 {
    font-size: calc(20px * 1.1);
}.educational_yield_i .text_placeholder_S {
    padding: 50px;
}.educational_yield_i .pic_zoom_4 {
    max-width: 45%;
}
}

@media (min-width: 1200px) {.educational_yield_i .culture_block_c {
    gap: 80px;
}.educational_yield_i .text_placeholder_S {
    padding: 60px;
}.educational_yield_i h4 {
    margin-bottom: 40px;
    font-size: calc(20px * 1.2);
}.educational_yield_i li p {
    padding: 18px 25px;
}
}

@media (max-width: 767px) {.educational_yield_i {
    padding: 80px 0;
}.educational_yield_i .text_placeholder_S {
    padding: 30px 25px;
}.educational_yield_i h4 {
    font-size: calc(20px * 0.9);
    margin-bottom: 25px;
}.educational_yield_i li p {
    padding: 12px 15px;
}.educational_yield_i .pic_zoom_4 {
    max-width: 90%;
}
}

@media (hover: none) {.educational_yield_i .text_placeholder_S:hover,
    .educational_yield_i li:hover,
    .educational_yield_i li:hover p,
    .educational_yield_i .pic_zoom_4:hover,
    .educational_yield_i li:hover svg {
    box-shadow: 
            20px 20px 40px rgba(0, 0, 0, 0.05),
            -8px -8px 20px rgba(255, 255, 255, 0.8),
            inset 2px 2px 5px rgba(255, 255, 255, 0.4),
            inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: none;
}.educational_yield_i .text_placeholder_S:hover h4::after {
    width: 80px;
}}footer {
    width: 100%;
    position: relative;
}.vr_labs_K {
    position: relative;
    padding: 80px 0 30px;
    color: #ffffff;
    background-color: rgb(177,178,206);
    font-family: Arial, sans-serif;
}.vr_labs_K::before {
    top: 0;
    position: absolute;
    content: "";
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 0;
    width: 60%;
    height: 100%;
    right: 0;
    background-color: rgb(177,178,206);
}footer .vr_labs_K::after {
    width: 200px;
    opacity: 0.3;
    content: "";
    background: radial-gradient(circle, rgb(177,178,206), transparent 70%);
    position: absolute;
    height: 200px;
    top: 50px;
    right: 15%;
    border-radius: 50%;
}footer .whatsapp_grp_G {
    position: relative;
    z-index: 1;
}footer .get_helpdesk_W {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 60px;
}footer .info_item {
    margin-bottom: 10px;
    transform: skewX(-5deg);
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px 25px;
    flex: 0 1 auto;
    margin-right: 10px;
    border-radius: 10px;
}footer .info_item:hover {
    background-color: rgb(177,178,206);
    transform: skewX(-5deg) translateY(-5px);
}footer .info_item svg {
    transform: skewX(5deg);
    fill: #ffffff;
    height: 20px;
    vertical-align: middle;
    width: 20px;
    margin-right: 10px;
}footer .info_item p,
footer .info_item a {
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    vertical-align: middle;
    transform: skewX(5deg);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 40px;
}footer .head_base_X {
    padding-left: 20px;
    position: relative;
}footer .head_base_X::before {
    content: "";
    background-color: rgb(177,178,206);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
}footer .head_base_X svg {
    filter: brightness(0) invert(1);
    height: 45px;
    margin-bottom: 20px;
    width: auto;
}footer .footer_edu_c {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    max-width: 320px;
    line-height: 1.6;
}footer .top_mentor_v {
    position: relative;
}footer .top_mentor_v h5 {
    letter-spacing: 1px;
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    position: relative;
    margin-bottom: 25px;
}footer .top_mentor_v h5::after {
    position: absolute;
    width: 50px;
    bottom: 0;
    height: 3px;
    background-color: rgb(177,178,206);
    left: 0;
    content: "";
}footer .page_head_m {
    margin-bottom: 25px;
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}footer .page_head_m a {
    padding-left: 0;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    position: relative;
    font-size: 15px;
}footer .page_head_m a::before {
    color: rgb(177,178,206);
    content: "→";
    left: -20px;
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease;
}footer .page_head_m a:hover {
    color: rgb(177,178,206);
    padding-left: 20px;
}footer .page_head_m a:hover::before {
    opacity: 1;
    left: 0;
}footer .subscribe_holder {
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 18px;
    border-left: 5px solid rgb(177,178,206);
    position: relative;
}footer .subscribe_holder::before {
    top: -20px;
    opacity: 0.2;
    border-radius: 50%;
    right: -20px;
    z-index: -1;
    position: absolute;
    width: 100px;
    height: 100px;
    content: "";
    background-color: rgb(177,178,206);
}footer .subscribe_holder h5 {
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
}footer .subscribe_holder p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
}footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
}footer .input_holder input[type="email"] {
    padding: 14px 16px;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 15px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 2px rgb(177,178,206);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .email_container_u {
    background-color: rgb(177,178,206);
    letter-spacing: 1px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    padding: 14px 20px;
    text-transform: uppercase;
}footer .email_container_u:hover {
    transform: translateX(5px);
    background-color: rgb(141,136,174);
}footer .degree_path_J {
    padding-top: 20px;
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}footer .study_group_s {
    font-size: 12px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .page_head_m {
    grid-template-columns: repeat(2, 1fr);
}footer .input_holder {
    flex-direction: row;
}footer .email_container_u {
    white-space: nowrap;
}footer .page_head_m a {
    padding-right: 10px;
}
}

@media (max-width: 991px) {footer .vr_labs_K::before {
    background-color: rgb(177,178,206);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    width: 100%;
    opacity: 0.7;
}
}

@media (max-width: 767px) {footer .vr_labs_K {
    padding: 60px 0 30px;
}footer .get_helpdesk_W {
    margin-bottom: 40px;
    justify-content: center;
}footer .top_mentor_v h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .degree_path_J {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .vr_labs_K {
    padding: 50px 0 20px;
}footer .info_item {
    margin-right: 0;
    width: 100%;
}footer .page_head_m {
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    padding: 20px;
}footer .input_holder input[type="email"],
    footer .email_container_u {
    padding: 12px 15px;
}}.stay_updated_8 {
    overflow: hidden;
    padding: 4rem 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    background: rgb(215,216,230);
    position: relative;
    border-radius: 14px;
}.stay_updated_8::before {
    z-index: 1;
    background: 
        linear-gradient(135deg, transparent 25%, rgb(177,178,206,0.5) 25%, rgb(177,178,206,0.5) 50%, transparent 50%),
        linear-gradient(45deg, rgb(141,136,174,0.5) 25%, transparent 25%, transparent 50%, rgb(141,136,174,0.5) 50%);
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    animation: bg-shift 30s linear infinite;
    background-size: 100px 100px;
    content: "";
    opacity: 0.08;
    position: absolute;
}.stay_updated_8::after {
    height: 50%;
    bottom: 0;
    opacity: 0.2;
    width: 40%;
    filter: blur(15px);
    z-index: 1;
    background: radial-gradient(circle at bottom right, rgb(177,178,206,0.5), transparent 70%);
    right: 0;
    content: "";
    position: absolute;
}.stay_updated_8 .culture_block_c {
    grid-gap: 2rem;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    z-index: 2;
}.stay_updated_8 p {
    position: relative;
    line-height: 1.6;
    grid-row: 1;
    font-size: 23px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    padding-top: 1.5rem;
    color: #000000;
    grid-column: 1 / span 5;
}.stay_updated_8 p::before {
    height: 4px;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgb(177,178,206), rgb(141,136,174));
    border-radius: 10px;
    left: 0;
    width: 60px;
}.stay_updated_8 .input_holder {
    position: relative;
    grid-column: 7 / span 6;
    display: flex;
    grid-row: 1;
    flex-direction: column;
    gap: 1rem;
}.stay_updated_8 .input_holder::before {
    height: calc(100% + 20px);
    opacity: 0.7;
    border-radius: 10px;
    position: absolute;
    content: "";
    z-index: -1;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.05)
    );
    left: -30px;
    width: calc(100% + 60px);
    top: -10px;
    transition: all 0.3s ease;
}.stay_updated_8 .input_holder:hover::before {
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.2),
        rgba(255, 255, 255, 0.1)
    );
}.stay_updated_8 .mail_panel_h {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #ffffff;
    padding: 1.2rem 1.5rem;
    font-size: 18px;
    width: 100%;
    transition: all 0.3s ease;
    color: #000000;
    font-family: Arial, sans-serif;
}.stay_updated_8 .mail_panel_h:focus {
    outline: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-color: rgb(177,178,206,0.5);
    transform: translateY(-2px);
}.stay_updated_8 .mail_panel_h::placeholder {
    opacity: 0.6;
    color: #000000;
}.stay_updated_8 .email_container_u {
    align-self: flex-end;
    font-family: Arial, sans-serif;
    font-size: 17px;
    z-index: 1;
    padding: 1.2rem 2rem;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    background: rgb(177,178,206);
    min-width: 150px;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}.stay_updated_8 .email_container_u::before {
    height: 100%;
    transform: translateX(-100%);
    width: 100%;
    background: rgb(141,136,174);
    transition: transform 0.5s ease;
    z-index: -1;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
}.stay_updated_8 .email_container_u:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}.stay_updated_8 .email_container_u:hover::before {
    transform: translateX(0);
}

@keyframes bg-shift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (max-width: 768px) {.stay_updated_8 {
    padding: 3rem 1.5rem;
}.stay_updated_8 .culture_block_c {
    grid-template-columns: 1fr;
    grid-gap: 1.5rem;
}.stay_updated_8 p {
    grid-column: 1;
    grid-row: 1;
    font-size: 19px;
}.stay_updated_8 .input_holder {
    grid-column: 1;
    grid-row: 2;
}.stay_updated_8 .email_container_u {
    align-self: stretch;
    width: 100%;
    min-width: auto;
}}.tyFrame_m {
    display: flex;
    min-height: 70vh;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    position: relative;
    background: linear-gradient(135deg, rgb(177,178,206,0.5), rgb(141,136,174,0.5));
    padding: 6rem 2rem;
}.tyFrame_m::before {
    background: radial-gradient(circle at 30% 70%, rgb(177,178,206,0.5) 0%, transparent 60%);
    position: absolute;
    transform-origin: center;
    width: 100%;
    top: 0;
    content: "";
    animation: pulse 15s ease-in-out infinite alternate;
    height: 100%;
    z-index: 1;
    left: 0;
}.tyFrame_m::after {
    background: radial-gradient(circle, rgb(141,136,174,0.5) 0%, transparent 70%);
    content: "";
    height: 50%;
    bottom: -5%;
    width: 50%;
    z-index: 0;
    position: absolute;
    animation: float 20s ease-in-out infinite;
    right: -5%;
}.tyFrame_m .container {
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    max-width: 1200px;
    width: 100%;
    z-index: 2;
    margin: 0 auto;
}.tyFrame_m .culture_block_c {
    transform: translateZ(0);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    background: rgba(255, 255, 255, 0.85);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        95% 100%, 
        0 100%
    );
    padding: 3.5rem;
    gap: 2.5rem;
    display: grid;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr;
}.tyFrame_m .culture_block_c:hover {
    transform: translateZ(30px) scale(1.02);
}.tyFrame_m .culture_block_c > div:first-child {
    position: relative;
    padding-left: 2.5rem;
    border-left: 4px solid rgb(177,178,206);
}.tyFrame_m .culture_block_c > div:first-child::before {
    position: absolute;
    height: 26px;
    border-radius: 50%;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    background: rgb(177,178,206);
    animation: pulse 3s infinite alternate;
    left: -15px;
    box-shadow: 0 0 20px rgba(rgb(177,178,206), 0.5);
}.tyFrame_m h5 {
    transition: transform 0.4s ease-out;
    margin: 0;
    color: #000000;
    animation: slideIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    line-height: 1.4;
    font-weight: 700;
    font-size: calc(22px * 1.2);
    transform: translateX(0);
    opacity: 0;
}.tyFrame_m .culture_block_c > div:nth-child(2) {
    opacity: 0;
    animation: fadeIn 0.8s 0.4s ease-out forwards;
    position: relative;
    transition: transform 0.3s ease;
}.tyFrame_m .culture_block_c > div:nth-child(2)::before {
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(177,178,206), transparent);
    width: 70%;
    top: -10px;
    height: 1px;
}.tyFrame_m a {
    text-decoration: none;
    transition: transform 0.4s ease-out;
    transform: translateY(0);
    display: block;
}.tyFrame_m a:hover {
    transform: translateY(-5px);
}.tyFrame_m p {
    font-size: 16px;
    hyphens: auto;
    margin: 0;
    color: #000000;
    position: relative;
    line-height: 1.8;
    padding: 1rem 0;
}.tyFrame_m p::after {
    transform-origin: right;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(141,136,174));
    right: 0;
    transform: scaleX(0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    height: 2px;
    width: 35%;
    bottom: 0;
}.tyFrame_m a:hover p::after {
    transform: scaleX(1);
}

@keyframes pulse {
    0% { opacity: 0.6; transform: translateY(-50%) scale(0.95); }
    100% { opacity: 1; transform: translateY(-50%) scale(1.05); }
}

@keyframes float {
    0% { transform: translateY(0) rotate(0); }
    50% { transform: translateY(-30px) rotate(5deg); }
    100% { transform: translateY(0) rotate(0); }
}

@keyframes slideIn {
    0% { transform: translateX(-20px); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}

@keyframes fadeIn {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}

@media (min-width: 768px) {.tyFrame_m {
    padding: 8rem 3rem;
}.tyFrame_m .culture_block_c {
    padding: 4rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            95% 100%, 
            0 100%
        );
    gap: 3.5rem;
    grid-template-columns: 1fr 1fr;
}.tyFrame_m h5 {
    font-size: calc(22px * 1.4);
}.tyFrame_m .culture_block_c > div:first-child::after {
    width: 1px;
    transform: translateY(-50%);
    background: linear-gradient(to bottom, transparent, rgb(177,178,206,0.5), transparent);
    height: 80%;
    right: -3.5rem;
    position: absolute;
    top: 50%;
    content: "";
}.tyFrame_m .culture_block_c > div:nth-child(2)::before {
    width: 40%;
}
}

@media (min-width: 992px) {.tyFrame_m .culture_block_c {
    padding: 5rem;
    gap: 5rem;
}.tyFrame_m h5 {
    font-size: calc(22px * 1.5);
}.tyFrame_m .culture_block_c > div:first-child {
    padding-left: 3rem;
    border-left-width: 5px;
}.tyFrame_m p {
    font-size: calc(16px * 1.1);
}.tyFrame_m .container {
    transform: perspective(1500px) rotateX(3deg);
}
}

@media (max-width: 767px) {.tyFrame_m {
    padding: 4rem 1.5rem;
}.tyFrame_m .culture_block_c {
    padding: 2.5rem 2rem;
}.tyFrame_m h5 {
    font-size: 22px;
}.tyFrame_m p {
    font-size: calc(16px * 0.95);
}
}

@media (hover: hover) {.tyFrame_m .culture_block_c:hover > div:first-child::before {
    animation-duration: 1.5s;
}
}

@media (prefers-reduced-motion) {.tyFrame_m .culture_block_c,
    .tyFrame_m a,
    .tyFrame_m h5,
    .tyFrame_m::before,
    .tyFrame_m::after {
    animation: none;
    transition: none;
}.tyFrame_m .culture_block_c > div:first-child::before {
    animation: none;
}.tyFrame_m .culture_block_c > div:nth-child(2) {
    opacity: 1;
}.tyFrame_m h5 {
    opacity: 1;
}}.welcome_board_Y {
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    color: #ffffff;
}.welcome_board_Y .learn_team_d {
    position: relative;
    display: flex;
    align-items: center;
    padding: 3rem 1.5rem;
    min-height: 100vh;
    justify-content: center;
}.welcome_board_Y .learn_team_d::before {
    right: 0;
    left: 0;
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, rgba(6, 27, 65, 0.85) 0%, rgba(6, 27, 65, 0.6) 100%);
    bottom: 0;
    backdrop-filter: brightness(0.95) contrast(1.1);
}.welcome_board_Y .quick_studies_1 {
    z-index: 2;
    opacity: 0;
    width: 100%;
    max-width: 1200px;
    position: relative;
    animation: fadeUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: translateY(20px);
}.welcome_board_Y .quick_studies_1 > div:first-child {
    position: relative;
    margin-bottom: 2.5rem;
}.welcome_board_Y .quick_studies_1 > div:first-child::before {
    left: 0;
    animation: lineExpand 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s forwards;
    background: rgb(177,178,206);
    transform-origin: left;
    top: -30px;
    content: "";
    transform: scaleX(0);
    position: absolute;
    width: 80px;
    height: 6px;
}.welcome_board_Y .title_style_header {
    background: linear-gradient(45deg, #ffffff 30%, rgba(255, 255, 255, 0.85) 100%);
    opacity: 0;
    transform: translateX(-10px);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    color: transparent;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    margin-bottom: 0.5rem;
    font-weight: 700;
    text-shadow: 0 2px 25px rgba(0, 0, 0, 0.15);
    animation: slideInTitle 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s forwards;
    line-height: 1.1;
    position: relative;
}.welcome_board_Y h3 {
    font-weight: 600;
    animation: fadeUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    color: rgba(255, 255, 255, 0.92);
    max-width: 90%;
    margin-bottom: 1.5rem;
    position: relative;
    line-height: 1.4;
    opacity: 0;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    transform: translateY(20px);
}.welcome_board_Y p {
    border-left: 3px solid rgb(141,136,174);
    opacity: 0;
    animation: fadeUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    font-size: clamp(1rem, 2vw, 1.25rem);
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.85);
    padding-left: 1.5rem;
    position: relative;
    max-width: 85%;
    line-height: 1.6;
    transform: translateY(15px);
}.welcome_board_Y .quick_studies_1 > div:nth-child(2) {
    backdrop-filter: blur(5px);
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
              inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    animation: fadeUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    border-radius: 10px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    padding: 2rem;
    position: relative;
    transform: translateY(30px);
}.welcome_board_Y .quick_studies_1 > div:nth-child(2)::after {
    position: absolute;
    filter: blur(50px);
    bottom: -10px;
    opacity: 0.7;
    background: rgb(177,178,206,0.5);
    width: 100px;
    right: 30px;
    content: "";
    z-index: -1;
    height: 100px;
    animation: pulseGlow 6s ease-in-out infinite;
}

@keyframes fadeUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideInTitle {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes lineExpand {
  to {
    transform: scaleX(1);
  }
}

@keyframes pulseGlow {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.2);
  }
}

@media (max-width: 991px) {.welcome_board_Y .learn_team_d {
    padding: 2rem 1.25rem;
}.welcome_board_Y .quick_studies_1 > div:nth-child(2) {
    padding: 1.5rem;
}.welcome_board_Y h3 {
    max-width: 100%;
}.welcome_board_Y p {
    max-width: 100%;
}
}

@media (max-width: 767px) {.welcome_board_Y .learn_team_d {
    padding-top: 5rem;
    align-items: flex-start;
    min-height: 80vh;
}.welcome_board_Y .title_style_header {
    font-size: clamp(2rem, 8vw, 3rem);
}.welcome_board_Y .quick_studies_1 > div:first-child::before {
    height: 4px;
    width: 60px;
    top: -20px;
}.welcome_board_Y p {
    padding-left: 1rem;
    border-left-width: 2px;
    margin-bottom: 1.5rem;
}.welcome_board_Y .quick_studies_1 > div:nth-child(2) {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
}
}

@media (max-width: 480px) {.welcome_board_Y .learn_team_d {
    min-height: 90vh;
    padding: 1rem;
}.welcome_board_Y .quick_studies_1 > div:nth-child(2) {
    padding: 1.25rem;
}.welcome_board_Y h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}.welcome_board_Y p {
    font-size: 1rem;
}}.secure_archive_9 {
    overflow: hidden;
    max-width: 1200px;
    background: #ffffff;
    color: #000000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    padding: 40px;
    position: relative;
    margin: 0 auto;
    width: 90%;
}.secure_archive_9:before, .secure_archive_9:after {
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: center;
    top: 0;
    z-index: 0;
    background: linear-gradient(45deg, rgb(177,178,206,0.5), rgb(141,136,174,0.5));
    height: 100%;
    left: 0;
    position: absolute;
    pointer-events: none;
    content: "";
    opacity: 0.2;
    width: 100%;
}.secure_archive_9 h1 {
    letter-spacing: 2px;
    padding-bottom: 10px;
    z-index: 1;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 45px;
    margin-top: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(177,178,206);
    position: relative;
}.secure_archive_9 h2 {
    letter-spacing: 1.5px;
    position: relative;
    padding-bottom: 5px;
    font-size: 36px;
    font-weight: 600;
    border-bottom: 1px solid rgb(141,136,174,0.5);
    color: rgb(141,136,174);
    margin-bottom: 15px;
    margin-top: 20px;
    z-index: 1;
}.secure_archive_9 ul, .secure_archive_9 ol {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    padding-left: 0;
    list-style: none;
}.secure_archive_9 li {
    font-size: 15px;
    position: relative;
    padding-left: 30px;
    line-height: 1.6;
    counter-increment: list-counter;
    margin-bottom: 10px;
}.secure_archive_9 li:before {
    top: 0;
    font-weight: 700;
    left: 0;
    color: rgb(177,178,206);
    position: absolute;
    font-size: 16px;
    content: counter(list-counter, decimal-leading-zero);
}.secure_archive_9 div {
    line-height: 1.8;
    background: #ffffff;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 20px;
}.secure_archive_9 .container {
    position: relative;
    z-index: 1;
}.secure_archive_9 h3, .secure_archive_9 h4, .secure_archive_9 h5, .secure_archive_9 h6 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    color: rgb(177,178,206);
    margin-top: 20px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}.secure_archive_9 p, .secure_archive_9 span {
    margin-bottom: 10px;
    color: #000000;
    line-height: 1.6;
    font-size: 15px;
    position: relative;
    z-index: 1;
}.secure_archive_9 a {
    text-decoration: none;
    z-index: 1;
    font-weight: 600;
    position: relative;
    border-bottom: 1px solid rgb(141,136,174);
    color: rgb(141,136,174);
}.secure_archive_9 a:hover {
    border-bottom: 1px solid rgb(177,178,206);
    color: rgb(177,178,206);
}.secure_archive_9 button {
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    padding: 15px 30px;
    background: rgb(177,178,206);
    border-radius: 10px;
    z-index: 1;
    color: #ffffff;
}.secure_archive_9 button:hover {
    background: rgb(141,136,174);
}

@media only screen and (max-width: 800px) {.secure_archive_9 {
    width: 95%;
    padding: 20px;
}.secure_archive_9 h1 {
    font-size: calc(22px - 5px);
}.secure_archive_9 h2 {
    font-size: calc(22px - 3px);
}.secure_archive_9 ul, .secure_archive_9 ol {
    padding-left: 10px;
}.secure_archive_9 li {
    padding-left: 20px;
}.secure_archive_9 button {
    padding: 10px 20px;
}}.teaching_experience_w {
    overflow: hidden;
    position: relative;
    padding: 70px 30px;
    background: linear-gradient(45deg, rgb(215,216,230) 0%, #ffffff 100%);
}.teaching_experience_w::before {
    position: absolute;
    width: 100%;
    top: 0;
    background: radial-gradient(circle at 30% 50%, rgb(177,178,206,0.5) 0%, transparent 40%);
    z-index: 0;
    content: "";
    opacity: 0.4;
    left: 0;
    height: 100%;
}.teaching_experience_w::after {
    background: radial-gradient(circle at 70% 30%, rgb(141,136,174,0.5) 0%, transparent 40%);
    right: 0;
    opacity: 0.3;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
}.teaching_experience_w .edu_ratings_R {
    display: grid;
    margin: 0 auto;
    perspective: 1500px;
    z-index: 2;
    position: relative;
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
    max-width: 1000px;
}.teaching_experience_w .pic_zoom_4 {
    border-radius: 27px 27px 0 0;
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    height: 300px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    transform: rotateX(10deg);
    transform-origin: bottom;
    width: 100%;
    overflow: hidden;
}.teaching_experience_w .pic_zoom_4::before {
    width: 100%;
    content: "";
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    left: 0;
}.teaching_experience_w .edu_ratings_R:hover .pic_zoom_4 {
    transform: rotateX(0deg) translateZ(30px);
}.teaching_experience_w .job_overview_S {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    z-index: 1;
    padding: 40px;
    border-radius: 0 0 27px 27px;
    transform: rotateX(-5deg);
    background: #ffffff;
    transform-origin: top;
}.teaching_experience_w .edu_ratings_R:hover .job_overview_S {
    transform: rotateX(0deg) translateZ(20px);
}.teaching_experience_w .name {
    display: inline-block;
    font-weight: 700;
    font-size: 33px;
    transform: translateZ(0);
    margin-bottom: 10px;
    position: relative;
    color: rgb(177,178,206);
    transition: transform 0.4s ease;
}.teaching_experience_w .name::after {
    content: "";
    bottom: -5px;
    background: linear-gradient(to right, rgb(141,136,174), transparent);
    position: absolute;
    width: 0;
    left: 0;
    transition: width 0.4s ease 0.1s;
    height: 3px;
}.teaching_experience_w .edu_ratings_R:hover .name::after {
    width: 100%;
}.teaching_experience_w .edu_ratings_R:hover .name {
    transform: translateZ(10px);
}.teaching_experience_w .job_overview_S > div:nth-child(2) {
    transform: translateZ(0);
    letter-spacing: 1px;
    font-weight: 600;
    opacity: 0.7;
    margin-bottom: 20px;
    color: #000000;
    transition: transform 0.4s ease 0.1s, color 0.3s ease;
    font-size: 19px;
}.teaching_experience_w .edu_ratings_R:hover .job_overview_S > div:nth-child(2) {
    transform: translateZ(15px);
    color: rgb(141,136,174);
}.teaching_experience_w .exp_grid_s {
    font-size: 14px;
    transition: transform 0.4s ease 0.2s;
    color: #000000;
    border-top: 1px solid rgb(215,216,230);
    position: relative;
    transform: translateZ(0);
    line-height: 1.7;
    padding: 20px 0 0 0;
}.teaching_experience_w .edu_ratings_R:hover .exp_grid_s {
    transform: translateZ(5px);
}.teaching_experience_w .exp_grid_s::before {
    left: -5px;
    content: "";
    color: rgb(141,136,174,0.5);
    top: 10px;
    line-height: 0;
    position: absolute;
    opacity: 0.5;
    font-size: 60px;
}

@media (min-width: 768px) {.teaching_experience_w .edu_ratings_R {
    grid-template-columns: 300px 1fr;
    grid-gap: 0;
}.teaching_experience_w .pic_zoom_4 {
    transform: rotateY(-10deg);
    border-radius: 27px 0 0 27px;
    height: 100%;
    transform-origin: right;
}.teaching_experience_w .edu_ratings_R:hover .pic_zoom_4 {
    transform: rotateY(0deg) translateZ(30px);
}.teaching_experience_w .job_overview_S {
    border-radius: 0 27px 27px 0;
    transform: rotateY(5deg);
    transform-origin: left;
}.teaching_experience_w .edu_ratings_R:hover .job_overview_S {
    transform: rotateY(0deg) translateZ(20px);
}
}

@media (max-width: 767px) {.teaching_experience_w {
    padding: 50px 20px;
}.teaching_experience_w .pic_zoom_4 {
    height: 250px;
}.teaching_experience_w .job_overview_S {
    padding: 30px 25px;
}.teaching_experience_w .name {
    font-size: calc(33px - 4px);
}.teaching_experience_w .job_overview_S > div:nth-child(2) {
    font-size: calc(19px - 1px);
}.teaching_experience_w .exp_grid_s {
    font-size: calc(14px - 1px);
}
}