* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}a {
    color: inherit;
    text-decoration: none;
}.mJY_wrapper-padding {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}header,footer {
    width: 100%;
}html,body {
    auto
contain
touch-action: none;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
    auto
    scroll-behavior: auto;
    scroll-snap-type: none;
}.SHu_access_cta {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.nMr_main_class {
    flex: 1 0 auto;
}.container {
    width: 1276px;
    max-width: 100%;
    margin: auto;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.qSU_teacher_profile {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background-color: rgb(225,233,228);
}.qSU_teacher_profile::before {
    right: -10%;
    background: linear-gradient(135deg, rgb(191,208,197,0.5), rgb(152,173,159,0.5));
    z-index: 0;
    position: absolute;
    top: -10%;
    height: 70%;
    content: "";
    width: 45%;
    filter: blur(50px);
    transform: rotate(-15deg);
}.qSU_teacher_profile::after {
    background: linear-gradient(225deg, rgb(152,173,159,0.5), rgb(191,208,197,0.5));
    height: 60%;
    width: 50%;
    position: absolute;
    transform: rotate(15deg);
    z-index: 0;
    filter: blur(40px);
    content: "";
    left: -10%;
    bottom: -10%;
}.qSU_teacher_profile .container {
    z-index: 2;
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.qSU_teacher_profile .DNJ_rating_praise {
    gap: 2rem;
    background: linear-gradient(to right bottom, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    border-left: 4px solid rgb(191,208,197);
    display: grid;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.05);
    backdrop-filter: blur(10px);
    position: relative;
    padding: 3rem;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
}.qSU_teacher_profile .DNJ_rating_praise > div:nth-child(1) {
    transform: translateY(-1rem);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.qSU_teacher_profile .DNJ_rating_praise > div:nth-child(1):hover {
    transform: translateY(-1.5rem) scale(1.02);
}.qSU_teacher_profile .DNJ_rating_praise .Nlq_team_photo {
    width: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    height: 300px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.qSU_teacher_profile .DNJ_rating_praise .Nlq_team_photo:hover {
    clip-path: polygon(0% 5%, 100% 0%, 95% 95%, 5% 100%);
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 15px 25px rgba(0,0,0,0.1);
}.qSU_teacher_profile .DNJ_rating_praise .Nlq_team_photo::after {
    z-index: 1;
    content: "";
    background: linear-gradient(to top, rgb(191,208,197,0.5) 0%, transparent 50%);
    inset: 0;
    position: absolute;
}.qSU_teacher_profile .DNJ_rating_praise > div:nth-child(2) {
    transform: translateY(1rem);
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.3s forwards;
    padding-left: 1rem;
    opacity: 0;
    align-self: flex-start;
    border-left: 2px solid rgb(152,173,159);
}.qSU_teacher_profile .DNJ_rating_praise .name {
    color: rgb(191,208,197);
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: calc(20px * 1.2);
    position: relative;
    font-weight: 700;
}.qSU_teacher_profile .DNJ_rating_praise .name::after {
    width: 0;
    left: 0;
    background-color: rgb(152,173,159);
    bottom: -5px;
    height: 2px;
    transition: width 0.4s ease;
    content: "";
    position: absolute;
}.qSU_teacher_profile .DNJ_rating_praise .name:hover::after {
    width: 100%;
}.qSU_teacher_profile .DNJ_rating_praise > div:nth-child(2) > div {
    padding-left: 0.5rem;
    font-size: calc(13px * 0.95);
    margin-top: 0.5rem;
    font-weight: 600;
    color: rgb(152,173,159);
    font-style: italic;
    position: relative;
}.qSU_teacher_profile .DNJ_rating_praise > div:nth-child(2) > div::before {
    opacity: 0.7;
    position: absolute;
    content: "★";
    color: rgb(191,208,197);
    left: -10px;
}.qSU_teacher_profile .DNJ_rating_praise > div:nth-child(3) {
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
    transform: translateY(1rem);
    position: relative;
    opacity: 0;
}.qSU_teacher_profile .DNJ_rating_praise .Dmy_employee_view {
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.5));
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    color: #000000;
    line-height: 1.8;
    font-size: 13px;
    position: relative;
    padding: 1.5rem;
}.qSU_teacher_profile .DNJ_rating_praise .Dmy_employee_view::before {
    position: absolute;
    font-family: Georgia, serif;
    color: rgb(191,208,197,0.5);
    top: -20px;
    content: "";
    font-size: 6rem;
    left: -20px;
    z-index: -1;
}.qSU_teacher_profile .DNJ_rating_praise .Dmy_employee_view::after {
    color: rgb(191,208,197,0.5);
    font-family: Georgia, serif;
    font-size: 6rem;
    right: -20px;
    z-index: -1;
    position: absolute;
    bottom: -60px;
    content: "";
}

@keyframes fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(2rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 768px) {.qSU_teacher_profile .DNJ_rating_praise {
    gap: 2rem 3rem;
    grid-template-columns: 300px 1fr;
    grid-template-rows: auto 1fr;
}.qSU_teacher_profile .DNJ_rating_praise > div:nth-child(1) {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}.qSU_teacher_profile .DNJ_rating_praise > div:nth-child(2) {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    align-self: flex-end;
}.qSU_teacher_profile .DNJ_rating_praise > div:nth-child(3) {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}.qSU_teacher_profile .DNJ_rating_praise .Nlq_team_photo {
    clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 10% 100%);
    min-height: 400px;
    height: 100%;
}.qSU_teacher_profile .DNJ_rating_praise .Nlq_team_photo:hover {
    clip-path: polygon(5% 0%, 95% 0%, 100% 95%, 0% 100%);
}.qSU_teacher_profile .DNJ_rating_praise .name {
    font-size: calc(20px * 1.5);
}.qSU_teacher_profile .DNJ_rating_praise .Dmy_employee_view {
    font-size: calc(13px * 1.05);
    padding: 2rem;
}
}

@media (min-width: 1024px) {.qSU_teacher_profile {
    padding: 8rem 0;
}.qSU_teacher_profile .DNJ_rating_praise {
    transform: perspective(1200px) rotateX(1deg) rotateY(-1deg);
    padding: 4rem;
    gap: 3rem 4rem;
    margin: 0 2rem;
    grid-template-columns: 400px 1fr;
}.qSU_teacher_profile .DNJ_rating_praise:hover {
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg);
}.qSU_teacher_profile .DNJ_rating_praise .Nlq_team_photo {
    min-height: 500px;
}.qSU_teacher_profile .DNJ_rating_praise > div:nth-child(2) {
    padding-left: 1.5rem;
}.qSU_teacher_profile .DNJ_rating_praise .name {
    font-size: calc(20px * 1.7);
    margin-bottom: 1rem;
}.qSU_teacher_profile .DNJ_rating_praise > div:nth-child(2) > div {
    font-size: calc(13px * 1.1);
}.qSU_teacher_profile .DNJ_rating_praise .Dmy_employee_view {
    padding: 2.5rem;
    font-size: calc(13px * 1.1);
    line-height: 1.9;
}}.ZNH_title_welcome {
    overflow: hidden;
    justify-content: center;
    display: flex;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(225,233,228), rgb(152,173,159,0.5) 80%);
    padding: 4rem 2rem;
    position: relative;
    align-items: center;
}.ZNH_title_welcome > div {
    z-index: 2;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    max-width: 1200px;
    width: 100%;
    gap: 2.5rem;
}.ZNH_title_welcome::before {
    transform: rotate(-5deg);
    content: '';
    position: absolute;
    left: -50%;
    top: -50%;
    opacity: 0.05;
    width: 100%;
    animation: float 15s ease-in-out infinite alternate;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    height: 100%;
    background: rgb(191,208,197,0.5);
}.ZNH_title_welcome::after {
    opacity: 0.05;
    animation: float 20s ease-in-out infinite alternate-reverse;
    position: absolute;
    height: 100%;
    bottom: -50%;
    transform: rotate(5deg);
    right: -50%;
    width: 100%;
    background: rgb(152,173,159,0.5);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    content: '';
}.ZNH_title_welcome h1.cLQ_course_hero {
    color: #000000;
    font-size: clamp(2.5rem, 5vw, 40px);
    margin-bottom: 1.5rem;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out forwards;
    opacity: 0;
    font-weight: 700;
    letter-spacing: -0.02em;
    position: relative;
    line-height: 1.2;
}.ZNH_title_welcome h1.cLQ_course_hero::after {
    position: absolute;
    background: rgb(191,208,197);
    bottom: -15px;
    animation: expandWidth 1.5s ease-out forwards 0.5s;
    left: 0;
    box-shadow: 0 4px 10px rgb(191,208,197,0.5);
    width: 100px;
    content: '';
    height: 5px;
}.ZNH_title_welcome p {
    transform: translateY(20px);
    line-height: 1.6;
    max-width: 650px;
    margin-bottom: 2rem;
    color: #000000;
    opacity: 0;
    font-size: clamp(1rem, 3vw, 14px);
    animation: fadeUp 0.8s ease-out forwards 0.3s;
}.ZNH_title_welcome .jSq_study_express {
    animation: fadeUp 0.8s ease-out forwards 0.5s;
    width: 100%;
    transform: translateY(20px);
    opacity: 0;
    position: relative;
}.ZNH_title_welcome .Rgz_study_program {
    border-radius: 10px;
    width: 100%;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1), 
              -15px -15px 30px #ffffff,
              inset 5px 5px 10px rgba(0, 0, 0, 0.05),
              inset -5px -5px 10px rgba(255, 255, 255, 0.5);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
    height: 350px;
    overflow: hidden;
}.ZNH_title_welcome .Rgz_study_program::before {
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
    z-index: 1;
    backdrop-filter: blur(3px);
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
}.ZNH_title_welcome .Rgz_study_program:hover {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15), 
              -20px -20px 40px #ffffff;
    transform: translateY(-10px);
}.ZNH_title_welcome .Rgz_study_program span {
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 2rem;
    position: absolute;
    transition: transform 0.5s ease;
}.ZNH_title_welcome .Rgz_study_program:hover span {
    transform: translateY(-10px);
}.ZNH_title_welcome .Rgz_study_program h3 {
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    line-height: 1.4;
    font-weight: 600;
    color: #ffffff;
}

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

@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 100px;
  }
}

@keyframes float {
  0% {
    transform: translate(0, 0) rotate(-5deg);
  }
  50% {
    transform: translate(2%, 2%) rotate(0deg);
  }
  100% {
    transform: translate(-2%, -1%) rotate(5deg);
  }
}

@media (min-width: 768px) {.ZNH_title_welcome > div {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.ZNH_title_welcome h1.cLQ_course_hero::after {
    width: 150px;
}@keyframes expandWidth {
    from {
      width: 0;
    }
    to {
      width: 150px;
    }
  }
  
  .ZNH_title_welcome .Rgz_study_program {
    height: 400px;
}
}

@media (max-width: 767px) {.ZNH_title_welcome {
    padding: 3rem 1.5rem;
}.ZNH_title_welcome > div {
    gap: 1.5rem;
}.ZNH_title_welcome h1.cLQ_course_hero {
    margin-bottom: 1rem;
}.ZNH_title_welcome p {
    margin-bottom: 1.5rem;
}.ZNH_title_welcome .Rgz_study_program {
    height: 280px;
}.ZNH_title_welcome .Rgz_study_program span {
    padding: 1.5rem;
}
}

@media (max-width: 480px) {.ZNH_title_welcome {
    padding: 2rem 1rem;
}.ZNH_title_welcome h1.cLQ_course_hero::after {
    height: 4px;
    bottom: -10px;
}.ZNH_title_welcome .Rgz_study_program {
    height: 250px;
}.ZNH_title_welcome .Rgz_study_program span {
    padding: 1rem;
}}.SHu_access_cta {
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    z-index: 1;
    padding: 80px 0 40px;
}@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

.SHu_access_cta .container {
    display: flex;
    position: relative;
    justify-content: space-between;
}.SHu_access_cta .company_holder {
    padding-right: 30px;
    flex: 0 0 30%;
    position: relative;
}.SHu_access_cta .company_holder::after {
    top: 10%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(191,208,197), transparent);
    right: 0;
    height: 80%;
    position: absolute;
    content: '';
}.SHu_access_cta .company_holder h3 {
    position: relative;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(191,208,197,0.5);
    font-weight: 700;
    margin-bottom: 20px;
    font-size: calc(32px * 0.9);
    display: inline-block;
}.SHu_access_cta .company_holder h3::after {
    bottom: -5px;
    background: rgb(191,208,197);
    content: '';
    height: 2px;
    transition: width 0.3s ease-in-out;
    position: absolute;
    left: 0;
    width: 40%;
}.SHu_access_cta .company_holder h3:hover::after {
    width: 100%;
}.SHu_access_cta .ugJ_module_end {
    color: #ffffff;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    transform: translateZ(0);
    margin-top: 15px;
    padding: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-size: 13px;
    line-height: 1.6;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}.SHu_access_cta .ugJ_module_end:hover {
    transform: translateY(-2px) translateZ(0);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}.SHu_access_cta .Dxs_footer_classes {
    position: relative;
    justify-content: space-between;
    flex: 0 0 65%;
    display: flex;
}.SHu_access_cta .zMG_main_site {
    gap: 20px;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}.SHu_access_cta .vlH_header_page {
    border-radius: 29px;
    padding: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    flex: 0 0 45%;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
    overflow: hidden;
}.SHu_access_cta .vlH_header_page::before {
    content: '';
    transform: translateX(-100%);
    inset: 0;
    z-index: -1;
    position: absolute;
    transition: transform 0.6s ease;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}.SHu_access_cta .vlH_header_page:hover::before {
    transform: translateX(100%);
}.SHu_access_cta .vlH_header_page h5 {
    position: relative;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}.SHu_access_cta .vlH_header_page h5::after {
    position: absolute;
    width: 40px;
    content: '';
    background: rgb(191,208,197);
    left: 0;
    transition: width 0.3s ease, box-shadow 0.3s ease;
    height: 2px;
    bottom: 0;
}.SHu_access_cta .vlH_header_page:hover h5::after {
    width: 70px;
    box-shadow: 0 0 8px rgb(191,208,197), 0 0 16px rgb(191,208,197,0.5);
}.SHu_access_cta .vlH_header_page .zMG_main_site {
    gap: 12px;
    display: flex;
    flex-direction: column;
}.SHu_access_cta .vlH_header_page .zMG_main_site a {
    display: inline-block;
    text-decoration: none;
    opacity: 0.85;
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: calc(13px * 0.95);
    padding-left: 0;
}.SHu_access_cta .vlH_header_page .zMG_main_site a::before {
    background: linear-gradient(90deg, rgb(191,208,197), transparent);
    transition: width 0.3s ease, transform 0.3s ease;
    content: '';
    position: absolute;
    width: 0;
    left: 0;
    bottom: -2px;
    height: 1px;
    transform-origin: left;
}.SHu_access_cta .vlH_header_page .zMG_main_site a:hover {
    color: #ffffff;
    opacity: 1;
    padding-left: 5px;
}.SHu_access_cta .vlH_header_page .zMG_main_site a:hover::before {
    width: 100%;
    box-shadow: 0 0 5px rgb(191,208,197,0.5);
}.ERo_faq_block {
    backdrop-filter: blur(10px);
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 15px 0;
    background: rgba(0, 0, 0, 0.5);
}.ERo_faq_block::before {
    top: 0;
    right: 0;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(191,208,197,0.5), transparent);
    position: absolute;
    height: 1px;
    content: '';
}.ERo_faq_block .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.ERo_faq_block .cRV_pledge_block {
    letter-spacing: 0.5px;
    font-size: 15px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    text-align: center;
    color: #ffffff;
}.ERo_faq_block .cRV_pledge_block:hover {
    opacity: 1;
}

@media (max-width: 991px) {.SHu_access_cta {
    padding: 60px 0 30px;
}.SHu_access_cta .container {
    flex-direction: column;
}.SHu_access_cta .company_holder {
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 40px;
}.SHu_access_cta .company_holder::after {
    display: none;
}.SHu_access_cta .Dxs_footer_classes {
    flex: 0 0 100%;
}.SHu_access_cta .vlH_header_page {
    margin-bottom: 20px;
    flex: 0 0 calc(50% - 20px);
}
}

@media (max-width: 768px) {.SHu_access_cta {
    padding: 40px 0 20px;
}.SHu_access_cta .zMG_main_site {
    flex-direction: column;
}.SHu_access_cta .vlH_header_page {
    margin-bottom: 20px;
    flex: 0 0 100%;
}.SHu_access_cta .company_holder h3 {
    font-size: calc(32px * 0.8);
}.SHu_access_cta .vlH_header_page h5 {
    font-size: calc(20px * 0.9);
}.ERo_faq_block .cRV_pledge_block {
    font-size: calc(15px * 0.9);
}
}

@media (max-width: 576px) {.SHu_access_cta {
    padding: 30px 0 15px;
}.SHu_access_cta .company_holder {
    margin-bottom: 30px;
}.SHu_access_cta .company_holder h3 {
    font-size: calc(32px * 0.7);
}.SHu_access_cta .vlH_header_page h5 {
    font-size: calc(20px * 0.8);
}.ERo_faq_block {
    padding: 10px 0;
}.ERo_faq_block .cRV_pledge_block {
    font-size: calc(15px * 0.8);
}}


footer {
    position: relative;
}footer::after {
    background-size: 50px 50px;
    z-index: 0;
    position: absolute;
    content: '';
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.3;
}.SHu_access_cta .company_holder h3 {
    position: relative;
    overflow: hidden;
}.SHu_access_cta .company_holder h3::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    content: '';
    transition: 0.5s;
    left: -100%;
    position: absolute;
    top: 0;
    pointer-events: none;
    width: 100%;
}.SHu_access_cta .company_holder h3:hover::before {
    left: 100%;
}.bDo_future_students {
    overflow: hidden;
    background: #ffffff;
    position: relative;
    padding: 120px 0;
}.bDo_future_students::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(191,208,197,0.5) 0, transparent 80px),
        radial-gradient(circle at 80% 70%, rgb(152,173,159,0.5) 0, transparent 80px);
    width: 100%;
    content: "";
    opacity: 0.3;
    left: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
}.bDo_future_students .container {
    z-index: 2;
    position: relative;
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
}.bDo_future_students .NkT_learn_learnings {
    position: relative;
}.bDo_future_students h4 {
    text-align: center;
    margin-bottom: 80px;
    color: #000000;
    font-weight: 400;
    position: relative;
    font-size: 40px;
}.bDo_future_students h4::after {
    left: 50%;
    width: 50px;
    height: 2px;
    bottom: -20px;
    background: rgb(191,208,197);
    transform: translateX(-50%);
    position: absolute;
    content: "";
}.bDo_future_students div > div {
    gap: 40px 20px;
    max-width: 900px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    display: flex;
}.bDo_future_students p {
    flex-direction: column;
    transition: all 0.5s ease;
    flex: 0 0 calc(33.333% - 20px);
    color: #000000;
    align-items: center;
    font-size: 14px;
    padding: 0;
    display: flex;
    position: relative;
    margin: 0;
    text-align: center;
}.bDo_future_students p::before {
    top: 50%;
    z-index: -1;
    left: 50%;
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    background: rgb(225,233,228);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.bDo_future_students p:hover::before {
    width: 170%;
    height: 200%;
}.bDo_future_students p svg {
    width: 50px;
    border: 1px solid rgb(191,208,197,0.5);
    margin-bottom: 15px;
    height: 50px;
    transition: all 0.4s ease;
    padding: 10px;
    border-radius: 50%;
}.bDo_future_students p svg path {
    fill: rgb(191,208,197);
    transition: fill 0.3s ease;
}.bDo_future_students p:hover svg {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-color: transparent;
    transform: translateY(-10px);
}.bDo_future_students p:hover svg path {
    fill: rgb(152,173,159);
}.bDo_future_students p span {
    position: relative;
    padding-top: 10px;
}.bDo_future_students p span::before {
    height: 1px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    transition: width 0.3s ease;
    background: rgb(191,208,197);
    left: 50%;
    top: 0;
    width: 0;
}.bDo_future_students p:hover span::before {
    width: 30px;
}@keyframes floatAnimation {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.bDo_future_students p:nth-child(odd) {
    animation: floatAnimation 5s infinite ease-in-out;
}.bDo_future_students p:nth-child(even) {
    animation: floatAnimation 6s infinite ease-in-out reverse;
}@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.bDo_future_students .NkT_learn_learnings > div p {
    animation: fadeIn 0.6s ease forwards;
    opacity: 0;
}.bDo_future_students .NkT_learn_learnings > div p:nth-child(1) {
    animation-delay: 0.1s;
}.bDo_future_students .NkT_learn_learnings > div p:nth-child(2) {
    animation-delay: 0.2s;
}.bDo_future_students .NkT_learn_learnings > div p:nth-child(3) {
    animation-delay: 0.3s;
}.bDo_future_students .NkT_learn_learnings > div p:nth-child(4) {
    animation-delay: 0.4s;
}.bDo_future_students .NkT_learn_learnings > div p:nth-child(5) {
    animation-delay: 0.5s;
}.bDo_future_students .NkT_learn_learnings > div p:nth-child(6) {
    animation-delay: 0.6s;
}.bDo_future_students::after {
    position: absolute;
    width: 100%;
    content: "";
    height: 2px;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(191,208,197,0.5), 
        rgb(152,173,159,0.5), 
        transparent);
}

@media (max-width: 991px) {.bDo_future_students {
    padding: 100px 0;
}.bDo_future_students h4 {
    margin-bottom: 60px;
    font-size: calc(40px * 0.9);
}.bDo_future_students div > div {
    gap: 30px 20px;
}.bDo_future_students p {
    flex: 0 0 calc(50% - 20px);
}.bDo_future_students p svg {
    height: 45px;
    width: 45px;
    margin-bottom: 12px;
}
}

@media (max-width: 768px) {.bDo_future_students {
    padding: 80px 0;
}.bDo_future_students h4 {
    font-size: calc(40px * 0.8);
    margin-bottom: 50px;
}.bDo_future_students h4::after {
    width: 40px;
    bottom: -15px;
}.bDo_future_students div > div {
    gap: 40px 0;
}.bDo_future_students p {
    flex: 0 0 100%;
}.bDo_future_students p:nth-child(odd),
    .bDo_future_students p:nth-child(even) {
    animation: none;
}
}

@media (max-width: 576px) {.bDo_future_students {
    padding: 60px 0;
}.bDo_future_students h4 {
    margin-bottom: 40px;
    font-size: calc(40px * 0.7);
}.bDo_future_students h4::after {
    width: 30px;
    bottom: -12px;
}.bDo_future_students div > div {
    gap: 30px 0;
}.bDo_future_students p svg {
    height: 40px;
    margin-bottom: 10px;
    width: 40px;
    padding: 8px;
}.bDo_future_students p {
    font-size: calc(14px * 0.9);
}}.Qyw_cookie_alert_overlay {
    bottom: 0;
    border-top: 2px solid rgb(191,208,197);
    background: rgb(225,233,228);
    width: 100%;
    position: fixed;
    z-index: 90;
}.bQH_privacy_gate {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}.Qyw_cookie_alert_overlay h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.Qyw_cookie_alert_overlay p {
    font-size: 18px;
}.TsY_cookie_window {
    flex-shrink: 0;
    margin-right: 10px;
}.TsY_cookie_window svg, .TsY_cookie_window svg path, .TsY_cookie_window img {
    width: 100px;
    height: 100px;
    fill: rgb(191,208,197);
}.lIK_digital_consent {
    font-size: 24px;
    line-height: 35px;
    margin-left: 10px;
    min-width: 120px;
    border-bottom: 2px solid rgb(191,208,197);
    flex-shrink: 0;
    color: rgb(191,208,197);
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
}.Qyw_cookie_alert_overlay p a {
    color: rgb(191,208,197);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.Qyw_cookie_alert_overlay {
    padding: 20px;
}}
#QKx_cookieWarningPanel {
    display: none;
}#QKx_cookieWarningPanel:checked ~ .Qyw_cookie_alert_overlay {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 800px) {.TsY_cookie_window {
    display: none;
}.bQH_privacy_gate {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.Qyw_cookie_alert_overlay h5 {
    text-align: center;
}.Qyw_cookie_alert_overlay p {
    text-align: center;
}.VpC_cookie_check {
    margin-bottom: 20px;
}body .mJY_wrapper-padding .lIK_digital_consent {
    margin-left: 0;
}}.tXK_find_us {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(225,233,228) 0%, #ffffff 100%);
}.tXK_find_us::before {
    top: 0;
    opacity: 0.05;
    left: 0;
    z-index: 1;
    height: 100%;
    background: 
    linear-gradient(45deg, transparent 48%, rgb(191,208,197,0.5) 49%, rgb(191,208,197,0.5) 51%, transparent 52%) 0 0 / 50px 50px,
    linear-gradient(-45deg, transparent 48%, rgb(152,173,159,0.5) 49%, rgb(152,173,159,0.5) 51%, transparent 52%) 0 0 / 50px 50px;
    width: 100%;
    content: "";
    position: absolute;
}.tXK_find_us::after {
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0.05;
    background: linear-gradient(0deg, rgb(191,208,197,0.5) 0%, transparent 100%);
    width: 100%;
    position: absolute;
    content: "";
    height: 30%;
}.tXK_find_us .container {
    z-index: 10;
    position: relative;
}.tXK_find_us .moa_request_feedback {
    position: relative;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    padding: 3.5rem;
    border-top: 5px solid rgb(191,208,197);
}.tXK_find_us .moa_request_feedback h2 {
    font-size: 33px;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #000000;
}.tXK_find_us .moa_request_feedback h2::after {
    border-radius: 10px;
    height: 4px;
    left: 0;
    position: absolute;
    content: "";
    bottom: -8px;
    width: 40%;
    background-color: rgb(152,173,159);
}.tXK_find_us .moa_request_feedback p {
    max-width: 85%;
    font-size: 14px;
    color: #000000;
    margin-bottom: 2.5rem;
    line-height: 1.7;
}.tXK_find_us .moa_request_feedback p:last-of-type {
    padding: 1rem 1.5rem;
    font-weight: 600;
    align-items: center;
    display: inline-flex;
    color: #000000;
    margin-bottom: 2rem;
    background-color: rgb(225,233,228);
    border-radius: 10px;
}.tXK_find_us .moa_request_feedback p:last-of-type svg {
    fill: rgb(191,208,197);
    margin-right: 12px;
    width: 22px;
    height: 22px;
}.tXK_find_us .moa_request_feedback p:last-of-type svg path {
    fill: rgb(191,208,197);
}.tXK_find_us .mpJ_get_contactinfo {
    flex-wrap: wrap;
    gap: 1.5rem;
    display: flex;
}.tXK_find_us .zbe_support_center {
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1),
              -5px -5px 10px rgba(255, 255, 255, 0.8);
    height: 60px;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    display: flex;
    color: transparent;
    text-indent: -9999px;
    width: 60px;
    background: linear-gradient(145deg, #ffffff, rgb(225,233,228));
}.tXK_find_us .zbe_support_center::before {
    opacity: 0;
    font-weight: 600;
    top: 70px;
    content: attr(title);
    white-space: nowrap;
    color: #000000;
    transform: translateX(-50%);
    left: 50%;
    transition: opacity 0.3s ease;
    text-indent: 0;
    position: absolute;
    font-size: 15px;
    pointer-events: none;
}.tXK_find_us .zbe_support_center:hover::before {
    opacity: 1;
}.tXK_find_us .zbe_support_center:hover {
    transform: translateY(-5px);
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.1),
              -8px -8px 15px rgba(255, 255, 255, 0.8);
    background: rgb(191,208,197);
}.tXK_find_us .zbe_support_center svg {
    height: 24px;
    width: 24px;
    fill: rgb(191,208,197);
    transition: fill 0.3s ease;
}.tXK_find_us .zbe_support_center:hover svg {
    fill: #ffffff;
}.tXK_find_us .zbe_support_center svg path {
    transition: fill 0.3s ease;
    fill: rgb(191,208,197);
}.tXK_find_us .zbe_support_center:hover svg path {
    fill: #ffffff;
}

@media (max-width: 991px) {.tXK_find_us {
    padding: 4rem 0;
}.tXK_find_us .moa_request_feedback {
    padding: 2.5rem;
}.tXK_find_us .moa_request_feedback h2 {
    font-size: calc(33px * 0.9);
}.tXK_find_us .moa_request_feedback p {
    max-width: 100%;
}
}

@media (max-width: 767px) {.tXK_find_us {
    padding: 3rem 0;
}.tXK_find_us .moa_request_feedback {
    padding: 2rem;
}.tXK_find_us .mpJ_get_contactinfo {
    justify-content: center;
}.tXK_find_us .zbe_support_center {
    width: 55px;
    height: 55px;
}}.Ozo_stay_updated {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(152,173,159) 0%, rgb(191,208,197) 100%);
    position: relative;
    z-index: 1;
    padding: 4rem 2rem;
}.Ozo_stay_updated::before {
    height: 100%;
    top: 0;
    width: 100%;
    z-index: -1;
    content: "";
    background: repeating-linear-gradient(45deg, rgba(255,255,255,0.03), rgba(255,255,255,0.03) 2px, transparent 2px, transparent 8px);
    left: 0;
    position: absolute;
}.Ozo_stay_updated::after {
    position: absolute;
    height: 300px;
    width: 300px;
    right: -5%;
    border-radius: 50%;
    animation: pulse 8s infinite alternate ease-in-out;
    top: -10%;
    background: radial-gradient(circle, rgb(191,208,197,0.5) 0%, transparent 70%);
    content: "";
    z-index: -1;
}.Ozo_stay_updated .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.Ozo_stay_updated .NkT_learn_learnings {
    justify-content: center;
    transform: perspective(1000px) rotateX(2deg);
    flex-direction: column;
    padding: 2rem;
    align-items: center;
    display: flex;
    position: relative;
    gap: 2rem;
}.Ozo_stay_updated .NkT_learn_learnings::before {
    left: 0;
    opacity: 0.08;
    position: absolute;
    content: "";
    width: 100%;
    z-index: -1;
    clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
    background: rgb(255, 255, 255, 0.5);
    top: 0;
    transform: translateZ(-10px);
    height: 100%;
}.Ozo_stay_updated h4 {
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: clamp(1.25rem, 4vw, 1.75rem);
    font-weight: 600;
    max-width: 800px;
    position: relative;
    transition: transform 0.5s ease;
    line-height: 1.4;
    transform: translateY(0);
    margin: 0;
    text-align: center;
    z-index: 2;
}.Ozo_stay_updated h4::after {
    transform: translateX(-50%);
    width: 80px;
    bottom: -12px;
    position: absolute;
    opacity: 0.5;
    background: #ffffff;
    height: 3px;
    content: "";
    left: 50%;
}.Ozo_stay_updated .input_holder {
    flex-wrap: wrap;
    gap: 1rem;
    display: flex;
    z-index: 3;
    justify-content: center;
    max-width: 600px;
    width: 100%;
    position: relative;
}.Ozo_stay_updated .input_holder span {
    flex: 1 1 250px;
    position: relative;
}.Ozo_stay_updated .input_holder span:first-child {
    flex: 1 1 350px;
}.Ozo_stay_updated input[type="email"] {
    border: 2px solid rgba(255,255,255,0.3);
    transition: all 0.3s ease;
    font-size: 12px;
    background: rgba(255,255,255,0.1);
    width: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
    backdrop-filter: blur(5px);
    font-weight: 400;
    border-radius: 10px;
    color: #ffffff;
    padding: 1rem 1.5rem;
}.Ozo_stay_updated input[type="email"]:focus {
    outline: none;
    border-color: #ffffff;
    transform: translateY(-2px);
    background: rgba(255,255,255,0.15);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}.Ozo_stay_updated input[type="email"]::placeholder {
    opacity: 1;
    color: rgba(255,255,255,0.7);
    transition: opacity 0.3s ease;
}.Ozo_stay_updated input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.Ozo_stay_updated .qaE_sub_scale {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    padding: 1rem 1.5rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    color: rgb(152,173,159);
    font-family: Arial, sans-serif;
    font-size: 16px;
    width: 100%;
    position: relative;
    background: #ffffff;
}.Ozo_stay_updated .qaE_sub_scale::before {
    width: 100%;
    transition: all 0.5s ease;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    height: 100%;
    left: -100%;
    top: 0;
    position: absolute;
}.Ozo_stay_updated .qaE_sub_scale:hover {
    color: rgb(191,208,197);
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transform: translateY(-3px);
}.Ozo_stay_updated .qaE_sub_scale:hover::before {
    left: 100%;
}.Ozo_stay_updated .qaE_sub_scale:active {
    transform: translateY(0);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.2); opacity: 0.3; }
    100% { transform: scale(1); opacity: 0.5; }
}

@media (min-width: 768px) {.Ozo_stay_updated {
    padding: 5rem 2rem;
}.Ozo_stay_updated .NkT_learn_learnings {
    flex-direction: row;
    justify-content: space-between;
    gap: 3rem;
}.Ozo_stay_updated .NkT_learn_learnings > div {
    flex: 1 1 50%;
    text-align: left;
}.Ozo_stay_updated h4 {
    text-align: left;
}.Ozo_stay_updated h4::after {
    transform: none;
    left: 0;
}.Ozo_stay_updated .input_holder {
    flex: 1 1 50%;
    justify-content: flex-end;
}
}

@media (max-width: 767px) {.Ozo_stay_updated .NkT_learn_learnings::before {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
}.Ozo_stay_updated .NkT_learn_learnings {
    padding: 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}
}

@media (max-width: 480px) {.Ozo_stay_updated {
    padding: 3rem 1rem;
}.Ozo_stay_updated h4 {
    font-size: 1.2rem;
}.Ozo_stay_updated .input_holder span {
    flex: 1 1 100%;
}.Ozo_stay_updated input[type="email"],
    .Ozo_stay_updated .qaE_sub_scale {
    padding: 0.875rem 1.25rem;
}}.SGm_gratContent {
    background: linear-gradient(135deg, rgb(191,208,197,0.5), rgb(225,233,228), rgb(152,173,159,0.5));
    overflow: hidden;
    perspective: 1000px;
    position: relative;
    padding: 120px 0;
}.SGm_gratContent::before {
    animation: pulse 10s infinite alternate ease-in-out;
    left: 0;
    content: "";
    opacity: 0.7;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(191,208,197,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(152,173,159,0.5) 0%, transparent 60%);
    top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}.SGm_gratContent::after {
    left: -50%;
    top: -50%;
    animation: patternMove 60s linear infinite;
    position: absolute;
    height: 200%;
    content: "";
    pointer-events: none;
    transform: rotate(15deg);
    z-index: 1;
    width: 200%;
}.SGm_gratContent .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    transform-style: preserve-3d;
}.SGm_gratContent h2 {
    transform: translateZ(30px);
    text-shadow: 0 2px 10px rgba(0,0,0,0.05);
    padding-left: 20px;
    font-family: Arial, sans-serif;
    border-left: 4px solid rgb(191,208,197);
    font-weight: 700;
    position: relative;
    text-align: left;
    font-size: 29px;
    margin-bottom: 40px;
    line-height: 1.3;
    transition: transform 0.5s ease;
    color: #000000;
}.SGm_gratContent h2::after {
    transform-origin: left;
    transform: scaleX(0);
    left: 20px;
    bottom: -12px;
    content: "";
    position: absolute;
    background: rgb(152,173,159);
    width: 60px;
    animation: lineGrow 1.2s 0.5s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    height: 3px;
}.SGm_gratContent .NkT_learn_learnings {
    border-radius: 20px;
    position: relative;
    transform: translateZ(20px) rotateX(2deg);
    background: #ffffff;
    box-shadow: 
        0 15px 30px -10px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05),
        0 30px 60px -30px rgba(rgb(191,208,197), 0.3);
    overflow: hidden;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.SGm_gratContent .NkT_learn_learnings::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(191,208,197), rgb(152,173,159));
    height: 5px;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    z-index: 3;
}.SGm_gratContent .NkT_learn_learnings:hover {
    transform: translateZ(30px) rotateX(0deg);
    box-shadow: 
        0 20px 40px -15px rgba(0,0,0,0.15),
        0 10px 20px rgba(0,0,0,0.08),
        0 40px 70px -40px rgba(rgb(191,208,197), 0.4);
}.SGm_gratContent ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.SGm_gratContent li {
    transition: transform 0.3s ease;
    padding: 40px;
    position: relative;
    background: #ffffff;
}.SGm_gratContent li::before {
    content: "✓";
    font-size: 16px;
    left: 40px;
    background: rgb(191,208,197);
    height: 30px;
    display: flex;
    width: 30px;
    justify-content: center;
    border-radius: 50%;
    top: -15px;
    color: #ffffff;
    align-items: center;
    position: absolute;
    box-shadow: 0 5px 15px rgba(rgb(191,208,197), 0.3);
}.SGm_gratContent span {
    text-align: left;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    z-index: 2;
    display: block;
    line-height: 1.7;
    font-size: 17px;
}

@keyframes lineGrow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes patternMove {
    0% {
        transform: rotate(15deg) translateY(0);
    }
    100% {
        transform: rotate(15deg) translateY(-100px);
    }
}

@media (max-width: 991px) {.SGm_gratContent {
    padding: 80px 0;
}.SGm_gratContent h2 {
    font-size: calc(29px * 0.9);
    padding-left: 15px;
}.SGm_gratContent li {
    padding: 30px;
}.SGm_gratContent li::before {
    left: 30px;
}
}

@media (max-width: 767px) {.SGm_gratContent {
    padding: 60px 0;
}.SGm_gratContent h2 {
    margin-bottom: 30px;
    transform: translateZ(20px);
    font-size: calc(29px * 0.8);
}.SGm_gratContent h2::after {
    width: 40px;
}.SGm_gratContent .NkT_learn_learnings {
    transform: translateZ(10px) rotateX(1deg);
}.SGm_gratContent .NkT_learn_learnings:hover {
    transform: translateZ(15px) rotateX(0deg);
}.SGm_gratContent li {
    padding: 25px 20px;
}.SGm_gratContent li::before {
    width: 24px;
    top: -12px;
    height: 24px;
    left: 20px;
    font-size: 14px;
}.SGm_gratContent span {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.SGm_gratContent {
    padding: 40px 0;
}.SGm_gratContent h2 {
    font-size: calc(29px * 0.7);
    border-left: 3px solid rgb(191,208,197);
    padding-left: 12px;
}.SGm_gratContent .container {
    padding: 0 15px;
}.SGm_gratContent .NkT_learn_learnings {
    transform: translateZ(5px) rotateX(0.5deg);
}.SGm_gratContent .NkT_learn_learnings:hover {
    transform: translateZ(10px) rotateX(0deg);
}.SGm_gratContent li {
    padding: 20px 15px;
}.SGm_gratContent li::before {
    left: 15px;
    height: 20px;
    font-size: 12px;
    width: 20px;
}.SGm_gratContent span {
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}}.KqF_program_offerings {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(225,233,228) 0%, rgba(245, 247, 250, 0.95) 100%);
}.KqF_program_offerings::before {
    height: 30vw;
    right: -5%;
    border-radius: 49% 51% 68% 32% / 38% 41% 59% 62%;
    top: -10%;
    z-index: 0;
    transform: rotate(-15deg);
    content: "";
    filter: blur(50px);
    background: linear-gradient(145deg, rgb(152,173,159,0.5) 0%, rgb(191,208,197,0.5) 100%);
    position: absolute;
    animation: float 20s infinite alternate ease-in-out;
    opacity: 0.1;
    width: 30vw;
}.KqF_program_offerings::after {
    width: 40vw;
    animation: float 25s infinite alternate-reverse ease-in-out;
    content: "";
    opacity: 0.08;
    filter: blur(70px);
    z-index: 0;
    bottom: -15%;
    height: 40vw;
    border-radius: 51% 49% 32% 68% / 41% 38% 62% 59%;
    transform: rotate(10deg);
    position: absolute;
    left: -10%;
    background: linear-gradient(215deg, rgb(191,208,197,0.5) 0%, rgb(152,173,159) 100%);
}.KqF_program_offerings .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.KqF_program_offerings h2 {
    font-weight: 700;
    text-align: center;
    color: #000000;
    transition: transform 0.5s ease;
    transform-origin: center left;
    margin-bottom: 3rem;
    position: relative;
    font-size: 33px;
}.KqF_program_offerings h2::after {
    background: linear-gradient(90deg, rgb(152,173,159) 0%, rgb(191,208,197) 100%);
    position: absolute;
    width: 80px;
    left: 50%;
    content: "";
    height: 3px;
    bottom: -15px;
    transform: translateX(-50%);
}.KqF_program_offerings .NHn_learn_network {
    perspective: 1000px;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    display: grid;
}.KqF_program_offerings .Nlq_team_photo {
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 350px;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border-radius: 2px;
    transform: rotateY(-5deg) translateZ(0);
    position: relative;
}.KqF_program_offerings .Nlq_team_photo::before {
    opacity: 0.25;
    transition: opacity 0.5s ease;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    right: 0;
    content: "";
    background: linear-gradient(135deg, rgb(152,173,159,0.5) 0%, transparent 100%);
}.KqF_program_offerings .Nlq_team_photo:hover {
    transform: rotateY(0deg) translateZ(30px) scale(1.02);
}.KqF_program_offerings .Nlq_team_photo:hover::before {
    opacity: 0.35;
}.KqF_program_offerings .YZb_caption_box {
    padding: 2rem;
    border-radius: 2px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    z-index: 1;
    transform: translateZ(0) translateY(-10px);
    background: #ffffff;
    position: relative;
    transition: transform 0.6s ease, box-shadow 0.6s ease;
}.KqF_program_offerings .YZb_caption_box::before {
    top: 0;
    content: "";
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    width: 3px;
    left: 0;
    background: linear-gradient(to bottom, rgb(191,208,197), rgb(152,173,159));
    height: 0;
}.KqF_program_offerings .YZb_caption_box:hover {
    transform: translateZ(20px) translateY(-15px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}.KqF_program_offerings .YZb_caption_box:hover::before {
    height: 100%;
}.KqF_program_offerings .description {
    position: relative;
    padding-right: 10px;
    font-size: 17px;
    line-height: 1.7;
    max-height: 300px;
    color: #000000;
    overflow-y: auto;
    margin-bottom: 1.5rem;
}.KqF_program_offerings .description:last-child {
    margin-bottom: 0;
}.KqF_program_offerings .description::-webkit-scrollbar {
    width: 4px;
}.KqF_program_offerings .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.KqF_program_offerings .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(rgb(152,173,159), rgb(191,208,197));
}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(-15deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(0deg);
    }
    100% {
        transform: translate(-15px, 8px) rotate(10deg);
    }
}

@media (min-width: 768px) {.KqF_program_offerings {
    padding: 7rem 0;
}.KqF_program_offerings h2 {
    font-size: calc(33px * 1.1);
    margin-bottom: 4rem;
}.KqF_program_offerings h2::after {
    width: 100px;
}.KqF_program_offerings .NHn_learn_network {
    grid-template-columns: 45% 55%;
    gap: 4rem;
    align-items: center;
}.KqF_program_offerings .Nlq_team_photo {
    height: 450px;
}.KqF_program_offerings .YZb_caption_box {
    padding: 2.5rem 3rem;
}
}

@media (min-width: 992px) {.KqF_program_offerings {
    padding: 8rem 0;
}.KqF_program_offerings h2 {
    font-size: calc(33px * 1.2);
}.KqF_program_offerings .NHn_learn_network {
    gap: 5rem;
}.KqF_program_offerings .Nlq_team_photo {
    height: 500px;
}.KqF_program_offerings .YZb_caption_box {
    padding: 3rem 4rem;
}.KqF_program_offerings .description {
    font-size: calc(17px * 1.05);
    max-height: 500px;
    line-height: 1.8;
}
}

@media (max-width: 767px) {.KqF_program_offerings {
    padding: 4rem 0;
}.KqF_program_offerings h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 2.5rem;
}.KqF_program_offerings .Nlq_team_photo {
    transform: rotateY(0deg);
    height: 250px;
}.KqF_program_offerings .YZb_caption_box {
    padding: 1.5rem;
}.KqF_program_offerings .description {
    font-size: calc(17px * 0.95);
    max-height: 250px;
    line-height: 1.6;
}
}

@media (max-width: 480px) {.KqF_program_offerings {
    padding: 3rem 0;
}.KqF_program_offerings h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 2rem;
}.KqF_program_offerings h2::after {
    bottom: -10px;
    width: 60px;
}.KqF_program_offerings .Nlq_team_photo {
    height: 200px;
}.KqF_program_offerings .YZb_caption_box {
    padding: 1.25rem;
}.KqF_program_offerings .description {
    margin-bottom: 1rem;
    line-height: 1.5;
    font-size: calc(17px * 0.9);
    max-height: 200px;
}}.Ssu_pricing_plan {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.Ssu_pricing_plan::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.85) 100%);
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    z-index: 1;
    right: 0;
}.Ssu_pricing_plan .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.Ssu_pricing_plan .BWU_sub_options {
    position: relative;
}.Ssu_pricing_plan h2 {
    font-size: 37px;
    margin-bottom: 20px;
    text-shadow: 0 5px 15px rgba(0,0,0,0.3);
    font-weight: 700;
    position: relative;
    text-align: center;
    transform: perspective(1000px) translateZ(30px);
    color: #ffffff;
}.Ssu_pricing_plan h2::after {
    left: 50%;
    background: linear-gradient(90deg, rgb(191,208,197,0.5), rgb(191,208,197), rgb(191,208,197,0.5));
    bottom: -15px;
    position: absolute;
    width: 80px;
    height: 4px;
    content: "";
    transform: translateX(-50%);
}.Ssu_pricing_plan .owQ_cert_fees {
    max-width: 800px;
    font-weight: 300;
    margin: 0 auto 50px;
    text-align: center;
    line-height: 1.6;
    color: #ffffff;
    transform: perspective(1000px) translateZ(20px);
    opacity: 0.9;
    font-size: calc(12px * 1.1);
}.Ssu_pricing_plan .jDi_learning_fee {
    display: grid;
    gap: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.Ssu_pricing_plan .jDi_learning_fee li {
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.Ssu_pricing_plan .BpO_fee_offers {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    text-decoration: none;
    display: block;
    transform-style: preserve-3d;
    height: 100%;
}.Ssu_pricing_plan .uTU_payment_plan {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    height: 100%;
    padding: 40px 30px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 0 0 1px rgba(255,255,255,0.1);
    background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.1) 100%);
    overflow: hidden;
    transform-style: preserve-3d;
}.Ssu_pricing_plan .uTU_payment_plan::before {
    left: 0;
    top: 0;
    content: "";
    transform: scaleX(0.8);
    height: 5px;
    background: linear-gradient(90deg, rgb(191,208,197), rgb(152,173,159));
    position: absolute;
    opacity: 0.8;
    width: 100%;
    transition: transform 0.5s ease, opacity 0.5s ease;
}.Ssu_pricing_plan .uTU_payment_plan::after {
    transform: translate(30%, 30%);
    width: 150px;
    content: "";
    transition: all 0.6s ease;
    bottom: 0;
    border-radius: 50%;
    opacity: 0.2;
    right: 0;
    position: absolute;
    height: 150px;
    background: radial-gradient(circle, rgb(191,208,197,0.5) 0%, transparent 70%);
    z-index: -1;
}.Ssu_pricing_plan .iBu_price_grid {
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
}.Ssu_pricing_plan .iBu_price_grid h4 {
    font-weight: 600;
    font-size: calc(24px * 1.2);
    transform: translateZ(10px);
    padding-bottom: 15px;
    color: #ffffff;
    margin: 0 0 25px;
    position: relative;
}.Ssu_pricing_plan .iBu_price_grid h4::after {
    background: rgb(152,173,159);
    content: "";
    bottom: 0;
    transition: width 0.4s ease;
    width: 50px;
    left: 0;
    position: absolute;
    height: 2px;
}.Ssu_pricing_plan .iBu_price_grid p {
    font-size: 12px;
    overflow-wrap: break-word;
    margin: 0 0 30px;
    padding-right: 5px;
    color: #ffffff;
    opacity: 0.8;
    font-weight: 300;
    word-break: break-word;
    overflow-y: auto;
    line-height: 1.7;
    transform: translateZ(5px);
    max-height: 250px;
}.Ssu_pricing_plan .iBu_price_grid p::-webkit-scrollbar {
    width: 4px;
}.Ssu_pricing_plan .iBu_price_grid p::-webkit-scrollbar-thumb {
    background: rgb(191,208,197,0.5);
    border-radius: 10px;
}.Ssu_pricing_plan .iBu_price_grid p::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
}.Ssu_pricing_plan .fzV_learn_sub {
    transition: all 0.4s ease;
    font-weight: 700;
    font-size: calc(24px * 1.5);
    transform: translateZ(15px);
    padding: 10px 5px;
    color: #ffffff;
    position: relative;
    display: inline-block;
}.Ssu_pricing_plan .fzV_learn_sub::before {
    transition: transform 0.5s ease, opacity 0.5s ease;
    content: "";
    width: 100%;
    height: 2px;
    transform-origin: center;
    opacity: 0.6;
    left: 0;
    transform: scaleX(0.5);
    background: linear-gradient(90deg, transparent, rgb(152,173,159), transparent);
    bottom: 5px;
    position: absolute;
}.Ssu_pricing_plan .BpO_fee_offers:hover .uTU_payment_plan {
    transform: translateY(-10px) translateZ(20px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.15);
}.Ssu_pricing_plan .BpO_fee_offers:hover .uTU_payment_plan::before {
    opacity: 1;
    transform: scaleX(1);
}.Ssu_pricing_plan .BpO_fee_offers:hover .uTU_payment_plan::after {
    opacity: 0.4;
    transform: translate(20%, 20%) scale(1.2);
}.Ssu_pricing_plan .BpO_fee_offers:hover .iBu_price_grid h4::after {
    width: 80px;
}.Ssu_pricing_plan .BpO_fee_offers:hover .fzV_learn_sub {
    transform: translateZ(25px) scale(1.05);
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
}.Ssu_pricing_plan .BpO_fee_offers:hover .fzV_learn_sub::before {
    opacity: 1;
    transform: scaleX(0.8);
}

@media (max-width: 1200px) {.Ssu_pricing_plan {
    padding: 80px 0;
}.Ssu_pricing_plan .jDi_learning_fee {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}

@media (max-width: 991px) {.Ssu_pricing_plan {
    padding: 70px 0;
}.Ssu_pricing_plan h2 {
    font-size: calc(37px * 0.9);
}.Ssu_pricing_plan .owQ_cert_fees {
    font-size: 12px;
    margin-bottom: 40px;
}.Ssu_pricing_plan .jDi_learning_fee {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.Ssu_pricing_plan .uTU_payment_plan {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.Ssu_pricing_plan {
    padding: 60px 0;
}.Ssu_pricing_plan h2 {
    margin-bottom: 15px;
    font-size: calc(37px * 0.8);
}.Ssu_pricing_plan .owQ_cert_fees {
    margin-bottom: 30px;
}.Ssu_pricing_plan .jDi_learning_fee {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.Ssu_pricing_plan .iBu_price_grid h4 {
    font-size: 24px;
}.Ssu_pricing_plan .fzV_learn_sub {
    font-size: calc(24px * 1.3);
}
}

@media (max-width: 480px) {.Ssu_pricing_plan {
    padding: 50px 0;
}.Ssu_pricing_plan .uTU_payment_plan {
    padding: 25px 20px;
}.Ssu_pricing_plan .iBu_price_grid p {
    max-height: 200px;
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}.Ssu_pricing_plan .fzV_learn_sub {
    font-size: calc(24px * 1.2);
}
}

@media (hover: none) {.Ssu_pricing_plan .uTU_payment_plan {
    box-shadow: 0 10px 30px rgba(0,0,0,0.15), 0 0 0 1px rgba(255,255,255,0.1) !important;
    transform: none !important;
}.Ssu_pricing_plan .uTU_payment_plan::before {
    opacity: 0.9;
    transform: scaleX(0.9);
}.Ssu_pricing_plan .iBu_price_grid h4::after {
    width: 60px;
}}.nXz_privacy_holdings {
    background-color: rgb(225,233,228);
    color: #000000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    padding: 40px;
    font-family: Arial, sans-serif;
}.nXz_privacy_holdings h1 {
    color: rgb(191,208,197);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 38px;
}.nXz_privacy_holdings h2 {
    font-size: 31px;
    margin-bottom: 15px;
    color: rgb(152,173,159);
    font-weight: 600;
}.nXz_privacy_holdings h3,
.nXz_privacy_holdings h4,
.nXz_privacy_holdings h5,
.nXz_privacy_holdings h6 {
    color: rgb(191,208,197);
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 21px;
}.nXz_privacy_holdings ul,
.nXz_privacy_holdings ol {
    margin: 0;
    padding: 0 0 0 20px;
}.nXz_privacy_holdings ul {
    list-style-type: disc;
}.nXz_privacy_holdings ol {
    list-style-type: decimal;
}.nXz_privacy_holdings li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000000;
}.nXz_privacy_holdings p {
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 16px;
}.nXz_privacy_holdings div {
    margin-bottom: 20px;
}.nXz_privacy_holdings span {
    font-weight: 600;
    color: rgb(191,208,197);
}
@media only screen and (max-width: 800px) {.nXz_privacy_holdings {
    padding: 20px;
    border-radius: 10px;
    box-shadow: none;
}.nXz_privacy_holdings h1 {
    font-size: calc(21px * 0.8);
}.nXz_privacy_holdings h2 {
    font-size: calc(21px * 0.8);
}.nXz_privacy_holdings ul,
    .nXz_privacy_holdings ol {
    padding-left: 15px;
}}.hLb_who_we_are {
    color: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.hLb_who_we_are::before {
    left: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(23, 35, 50, 0.92) 0%,
        rgba(41, 54, 74, 0.88) 45%,
        rgba(56, 72, 98, 0.85) 100%);
}.hLb_who_we_are::after {
    top: 0;
    left: 0;
    z-index: 2;
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    pointer-events: none;
    background: radial-gradient(
        circle at 75% 25%,
        rgb(191,208,197,0.5) 0%,
        transparent 45%
    );
}.hLb_who_we_are h4 {
    font-weight: 600;
    transform: translateY(10px);
    position: relative;
    text-transform: uppercase;
    margin-bottom: 50px;
    letter-spacing: 3px;
    color: #ffffff;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    z-index: 3;
    text-align: center;
    font-size: calc(22px * 1.1);
    opacity: 0;
}.hLb_who_we_are h4::after {
    position: absolute;
    bottom: -12px;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    height: 2px;
    background: rgb(152,173,159);
    width: 60px;
}.hLb_who_we_are .container {
    z-index: 3;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
}.hLb_who_we_are .YZb_caption_box {
    background: linear-gradient(
        to right bottom,
        rgba(255, 255, 255, 0.05) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    opacity: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.08);
    animation: fadeInUp 1s ease-out 0.4s forwards;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
    padding: 50px 60px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    transform: translateY(20px);
    position: relative;
    backdrop-filter: blur(10px);
}.hLb_who_we_are .YZb_caption_box::before {
    opacity: 0.3;
    content: "";
    z-index: -1;
    border: 2px solid rgb(152,173,159,0.5);
    top: -40px;
    height: 120px;
    position: absolute;
    border-radius: 50%;
    width: 120px;
    right: -40px;
}.hLb_who_we_are .YZb_caption_box::after {
    bottom: -20px;
    content: "";
    left: -20px;
    height: 60px;
    z-index: -1;
    opacity: 0.3;
    position: absolute;
    border: 2px solid rgb(191,208,197,0.5);
    width: 60px;
    border-radius: 50%;
}.hLb_who_we_are h6 {
    font-size: calc(20px * 1.3);
    display: inline-block;
    font-weight: 700;
    color: rgb(152,173,159);
    position: relative;
    margin-bottom: 25px;
}.hLb_who_we_are h6::after {
    bottom: -10px;
    left: 0;
    animation: expandWidth 1.2s ease-in-out 1s forwards;
    content: "";
    transform-origin: left;
    background: rgb(152,173,159);
    height: 2px;
    position: absolute;
    width: 30%;
}.hLb_who_we_are span {
    column-count: 1;
    line-height: 1.8;
    display: block;
    font-size: 16px;
    font-family: Arial, sans-serif;
    text-align: justify;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
    column-gap: 40px;
}.hLb_who_we_are .YZb_caption_box div {
    overflow: hidden;
    position: relative;
}.hLb_who_we_are .container::before {
    border: 1px solid rgba(255, 255, 255, 0.05);
    right: -100px;
    top: -50px;
    animation: rotateOrbit 20s linear infinite;
    z-index: -1;
    content: "";
    height: 200px;
    border-radius: 50%;
    width: 200px;
    position: absolute;
}.hLb_who_we_are .container::after {
    left: -50px;
    z-index: -1;
    border-radius: 50%;
    width: 150px;
    animation: rotateOrbitReverse 25s linear infinite;
    border: 1px solid rgba(255, 255, 255, 0.03);
    position: absolute;
    bottom: -30px;
    height: 150px;
    content: "";
}.hLb_who_we_are .YZb_caption_box div::before {
    background-color: rgb(152,173,159);
    box-shadow: 0 0 10px 2px rgb(152,173,159,0.5);
    top: 20px;
    animation: twinkle 3s ease-in-out infinite;
    width: 4px;
    right: 30px;
    content: "";
    position: absolute;
    border-radius: 50%;
    height: 4px;
}.hLb_who_we_are .YZb_caption_box div::after {
    border-radius: 50%;
    position: absolute;
    animation: twinkle 4s ease-in-out 1s infinite;
    box-shadow: 0 0 8px 1px rgba(255, 255, 255, 0.6);
    width: 3px;
    left: 20px;
    height: 3px;
    background-color: #ffffff;
    bottom: 30px;
    content: "";
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 30%;
    }
}

@keyframes rotateOrbit {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotateOrbitReverse {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}

@keyframes twinkle {
    0%, 100% {
        opacity: 0.2;
        transform: scale(0.8);
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}


.hLb_who_we_are .YZb_caption_box:hover {
    transition: all 0.3s ease-out;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}


@media (min-width: 1200px) {.hLb_who_we_are .YZb_caption_box {
    padding: 60px 70px;
    max-width: 90%;
    margin: 0 auto;
}.hLb_who_we_are span {
    column-count: 2;
    column-gap: 50px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {.hLb_who_we_are {
    padding: 100px 0;
}.hLb_who_we_are .YZb_caption_box {
    padding: 50px 60px;
    max-width: 95%;
    margin: 0 auto;
}.hLb_who_we_are span {
    column-gap: 40px;
    column-count: 2;
}
}

@media (min-width: 768px) and (max-width: 991px) {.hLb_who_we_are {
    padding: 80px 0;
}.hLb_who_we_are h4 {
    margin-bottom: 40px;
}.hLb_who_we_are .YZb_caption_box {
    padding: 40px 50px;
}.hLb_who_we_are span {
    column-count: 2;
    column-gap: 30px;
    font-size: calc(16px * 0.95);
}
}

@media (min-width: 576px) and (max-width: 767px) {.hLb_who_we_are {
    padding: 70px 0;
}.hLb_who_we_are h4 {
    font-size: calc(22px * 1);
    margin-bottom: 35px;
}.hLb_who_we_are .YZb_caption_box {
    padding: 35px 40px;
}.hLb_who_we_are h6 {
    margin-bottom: 20px;
    font-size: calc(20px * 1.2);
}.hLb_who_we_are span {
    line-height: 1.7;
    font-size: calc(16px * 0.9);
    column-count: 1;
}
}

@media (max-width: 575px) {.hLb_who_we_are {
    padding: 60px 0;
}.hLb_who_we_are h4 {
    letter-spacing: 2px;
    font-size: calc(22px * 0.9);
    margin-bottom: 30px;
}.hLb_who_we_are .container {
    padding: 0 20px;
}.hLb_who_we_are .YZb_caption_box {
    padding: 30px 25px;
}.hLb_who_we_are h6 {
    margin-bottom: 18px;
    font-size: calc(20px * 1.1);
}.hLb_who_we_are h6::after {
    width: 50px;
}.hLb_who_we_are span {
    line-height: 1.6;
    font-size: calc(16px * 0.85);
}.hLb_who_we_are .YZb_caption_box::before,
    .hLb_who_we_are .YZb_caption_box::after {
    display: none;
}}.DjT_contact_information {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: rgb(225,233,228);
}.DjT_contact_information::before {
    width: 100%;
    content: "";
    top: 0;
    background: rgb(225,233,228);
    left: 0;
    position: absolute;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(191,208,197,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(152,173,159,0.5) 0%, transparent 30%);
    z-index: 1;
    height: 100%;
}.DjT_contact_information::after {
    height: 100%;
    z-index: 1;
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    animation: backgroundMove 30s infinite linear;
    width: 100%;
    opacity: 0.2;
    background-position: 0 0, 0 0, 0 0, 0 0;
    position: absolute;
    background-image: 
        repeating-linear-gradient(45deg, rgb(191,208,197,0.5) 0, rgb(191,208,197,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(152,173,159,0.5) 0, rgb(152,173,159,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(191,208,197,0.5), transparent 70%),
        linear-gradient(180deg, rgb(152,173,159,0.5), transparent 70%);
    top: 0;
    content: "";
    left: 0;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}

.DjT_contact_information .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 30px;
}.DjT_contact_information h2 {
    text-transform: uppercase;
    margin-bottom: 50px;
    position: relative;
    letter-spacing: 2px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    font-size: 39px;
}.DjT_contact_information h2::before {
    content: "";
    background: rgb(191,208,197);
    left: calc(50% - 50px);
    height: 2px;
    box-shadow: 
        0 0 5px rgb(191,208,197),
        0 0 10px rgb(191,208,197),
        0 0 15px rgb(191,208,197);
    position: absolute;
    width: 100px;
    bottom: -15px;
}.DjT_contact_information .Dqd_request_map {
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(191,208,197,0.5);
    overflow: hidden;
    position: relative;
    display: flex;
    border-radius: 12px;
}.DjT_contact_information .Dqd_request_map::before {
    inset: 0;
    border: 1px solid rgb(191,208,197);
    opacity: 0.2;
    z-index: 3;
    border-radius: 12px;
    content: "";
    position: absolute;
    pointer-events: none;
}.DjT_contact_information .Nlq_team_photo {
    min-height: 550px;
    flex: 0 0 45%;
    position: relative;
    overflow: hidden;
}.DjT_contact_information .Nlq_team_photo::before {
    content: "";
    z-index: 1;
    inset: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
}.DjT_contact_information .Nlq_team_photo::after {
    inset: 0;
    position: absolute;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(191,208,197,0.5) 100%);
    content: "";
    z-index: 2;
    opacity: 0.7;
}.DjT_contact_information .fPs_query_request {
    position: relative;
    padding: 60px;
    flex: 0 0 55%;
    background: #ffffff;
}.DjT_contact_information .fPs_query_request::before {
    top: -100px;
    opacity: 0.3;
    z-index: 0;
    width: 200px;
    background: rgb(191,208,197,0.5);
    content: "";
    right: -100px;
    filter: blur(100px);
    height: 200px;
    position: absolute;
}.DjT_contact_information .fPs_query_request::after {
    content: "";
    left: -75px;
    position: absolute;
    filter: blur(80px);
    height: 150px;
    bottom: -75px;
    width: 150px;
    opacity: 0.3;
    z-index: 0;
    background: rgb(152,173,159,0.5);
}.DjT_contact_information form {
    position: relative;
    z-index: 2;
}.DjT_contact_information form h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
    color: #000000;
    font-size: 23px;
}.DjT_contact_information form h3::after {
    width: 40px;
    content: "";
    position: absolute;
    bottom: -15px;
    height: 2px;
    box-shadow: 
        0 0 5px rgb(191,208,197,0.5),
        0 0 10px rgb(191,208,197,0.5);
    background: rgb(191,208,197);
    left: 0;
}.DjT_contact_information form input[type="text"] {
    border-radius: 8px;
    margin-bottom: 25px;
    border: 1px solid rgb(191,208,197,0.5);
    transition: all 0.3s ease;
    padding: 18px 25px;
    width: 100%;
    font-size: 17px;
    background: rgb(225,233,228);
    color: #000000;
}.DjT_contact_information form input[type="text"]:focus {
    border-color: rgb(191,208,197);
    box-shadow: 
        0 0 0 1px rgb(191,208,197),
        0 0 5px rgb(191,208,197,0.5);
    outline: none;
}.DjT_contact_information form input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.DjT_contact_information .Eao_reach_inquiry {
    margin-bottom: 35px;
    position: relative;
}.DjT_contact_information .Eao_reach_inquiry input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.DjT_contact_information .Eao_reach_inquiry label {
    position: relative;
    color: #000000;
    font-size: 13px;
    line-height: 1.5;
    cursor: pointer;
    padding-left: 35px;
}.DjT_contact_information .Eao_reach_inquiry label::before {
    border: 1px solid rgb(191,208,197,0.5);
    width: 22px;
    position: absolute;
    transition: all 0.3s ease;
    top: 0;
    content: "";
    background: rgb(225,233,228);
    border-radius: 4px;
    left: 0;
    height: 22px;
}.DjT_contact_information .Eao_reach_inquiry input[type="checkbox"]:checked + label::before {
    box-shadow: 0 0 5px rgb(191,208,197,0.5);
    background: rgb(191,208,197);
    border-color: rgb(191,208,197);
}.DjT_contact_information .Eao_reach_inquiry input[type="checkbox"]:checked + label::after {
    left: 8px;
    width: 6px;
    top: 4px;
    border: solid #ffffff;
    height: 12px;
    content: "";
    position: absolute;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}.DjT_contact_information .Eao_reach_inquiry label a {
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
    color: rgb(191,208,197);
}.DjT_contact_information .Eao_reach_inquiry label a::after {
    width: 100%;
    background: rgb(191,208,197);
    left: 0;
    content: "";
    transform-origin: right;
    position: absolute;
    transition: transform 0.3s ease;
    height: 1px;
    bottom: -1px;
    transform: scaleX(0);
}.DjT_contact_information .Eao_reach_inquiry label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}.DjT_contact_information .IsF_help_widget {
    border: none;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    box-shadow: 
        0 5px 15px rgb(191,208,197,0.5),
        0 0 0 1px rgb(191,208,197);
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    background: rgb(191,208,197);
    text-transform: uppercase;
    padding: 18px 30px;
}.DjT_contact_information .IsF_help_widget::before {
    top: 0;
    background: rgb(152,173,159);
    left: 0;
    position: absolute;
    z-index: -1;
    transition: transform 0.5s ease;
    content: "";
    height: 100%;
    transform-origin: right;
    width: 100%;
    transform: scaleX(0);
}.DjT_contact_information .IsF_help_widget:hover {
    box-shadow: 
        0 5px 20px rgb(152,173,159,0.5),
        0 0 0 1px rgb(152,173,159);
}.DjT_contact_information .IsF_help_widget:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.DjT_contact_information svg {
    filter: drop-shadow(0 0 2px rgb(191,208,197,0.5));
    transition: all 0.3s ease;
    height: 22px;
    fill: rgb(191,208,197);
    width: 22px;
}.DjT_contact_information svg path {
    fill: rgb(191,208,197);
    transition: all 0.3s ease;
}.DjT_contact_information svg:hover,
.DjT_contact_information svg:hover path {
    transform: translateY(-2px);
    filter: drop-shadow(0 0 3px rgb(152,173,159,0.5));
    fill: rgb(152,173,159);
}

@media (max-width: 1024px) {.DjT_contact_information {
    padding: 80px 0;
}.DjT_contact_information .Nlq_team_photo {
    min-height: 500px;
}.DjT_contact_information .fPs_query_request {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.DjT_contact_information {
    padding: 60px 0;
}.DjT_contact_information h2 {
    font-size: calc(39px * 0.8);
    margin-bottom: 40px;
}.DjT_contact_information .Dqd_request_map {
    flex-direction: column;
}.DjT_contact_information .Nlq_team_photo {
    width: 100%;
    min-height: 300px;
}.DjT_contact_information .fPs_query_request {
    width: 100%;
    padding: 40px 30px;
}.DjT_contact_information form h3 {
    margin-bottom: 30px;
}.DjT_contact_information form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.DjT_contact_information .Eao_reach_inquiry {
    margin-bottom: 25px;
}.DjT_contact_information .IsF_help_widget {
    padding: 15px 25px;
}
}

@media (max-width: 480px) {.DjT_contact_information {
    padding: 50px 0;
}.DjT_contact_information h2 {
    font-size: calc(39px * 0.7);
    margin-bottom: 30px;
}.DjT_contact_information .Nlq_team_photo {
    min-height: 200px;
}.DjT_contact_information .fPs_query_request {
    padding: 30px 20px;
}.DjT_contact_information form h3 {
    margin-bottom: 25px;
    font-size: calc(23px * 0.9);
}.DjT_contact_information form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.DjT_contact_information .Eao_reach_inquiry {
    margin-bottom: 20px;
}.DjT_contact_information .Eao_reach_inquiry label {
    font-size: calc(13px * 0.9);
}.DjT_contact_information .IsF_help_widget {
    padding: 12px 20px;
}}header {
    background: rgb(225,233,228);
    overflow: visible;
    width: 100%;
    position: relative;
    z-index: 99;
}header::before {
    background: radial-gradient(circle at 30% 30%, rgb(191,208,197,0.5) 0%, transparent 70%);
    opacity: 0.2;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: 0;
}header .OJV_first_teach {
    padding: 25px 30px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    display: flex;
}header .OJV_first_teach::before {
    height: 5px;
    left: 10%;
    background: linear-gradient(90deg, rgb(191,208,197), transparent);
    filter: blur(5px);
    content: "";
    width: 30%;
    position: absolute;
    top: -10px;
}header .OJV_first_teach::after {
    right: 10%;
    content: "";
    position: absolute;
    bottom: -10px;
    width: 30%;
    filter: blur(5px);
    background: linear-gradient(90deg, transparent, rgb(152,173,159));
    height: 5px;
}header .OJV_first_teach .sQL_header_primary {
    z-index: 2;
    padding: 5px;
    position: relative;
}header .OJV_first_teach .sQL_header_primary::before {
    width: calc(100% + 10px);
    top: -5px;
    height: calc(100% + 10px);
    content: "";
    opacity: 0;
    filter: blur(15px);
    transition: opacity 0.3s ease;
    position: absolute;
    background: linear-gradient(135deg, rgb(191,208,197), rgb(152,173,159));
    z-index: -1;
    left: -5px;
}header .OJV_first_teach .sQL_header_primary:hover::before {
    opacity: 0.7;
}header .OJV_first_teach .sQL_header_primary .rPu_site_top {
    transition: transform 0.3s ease;
    display: block;
    position: relative;
}header .OJV_first_teach .sQL_header_primary:hover .rPu_site_top {
    transform: scale(1.05);
}header .OJV_first_teach .sQL_header_primary .rPu_site_top svg {
    height: 45px;
    width: auto;
}header .OJV_first_teach .vlH_header_page {
    padding: 10px;
    margin: 0;
    list-style: none;
    border-radius: 28px;
    position: relative;
    display: flex;
}header .OJV_first_teach .vlH_header_page::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    backdrop-filter: blur(5px);
    left: 0;
    z-index: -1;
    content: "";
    opacity: 0.1;
    top: 0;
    position: absolute;
    border-radius: 28px;
    width: 100%;
    height: 100%;
}header .OJV_first_teach .vlH_header_page .XdI_head_info {
    margin: 0 3px;
    position: relative;
}header .OJV_first_teach .vlH_header_page .XdI_head_info a {
    z-index: 1;
    position: relative;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    padding: 8px 15px;
    font-size: 12px;
    display: block;
    overflow: hidden;
    color: #000000;
    text-decoration: none;
}header .OJV_first_teach .vlH_header_page .XdI_head_info a::before {
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(191,208,197), rgb(152,173,159));
    width: 100%;
    transition: opacity 0.3s ease;
    z-index: -1;
    position: absolute;
    content: "";
    top: 0;
    opacity: 0;
}header .OJV_first_teach .vlH_header_page .XdI_head_info a::after {
    opacity: 0;
    top: 50%;
    width: 150%;
    content: "";
    left: 50%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: translate(-50%, -50%) scale(0);
    position: absolute;
    height: 150%;
    z-index: -1;
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
}header .OJV_first_teach .vlH_header_page .XdI_head_info:hover a::before {
    opacity: 1;
}header .OJV_first_teach .vlH_header_page .XdI_head_info:hover a {
    color: #ffffff;
}header .OJV_first_teach .vlH_header_page .XdI_head_info:active a::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
}header .OJV_first_teach .vlH_header_page .XdI_head_info:nth-child(odd) a::before {
    background: linear-gradient(to right, rgb(191,208,197), rgb(152,173,159));
}header .OJV_first_teach .vlH_header_page .XdI_head_info:nth-child(even) a::before {
    background: linear-gradient(to left, rgb(191,208,197), rgb(152,173,159));
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(191,208,197), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(191,208,197), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(191,208,197), 0);
    }
}

@media (max-width: 992px) {header .OJV_first_teach {
    flex-direction: column;
    padding: 20px 15px;
}header .OJV_first_teach .sQL_header_primary {
    margin-bottom: 15px;
}header .OJV_first_teach .vlH_header_page {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}header .OJV_first_teach .vlH_header_page .XdI_head_info {
    margin: 3px;
}header .OJV_first_teach .vlH_header_page .XdI_head_info a {
    padding: 6px 12px;
    font-size: calc(12px - 1px);
}
}

@media (max-width: 767px) {header .OJV_first_teach {
    padding: 15px 10px;
}header .OJV_first_teach .sQL_header_primary .rPu_site_top svg {
    height: 40px;
}header .OJV_first_teach .vlH_header_page {
    padding: 5px;
}header .OJV_first_teach .vlH_header_page .XdI_head_info a {
    padding: 5px 10px;
    font-size: calc(12px - 2px);
}
}