* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}svg {
    height: 30px;
    width: 30px;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1110px;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    color: #000000;
    height: 100%;
}.VKWdD_main_train {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.rtuQd_reward_sys {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.nJXZh_inner-container {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.rtbIs_instructional_approach {
    padding: 6rem 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(152,175,201,0.5) 0%, rgb(102,141,170,0.5) 100%);
    position: relative;
    overflow: hidden;
}.rtbIs_instructional_approach::before {
    top: -5%;
    z-index: -1;
    left: -2%;
    width: 104%;
    opacity: 0.08;
    height: 110%;
    content: "";
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(255, 255, 255, 0.5) 0px,
        rgb(255, 255, 255, 0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    transform: perspective(1000px) rotateX(5deg);
}.rtbIs_instructional_approach::after {
    transform-origin: top right;
    height: 100%;
    z-index: -1;
    top: 0;
    right: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    width: 40%;
    background: rgb(102,141,170);
    position: absolute;
    filter: blur(20px);
    opacity: 0.06;
    animation: pulse 8s ease-in-out infinite alternate;
    content: "";
}.rtbIs_instructional_approach .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
}.rtbIs_instructional_approach .MVuFx_learning_program {
    justify-content: flex-start;
    display: flex;
    position: relative;
    align-items: center;
}.rtbIs_instructional_approach .MVuFx_learning_program > div {
    max-width: 800px;
    transform: translateX(0) translateY(0);
    padding: 3.5rem 3rem;
    width: 100%;
    background: rgba(255, 255, 255, 0.94);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    backdrop-filter: blur(10px) saturate(180%);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    position: relative;
}.rtbIs_instructional_approach .MVuFx_learning_program > div:hover {
    transform: translateY(-8px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}.rtbIs_instructional_approach h3 {
    color: rgb(152,175,201);
    font-weight: 700;
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    font-size: calc(29px * 0.85);
}.rtbIs_instructional_approach h3::after {
    transform-origin: left;
    content: "";
    bottom: -10px;
    background: linear-gradient(90deg, rgb(152,175,201) 0%, rgb(102,141,170) 100%);
    transition: width 0.3s ease-out;
    width: 60%;
    left: 0;
    position: absolute;
    height: 3px;
}.rtbIs_instructional_approach .MVuFx_learning_program > div:hover h3::after {
    width: 90%;
}.rtbIs_instructional_approach p {
    line-height: 1.7;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 0;
    font-size: 13px;
    position: relative;
}.rtbIs_instructional_approach p span {
    display: block;
    position: relative;
}.rtbIs_instructional_approach p span::before {
    content: "";
    border-radius: 50%;
    background: rgb(102,141,170);
    top: 0.8rem;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: scale(0);
    left: -1.5rem;
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    opacity: 0;
}.rtbIs_instructional_approach .MVuFx_learning_program > div:hover p span::before {
    opacity: 1;
    transform: scale(1);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.06;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.08;
        transform: scale(1.05) rotate(2deg);
    }
}

@media (max-width: 991px) {.rtbIs_instructional_approach {
    padding: 5rem 0;
}.rtbIs_instructional_approach .MVuFx_learning_program > div {
    max-width: 100%;
    padding: 2.5rem 2rem;
}.rtbIs_instructional_approach h3 {
    font-size: calc(29px * 0.75);
}
}

@media (max-width: 767px) {.rtbIs_instructional_approach {
    padding: 4rem 0;
}.rtbIs_instructional_approach::before {
    opacity: 0.05;
}.rtbIs_instructional_approach .MVuFx_learning_program > div {
    transform: none !important;
    padding: 2rem 1.5rem;
}.rtbIs_instructional_approach h3 {
    font-size: calc(29px * 0.7);
    margin-bottom: 1.2rem;
}.rtbIs_instructional_approach p {
    font-size: calc(13px * 0.95);
}.rtbIs_instructional_approach h3::after {
    width: 40%;
}.rtbIs_instructional_approach .MVuFx_learning_program > div:hover h3::after {
    width: 70%;
}
}

@media (max-width: 480px) {.rtbIs_instructional_approach {
    padding: 3rem 0;
}.rtbIs_instructional_approach .MVuFx_learning_program > div {
    padding: 1.5rem 1.2rem;
}.rtbIs_instructional_approach h3 {
    margin-bottom: 1rem;
    font-size: calc(29px * 0.65);
}.rtbIs_instructional_approach p {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.rtbIs_instructional_approach h3::after {
    height: 2px;
}.rtbIs_instructional_approach p span::before {
    display: none;
}}.lzbBk_course_candidates {
    background: #ffffff;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.lzbBk_course_candidates::before {
    background-image: linear-gradient(rgb(152,175,201,0.5) 1px, transparent 1px), 
                     linear-gradient(90deg, rgb(152,175,201,0.5) 1px, transparent 1px);
    background-size: 40px 40px;
    z-index: 0;
    opacity: 0.03;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
}.lzbBk_course_candidates .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.lzbBk_course_candidates .MVuFx_learning_program {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}.lzbBk_course_candidates h4 {
    margin-bottom: 60px;
    position: relative;
    font-weight: 600;
    font-size: 29px;
    border-left: 4px solid rgb(152,175,201);
    padding-left: 20px;
    line-height: 1.3;
    color: #000000;
}.lzbBk_course_candidates div {
    display: flex;
    gap: 30px;
    flex-direction: column;
    counter-reset: item;
}.lzbBk_course_candidates div p {
    min-height: 50px;
    align-items: center;
    padding: 0 0 0 70px;
    display: flex;
    margin: 0;
    position: relative;
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
    counter-increment: item;
}.lzbBk_course_candidates div p::before {
    content: counter(item);
    display: flex;
    background: rgb(200,213,227);
    font-weight: 700;
    color: rgb(152,175,201);
    width: 50px;
    transition: all 0.3s ease;
    top: 50%;
    border: 1px solid rgba(rgb(152,175,201), 0.1);
    left: 0;
    height: 50px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    justify-content: center;
    align-items: center;
}.lzbBk_course_candidates div p:hover::before {
    box-shadow: 0 5px 15px rgba(rgb(152,175,201), 0.3);
    background: rgb(152,175,201);
    color: #ffffff;
    transform: translateY(-50%) scale(1.1);
}.lzbBk_course_candidates div p::after {
    top: 75px;
    position: absolute;
    content: "";
    height: calc(100% - 25px);
    left: 25px;
    opacity: 0.3;
    background: rgb(152,175,201,0.5);
    width: 1px;
}.lzbBk_course_candidates div p:last-child::after {
    display: none;
}.lzbBk_course_candidates div p svg {
    position: absolute;
    opacity: 0;
    top: 13px;
    height: 24px;
    transition: all 0.3s ease;
    z-index: 1;
    width: 24px;
    left: 13px;
}.lzbBk_course_candidates div p:hover svg {
    transform: rotate(15deg);
    opacity: 1;
}.lzbBk_course_candidates div p svg path {
    fill: #ffffff;
}.lzbBk_course_candidates div p:hover {
    transform: translateX(5px);
    color: #000000;
}

@media (max-width: 991px) {.lzbBk_course_candidates {
    padding: 100px 0;
}.lzbBk_course_candidates h4 {
    margin-bottom: 50px;
    font-size: calc(29px - 2px);
}.lzbBk_course_candidates div {
    gap: 25px;
}
}

@media (max-width: 767px) {.lzbBk_course_candidates {
    padding: 80px 0;
}.lzbBk_course_candidates h4 {
    margin-bottom: 40px;
    font-size: calc(29px - 4px);
}.lzbBk_course_candidates div {
    gap: 20px;
}.lzbBk_course_candidates div p {
    padding-left: 60px;
}.lzbBk_course_candidates div p::before {
    height: 45px;
    width: 45px;
}.lzbBk_course_candidates div p::after {
    left: 22px;
    top: 67px;
}.lzbBk_course_candidates div p svg {
    width: 21px;
    left: 12px;
    top: 12px;
    height: 21px;
}
}

@media (max-width: 479px) {.lzbBk_course_candidates {
    padding: 60px 0;
}.lzbBk_course_candidates h4 {
    margin-bottom: 35px;
    padding-left: 15px;
    font-size: calc(29px - 6px);
}.lzbBk_course_candidates div {
    gap: 15px;
}.lzbBk_course_candidates div p {
    padding-left: 55px;
    font-size: calc(14px - 1px);
}.lzbBk_course_candidates div p::before {
    width: 40px;
    height: 40px;
}.lzbBk_course_candidates div p::after {
    left: 20px;
    top: 60px;
}.lzbBk_course_candidates div p svg {
    left: 10px;
    width: 20px;
    height: 20px;
    top: 10px;
}}.gcnWd_get_in_touch {
    position: relative;
    padding: 0;
}.gcnWd_get_in_touch::before {
    opacity: 0.85;
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    background: rgb(200,213,227);
    height: 100%;
    left: 0;
}.gcnWd_get_in_touch .container {
    padding: 0;
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
}.gcnWd_get_in_touch .hUdMu_reach_links {
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: repeat(12, 1fr);
}.gcnWd_get_in_touch .ycfHS_help_query {
    grid-row: 1 / 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    grid-column: 3 / 11;
    margin-top: 80px;
    background: #ffffff;
    overflow: hidden;
    border-radius: 15px;
    z-index: 10;
    position: relative;
}.gcnWd_get_in_touch .ycfHS_help_query h3 {
    color: #ffffff;
    background: rgb(152,175,201);
    font-weight: 700;
    padding: 40px;
    text-align: center;
    margin: 0;
    font-size: 38px;
}.gcnWd_get_in_touch .ycfHS_help_query div {
    text-align: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    display: flex;
}.gcnWd_get_in_touch .ycfHS_help_query svg {
    background: rgb(200,213,227);
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 15px;
    height: 50px;
    width: 50px;
}.gcnWd_get_in_touch .ycfHS_help_query svg path {
    fill: rgb(152,175,201);
}.gcnWd_get_in_touch .ycfHS_help_query span {
    font-size: 18px;
    color: #000000;
}.gcnWd_get_in_touch .ycfHS_help_query a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(152,175,201);
}.gcnWd_get_in_touch .ycfHS_help_query a:hover {
    color: rgb(102,141,170);
}.gcnWd_get_in_touch .SoMxY_query_support {
    padding: 170px 0 100px;
    margin-top: -100px;
    grid-column: 1 / 13;
    background: rgb(152,175,201);
    grid-row: 2 / 4;
}.gcnWd_get_in_touch form {
    margin: 0 auto;
    width: 60%;
    border-radius: 15px;
    padding: 60px;
    max-width: 700px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    background: #ffffff;
}.gcnWd_get_in_touch form h3 {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    color: #000000;
    position: relative;
    margin-bottom: 40px;
}.gcnWd_get_in_touch form h3::after {
    bottom: -15px;
    height: 3px;
    width: 70px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    content: '';
    background: rgb(152,175,201);
}.gcnWd_get_in_touch form input[type="text"],
.gcnWd_get_in_touch form input[type="email"] {
    width: 100%;
    font-size: 18px;
    background: #ffffff;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    padding: 18px 20px;
    border-radius: 10px;
    border: 1px solid rgb(200,213,227);
    color: #000000;
}.gcnWd_get_in_touch form input[type="text"]:focus,
.gcnWd_get_in_touch form input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(152,175,201,0.5);
    outline: none;
    border-color: rgb(152,175,201);
}.gcnWd_get_in_touch form input::placeholder {
    color: #000000;
}.gcnWd_get_in_touch .sErjU_query_links {
    align-items: flex-start;
    margin: 25px 0;
    display: flex;
}.gcnWd_get_in_touch .sErjU_query_links input[type="checkbox"] {
    margin-right: 15px;
    height: 22px;
    cursor: pointer;
    flex-shrink: 0;
    border: 2px solid rgb(200,213,227);
    appearance: none;
    width: 22px;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    -webkit-appearance: none;
}.gcnWd_get_in_touch .sErjU_query_links input[type="checkbox"]:checked {
    border-color: rgb(152,175,201);
    background-color: rgb(152,175,201);
}.gcnWd_get_in_touch .sErjU_query_links input[type="checkbox"]:checked::before {
    border: solid #ffffff;
    position: absolute;
    width: 6px;
    left: 7px;
    top: 4px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    content: '';
    height: 10px;
}.gcnWd_get_in_touch .sErjU_query_links label {
    line-height: 1.6;
    color: #000000;
    font-size: 12px;
}.gcnWd_get_in_touch .sErjU_query_links a {
    transition: color 0.3s ease;
    font-weight: 600;
    color: rgb(152,175,201);
    text-decoration: none;
}.gcnWd_get_in_touch .sErjU_query_links a:hover {
    color: rgb(102,141,170);
}.gcnWd_get_in_touch .Yqing_contact_reach {
    width: 100%;
    border: none;
    padding: 18px 20px;
    transition: all 0.3s ease;
    background: rgb(152,175,201);
    color: #ffffff;
    cursor: pointer;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 700;
}.gcnWd_get_in_touch .Yqing_contact_reach:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px);
    background: rgb(102,141,170);
}

@media (max-width: 1200px) {.gcnWd_get_in_touch .ycfHS_help_query {
    grid-column: 2 / 12;
}.gcnWd_get_in_touch form {
    width: 70%;
}
}

@media (max-width: 992px) {.gcnWd_get_in_touch .ycfHS_help_query {
    margin: 60px 20px 0;
    grid-column: 1 / 13;
}.gcnWd_get_in_touch form {
    padding: 50px 40px;
    width: 80%;
}
}

@media (max-width: 768px) {.gcnWd_get_in_touch .ycfHS_help_query h3 {
    font-size: calc(38px * 0.9);
    padding: 30px;
}.gcnWd_get_in_touch .SoMxY_query_support {
    padding: 150px 20px 80px;
}.gcnWd_get_in_touch form {
    padding: 40px 30px;
    width: 100%;
}.gcnWd_get_in_touch form h3 {
    font-size: calc(38px * 0.9);
    margin-bottom: 35px;
}
}

@media (max-width: 576px) {.gcnWd_get_in_touch .ycfHS_help_query {
    margin: 40px 15px 0;
}.gcnWd_get_in_touch .ycfHS_help_query h3 {
    padding: 25px 20px;
    font-size: calc(38px * 0.85);
}.gcnWd_get_in_touch .SoMxY_query_support {
    padding: 130px 15px 60px;
}.gcnWd_get_in_touch form {
    padding: 30px 20px;
}.gcnWd_get_in_touch form input[type="text"],
    .gcnWd_get_in_touch form input[type="email"] {
    margin-bottom: 20px;
    padding: 15px;
}}.sJoew_course_summary {
    display: flex;
    min-height: 100vh;
    overflow: hidden;
    background: rgb(200,213,227);
    flex-direction: column;
    position: relative;
}.sJoew_course_summary .gYnsk_education_track {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}.sJoew_course_summary .gYnsk_education_track::after {
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(200,213,227) 90%
    );
    z-index: 2;
}.sJoew_course_summary .djhte_education_path {
    width: 100%;
    animation: carousel-zoom 25s ease-in-out infinite;
    display: flex;
    height: 100%;
}.sJoew_course_summary .gYnsk_education_track:hover .djhte_education_path {
    animation-play-state: paused;
}.sJoew_course_summary .JtvGB_learn_professional {
    height: 100%;
    position: relative;
    flex-shrink: 0;
    width: 100%;
}.sJoew_course_summary .JtvGB_learn_professional img {
    width: 100%;
    object-fit: cover;
    filter: brightness(0.9) saturate(1.2);
    height: 100%;
    transform-origin: center;
}.sJoew_course_summary .container {
    padding: 2rem;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 3;
    position: relative;
    width: 100%;
    justify-content: center;
}.sJoew_course_summary .MVuFx_learning_program {
    position: relative;
    max-width: 800px;
    width: 100%;
}.sJoew_course_summary .hlOxi_new_skills {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05), 
                0 5px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    text-align: center;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    padding: 3rem;
}.sJoew_course_summary .hlOxi_new_skills:hover {
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05);
}.sJoew_course_summary .hlOxi_new_skills::before {
    position: absolute;
    content: "";
    top: 20px;
    pointer-events: none;
    bottom: 20px;
    right: 20px;
    opacity: 0.3;
    border: 1px solid rgb(152,175,201);
    border-radius: 10px;
    left: 20px;
}.sJoew_course_summary .hlOxi_new_skills h3 {
    display: inline-block;
    font-size: 28px;
    color: rgb(152,175,201);
    margin-bottom: 0.5rem;
    font-weight: 700;
    position: relative;
}.sJoew_course_summary .hlOxi_new_skills h3::after {
    bottom: -10px;
    content: "";
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
    height: 2px;
    background: rgb(152,175,201);
    left: 50%;
}.sJoew_course_summary .hlOxi_new_skills p {
    max-width: 90%;
    font-size: 17px;
    line-height: 1.7;
    color: #000000;
    margin: 0 auto 2rem;
}.sJoew_course_summary .hlOxi_new_skills .Yqing_contact_reach {
    z-index: 1;
    overflow: hidden;
    border-radius: 13px;
    display: inline-block;
    transition: all 0.3s ease;
    background: rgb(152,175,201);
    color: #ffffff;
    font-size: 20px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 0.9rem 2.5rem;
    font-weight: 600;
    text-decoration: none;
}.sJoew_course_summary .hlOxi_new_skills .Yqing_contact_reach::before {
    content: "";
    transition: all 0.6s ease;
    width: 120%;
    z-index: -1;
    left: -10%;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transform: skewX(-25deg) translateX(-100%);
}.sJoew_course_summary .hlOxi_new_skills .Yqing_contact_reach:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}.sJoew_course_summary .hlOxi_new_skills .Yqing_contact_reach:hover::before {
    transform: skewX(-25deg) translateX(100%);
}

@keyframes carousel-zoom {
    0%, 20% {
        transform: scale(1);
    }
    25%, 45% {
        transform: scale(1.1) translateX(-5%);
    }
    50%, 70% {
        transform: scale(1) translateY(3%);
    }
    75%, 95% {
        transform: scale(1.05) translateX(5%);
    }
    100% {
        transform: scale(1);
    }
}

@media (min-width: 768px) and (max-width: 991px) {.sJoew_course_summary .gYnsk_education_track::after {
    background: radial-gradient(
            circle at center,
            transparent 20%,
            rgb(200,213,227) 85%
        );
}.sJoew_course_summary .djhte_education_path {
    animation-duration: 20s;
}.sJoew_course_summary .MVuFx_learning_program {
    max-width: 600px;
}.sJoew_course_summary .hlOxi_new_skills {
    padding: 2.5rem;
}.sJoew_course_summary .hlOxi_new_skills h3 {
    font-size: calc(28px * 0.9);
}.sJoew_course_summary .hlOxi_new_skills p {
    max-width: 95%;
}
}

@media (max-width: 767px) {.sJoew_course_summary {
    min-height: auto;
    padding: 4rem 0;
}.sJoew_course_summary .gYnsk_education_track {
    z-index: 0;
    position: fixed;
}.sJoew_course_summary .gYnsk_education_track::after {
    background: radial-gradient(
            circle at center,
            transparent 0%,
            rgb(200,213,227) 70%
        );
}.sJoew_course_summary .djhte_education_path {
    animation-duration: 15s;
}.sJoew_course_summary .MVuFx_learning_program {
    max-width: 100%;
}.sJoew_course_summary .hlOxi_new_skills {
    padding: 2rem 1.5rem;
}.sJoew_course_summary .hlOxi_new_skills::before {
    top: 10px;
    bottom: 10px;
    right: 10px;
    left: 10px;
}.sJoew_course_summary .hlOxi_new_skills h3 {
    font-size: 23px;
}.sJoew_course_summary .hlOxi_new_skills h3::after {
    width: 60px;
}.sJoew_course_summary .hlOxi_new_skills p {
    max-width: 100%;
    font-size: calc(17px * 0.9);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}.sJoew_course_summary .hlOxi_new_skills .Yqing_contact_reach {
    width: 100%;
    padding: 0.8rem 1.5rem;
}}.pmnUR_pricing_shelf {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(200,213,227) 0%, rgb(152,175,201,0.5) 100%);
    overflow: hidden;
}.pmnUR_pricing_shelf::before {
    z-index: 0;
    content: "";
    background: radial-gradient(circle at 30% 70%, rgb(102,141,170,0.5) 0%, transparent 60%);
    pointer-events: none;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}.pmnUR_pricing_shelf .container {
    max-width: 1320px;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}.pmnUR_pricing_shelf .sPYZk_price_deals {
    display: flex;
    position: relative;
    flex-direction: column-reverse;
    gap: 60px;
}.pmnUR_pricing_shelf .wqXYA_tuition_table {
    transform: perspective(1000px) rotateX(0deg);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    max-width: 100%;
    padding: 30px;
    border-left: 3px solid rgb(152,175,201);
    backdrop-filter: blur(10px);
}.pmnUR_pricing_shelf .wqXYA_tuition_table:hover {
    transform: perspective(1000px) rotateX(2deg);
}.pmnUR_pricing_shelf .wqXYA_tuition_table h2 {
    color: transparent;
    background: linear-gradient(90deg, rgb(152,175,201), rgb(102,141,170));
    letter-spacing: -0.02em;
    font-size: 34px;
    background-clip: text !important;
    margin-bottom: 20px;
    transform: translateZ(0);
    -webkit-background-clip: text !important;
    font-weight: 700;
    line-height: 1.3;
}.pmnUR_pricing_shelf .wqXYA_tuition_table .IcXBV_learning_rates {
    line-height: 1.6;
    word-break: break-word;
    font-size: 14px;
    color: #000000;
    max-width: 700px;
    overflow-wrap: break-word;
    margin-bottom: 0;
}.pmnUR_pricing_shelf .WOlmg_qtr_cost {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}.pmnUR_pricing_shelf .OAUvp_monthly_rate {
    transform: translateY(0);
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    border-radius: 4px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.pmnUR_pricing_shelf .OAUvp_monthly_rate:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 5;
}.pmnUR_pricing_shelf .jCuRe_study_price {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
    height: 100%;
    flex-direction: column;
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    overflow: hidden;
    display: flex;
}.pmnUR_pricing_shelf .jCuRe_study_price::before {
    left: 0;
    top: 0;
    transform-origin: left;
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, rgb(152,175,201), rgb(102,141,170));
    width: 100%;
    transition: transform 0.4s ease-out;
    content: "";
    transform: scaleX(0.8);
}.pmnUR_pricing_shelf .OAUvp_monthly_rate:hover .jCuRe_study_price::before {
    transform: scaleX(1);
}.pmnUR_pricing_shelf .TYbGM_package_deal {
    padding: 30px;
    flex-direction: column;
    flex: 1;
    position: relative;
    display: flex;
    z-index: 1;
}.pmnUR_pricing_shelf .TYbGM_package_deal h3 {
    white-space: nowrap;
    transition: transform 0.3s ease;
    transform-origin: left;
    font-weight: 700;
    overflow: hidden;
    font-size: calc(22px + 2px);
    position: relative;
    color: #000000;
    margin-bottom: 15px;
    text-overflow: ellipsis;
}.pmnUR_pricing_shelf .OAUvp_monthly_rate:hover .TYbGM_package_deal h3 {
    color: rgb(152,175,201);
    transform: translateX(5px) scale(1.03);
}.pmnUR_pricing_shelf .GlwcF_study_pricing {
    color: rgb(102,141,170);
    font-weight: 700;
    margin-bottom: 20px;
    font-size: calc(22px + 4px);
    position: relative;
    display: inline-block;
}.pmnUR_pricing_shelf .GlwcF_study_pricing::after {
    left: 0;
    height: 3px;
    position: absolute;
    content: "";
    transform: scaleX(0.5);
    transform-origin: left;
    bottom: -5px;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 50px;
    background: rgb(152,175,201);
}.pmnUR_pricing_shelf .OAUvp_monthly_rate:hover .GlwcF_study_pricing::after {
    transform: scaleX(1);
}.pmnUR_pricing_shelf .TYbGM_package_deal p {
    word-break: break-word;
    margin-bottom: 0;
    flex: 1;
    display: -webkit-box;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    overflow-wrap: break-word;
    color: #000000;
    -webkit-line-clamp: 5;
}.pmnUR_pricing_shelf .AJFtL_image_shadow {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 200px;
    overflow: hidden;
    position: relative;
}.pmnUR_pricing_shelf .AJFtL_image_shadow::after {
    height: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    pointer-events: none;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
}.pmnUR_pricing_shelf .OAUvp_monthly_rate:hover .AJFtL_image_shadow {
    transform: scale(1.05);
}

@media (min-width: 768px) {.pmnUR_pricing_shelf .WOlmg_qtr_cost {
    grid-template-columns: repeat(2, 1fr);
}.pmnUR_pricing_shelf .wqXYA_tuition_table {
    padding: 40px;
}.pmnUR_pricing_shelf .TYbGM_package_deal {
    padding: 30px 35px;
}.pmnUR_pricing_shelf .AJFtL_image_shadow {
    height: 240px;
}
}

@media (min-width: 992px) {.pmnUR_pricing_shelf .sPYZk_price_deals {
    flex-direction: row;
    gap: 40px;
    align-items: stretch;
}.pmnUR_pricing_shelf .wqXYA_tuition_table {
    justify-content: center;
    padding: 50px 40px;
    width: 30%;
    display: flex;
    flex-direction: column;
}.pmnUR_pricing_shelf .WOlmg_qtr_cost {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
}.pmnUR_pricing_shelf .TYbGM_package_deal {
    padding: 30px;
}.pmnUR_pricing_shelf .TYbGM_package_deal p {
    -webkit-line-clamp: 6;
}
}

@media (min-width: 1200px) {.pmnUR_pricing_shelf {
    padding: 120px 0;
}.pmnUR_pricing_shelf .WOlmg_qtr_cost {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.pmnUR_pricing_shelf .wqXYA_tuition_table h2 {
    font-size: calc(34px + 4px);
}.pmnUR_pricing_shelf .TYbGM_package_deal h3 {
    font-size: calc(22px + 4px);
}.pmnUR_pricing_shelf .GlwcF_study_pricing {
    font-size: calc(22px + 8px);
}.pmnUR_pricing_shelf .AJFtL_image_shadow {
    height: 280px;
}
}

@media (min-width: 1400px) {.pmnUR_pricing_shelf .WOlmg_qtr_cost {
    grid-template-columns: repeat(2, 1fr);
}.pmnUR_pricing_shelf .TYbGM_package_deal p {
    -webkit-line-clamp: 7;
}
}

@media (hover: hover) {.pmnUR_pricing_shelf .OAUvp_monthly_rate {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.pmnUR_pricing_shelf .OAUvp_monthly_rate:hover {
    transform: translateY(-10px) scale(1.02);
}}.NaqCR_ty_block_id {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(200,213,227) 0%, rgb(102,141,170,0.5) 100%);
    overflow: hidden;
    position: relative;
}.NaqCR_ty_block_id::before {
    content: "";
    top: 0;
    opacity: 0.4;
    z-index: 1;
    pointer-events: none;
    width: 100%;
    left: 0;
    background: 
    radial-gradient(circle at 10% 20%, rgb(152,175,201,0.5) 5%, transparent 60%),
    radial-gradient(circle at 90% 80%, rgb(102,141,170,0.5) 10%, transparent 50%);
    height: 100%;
    position: absolute;
}.NaqCR_ty_block_id::after {
    width: 90%;
    right: -50%;
    filter: blur(80px);
    opacity: 0.08;
    height: 90%;
    background: rgb(255, 255, 255, 0.5);
    transform: rotate(-15deg);
    z-index: 1;
    top: -50%;
    content: "";
    position: absolute;
    pointer-events: none;
}.NaqCR_ty_block_id .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.NaqCR_ty_block_id .MVuFx_learning_program {
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    padding: 60px 50px;
    background: #ffffff;
    animation: slideIn 0.8s cubic-bezier(0.17, 0.67, 0.45, 1.09) forwards;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 5px 12px rgba(0, 0, 0, 0.05);
    border-left: 4px solid rgb(152,175,201);
}.NaqCR_ty_block_id .MVuFx_learning_program::before {
    left: 20px;
    right: 20px;
    top: 20px;
    transform: scale(0.97);
    position: absolute;
    bottom: 20px;
    content: "";
    pointer-events: none;
    border: 1px solid rgb(102,141,170,0.5);
    opacity: 0.2;
    transition: transform 0.5s ease;
    border-radius: 10px;
}.NaqCR_ty_block_id .MVuFx_learning_program:hover::before {
    transform: scale(1);
}.NaqCR_ty_block_id .MVuFx_learning_program > div:first-child {
    margin-bottom: 30px;
    padding-bottom: 25px;
    position: relative;
}.NaqCR_ty_block_id .MVuFx_learning_program > div:first-child::after {
    animation: lineExpand 1s ease-out 0.3s forwards;
    width: 80px;
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    height: 3px;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(152,175,201) 0%, rgb(102,141,170) 100%);
}.NaqCR_ty_block_id h5 {
    line-height: 1.4;
    color: #000000;
    transform: translateY(15px);
    animation: fadeUp 0.7s ease-out 0.2s forwards;
    margin: 0;
    opacity: 0;
    font-weight: 700;
    font-size: 22px;
}.NaqCR_ty_block_id p {
    font-weight: 400;
    margin: 0;
    transform: translateY(15px);
    animation: fadeUp 0.7s ease-out 0.4s forwards;
    line-height: 1.8;
    color: #000000;
    font-size: 17px;
    opacity: 0;
}.NaqCR_ty_block_id a {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.45, 1.09);
    position: relative;
}.NaqCR_ty_block_id a:hover {
    transform: translateY(-5px);
}.NaqCR_ty_block_id a::after {
    background: linear-gradient(90deg, rgb(152,175,201,0.5) 0%, transparent 100%);
    content: "";
    bottom: -8px;
    opacity: 0;
    transform-origin: left;
    transition: transform 0.5s ease, opacity 0.5s ease;
    position: absolute;
    transform: scaleX(0.3);
    width: 100%;
    height: 1px;
    left: 0;
}.NaqCR_ty_block_id a:hover::after {
    transform: scaleX(1);
    opacity: 1;
}

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

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

@keyframes slideIn {
  0% {
    transform: perspective(1000px) translateY(50px) rotateX(8deg);
    opacity: 0;
  }
  100% {
    transform: perspective(1000px) translateY(0) rotateX(2deg);
    opacity: 1;
  }
}

@media (max-width: 992px) {.NaqCR_ty_block_id {
    padding: 80px 0;
}.NaqCR_ty_block_id .MVuFx_learning_program {
    padding: 50px 40px;
}.NaqCR_ty_block_id h5 {
    font-size: calc(22px - 2px);
}
}

@media (max-width: 768px) {.NaqCR_ty_block_id {
    padding: 60px 0;
}.NaqCR_ty_block_id .MVuFx_learning_program {
    transform: perspective(1000px) rotateX(1deg);
    padding: 40px 30px;
}.NaqCR_ty_block_id .MVuFx_learning_program::before {
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
}.NaqCR_ty_block_id .MVuFx_learning_program > div:first-child {
    margin-bottom: 25px;
    padding-bottom: 20px;
}.NaqCR_ty_block_id h5 {
    font-size: calc(22px - 4px);
}.NaqCR_ty_block_id p {
    line-height: 1.7;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 576px) {.NaqCR_ty_block_id {
    padding: 50px 0;
}.NaqCR_ty_block_id .MVuFx_learning_program {
    transform: none;
    padding: 30px 20px;
    border-left: 3px solid rgb(152,175,201);
}.NaqCR_ty_block_id .MVuFx_learning_program::before {
    display: none;
}.NaqCR_ty_block_id .MVuFx_learning_program > div:first-child {
    padding-bottom: 15px;
    margin-bottom: 20px;
}.NaqCR_ty_block_id .MVuFx_learning_program > div:first-child::after {
    width: 60px;
    height: 2px;
}.NaqCR_ty_block_id h5 {
    font-size: calc(22px - 6px);
}.NaqCR_ty_block_id p {
    font-size: calc(17px - 2px);
    line-height: 1.6;
}}.mWnEd_title_opener {
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    position: relative;
    justify-content: center;
    width: 100%;
    align-items: center;
    background: rgb(200,213,227);
    padding: 5% 0;
}.mWnEd_title_opener > div {
    z-index: 2;
    position: relative;
    width: 92%;
    max-width: 1200px;
}.mWnEd_title_opener .eYVcz_why_choose {
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    margin-bottom: 3rem;
    position: relative;
}.mWnEd_title_opener .nPqxA_course_first {
    font-weight: 700;
    position: relative;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 15px;
    font-size: 46px;
    color: rgb(152,175,201);
}.mWnEd_title_opener .nPqxA_course_first::after {
    content: "";
    height: 4px;
    width: 0;
    left: 0;
    position: absolute;
    animation: lineExpand 1.2s 0.5s ease forwards;
    bottom: 0;
    background: linear-gradient(90deg, rgb(152,175,201), rgb(102,141,170));
}.mWnEd_title_opener .EKzvL_edu_open {
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    opacity: 0;
    border-radius: 12px;
    animation: fadeInUp 0.8s 0.3s ease-out forwards;
    min-height: 500px;
    transform: translateY(30px);
    width: 100%;
}.mWnEd_title_opener .EKzvL_edu_open::before {
    right: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
    top: 0;
    bottom: 0;
    content: "";
    left: 0;
}.mWnEd_title_opener .EKzvL_edu_open > div {
    display: flex;
    padding: 60px 8%;
    z-index: 2;
    flex-direction: column;
    position: relative;
    min-height: 500px;
    justify-content: center;
    color: #ffffff;
    height: 100%;
}.mWnEd_title_opener .EKzvL_edu_open > div > div {
    opacity: 0;
    position: relative;
    max-width: 650px;
    animation: fadeInRight 0.8s 0.6s ease-out forwards;
    transform: translateX(-20px);
}.mWnEd_title_opener .EKzvL_edu_open p {
    line-height: 1.6;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.1);
    font-size: calc(12px * 1.2);
    padding: 15px 20px;
    padding-left: 20px;
    border-left: 3px solid rgb(102,141,170);
    border-radius: 0 10px 10px 0;
    margin-bottom: 2rem;
}.mWnEd_title_opener .EKzvL_edu_open h3 {
    transform: translateX(-20px);
    font-size: 20px;
    line-height: 1.4;
    border-radius: 10px;
    padding: 20px;
    font-weight: 600;
    opacity: 0;
    background: linear-gradient(to right, rgb(152,175,201,0.5), transparent);
    animation: fadeInRight 0.8s 0.9s ease-out forwards;
    backdrop-filter: blur(3px);
    max-width: 85%;
}

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

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

@keyframes lineExpand {
  from {
    width: 0;
  }
  to {
    width: 120px;
  }
}

@media (max-width: 992px) {.mWnEd_title_opener {
    padding: 80px 0;
    min-height: auto;
}.mWnEd_title_opener .nPqxA_course_first {
    font-size: calc(46px * 0.85);
}.mWnEd_title_opener .EKzvL_edu_open {
    min-height: 400px;
}.mWnEd_title_opener .EKzvL_edu_open > div {
    min-height: 400px;
    padding: 40px 7%;
}.mWnEd_title_opener .EKzvL_edu_open h3 {
    font-size: calc(20px * 0.9);
    max-width: 95%;
}
}

@media (max-width: 768px) {.mWnEd_title_opener .nPqxA_course_first {
    font-size: calc(46px * 0.7);
}.mWnEd_title_opener .EKzvL_edu_open {
    min-height: 350px;
}.mWnEd_title_opener .EKzvL_edu_open > div {
    min-height: 350px;
    padding: 30px 6%;
}.mWnEd_title_opener .EKzvL_edu_open p {
    font-size: 12px;
}.mWnEd_title_opener .EKzvL_edu_open h3 {
    font-size: calc(20px * 0.8);
    max-width: 100%;
}
}

@media (max-width: 576px) {.mWnEd_title_opener {
    padding: 60px 0;
}.mWnEd_title_opener > div {
    width: 90%;
}.mWnEd_title_opener .eYVcz_why_choose {
    margin-bottom: 2rem;
}.mWnEd_title_opener .nPqxA_course_first {
    font-size: calc(46px * 0.6);
}.mWnEd_title_opener .EKzvL_edu_open {
    min-height: 300px;
}.mWnEd_title_opener .EKzvL_edu_open > div {
    min-height: 300px;
    padding: 25px 5%;
}.mWnEd_title_opener .EKzvL_edu_open p {
    margin-bottom: 1.5rem;
    padding: 10px 15px;
}.mWnEd_title_opener .EKzvL_edu_open h3 {
    padding: 15px;
}@keyframes lineExpand {
    from {
      width: 0;
    }
    to {
      width: 80px;
    }
  }
}.JrEgM_privacy_hideaway {
    background-color: rgb(102,141,170);
    width: 100%;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    color: #ffffff;
    overflow: hidden;
    height: 100%;
}.JrEgM_privacy_hideaway h1 {
    border-bottom: 2px solid rgb(102,141,170);
    text-shadow: 0 0 8px rgb(152,175,201);
    margin-top: 30px;
    font-size: 47px;
    color: #ffffff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: 700;
}.JrEgM_privacy_hideaway h2 {
    color: #ffffff;
    font-size: 34px;
    text-shadow: 0 0 5px rgb(102,141,170);
    margin-top: 25px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 2px;
}.JrEgM_privacy_hideaway h3, .JrEgM_privacy_hideaway h4, .JrEgM_privacy_hideaway h5, .JrEgM_privacy_hideaway h6 {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 20px;
    margin-top: 20px;
    text-shadow: 0 0 5px rgb(152,175,201,0.5);
    font-weight: 400;
}.JrEgM_privacy_hideaway ul, .JrEgM_privacy_hideaway ol {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
    padding-left: 0;
    border-radius: 10px;
    padding: 10px 0;
    list-style-position: inside;
}.JrEgM_privacy_hideaway li {
    font-size: 12px;
    margin-bottom: 10px;
    color: #ffffff;
    padding-left: 20px;
    position: relative;
    line-height: 1.6;
}.JrEgM_privacy_hideaway section {
    border-radius: 10px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}.JrEgM_privacy_hideaway p, .JrEgM_privacy_hideaway span, .JrEgM_privacy_hideaway div {
    padding: 5px 10px;
    line-height: 1.8;
    background-color: rgb(152,175,201,0.5);
    border-radius: 10px;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    border-left: 3px solid rgb(152,175,201);
    box-shadow: 0 0 8px rgb(152,175,201,0.5);
}

@media only screen and (max-width: 800px) {.JrEgM_privacy_hideaway {
    padding: 20px;
}.JrEgM_privacy_hideaway h1 {
    font-size: calc(20px - 10%);
}.JrEgM_privacy_hideaway h2 {
    font-size: calc(20px - 10%);
}.JrEgM_privacy_hideaway h3, .JrEgM_privacy_hideaway h4, .JrEgM_privacy_hideaway h5, .JrEgM_privacy_hideaway h6 {
    font-size: calc(20px - 10%);
}.JrEgM_privacy_hideaway li {
    font-size: calc(12px - 10%);
}}.cqIle_education_history {
    position: relative;
    background: linear-gradient(135deg, rgb(200,213,227) 0%, rgb(152,175,201,0.5) 70%, rgb(102,141,170,0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
}.cqIle_education_history::before {
    content: "";
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(152,175,201,0.5) 2px, transparent 2px),
        radial-gradient(circle at 40% 70%, rgb(152,175,201,0.5) 2px, transparent 2px),
        radial-gradient(circle at 70% 10%, rgb(152,175,201,0.5) 2px, transparent 2px),
        radial-gradient(circle at 90% 50%, rgb(152,175,201,0.5) 2px, transparent 2px);
    height: 100%;
    left: 0;
    z-index: 0;
    opacity: 0.3;
    position: absolute;
    width: 100%;
    background-size: 120px 120px;
    top: 0;
}.cqIle_education_history::after {
    width: 90%;
    z-index: 0;
    top: -50%;
    transform: rotate(-15deg);
    height: 90%;
    background: radial-gradient(ellipse at center, rgb(102,141,170,0.5) 0%, transparent 70%);
    opacity: 0.2;
    position: absolute;
    border-radius: 50%;
    right: -50%;
    content: "";
}.cqIle_education_history .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
}.cqIle_education_history .cYwJr_learner_feedback {
    border-left: 4px solid rgb(152,175,201);
    position: relative;
    display: grid;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 
                0 3px 10px rgba(0,0,0,0.05),
                0 1px 0 rgba(255,255,255,0.8) inset;
    gap: 2rem;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    grid-template-columns: 1fr;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1200px) rotateX(2deg);
    padding: 2.5rem;
}.cqIle_education_history .cYwJr_learner_feedback:hover {
    box-shadow: 0 18px 40px rgba(0,0,0,0.15), 
                0 5px 12px rgba(0,0,0,0.08),
                0 1px 0 rgba(255,255,255,0.8) inset;
    transform: perspective(1200px) rotateX(0);
}.cqIle_education_history .cYwJr_learner_feedback > div:first-child {
    justify-content: center;
    display: flex;
}.cqIle_education_history .AJFtL_image_shadow {
    z-index: 2;
    border-radius: 50%;
    transition: all 0.4s ease-out;
    position: relative;
    height: 150px;
    width: 150px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1),
                0 0 0 8px rgba(255,255,255,0.8),
                0 0 0 12px rgb(152,175,201,0.5);
}.cqIle_education_history .cYwJr_learner_feedback:hover .AJFtL_image_shadow {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15),
                0 0 0 8px rgba(255,255,255,0.9),
                0 0 0 12px rgb(152,175,201);
}.cqIle_education_history .cYwJr_learner_feedback > div:nth-child(2) {
    text-align: center;
    position: relative;
}.cqIle_education_history .name {
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 700;
    transform: translateZ(0);
    font-size: 22px;
    padding-bottom: 0.5rem;
}.cqIle_education_history .name::after {
    width: 40%;
    transition: width 0.3s ease;
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(152,175,201), transparent);
    position: absolute;
    transform: translateX(-50%);
    bottom: 0;
    content: "";
    height: 2px;
}.cqIle_education_history .cYwJr_learner_feedback:hover .name::after {
    width: 70%;
}.cqIle_education_history .cYwJr_learner_feedback > div:nth-child(2) > div {
    background: linear-gradient(to right, rgba(rgb(152,175,201,0.5), 0.1), rgba(rgb(152,175,201,0.5), 0), rgba(rgb(152,175,201,0.5), 0.1));
    font-size: calc(16px - 0.1rem);
    display: inline-block;
    color: rgb(102,141,170);
    font-style: italic;
    position: relative;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
}.cqIle_education_history .snJLH_exp_flex {
    border-radius: 10px;
    font-family: Arial, sans-serif;
    padding: 1.5rem;
    position: relative;
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);
    background-color: rgba(255,255,255,0.5);
    color: #000000;
    font-size: 16px;
    line-height: 1.7;
}.cqIle_education_history .snJLH_exp_flex::before,
.cqIle_education_history .snJLH_exp_flex::after {
    position: absolute;
    line-height: 1;
    content: "";
    font-family: serif;
    font-size: 3.5rem;
    color: rgb(152,175,201,0.5);
}.cqIle_education_history .snJLH_exp_flex::before {
    top: -0.5rem;
    left: 0;
}.cqIle_education_history .snJLH_exp_flex::after {
    bottom: -1.5rem;
    right: 0;
    content: "";
}

@media (min-width: 768px) {.cqIle_education_history .cYwJr_learner_feedback {
    grid-template-columns: 180px 1fr;
    gap: 1.5rem 2.5rem;
    grid-template-rows: auto 1fr;
}.cqIle_education_history .cYwJr_learner_feedback > div:first-child {
    grid-row: 1 / 3;
    align-self: center;
}.cqIle_education_history .cYwJr_learner_feedback > div:nth-child(2) {
    text-align: left;
    align-self: end;
}.cqIle_education_history .name::after {
    left: 0;
    transform: none;
}.cqIle_education_history .cYwJr_learner_feedback > div:nth-child(2) > div {
    padding-left: 0;
    background: linear-gradient(to right, rgba(rgb(152,175,201,0.5), 0.1), rgba(rgb(152,175,201,0.5), 0));
}.cqIle_education_history .cYwJr_learner_feedback > div:nth-child(3) {
    grid-column: 2;
}
}

@media (min-width: 992px) {.cqIle_education_history {
    padding: 8rem 0;
}.cqIle_education_history .cYwJr_learner_feedback {
    margin: 0 auto;
    transform: perspective(1500px) rotateX(2deg) rotateY(-1deg);
    max-width: 90%;
}.cqIle_education_history .cYwJr_learner_feedback:hover {
    transform: perspective(1500px) rotateX(0) rotateY(0);
}.cqIle_education_history .AJFtL_image_shadow {
    width: 180px;
    height: 180px;
}.cqIle_education_history .snJLH_exp_flex {
    line-height: 1.8;
    padding: 2rem;
    font-size: calc(16px + 0.1rem);
}
}

@media (min-width: 1200px) {.cqIle_education_history .cYwJr_learner_feedback {
    grid-template-columns: 220px 1fr;
    gap: 2rem 3rem;
    max-width: 80%;
}.cqIle_education_history .AJFtL_image_shadow {
    height: 200px;
    width: 200px;
}.cqIle_education_history .name {
    font-size: calc(22px + 0.2rem);
}.cqIle_education_history .cYwJr_learner_feedback > div:nth-child(2) > div {
    font-size: 16px;
}
}

@media (max-width: 767px) {.cqIle_education_history {
    padding: 4rem 0;
}.cqIle_education_history .cYwJr_learner_feedback {
    padding: 2rem 1.5rem;
}.cqIle_education_history .snJLH_exp_flex {
    padding: 1rem 0.5rem;
}.cqIle_education_history .snJLH_exp_flex::before,
    .cqIle_education_history .snJLH_exp_flex::after {
    font-size: 2.5rem;
}}header {
    background: linear-gradient(135deg, rgb(152,175,201,0.5), rgb(102,141,170,0.5));
    position: relative;
    z-index: 100;
    padding: 0;
    width: 100%;
}header::before {
    width: 100%;
    position: absolute;
    background: 
        linear-gradient(to right, transparent 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 26%),
        linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 51%, transparent 51%),
        linear-gradient(to right, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 76%);
    left: 0;
    top: 0;
    content: '';
    z-index: 0;
    height: 100%;
}header .container {
    position: relative;
    max-width: 100%;
    margin: 0;
    width: 100%;
    z-index: 1;
    padding: 0 2%;
}header .KbyCS_header_sitebar {
    border-radius: 28px;
    padding: 1.5rem 0;
    flex-direction: column;
    overflow: hidden;
    display: flex;
    background: #ffffff;
    margin: 1rem 0;
    align-items: center;
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}header .KbyCS_header_sitebar::before {
    top: 0;
    position: absolute;
    height: 5px;
    content: '';
    width: 100%;
    left: 0;
    background: linear-gradient(to right, rgb(152,175,201), rgb(102,141,170));
}header .pHbJK_site_core {
    position: relative;
    justify-content: center;
    display: flex;
    padding: 0 0 1rem 0;
    text-decoration: none;
}header .pHbJK_site_core::after {
    bottom: 0;
    content: '';
    background: linear-gradient(to right, transparent, rgb(152,175,201,0.5), rgb(102,141,170,0.5), rgb(152,175,201,0.5), transparent);
    height: 1px;
    left: 20%;
    position: absolute;
    width: 60%;
}header .pHbJK_site_core svg {
    height: auto;
    width: 180px;
    transition: all 0.3s ease;
}header .pHbJK_site_core:hover svg {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
    transform: translateY(-2px);
}header .OpCjP_nav_mainbar {
    display: flex;
    justify-content: center;
    gap: 0.7rem;
    max-width: 90%;
    flex-wrap: wrap;
    width: 100%;
    padding: 1rem 2rem 0;
}header .CadZR_nav_core {
    font-family: Arial, sans-serif;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.03);
    text-decoration: none;
    z-index: 1;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    font-size: 20px;
    border-radius: 10px;
    padding: 0.7rem 1.3rem;
    background: linear-gradient(to bottom, #ffffff, rgb(200,213,227));
    color: #000000;
    position: relative;
    transition: all 0.3s ease;
}header .CadZR_nav_core::before {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
    height: 0;
    content: '';
    transition: height 0.3s ease;
    z-index: -1;
    background: linear-gradient(to top, rgb(152,175,201,0.5), transparent);
}header .CadZR_nav_core:hover {
    color: rgb(152,175,201);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}header .CadZR_nav_core:hover::before {
    height: 100%;
}

@media (max-width: 991px) {header .KbyCS_header_sitebar {
    padding: 1.2rem 0;
    margin: 0.8rem 0;
}header .pHbJK_site_core {
    padding: 0 0 0.8rem 0;
}header .pHbJK_site_core svg {
    width: 160px;
}header .OpCjP_nav_mainbar {
    padding: 0.8rem 1.5rem 0;
    gap: 0.6rem;
}header .CadZR_nav_core {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header .KbyCS_header_sitebar {
    padding: 1rem 0;
    margin: 0.6rem 0;
}header .pHbJK_site_core {
    padding: 0 0 0.7rem 0;
}header .pHbJK_site_core svg {
    width: 140px;
}header .OpCjP_nav_mainbar {
    max-width: 95%;
    padding: 0.7rem 1rem 0;
    gap: 0.5rem;
}header .CadZR_nav_core {
    padding: 0.5rem 1rem;
    font-size: calc(20px - 1px);
}
}

@media (max-width: 480px) {header .KbyCS_header_sitebar {
    margin: 0.5rem 0;
    padding: 0.8rem 0;
}header .pHbJK_site_core {
    padding: 0 0 0.6rem 0;
}header .pHbJK_site_core svg {
    width: 120px;
}header .OpCjP_nav_mainbar {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0.6rem 0.5rem 0;
}header .OpCjP_nav_mainbar::-webkit-scrollbar {
    height: 3px;
}header .OpCjP_nav_mainbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(152,175,201);
}header .CadZR_nav_core {
    flex-shrink: 0;
    margin-right: 3px;
    white-space: nowrap;
}}header .top_plank {
    background: rgb(152,175,201);
    color:  #ffffff;
}header .top_plank .BQjJI_learning_header div svg, header .top_plank .BQjJI_learning_header div svg path {
    fill: #ffffff;
}header .top_plank .BQjJI_learning_header div span {
    color: #ffffff;
}header .top_plank .BQjJI_learning_header {
    justify-content: flex-start;
    display: flex;
    font-size: 15px;
    align-items: center;
    width: 100%;
    line-height: 21px;
    flex-wrap: wrap;
    padding: 15px 0 10px 0;
}header .top_plank .BQjJI_learning_header div {
    display: flex;
    justify-content: flex-start;
    margin-right: 24px;
    align-items: center;
}header .top_plank .BQjJI_learning_header div img, header .top_plank .BQjJI_learning_header div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.uzAGa_enroll_instantly {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(102,141,170,0.5) 0%, #ffffff 100%);
    padding: 120px 0;
}.uzAGa_enroll_instantly::before {
    background: rgb(152,175,201,0.5);
    top: -50%;
    width: 80%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    height: 200%;
    opacity: 0.1;
    content: '';
    transform: rotate(-15deg);
    z-index: 1;
    position: absolute;
    right: -20%;
}.uzAGa_enroll_instantly::after {
    opacity: 0.1;
    background: rgb(102,141,170,0.5);
    content: '';
    transform: rotate(15deg);
    width: 60%;
    bottom: -30%;
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    left: -10%;
    z-index: 1;
    height: 150%;
    position: absolute;
}.uzAGa_enroll_instantly .MVuFx_learning_program {
    flex-direction: column;
    z-index: 10;
    display: flex;
    padding: 0;
    position: relative;
    align-items: center;
}.uzAGa_enroll_instantly .container p {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    max-width: 800px;
    border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    z-index: 5;
    line-height: 1.4;
    color: #000000;
    font-weight: 700;
    text-align: center;
    margin: 0 0 60px 0;
    background: #ffffff;
    position: relative;
    padding: 40px 60px;
    font-size: 35px;
}.uzAGa_enroll_instantly .Yqing_contact_reach {
    background: linear-gradient(90deg, rgb(152,175,201), rgb(102,141,170));
    border-radius: 30px;
    color: #ffffff;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    padding: 20px 50px;
    font-size: 15px;
    z-index: 5;
    font-weight: 600;
    position: relative;
    transition: all 0.4s ease;
}.uzAGa_enroll_instantly .Yqing_contact_reach::before {
    opacity: 0;
    position: absolute;
    content: '';
    height: 100%;
    transition: opacity 0.4s ease;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(102,141,170), rgb(152,175,201));
    z-index: -1;
}.uzAGa_enroll_instantly .Yqing_contact_reach:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.uzAGa_enroll_instantly .Yqing_contact_reach:hover::before {
    opacity: 1;
}.uzAGa_enroll_instantly .container p::before {
    top: -10%;
    left: -20%;
    animation: morph 8s ease-in-out infinite;
    background: #ffffff;
    width: 140%;
    z-index: -1;
    border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    position: absolute;
    opacity: 0.4;
    height: 120%;
    content: '';
}.uzAGa_enroll_instantly .Yqing_contact_reach::after {
    width: 30px;
    transform: skewX(-15deg);
    content: '';
    height: 100%;
    left: -100px;
    position: absolute;
    animation: shine 6s infinite;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    top: 0;
}

@keyframes morph {
    0%, 100% {
        border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
}

@keyframes shine {
    0% {
        left: -100px;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

@media (max-width: 991px) {.uzAGa_enroll_instantly {
    padding: 90px 0;
}.uzAGa_enroll_instantly .container p {
    padding: 35px 50px;
    font-size: calc(24px * 1.2);
    margin-bottom: 50px;
}.uzAGa_enroll_instantly .Yqing_contact_reach {
    padding: 18px 40px;
}
}

@media (max-width: 767px) {.uzAGa_enroll_instantly {
    padding: 70px 0;
}.uzAGa_enroll_instantly .container p {
    padding: 30px 40px;
    border-radius: 40% 60% 50% 50% / 40% 40% 60% 60%;
    font-size: 24px;
    margin-bottom: 40px;
}.uzAGa_enroll_instantly .Yqing_contact_reach {
    padding: 15px 35px;
}.uzAGa_enroll_instantly .container p::before {
    animation: none;
}
}

@media (max-width: 480px) {.uzAGa_enroll_instantly {
    padding: 50px 0;
}.uzAGa_enroll_instantly .container p {
    font-size: calc(14px * 1.2);
    margin-bottom: 30px;
    border-radius: 30px;
    padding: 25px 30px;
}.uzAGa_enroll_instantly .Yqing_contact_reach {
    padding: 12px 30px;
    font-size: calc(15px * 0.9);
}}.DvQcl_cookie_popup_interrupt {
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    justify-content: center;
    background: rgb(200,213,227);
    position: fixed;
    display: flex;
    bottom: 0;
    border-top: 3px solid rgb(152,175,201);
    padding: 20px 0;
    z-index: 100;
    width: 100%;
}.eBErf_data_policy {
    max-width: 1200px;
    display: flex;
    align-items: center;
    width: 90%;
    border: 2px solid rgb(152,175,201);
    border-radius: 17px;
    justify-content: space-between;
    padding: 20px;
    margin: auto;
    background: rgba(0, 0, 0, 0.5);
}.fFgDh_cookie_window {
    flex-shrink: 0;
    margin-right: 20px;
}.fFgDh_cookie_window svg {
    height: 50px;
    fill: rgb(152,175,201);
    width: 50px;
}.GfxDO_web_tracking {
    text-align: left;
    flex-grow: 1;
    color: #ffffff;
}.GfxDO_web_tracking h5 {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 19px;
    color: rgb(152,175,201);
    text-transform: uppercase;
    margin-bottom: 10px;
}.GfxDO_web_tracking p {
    margin: 0;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.5;
}.GfxDO_web_tracking p a {
    color: rgb(152,175,201);
    text-decoration: underline;
}.SLxAo_cookie_confirm {
    cursor: pointer;
    padding: 10px 20px;
    font-size: 15px;
    min-width: 120px;
    flex-shrink: 0;
    text-decoration: none;
    border-radius: 10px;
    background: rgb(152,175,201);
    text-align: center;
    color: #ffffff;
    border: none;
}.cookie_button.Ijvan_consent_track {
    margin-right: 10px;
}#lbxJB_popupConsentNotice {
    display: none;
}#lbxJB_popupConsentNotice:checked ~ .DvQcl_cookie_popup_interrupt {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.eBErf_data_policy {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.fFgDh_cookie_window {
    margin-bottom: 20px;
    margin-right: 0;
}.SLxAo_cookie_confirm {
    width: 100%;
    margin: 10px 0;
    max-width: 250px;
}}
.kDhma_about_this {
    z-index: 1;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    padding: 0;
}.kDhma_about_this::before {
    width: 100%;
    transition: opacity 0.5s ease-out;
    content: "";
    background: linear-gradient(135deg, rgb(152,175,201) 0%, rgba(0, 0, 0, 0.8) 100%);
    opacity: 0.85;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
}.kDhma_about_this::after {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    position: absolute;
    background: linear-gradient(90deg, rgb(102,141,170) 0%, rgb(152,175,201) 50%, rgb(102,141,170) 100%);
    content: "";
    z-index: 0;
    height: 10px;
    left: 0;
    bottom: -5px;
    animation: shimmer 8s infinite linear;
    width: 100%;
}.kDhma_about_this .container {
    padding: 7% 5% 10%;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    transform: translateZ(0);
    max-width: 1200px;
}.kDhma_about_this .rOote_text_box_wrapper {
    backdrop-filter: blur(5px);
    transition: transform 0.5s ease-out;
    position: relative;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: perspective(1000px) rotateY(-2deg);
    padding: 3rem;
    border-left: 4px solid rgb(102,141,170);
}.kDhma_about_this .rOote_text_box_wrapper:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.15);
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.kDhma_about_this h1 {
    opacity: 0;
    animation: slideInTitle 0.8s 0.2s forwards ease-out;
    position: relative;
    font-size: calc(45px * 1.2);
    padding-bottom: 1rem;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    transform: translateX(-10px);
}.kDhma_about_this h1::after {
    position: absolute;
    transform: scaleX(0);
    background: rgb(102,141,170);
    bottom: 0;
    content: "";
    width: 60px;
    animation: growLine 0.6s 0.8s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform-origin: left;
    left: 0;
    height: 4px;
}.kDhma_about_this ul {
    padding: 0;
    margin: 0;
    animation: fadeIn 0.8s 0.6s forwards ease-out;
    list-style: none;
    opacity: 0;
}.kDhma_about_this li {
    margin-bottom: 1.5rem;
}.kDhma_about_this h4 {
    transform: translateY(10px);
    position: relative;
    opacity: 0;
    font-size: calc(21px * 1.15);
    margin: 0 0 1rem;
    padding-left: 1.5rem;
    font-weight: 600;
    align-items: center;
    animation: slideUp 0.6s 1s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    color: rgb(102,141,170);
    display: inline-flex;
}.kDhma_about_this h4::before {
    top: 50%;
    content: "";
    left: 0;
    background: rgb(102,141,170);
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    position: absolute;
}.kDhma_about_this span {
    animation: slideUp 0.8s 1.2s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    transform: translateY(15px);
    line-height: 1.8;
    margin-left: 1.5rem;
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    padding-left: 1rem;
}

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

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

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

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

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

@media (max-width: 1200px) {.kDhma_about_this .container {
    padding: 8% 5%;
}.kDhma_about_this .rOote_text_box_wrapper {
    padding: 2.5rem;
}
}

@media (max-width: 992px) {.kDhma_about_this h1 {
    font-size: calc(45px * 1.1);
}.kDhma_about_this .rOote_text_box_wrapper {
    transform: perspective(1000px) rotateY(-1deg);
}
}

@media (max-width: 768px) {.kDhma_about_this .container {
    padding: 10% 5%;
}.kDhma_about_this .rOote_text_box_wrapper {
    transform: none;
    padding: 2rem;
}.kDhma_about_this h1 {
    margin-bottom: 1.5rem;
    font-size: 45px;
}.kDhma_about_this span {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 576px) {.kDhma_about_this .container {
    padding: 15% 5%;
}.kDhma_about_this .rOote_text_box_wrapper {
    border-left-width: 3px;
    padding: 1.5rem;
}.kDhma_about_this h1 {
    font-size: calc(45px * 0.9);
}.kDhma_about_this h4 {
    font-size: 21px;
}.kDhma_about_this span {
    margin-left: 0.5rem;
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}
}

@media (hover: hover) {.kDhma_about_this:hover::before {
    opacity: 0.9;
}
}

@media (prefers-reduced-motion) {.kDhma_about_this .rOote_text_box_wrapper,
    .kDhma_about_this .rOote_text_box_wrapper:hover,
    .kDhma_about_this h1,
    .kDhma_about_this h1::after,
    .kDhma_about_this ul,
    .kDhma_about_this h4,
    .kDhma_about_this span {
    opacity: 1;
    transform: none;
    animation: none;
}.kDhma_about_this h1::after {
    transform: scaleX(1);
}.kDhma_about_this::after {
    animation: none;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    top: 0;
    z-index: -1;
    opacity: 0.92;
    bottom: 0;
    background: linear-gradient(135deg, rgb(152,175,201,0.5) 0%, rgb(102,141,170,0.5) 100%);
    right: 0;
    content: "";
    position: absolute;
    left: 0;
}footer {
    background-size: cover !important;
    background-position: center !important;
}.rtuQd_reward_sys {
    position: relative;
    color: #ffffff;
    padding: 5rem 0 2rem;
}.rtuQd_reward_sys::before {
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    height: 15px;
    top: 0;
    width: 100%;
    position: absolute;
    background: rgb(152,175,201);
    content: "";
    left: 0;
}.rtuQd_reward_sys .container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 0;
}.rtuQd_reward_sys .company_holder {
    flex: 0 0 40%;
    margin-bottom: 2rem;
    padding: 0 3rem 2rem 0;
    position: relative;
}.rtuQd_reward_sys .company_holder::after {
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, #ffffff, transparent);
    opacity: 0.3;
    position: absolute;
    right: 1.5rem;
}.rtuQd_reward_sys .company_holder h3 {
    color: #ffffff;
    transform: skewX(-10deg);
    margin: 0 0 1.5rem;
    padding-bottom: 1rem;
    position: relative;
    text-transform: uppercase;
    font-size: 31px;
    letter-spacing: 1px;
    font-weight: 700;
}.rtuQd_reward_sys .company_holder h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    box-shadow: 0 0 10px rgb(152,175,201);
    width: 80px;
    height: 3px;
    left: 0;
    background: rgb(152,175,201);
}.rtuQd_reward_sys .krdSa_eco_foot {
    transform: skewX(-5deg);
    background: rgba(0, 0, 0, 0.2);
    font-size: 13px;
    line-height: 1.6;
    transform-origin: left top;
    color: #ffffff;
    padding: 1.5rem;
    border-left: 3px solid rgb(152,175,201);
}.rtuQd_reward_sys .BYQFp_workshop_cta {
    flex-wrap: wrap;
    display: flex;
    gap: 0;
    flex: 0 0 60%;
}.rtuQd_reward_sys .sWQNM_top_bar {
    gap: 0;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}.rtuQd_reward_sys .OpCjP_nav_mainbar {
    position: relative;
    flex: 0 0 50%;
    padding: 0 1rem 2rem 1rem;
}.rtuQd_reward_sys .OpCjP_nav_mainbar h5 {
    transform: skewX(-5deg);
    position: relative;
    margin: 0 0 1.5rem;
    font-weight: 600;
    color: #ffffff;
    font-size: 20px;
    padding-left: 1rem;
}.rtuQd_reward_sys .OpCjP_nav_mainbar h5::before {
    bottom: 0;
    background: rgb(152,175,201);
    position: absolute;
    top: 0;
    transform: skewX(5deg);
    width: 3px;
    content: "";
    left: 0;
}.rtuQd_reward_sys .OpCjP_nav_mainbar .sWQNM_top_bar {
    gap: 0.8rem;
    flex-direction: column;
    display: flex;
}.rtuQd_reward_sys .OpCjP_nav_mainbar .sWQNM_top_bar a {
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 13px;
    overflow: hidden;
    position: relative;
    transform: skewX(-5deg);
    padding: 0.7rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    display: block;
    text-decoration: none;
}.rtuQd_reward_sys .OpCjP_nav_mainbar .sWQNM_top_bar a::before {
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    left: -100%;
    transition: all 0.5s ease;
    width: 100%;
}.rtuQd_reward_sys .OpCjP_nav_mainbar .sWQNM_top_bar a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    transform: skewX(-5deg) translateX(5px);
    padding-left: 1.5rem;
}.rtuQd_reward_sys .OpCjP_nav_mainbar .sWQNM_top_bar a:hover::before {
    left: 100%;
}.KftuZ_collab_space {
    position: relative;
    margin-top: 2rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    padding: 1.5rem 0;
    background: rgba(0, 0, 0, 0.15);
}.KftuZ_collab_space .container {
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}.KftuZ_collab_space .XyFMt_cert_display {
    width: 100%;
    transform: skewX(-5deg);
    color: #ffffff;
    text-align: center;
    font-size: 15px;
}

@media (max-width: 1200px) {.rtuQd_reward_sys .company_holder {
    flex: 0 0 35%;
    padding-right: 2rem;
}.rtuQd_reward_sys .BYQFp_workshop_cta {
    flex: 0 0 65%;
}
}

@media (max-width: 992px) {.rtuQd_reward_sys {
    padding: 4rem 0 2rem;
}.rtuQd_reward_sys .container {
    flex-direction: column;
}.rtuQd_reward_sys .company_holder {
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 3rem;
}.rtuQd_reward_sys .company_holder::after {
    display: none;
}.rtuQd_reward_sys .BYQFp_workshop_cta {
    flex: 0 0 100%;
}.rtuQd_reward_sys .OpCjP_nav_mainbar {
    padding-bottom: 1.5rem;
}
}

@media (max-width: 768px) {.rtuQd_reward_sys {
    padding: 3.5rem 0 1.5rem;
}.rtuQd_reward_sys::before {
    height: 10px;
}.rtuQd_reward_sys .company_holder h3 {
    font-size: calc(31px - 2px);
}.rtuQd_reward_sys .krdSa_eco_foot {
    padding: 1.2rem;
    transform: skewX(-3deg);
}.rtuQd_reward_sys .OpCjP_nav_mainbar h5, 
    .rtuQd_reward_sys .OpCjP_nav_mainbar .sWQNM_top_bar a {
    transform: skewX(-3deg);
}.rtuQd_reward_sys .OpCjP_nav_mainbar .sWQNM_top_bar a:hover {
    transform: skewX(-3deg) translateX(5px);
}.KftuZ_collab_space {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.KftuZ_collab_space .XyFMt_cert_display {
    transform: skewX(-3deg);
}
}

@media (max-width: 576px) {.rtuQd_reward_sys {
    padding: 3rem 0 1rem;
}.rtuQd_reward_sys::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.rtuQd_reward_sys .OpCjP_nav_mainbar {
    flex: 0 0 100%;
    padding: 0 0 2rem 0;
}.rtuQd_reward_sys .company_holder {
    margin-bottom: 2rem;
}.rtuQd_reward_sys .OpCjP_nav_mainbar .sWQNM_top_bar a {
    padding: 0.6rem 0.8rem;
}.rtuQd_reward_sys .OpCjP_nav_mainbar .sWQNM_top_bar a:hover {
    padding-left: 1.2rem;
}.KftuZ_collab_space {
    margin-top: 1rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}
}

@media (max-width: 420px) {.rtuQd_reward_sys .company_holder h3 {
    transform: skewX(-5deg);
}.rtuQd_reward_sys .company_holder h3::after {
    width: 60px;
}.rtuQd_reward_sys .krdSa_eco_foot {
    transform: none;
}.rtuQd_reward_sys .OpCjP_nav_mainbar h5 {
    transform: none;
}.rtuQd_reward_sys .OpCjP_nav_mainbar h5::before {
    transform: none;
}.rtuQd_reward_sys .OpCjP_nav_mainbar .sWQNM_top_bar a,
    .rtuQd_reward_sys .OpCjP_nav_mainbar .sWQNM_top_bar a:hover,
    .KftuZ_collab_space .XyFMt_cert_display {
    transform: none;
}
}