* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.aBQ_top_pagebar {
    flex: 1 0 auto;
}.AoT_access_cta {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    scroll-behavior: auto;
    height: 100%;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
}.IJQ_wrapper-holder {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1193px;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.IFv_contacts {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(210,227,224) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
    overflow: hidden;
}.IFv_contacts::before {
    height: 100%;
    left: 0;
    opacity: 0.1;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    position: absolute;
    content: "";
    background: 
        radial-gradient(circle at 90% 20%, rgb(167,199,194,0.5) 0%, transparent 30%),
        linear-gradient(60deg, transparent 0%, rgb(123,169,162,0.5) 30%, transparent 70%);
    top: 0;
    z-index: 0;
}.IFv_contacts::after {
    border: 2px solid rgb(167,199,194,0.5);
    bottom: -40px;
    content: "";
    position: absolute;
    height: 180px;
    width: 180px;
    z-index: 0;
    right: -40px;
    transform: rotate(-15deg);
}.IFv_contacts .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    padding: 0 1.5rem;
    max-width: 1200px;
}.IFv_contacts .qfc_get_contactus {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    position: relative;
    background: #ffffff;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05), 0 2px 10px rgba(0,0,0,0.02);
}.IFv_contacts .qfc_get_contactus:hover {
    transform: translateY(-5px);
}.IFv_contacts .qfc_get_contactus::before {
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    background: linear-gradient(to bottom, rgb(167,199,194), rgb(123,169,162));
    position: absolute;
    content: "";
    width: 5px;
    height: 0;
    left: 0;
}.IFv_contacts .qfc_get_contactus:hover::before {
    height: 100%;
}.IFv_contacts h3 {
    display: inline-block;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 33px;
    position: relative;
}.IFv_contacts h3::after {
    left: 0;
    bottom: -8px;
    width: 40%;
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(167,199,194) 0%, rgb(123,169,162) 100%);
    content: "";
    transition: width 0.4s ease;
}.IFv_contacts .qfc_get_contactus:hover h3::after {
    width: 80%;
}.IFv_contacts h5 {
    color: #000000;
    margin-bottom: 0.5rem;
    font-size: 24px;
    align-items: center;
    font-weight: 600;
    gap: 8px;
    display: flex;
    margin-top: 1.5rem;
}.IFv_contacts p {
    font-size: 16px;
    max-width: 90%;
    color: #000000;
    margin-bottom: 1rem;
    line-height: 1.6;
}.IFv_contacts .IZJ_connect_block {
    flex-direction: column;
    display: flex;
    list-style: none;
    padding: 0;
    gap: 1rem;
    margin: 2rem 0 0;
}.IFv_contacts .qfu_support_now {
    align-items: center;
    text-decoration: none;
    color: #000000;
    gap: 8px;
    font-size: 16px;
    border-left: 2px solid transparent;
    font-weight: 400;
    display: flex;
    padding: 10px 15px;
    transition: all 0.3s ease;
    background: rgba(245, 245, 245, 0.6);
}.IFv_contacts .qfu_support_now:hover {
    transform: translateX(5px);
    background: rgba(245, 245, 245, 1);
    border-left: 2px solid rgb(167,199,194);
}.IFv_contacts svg {
    transition: transform 0.3s ease;
    width: 20px;
    height: 20px;
}.IFv_contacts .qfu_support_now:hover svg {
    transform: scale(1.1);
}.IFv_contacts svg path {
    transition: fill 0.3s ease;
    fill: rgb(167,199,194);
}.IFv_contacts .qfu_support_now:hover svg path {
    fill: rgb(123,169,162);
}

@media (min-width: 768px) {.IFv_contacts .qfc_get_contactus {
    grid-template-columns: 1fr;
    display: grid;
    gap: 1.5rem;
    padding: 4rem;
}.IFv_contacts h3 {
    font-size: calc(33px * 1.1);
    margin-bottom: 2rem;
}.IFv_contacts .IZJ_connect_block {
    margin-top: 2.5rem;
    gap: 1.5rem;
    flex-direction: row;
    flex-wrap: wrap;
}.IFv_contacts .qfu_support_now {
    padding: 12px 20px;
}
}

@media (min-width: 992px) {.IFv_contacts {
    padding: 7rem 0;
}.IFv_contacts .qfc_get_contactus {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    display: grid;
}.IFv_contacts .qfc_get_contactus > div:first-of-type {
    grid-column: 1 / -1;
}.IFv_contacts h3 {
    grid-column: 1 / -1;
}.IFv_contacts .IZJ_connect_block {
    grid-column: 1 / -1;
}.IFv_contacts .qfu_support_now {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.IFv_contacts .qfu_support_now:hover {
    transform: translateX(8px);
}
}

@media (max-width: 767px) {.IFv_contacts {
    padding: 4rem 0;
}.IFv_contacts .qfc_get_contactus {
    padding: 2rem;
}.IFv_contacts h3 {
    font-size: calc(33px * 0.9);
}.IFv_contacts p {
    max-width: 100%;
}.IFv_contacts .IZJ_connect_block li {
    width: 100%;
}.IFv_contacts .qfu_support_now {
    padding: 10px;
}
}

@media (max-width: 480px) {.IFv_contacts {
    padding: 3rem 0;
}.IFv_contacts .qfc_get_contactus {
    padding: 1.5rem;
}.IFv_contacts h3 {
    font-size: calc(33px * 0.8);
}.IFv_contacts .qfu_support_now {
    font-size: calc(16px * 0.9);
}}.dgS_leadership_profile {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(210,227,224) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}.dgS_leadership_profile::before {
    filter: blur(40px);
    content: "";
    top: -10%;
    transform: rotate(-15deg);
    right: -5%;
    height: 80%;
    z-index: 0;
    opacity: 0.4;
    background: linear-gradient(45deg, rgb(123,169,162,0.5) 0%, rgb(167,199,194,0.5) 100%);
    position: absolute;
    width: 30%;
}.dgS_leadership_profile::after {
    height: 70%;
    filter: blur(50px);
    left: -5%;
    content: "";
    width: 40%;
    z-index: 0;
    opacity: 0.3;
    transform: rotate(10deg);
    background: linear-gradient(-45deg, rgb(167,199,194,0.5) 0%, rgb(123,169,162,0.5) 100%);
    position: absolute;
    bottom: -10%;
}.dgS_leadership_profile .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.dgS_leadership_profile .NsQ_alumni_voices {
    gap: 2rem;
    background: rgba(255, 255, 255, 0.85);
    transform: perspective(1000px) rotateY(-2deg);
    padding: 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(123,169,162);
    grid-template-columns: 1fr;
}.dgS_leadership_profile .NsQ_alumni_voices:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}.dgS_leadership_profile .sIf_img_container {
    border-radius: 10px;
    margin: 0 auto;
    height: 180px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: rotate(-3deg);
    position: relative;
    transition: all 0.4s ease-out;
    width: 180px;
}.dgS_leadership_profile .sIf_img_container:hover {
    transform: rotate(0deg) scale(1.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}.dgS_leadership_profile .sIf_img_container::after {
    border: 2px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    content: "";
    right: 10px;
    top: 10px;
    bottom: 10px;
    pointer-events: none;
    left: 10px;
    border-radius: 5px;
}.dgS_leadership_profile .name {
    margin-bottom: 0.5rem;
    display: inline-block;
    font-weight: 700;
    color: #000000;
    font-size: 18px;
    position: relative;
}.dgS_leadership_profile .name::after {
    content: "";
    left: 0;
    height: 3px;
    bottom: -5px;
    position: absolute;
    width: 40%;
    transition: width 0.3s ease;
    background: linear-gradient(90deg, rgb(123,169,162) 0%, transparent 100%);
}.dgS_leadership_profile .NsQ_alumni_voices:hover .name::after {
    width: 70%;
}.dgS_leadership_profile .jFd_employee_content {
    font-size: 15px;
    border-left: 2px solid rgb(123,169,162,0.5);
    position: relative;
    padding-left: 1.5rem;
    color: #000000;
    line-height: 1.7;
    margin: 0;
}.dgS_leadership_profile .jFd_employee_content::before {
    font-family: serif;
    font-size: 5rem;
    opacity: 0.3;
    color: rgb(123,169,162,0.5);
    content: "";
    top: -20px;
    left: -10px;
    position: absolute;
}

@media (min-width: 768px) {.dgS_leadership_profile {
    padding: 7rem 0;
}.dgS_leadership_profile .NsQ_alumni_voices {
    gap: 2.5rem;
    padding: 3rem;
    grid-template-columns: 220px 1fr;
    grid-template-rows: auto 1fr;
}.dgS_leadership_profile .NsQ_alumni_voices > div:nth-child(1) {
    grid-row: 1 / 3;
}.dgS_leadership_profile .sIf_img_container {
    margin: 0;
    height: 280px;
    width: 220px;
}.dgS_leadership_profile .jFd_employee_content {
    padding-left: 2rem;
    font-size: calc(15px + 0.1rem);
}
}

@media (min-width: 992px) {.dgS_leadership_profile .NsQ_alumni_voices {
    gap: 3rem;
    grid-template-columns: 300px 1fr;
    padding: 4rem;
}.dgS_leadership_profile .sIf_img_container {
    width: 280px;
    height: 350px;
}.dgS_leadership_profile .name {
    font-size: calc(18px + 0.2rem);
}.dgS_leadership_profile .jFd_employee_content {
    padding-left: 2.5rem;
    font-size: calc(15px + 0.2rem);
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.dgS_leadership_profile .container {
    padding: 0 2rem;
}.dgS_leadership_profile .NsQ_alumni_voices {
    transform: perspective(1500px) rotateY(-3deg);
    padding: 5rem;
    grid-template-columns: 350px 1fr;
    gap: 4rem;
}.dgS_leadership_profile .sIf_img_container {
    height: 400px;
    width: 320px;
}
}

@media (max-width: 767px) {.dgS_leadership_profile .NsQ_alumni_voices > div:nth-child(2) {
    text-align: center;
}.dgS_leadership_profile .name::after {
    left: 50%;
    transform: translateX(-50%);
}.dgS_leadership_profile .jFd_employee_content {
    padding: 1.5rem;
    text-align: left;
}}.mYp_who_we_are {
    overflow: hidden;
    padding: 110px 0;
    background: rgb(210,227,224);
    position: relative;
}.mYp_who_we_are::before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
    background-image: linear-gradient(120deg, rgb(167,199,194,0.5) 0%, transparent 75%);
    z-index: 1;
    left: 0;
}.mYp_who_we_are .container {
    z-index: 2;
    position: relative;
}.mYp_who_we_are .hIu_learn_spot {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    grid-gap: 30px;
}.mYp_who_we_are h3 {
    margin-bottom: 60px;
    font-size: 47px;
    font-weight: 700;
    display: inline-block;
    grid-column: 1 / -1;
    color: #000000;
    position: relative;
}.mYp_who_we_are h3::after {
    height: 5px;
    width: 60%;
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    background: rgb(167,199,194);
}.mYp_who_we_are .bvh_who_weare {
    z-index: 1;
    grid-column: 1 / 7;
    position: relative;
}.mYp_who_we_are .olv_learning_studio {
    grid-column: 7 / -1;
    position: relative;
    z-index: 1;
}.mYp_who_we_are .bvh_who_weare span {
    display: block;
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: rgb(167,199,194);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}.mYp_who_we_are .bvh_who_weare p,
.mYp_who_we_are .olv_learning_studio p {
    line-height: 1.8;
    color: #000000;
    padding-right: 20px;
    font-size: 15px;
    margin-bottom: 30px;
}.mYp_who_we_are .sIf_img_container,
.mYp_who_we_are .NoH_study_hub {
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 0;
    overflow: hidden;
    position: relative;
    height: 360px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    box-shadow: 15px 15px 0 rgb(167,199,194,0.5);
}.mYp_who_we_are .NoH_study_hub {
    box-shadow: 15px 15px 0 rgb(123,169,162,0.5);
}.mYp_who_we_are .sIf_img_container:hover,
.mYp_who_we_are .NoH_study_hub:hover {
    box-shadow: 20px 20px 0 rgb(167,199,194,0.5);
    transform: translateY(-10px);
}.mYp_who_we_are .NoH_study_hub:hover {
    box-shadow: 20px 20px 0 rgb(123,169,162,0.5);
}.mYp_who_we_are .bvh_who_weare,
.mYp_who_we_are .olv_learning_studio {
    position: relative;
}.mYp_who_we_are .bvh_who_weare::before {
    position: absolute;
    height: 100px;
    left: -20px;
    bottom: -20px;
    background: repeating-linear-gradient(
        45deg,
        rgb(167,199,194,0.5),
        rgb(167,199,194,0.5) 5px,
        transparent 5px,
        transparent 10px
    );
    width: 100px;
    content: "";
    z-index: -1;
}.mYp_who_we_are .olv_learning_studio::before {
    position: absolute;
    height: 100px;
    content: "";
    right: -20px;
    top: -20px;
    z-index: -1;
    background: repeating-linear-gradient(
        -45deg,
        rgb(123,169,162,0.5),
        rgb(123,169,162,0.5) 5px,
        transparent 5px,
        transparent 10px
    );
    width: 100px;
}.mYp_who_we_are .sIf_img_container::after,
.mYp_who_we_are .NoH_study_hub::after {
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5));
    position: absolute;
    left: 0;
}.mYp_who_we_are .sIf_img_container::before,
.mYp_who_we_are .NoH_study_hub::before {
    width: 100%;
    z-index: 2;
    position: absolute;
    left: -100%;
    transform: skewX(-25deg);
    height: 100%;
    content: "";
    transition: all 0.6s;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    top: 0;
}.mYp_who_we_are .sIf_img_container:hover::before,
.mYp_who_we_are .NoH_study_hub:hover::before {
    left: 100%;
}.mYp_who_we_are .hIu_learn_spot::after {
    right: -100px;
    top: -100px;
    position: absolute;
    border-radius: 50%;
    height: 200px;
    animation: rotate 60s linear infinite;
    border: 2px dashed rgb(167,199,194,0.5);
    content: "";
    width: 200px;
    z-index: -1;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {.mYp_who_we_are {
    padding: 90px 0;
}.mYp_who_we_are h3 {
    margin-bottom: 50px;
}.mYp_who_we_are .sIf_img_container,
    .mYp_who_we_are .NoH_study_hub {
    height: 320px;
}
}

@media (max-width: 992px) {.mYp_who_we_are .hIu_learn_spot {
    grid-template-columns: 1fr;
}.mYp_who_we_are .bvh_who_weare,
    .mYp_who_we_are .olv_learning_studio {
    grid-column: 1 / -1;
    margin-bottom: 50px;
}.mYp_who_we_are .olv_learning_studio {
    margin-bottom: 0;
}.mYp_who_we_are h3 {
    margin-bottom: 40px;
}.mYp_who_we_are .sIf_img_container,
    .mYp_who_we_are .NoH_study_hub {
    height: 400px;
}.mYp_who_we_are .bvh_who_weare p,
    .mYp_who_we_are .olv_learning_studio p {
    padding-right: 0;
}
}

@media (max-width: 768px) {.mYp_who_we_are {
    padding: 70px 0;
}.mYp_who_we_are h3 {
    margin-bottom: 35px;
    font-size: calc(47px * 0.8);
}.mYp_who_we_are .bvh_who_weare,
    .mYp_who_we_are .olv_learning_studio {
    margin-bottom: 40px;
}.mYp_who_we_are .sIf_img_container,
    .mYp_who_we_are .NoH_study_hub {
    box-shadow: 10px 10px 0 rgb(167,199,194,0.5);
    height: 350px;
}.mYp_who_we_are .NoH_study_hub {
    box-shadow: 10px 10px 0 rgb(123,169,162,0.5);
}.mYp_who_we_are .sIf_img_container:hover,
    .mYp_who_we_are .NoH_study_hub:hover {
    box-shadow: 15px 15px 0 rgb(167,199,194,0.5);
}.mYp_who_we_are .NoH_study_hub:hover {
    box-shadow: 15px 15px 0 rgb(123,169,162,0.5);
}
}

@media (max-width: 576px) {.mYp_who_we_are {
    padding: 50px 0;
}.mYp_who_we_are h3 {
    font-size: calc(47px * 0.7);
    margin-bottom: 30px;
}.mYp_who_we_are h3::after {
    height: 4px;
    bottom: -10px;
    width: 50%;
}.mYp_who_we_are .bvh_who_weare span {
    margin-bottom: 15px;
    font-size: calc(18px * 0.9);
}.mYp_who_we_are .bvh_who_weare p,
    .mYp_who_we_are .olv_learning_studio p {
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: calc(15px * 0.95);
}.mYp_who_we_are .sIf_img_container,
    .mYp_who_we_are .NoH_study_hub {
    box-shadow: 8px 8px 0 rgb(167,199,194,0.5);
    height: 280px;
}.mYp_who_we_are .NoH_study_hub {
    box-shadow: 8px 8px 0 rgb(123,169,162,0.5);
}.mYp_who_we_are .sIf_img_container:hover,
    .mYp_who_we_are .NoH_study_hub:hover {
    box-shadow: 10px 10px 0 rgb(167,199,194,0.5);
}.mYp_who_we_are .NoH_study_hub:hover {
    box-shadow: 10px 10px 0 rgb(123,169,162,0.5);
}.mYp_who_we_are .bvh_who_weare::before,
    .mYp_who_we_are .olv_learning_studio::before {
    height: 80px;
    width: 80px;
}}

.mYp_who_we_are .olv_learning_studio p {
    position: relative;
    font-style: italic;
    padding-left: 20px;
}.mYp_who_we_are .olv_learning_studio p::before {
    height: 100%;
    width: 4px;
    position: absolute;
    background: rgb(123,169,162);
    left: 0;
    top: 0;
    content: "";
}header {
    overflow: visible;
    background: linear-gradient(to right, rgb(123,169,162) 0%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    z-index: 99;
    position: relative;
}header::before {
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(167,199,194,0.5) 10px,
        rgb(167,199,194,0.5) 11px
    );
    z-index: -1;
    position: absolute;
    width: 100%;
    opacity: 0.1;
    content: '';
    height: 100%;
    left: 0;
    top: 0;
}header .oAs_head_skill {
    align-items: center;
    padding: 15px;
    display: flex;
    position: relative;
    justify-content: space-between;
    width: 100%;
}header .oAs_head_skill::after {
    height: 1px;
    bottom: 0;
    width: 90%;
    box-shadow: 0 0 10px rgb(123,169,162), 0 0 20px rgb(123,169,162,0.5);
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgb(167,199,194),
        rgb(123,169,162),
        rgb(167,199,194),
        transparent
    );
    content: '';
    left: 5%;
}header .oAs_head_skill .ixC_nav_expert {
    position: relative;
    padding: 5px 10px;
    z-index: 2;
    margin-right: 20px;
}header .oAs_head_skill .ixC_nav_expert::before {
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(123,169,162,0.5);
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    top: 0;
    height: 100%;
    border: 1px solid rgb(123,169,162,0.5);
    transition: opacity 0.4s ease;
    content: '';
}header .oAs_head_skill .ixC_nav_expert:hover::before {
    opacity: 1;
}header .oAs_head_skill .ixC_nav_expert .jeR_head_edu {
    display: block;
    transition: transform 0.3s ease;
}header .oAs_head_skill .ixC_nav_expert:hover .jeR_head_edu {
    transform: scale(1.05);
}header .oAs_head_skill .ixC_nav_expert .jeR_head_edu svg {
    width: auto;
    filter: drop-shadow(0 0 5px rgb(123,169,162,0.5));
    height: 45px;
}header .oAs_head_skill .ksD_nav_learn {
    padding: 15px 20px;
    justify-content: flex-end;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    border-radius: 10px;
    margin: 0;
    position: relative;
    list-style: none;
}header .oAs_head_skill .ksD_nav_learn::before {
    background: radial-gradient(
        ellipse at center,
        rgb(123,169,162,0.5) 0%,
        transparent 70%
    );
    width: 100%;
    position: absolute;
    opacity: 0.2;
    left: 0;
    height: 100%;
    content: '';
    top: 0;
    border-radius: 10px;
}header .oAs_head_skill .ksD_nav_learn .NsS_top_guide {
    position: relative;
    margin: 0;
}header .oAs_head_skill .ksD_nav_learn .NsS_top_guide::after {
    transition: width 0.3s ease, left 0.3s ease;
    left: 50%;
    background: rgb(167,199,194);
    content: '';
    bottom: -5px;
    position: absolute;
    height: 2px;
    box-shadow: 0 0 8px rgb(167,199,194);
    width: 0;
}header .oAs_head_skill .ksD_nav_learn .NsS_top_guide:hover::after {
    left: 10%;
    width: 80%;
}header .oAs_head_skill .ksD_nav_learn .NsS_top_guide a {
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-size: 17px;
    padding: 10px 15px;
    letter-spacing: 1px;
    display: block;
}header .oAs_head_skill .ksD_nav_learn .NsS_top_guide:hover a {
    color: rgb(167,199,194);
    text-shadow: 0 0 5px rgb(167,199,194,0.5);
}

@media (max-width: 992px) {header .oAs_head_skill {
    flex-direction: column;
}header .oAs_head_skill .ixC_nav_expert {
    margin: 0 0 15px 0;
    align-self: center;
}header .oAs_head_skill .ksD_nav_learn {
    width: 100%;
    justify-content: center;
}header .oAs_head_skill .ksD_nav_learn .NsS_top_guide a {
    font-size: calc(17px - 1px);
    padding: 10px 15px;
}}.vMA_training_benefits {
    overflow: hidden;
    background: linear-gradient(180deg, rgb(210,227,224) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 140px 0;
    position: relative;
}.vMA_training_benefits::before {
    width: 100%;
    content: '';
    opacity: 0.15;
    background-size: 40px 40px;
    z-index: 1;
    background-image: 
        linear-gradient(90deg, rgb(167,199,194,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(167,199,194,0.5) 1px, transparent 1px);
    left: 0;
    background-position: center;
    height: 100%;
    position: absolute;
    top: 0;
}.vMA_training_benefits .hIu_learn_spot {
    z-index: 2;
    max-width: 1400px;
    position: relative;
    display: flex;
    margin: 0 auto;
}.vMA_training_benefits .sIf_img_container {
    z-index: 4;
    right: 0;
    position: absolute;
    border-left: 5px solid rgb(167,199,194);
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
    top: -15%;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.2);
    width: 40%;
    height: 130%;
}.vMA_training_benefits .sIf_img_container::before {
    content: '';
    position: absolute;
    z-index: 1;
    background: linear-gradient(to right, rgb(123,169,162,0.5) 0%, transparent 100%);
    inset: 0;
}.vMA_training_benefits .sIf_img_container::after {
    width: 5px;
    position: absolute;
    content: '';
    animation: glow 4s infinite alternate;
    left: -10px;
    height: 80%;
    top: 10%;
    background: rgb(167,199,194);
    box-shadow: 0 0 20px rgb(167,199,194), 0 0 40px rgb(167,199,194);
}.vMA_training_benefits .NYE_paragraph_wrap {
    padding-right: 5%;
    width: 60%;
    position: relative;
}.vMA_training_benefits h2 {
    padding: 20px 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000;
    border-radius: 10px;
    border-left: 5px solid rgb(167,199,194);
    font-size: 35px;
    width: fit-content;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}.vMA_training_benefits .text_main_holder {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}.vMA_training_benefits .text_main_holder > div {
    padding: 30px 20px;
    display: flex;
    align-items: center;
    transition: all 0.4s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 10px;
    z-index: 2;
    flex-direction: column;
    background: #ffffff;
    border-top: 3px solid transparent;
    text-align: center;
}.vMA_training_benefits .text_main_holder > div:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
    border-top: 3px solid rgb(167,199,194);
}.vMA_training_benefits .text_main_holder > div::before {
    transition: all 0.4s ease;
    height: 0;
    background: rgb(167,199,194);
    z-index: -1;
    box-shadow: 0 0 20px rgb(167,199,194);
    left: 0;
    width: 0;
    content: '';
    top: -3px;
    position: absolute;
}.vMA_training_benefits .text_main_holder > div:hover::before {
    height: 3px;
    width: 100%;
    box-shadow: 0 0 30px 5px rgb(167,199,194);
}.vMA_training_benefits .text_main_holder > div:nth-child(3n+1) {
    transform: translateY(20px);
}.vMA_training_benefits .text_main_holder > div:nth-child(3n+1):hover {
    transform: translateY(10px);
}.vMA_training_benefits .text_main_holder > div:nth-child(3n+3) {
    transform: translateY(-20px);
}.vMA_training_benefits .text_main_holder > div:nth-child(3n+3):hover {
    transform: translateY(-30px);
}.vMA_training_benefits .text_main_holder svg {
    height: 70px;
    transition: all 0.4s ease;
    background: rgb(210,227,224);
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 50%;
    width: 70px;
}.vMA_training_benefits .text_main_holder > div:hover svg {
    transform: rotate(10deg);
    background: rgb(167,199,194,0.5);
}.vMA_training_benefits .text_main_holder svg path {
    transition: fill 0.4s ease;
    fill: rgb(167,199,194);
}.vMA_training_benefits .text_main_holder > div:hover svg path {
    fill: #000000;
}.vMA_training_benefits .text_main_holder p {
    line-height: 1.5;
    color: #000000;
    margin: 0;
    font-size: 13px;
}

@keyframes glow {
    0% { opacity: 0.5; box-shadow: 0 0 10px rgb(167,199,194), 0 0 20px rgb(167,199,194); }
    100% { opacity: 1; box-shadow: 0 0 20px rgb(167,199,194), 0 0 40px rgb(167,199,194), 0 0 60px rgb(167,199,194); }
}

@media (max-width: 1200px) {.vMA_training_benefits .text_main_holder {
    grid-template-columns: repeat(2, 1fr);
}.vMA_training_benefits .sIf_img_container {
    width: 35%;
}
}

@media (max-width: 992px) {.vMA_training_benefits {
    padding: 100px 0;
}.vMA_training_benefits .hIu_learn_spot {
    padding: 0 20px;
    flex-direction: column;
}.vMA_training_benefits .sIf_img_container {
    height: 400px;
    top: auto;
    margin-bottom: 50px;
    width: 100%;
    border-left: none;
    right: auto;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    border-top: 5px solid rgb(167,199,194);
    position: relative;
}.vMA_training_benefits .sIf_img_container::after {
    height: 5px;
    top: -10px;
    width: 80%;
    left: 10%;
}.vMA_training_benefits .NYE_paragraph_wrap {
    padding: 0;
    width: 100%;
}
}

@media (max-width: 768px) {.vMA_training_benefits .text_main_holder {
    grid-template-columns: 1fr;
}.vMA_training_benefits .text_main_holder > div,
    .vMA_training_benefits .text_main_holder > div:nth-child(3n+1),
    .vMA_training_benefits .text_main_holder > div:nth-child(3n+3) {
    transform: translateY(0);
}.vMA_training_benefits .text_main_holder > div:hover,
    .vMA_training_benefits .text_main_holder > div:nth-child(3n+1):hover,
    .vMA_training_benefits .text_main_holder > div:nth-child(3n+3):hover {
    transform: translateY(-10px);
}
}

@media (max-width: 576px) {.vMA_training_benefits {
    padding: 80px 0;
}.vMA_training_benefits .sIf_img_container {
    height: 300px;
}.vMA_training_benefits h2 {
    font-size: calc(35px * 0.85);
    padding: 15px 20px;
}}.NXF_training_structure {
    min-height: 75vh;
    display: flex;
    align-items: center;
    background: rgb(210,227,224);
    position: relative;
    justify-content: center;
    overflow: hidden;
}.NXF_training_structure::before {
    z-index: 1;
    left: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 30% 30%, rgb(167,199,194,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 70%, rgb(123,169,162,0.5) 0%, transparent 40%);
    top: 0;
    content: "";
    opacity: 0.6;
    width: 100%;
    position: absolute;
}.NXF_training_structure::after {
    width: 800px;
    top: 50%;
    height: 800px;
    left: 50%;
    background: 
        repeating-radial-gradient(
            circle at center,
            rgba(255, 255, 255, 0.03) 0px,
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 30px
        );
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    content: "";
    animation: pulseRings 6s ease-in-out infinite;
    transform: translate(-50%, -50%);
}.NXF_training_structure .container {
    align-items: center;
    position: relative;
    z-index: 5;
    max-width: 1200px;
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    padding: 5rem 2rem;
}.NXF_training_structure .hIu_learn_spot {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    aspect-ratio: 1 / 1;
    flex-direction: column;
    position: relative;
    width: 100%;
}.NXF_training_structure .hIu_learn_spot::before {
    animation: rotateCircle 20s linear infinite;
    border: 2px solid rgb(167,199,194,0.5);
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    opacity: 0.6;
    height: 100%;
    content: "";
    border-radius: 50%;
}.NXF_training_structure .hIu_learn_spot::after {
    position: absolute;
    content: "";
    height: 80%;
    animation: rotateCircle 30s linear infinite reverse;
    width: 80%;
    top: 10%;
    left: 10%;
    opacity: 0.4;
    border-radius: 50%;
    border: 2px dashed rgb(123,169,162,0.5);
}.NXF_training_structure h3 {
    font-weight: 700;
    color: rgb(167,199,194);
    width: 70%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    z-index: 3;
    margin: 0 0 20%;
    position: relative;
    padding: 2rem 3rem;
    font-size: 29px;
    text-align: center;
    border-radius: 17px;
    background: #ffffff;
}.NXF_training_structure h3::before {
    background: linear-gradient(to bottom, rgb(167,199,194), transparent);
    width: 2px;
    left: 50%;
    bottom: -20%;
    content: "";
    height: 20%;
    z-index: 2;
    position: absolute;
}.NXF_training_structure h3::after {
    background: #ffffff;
    left: 50%;
    border-radius: 5px;
    width: 30px;
    position: absolute;
    content: "";
    animation: rotateElement 10s linear infinite;
    transform: translate(-50%, 50%) rotate(45deg);
    z-index: 2;
    height: 30px;
    bottom: -20%;
    border: 2px solid rgb(167,199,194,0.5);
}.NXF_training_structure span {
    width: 70%;
    font-size: 15px;
    line-height: 1.8;
    background: #ffffff;
    text-align: center;
    padding: 2rem 3rem;
    max-width: 600px;
    z-index: 2;
    color: #000000;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 17px;
}.NXF_training_structure span::before {
    content: "";
    filter: blur(5px);
    position: absolute;
    z-index: -1;
    inset: -5px;
    border-radius: inherit;
    background: linear-gradient(135deg, rgb(167,199,194,0.5), rgb(123,169,162,0.5));
    opacity: 0.3;
    animation: glowPulse 4s ease-in-out infinite alternate;
}.NXF_training_structure span::after {
    transform: translateX(-50%) rotate(45deg);
    content: "";
    top: -10px;
    z-index: 3;
    background: #ffffff;
    height: 20px;
    left: 50%;
    width: 20px;
    position: absolute;
    border: 2px solid rgb(123,169,162,0.5);
}

@keyframes pulseRings {
    0%, 100% {
        opacity: 0.1;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 0.2;
        transform: translate(-50%, -50%) scale(1.05);
    }
}

@keyframes rotateCircle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateElement {
    0% {
        transform: translate(-50%, 50%) rotate(45deg);
    }
    100% {
        transform: translate(-50%, 50%) rotate(405deg);
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.3;
        filter: blur(5px);
    }
    50% {
        opacity: 0.5;
        filter: blur(10px);
    }
}

@media (max-width: 992px) {.NXF_training_structure .container {
    padding: 4rem 1.5rem;
}.NXF_training_structure .hIu_learn_spot {
    gap: 4rem;
    height: auto;
    aspect-ratio: auto;
}.NXF_training_structure h3 {
    padding: 1.8rem 2.5rem;
    font-size: calc(29px * 0.9);
    margin: 0;
    width: 80%;
}.NXF_training_structure span {
    padding: 1.8rem 2.5rem;
    width: 80%;
    font-size: calc(15px * 0.95);
}.NXF_training_structure h3::before,
    .NXF_training_structure h3::after {
    display: none;
}.NXF_training_structure span::after {
    display: none;
}.NXF_training_structure .hIu_learn_spot::before,
    .NXF_training_structure .hIu_learn_spot::after {
    top: 0;
    height: 100%;
    border-radius: 17px;
    left: 0;
    width: 100%;
}
}

@media (max-width: 768px) {.NXF_training_structure {
    padding: 3rem 0;
    min-height: auto;
}.NXF_training_structure .container {
    padding: 0 1.2rem;
}.NXF_training_structure .hIu_learn_spot {
    gap: 2rem;
}.NXF_training_structure h3 {
    padding: 1.5rem 2rem;
    width: 100%;
    font-size: calc(29px * 0.8);
}.NXF_training_structure span {
    width: 100%;
    padding: 1.5rem 2rem;
    font-size: calc(15px * 0.9);
}
}

@media (max-width: 576px) {.NXF_training_structure {
    padding: 2.5rem 0;
}.NXF_training_structure .container {
    padding: 0 1rem;
}.NXF_training_structure .hIu_learn_spot {
    gap: 1.5rem;
}.NXF_training_structure h3 {
    padding: 1.2rem 1.5rem;
    font-size: calc(29px * 0.7);
}.NXF_training_structure span {
    font-size: calc(15px * 0.85);
    padding: 1.2rem 1.5rem;
}.NXF_training_structure .hIu_learn_spot::before,
    .NXF_training_structure .hIu_learn_spot::after {
    display: none;
}}.AoT_access_cta {
    color: #ffffff;
    z-index: 1;
    padding: 5rem 0 3rem;
    position: relative;
}.AoT_access_cta::before {
    backdrop-filter: blur(8px);
    top: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(167,199,194,0.5) 100%);
    width: 100%;
    content: "";
    height: 100%;
}.AoT_access_cta .container {
    gap: 3rem;
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    position: relative;
}.AoT_access_cta .company_holder {
    border-left: 2px solid rgb(167,199,194);
    position: relative;
    animation: borderPulse 4s infinite alternate;
    padding-left: 2rem;
}@keyframes borderPulse {
    0% {
        border-left-color: rgb(167,199,194);
    }
    50% {
        border-left-color: rgb(123,169,162);
    }
    100% {
        border-left-color: rgb(167,199,194);
    }
}

.AoT_access_cta .company_holder h3 {
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    background: linear-gradient(to right, #ffffff, rgb(123,169,162));
    -webkit-background-clip: text !important;
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: calc(36px * 1.2);
}.AoT_access_cta .PbN_quiz_links {
    color: #ffffff;
    margin-top: 1rem;
    line-height: 1.6;
    opacity: 0.8;
    font-size: 16px;
}.AoT_access_cta .bkE_teach_supp {
    display: flex;
    justify-content: flex-end;
}.AoT_access_cta .oWV_head_guide {
    display: flex;
    gap: 4rem;
}.AoT_access_cta .ksD_nav_learn {
    position: relative;
}.AoT_access_cta .ksD_nav_learn::before {
    content: "";
    width: 40px;
    top: -10px;
    border-left: 1px solid rgb(167,199,194);
    opacity: 0.4;
    height: 40px;
    left: -20px;
    border-top: 1px solid rgb(167,199,194);
    position: absolute;
}.AoT_access_cta .ksD_nav_learn::after {
    border-right: 1px solid rgb(167,199,194);
    position: absolute;
    width: 40px;
    right: -20px;
    bottom: -10px;
    opacity: 0.4;
    border-bottom: 1px solid rgb(167,199,194);
    content: "";
    height: 40px;
}.AoT_access_cta .ksD_nav_learn h5 {
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    font-size: 21px;
    font-weight: 600;
    color: rgb(123,169,162);
    text-transform: uppercase;
}.AoT_access_cta .ksD_nav_learn .oWV_head_guide {
    gap: 0.8rem;
    flex-direction: column;
    display: flex;
}.AoT_access_cta .ksD_nav_learn .oWV_head_guide a {
    padding-left: 1rem;
    position: relative;
    font-size: 16px;
    transition: all 0.3s ease;
    opacity: 0.8;
    text-decoration: none;
    color: #ffffff;
}.AoT_access_cta .ksD_nav_learn .oWV_head_guide a::before {
    top: 50%;
    transition: all 0.3s ease;
    position: absolute;
    height: 5px;
    transform: translateY(-50%);
    left: 0;
    width: 5px;
    content: "";
    background-color: rgb(167,199,194);
    border-radius: 50%;
}.AoT_access_cta .ksD_nav_learn .oWV_head_guide a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: rgb(167,199,194);
}.AoT_access_cta .ksD_nav_learn .oWV_head_guide a:hover::before {
    background-color: rgb(123,169,162);
    width: 7px;
    height: 7px;
}.Mob_music_edu {
    margin-top: 2rem;
    background-color: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem 0;
    position: relative;
}.Mob_music_edu::before {
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, transparent, rgb(167,199,194), transparent);
    opacity: 0.5;
}.Mob_music_edu .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.Mob_music_edu .ibN_webinar_arch {
    opacity: 0.7;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
}

@media screen and (max-width: 992px) {.AoT_access_cta .container {
    gap: 2rem;
    grid-template-columns: 1fr;
}.AoT_access_cta .company_holder {
    padding-left: 1rem;
    margin-bottom: 2rem;
}.AoT_access_cta .bkE_teach_supp {
    justify-content: flex-start;
}.AoT_access_cta .oWV_head_guide {
    gap: 2rem;
}
}

@media screen and (max-width: 768px) {.AoT_access_cta {
    padding: 3rem 0 2rem;
}.AoT_access_cta .oWV_head_guide {
    gap: 2rem;
    flex-direction: column;
}.AoT_access_cta .ksD_nav_learn::before,
    .AoT_access_cta .ksD_nav_learn::after {
    display: none;
}.AoT_access_cta .ksD_nav_learn {
    margin-bottom: 1.5rem;
}.Mob_music_edu {
    padding: 1rem 0;
}
}

@media screen and (max-width: 576px) {.AoT_access_cta .company_holder h3 {
    font-size: 36px;
}.AoT_access_cta .ksD_nav_learn h5 {
    font-size: calc(21px * 1.1);
}.AoT_access_cta .ksD_nav_learn .oWV_head_guide a {
    font-size: calc(16px * 0.9);
}}.yiX_privacy_haven {
    width: 100%;
    height: auto;
    padding: 60px;
    color: #ffffff;
}.yiX_privacy_haven h1 {
    text-align: center;
    color: rgb(167,199,194);
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 45px;
    border-bottom: 3px solid rgb(123,169,162);
    padding-bottom: 15px;
    grid-column: span 2;
}.yiX_privacy_haven h2 {
    font-weight: 600;
    border-bottom: 2px solid rgb(167,199,194);
    margin-bottom: 25px;
    margin-top: 0;
    color: rgb(123,169,162);
    padding-bottom: 10px;
    font-size: 38px;
}.yiX_privacy_haven ul, .yiX_privacy_haven ol {
    list-style: none;
    padding-left: 0;
    margin: 0;
}.yiX_privacy_haven li {
    border-radius: 10px;
    font-size: 18px;
    border-left: 4px solid rgb(167,199,194);
    background: rgb(167,199,194,0.5);
    margin-bottom: 15px;
    color: #000000;
    padding: 10px 20px;
    font-weight: 400;
}.yiX_privacy_haven section {
    background: rgb(123,169,162,0.5);
    border-radius: 27px;
    padding: 30px;
    width: 100%;
}.yiX_privacy_haven p, .yiX_privacy_haven span, .yiX_privacy_haven div {
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    font-size: 18px;
    color: #000000;
}

@media only screen and (max-width: 800px) {.yiX_privacy_haven {
    grid-template-columns: 1fr;
    padding: 30px 15px;
}.yiX_privacy_haven h1 {
    font-size: calc(22px - 10px);
}.yiX_privacy_haven h2 {
    font-size: calc(22px - 8px);
}.yiX_privacy_haven li {
    padding: 8px 15px;
    font-size: calc(18px - 2px);
}}.RTf_homepage {
    position: relative;
    justify-content: center;
    overflow: hidden;
    padding: 6rem 2rem;
    display: flex;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(210,227,224) 40%, rgb(167,199,194,0.5) 100%);
    align-items: center;
}.RTf_homepage::before {
    height: 20%;
    z-index: 1;
    content: "";
    top: 0;
    position: absolute;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    right: 0;
    background: rgb(123,169,162,0.5);
    width: 40%;
}.RTf_homepage::after {
    left: 0;
    bottom: 0;
    content: "";
    z-index: 1;
    height: 25%;
    width: 35%;
    background: rgb(167,199,194,0.5);
    clip-path: polygon(0 100%, 100% 100%, 0 0);
    position: absolute;
}.RTf_homepage > div {
    max-width: 1200px;
    grid-template-columns: 1fr;
    gap: 3rem;
    position: relative;
    display: grid;
    width: 100%;
    z-index: 2;
}.RTf_homepage h1.Rfy_quick_edu {
    line-height: 1.2;
    transform: translateX(-20px);
    color: #000000;
    opacity: 0;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    animation: slideInTitle 0.8s ease-out forwards 0.3s;
    font-size: 39px;
}.RTf_homepage h1.Rfy_quick_edu::after {
    left: 0;
    transform: scaleX(0);
    width: 80px;
    animation: expandLine 1s ease forwards 1s;
    background: rgb(167,199,194);
    height: 4px;
    transform-origin: left;
    position: absolute;
    bottom: -10px;
    content: "";
}.RTf_homepage p {
    opacity: 0;
    position: relative;
    margin-bottom: 2rem;
    max-width: 90%;
    font-size: calc(12px * 1.2);
    color: #000000;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out forwards 0.6s;
    line-height: 1.6;
}.RTf_homepage .HPI_course_head {
    position: relative;
    width: 100%;
    perspective: 1000px;
    margin-top: 2rem;
}.RTf_homepage .hMZ_knowledge_guides {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    min-height: 280px;
    overflow: hidden;
    width: 100%;
    position: relative;
    transform-origin: center bottom;
    opacity: 0;
    transform: translateY(30px) rotateX(5deg);
    animation: popIn 1s cubic-bezier(0.17, 0.67, 0.4, 1.2) forwards 0.8s;
}.RTf_homepage .hMZ_knowledge_guides::before {
    left: 0;
    position: absolute;
    content: "";
    z-index: 1;
    height: 100%;
    background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.7) 100%);
    top: 0;
    width: 100%;
}.RTf_homepage .hMZ_knowledge_guides span {
    padding: 2rem;
    bottom: 0;
    opacity: 0;
    width: 100%;
    animation: fadeUp 0.8s ease-out forwards 1.2s;
    position: absolute;
    z-index: 2;
    left: 0;
    transform: translateY(10px);
}.RTf_homepage .hMZ_knowledge_guides h3 {
    font-size: calc(24px * 0.9);
    line-height: 1.5;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 600;
    color: #ffffff;
}.RTf_homepage .hMZ_knowledge_guides:hover {
    transition: all 0.5s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: rotateX(0) scale(1.02);
}

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

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

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

@keyframes popIn {
  0% {
    transform: translateY(30px) rotateX(5deg);
    opacity: 0;
  }
  70% {
    transform: translateY(-10px) rotateX(-2deg);
    opacity: 1;
  }
  100% {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
}

@media (min-width: 768px) {.RTf_homepage {
    padding: 8rem 4rem;
}.RTf_homepage > div {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.RTf_homepage h1.Rfy_quick_edu {
    margin-bottom: 2rem;
    font-size: calc(39px * 1.2);
    max-width: 90%;
}.RTf_homepage p {
    max-width: 80%;
    font-size: calc(12px * 1.3);
}.RTf_homepage .hMZ_knowledge_guides {
    min-height: 360px;
}.RTf_homepage .hMZ_knowledge_guides h3 {
    font-size: 24px;
}
}

@media (min-width: 992px) {.RTf_homepage {
    padding: 8rem 6rem;
}.RTf_homepage > div {
    gap: 4rem;
}.RTf_homepage h1.Rfy_quick_edu {
    font-size: calc(39px * 1.4);
}.RTf_homepage .hMZ_knowledge_guides {
    transform: translateY(0) rotateY(-5deg);
    transform-origin: center;
    min-height: 420px;
    transition: transform 0.5s ease;
}.RTf_homepage .hMZ_knowledge_guides:hover {
    transform: rotateY(0) scale(1.03);
}
}

@media (max-width: 767px) {.RTf_homepage {
    padding: 4rem 1.5rem;
}.RTf_homepage > div {
    gap: 2rem;
}.RTf_homepage h1.Rfy_quick_edu {
    font-size: calc(39px * 0.9);
}.RTf_homepage p {
    max-width: 100%;
    font-size: 12px;
}
}

@media (max-width: 480px) {.RTf_homepage {
    padding: 3rem 1rem;
}.RTf_homepage h1.Rfy_quick_edu {
    font-size: calc(39px * 0.8);
}.RTf_homepage .hMZ_knowledge_guides {
    min-height: 240px;
}.RTf_homepage .hMZ_knowledge_guides h3 {
    font-size: calc(24px * 0.8);
}}#lgQ_cookie_popup_board {
    display: none;
}#lgQ_cookie_popup_board:checked ~ .xNt_cookie_overlay_window {
    opacity: 0;
    visibility: hidden;
}.xNt_cookie_overlay_window {
    font-family: Arial, sans-serif;
    bottom: 0;
    position: fixed;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    background: rgb(123,169,162);
    border-top: 3px solid rgb(167,199,194);
    z-index: 90;
    padding: 20px 0;
    width: 100%;
}.dzk_cookie_control {
    gap: 20px;
    border-radius: 24px;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
    display: flex;
    border: 2px dashed rgb(167,199,194);
    background: rgba(0, 0, 0, 0.5);
}.xNt_cookie_overlay_window h5 {
    letter-spacing: 1.5px;
    color: rgb(167,199,194);
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
    font-weight: 700;
}.xNt_cookie_overlay_window p {
    position: relative;
    color: #ffffff;
    margin: 0;
    line-height: 1.5;
    font-size: 12px;
}.GVC_visitor_confirm {
    background: rgb(167,199,194,0.5);
    align-items: center;
    flex-shrink: 0;
    display: flex;
    margin-right: 20px;
    padding: 10px;
    border-radius: 24px;
    justify-content: center;
}.GVC_visitor_confirm svg {
    width: 60px;
    height: 60px;
    fill: rgb(167,199,194);
}.lhz_cookie_protect {
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 10px;
    white-space: nowrap;
    background: rgb(167,199,194);
    border: 2px solid rgb(167,199,194);
    font-size: 18px;
    text-align: center;
    color: #000000;
    margin-left: 10px;
    flex-shrink: 0;
    line-height: 40px;
    cursor: pointer;
    min-width: 140px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}.lhz_cookie_protect:hover {
    background-color: rgb(123,169,162);
    box-shadow: 0 0 10px rgb(123,169,162);
}.cookie_button.bOV_web_cookies {
    border: 2px solid rgb(123,169,162);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.bOV_web_cookies:hover {
    box-shadow: 0 0 10px rgb(123,169,162);
}.xNt_cookie_overlay_window p a {
    border-bottom: 1px dashed rgb(167,199,194);
    color: rgb(167,199,194);
    transition: color 0.3s ease;
    text-decoration: none;
}.xNt_cookie_overlay_window p a:hover {
    color: rgb(123,169,162);
}
@media only screen and (max-width: 1200px) {.xNt_cookie_overlay_window {
    padding: 15px 0;
}.dzk_cookie_control {
    padding: 15px 5%;
}.GVC_visitor_confirm {
    display: none;
}.dzk_cookie_control {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.xNt_cookie_overlay_window h5 {
    font-size: 16px;
    margin-bottom: 10px;
}.wJL_user_tracker {
    margin-bottom: 15px;
}.lhz_cookie_protect {
    min-width: 100%;
    margin: 10px 0;
}}
.Qiv_contact_form_box {
    position: relative;
    background: linear-gradient(125deg, rgb(210,227,224) 0%, rgb(210,227,224) 60%, rgb(167,199,194,0.5) 100%);
    overflow: hidden;
    padding: 110px 0;
}.Qiv_contact_form_box::before {
    right: 0;
    width: 50%;
    opacity: 0.05;
    height: 100%;
    top: 0;
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(167,199,194,0.5),
        rgb(167,199,194,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    position: absolute;
    content: "";
}.Qiv_contact_form_box .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
}.Qiv_contact_form_box h2 {
    margin-bottom: 50px;
    position: relative;
    color: #000000;
    font-size: 32px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-align: center;
}.Qiv_contact_form_box h2::before {
    transform: translateX(-50%);
    background: rgb(167,199,194);
    height: 4px;
    border-radius: 2px;
    content: "";
    left: 50%;
    bottom: -15px;
    position: absolute;
    width: 60px;
}.Qiv_contact_form_box .WrG_request_list {
    position: relative;
    background: transparent;
    grid-template-columns: 1fr 450px;
    align-items: center;
    gap: 40px;
    display: grid;
}.Qiv_contact_form_box .sIf_img_container {
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
    overflow: hidden;
    height: 550px;
    border-radius: 24px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s ease;
}.Qiv_contact_form_box .sIf_img_container:hover {
    transform: perspective(1000px) rotateY(0deg);
}.Qiv_contact_form_box .HhF_reach_reach {
    padding: 50px;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(5deg);
    transition: transform 0.5s ease;
    position: relative;
}.Qiv_contact_form_box .HhF_reach_reach:hover {
    transform: perspective(1000px) rotateY(0deg);
}.Qiv_contact_form_box form {
    width: 100%;
}.Qiv_contact_form_box form h3 {
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    color: #000000;
    font-size: 22px;
}.Qiv_contact_form_box form input[type="text"] {
    border: none;
    padding: 16px 20px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    background: rgb(210,227,224);
    color: #000000;
    transition: all 0.3s ease;
    font-size: 18px;
    width: 100%;
    border-radius: 10px;
}.Qiv_contact_form_box form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(167,199,194);
    outline: none;
}.Qiv_contact_form_box form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.Qiv_contact_form_box .BgD_query_map {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}.Qiv_contact_form_box .BgD_query_map input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.Qiv_contact_form_box .BgD_query_map label {
    position: relative;
    color: #000000;
    padding-left: 35px;
    line-height: 1.5;
    cursor: pointer;
    font-size: 12px;
}.Qiv_contact_form_box .BgD_query_map label::before {
    height: 22px;
    content: "";
    width: 22px;
    left: 0;
    background: rgb(210,227,224);
    border-radius: 4px;
    transition: all 0.3s ease;
    position: absolute;
    top: 2px;
}.Qiv_contact_form_box .BgD_query_map input[type="checkbox"]:checked + label::before {
    background: rgb(167,199,194);
}.Qiv_contact_form_box .BgD_query_map input[type="checkbox"]:checked + label::after {
    position: absolute;
    top: 6px;
    width: 6px;
    height: 10px;
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    left: 8px;
    content: "";
    border-right: 2px solid #ffffff;
}.Qiv_contact_form_box .BgD_query_map label a {
    transition: all 0.3s ease;
    color: rgb(167,199,194);
    text-decoration: none;
}.Qiv_contact_form_box .BgD_query_map label a:hover {
    color: rgb(123,169,162);
}.Qiv_contact_form_box form .Nnl_help_panel {
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    background: rgb(167,199,194);
    border: none;
    overflow: hidden;
    color: #ffffff;
    font-size: 17px;
    transition: all 0.3s ease;
    padding: 16px 35px;
}.Qiv_contact_form_box form .Nnl_help_panel::after {
    position: absolute;
    content: "";
    right: 0;
    z-index: 0;
    transition: width 0.3s ease;
    height: 100%;
    background: rgb(123,169,162);
    width: 0;
    top: 0;
}.Qiv_contact_form_box form .Nnl_help_panel:hover::after {
    left: 0;
    right: auto;
    width: 100%;
}.Qiv_contact_form_box form .Nnl_help_panel span {
    z-index: 1;
    position: relative;
}.Qiv_contact_form_box svg {
    width: 22px;
    height: 22px;
    fill: rgb(167,199,194);
}.Qiv_contact_form_box svg path {
    fill: rgb(167,199,194);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 1100px) {.Qiv_contact_form_box .WrG_request_list {
    grid-template-columns: 1fr 400px;
    gap: 30px;
}.Qiv_contact_form_box .sIf_img_container {
    height: 500px;
}.Qiv_contact_form_box .HhF_reach_reach {
    padding: 40px;
}
}

@media screen and (max-width: 991px) {.Qiv_contact_form_box {
    padding: 80px 0;
}.Qiv_contact_form_box .WrG_request_list {
    grid-template-columns: 1fr;
    gap: 40px;
}.Qiv_contact_form_box .sIf_img_container {
    transform: perspective(1000px) rotateY(0deg);
    height: 400px;
}.Qiv_contact_form_box .HhF_reach_reach {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media screen and (max-width: 767px) {.Qiv_contact_form_box {
    padding: 60px 0;
}.Qiv_contact_form_box h2 {
    margin-bottom: 40px;
}.Qiv_contact_form_box .sIf_img_container {
    height: 350px;
}
}

@media screen and (max-width: 576px) {.Qiv_contact_form_box {
    padding: 50px 0;
}.Qiv_contact_form_box h2 {
    font-size: calc(32px * 0.85);
}.Qiv_contact_form_box .sIf_img_container {
    height: 250px;
}.Qiv_contact_form_box .HhF_reach_reach {
    padding: 30px 25px;
}.Qiv_contact_form_box form h3 {
    font-size: calc(22px * 0.9);
}.Qiv_contact_form_box form .Nnl_help_panel {
    width: 100%;
}}.Jtr_course_program {
    background: linear-gradient(135deg, rgb(210,227,224) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.Jtr_course_program::before {
    width: 200px;
    animation: floatEffect 15s infinite alternate ease-in-out;
    height: 200px;
    top: -50px;
    right: -50px;
    position: absolute;
    border-radius: 50%;
    content: "";
    opacity: 0.3;
    background: radial-gradient(circle, rgb(167,199,194,0.5) 0%, transparent 70%);
}.Jtr_course_program::after {
    animation: floatEffect 12s infinite alternate-reverse ease-in-out;
    opacity: 0.2;
    background: radial-gradient(circle, rgb(123,169,162,0.5) 0%, transparent 70%);
    bottom: -30px;
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    left: -30px;
}.Jtr_course_program .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}.Jtr_course_program .dvW_skill_track {
    transform-style: preserve-3d;
    grid-template-columns: 1fr;
    perspective: 1000px;
    gap: 40px;
    display: grid;
    position: relative;
}.Jtr_course_program .sIf_img_container {
    height: 350px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transform: translateZ(20px) rotateX(2deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.5s ease-out;
}.Jtr_course_program .sIf_img_container::before {
    width: 100%;
    background: linear-gradient(to right, rgb(167,199,194,0.5) 0%, transparent 50%);
    mix-blend-mode: overlay;
    content: "";
    opacity: 0.6;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
}.Jtr_course_program .sIf_img_container::after {
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 10%);
    width: 200%;
    content: "";
    left: -50%;
    top: -50%;
    position: absolute;
    animation: orbitEffect 20s infinite linear;
}.Jtr_course_program .NYE_paragraph_wrap {
    transition: transform 0.4s ease-out;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transform: translateZ(10px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    padding: 30px;
    backdrop-filter: blur(5px);
}.Jtr_course_program .NYE_paragraph_wrap:hover {
    transform: translateZ(15px);
}.Jtr_course_program h3 {
    line-height: 1.4;
    letter-spacing: 0.5px;
    position: relative;
    margin-bottom: 25px;
    font-size: calc(19px * 1.1);
    color: rgb(167,199,194);
    font-weight: 600;
}.Jtr_course_program h3::after {
    transform-origin: left;
    transition: transform 0.4s ease-out;
    transform: scaleX(1);
    content: "";
    height: 3px;
    position: absolute;
    bottom: -10px;
    width: 60px;
    left: 0;
    background: linear-gradient(90deg, rgb(167,199,194) 0%, rgb(123,169,162) 100%);
}.Jtr_course_program .NYE_paragraph_wrap:hover h3::after {
    transform: scaleX(1.5);
}.Jtr_course_program .description {
    line-height: 1.8;
    font-size: 17px;
    position: relative;
    max-height: 300px;
    color: #000000;
    margin-bottom: 20px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(123,169,162,0.5) transparent;
}.Jtr_course_program .description::-webkit-scrollbar {
    width: 6px;
}.Jtr_course_program .description::-webkit-scrollbar-track {
    background: transparent;
}.Jtr_course_program .description::-webkit-scrollbar-thumb {
    background-color: rgb(123,169,162,0.5);
    border-radius: 20px;
}.Jtr_course_program p.description {
    display: block;
}.Jtr_course_program span.description {
    display: none;
}.Jtr_course_program .dvW_skill_track div {
    position: relative;
}

@keyframes floatEffect {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(20px, 20px);
    }
}

@keyframes orbitEffect {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 768px) {.Jtr_course_program .dvW_skill_track {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}.Jtr_course_program .sIf_img_container {
    transform: translateZ(30px) rotateY(-3deg);
    height: 450px;
}.Jtr_course_program h3 {
    font-size: 33px;
    margin-bottom: 30px;
}.Jtr_course_program h3::after {
    width: 80px;
}.Jtr_course_program .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.Jtr_course_program {
    padding: 150px 0;
}.Jtr_course_program .container {
    padding: 0 40px;
}.Jtr_course_program .dvW_skill_track {
    gap: 80px;
}.Jtr_course_program .sIf_img_container {
    height: 500px;
    transform: translateZ(40px) rotateY(-5deg);
}.Jtr_course_program .NYE_paragraph_wrap {
    transform: translateZ(20px) rotateY(2deg);
    padding: 40px;
}.Jtr_course_program .NYE_paragraph_wrap:hover {
    transform: translateZ(25px) rotateY(2deg);
}.Jtr_course_program .description {
    font-size: calc(17px * 1.05);
    line-height: 1.9;
    max-height: 400px;
}
}

@media (min-width: 1200px) {.Jtr_course_program .sIf_img_container {
    height: 550px;
}.Jtr_course_program .dvW_skill_track {
    gap: 100px;
}.Jtr_course_program .description {
    max-height: 450px;
}
}

@media (max-width: 767px) {.Jtr_course_program {
    padding: 80px 0;
}.Jtr_course_program .container {
    padding: 0 15px;
}.Jtr_course_program .NYE_paragraph_wrap {
    padding: 25px 20px;
}.Jtr_course_program h3 {
    font-size: 19px;
    margin-bottom: 20px;
}.Jtr_course_program .description {
    font-size: calc(17px * 0.95);
    max-height: 250px;
    line-height: 1.7;
}}.cOr_customer_feedback {
    padding: 7rem 1rem;
    background: rgb(210,227,224);
    overflow: hidden;
    position: relative;
}.cOr_customer_feedback::before {
    height: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(0deg, transparent 40%, rgb(167,199,194,0.5) 100%);
    top: 0;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0 30%);
    left: 0;
}.cOr_customer_feedback::after {
    background: linear-gradient(180deg, transparent 50%, rgb(123,169,162,0.5) 100%);
    position: absolute;
    content: "";
    bottom: 0;
    clip-path: polygon(0 70%, 100% 90%, 100% 100%, 0 100%);
    width: 100%;
    right: 0;
    height: 100%;
}.cOr_customer_feedback .container {
    position: relative;
    z-index: 2;
}.cOr_customer_feedback h2 {
    padding: 1rem 0;
    text-align: left;
    font-weight: 700;
    position: relative;
    width: fit-content;
    font-size: 34px;
    margin-bottom: 4rem;
    color: #000000;
}.cOr_customer_feedback h2::before {
    top: 0;
    width: 5px;
    content: "";
    position: absolute;
    background: rgb(167,199,194);
    left: -20px;
    transform: skewY(45deg);
    height: 100%;
}.cOr_customer_feedback h2::after {
    position: absolute;
    width: 80%;
    background: rgb(123,169,162);
    bottom: 0;
    height: 3px;
    left: 0;
    content: "";
}.cOr_customer_feedback .clI_learning_testimonials {
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    gap: 5rem;
    max-width: 800px;
}.cOr_customer_feedback .NsQ_alumni_voices {
    transform: translateY(0);
    padding: 2.5rem 2rem 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 21px;
    flex-direction: column;
    display: flex;
}.cOr_customer_feedback .NsQ_alumni_voices:nth-child(odd) {
    align-self: flex-start;
    transform: translateX(-30px);
}.cOr_customer_feedback .NsQ_alumni_voices:nth-child(even) {
    align-self: flex-end;
    transform: translateX(30px);
}.cOr_customer_feedback .NsQ_alumni_voices:hover {
    transform: translateY(-10px) translateX(0);
}.cOr_customer_feedback .NsQ_alumni_voices::before {
    top: 15px;
    border-radius: 21px;
    z-index: -1;
    content: "";
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
    background: rgb(167,199,194,0.5);
    left: 15px;
    position: absolute;
}.cOr_customer_feedback .NsQ_alumni_voices:hover::before {
    background: rgb(123,169,162,0.5);
    left: 10px;
    top: 10px;
}.cOr_customer_feedback .NsQ_alumni_voices img {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    left: 25px;
    top: -25px;
    border: 4px solid #ffffff;
    width: 70px;
    object-fit: cover;
    height: 70px;
    position: absolute;
}.cOr_customer_feedback .NsQ_alumni_voices p {
    font-weight: 600;
    color: #000000;
    margin: 0.5rem 0;
    padding-left: 60px;
    font-size: calc(13px + 0.1rem);
}.cOr_customer_feedback .NsQ_alumni_voices .description {
    padding: 1.5rem 0 0.5rem;
    position: relative;
    color: #000000;
    margin-top: 1rem;
    border-top: 1px solid rgb(210,227,224);
    line-height: 1.7;
    font-weight: 400;
    font-size: 13px;
}.cOr_customer_feedback .NsQ_alumni_voices .description::before {
    line-height: 1;
    top: 0.5rem;
    color: rgb(167,199,194,0.5);
    left: 0;
    content: "";
    font-size: 3rem;
    position: absolute;
}.cOr_customer_feedback .NsQ_alumni_voices .description::after {
    bottom: -1.5rem;
    color: rgb(167,199,194,0.5);
    position: absolute;
    right: 0;
    line-height: 1;
    content: "";
    font-size: 3rem;
}

@media (max-width: 991px) {.cOr_customer_feedback {
    padding: 5rem 1rem;
}.cOr_customer_feedback .clI_learning_testimonials {
    gap: 4rem;
}
}

@media (max-width: 767px) {.cOr_customer_feedback h2 {
    margin-bottom: 3rem;
    font-size: calc(34px - 0.3rem);
}.cOr_customer_feedback .clI_learning_testimonials {
    gap: 3.5rem;
}.cOr_customer_feedback .NsQ_alumni_voices:nth-child(odd),
    .cOr_customer_feedback .NsQ_alumni_voices:nth-child(even) {
    align-self: center;
    width: 100%;
    transform: none;
}.cOr_customer_feedback .NsQ_alumni_voices:hover {
    transform: translateY(-5px);
}.cOr_customer_feedback .NsQ_alumni_voices p {
    padding-left: 50px;
}}.nps_thxPanel {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(210,227,224) 0%, rgba(rgb(167,199,194), 0.05) 100%);
    padding: 6rem 0;
}.nps_thxPanel::before {
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(167,199,194), 0.07) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(123,169,162), 0.05) 0%, transparent 60%);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0.8;
    content: "";
    z-index: 0;
    top: 0;
}.nps_thxPanel::after {
    transform: rotate(-15deg);
    height: 70%;
    position: absolute;
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 15% 80%);
    width: 40%;
    right: -5%;
    content: "";
    z-index: 0;
    animation: float 15s infinite ease-in-out;
    background: linear-gradient(45deg, rgba(rgb(167,199,194), 0.03) 0%, rgba(rgb(123,169,162), 0.05) 100%);
    top: -10%;
}.nps_thxPanel .container {
    padding: 0 2rem;
    margin: 0 auto;
    perspective: 1000px;
    transform-style: preserve-3d;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.nps_thxPanel h2 {
    margin-bottom: 2.5rem;
    text-shadow: 0 2px 15px rgba(#000000, 0.05);
    font-size: 28px;
    color: rgb(167,199,194);
    letter-spacing: -0.02em;
    max-width: 90%;
    position: relative;
    font-weight: 700;
    font-family: Arial, sans-serif;
    transform: translateZ(10px);
    line-height: 1.3;
}.nps_thxPanel h2::after {
    content: "";
    border-radius: 2px;
    transform-origin: left center;
    bottom: -0.8rem;
    width: 5rem;
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, rgb(167,199,194) 0%, rgb(123,169,162) 100%);
    animation: expandWidth 0.8s ease-out forwards;
    left: 0;
}.nps_thxPanel .hIu_learn_spot {
    box-shadow: 
        0 15px 35px rgba(#000000, 0.05),
        0 5px 15px rgba(#000000, 0.03);
    background: #ffffff;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 3rem;
    transform: translateZ(5px);
    border-radius: 11px;
    position: relative;
}.nps_thxPanel .hIu_learn_spot::before {
    height: 6px;
    content: "";
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(167,199,194) 0%, rgb(123,169,162) 100%);
    top: 0;
    position: absolute;
}.nps_thxPanel .hIu_learn_spot::after {
    background-image: 
        linear-gradient(45deg, rgba(rgb(167,199,194), 0.03) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(rgb(167,199,194), 0.03) 25%, transparent 25%);
    height: 30%;
    right: 0;
    background-size: 12px 12px;
    bottom: 0;
    opacity: 0.5;
    content: "";
    position: absolute;
    z-index: -1;
    width: 40%;
}.nps_thxPanel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.nps_thxPanel li {
    position: relative;
    transform: translateY(20px);
    opacity: 0;
    padding-left: 0;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
}.nps_thxPanel li::before {
    border-radius: 50%;
    left: -1.5rem;
    width: 8px;
    height: 8px;
    background: rgb(123,169,162);
    top: 0.5rem;
    box-shadow: 0 0 0 3px rgba(rgb(123,169,162), 0.1);
    position: absolute;
    content: "";
}.nps_thxPanel span {
    font-weight: 400;
    letter-spacing: 0.01em;
    color: #000000;
    display: block;
    font-size: calc(15px * 1.05);
    line-height: 1.7;
    font-family: Arial, sans-serif;
}

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

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 5rem;
    }
}

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

@media (hover: hover) {.nps_thxPanel .hIu_learn_spot:hover {
    transform: translateZ(10px) scale(1.01);
    box-shadow: 
            0 20px 45px rgba(#000000, 0.07),
            0 5px 20px rgba(#000000, 0.05);
}
}

@media (max-width: 992px) {.nps_thxPanel {
    padding: 5rem 0;
}.nps_thxPanel h2 {
    max-width: 100%;
    font-size: calc(28px * 0.9);
}.nps_thxPanel .hIu_learn_spot {
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.nps_thxPanel {
    padding: 4rem 0;
}.nps_thxPanel h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 2rem;
}.nps_thxPanel .hIu_learn_spot {
    padding: 2rem;
}.nps_thxPanel span {
    font-size: 15px;
    line-height: 1.6;
}
}

@media (max-width: 576px) {.nps_thxPanel {
    padding: 3rem 0;
}.nps_thxPanel .container {
    padding: 0 1.5rem;
}.nps_thxPanel h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 1.5rem;
}.nps_thxPanel .hIu_learn_spot {
    padding: 1.5rem;
}.nps_thxPanel li::before {
    left: -1.2rem;
    width: 6px;
    height: 6px;
}}.sOj_plan_container {
    position: relative;
    background: #ffffff;
    overflow: hidden;
    padding: 7rem 0;
}.sOj_plan_container::before {
    z-index: 1;
    height: 400px;
    background: linear-gradient(135deg, rgb(167,199,194,0.5), transparent);
    filter: blur(30px);
    position: absolute;
    top: -150px;
    opacity: 0.6;
    width: 400px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    right: -100px;
    animation: float 15s ease-in-out infinite alternate;
    content: '';
}.sOj_plan_container::after {
    height: 300px;
    filter: blur(25px);
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    z-index: 1;
    width: 300px;
    opacity: 0.5;
    left: -50px;
    animation: float 18s ease-in-out infinite alternate-reverse;
    background: linear-gradient(135deg, rgb(123,169,162,0.5), transparent);
    content: '';
    bottom: -100px;
    position: absolute;
}.sOj_plan_container .container {
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.sOj_plan_container .SGi_cost_fee {
    display: flex;
    flex-direction: column;
}.sOj_plan_container .uEM_group_rates {
    margin-bottom: 3rem;
    transform: translateY(20px);
    opacity: 0;
    text-align: center;
    animation: fadeUp 0.8s ease-out 0.2s forwards;
}.sOj_plan_container .uEM_group_rates h2 {
    font-size: 38px;
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 700;
    margin-bottom: 1rem;
}.sOj_plan_container .uEM_group_rates h2::after {
    width: 80px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(167,199,194);
    content: '';
    bottom: -10px;
    position: absolute;
}.sOj_plan_container .mqf_class_deals {
    line-height: 1.6;
    font-size: 18px;
    max-width: 700px;
    color: #000000;
    margin: 1.5rem auto 0;
}.sOj_plan_container .uOz_value_fees {
    margin-top: 2rem;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.sOj_plan_container .StD_qtr_cost {
    animation: fadeUp 0.8s ease-out 0.4s forwards;
    display: block;
    transform: translateY(30px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    position: relative;
    opacity: 0;
}.sOj_plan_container .StD_qtr_cost:nth-child(2) {
    animation-delay: 0.5s;
}.sOj_plan_container .StD_qtr_cost:nth-child(3) {
    animation-delay: 0.6s;
}.sOj_plan_container .StD_qtr_cost:nth-child(4) {
    animation-delay: 0.7s;
}.sOj_plan_container .StD_qtr_cost:hover {
    transform: translateY(-10px);
}.sOj_plan_container .jDR_learning_plan {
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
    flex-direction: column;
    transition: all 0.4s ease;
    border-radius: 4px;
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    height: 100%;
    position: relative;
    overflow: hidden;
}.sOj_plan_container .StD_qtr_cost:hover .jDR_learning_plan {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}.sOj_plan_container .Fin_fee_plan {
    padding: 2.5rem 2rem;
    position: relative;
    flex-grow: 1;
    flex-direction: column;
    display: flex;
    z-index: 2;
}.sOj_plan_container .Fin_fee_plan h3 {
    transition: color 0.3s ease;
    margin-bottom: 1rem;
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: calc(18px + 2px);
}.sOj_plan_container .StD_qtr_cost:hover .Fin_fee_plan h3 {
    color: rgb(167,199,194);
}.sOj_plan_container .heN_indv_cost {
    display: inline-block;
    font-size: calc(18px + 4px);
    margin-bottom: 1.5rem;
    padding-bottom: 10px;
    position: relative;
    color: rgb(167,199,194);
    font-weight: 700;
}.sOj_plan_container .heN_indv_cost::after {
    left: 0;
    transition: width 0.3s ease;
    bottom: 0;
    position: absolute;
    height: 2px;
    content: '';
    width: 40px;
    background: rgb(167,199,194,0.5);
}.sOj_plan_container .StD_qtr_cost:hover .heN_indv_cost::after {
    width: 80px;
}.sOj_plan_container .Fin_fee_plan p {
    color: #000000;
    flex-grow: 1;
    white-space: normal;
    overflow-wrap: break-word;
    line-height: 1.6;
    margin-bottom: 2rem;
    word-wrap: break-word;
    hyphens: auto;
    font-size: 18px;
}.sOj_plan_container .sIf_img_container {
    transition: all 0.5s ease;
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 200px;
}.sOj_plan_container .sIf_img_container::after {
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    position: absolute;
    transition: opacity 0.4s ease;
    opacity: 0;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    content: '';
}.sOj_plan_container .StD_qtr_cost:hover .sIf_img_container::after {
    opacity: 1;
}

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

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

@media (min-width: 992px) {.sOj_plan_container .SGi_cost_fee {
    flex-direction: row-reverse;
}.sOj_plan_container .uEM_group_rates {
    width: 35%;
    text-align: left;
    flex-direction: column;
    padding-right: 3rem;
    display: flex;
    justify-content: center;
}.sOj_plan_container .uEM_group_rates h2 {
    text-align: left;
}.sOj_plan_container .uEM_group_rates h2::after {
    left: 0;
    transform: none;
}.sOj_plan_container .mqf_class_deals {
    margin: 1.5rem 0 0;
}.sOj_plan_container .uOz_value_fees {
    gap: 2rem;
    width: 65%;
    margin-top: 0;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 991px) {.sOj_plan_container {
    padding: 5rem 0;
}.sOj_plan_container .uEM_group_rates {
    margin-bottom: 2rem;
}.sOj_plan_container .uOz_value_fees {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}
}

@media (max-width: 767px) {.sOj_plan_container {
    padding: 4rem 0;
}.sOj_plan_container .Fin_fee_plan {
    padding: 2rem 1.5rem;
}.sOj_plan_container .sIf_img_container {
    height: 180px;
}
}

@media (max-width: 575px) {.sOj_plan_container {
    padding: 3rem 0;
}.sOj_plan_container .uEM_group_rates h2 {
    font-size: calc(38px - 4px);
}.sOj_plan_container .uOz_value_fees {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.sOj_plan_container .Fin_fee_plan {
    padding: 1.5rem 1.25rem;
}.sOj_plan_container .sIf_img_container {
    height: 160px;
}
}

@media (hover: none) {.sOj_plan_container .StD_qtr_cost:hover {
    transform: none;
}.sOj_plan_container .StD_qtr_cost:hover .jDR_learning_plan {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.sOj_plan_container .StD_qtr_cost:hover .sIf_img_container::after {
    opacity: 0;
}.sOj_plan_container .StD_qtr_cost:hover .heN_indv_cost::after {
    width: 40px;
}
}