* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.ULsi_wrapping-container {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}html,body {
    color: #000000;
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
}header,footer {
    width: 100%;
}.sdAy_main_learning {
    flex: 1 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1152px;
}a {
    color: inherit;
    text-decoration: none;
}.aBgj_idea_pool {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.FTjg_potential_students {
    position: relative;
    overflow: hidden;
    background: rgb(212,229,215);
    padding: 140px 0;
}.FTjg_potential_students::before {
    background-image: 
        linear-gradient(
            45deg, 
            rgb(169,202,178,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(169,202,178,0.5) 75%
        ),
        linear-gradient(
            -45deg, 
            rgb(169,202,178,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(169,202,178,0.5) 75%
        );
    height: 100%;
    z-index: 0;
    background-size: 60px 60px;
    opacity: 0.03;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background-position: 0 0, 30px 30px;
    content: "";
}.FTjg_potential_students::after {
    content: "";
    z-index: 1;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, rgb(212,229,215), transparent);
    width: 100%;
    position: absolute;
    height: 150px;
}.FTjg_potential_students .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.FTjg_potential_students .wIFY_growth_hist {
    position: relative;
}.FTjg_potential_students h4 {
    position: relative;
    font-weight: 700;
    text-align: center;
    color: #000000;
    margin-bottom: 80px;
    padding: 20px 0;
    font-size: 36px;
}.FTjg_potential_students h4::before {
    width: 100px;
    height: 3px;
    top: 0;
    content: "";
    border-radius: 2px;
    background: rgb(169,202,178,0.5);
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
}.FTjg_potential_students h4::after {
    height: 3px;
    width: 100px;
    left: 50%;
    border-radius: 2px;
    background: rgb(124,171,138,0.5);
    content: "";
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
}.FTjg_potential_students div {
    align-items: center;
    flex-direction: column;
    position: relative;
    display: flex;
}.FTjg_potential_students div::before {
    top: 0;
    background: linear-gradient(180deg, rgb(169,202,178,0.5), rgb(124,171,138,0.5), transparent);
    width: 2px;
    opacity: 0.5;
    content: "";
    z-index: 0;
    position: absolute;
    height: 100%;
    left: 50%;
}.FTjg_potential_students div p {
    transition: all 0.4s ease;
    line-height: 1.6;
    display: flex;
    width: 70%;
    font-size: 14px;
    padding: 25px 30px;
    margin: 0 0 60px 0;
    color: #000000;
    background: #ffffff;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 1;
    align-items: center;
    position: relative;
}.FTjg_potential_students div p:nth-child(odd) {
    align-self: flex-start;
    border-top-left-radius: 0;
}.FTjg_potential_students div p:nth-child(even) {
    border-top-right-radius: 0;
    align-self: flex-end;
}.FTjg_potential_students div p:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: scale(1.03);
}.FTjg_potential_students div p::before {
    content: "";
    position: absolute;
    z-index: 2;
    height: 30px;
    border-radius: 50%;
    background: #ffffff;
    width: 30px;
}.FTjg_potential_students div p:nth-child(odd)::before {
    left: -15px;
    top: -15px;
}.FTjg_potential_students div p:nth-child(even)::before {
    right: -15px;
    top: -15px;
}.FTjg_potential_students div p::after {
    height: 15px;
    border-radius: 50%;
    width: 15px;
    position: absolute;
    background: linear-gradient(135deg, rgb(169,202,178), rgb(124,171,138));
    content: "";
    z-index: 3;
    transition: all 0.3s ease;
}.FTjg_potential_students div p:nth-child(odd)::after {
    top: -7.5px;
    left: -7.5px;
}.FTjg_potential_students div p:nth-child(even)::after {
    top: -7.5px;
    right: -7.5px;
}.FTjg_potential_students div p:hover::after {
    transform: scale(1.3);
    box-shadow: 0 0 10px rgb(169,202,178,0.5);
}.FTjg_potential_students div p svg {
    margin-right: 20px;
    min-width: 32px;
    transition: all 0.3s ease;
    height: 32px;
    width: 32px;
}.FTjg_potential_students div p:hover svg {
    transform: rotate(15deg);
}.FTjg_potential_students div p svg path {
    fill: rgb(169,202,178);
    transition: fill 0.3s ease;
}.FTjg_potential_students div p:hover svg path {
    fill: rgb(124,171,138);
}

@media (max-width: 991px) {.FTjg_potential_students {
    padding: 120px 0;
}.FTjg_potential_students h4 {
    margin-bottom: 70px;
    font-size: calc(36px - 2px);
}.FTjg_potential_students div p {
    padding: 22px 25px;
    margin-bottom: 50px;
    width: 80%;
}.FTjg_potential_students div p svg {
    min-width: 28px;
    height: 28px;
    margin-right: 15px;
    width: 28px;
}
}

@media (max-width: 767px) {.FTjg_potential_students {
    padding: 100px 0;
}.FTjg_potential_students h4 {
    margin-bottom: 60px;
    font-size: calc(36px - 4px);
}.FTjg_potential_students div p {
    border-radius: 30px !important;
    align-self: center !important;
    padding: 18px 22px;
    margin-bottom: 40px;
    width: 90%;
}.FTjg_potential_students div p::before,
    .FTjg_potential_students div p::after {
    display: none;
}.FTjg_potential_students div p svg {
    min-width: 24px;
    margin-right: 12px;
    width: 24px;
    height: 24px;
}
}

@media (max-width: 479px) {.FTjg_potential_students {
    padding: 80px 0;
}.FTjg_potential_students h4 {
    font-size: calc(36px - 6px);
    margin-bottom: 50px;
}.FTjg_potential_students div p {
    margin-bottom: 30px;
    font-size: calc(14px - 1px);
    padding: 15px 18px;
    width: 100%;
}.FTjg_potential_students div p svg {
    margin-right: 10px;
    height: 22px;
    min-width: 22px;
    width: 22px;
}}.ioxN_dialogCookieSettings {
    background: rgb(212,229,215);
    z-index: 90;
    bottom: 0;
    border-top: 2px solid rgb(169,202,178);
    width: 100%;
    position: fixed;
}.qhMI_learn_prefs {
    display: flex;
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
}.ioxN_dialogCookieSettings h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.ioxN_dialogCookieSettings p {
    font-size: 18px;
}.vQGF_cookie_tips {
    margin-right: 10px;
    flex-shrink: 0;
}.vQGF_cookie_tips svg, .vQGF_cookie_tips svg path, .vQGF_cookie_tips img {
    fill: rgb(169,202,178);
    height: 100px;
    width: 100px;
}.ZJoA_cookies_overview {
    min-width: 120px;
    color: rgb(169,202,178);
    line-height: 35px;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    margin-left: 10px;
    text-align: center;
    flex-shrink: 0;
    border-bottom: 2px solid rgb(169,202,178);
    font-size: 24px;
}.ioxN_dialogCookieSettings p a {
    text-decoration: none;
    color: rgb(169,202,178);
}#ovCb_cookie_info_popup {
    display: none;
}#ovCb_cookie_info_popup:checked ~ .ioxN_dialogCookieSettings {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.ioxN_dialogCookieSettings {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.vQGF_cookie_tips {
    display: none;
}.qhMI_learn_prefs {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.ioxN_dialogCookieSettings h5 {
    text-align: center;
}.ioxN_dialogCookieSettings p {
    text-align: center;
}.Avtd_track_switch {
    margin-bottom: 20px;
}body .ULsi_wrapping-container .ZJoA_cookies_overview {
    margin-left: 0;
}}
.ULsi_wrapping-container .qhMI_learn_prefs {
    justify-content: flex-end;
}.ULsi_wrapping-container .ZJoA_cookies_overview {
    padding: 10px;
    margin-left: 30px;
    color: #ffffff;
    background: rgb(169,202,178);
    font-size: 20px;
}.ULsi_wrapping-container .Avtd_track_switch {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.ULsi_wrapping-container .ZJoA_cookies_overview {
    margin-left: 0;
    margin-bottom: 10px;
}}.vLGy_education_history {
    background: linear-gradient(135deg, rgb(212,229,215) 0%, #f5f7fa 100%);
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}.vLGy_education_history::before {
    opacity: 0.4;
    right: -5%;
    top: -10%;
    background: linear-gradient(45deg, rgb(169,202,178,0.5), rgb(124,171,138,0.5));
    width: 300px;
    z-index: 0;
    height: 300px;
    filter: blur(60px);
    animation: float 15s ease-in-out infinite alternate;
    content: "";
    position: absolute;
}.vLGy_education_history::after {
    animation: float 18s ease-in-out infinite alternate-reverse;
    z-index: 0;
    filter: blur(50px);
    width: 250px;
    opacity: 0.3;
    height: 250px;
    bottom: -5%;
    position: absolute;
    content: "";
    left: -5%;
    background: linear-gradient(225deg, rgb(124,171,138,0.5), rgb(169,202,178,0.5));
}.vLGy_education_history .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}.vLGy_education_history .jVoS_edu_ratings {
    background: #ffffff;
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr;
    padding: 40px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}.vLGy_education_history .jVoS_edu_ratings:hover {
    transform: perspective(1000px) rotateY(0deg);
}.vLGy_education_history .jVoS_edu_ratings > div:first-child {
    margin-bottom: 10px;
    position: relative;
}.vLGy_education_history .jxGH_img_shadow {
    border: 3px solid #ffffff;
    width: 120px;
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    height: 120px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.vLGy_education_history .jVoS_edu_ratings:hover .jxGH_img_shadow {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.vLGy_education_history .name {
    color: rgb(169,202,178);
    font-size: 20px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
}.vLGy_education_history .name::after {
    width: 0;
    transition: width 0.3s ease-in-out;
    bottom: -4px;
    position: absolute;
    left: 0;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(169,202,178), rgb(124,171,138));
}.vLGy_education_history .jVoS_edu_ratings:hover .name::after {
    width: 100%;
}.vLGy_education_history .jVoS_edu_ratings > div:nth-child(2) > div {
    transition: padding-left 0.3s ease;
    padding-left: 0;
    font-weight: 600;
    margin-bottom: 15px;
    color: rgb(124,171,138);
    font-size: calc(17px - 1px);
    position: relative;
}.vLGy_education_history .jVoS_edu_ratings:hover > div:nth-child(2) > div {
    padding-left: 10px;
}.vLGy_education_history .NsOW_work_overview {
    line-height: 1.7;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 17px;
    margin: 0;
    background: linear-gradient(to right, rgba(245, 247, 250, 0.5), rgba(245, 247, 250, 0));
    padding: 20px;
    border-left: 3px solid rgb(169,202,178);
}.vLGy_education_history .NsOW_work_overview::before {
    top: -15px;
    line-height: 1;
    position: absolute;
    left: 10px;
    color: rgb(169,202,178,0.5);
    opacity: 0.3;
    font-size: 60px;
    font-family: serif;
    content: "";
}

@media (min-width: 768px) {.vLGy_education_history {
    padding: 120px 0;
}.vLGy_education_history .jVoS_edu_ratings {
    grid-template-rows: auto 1fr;
    grid-template-columns: 150px 1fr;
    padding: 50px;
}.vLGy_education_history .jVoS_edu_ratings > div:first-child {
    margin-bottom: 0;
    grid-row: 1 / span 2;
}.vLGy_education_history .jxGH_img_shadow {
    width: 150px;
    height: 150px;
}.vLGy_education_history .jVoS_edu_ratings > div:nth-child(2) {
    align-self: end;
}.vLGy_education_history .jVoS_edu_ratings > div:nth-child(3) {
    grid-row: 2;
    grid-column: 2;
}
}

@media (min-width: 992px) {.vLGy_education_history .jVoS_edu_ratings {
    grid-template-columns: 180px 1fr;
    grid-gap: 40px;
    padding: 60px;
}.vLGy_education_history .jxGH_img_shadow {
    width: 180px;
    height: 180px;
}.vLGy_education_history .name {
    font-size: calc(20px + 2px);
}.vLGy_education_history .NsOW_work_overview {
    font-size: calc(17px + 1px);
    padding: 25px;
}
}

@media (max-width: 767px) {.vLGy_education_history {
    padding: 60px 0;
}.vLGy_education_history .jVoS_edu_ratings {
    text-align: center;
    padding: 30px;
}.vLGy_education_history .jxGH_img_shadow {
    margin: 0 auto 20px;
}.vLGy_education_history .name::after {
    transform: translateX(-50%);
    left: 50%;
}.vLGy_education_history .jVoS_edu_ratings:hover > div:nth-child(2) > div {
    padding-left: 0;
}.vLGy_education_history .NsOW_work_overview {
    padding: 15px;
    text-align: left;
}}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(5deg);
    }
    100% {
        transform: translate(-15px, 10px) rotate(-5deg);
    }
}.qGfE_gratArea {
    background: linear-gradient(135deg, rgb(169,202,178,0.5), rgb(124,171,138,0.5) 70%);
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
}.qGfE_gratArea::before {
    top: 0;
    width: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    left: 0;
    content: '';
    z-index: -1;
    position: absolute;
    height: 100%;
}.qGfE_gratArea::after {
    height: 100%;
    content: '';
    opacity: 0.4;
    z-index: -1;
    position: absolute;
    transform: scale(1.5);
    background: radial-gradient(circle, rgb(124,171,138,0.5) 0%, transparent 70%);
    top: -50%;
    animation: pulse 15s infinite alternate ease-in-out;
    width: 100%;
    right: -50%;
}.qGfE_gratArea .container {
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.qGfE_gratArea .wIFY_growth_hist {
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    backdrop-filter: blur(10px);
    padding: 3.5rem;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: perspective(1000px) rotateX(2deg);
    max-width: 900px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}.qGfE_gratArea .wIFY_growth_hist:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.07),
                0 0 0 1px rgba(255, 255, 255, 0.15);
}.qGfE_gratArea .wIFY_growth_hist > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}.qGfE_gratArea .wIFY_growth_hist > div:first-child::before {
    position: absolute;
    background: rgb(169,202,178);
    width: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    left: -3.5rem;
    content: '';
    height: 60px;
}.qGfE_gratArea h5 {
    font-weight: 700;
    margin: 0;
    padding-left: 1rem;
    line-height: 1.4;
    position: relative;
    font-size: 22px;
    border-left: 3px solid rgb(124,171,138);
    color: #000000;
}.qGfE_gratArea a {
    transition: all 0.4s ease;
    transform-origin: left center;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    display: block;
}.qGfE_gratArea a::before {
    position: absolute;
    transition: opacity 0.5s ease;
    background: linear-gradient(90deg, rgb(169,202,178,0.5) 0%, transparent 100%);
    width: 100%;
    z-index: -1;
    opacity: 0;
    height: 100%;
    content: '';
}.qGfE_gratArea a:hover::before {
    opacity: 0.1;
}.qGfE_gratArea p {
    color: #000000;
    margin: 0;
    transition: transform 0.3s ease, color 0.3s ease;
    font-size: 17px;
    line-height: 1.7;
}.qGfE_gratArea a:hover p {
    transform: translateX(5px);
    color: rgb(169,202,178);
}.qGfE_gratArea .wIFY_growth_hist > div:last-child {
    position: relative;
    padding-top: 2rem;
}.qGfE_gratArea .wIFY_growth_hist > div:last-child::before {
    content: '';
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgb(169,202,178,0.5), transparent 80%);
    left: 0;
    top: 0;
    position: absolute;
}

@keyframes pulse {
    0% { transform: scale(1.5); opacity: 0.4; }
    50% { transform: scale(1.7); opacity: 0.5; }
    100% { transform: scale(1.5); opacity: 0.4; }
}

@media (max-width: 992px) {.qGfE_gratArea {
    padding: 4rem 0;
}.qGfE_gratArea .wIFY_growth_hist {
    transform: perspective(800px) rotateX(1deg);
    padding: 2.5rem;
}.qGfE_gratArea .wIFY_growth_hist > div:first-child::before {
    left: -2.5rem;
    width: 1rem;
    height: 50px;
}.qGfE_gratArea h5 {
    font-size: calc(22px - 0.1rem);
}
}

@media (max-width: 768px) {.qGfE_gratArea {
    padding: 3rem 0;
}.qGfE_gratArea .wIFY_growth_hist {
    padding: 2rem;
    transform: none;
}.qGfE_gratArea .wIFY_growth_hist:hover {
    transform: translateY(-5px);
}.qGfE_gratArea .wIFY_growth_hist > div:first-child::before {
    left: -2rem;
    width: 0.7rem;
    height: 40px;
}.qGfE_gratArea h5 {
    padding-left: 0.7rem;
    font-size: calc(22px - 0.2rem);
}
}

@media (max-width: 576px) {.qGfE_gratArea {
    padding: 2.5rem 0;
}.qGfE_gratArea .container {
    padding: 0 1.5rem;
}.qGfE_gratArea .wIFY_growth_hist {
    padding: 1.5rem;
}.qGfE_gratArea .wIFY_growth_hist > div:first-child {
    margin-bottom: 1.5rem;
}.qGfE_gratArea .wIFY_growth_hist > div:first-child::before {
    width: 0.5rem;
    height: 30px;
    left: -1.5rem;
}.qGfE_gratArea h5 {
    padding-left: 0.5rem;
    font-size: calc(22px - 0.3rem);
}.qGfE_gratArea p {
    line-height: 1.6;
    font-size: calc(17px - 0.1rem);
}.qGfE_gratArea .wIFY_growth_hist > div:last-child {
    padding-top: 1.5rem;
}}.gdoc_greeting_page {
    position: relative;
    flex-direction: column;
    background: linear-gradient(135deg, rgb(212,229,215) 0%, #ffffff 65%, rgb(169,202,178,0.5) 100%);
    min-height: 100vh;
    display: flex;
    padding: 2rem;
    overflow: hidden;
}.gdoc_greeting_page::before {
    content: "";
    animation: backgroundShift 60s linear infinite;
    width: 100%;
    z-index: 0;
    background: linear-gradient(45deg, transparent 49.5%, rgb(124,171,138,0.5) 49.5%, rgb(124,171,138,0.5) 50.5%, transparent 50.5%);
    position: absolute;
    top: 0;
    background-size: 20px 20px;
    opacity: 0.1;
    left: 0;
    height: 100%;
}.gdoc_greeting_page h1 {
    animation: fadeSlideDown 0.8s ease-out 0.2s forwards;
    z-index: 1;
    font-size: 18px;
    transform: translateY(-5px);
    font-weight: 700;
    color: #000000;
    position: relative;
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
}.gdoc_greeting_page .wIFY_growth_hist {
    gap: 2rem;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}.gdoc_greeting_page .HyUB_details_box {
    position: relative;
    z-index: 3;
    flex: 1;
}.gdoc_greeting_page ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 2rem;
    flex-direction: column;
}.gdoc_greeting_page li {
    position: relative;
    opacity: 0;
    animation: fadeSlideUp 0.8s ease-out forwards;
    transform: translateY(20px);
}.gdoc_greeting_page li:first-child {
    animation-delay: 0.4s;
}.gdoc_greeting_page li:last-child {
    animation-delay: 0.6s;
}.gdoc_greeting_page .ULsg_main_welcome {
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 21px;
    position: relative;
    padding: 2rem;
    overflow: hidden;
}.gdoc_greeting_page .ULsg_main_welcome::before {
    transform: scaleX(0);
    height: 5px;
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(90deg, rgb(169,202,178) 0%, rgb(124,171,138) 100%);
    left: 0;
}.gdoc_greeting_page .ULsg_main_welcome:hover::before {
    transform: scaleX(1);
}.gdoc_greeting_page .ULsg_main_welcome:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}.gdoc_greeting_page .ULsg_main_welcome svg {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 5px 10px rgba(94, 170, 168, 0.2));
    width: 80px;
    height: 80px;
    margin-bottom: 1.5rem;
}.gdoc_greeting_page .ULsg_main_welcome:hover svg {
    transform: scale(1.05) rotate(5deg);
}.gdoc_greeting_page .ULsg_main_welcome svg path {
    transition: fill 0.3s ease;
}.gdoc_greeting_page .ULsg_main_welcome:hover svg path {
    fill: rgb(169,202,178);
}.gdoc_greeting_page .ULsg_main_welcome svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.gdoc_greeting_page .ULsg_main_welcome:hover svg text {
    fill: rgb(124,171,138);
}.gdoc_greeting_page .ULsg_main_welcome p {
    position: relative;
    font-size: 17px;
    line-height: 1.6;
    z-index: 2;
    color: #000000;
    margin: 0;
    max-width: 90%;
}.gdoc_greeting_page .jxGH_img_shadow {
    animation: fadeSlideUp 0.8s ease-out 0.8s forwards;
    border-radius: 21px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: translateY(30px);
    height: 280px;
    overflow: hidden;
    opacity: 0;
}.gdoc_greeting_page .jxGH_img_shadow::before {
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
}.gdoc_greeting_page .jxGH_img_shadow::after {
    z-index: 2;
    position: absolute;
    transition: opacity 0.3s ease;
    width: 100%;
    left: 0;
    height: 50%;
    bottom: 0;
    opacity: 0.3;
    background: linear-gradient(to top, rgb(169,202,178,0.5), transparent);
    content: "";
}.gdoc_greeting_page .aupm_help_query {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1;
    box-shadow: 0 5px 15px rgba(var(--primary-color-rgb), 0.2);
    background: linear-gradient(135deg, rgb(169,202,178) 0%, rgb(124,171,138) 100%);
    padding: 0.95rem 2rem;
    letter-spacing: 0.03em;
    font-weight: 600;
    text-decoration: none;
    overflow: hidden;
    display: inline-block;
    font-size: 20px;
    border-radius: 21px;
    color: #ffffff;
    position: relative;
}.gdoc_greeting_page .aupm_help_query::before {
    left: -100%;
    width: 100%;
    transition: left 0.6s ease;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
}.gdoc_greeting_page .aupm_help_query:hover {
    box-shadow: 0 8px 20px rgba(var(--primary-color-rgb), 0.3);
    transform: translateY(-3px);
}.gdoc_greeting_page .aupm_help_query:hover::before {
    left: 100%;
}.gdoc_greeting_page .aupm_help_query:active {
    box-shadow: 0 3px 10px rgba(var(--primary-color-rgb), 0.25);
    transform: translateY(1px);
}

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

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

@keyframes backgroundShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 1000px 1000px;
    }
}

@media (min-width: 768px) {.gdoc_greeting_page {
    padding: 3rem 4rem;
}.gdoc_greeting_page h1 {
    margin-bottom: 2rem;
    font-size: calc(18px * 1.2);
}.gdoc_greeting_page .wIFY_growth_hist {
    flex-direction: row;
    gap: 3rem;
    align-items: center;
}.gdoc_greeting_page .HyUB_details_box {
    flex: 1;
}.gdoc_greeting_page .jxGH_img_shadow {
    flex: 1;
    transform: perspective(1000px) rotateY(-5deg);
    transform-origin: right center;
    opacity: 0;
    animation: fadeSlideRight 0.8s ease-out 0.8s forwards;
    transition: transform 0.5s ease;
    height: 450px;
}.gdoc_greeting_page .jxGH_img_shadow:hover {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media (min-width: 992px) {.gdoc_greeting_page {
    padding: 4rem 6rem;
}.gdoc_greeting_page .wIFY_growth_hist {
    gap: 4rem;
}.gdoc_greeting_page h1 {
    font-size: calc(18px * 1.4);
}.gdoc_greeting_page .ULsg_main_welcome svg {
    height: 100px;
    width: 100px;
}.gdoc_greeting_page .ULsg_main_welcome p {
    font-size: calc(17px * 1.1);
}.gdoc_greeting_page .jxGH_img_shadow {
    flex: 1.2;
    transform: perspective(1200px) rotateY(-8deg) translateZ(20px);
    height: 550px;
}.gdoc_greeting_page .jxGH_img_shadow:hover {
    transform: perspective(1200px) rotateY(-3deg) translateZ(40px);
}
}

@keyframes fadeSlideRight {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateY(-5deg) translateX(50px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateY(-5deg) translateX(0);
    }
}

@media (prefers-reduced-motion) {.gdoc_greeting_page h1,
    .gdoc_greeting_page li,
    .gdoc_greeting_page .jxGH_img_shadow,
    .gdoc_greeting_page .aupm_help_query::before {
    opacity: 1;
    transform: none;
    animation: none;
}.gdoc_greeting_page::before {
    animation: none;
}.gdoc_greeting_page .ULsg_main_welcome:hover,
    .gdoc_greeting_page .ULsg_main_welcome:hover svg,
    .gdoc_greeting_page .aupm_help_query:hover {
    transform: none;
}
}

@media (max-width: 480px) {.gdoc_greeting_page {
    padding: 1.5rem;
}.gdoc_greeting_page h1 {
    font-size: 18px;
}.gdoc_greeting_page .ULsg_main_welcome {
    padding: 1.5rem;
}.gdoc_greeting_page .ULsg_main_welcome svg {
    width: 60px;
    height: 60px;
}.gdoc_greeting_page .jxGH_img_shadow {
    height: 200px;
}.gdoc_greeting_page .aupm_help_query {
    padding: 0.85rem 1.5rem;
    width: 100%;
    text-align: center;
}}footer {
    position: relative;
    width: 100%;
}footer .aBgj_idea_pool {
    background:rgb(124,171,138);
    position: relative;
    padding: 250px 0 30px;
    color: #ffffff;
    font-family: Arial, sans-serif;
}footer .aBgj_idea_pool::before {
    position: absolute;
    height: 20px;
    content: "";
    background: linear-gradient(90deg, rgb(169,202,178) 25%, rgb(124,171,138) 25%, rgb(124,171,138) 50%, rgb(169,202,178) 50%, rgb(169,202,178) 75%, rgb(124,171,138) 75%);
    left: 0;
    width: 100%;
    top: 0;
}footer .ZQhT_lecture_ref {
    z-index: 1;
    position: relative;
}footer .zbXx_msg_info {
    border-radius: 29px;
    display: flex;
    margin-bottom: 50px;
    top: -120px;
    position: absolute;
    flex-wrap: wrap;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    left: 0;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 0;
    right: 0;
}footer .info_item {
    justify-content: flex-start;
    display: flex;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 25px;
    transition: all 0.3s ease;
    align-items: center;
    flex: 1 1 250px;
}footer .info_item:last-child {
    border-right: none;
}footer .info_item::after {
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    width: 0;
    background-color: rgb(169,202,178);
    height: 3px;
    content: "";
    bottom: 0;
}footer .info_item:hover::after {
    width: 100%;
}footer .info_item svg {
    flex-shrink: 0;
    margin-right: 15px;
    width: 22px;
    fill: rgb(169,202,178);
    height: 22px;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #000000;
    font-size: 17px;
    transition: all 0.3s ease;
}footer .info_item a:hover {
    color: rgb(169,202,178);
}footer .text_main_holder {
    gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 100px;
    display: grid;
}footer .ePdf_main_header {
    position: relative;
    padding: 0 25px;
}footer .ePdf_main_header svg {
    filter: brightness(0) invert(1);
    height: 45px;
    margin-bottom: 20px;
    width: auto;
}footer .zGmE_biz_learnings {
    font-size: 15px;
    max-width: 350px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}footer .rXTP_nav_begin {
    padding: 0 25px;
    position: relative;
}footer .rXTP_nav_begin h5 {
    font-weight: 600;
    margin-bottom: 25px;
    color: #ffffff;
    position: relative;
    padding-bottom: 10px;
    font-size: 24px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}footer .rXTP_nav_begin h5::after {
    content: "";
    height: 2px;
    background-color: rgb(169,202,178);
    width: 60px;
    bottom: -2px;
    left: 0;
    position: absolute;
}footer .eBVT_header_bar {
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 20px;
}footer .eBVT_header_bar a {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 8px 16px;
    text-decoration: none;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
    margin: 5px 8px 5px 0;
    transition: all 0.3s ease;
}footer .eBVT_header_bar a:hover {
    background-color: rgb(169,202,178);
    color: #ffffff;
    transform: translateY(-3px);
}footer .subscribe_holder {
    position: relative;
    background-color: rgb(124,171,138,0.5);
    padding: 30px 25px;
    border-radius: 29px;
}footer .subscribe_holder h5 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 600;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 17px;
}footer .input_holder {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 15px;
}footer .input_holder::before {
    z-index: -1;
    background-color: rgb(169,202,178);
    top: -10px;
    border-radius: 50%;
    height: 50px;
    content: "";
    position: absolute;
    width: 50px;
    opacity: 0.1;
    right: -10px;
}footer .input_holder::after {
    border-radius: 50%;
    width: 70px;
    z-index: -1;
    bottom: -20px;
    content: "";
    left: -10px;
    background-color: rgb(124,171,138);
    position: absolute;
    opacity: 0.1;
    height: 70px;
}footer .input_holder input[type="email"] {
    color: rgb(124,171,138);
    border: none;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    font-size: 17px;
    border-radius: 10px;
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    opacity: 0.6;
    color: #000000;
}footer .cudY_sub_banners {
    font-size: 19px;
    cursor: pointer;
    background-color: rgb(169,202,178);
    border: none;
    border-radius: 10px;
    padding: 15px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
    color: #ffffff;
}footer .cudY_sub_banners::before {
    left: -100%;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
}footer .cudY_sub_banners:hover {
    background-color: rgb(124,171,138);
}footer .cudY_sub_banners:hover::before {
    left: 100%;
}footer .bCBF_quiz_links {
    padding-top: 20px;
    margin-top: 50px;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    text-align: center;
}footer .QCrb_skill_links {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
}

@media (min-width: 768px) {footer .aBgj_idea_pool {
    padding-top: 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .cudY_sub_banners {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .zbXx_msg_info {
    top: 0;
    position: relative;
    margin-bottom: 80px;
}footer .aBgj_idea_pool {
    padding: 120px 0 30px;
}footer .text_main_holder {
    margin-top: 40px;
}
}

@media (max-width: 767px) {footer .info_item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
}footer .info_item:last-child {
    border-bottom: none;
}footer .rXTP_nav_begin, footer .subscribe_holder, footer .ePdf_main_header {
    padding: 20px;
}footer .bCBF_quiz_links {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .rXTP_nav_begin h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
    margin-bottom: 20px;
}footer .eBVT_header_bar a {
    padding: 6px 12px;
    font-size: calc(17px - 1px);
}footer .input_holder input[type="email"],
    footer .cudY_sub_banners {
    padding: 12px;
}}.mBph_plan {
    background-color: rgb(212,229,215);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.mBph_plan::before {
    position: absolute;
    transform: rotate(-3deg);
    z-index: 0;
    top: -10%;
    height: 120%;
    content: "";
    background: linear-gradient(135deg, 
        rgba(var(--secondary-color-rgb), 0.03) 0%,
        rgba(var(--secondary-color-rgb), 0.01) 40%, 
        rgba(var(--primary-color-rgb), 0.02) 60%, 
        rgba(var(--primary-color-rgb), 0.05) 100%);
    left: -5%;
    width: 110%;
}.mBph_plan .container {
    padding: 0 20px;
    z-index: 1;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.mBph_plan .Wsrl_pricing_options {
    display: flex;
    flex-direction: column;
}.mBph_plan .pKgk_learn_packs {
    position: relative;
    order: 1;
    text-align: center;
    margin-bottom: 50px;
}.mBph_plan .pKgk_learn_packs h2 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    color: #000000;
    -webkit-background-clip: text !important;
    margin-bottom: 15px;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(120deg, rgb(124,171,138), rgb(169,202,178));
    font-weight: 700;
    font-size: 30px;
}.mBph_plan .pKgk_learn_packs:hover h2 {
    transform: translateY(-5px);
}.mBph_plan .Ftmw_price_plan {
    position: relative;
    line-height: 1.6;
    font-size: 18px;
    color: #000000;
    margin: 0 auto;
    max-width: 700px;
}.mBph_plan .Ftmw_price_plan::after {
    left: 50%;
    content: "";
    height: 3px;
    transition: transform 0.5s ease;
    position: absolute;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(124,171,138), rgb(169,202,178));
    transform: translateX(-50%) scaleX(0.7);
    width: 100px;
}.mBph_plan .pKgk_learn_packs:hover .Ftmw_price_plan::after {
    transform: translateX(-50%) scaleX(1);
}.mBph_plan .PLoG_cost_schemes {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    order: 2;
}.mBph_plan .YvmN_learning_deals {
    border-radius: 28px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    perspective: 1000px;
    text-decoration: none;
    display: block;
    background-color: #ffffff;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-style: preserve-3d;
    position: relative;
    z-index: 1;
}.mBph_plan .YvmN_learning_deals::before {
    width: 100%;
    transform: scaleX(0.85);
    background: linear-gradient(90deg, rgb(124,171,138), rgb(169,202,178));
    position: absolute;
    height: 5px;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 2;
    content: "";
    top: 0;
    left: 0;
}.mBph_plan .YvmN_learning_deals:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(var(--secondary-color-rgb), 0.12);
}.mBph_plan .YvmN_learning_deals:hover::before {
    transform: scaleX(1);
}.mBph_plan .maRU_program_fees {
    display: flex;
    height: 100%;
    flex-direction: column;
}.mBph_plan .blzu_skill_offers {
    display: flex;
    flex-grow: 1;
    z-index: 1;
    padding: 30px;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}.mBph_plan .blzu_skill_offers::before {
    top: 0;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(var(--white-color-rgb), 0.7) 0%, 
        rgba(var(--white-color-rgb), 1) 60%);
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    z-index: -1;
}.mBph_plan .blzu_skill_offers h3 {
    font-size: calc(24px + 2px);
    position: relative;
    margin-bottom: 15px;
    transition: transform 0.4s ease;
    font-weight: 700;
    color: #000000;
}.mBph_plan .YvmN_learning_deals:hover .blzu_skill_offers h3 {
    transform: translateX(5px);
}.mBph_plan .FWJs_discount_tier {
    padding: 5px 10px;
    transition: transform 0.4s ease, color 0.4s ease;
    display: inline-block;
    font-size: calc(24px + 8px);
    font-weight: 700;
    color: rgb(169,202,178);
    position: relative;
    margin-bottom: 20px;
}.mBph_plan .FWJs_discount_tier::before {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    bottom: 0;
    background: linear-gradient(90deg, rgb(124,171,138), rgb(169,202,178));
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    transform: scaleX(0.3);
}.mBph_plan .YvmN_learning_deals:hover .FWJs_discount_tier {
    transform: translateY(-5px);
    color: rgb(124,171,138);
}.mBph_plan .YvmN_learning_deals:hover .FWJs_discount_tier::before {
    transform: scaleX(1);
}.mBph_plan .blzu_skill_offers p {
    font-size: 18px;
    line-height: 1.6;
    overflow-wrap: break-word;
    color: #000000;
    margin-bottom: 0;
    flex-grow: 1;
    word-wrap: break-word;
    hyphens: auto;
    max-width: 100%;
}.mBph_plan .jxGH_img_shadow {
    height: 200px;
    width: 100%;
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    overflow: hidden;
}.mBph_plan .jxGH_img_shadow::after {
    width: 100%;
    z-index: 1;
    background: linear-gradient(0deg, 
        rgba(var(--dark-color-rgb), 0.4) 0%, 
        rgba(var(--dark-color-rgb), 0) 40%);
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
}.mBph_plan .YvmN_learning_deals:hover .jxGH_img_shadow {
    transform: scale(1.05);
}

@media (min-width: 768px) {.mBph_plan .PLoG_cost_schemes {
    grid-template-columns: repeat(2, 1fr);
}.mBph_plan .blzu_skill_offers {
    padding: 35px;
}.mBph_plan .jxGH_img_shadow {
    height: 220px;
}
}

@media (min-width: 992px) {.mBph_plan .Wsrl_pricing_options {
    gap: 60px;
    flex-direction: row;
    align-items: center;
}.mBph_plan .pKgk_learn_packs {
    margin-bottom: 0;
    text-align: left;
    order: 2;
    flex: 0 0 30%;
}.mBph_plan .PLoG_cost_schemes {
    order: 1;
    flex: 0 0 65%;
    grid-template-columns: repeat(2, 1fr);
}.mBph_plan .Ftmw_price_plan::after {
    transform: translateX(0) scaleX(0.7);
    left: 0;
}.mBph_plan .pKgk_learn_packs:hover .Ftmw_price_plan::after {
    transform: translateX(0) scaleX(1);
}
}

@media (min-width: 1200px) {.mBph_plan {
    padding: 150px 0;
}.mBph_plan .PLoG_cost_schemes {
    gap: 40px;
}.mBph_plan .YvmN_learning_deals {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.mBph_plan .YvmN_learning_deals:hover {
    transform: translateY(-15px) scale(1.02);
}.mBph_plan .YvmN_learning_deals:nth-child(even) {
    transform: translateY(15px);
}.mBph_plan .YvmN_learning_deals:nth-child(even):hover {
    transform: translateY(0) scale(1.02);
}.mBph_plan .jxGH_img_shadow {
    height: 250px;
}}.AfXb_company_info {
    padding: 120px 0 100px;
    background: rgb(212,229,215);
    position: relative;
    overflow: hidden;
    isolation: isolate;
}.AfXb_company_info::before {
    content: "";
    animation: backgroundMove 20s linear infinite;
    top: 0;
    position: absolute;
    background-size: 20px 20px;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.02) 75%, transparent 75%, transparent);
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: -1;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

.AfXb_company_info::after {
    position: absolute;
    z-index: -1;
    content: "";
    background: linear-gradient(90deg, rgb(169,202,178,0.5) 0%, transparent 20%, transparent 80%, rgb(124,171,138,0.5) 100%);
    height: 100%;
    left: 0;
    opacity: 0.15;
    top: 0;
    width: 100%;
}.AfXb_company_info .container {
    z-index: 1;
    position: relative;
}.AfXb_company_info .wIFY_growth_hist {
    flex-direction: column;
    position: relative;
    gap: 70px;
    display: flex;
}.AfXb_company_info h3 {
    font-size: 32px;
    letter-spacing: 1px;
    display: inline-block;
    color: #000000;
    position: relative;
    padding-left: 25px;
    font-weight: 700;
    margin-bottom: 50px;
}.AfXb_company_info h3::before {
    top: 50%;
    left: 0;
    width: 15px;
    background: rgb(169,202,178);
    transform: translateY(-50%);
    content: "";
    height: 3px;
    position: absolute;
    animation: headerPulse 2s infinite;
}@keyframes headerPulse {
    0%, 100% {
        opacity: 1;
        width: 15px;
    }
    50% {
        opacity: 0.5;
        width: 10px;
    }
}

.AfXb_company_info h3::after {
    left: 0;
    bottom: -10px;
    content: "";
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, rgb(169,202,178) 0%, rgb(169,202,178,0.5) 50%, transparent 100%);
    width: 100%;
}.AfXb_company_info .yKqH_edu_beliefs {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    display: grid;
    border-radius: 21px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    gap: 50px;
    grid-template-columns: 1.2fr 1fr;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    position: relative;
    padding: 40px;
}.AfXb_company_info .yKqH_edu_beliefs::before {
    width: 200%;
    z-index: -1;
    left: -50%;
    height: 200%;
    transform-origin: center;
    top: -50%;
    opacity: 0.1;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.03) 10px,
        rgba(0, 0, 0, 0.03) 20px
    );
    content: "";
    animation: patternRotate 60s linear infinite;
    position: absolute;
}@keyframes patternRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.AfXb_company_info .yKqH_edu_beliefs::after {
    position: absolute;
    left: 0;
    background: radial-gradient(circle at top right, rgb(169,202,178,0.5) 0%, transparent 70%);
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.15;
    z-index: -1;
}.AfXb_company_info .yKqH_edu_beliefs:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.08),
                -25px -25px 70px rgba(255, 255, 255, 0.08);
}.AfXb_company_info .yKqH_edu_beliefs span {
    position: relative;
    padding-left: 40px;
    grid-row: 1 / 2;
    color: rgb(169,202,178);
    letter-spacing: 0.5px;
    font-weight: 700;
    display: block;
    grid-column: 1 / 2;
    margin-bottom: 20px;
    font-size: 20px;
}.AfXb_company_info .yKqH_edu_beliefs span::before {
    content: "";
    transform: translateY(-50%);
    left: 0;
    width: 30px;
    position: absolute;
    top: 50%;
    background: linear-gradient(90deg, rgb(169,202,178), rgb(124,171,138));
    height: 2px;
}.AfXb_company_info .yKqH_edu_beliefs span::after {
    width: 8px;
    animation: pulseCircle 2.5s infinite;
    box-shadow: 0 0 0 2px rgb(169,202,178,0.5);
    transform: translateY(-50%) scale(0.8);
    height: 8px;
    top: 50%;
    left: 0;
    background: rgb(169,202,178);
    border-radius: 50%;
    content: "";
    position: absolute;
}@keyframes pulseCircle {
    0% {
        box-shadow: 0 0 0 0 rgb(169,202,178,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.AfXb_company_info .yKqH_edu_beliefs p {
    grid-row: 2 / 3;
    padding-left: 20px;
    margin-bottom: 0;
    color: #000000;
    grid-column: 1 / 2;
    line-height: 1.8;
    border-left: 2px solid rgb(169,202,178,0.5);
    position: relative;
    font-size: 18px;
}.AfXb_company_info .yKqH_edu_beliefs .jxGH_img_shadow {
    overflow: hidden;
    width: 100%;
    border-radius: calc(21px - 5px);
    grid-column: 2 / 3;
    grid-row: 1 / 4;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    height: 100%;
    min-height: 350px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    clip-path: polygon(10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%);
    position: relative;
}.AfXb_company_info .yKqH_edu_beliefs .jxGH_img_shadow::before {
    content: "";
    z-index: 1;
    transition: opacity 0.4s ease;
    opacity: 0.4;
    background: linear-gradient(
        135deg, 
        transparent 0%, 
        rgba(0, 0, 0, 0.5) 100%
    );
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
}.AfXb_company_info .yKqH_edu_beliefs .jxGH_img_shadow::after {
    left: 0;
    bottom: 0;
    opacity: 0.5;
    content: "";
    width: 100%;
    background: linear-gradient(
        to top, 
        #000000 0%, 
        transparent 100%
    );
    position: absolute;
    z-index: 1;
    height: 30%;
}.AfXb_company_info .yKqH_edu_beliefs .jxGH_img_shadow:hover {
    transform: scale(1.03) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}.AfXb_company_info .yKqH_edu_beliefs .jxGH_img_shadow:hover::before {
    opacity: 0.1;
}.AfXb_company_info .DUBC_study_tracks {
    grid-template-columns: 1fr 1.2fr;
    padding: 40px;
    position: relative;
    overflow: hidden;
    display: grid;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 21px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(8px);
    align-items: center;
    gap: 50px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
}.AfXb_company_info .DUBC_study_tracks::before {
    opacity: 0.1;
    transform-origin: center;
    z-index: -1;
    height: 200%;
    top: -50%;
    left: -50%;
    position: absolute;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.03) 10px,
        rgba(0, 0, 0, 0.03) 20px
    );
    animation: patternRotate 60s linear infinite reverse;
    width: 200%;
}.AfXb_company_info .DUBC_study_tracks::after {
    left: 0;
    content: "";
    z-index: -1;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.15;
    position: absolute;
    background: radial-gradient(circle at bottom left, rgb(124,171,138,0.5) 0%, transparent 70%);
}.AfXb_company_info .DUBC_study_tracks:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.08),
                -25px -25px 70px rgba(255, 255, 255, 0.08);
}.AfXb_company_info .DUBC_study_tracks p {
    border-left: 2px solid rgb(124,171,138);
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    padding: 20px;
    border-radius: 0 10px 10px 0;
}.AfXb_company_info .DUBC_study_tracks p::before {
    content: "";
    position: absolute;
    animation: borderPulse 3s infinite;
    width: 3px;
    height: 100%;
    left: 0;
    background: rgb(124,171,138);
    top: 0;
}@keyframes borderPulse {
    0%, 100% {
        height: 100%;
    }
    50% {
        height: 70%;
    }
}

.AfXb_company_info .DUBC_study_tracks .WSiQ_skill_track {
    clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 10% 100%, 0 90%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    width: 100%;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: calc(21px - 5px);
    overflow: hidden;
    height: 430px;
}.AfXb_company_info .DUBC_study_tracks .WSiQ_skill_track::before {
    z-index: 1;
    top: 0;
    background: linear-gradient(
        to bottom, 
        rgba(0, 0, 0, 0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgba(0, 0, 0, 0.5) 100%
    );
    position: absolute;
    opacity: 0.4;
    transition: opacity 0.4s ease;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
}.AfXb_company_info .DUBC_study_tracks .WSiQ_skill_track::after {
    content: "";
    height: 100%;
    transform: skewX(-25deg);
    animation: directorShine 6s infinite;
    background: linear-gradient(
        to right, 
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    position: absolute;
    z-index: 2;
    width: 60%;
    top: 0;
    left: -150%;
}@keyframes directorShine {
    0% {
        left: -150%;
    }
    30%, 100% {
        left: 200%;
    }
}

.AfXb_company_info .DUBC_study_tracks .WSiQ_skill_track:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) translateY(-5px);
}.AfXb_company_info .DUBC_study_tracks .WSiQ_skill_track:hover::before {
    opacity: 0.2;
}.AfXb_company_info .container::before,
.AfXb_company_info .container::after,
.AfXb_company_info .wIFY_growth_hist::before,
.AfXb_company_info .wIFY_growth_hist::after {
    position: absolute;
    border-radius: 50%;
    content: "";
    z-index: -1;
    opacity: 0.1;
    filter: blur(30px);
}.AfXb_company_info .container::before {
    top: -50px;
    left: -50px;
    height: 150px;
    width: 150px;
    background: rgb(169,202,178);
    animation: floatBlob 15s ease-in-out infinite alternate;
}.AfXb_company_info .container::after {
    right: -80px;
    background: rgb(124,171,138);
    height: 200px;
    animation: floatBlob 18s ease-in-out 2s infinite alternate-reverse;
    bottom: -100px;
    width: 200px;
}.AfXb_company_info .wIFY_growth_hist::before {
    animation: floatBlob 12s ease-in-out 1s infinite alternate;
    width: 100px;
    top: 30%;
    left: -80px;
    height: 100px;
    background: rgb(169,202,178);
}.AfXb_company_info .wIFY_growth_hist::after {
    background: rgb(124,171,138);
    width: 120px;
    bottom: 20%;
    height: 120px;
    animation: floatBlob 14s ease-in-out 3s infinite alternate-reverse;
    right: -60px;
}

@keyframes floatBlob {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, -20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, 20px) scale(0.9);
    }
}

@media screen and (max-width: 1199px) {.AfXb_company_info {
    padding: 100px 0 80px;
}.AfXb_company_info .wIFY_growth_hist {
    gap: 50px;
}.AfXb_company_info h3 {
    margin-bottom: 40px;
    font-size: calc(32px - 0.2rem);
}.AfXb_company_info .yKqH_edu_beliefs,
    .AfXb_company_info .DUBC_study_tracks {
    padding: 30px;
    gap: 40px;
}.AfXb_company_info .yKqH_edu_beliefs .jxGH_img_shadow {
    min-height: 330px;
}.AfXb_company_info .DUBC_study_tracks .WSiQ_skill_track {
    height: 380px;
}.AfXb_company_info .container::before,
    .AfXb_company_info .container::after,
    .AfXb_company_info .wIFY_growth_hist::before,
    .AfXb_company_info .wIFY_growth_hist::after {
    filter: blur(25px);
}
}

@media screen and (max-width: 991px) {.AfXb_company_info {
    padding: 80px 0 60px;
}.AfXb_company_info .wIFY_growth_hist {
    gap: 40px;
}.AfXb_company_info h3 {
    margin-bottom: 30px;
    font-size: calc(32px - 0.4rem);
}.AfXb_company_info .yKqH_edu_beliefs,
    .AfXb_company_info .DUBC_study_tracks {
    padding: 25px;
    gap: 30px;
}.AfXb_company_info .yKqH_edu_beliefs {
    grid-template-columns: 1fr 1fr;
}.AfXb_company_info .DUBC_study_tracks {
    grid-template-columns: 1fr;
}.AfXb_company_info .yKqH_edu_beliefs .jxGH_img_shadow {
    min-height: 300px;
}.AfXb_company_info .DUBC_study_tracks .WSiQ_skill_track {
    margin: 0 auto;
    max-width: 85%;
    height: 350px;
}.AfXb_company_info .DUBC_study_tracks p {
    grid-row: 1 / 2;
}.AfXb_company_info .DUBC_study_tracks .WSiQ_skill_track {
    grid-row: 2 / 3;
}.AfXb_company_info .container::before,
    .AfXb_company_info .container::after {
    width: 120px;
    height: 120px;
}.AfXb_company_info .wIFY_growth_hist::before,
    .AfXb_company_info .wIFY_growth_hist::after {
    height: 80px;
    width: 80px;
}
}

@media screen and (max-width: 767px) {.AfXb_company_info {
    padding: 60px 0 40px;
}.AfXb_company_info::before {
    background-size: 15px 15px;
}.AfXb_company_info .wIFY_growth_hist {
    gap: 30px;
}.AfXb_company_info h3 {
    font-size: calc(32px - 0.6rem);
    margin-bottom: 25px;
}.AfXb_company_info .yKqH_edu_beliefs {
    grid-template-columns: 1fr;
    gap: 25px;
}.AfXb_company_info .yKqH_edu_beliefs span {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}.AfXb_company_info .yKqH_edu_beliefs p {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}.AfXb_company_info .yKqH_edu_beliefs .jxGH_img_shadow {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    min-height: 280px;
}.AfXb_company_info .DUBC_study_tracks {
    gap: 25px;
}.AfXb_company_info .DUBC_study_tracks .WSiQ_skill_track {
    height: 320px;
    max-width: 100%;
}.AfXb_company_info .yKqH_edu_beliefs span {
    font-size: calc(20px - 0.2rem);
}.AfXb_company_info .yKqH_edu_beliefs p,
    .AfXb_company_info .DUBC_study_tracks p {
    font-size: calc(18px - 0.1rem);
}.AfXb_company_info .container::before,
    .AfXb_company_info .container::after,
    .AfXb_company_info .wIFY_growth_hist::before,
    .AfXb_company_info .wIFY_growth_hist::after {
    filter: blur(20px);
}
}

@media screen and (max-width: 575px) {.AfXb_company_info {
    padding: 50px 0 30px;
}.AfXb_company_info::before {
    background-size: 10px 10px;
}.AfXb_company_info .wIFY_growth_hist {
    gap: 25px;
}.AfXb_company_info h3 {
    padding-left: 20px;
    font-size: calc(32px - 0.8rem);
    margin-bottom: 20px;
}.AfXb_company_info h3::before {
    width: 12px;
}.AfXb_company_info .yKqH_edu_beliefs,
    .AfXb_company_info .DUBC_study_tracks {
    gap: 20px;
    padding: 20px;
}.AfXb_company_info .yKqH_edu_beliefs span {
    font-size: calc(20px - 0.3rem);
    padding-left: 35px;
}.AfXb_company_info .yKqH_edu_beliefs span::before {
    width: 25px;
}.AfXb_company_info .yKqH_edu_beliefs .jxGH_img_shadow {
    min-height: 250px;
    clip-path: polygon(5% 0, 100% 0, 100% 95%, 95% 100%, 0 100%, 0 5%);
}.AfXb_company_info .DUBC_study_tracks .WSiQ_skill_track {
    clip-path: polygon(0 0, 95% 0, 100% 5%, 100% 100%, 5% 100%, 0 95%);
    height: 280px;
}.AfXb_company_info .yKqH_edu_beliefs p,
    .AfXb_company_info .DUBC_study_tracks p {
    padding: 15px;
    line-height: 1.6;
    font-size: calc(18px - 0.2rem);
}.AfXb_company_info .container::before,
    .AfXb_company_info .container::after,
    .AfXb_company_info .wIFY_growth_hist::before,
    .AfXb_company_info .wIFY_growth_hist::after {
    filter: blur(15px);
    opacity: 0.08;
}}.WtUa_educational_yield {
    position: relative;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(212,229,215), rgb(212,229,215) 60%, rgba(rgb(169,202,178,0.5), 0.05) 100%);
    overflow: hidden;
}.WtUa_educational_yield::before {
    right: -50px;
    animation: floatGradient 20s infinite alternate ease-in-out;
    z-index: 0;
    content: "";
    opacity: 0.2;
    filter: blur(50px);
    position: absolute;
    height: 300px;
    top: -50px;
    width: 300px;
    background: radial-gradient(circle, rgb(169,202,178,0.5), transparent 70%);
}.WtUa_educational_yield::after {
    position: absolute;
    content: "";
    bottom: -80px;
    left: 15%;
    animation: floatGradient 15s infinite alternate-reverse ease-in-out;
    filter: blur(40px);
    z-index: 0;
    width: 200px;
    height: 200px;
    opacity: 0.15;
    background: radial-gradient(ellipse, rgb(124,171,138,0.5), transparent 70%);
}.WtUa_educational_yield h5 {
    font-size: calc(21px * 1.1);
    max-width: 700px;
    line-height: 1.4;
    padding: 0 20px;
    text-align: center;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    transform: translateY(0);
    position: relative;
    margin: 0 auto 50px;
    letter-spacing: -0.02em;
    font-weight: 700;
    opacity: 1;
    color: #000000;
}.WtUa_educational_yield h5::after {
    background: linear-gradient(90deg, transparent, rgb(169,202,178) 30%, rgb(169,202,178) 70%, transparent);
    position: absolute;
    bottom: -15px;
    left: 50%;
    content: "";
    width: 80px;
    transform: translateX(-50%);
    height: 3px;
}.WtUa_educational_yield .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 25px;
}.WtUa_educational_yield .wIFY_growth_hist {
    overflow: hidden;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
    gap: 40px;
    align-items: center;
    flex-direction: column;
    display: flex;
    transform: perspective(1000px) rotateY(0deg);
    padding: 40px 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    border-radius: 10px;
}.WtUa_educational_yield .wIFY_growth_hist::before {
    height: 5px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(169,202,178), rgb(124,171,138));
    top: 0;
    width: 100%;
    left: 0;
}.WtUa_educational_yield .wIFY_growth_hist > div:first-child {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
    overflow: hidden;
    width: 100%;
    max-width: 500px;
    transition: transform 0.5s ease-out;
    clip-path: polygon(0 0, 100% 5%, 95% 95%, 5% 100%);
    position: relative;
}.WtUa_educational_yield .wIFY_growth_hist:hover > div:first-child {
    transform: perspective(1000px) rotateY(2deg) translateZ(20px);
}.WtUa_educational_yield .jxGH_img_shadow {
    transform: scale(1);
    filter: contrast(1.05) saturate(1.1);
    object-fit: cover;
    height: auto;
    width: 100%;
    transition: transform 0.6s ease-out;
}.WtUa_educational_yield .wIFY_growth_hist:hover .jxGH_img_shadow {
    transform: scale(1.03);
}.WtUa_educational_yield .HyUB_details_box {
    padding: 10px 0;
    position: relative;
    flex: 1;
}.WtUa_educational_yield .HyUB_details_box::before {
    height: 40px;
    border-top: 2px solid rgb(169,202,178,0.5);
    position: absolute;
    opacity: 0.4;
    left: -20px;
    top: -20px;
    border-left: 2px solid rgb(169,202,178,0.5);
    z-index: 1;
    width: 40px;
    content: "";
}.WtUa_educational_yield .HyUB_details_box::after {
    position: absolute;
    z-index: 1;
    opacity: 0.4;
    border-right: 2px solid rgb(169,202,178,0.5);
    content: "";
    right: -20px;
    height: 40px;
    bottom: -20px;
    width: 40px;
    border-bottom: 2px solid rgb(169,202,178,0.5);
}.WtUa_educational_yield ul {
    margin: 0;
    padding: 0;
    grid-template-columns: 1fr;
    display: grid;
    list-style: none;
    gap: 20px;
}.WtUa_educational_yield li {
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0.9;
    padding: 10px 0 10px 5px;
    transform: translateX(0);
    position: relative;
}.WtUa_educational_yield li:hover {
    opacity: 1;
    transform: translateX(5px);
}.WtUa_educational_yield li:nth-child(odd) {
    background: linear-gradient(90deg, rgba(rgb(169,202,178,0.5), 0.03), transparent);
}.WtUa_educational_yield li p {
    position: relative;
    line-height: 1.6;
    align-items: center;
    margin: 0;
    font-size: 17px;
    padding: 0 0 0 35px;
    color: #000000;
    display: flex;
}.WtUa_educational_yield li svg {
    transform: scale(0.9);
    transition: transform 0.3s ease;
    position: absolute;
    top: 2px;
    left: 0;
    height: 24px;
    width: 24px;
}.WtUa_educational_yield li:hover svg {
    transform: scale(1);
}.WtUa_educational_yield li svg path {
    transition: fill 0.3s ease;
    fill: rgb(169,202,178);
}.WtUa_educational_yield li:hover svg path {
    fill: rgb(124,171,138);
}

@keyframes floatGradient {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-10px, 15px);
    }
    100% {
        transform: translate(10px, -5px);
    }
}

@media (min-width: 768px) {.WtUa_educational_yield {
    padding: 150px 0 120px;
}.WtUa_educational_yield h5 {
    font-size: calc(21px * 1.2);
    margin-bottom: 70px;
    transform: translateY(0);
}.WtUa_educational_yield .wIFY_growth_hist {
    transform: perspective(1200px) rotateY(0deg);
    padding: 60px;
    gap: 60px;
    flex-direction: row;
}.WtUa_educational_yield .wIFY_growth_hist > div:first-child {
    flex: 0 0 45%;
    max-width: 45%;
}.WtUa_educational_yield .HyUB_details_box {
    padding: 20px 0;
    flex: 0 0 50%;
}.WtUa_educational_yield ul {
    gap: 30px 20px;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.WtUa_educational_yield {
    padding: 180px 0 150px;
}.WtUa_educational_yield h5 {
    font-size: calc(21px * 1.3);
}.WtUa_educational_yield .wIFY_growth_hist {
    padding: 70px;
    gap: 80px;
}.WtUa_educational_yield .wIFY_growth_hist > div:first-child {
    max-width: 40%;
    flex: 0 0 40%;
}.WtUa_educational_yield .HyUB_details_box {
    flex: 0 0 55%;
}.WtUa_educational_yield .wIFY_growth_hist:hover {
    transform: perspective(1200px) rotateY(-1deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
}
}

@media (max-width: 767px) {.WtUa_educational_yield {
    padding: 80px 0 70px;
}.WtUa_educational_yield h5 {
    font-size: 21px;
    margin-bottom: 40px;
}.WtUa_educational_yield .wIFY_growth_hist {
    padding: 30px 20px;
}.WtUa_educational_yield .jxGH_img_shadow {
    max-height: 250px;
    object-fit: cover;
    width: 100%;
}.WtUa_educational_yield li {
    padding: 8px 0 8px 0;
}.WtUa_educational_yield li p {
    line-height: 1.5;
    font-size: calc(17px * 0.95);
}}.MFrX_privacy_silo {
    padding: 50px;
    background: linear-gradient(to bottom right, rgb(169,202,178,0.5), rgb(124,171,138,0.5));
    font-family: Arial, sans-serif;
    overflow: hidden;
    background-size: cover;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-position: center;
    position: relative;
    color: #ffffff;
}.MFrX_privacy_silo h1,
.MFrX_privacy_silo h2 {
    position: relative;
    margin: 20px 0;
    padding-left: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}.MFrX_privacy_silo h1 {
    font-size: 45px;
    color: #ffffff;
    font-weight: 700;
}.MFrX_privacy_silo h2 {
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
}.MFrX_privacy_silo ul {
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
}.MFrX_privacy_silo ul li {
    padding-left: 30px;
    font-weight: 400;
    position: relative;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 0;
}.MFrX_privacy_silo ul li::before {
    color: rgb(124,171,138);
    left: 0;
    position: absolute;
    font-size: 23px;
    content: '•';
}.MFrX_privacy_silo p {
    margin: 20px 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    color: #ffffff;
}.MFrX_privacy_silo div {
    margin: 20px 0;
}
@media only screen and (max-width: 800px) {.MFrX_privacy_silo {
    padding: 30px;
}.MFrX_privacy_silo h1 {
    font-size: calc(23px - 8px);
}.MFrX_privacy_silo h2 {
    font-size: calc(23px - 8px);
}.MFrX_privacy_silo ul li {
    font-size: calc(14px - 2px);
}.MFrX_privacy_silo p {
    font-size: calc(14px - 2px);
}}.YTLU_customer_reviews {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,229,215) 0%, rgba(240, 248, 255, 0.8) 100%);
}.YTLU_customer_reviews::before {
    background: 
        radial-gradient(circle at 10% 20%, rgb(124,171,138,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(169,202,178,0.5) 0%, transparent 40%);
    opacity: 0.15;
    z-index: 0;
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
}.YTLU_customer_reviews .container {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
}.YTLU_customer_reviews h2 {
    text-align: center;
    color: #000000;
    animation: fadeInUp 0.8s ease-out 0.3s forwards;
    font-weight: 700;
    position: relative;
    opacity: 0;
    margin-bottom: 3rem;
    transform: translateY(20px);
    font-size: 32px;
}.YTLU_customer_reviews h2::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(124,171,138), rgb(169,202,178));
    transform: translateX(-50%);
    content: "";
    height: 3px;
    bottom: -10px;
    width: 80px;
    left: 50%;
}.YTLU_customer_reviews .wIFY_growth_hist {
    position: relative;
}.YTLU_customer_reviews .ySeF_rating_zone {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin-top: 1rem;
    gap: 2rem;
    display: grid;
}.YTLU_customer_reviews .jVoS_edu_ratings {
    padding: 2rem;
    animation-delay: calc(0.2s * var(--index, 1));
    background: rgba(255, 255, 255, 0.85);
    transform: translateY(30px);
    flex-direction: column;
    opacity: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 1px 3px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    backdrop-filter: blur(8px);
    animation: fadeInUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1),
                box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
}.YTLU_customer_reviews .jVoS_edu_ratings:nth-child(1) {
    --index: 1;
}.YTLU_customer_reviews .jVoS_edu_ratings:nth-child(2) {
    --index: 2;
}.YTLU_customer_reviews .jVoS_edu_ratings:nth-child(3) {
    --index: 3;
}.YTLU_customer_reviews .jVoS_edu_ratings:nth-child(4) {
    --index: 4;
}.YTLU_customer_reviews .jVoS_edu_ratings:nth-child(5) {
    --index: 5;
}.YTLU_customer_reviews .jVoS_edu_ratings:nth-child(6) {
    --index: 6;
}.YTLU_customer_reviews .jVoS_edu_ratings:nth-child(7) {
    --index: 7;
}.YTLU_customer_reviews .jVoS_edu_ratings::before {
    top: 0;
    opacity: 0.8;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(169,202,178), rgb(124,171,138));
    content: "";
    position: absolute;
    left: 0;
}.YTLU_customer_reviews .jVoS_edu_ratings:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12), 
                0 5px 15px rgba(0, 0, 0, 0.06);
    transform: translateY(-5px) scale(1.02);
}.YTLU_customer_reviews .jVoS_edu_ratings:hover::after {
    transform: translateX(0);
}.YTLU_customer_reviews .jVoS_edu_ratings::after {
    right: 0;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    position: absolute;
    content: "";
    transform: translateX(100%);
    background: linear-gradient(145deg, transparent 0%, rgba(rgb(124,171,138,0.5), 0.05) 100%);
    top: 0;
    pointer-events: none;
    width: 40%;
}.YTLU_customer_reviews .jVoS_edu_ratings h3 {
    font-size: calc(24px * 1.1);
    font-weight: 700;
    color: #000000;
    display: inline-block;
    margin-bottom: 1rem;
    position: relative;
}.YTLU_customer_reviews .jVoS_edu_ratings h3::after {
    background: rgb(169,202,178);
    position: absolute;
    height: 2px;
    content: "";
    width: 40px;
    bottom: -5px;
    transition: width 0.3s ease;
    left: 0;
}.YTLU_customer_reviews .jVoS_edu_ratings:hover h3::after {
    width: 100%;
}.YTLU_customer_reviews .jVoS_edu_ratings .description {
    color: #000000;
    line-height: 1.6;
    font-size: 13px;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}.YTLU_customer_reviews .jVoS_edu_ratings div {
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 60px;
    overflow: hidden;
    height: 60px;
    margin-top: auto;
    position: relative;
}.YTLU_customer_reviews .jVoS_edu_ratings div::before {
    height: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(145deg, rgb(169,202,178,0.5), transparent);
    transition: opacity 0.3s ease;
    content: "";
    width: 100%;
    top: 0;
    opacity: 0.3;
    left: 0;
}.YTLU_customer_reviews .jVoS_edu_ratings:hover div::before {
    opacity: 0.5;
}.YTLU_customer_reviews .jVoS_edu_ratings img {
    object-fit: cover;
    transition: transform 0.5s ease;
    width: 100%;
    height: 100%;
}.YTLU_customer_reviews .jVoS_edu_ratings:hover img {
    transform: scale(1.1);
}

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

@media (max-width: 992px) {.YTLU_customer_reviews {
    padding: 4rem 0;
}.YTLU_customer_reviews .ySeF_rating_zone {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.YTLU_customer_reviews h2 {
    margin-bottom: 2.5rem;
}
}

@media (max-width: 768px) {.YTLU_customer_reviews {
    padding: 3rem 0;
}.YTLU_customer_reviews .ySeF_rating_zone {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.2rem;
}.YTLU_customer_reviews .jVoS_edu_ratings {
    padding: 1.5rem;
}.YTLU_customer_reviews h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 2rem;
}
}

@media (max-width: 576px) {.YTLU_customer_reviews {
    padding: 2.5rem 0;
}.YTLU_customer_reviews .ySeF_rating_zone {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.YTLU_customer_reviews .jVoS_edu_ratings {
    padding: 1.5rem;
}.YTLU_customer_reviews h2 {
    margin-bottom: 1.5rem;
    font-size: calc(32px * 0.8);
}}header {
    position: relative;
    overflow: visible;
    z-index: 1000;
    padding: 1.5rem 0;
    background: linear-gradient(to right, rgb(124,171,138,0.5), rgb(169,202,178));
}header::before {
    width: 100%;
    height: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
    opacity: 0.1;
    z-index: -1;
    left: 0;
    top: 0;
    content: '';
}header .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
}header .jJXF_head_pagewrap {
    gap: 1.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}header .OsjN_head_pagebar {
    justify-content: center;
    display: flex;
    z-index: 2;
    align-items: center;
    text-decoration: none;
    position: relative;
    padding: 1rem;
}header .OsjN_head_pagebar::after {
    width: 50%;
    left: 50%;
    transition: width 0.3s ease, opacity 0.3s ease;
    height: 2px;
    background: #ffffff;
    bottom: 0;
    transform: translateX(-50%);
    opacity: 0.6;
    position: absolute;
    content: '';
}header .OsjN_head_pagebar:hover::after {
    width: 80%;
    opacity: 1;
}header .OsjN_head_pagebar svg {
    height: auto;
    width: 220px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 4px 8px rgb(169,202,178,0.5));
}header .OsjN_head_pagebar:hover svg {
    transform: translateY(-5px);
}header .rXTP_nav_begin {
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    flex-wrap: wrap;
    backdrop-filter: blur(5px);
    justify-content: center;
    gap: 0.8rem;
    position: relative;
    border-radius: 25px;
    max-width: 800px;
    padding: 0.6rem 1rem;
    display: flex;
}header .rXTP_nav_begin::before {
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    border-radius: 25px;
    position: absolute;
    content: '';
    left: 0;
}header .BGmP_nav_mainbar {
    text-transform: uppercase;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.5px;
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 0.7rem 1.2rem;
    border-radius: 10px;
    position: relative;
}header .BGmP_nav_mainbar::before {
    transition: opacity 0.3s ease;
    height: 100%;
    position: absolute;
    background: #ffffff;
    left: 0;
    border-radius: 10px;
    z-index: -1;
    width: 100%;
    transform: translateY(100%) scale(0.8);
    content: '';
    top: 0;
    opacity: 0;
}header .BGmP_nav_mainbar:hover {
    transform: translateY(-3px);
    color: rgb(169,202,178);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}header .BGmP_nav_mainbar:hover::before {
    transform: translateY(0) scale(1);
    opacity: 1;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .jJXF_head_pagewrap {
    gap: 1.2rem;
}header .OsjN_head_pagebar svg {
    width: 180px;
}header .rXTP_nav_begin {
    padding: 0.5rem;
    gap: 0.6rem;
}header .BGmP_nav_mainbar {
    font-size: calc(17px - 1px);
    padding: 0.6rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .jJXF_head_pagewrap {
    gap: 1rem;
}header .OsjN_head_pagebar svg {
    width: 150px;
}header .rXTP_nav_begin {
    padding: 0.4rem;
    gap: 0.4rem;
}header .BGmP_nav_mainbar {
    padding: 0.5rem 0.8rem;
    font-size: calc(17px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .jJXF_head_pagewrap {
    gap: 0.8rem;
}header .OsjN_head_pagebar svg {
    width: 140px;
}header .rXTP_nav_begin {
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0.4rem 0.6rem;
    overflow-x: auto;
}header .rXTP_nav_begin::-webkit-scrollbar {
    height: 3px;
}header .rXTP_nav_begin::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 10px;
}header .BGmP_nav_mainbar {
    padding: 0.4rem 0.7rem;
    font-size: calc(17px - 3px);
    white-space: nowrap;
}}.DKpF_teaching_process {
    background: linear-gradient(135deg, rgb(212,229,215) 0%, rgba(245, 245, 255, 0.95) 100%);
    z-index: 1;
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
}.DKpF_teaching_process::before {
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(169,202,178,0.5), 0.05) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgba(rgb(124,171,138,0.5), 0.08) 0%, transparent 70%);
}.DKpF_teaching_process::after {
    z-index: -1;
    opacity: 0.07;
    top: -5%;
    height: 40%;
    right: -5%;
    position: absolute;
    background: linear-gradient(45deg, rgb(169,202,178) 0%, rgb(124,171,138) 100%);
    content: "";
    animation: float 8s ease-in-out infinite;
    width: 35%;
    transform: rotate(-15deg);
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 10% 85%);
}.DKpF_teaching_process .wIFY_growth_hist {
    position: relative;
    padding: 0 25px;
    margin: 0 auto;
    max-width: 1200px;
}.DKpF_teaching_process .wIFY_growth_hist::before {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    z-index: -1;
    height: 200px;
    width: 200px;
    left: 0;
    opacity: 0.05;
    bottom: -40px;
    content: "";
    filter: blur(20px);
    background: linear-gradient(225deg, rgb(124,171,138) 0%, transparent 80%);
    position: absolute;
}.DKpF_teaching_process h2 {
    font-size: 30px;
    margin-bottom: 45px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateX(-10px);
}.DKpF_teaching_process h2::after {
    height: 3px;
    transition: transform 0.5s ease-out;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(169,202,178) 0%, rgb(124,171,138) 100%);
    content: "";
    left: 0;
    width: 80px;
    position: absolute;
    bottom: -10px;
    transform: scaleX(1);
}.DKpF_teaching_process:hover h2 {
    transform: translateX(0);
}.DKpF_teaching_process:hover h2::after {
    transform: scaleX(1.4);
}.DKpF_teaching_process .HyUB_details_box {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
    border-left: 4px solid rgb(169,202,178);
    position: relative;
    backdrop-filter: blur(10px);
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
    transform: translateY(0);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 4px rgba(0, 0, 0, 0.03);
    padding: 40px 50px;
}.DKpF_teaching_process .HyUB_details_box::before {
    top: -20px;
    opacity: 0.1;
    height: 50px;
    content: "";
    transform: rotate(15deg);
    width: 50px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    right: 30px;
    background: rgb(124,171,138);
    transition: transform 0.5s ease-out;
}.DKpF_teaching_process .HyUB_details_box:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.08),
        0 2px 5px rgba(0, 0, 0, 0.05);
}.DKpF_teaching_process .HyUB_details_box:hover::before {
    transform: rotate(30deg) scale(1.2);
}.DKpF_teaching_process p {
    line-height: 1.7;
    position: relative;
    font-size: 12px;
    margin: 0;
    color: #000000;
}

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

@media screen and (max-width: 992px) {.DKpF_teaching_process {
    padding: 80px 0 70px;
}.DKpF_teaching_process h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 35px;
}.DKpF_teaching_process .HyUB_details_box {
    padding: 35px 40px;
}
}

@media screen and (max-width: 768px) {.DKpF_teaching_process {
    padding: 60px 0 50px;
}.DKpF_teaching_process::after {
    right: -10%;
    top: -3%;
    width: 50%;
}.DKpF_teaching_process h2 {
    margin-bottom: 30px;
    transform: translateX(0);
    font-size: calc(30px * 0.8);
}.DKpF_teaching_process h2::after {
    width: 60px;
}.DKpF_teaching_process .HyUB_details_box {
    padding: 30px 25px;
}.DKpF_teaching_process .HyUB_details_box::before {
    width: 40px;
    top: -15px;
    right: 20px;
    height: 40px;
}.DKpF_teaching_process p {
    font-size: calc(12px * 0.95);
}
}

@media screen and (max-width: 576px) {.DKpF_teaching_process {
    padding: 50px 0 40px;
}.DKpF_teaching_process .wIFY_growth_hist {
    padding: 0 15px;
}.DKpF_teaching_process h2 {
    margin-bottom: 25px;
    font-size: calc(30px * 0.7);
}.DKpF_teaching_process h2::after {
    width: 50px;
}.DKpF_teaching_process .HyUB_details_box {
    padding: 25px 20px;
    border-left-width: 3px;
}.DKpF_teaching_process p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}}.QbpJ_course_overview {
    overflow: hidden;
    background: rgb(212,229,215);
    padding: 120px 0;
    position: relative;
}.QbpJ_course_overview::before {
    background: radial-gradient(circle at 30% 30%, rgb(169,202,178,0.5) 0%, transparent 40%);
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
}.QbpJ_course_overview::after {
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
    right: 0;
    background: radial-gradient(circle at 70% 80%, rgb(124,171,138,0.5) 0%, transparent 40%);
    bottom: 0;
    content: "";
}.QbpJ_course_overview .container {
    max-width: 1200px;
    position: relative;
    padding: 0 30px;
    margin: 0 auto;
    z-index: 2;
}.QbpJ_course_overview .wIFY_growth_hist {
    background: #ffffff;
    display: grid;
    position: relative;
    border-radius: 27px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    gap: 50px;
    grid-template-columns: 1fr;
    overflow: hidden;
}.QbpJ_course_overview .wIFY_growth_hist::before {
    height: 5px;
    content: "";
    background: linear-gradient(to right, rgb(169,202,178), rgb(124,171,138));
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
}.QbpJ_course_overview .yhkT_study_map {
    flex-direction: column;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 60px 50px;
}.QbpJ_course_overview .yhkT_study_map::before {
    height: 80px;
    border-radius: 10px;
    top: 40px;
    position: absolute;
    opacity: 0.5;
    animation: float 8s ease-in-out infinite;
    border: 2px solid rgb(169,202,178,0.5);
    z-index: -1;
    content: "";
    left: 40px;
    width: 80px;
}.QbpJ_course_overview .yhkT_study_map::after {
    position: absolute;
    right: 40px;
    z-index: -1;
    border-radius: 50%;
    height: 60px;
    content: "";
    bottom: 40px;
    width: 60px;
    background: rgb(124,171,138,0.5);
    animation: pulse 6s ease-in-out infinite;
    opacity: 0.3;
}.QbpJ_course_overview .ePdf_main_header {
    border-radius: 10px;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.05), 
              -8px -8px 16px rgba(255, 255, 255, 0.8);
    padding: 15px;
    margin-bottom: 35px;
    position: relative;
    transition: all 0.3s ease;
    display: inline-block;
    background: linear-gradient(145deg, rgb(212,229,215), #ffffff);
}.QbpJ_course_overview .ePdf_main_header:hover {
    box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.07), 
              -12px -12px 20px rgba(255, 255, 255, 0.9);
    transform: translateY(-5px);
}.QbpJ_course_overview .ePdf_main_header svg {
    max-height: 50px;
    transition: all 0.3s ease;
    max-width: 140px;
}.QbpJ_course_overview .ePdf_main_header svg path {
    transition: fill 0.3s ease;
    fill: rgb(169,202,178);
}.QbpJ_course_overview .ePdf_main_header:hover svg path {
    fill: rgb(124,171,138);
}.QbpJ_course_overview h3 {
    position: relative;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 25px;
    line-height: 1.3;
    color: #000000;
}.QbpJ_course_overview h3::after {
    width: 70px;
    bottom: -12px;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(169,202,178), rgb(124,171,138));
    position: absolute;
    content: "";
    left: 0;
    height: 3px;
}.QbpJ_course_overview p {
    line-height: 1.8;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
}.QbpJ_course_overview .jxGH_img_shadow {
    height: 100%;
    position: relative;
    min-height: 500px;
    transition: all 0.5s ease;
}.QbpJ_course_overview .jxGH_img_shadow::before {
    background: linear-gradient(
    135deg,
    rgb(169,202,178,0.5) 0%,
    transparent 60%
  );
    left: 0;
    z-index: 1;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}.QbpJ_course_overview .jxGH_img_shadow::after {
    height: 20px;
    border-radius: 50%;
    content: "";
    right: 30px;
    border: 2px solid #ffffff;
    z-index: 2;
    top: 30px;
    animation: pulseCircle 3s infinite;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
    position: absolute;
    width: 20px;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
}

@keyframes pulseCircle {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@media screen and (max-width: 1024px) {.QbpJ_course_overview {
    padding: 90px 0;
}.QbpJ_course_overview .yhkT_study_map {
    padding: 50px 40px;
}
}

@media screen and (max-width: 992px) {.QbpJ_course_overview .wIFY_growth_hist {
    grid-template-columns: 1fr;
}.QbpJ_course_overview .jxGH_img_shadow {
    order: -1;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    min-height: 400px;
}.QbpJ_course_overview .yhkT_study_map {
    padding: 40px;
}.QbpJ_course_overview .yhkT_study_map::before,
  .QbpJ_course_overview .yhkT_study_map::after {
    display: none;
}.QbpJ_course_overview .ePdf_main_header {
    margin-bottom: 25px;
}
}

@media screen and (max-width: 768px) {.QbpJ_course_overview {
    padding: 70px 0;
}.QbpJ_course_overview .yhkT_study_map {
    padding: 30px;
}.QbpJ_course_overview h3 {
    font-size: calc(30px - 4px);
}.QbpJ_course_overview .jxGH_img_shadow {
    min-height: 350px;
}.QbpJ_course_overview .ePdf_main_header {
    padding: 12px;
}.QbpJ_course_overview .ePdf_main_header svg {
    max-width: 120px;
}
}

@media screen and (max-width: 576px) {.QbpJ_course_overview {
    padding: 50px 0;
}.QbpJ_course_overview .container {
    padding: 0 20px;
}.QbpJ_course_overview .wIFY_growth_hist {
    border-radius: 10px;
}.QbpJ_course_overview .yhkT_study_map {
    padding: 25px 20px;
}.QbpJ_course_overview h3 {
    margin-bottom: 20px;
    font-size: calc(30px - 6px);
}.QbpJ_course_overview p {
    font-size: calc(17px - 1px);
}.QbpJ_course_overview .ePdf_main_header {
    margin-bottom: 20px;
    padding: 10px;
}.QbpJ_course_overview .ePdf_main_header svg {
    max-width: 100px;
}.QbpJ_course_overview .jxGH_img_shadow {
    min-height: 280px;
}.QbpJ_course_overview .jxGH_img_shadow::after {
    width: 15px;
    right: 20px;
    height: 15px;
    top: 20px;
}}.likM_contact_box {
    overflow: hidden;
    padding: 100px 0;
    background: rgb(212,229,215);
    position: relative;
}.likM_contact_box::before {
    top: 0;
    position: absolute;
    height: 100%;
    content: '';
    left: 0;
    width: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}.likM_contact_box .jxGH_img_shadow {
    left: 0;
    z-index: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 50%;
}.likM_contact_box .jxGH_img_shadow::after {
    width: 100%;
    content: '';
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgb(212,229,215) 100%);
    top: 0;
    height: 100%;
    left: 0;
}.likM_contact_box .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.likM_contact_box h3 {
    font-family: Arial, sans-serif;
    font-size: 48px;
    margin-bottom: 70px;
    color: #ffffff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}.likM_contact_box .KApT_request_links {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    display: flex;
    background: #ffffff;
}.likM_contact_box .vsXH_feedback_map {
    padding: 60px 50px;
    flex: 2;
    position: relative;
}.likM_contact_box form h3 {
    color: #000000;
    text-shadow: none;
    font-weight: 700;
    text-align: left;
    text-transform: none;
    letter-spacing: normal;
    font-size: 19px;
    margin-bottom: 30px;
}.likM_contact_box input[type="text"],
.likM_contact_box textarea {
    width: 100%;
    font-size: 15px;
    background: #ffffff;
    font-family: Arial, sans-serif;
    border: none;
    color: #000000;
    transition: all 0.3s ease;
    padding: 15px 0;
    margin-bottom: 30px;
    border-radius: 0;
    border-bottom: 2px solid rgb(124,171,138,0.5);
}.likM_contact_box input[type="text"]::placeholder,
.likM_contact_box textarea::placeholder {
    opacity: 0.7;
    color: #000000;
}.likM_contact_box input[type="text"]:focus,
.likM_contact_box textarea:focus {
    border-color: rgb(169,202,178);
    outline: none;
}.likM_contact_box textarea {
    resize: none;
    height: 120px;
}.likM_contact_box .HWay_reach_message {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}.likM_contact_box .HWay_reach_message input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.likM_contact_box .HWay_reach_message label {
    line-height: 1.5;
    color: #000000;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    font-size: 16px;
}.likM_contact_box .HWay_reach_message label::before {
    left: 0;
    top: 0;
    position: absolute;
    transition: all 0.3s ease;
    border: 2px solid rgb(124,171,138);
    height: 22px;
    width: 22px;
    background: #ffffff;
    content: '';
}.likM_contact_box .HWay_reach_message input[type="checkbox"]:checked + label::before {
    border-color: rgb(169,202,178);
    background: rgb(169,202,178);
}.likM_contact_box .HWay_reach_message input[type="checkbox"]:checked + label::after {
    top: 4px;
    position: absolute;
    width: 6px;
    border: solid #ffffff;
    left: 8px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    content: '';
    height: 12px;
}.likM_contact_box .HWay_reach_message a {
    font-weight: 600;
    text-decoration: none;
    color: rgb(169,202,178);
    transition: all 0.3s ease;
}.likM_contact_box .HWay_reach_message a:hover {
    color: #000000;
}.likM_contact_box .aupm_help_query {
    letter-spacing: 1px;
    color: #ffffff;
    display: inline-block;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    background: rgb(169,202,178);
    border: none;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 16px 40px;
    cursor: pointer;
    font-weight: 700;
}.likM_contact_box .aupm_help_query:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    background: #000000;
    transform: translateY(-3px);
}.likM_contact_box .nzJw_request_feedback {
    padding: 60px 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #000000;
    color: #ffffff;
    flex: 1;
}.likM_contact_box .nzJw_request_feedback::before {
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 50%);
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    content: '';
}.likM_contact_box .nzJw_request_feedback h4 {
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
    position: relative;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
}.likM_contact_box .nzJw_request_feedback h4::after {
    height: 3px;
    width: 50px;
    background: rgb(169,202,178);
    content: '';
    left: 0;
    position: absolute;
    bottom: -15px;
}.likM_contact_box .ZAgb_query_request {
    margin: 0;
    padding: 0;
    list-style: none;
}.likM_contact_box .ZAgb_query_request li {
    display: flex;
    transition: transform 0.3s ease;
    margin-bottom: 30px;
    align-items: center;
}.likM_contact_box .ZAgb_query_request li:last-child {
    margin-bottom: 0;
}.likM_contact_box .ZAgb_query_request li:hover {
    transform: translateX(5px);
}.likM_contact_box .ZAgb_query_request svg {
    width: 24px;
    margin-right: 20px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    height: 24px;
}.likM_contact_box .ZAgb_query_request svg path {
    fill: rgb(169,202,178);
}.likM_contact_box .ZAgb_query_request li:hover svg {
    transform: scale(1.2);
}.likM_contact_box .ZAgb_query_request span {
    color: #ffffff;
    line-height: 1.6;
    font-size: 15px;
    font-family: Arial, sans-serif;
}.likM_contact_box .ZAgb_query_request a {
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}.likM_contact_box .ZAgb_query_request a:hover {
    color: rgb(169,202,178);
}

@media (max-width: 992px) {.likM_contact_box .jxGH_img_shadow {
    height: 30%;
}.likM_contact_box h3 {
    margin-bottom: 50px;
}.likM_contact_box .KApT_request_links {
    max-width: 700px;
    margin: 0 auto;
    flex-direction: column;
}.likM_contact_box .vsXH_feedback_map,
    .likM_contact_box .nzJw_request_feedback {
    padding: 40px;
    width: 100%;
}
}

@media (max-width: 768px) {.likM_contact_box {
    padding: 80px 0;
}.likM_contact_box .jxGH_img_shadow {
    height: 25%;
}.likM_contact_box h3 {
    margin-bottom: 40px;
    font-size: calc(48px * 0.8);
}.likM_contact_box .vsXH_feedback_map,
    .likM_contact_box .nzJw_request_feedback {
    padding: 30px;
}.likM_contact_box form h3,
    .likM_contact_box .nzJw_request_feedback h4 {
    font-size: calc(19px * 0.9);
    margin-bottom: 25px;
}.likM_contact_box .aupm_help_query {
    padding: 14px 30px;
}
}

@media (max-width: 576px) {.likM_contact_box {
    padding: 60px 0;
}.likM_contact_box .jxGH_img_shadow {
    height: 20%;
}.likM_contact_box h3 {
    font-size: calc(48px * 0.7);
    margin-bottom: 30px;
}.likM_contact_box .vsXH_feedback_map,
    .likM_contact_box .nzJw_request_feedback {
    padding: 25px 20px;
}.likM_contact_box input[type="text"],
    .likM_contact_box textarea {
    padding: 12px 0;
    margin-bottom: 20px;
}.likM_contact_box .aupm_help_query {
    padding: 14px 20px;
    width: 100%;
}.likM_contact_box .ZAgb_query_request li {
    margin-bottom: 20px;
}.likM_contact_box .ZAgb_query_request svg {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}}.evCd_join_our_mailing_list {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    transform-origin: center bottom;
    background: linear-gradient(135deg, #ffffff 0%, rgb(212,229,215) 100%);
    position: relative;
    padding: 6rem 2rem;
    overflow: hidden;
    transform: perspective(1000px) rotateX(5deg);
}.evCd_join_our_mailing_list::before {
    content: "";
    left: -50%;
    width: 200%;
    top: -50%;
    z-index: 0;
    opacity: 0.03;
    height: 200%;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    animation: gridMove 30s linear infinite;
}.evCd_join_our_mailing_list::after {
    height: 50%;
    content: "";
    width: 50%;
    position: absolute;
    opacity: 0.05;
    background: rgb(169,202,178,0.5);
    z-index: 0;
    right: 0;
    bottom: 0;
    transform: translate(30%, 30%) rotate(30deg) skewX(-30deg) scale(1, 0.866);
}.evCd_join_our_mailing_list .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
}.evCd_join_our_mailing_list .wIFY_growth_hist {
    display: grid;
    gap: 4rem;
    position: relative;
    grid-template-columns: 1fr 1fr;
    transform-style: preserve-3d;
}.evCd_join_our_mailing_list .wIFY_growth_hist::before {
    content: "";
    transform: skewY(30deg) rotate(10deg) translateZ(-50px);
    position: absolute;
    top: 20%;
    filter: blur(20px);
    left: -10%;
    height: 100%;
    opacity: 0.1;
    background: rgb(124,171,138);
    width: 50%;
}.evCd_join_our_mailing_list .wIFY_growth_hist::after {
    position: absolute;
    height: 40%;
    right: 10%;
    top: -20%;
    filter: blur(15px);
    transform: skewY(-20deg) rotate(-10deg) translateZ(-30px);
    width: 40%;
    background: rgb(169,202,178);
    opacity: 0.1;
    content: "";
}.evCd_join_our_mailing_list p {
    line-height: 1.3;
    margin: 0;
    transform: translateZ(20px);
    font-weight: 700;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 31px;
    transform-style: preserve-3d;
}.evCd_join_our_mailing_list p::before {
    content: "";
    left: -30px;
    transform: translateZ(-10px) rotate(45deg);
    width: 80px;
    z-index: -1;
    height: 80px;
    top: -30px;
    position: absolute;
    background: rgb(169,202,178);
    opacity: 0.1;
}.evCd_join_our_mailing_list p::after {
    background: linear-gradient(90deg, rgb(169,202,178) 0%, transparent 100%);
    bottom: -15px;
    position: absolute;
    content: "";
    left: 0;
    width: 60%;
    height: 2px;
}.evCd_join_our_mailing_list .input_holder {
    flex-direction: column;
    position: relative;
    gap: 0;
    transform: translateZ(40px) translateX(20px) rotate(-2deg);
    transform-style: preserve-3d;
    display: flex;
}.evCd_join_our_mailing_list .input_holder::before {
    transform: translateZ(-10px);
    height: 100%;
    z-index: -1;
    background: #000000;
    width: 100%;
    position: absolute;
    left: -10px;
    top: 10px;
    content: "";
    opacity: 0.03;
}.evCd_join_our_mailing_list .HDZX_sub_objective {
    transform: translateZ(10px);
    outline: none;
    font-size: 17px;
    background: #ffffff;
    font-family: Arial, sans-serif;
    padding: 1.5rem;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: none;
    color: #000000;
    transition: all 0.3s ease;
}.evCd_join_our_mailing_list .HDZX_sub_objective:focus {
    box-shadow: 0 0 0 2px rgb(169,202,178,0.5);
    border-color: rgb(169,202,178);
}.evCd_join_our_mailing_list .aupm_help_query {
    font-size: 14px;
    border: none;
    font-weight: 600;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    color: #ffffff;
    padding: 1.5rem;
    transform: translateZ(20px);
    font-family: Arial, sans-serif;
    position: relative;
    background: #000000;
}.evCd_join_our_mailing_list .aupm_help_query::before {
    z-index: -1;
    transition: transform 0.3s ease;
    background: rgb(169,202,178);
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    transform: translateY(100%);
    width: 100%;
}.evCd_join_our_mailing_list .aupm_help_query:hover {
    color: #ffffff;
}.evCd_join_our_mailing_list .aupm_help_query:hover::before {
    transform: translateY(0);
}.evCd_join_our_mailing_list .input_holder:hover {
    transform: translateZ(40px) translateX(20px) rotate(0deg);
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (max-width: 992px) {.evCd_join_our_mailing_list {
    padding: 5rem 1.5rem;
    transform: perspective(1000px) rotateX(3deg);
}.evCd_join_our_mailing_list .wIFY_growth_hist {
    gap: 3rem;
    grid-template-columns: 1fr;
}.evCd_join_our_mailing_list .input_holder {
    transform: translateZ(30px) translateX(0) rotate(-2deg);
}.evCd_join_our_mailing_list .input_holder:hover {
    transform: translateZ(30px) translateX(0) rotate(0deg);
}.evCd_join_our_mailing_list p::before {
    top: -20px;
    width: 60px;
    left: -20px;
    height: 60px;
}
}

@media (max-width: 768px) {.evCd_join_our_mailing_list {
    padding: 4rem 1.5rem;
    transform: perspective(1000px) rotateX(2deg);
}.evCd_join_our_mailing_list p {
    font-size: calc(31px * 0.8);
}.evCd_join_our_mailing_list .input_holder {
    transform: translateZ(20px) translateX(0) rotate(-1deg);
}.evCd_join_our_mailing_list .input_holder:hover {
    transform: translateZ(20px) translateX(0) rotate(0deg);
}
}

@media (max-width: 576px) {.evCd_join_our_mailing_list {
    padding: 3rem 1rem;
    transform: none;
    margin: 4rem 0;
}.evCd_join_our_mailing_list p {
    transform: none;
    font-size: 20px;
}.evCd_join_our_mailing_list .input_holder {
    transform: none;
}.evCd_join_our_mailing_list .input_holder:hover {
    transform: none;
}.evCd_join_our_mailing_list .HDZX_sub_objective,
    .evCd_join_our_mailing_list .aupm_help_query {
    transform: none;
    padding: 1.2rem 1rem;
}.evCd_join_our_mailing_list p::before,
    .evCd_join_our_mailing_list .wIFY_growth_hist::before,
    .evCd_join_our_mailing_list .wIFY_growth_hist::after {
    display: none;
}
}