* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.KF_segment-wrapper {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
    height: 100%;
    scroll-behavior: auto;
}.lE_main_header {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}.zO_cert_block {
    flex: 0 0 auto;
}.container {
    margin: auto;
    width: 1135px;
    max-width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    position: fixed;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 100;
    width: 100%;
    backdrop-filter: blur(10px);
    transition: all 0.5s ease;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    left: 0;
}header::before {
    background: 
        radial-gradient(circle at 10% 20%, rgb(156,191,191,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(110,127,175,0.5) 0%, transparent 20%);
    animation: pulse 15s infinite alternate;
    width: 100%;
    left: 0;
    opacity: 0.3;
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
    z-index: -1;
}header .container {
    position: relative;
    padding: 1rem 2rem;
}header .Lq_nav_tutor {
    position: relative;
    align-items: center;
    z-index: 2;
    display: flex;
    justify-content: space-between;
}header .XO_top_core {
    display: flex;
    gap: 2rem;
    align-items: center;
    position: relative;
}header .XO_top_core::before {
    transform: skewX(-15deg);
    left: -30px;
    z-index: -1;
    position: absolute;
    opacity: 0.1;
    border-radius: 17px;
    top: -15px;
    content: "";
    background: linear-gradient(90deg, transparent 0%, rgb(156,191,191,0.5) 50%, transparent 100%);
    width: calc(100% + 60px);
    height: calc(100% + 30px);
}header .TC_main_class {
    position: relative;
    padding: 0.5rem 0;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    color: #ffffff;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
}header .TC_main_class::before {
    content: "";
    transition: width 0.3s ease;
    width: 0;
    background: linear-gradient(to right, rgb(156,191,191), rgb(110,127,175));
    bottom: 0;
    left: 0;
    height: 2px;
    position: absolute;
}header .TC_main_class:hover {
    color: rgb(156,191,191);
    transform: translateY(-2px);
}header .TC_main_class:hover::before {
    width: 100%;
}header .Vd_top_sitewrap {
    position: relative;
    display: flex;
    text-decoration: none;
    align-items: center;
    z-index: 2;
}header .Vd_top_sitewrap svg {
    width: auto;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
    transition: all 0.3s ease;
    height: 40px;
}header .Vd_top_sitewrap:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 12px rgb(156,191,191,0.5));
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@media (max-width: 991px) {header .container {
    padding: 0.8rem 1.5rem;
}header .XO_top_core {
    gap: 1.5rem;
}header .TC_main_class {
    font-size: calc(15px - 1px);
}
}

@media (max-width: 767px) {header {
    position: relative;
}header .Lq_nav_tutor {
    gap: 1rem;
    flex-direction: column-reverse;
    padding: 1rem 0;
}header .Vd_top_sitewrap {
    margin-bottom: 0.5rem;
}header .XO_top_core {
    mask-image: linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%);
    overflow-x: auto;
    width: 100%;
    justify-content: flex-start;
    padding: 0.5rem 0;
}header .XO_top_core::before {
    display: none;
}header .TC_main_class {
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.05);
    padding: 0.5rem 1rem;
    border-radius: 10px;
}header .TC_main_class::before {
    display: none;
}}.Jg_teacher_profile {
    position: relative;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(221,228,224), rgb(156,191,191,0.5) 120%);
    overflow: hidden;
    padding: 5rem 2rem;
}.Jg_teacher_profile::before {
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgb(110,127,175,0.5) 0,
        rgb(110,127,175,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    opacity: 0.3;
}.Jg_teacher_profile .rV_learner_ratings {
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    margin: 0 auto;
    position: relative;
    flex-direction: column;
    display: flex;
    z-index: 2;
    max-width: 500px;
    transform: translateY(0);
}.Jg_teacher_profile .rV_learner_ratings:hover {
    transform: translateY(-15px);
}.Jg_teacher_profile .pM_image_list {
    margin: 0 auto;
    box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.5);
    position: relative;
    transition: all 0.5s ease;
    height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    border-radius: 10px 10px 0 0;
    width: 80%;
    z-index: 3;
}.Jg_teacher_profile .pM_image_list::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    left: 0;
    background: linear-gradient(to bottom, 
                transparent 50%, 
                rgb(156,191,191,0.5) 100%);
    top: 0;
}.Jg_teacher_profile .rV_learner_ratings:hover .pM_image_list {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 95%);
}.Jg_teacher_profile .Bu_job_container {
    margin-top: -50px;
    transform: translateZ(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    padding: 70px 2rem 2rem;
    transition: transform 0.5s ease;
    z-index: 2;
    border-radius: 10px;
    position: relative;
    background: #ffffff;
}.Jg_teacher_profile .Bu_job_container::before {
    background: linear-gradient(90deg, 
                rgb(156,191,191), 
                rgb(110,127,175), 
                rgb(156,191,191));
    position: absolute;
    border-radius: 10px 10px 0 0;
    background-size: 200% 100%;
    content: "";
    top: 0;
    animation: gradient-shift 8s infinite alternate;
    left: 0;
    height: 6px;
    right: 0;
}.Jg_teacher_profile .Bu_job_container::after {
    border-radius: 20% 40% 50% 30%;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    content: "";
    filter: blur(15px);
    opacity: 0.2;
    background: rgb(110,127,175,0.5);
    animation: float-blob 10s infinite alternate;
    position: absolute;
}.Jg_teacher_profile .name {
    opacity: 0.9;
    font-weight: 700;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    color: rgb(156,191,191);
    transform: translateY(0);
    font-size: 29px;
    margin-bottom: 0.5rem;
}.Jg_teacher_profile .Bu_job_container > div:nth-child(2) {
    position: relative;
    transform: translateY(0);
    padding-bottom: 1rem;
    font-size: 21px;
    opacity: 0.8;
    margin-bottom: 1.5rem;
    transition: all 0.4s ease 0.1s;
    color: rgb(110,127,175);
    font-weight: 600;
}.Jg_teacher_profile .Bu_job_container > div:nth-child(2)::after {
    bottom: 0;
    background: rgb(110,127,175,0.5);
    content: "";
    left: 0;
    position: absolute;
    height: 3px;
    width: 40px;
    transition: width 0.4s ease;
}.Jg_teacher_profile .rV_learner_ratings:hover .Bu_job_container > div:nth-child(2)::after {
    width: 100px;
}.Jg_teacher_profile .Ea_emp_block {
    padding: 1rem 0 0 1.5rem;
    position: relative;
    border-left: 3px solid rgb(110,127,175,0.5);
    transition: all 0.5s ease 0.2s;
    font-style: italic;
    transform: translateY(10px);
    opacity: 0.7;
    font-size: 16px;
    color: #000000;
    line-height: 1.7;
}.Jg_teacher_profile .rV_learner_ratings:hover .Ea_emp_block {
    opacity: 1;
    transform: translateY(0);
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@keyframes float-blob {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(180deg);
    }
    100% {
        transform: translateY(10px) rotate(360deg);
    }
}

@media (max-width: 768px) {.Jg_teacher_profile .pM_image_list {
    height: 250px;
    width: 100%;
}}.ln_cookie_dialog_window {
    align-items: center;
    transition: transform 0.3s ease-in-out;
    z-index: 90;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    justify-content: center;
    padding: 1rem 0;
    display: flex;
    bottom: 0;
    overflow: hidden;
    background: rgb(221,228,224);
    position: fixed;
    border-top: 3px solid rgb(156,191,191);
}#GQ_cookie_alert_panel {
    display: none;
}#GQ_cookie_alert_panel:checked ~ .ln_cookie_dialog_window {
    opacity: 0;
    visibility: hidden;
}.ln_cookie_dialog_window .container {
    gap: 1rem;
    align-items: center;
    z-index: 1;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px;
}.mT_track_accept {
    flex-shrink: 0;
    align-items: center;
    display: flex;
    margin-right: 1rem;
}.mT_track_accept svg {
    fill: rgb(156,191,191);
    height: 50px;
    width: 50px;
}.AG_visitor_privacy {
    min-width: 300px;
    flex: 1;
    margin-bottom: 20px;
}.AG_visitor_privacy h5 {
    color: rgb(156,191,191);
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}.AG_visitor_privacy p {
    color: #000000;
    font-size: 1rem;
}.UV_cookie_overlay {
    border-radius: 10px;
    border: none;
    text-decoration: none;
    color: #ffffff;
    background: rgb(156,191,191);
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
}.cookie_button.Ae_track_cookies {
    background: rgb(156,191,191);
}.cookie_button.bD_manage_tracking {
    background: #000000;
    margin-left: 0.5rem;
}.UV_cookie_overlay:hover {
    transform: translateY(-3px);
    background: #000000;
}.cookie_button.bD_manage_tracking:hover {
    background: rgb(156,191,191);
}.ln_cookie_dialog_window p a {
    color: rgb(156,191,191);
    text-decoration: underline;
    transition: color 0.3s ease;
}.ln_cookie_dialog_window p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.ln_cookie_dialog_window .container {
    flex-direction: column;
    align-items: center;
}.mT_track_accept {
    margin-bottom: 1rem;
    margin-right: 0;
}.AG_visitor_privacy {
    text-align: center;
    margin-bottom: 1rem;
}.cookie_button.bD_manage_tracking {
    margin-top: 0.5rem;
    margin-left: 0;
}}
.Ga_plan_list {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.Ga_plan_list::before {
    top: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    position: absolute;
    right: 0;
    z-index: 1;
    content: "";
}.Ga_plan_list .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
}.Ga_plan_list .MR_trial_pricing {
    position: relative;
}.Ga_plan_list h2 {
    letter-spacing: 0.5px;
    color: #ffffff;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 37px;
    transform: translateZ(0);
}.Ga_plan_list h2::after {
    width: 80px;
    content: "";
    bottom: -15px;
    position: absolute;
    left: 50%;
    background: linear-gradient(90deg, rgb(156,191,191) 0%, rgb(110,127,175) 100%);
    height: 3px;
    transform: translateX(-50%);
}.Ga_plan_list .DH_discount_price {
    font-size: 18px;
    max-width: 700px;
    line-height: 1.6;
    opacity: 0.9;
    text-align: center;
    margin: 0 auto 60px;
    color: #ffffff;
}.Ga_plan_list .Nj_discount_plan {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
    margin: 0;
    display: grid;
}.Ga_plan_list .Nj_discount_plan li {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}.Ga_plan_list .Nj_discount_plan li:hover {
    transform: translateY(-10px);
    z-index: 3;
}.Ga_plan_list .Sk_rate_schemes {
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    height: 100%;
    display: block;
}.Ga_plan_list .re_premium_plan {
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%);
    box-shadow: 0 15px 25px rgba(0,0,0,0.2);
    height: 100%;
    padding: 40px 25px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
    border-top: 3px solid rgb(156,191,191);
    backdrop-filter: blur(10px);
}.Ga_plan_list .Sk_rate_schemes:hover .re_premium_plan {
    box-shadow: 0 20px 30px rgba(0,0,0,0.3);
    border-top-color: rgb(110,127,175);
    background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);
}.Ga_plan_list .re_premium_plan::before {
    height: 200%;
    position: absolute;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    width: 200%;
    pointer-events: none;
    left: -50%;
    top: -50%;
    transition: opacity 0.5s ease;
    transform: rotate(45deg);
    opacity: 0;
    content: "";
}.Ga_plan_list .Sk_rate_schemes:hover .re_premium_plan::before {
    opacity: 1;
}.Ga_plan_list .GM_member_fees {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
}.Ga_plan_list .GM_member_fees h4 {
    color: #ffffff;
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 21px;
    margin: 0 0 15px;
}.Ga_plan_list .GM_member_fees h4::after {
    content: "";
    background: rgb(156,191,191);
    bottom: -8px;
    width: 40px;
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
    height: 2px;
}.Ga_plan_list .Sk_rate_schemes:hover .GM_member_fees h4::after {
    background: rgb(110,127,175);
    width: 60px;
}.Ga_plan_list .GM_member_fees p {
    color: #ffffff;
    hyphens: auto;
    margin: 0 0 30px;
    word-wrap: break-word;
    line-height: 1.7;
    overflow-wrap: break-word;
    white-space: normal;
    flex-grow: 1;
    opacity: 0.8;
    font-size: calc(18px - 2px);
}.Ga_plan_list .DI_fee_pricing {
    transform: translateZ(0);
    margin-top: auto;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(156,191,191) 0%, rgb(110,127,175) 100%);
    padding: 10px 15px;
    color: #ffffff;
    position: relative;
    display: inline-block;
    font-size: calc(21px + 2px);
    align-self: flex-start;
    transition: all 0.3s ease;
}.Ga_plan_list .DI_fee_pricing::before {
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgb(156,191,191,0.5) 0%, rgb(110,127,175,0.5) 100%);
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    opacity: 0;
}.Ga_plan_list .Sk_rate_schemes:hover .DI_fee_pricing::before {
    opacity: 1;
}

@media (max-width: 991px) {.Ga_plan_list {
    padding: 80px 0;
}.Ga_plan_list .Nj_discount_plan {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.Ga_plan_list .re_premium_plan {
    padding: 30px 20px;
}
}

@media (max-width: 767px) {.Ga_plan_list {
    padding: 60px 0;
}.Ga_plan_list h2 {
    font-size: calc(37px - 4px);
}.Ga_plan_list .DH_discount_price {
    margin-bottom: 40px;
    font-size: calc(18px - 1px);
}.Ga_plan_list .Nj_discount_plan {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
}.Ga_plan_list .GM_member_fees h4 {
    font-size: calc(21px - 1px);
}.Ga_plan_list .GM_member_fees p {
    font-size: calc(18px - 3px);
}.Ga_plan_list .DI_fee_pricing {
    font-size: calc(21px);
}
}

@media (max-width: 480px) {.Ga_plan_list {
    padding: 50px 0;
}.Ga_plan_list h2 {
    font-size: calc(37px - 6px);
}.Ga_plan_list .re_premium_plan {
    padding: 25px 15px;
}.Ga_plan_list .Nj_discount_plan li:hover {
    transform: translateY(-5px);
}}.IR_contact_information {
    position: relative;
    padding: 90px 0;
    background: rgb(221,228,224);
    overflow: hidden;
}.IR_contact_information::before {
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.05;
    position: absolute;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(110,127,175,0.5),
        rgb(110,127,175,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
}.IR_contact_information .pM_image_list {
    height: 90%;
    right: 0;
    position: absolute;
    width: 40%;
    top: 5%;
    border-radius: 25px 0 0 25px;
    z-index: 1;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.2);
}.IR_contact_information .pM_image_list::after {
    background: linear-gradient(to right, rgb(156,191,191,0.5), transparent 70%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 25px 0 0 25px;
    left: 0;
}.IR_contact_information .container {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.IR_contact_information h3 {
    font-weight: 700;
    color: rgb(156,191,191);
    text-align: center;
    font-size: 30px;
    font-family: Arial, sans-serif;
    margin-bottom: 50px;
}.IR_contact_information .Wr_support_message {
    border-radius: 25px;
    overflow: hidden;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}.IR_contact_information .uL_support_help {
    flex: 1;
    padding: 50px;
    position: relative;
}.IR_contact_information form h3 {
    margin-bottom: 30px;
    text-align: left;
    font-size: 19px;
    color: #000000;
    font-weight: 600;
}.IR_contact_information input[type="text"],
.IR_contact_information textarea {
    background: #ffffff;
    color: #000000;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 17px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 15px;
    transition: all 0.3s ease;
}.IR_contact_information input[type="text"]:focus,
.IR_contact_information textarea:focus {
    box-shadow: 0 0 0 2px rgb(156,191,191,0.5);
    outline: none;
    border-color: rgb(156,191,191);
}.IR_contact_information textarea {
    resize: none;
    height: 150px;
}.IR_contact_information .rE_support_grid {
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
}.IR_contact_information .rE_support_grid input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.IR_contact_information .rE_support_grid label {
    font-size: 15px;
    cursor: pointer;
    padding-left: 30px;
    line-height: 1.5;
    color: #000000;
    position: relative;
}.IR_contact_information .rE_support_grid label::before {
    transition: all 0.3s ease;
    width: 18px;
    border-radius: 10px;
    height: 18px;
    position: absolute;
    border: 2px solid rgb(110,127,175);
    left: 0;
    content: '';
    top: 2px;
}.IR_contact_information .rE_support_grid input[type="checkbox"]:checked + label::before {
    border-color: rgb(156,191,191);
    background: rgb(156,191,191);
}.IR_contact_information .rE_support_grid input[type="checkbox"]:checked + label::after {
    position: absolute;
    border: solid #ffffff;
    content: '';
    left: 6px;
    border-width: 0 2px 2px 0;
    height: 10px;
    transform: rotate(45deg);
    top: 6px;
    width: 6px;
}.IR_contact_information .rE_support_grid a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(156,191,191);
}.IR_contact_information .rE_support_grid a:hover {
    text-decoration: underline;
}.IR_contact_information .YO_reach_list {
    border: none;
    display: inline-block;
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 15px 40px;
    background: rgb(156,191,191);
    font-size: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
    font-weight: 600;
}.IR_contact_information .YO_reach_list:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgb(110,127,175);
}.IR_contact_information .Qo_inquiry_request {
    position: relative;
    width: 35%;
    background: rgb(156,191,191);
    padding: 50px;
}.IR_contact_information .Qo_inquiry_request::before {
    top: 0;
    content: '';
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    width: 100%;
    left: 0;
    position: absolute;
}.IR_contact_information .Qo_inquiry_request h4 {
    color: #ffffff;
    position: relative;
    font-size: 19px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 40px;
}.IR_contact_information .Qo_inquiry_request h4::after {
    width: 40px;
    bottom: -15px;
    left: 0;
    background: #ffffff;
    height: 3px;
    content: '';
    position: absolute;
}.IR_contact_information .Ko_inquiry_message {
    padding: 0;
    margin: 0;
    list-style: none;
}.IR_contact_information .Ko_inquiry_message li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}.IR_contact_information .Ko_inquiry_message svg {
    margin-right: 15px;
    width: 22px;
    flex-shrink: 0;
    height: 22px;
}.IR_contact_information .Ko_inquiry_message svg path {
    fill: #ffffff;
}.IR_contact_information .Ko_inquiry_message span {
    color: #ffffff;
    font-size: 17px;
    font-family: Arial, sans-serif;
}.IR_contact_information .Ko_inquiry_message a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
}.IR_contact_information .Ko_inquiry_message a:hover {
    opacity: 0.8;
}

@media (max-width: 992px) {.IR_contact_information .pM_image_list {
    display: none;
}.IR_contact_information .Wr_support_message {
    flex-direction: column;
}.IR_contact_information .uL_support_help {
    width: 100%;
}.IR_contact_information .Qo_inquiry_request {
    width: 100%;
}
}

@media (max-width: 768px) {.IR_contact_information {
    padding: 60px 0;
}.IR_contact_information h3 {
    margin-bottom: 40px;
    font-size: calc(30px * 0.9);
}.IR_contact_information .uL_support_help,
    .IR_contact_information .Qo_inquiry_request {
    padding: 40px;
}
}

@media (max-width: 576px) {.IR_contact_information {
    padding: 40px 0;
}.IR_contact_information h3 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.8);
}.IR_contact_information .uL_support_help,
    .IR_contact_information .Qo_inquiry_request {
    padding: 30px 20px;
}.IR_contact_information form h3,
    .IR_contact_information .Qo_inquiry_request h4 {
    font-size: calc(19px * 0.9);
    margin-bottom: 25px;
}.IR_contact_information input[type="text"],
    .IR_contact_information textarea {
    padding: 12px;
    margin-bottom: 15px;
}.IR_contact_information textarea {
    height: 120px;
}.IR_contact_information .YO_reach_list {
    width: 100%;
    padding: 12px;
}.IR_contact_information .Ko_inquiry_message li {
    margin-bottom: 20px;
}}.ND_our_team {
    overflow: hidden;
    isolation: isolate;
    position: relative;
    color: #ffffff;
    padding: 100px 0 120px;
}.ND_our_team::before {
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%, 
        rgba(0, 0, 0, 0.65) 50%, 
        rgba(0, 0, 0, 0.75) 100%);
    z-index: -1;
    height: 100%;
    top: 0;
}.ND_our_team::after {
    top: -15%;
    height: 140%;
    background: rgb(110,127,175);
    opacity: 0.12;
    animation: shimmer 12s infinite alternate ease-in-out;
    position: absolute;
    transform: rotate(-12deg);
    width: 50%;
    right: -10%;
    content: "";
    z-index: -1;
}.ND_our_team h4 {
    color: rgb(110,127,175);
    position: relative;
    opacity: 0;
    font-weight: 700;
    transform: translateY(20px);
    font-size: calc(24px * 1.2);
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    animation: fadeSlideUp 0.8s forwards 0.2s ease-out;
    margin-bottom: 2rem;
}.ND_our_team h4::after {
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    bottom: -12px;
    content: "";
    width: 60px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(110,127,175) 20%, 
        rgb(110,127,175) 80%, 
        transparent);
    left: 50%;
}.ND_our_team .container {
    margin: 0 auto;
    position: relative;
    transform: translateY(40px);
    width: 90%;
    max-width: 1200px;
    animation: containerReveal 1s forwards 0.4s ease-out;
    opacity: 0;
}.ND_our_team .Nb_text_block {
    transform: perspective(1000px) rotateY(-1deg);
    background: linear-gradient(
        135deg,
        rgba(40, 40, 40, 0.65) 0%,
        rgba(30, 30, 30, 0.78) 100%
    );
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 0 30px rgba(0, 0, 0, 0.15);
    border-left: 4px solid rgb(110,127,175);
    transition: transform 0.7s ease-out;
    backdrop-filter: blur(8px);
    padding: 3.5rem;
}.ND_our_team .Nb_text_block:hover {
    transform: perspective(1000px) rotateY(0);
}.ND_our_team .Nb_text_block::before {
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    pointer-events: none;
    top: 0;
    background: linear-gradient(
        135deg,
        transparent 30%,
        rgba(255, 255, 255, 0.05) 100%
    );
}.ND_our_team h6 {
    opacity: 0;
    font-size: calc(17px * 1.5);
    animation: slideRight 0.7s forwards 0.8s ease-out;
    transform: translateX(-10px);
    display: inline-block;
    position: relative;
    margin-bottom: 1.8rem;
    color: #ffffff;
    font-weight: 700;
}.ND_our_team h6::after {
    content: "";
    left: 0;
    bottom: -8px;
    position: absolute;
    animation: lineGrow 1.2s forwards 1.3s ease-in-out;
    width: 0;
    background: rgb(110,127,175);
    height: 2px;
}.ND_our_team .Nb_text_block div {
    overflow-y: auto;
    position: relative;
    padding-right: 15px;
    scrollbar-width: thin;
    scrollbar-color: rgb(110,127,175) rgba(255, 255, 255, 0.1);
    max-height: 400px;
}.ND_our_team .Nb_text_block div::-webkit-scrollbar {
    width: 5px;
}.ND_our_team .Nb_text_block div::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}.ND_our_team .Nb_text_block div::-webkit-scrollbar-thumb {
    background: rgb(110,127,175);
    border-radius: 10px;
}.ND_our_team span {
    animation: textReveal 1s forwards 1.2s ease-out;
    display: block;
    transform: translateY(20px);
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    opacity: 0;
    line-height: 1.8;
}.ND_our_team span::first-letter {
    font-size: 1.7em;
    font-weight: 700;
    line-height: 1;
    margin-right: 6px;
    float: left;
    color: rgb(110,127,175);
}

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

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

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

@keyframes lineGrow {
    to {
        width: 100%;
    }
}

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

@keyframes shimmer {
    0%, 100% {
        opacity: 0.12;
        transform: rotate(-12deg) translateX(0);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-12deg) translateX(5%);
    }
}

@media screen and (max-width: 1200px) {.ND_our_team {
    padding: 80px 0 100px;
}.ND_our_team .Nb_text_block {
    padding: 2.8rem;
}
}

@media screen and (max-width: 992px) {.ND_our_team h4 {
    font-size: calc(24px * 1.1);
}.ND_our_team h6 {
    font-size: calc(17px * 1.3);
}.ND_our_team .Nb_text_block {
    transform: perspective(1000px) rotateY(0);
    padding: 2.5rem;
}.ND_our_team .Nb_text_block div {
    max-height: 350px;
}
}

@media screen and (max-width: 768px) {.ND_our_team {
    padding: 70px 0 80px;
}.ND_our_team h4 {
    letter-spacing: 2px;
    font-size: 24px;
}.ND_our_team h6 {
    margin-bottom: 1.5rem;
    font-size: 17px;
}.ND_our_team .Nb_text_block {
    padding: 2rem;
    border-left-width: 3px;
}.ND_our_team::after {
    top: -5%;
    height: 100%;
    right: -20%;
    width: 70%;
}
}

@media screen and (max-width: 576px) {.ND_our_team {
    padding: 60px 0 70px;
}.ND_our_team .container {
    width: 92%;
}.ND_our_team h4::after {
    width: 40px;
    bottom: -10px;
}.ND_our_team .Nb_text_block {
    padding: 1.8rem 1.5rem;
    border-left-width: 2px;
}.ND_our_team span {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}.ND_our_team .Nb_text_block div {
    padding-right: 10px;
    max-height: 300px;
}.ND_our_team::after {
    opacity: 0.08;
}}.pn_potential_enrollees {
    background-color: rgb(221,228,224);
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}.pn_potential_enrollees::before {
    height: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(110,127,175,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(156,191,191,0.5) 0%, transparent 30%);
    opacity: 0.4;
    top: 0;
    content: '';
    z-index: 1;
    position: absolute;
    width: 100%;
}.pn_potential_enrollees::after {
    width: 200%;
    background: linear-gradient(45deg, transparent 48%, rgb(110,127,175,0.5) 49%, rgb(110,127,175,0.5) 51%, transparent 52%);
    height: 200%;
    position: absolute;
    animation: moveGradient 120s linear infinite;
    top: -50%;
    opacity: 0.05;
    content: '';
    z-index: 1;
    left: -50%;
    background-size: 100px 100px;
}.pn_potential_enrollees .eq_impact_numbers {
    background: rgba(255, 255, 255, 0.08);
    max-width: 1100px;
    border-radius: 21px;
    z-index: 2;
    margin: 0 auto;
    padding: 3rem;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 80px rgb(110,127,175,0.5);
    position: relative;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}.pn_potential_enrollees h3 {
    margin-bottom: 3.5rem;
    font-size: 29px;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
    text-align: center;
}.pn_potential_enrollees h3::before {
    border-radius: 50px;
    position: absolute;
    left: 50%;
    top: -30px;
    background: rgb(110,127,175);
    height: 5px;
    content: '';
    width: 60px;
    transform: translateX(-50%);
}.pn_potential_enrollees h3::after {
    left: 50%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(110,127,175), transparent);
    bottom: -15px;
    transform: translateX(-50%);
    width: 40%;
    content: '';
    position: absolute;
}.pn_potential_enrollees ul {
    margin: 0;
    padding: 0;
    list-style: none;
    flex-direction: column;
    display: flex;
    gap: 2rem;
}.pn_potential_enrollees li {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.02),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
    text-align: center;
    border-radius: 21px;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 2.5rem 2rem;
    background-color: rgba(255, 255, 255, 0.7);
    align-items: center;
}.pn_potential_enrollees li::before {
    width: 100%;
    opacity: 0.3;
    top: 0;
    left: 0;
    height: 5px;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, rgb(110,127,175,0.5), rgb(156,191,191,0.5));
    transition: opacity 0.4s ease;
}.pn_potential_enrollees li::after {
    z-index: -1;
    bottom: 0;
    height: 100%;
    position: absolute;
    background: radial-gradient(circle at center bottom, rgb(110,127,175,0.5) 0%, transparent 70%);
    content: '';
    left: 0;
    transition: opacity 0.5s ease;
    opacity: 0;
    width: 100%;
}.pn_potential_enrollees li:hover {
    transform: translateY(-8px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}.pn_potential_enrollees li:hover::before {
    opacity: 1;
}.pn_potential_enrollees li:hover::after {
    opacity: 0.15;
}.pn_potential_enrollees li svg {
    width: 60px;
    filter: drop-shadow(0 3px 6px rgb(110,127,175,0.5));
    transition: all 0.4s ease;
    fill: rgb(110,127,175);
    margin-bottom: 1.5rem;
    display: block;
    height: 60px;
}.pn_potential_enrollees li:hover svg {
    filter: drop-shadow(0 5px 10px rgb(156,191,191,0.5));
    fill: rgb(156,191,191);
    transform: scale(1.05);
}.pn_potential_enrollees li svg path {
    transition: all 0.4s ease;
}.pn_potential_enrollees li:hover svg path {
    fill: rgb(156,191,191);
}.pn_potential_enrollees li {
    position: relative;
    font-size: 16px;
    color: #000000;
    padding-bottom: 1rem;
    line-height: 1.6;
    font-weight: 300;
}.pn_potential_enrollees li:nth-child(1) {
    background-color: rgba(255, 255, 255, 0.75);
}.pn_potential_enrollees li:nth-child(2) {
    background-color: rgba(255, 255, 255, 0.8);
}.pn_potential_enrollees li:nth-child(3) {
    background-color: rgba(255, 255, 255, 0.85);
}.pn_potential_enrollees li:nth-child(4) {
    background-color: rgba(255, 255, 255, 0.9);
}

@keyframes moveGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (min-width: 992px) {.pn_potential_enrollees ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    display: grid;
}.pn_potential_enrollees li:nth-child(even) {
    transform: translateY(20px);
}.pn_potential_enrollees li:nth-child(even):hover {
    transform: translateY(12px);
}.pn_potential_enrollees li:nth-child(1),
    .pn_potential_enrollees li:nth-child(4) {
    animation: float 8s ease-in-out infinite;
}.pn_potential_enrollees li:nth-child(2),
    .pn_potential_enrollees li:nth-child(3) {
    animation: float 8s ease-in-out infinite reverse;
}
}

@media (max-width: 991px) {.pn_potential_enrollees .eq_impact_numbers {
    padding: 2rem;
}.pn_potential_enrollees h3 {
    margin-bottom: 2.5rem;
    font-size: calc(29px * 0.9);
}.pn_potential_enrollees li {
    padding: 2rem 1.5rem;
}.pn_potential_enrollees li svg {
    width: 50px;
    margin-bottom: 1rem;
    height: 50px;
}
}

@media (max-width: 767px) {.pn_potential_enrollees {
    padding: 3rem 0;
}.pn_potential_enrollees .eq_impact_numbers {
    padding: 1.5rem;
}.pn_potential_enrollees h3 {
    margin-bottom: 2rem;
    font-size: calc(29px * 0.8);
}.pn_potential_enrollees h3::before {
    top: -20px;
    width: 50px;
}.pn_potential_enrollees h3::after {
    width: 70%;
}.pn_potential_enrollees ul {
    gap: 1.5rem;
}.pn_potential_enrollees li {
    padding: 1.5rem 1rem;
}.pn_potential_enrollees li svg {
    height: 45px;
    width: 45px;
}}.zO_cert_block {
    position: relative;
    color: #ffffff;
    padding: 80px 0 40px;
    z-index: 1;
}.zO_cert_block::before {
    top: 0;
    backdrop-filter: blur(8px);
    content: "";
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    z-index: -1;
    width: 100%;
    position: absolute;
    height: 100%;
}footer {
    position: relative;
}.zO_cert_block .container {
    gap: 40px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr;
}.zO_cert_block .company_holder {
    position: relative;
    padding-right: 40px;
}.zO_cert_block .company_holder::after {
    width: 1px;
    right: 0;
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(110,127,175,0.5), 
        transparent);
    content: "";
    height: 60%;
    top: 20%;
    position: absolute;
}.zO_cert_block .company_holder h3 {
    margin-bottom: 25px;
    display: inline-block;
    font-weight: 700;
    font-size: calc(37px * 0.9);
    position: relative;
}.zO_cert_block .company_holder h3::after {
    bottom: -8px;
    background: rgb(156,191,191);
    width: 40px;
    position: absolute;
    border-radius: 10px;
    content: "";
    left: 0;
    height: 3px;
}.zO_cert_block .vN_fund_cta {
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.8;
    font-size: 14px;
    color: #ffffff;
    max-width: 90%;
}.zO_cert_block .Fw_price_table {
    display: flex;
    justify-content: flex-end;
}.zO_cert_block .wl_head_learning {
    display: flex;
    gap: 60px;
}.zO_cert_block .XO_top_core {
    position: relative;
}.zO_cert_block .XO_top_core h5 {
    font-size: 20px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
    font-weight: 600;
}.zO_cert_block .XO_top_core h5::after {
    left: 0;
    position: absolute;
    width: 30px;
    content: "";
    height: 2px;
    border-radius: 10px;
    bottom: 0;
    background: rgb(156,191,191);
}.zO_cert_block .XO_top_core .wl_head_learning {
    gap: 15px;
    display: flex;
    flex-direction: column;
}.zO_cert_block .XO_top_core .wl_head_learning a {
    padding-left: 0;
    font-size: calc(14px * 0.95);
    transition: all 0.3s ease;
    opacity: 0.7;
    color: #ffffff;
    position: relative;
    text-decoration: none;
}.zO_cert_block .XO_top_core .wl_head_learning a::before {
    transition: all 0.3s ease;
    width: 0;
    content: "";
    position: absolute;
    opacity: 0;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    height: 1px;
    background: rgb(156,191,191);
}.zO_cert_block .XO_top_core .wl_head_learning a:hover {
    color: rgb(156,191,191);
    padding-left: 12px;
    opacity: 1;
}.zO_cert_block .XO_top_core .wl_head_learning a:hover::before {
    width: 8px;
    opacity: 1;
}.rN_footnote_ref {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    backdrop-filter: blur(5px);
}.rN_footnote_ref .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.rN_footnote_ref .Qj_mentor_net {
    opacity: 0.6;
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(156,191,191,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(156,191,191);
    }
}

@media (max-width: 991px) {.zO_cert_block {
    padding: 60px 0 30px;
}.zO_cert_block .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.zO_cert_block .company_holder {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding-right: 0;
}.zO_cert_block .company_holder::after {
    display: none;
}.zO_cert_block .company_holder h3 {
    margin-left: auto;
    margin-right: auto;
}.zO_cert_block .company_holder h3::after {
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
}.zO_cert_block .vN_fund_cta {
    text-align: center;
    max-width: 100%;
}.zO_cert_block .Fw_price_table {
    justify-content: center;
}
}

@media (max-width: 767px) {.zO_cert_block {
    padding: 50px 0 20px;
}.zO_cert_block .wl_head_learning {
    width: 100%;
    flex-direction: column;
    gap: 40px;
}.zO_cert_block .XO_top_core {
    text-align: center;
}.zO_cert_block .XO_top_core h5 {
    text-align: center;
}.zO_cert_block .XO_top_core h5::after {
    transform: translateX(-50%);
    left: 50%;
}.zO_cert_block .XO_top_core .wl_head_learning {
    align-items: center;
}.zO_cert_block .XO_top_core .wl_head_learning a {
    text-align: center;
}.zO_cert_block .XO_top_core .wl_head_learning a::before {
    display: none;
}.zO_cert_block .XO_top_core .wl_head_learning a:hover {
    padding-left: 0;
}
}

@media (max-width: 480px) {.zO_cert_block {
    padding: 40px 0 20px;
}.zO_cert_block .company_holder h3 {
    font-size: calc(37px * 0.8);
}.zO_cert_block .vN_fund_cta {
    font-size: calc(14px * 0.9);
}.rN_footnote_ref .Qj_mentor_net {
    font-size: calc(15px * 0.9);
}}

.zO_cert_block::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}.zO_cert_block::after {
    box-shadow: 0 0 40px rgb(156,191,191,0.5);
}.zO_cert_block .container::before {
    content: "";
    height: 150px;
    border-radius: 50%;
    left: -75px;
    background: radial-gradient(
        circle, 
        rgb(110,127,175,0.5), 
        transparent 70%
    );
    width: 150px;
    animation: pulse 10s infinite alternate-reverse;
    filter: blur(30px);
    bottom: -75px;
    position: absolute;
}.zO_cert_block .XO_top_core::before {
    background: rgb(156,191,191);
    height: 5px;
    border-radius: 50%;
    opacity: 0.7;
    top: 10px;
    width: 5px;
    position: absolute;
    left: -15px;
    content: "";
}.zO_cert_block .XO_top_core:hover::before {
    animation: glow 2s infinite;
}.zO_cert_block .company_holder::before {
    content: "";
    background: linear-gradient(90deg, 
        rgb(156,191,191,0.5), 
        transparent);
    left: 0;
    height: 1px;
    position: absolute;
    width: 100px;
    bottom: -20px;
}

@media (max-width: 991px) {.zO_cert_block .company_holder::before {
    background: linear-gradient(90deg, 
            transparent, 
            rgb(156,191,191,0.5), 
            transparent);
    left: 50%;
    transform: translateX(-50%);
}}

.zO_cert_block .XO_top_core .wl_head_learning a::after {
    content: "";
    transition: width 0.3s ease;
    height: 1px;
    left: 0;
    background: rgb(156,191,191);
    width: 0;
    position: absolute;
    bottom: -2px;
}.zO_cert_block .XO_top_core .wl_head_learning a:hover::after {
    width: 100%;
}.zO_cert_block .XO_top_core .wl_head_learning a:nth-child(odd):hover {
    transform: translateX(2px);
}.zO_cert_block .XO_top_core .wl_head_learning a:nth-child(even):hover {
    transform: translateX(2px);
}

@media (min-width: 992px) {footer::after {
    height: 1px;
    top: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(110,127,175,0.5), 
            transparent);
    left: 0;
    right: 0;
}.zO_cert_block::before {
    background-blend-mode: overlay;
}}

.zO_cert_block .company_holder h3::before {
    opacity: 0.7;
    width: 20px;
    left: -30px;
    height: 1px;
    background: rgb(156,191,191);
    top: 50%;
    content: "";
    position: absolute;
}

@media (max-width: 991px) {.zO_cert_block .company_holder h3::before {
    display: none;
}}

.rN_footnote_ref {
    position: relative;
    overflow: hidden;
}.rN_footnote_ref::before {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(110,127,175,0.5), 
        transparent);
    height: 1px;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
}.rN_footnote_ref::after {
    content: "";
    background: linear-gradient(90deg, 
        transparent, 
        rgb(110,127,175,0.5), 
        transparent);
    width: 30%;
    opacity: 0.3;
    bottom: 0;
    height: 1px;
    left: 35%;
    position: absolute;
}.rN_footnote_ref .Qj_mentor_net {
    position: relative;
    transition: all 0.3s ease;
}.rN_footnote_ref .Qj_mentor_net:hover {
    letter-spacing: 0.7px;
    opacity: 1;
}.aN_course_summary {
    justify-content: center;
    position: relative;
    background-color: rgb(221,228,224);
    min-height: 100vh;
    z-index: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}.aN_course_summary::before {
    pointer-events: none;
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 2;
    width: 100%;
    top: 0;
    content: '';
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(156,191,191,0.5) 100%);
}.aN_course_summary::after {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    position: absolute;
    content: '';
    animation: pulse 15s infinite alternate;
    height: 100%;
    background: radial-gradient(circle at 75% 25%, rgb(110,127,175,0.5) 0%, transparent 50%);
    pointer-events: none;
}.aN_course_summary .XB_study_path {
    height: 100%;
    top: 0;
    overflow: hidden;
    width: 100%;
    z-index: 1;
    left: 0;
    position: absolute;
}.aN_course_summary .Sk_knowledge_guide {
    animation: carousel-slide 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    height: 100%;
    width: calc(100% * var(--slide-count, 5));
    display: flex;
}.aN_course_summary .XB_study_path:hover .Sk_knowledge_guide {
    animation-play-state: paused;
}.aN_course_summary .Rf_skill_up {
    position: relative;
    transition: transform 0.5s ease;
    width: calc(100% / var(--slide-count, 5));
    height: 100%;
    overflow: hidden;
}.aN_course_summary .Rf_skill_up::before {
    content: '';
    top: 0;
    position: absolute;
    left: 0;
    z-index: 2;
    opacity: 0.7;
    background: linear-gradient(to bottom, transparent 40%, #000000 100%);
    height: 100%;
    width: 100%;
}.aN_course_summary .Rf_skill_up::after {
    background: repeating-linear-gradient(
        45deg,
        rgb(156,191,191,0.5),
        rgb(156,191,191,0.5) 2px,
        transparent 2px,
        transparent 4px
    );
    opacity: 0.05;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    content: '';
    z-index: 1;
    width: 100%;
    mix-blend-mode: overlay;
}.aN_course_summary .Rf_skill_up img {
    object-fit: cover;
    width: 100%;
    transform: scale(1.05);
    transition: transform 8s ease;
    height: 100%;
    filter: saturate(1.2) contrast(1.1);
}.aN_course_summary .Rf_skill_up:hover img {
    transform: scale(1.15);
}.aN_course_summary .container {
    position: relative;
    padding: 2rem 0;
    height: 100%;
    align-items: center;
    z-index: 10;
    display: flex;
    justify-content: flex-end;
}.aN_course_summary .eq_impact_numbers {
    border-radius: 16px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 3rem;
    transform: translateX(0);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    animation: float 6s ease-in-out infinite;
    max-width: 600px;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        rgba(255, 255, 255, 0.05) 100%);
}.aN_course_summary .ik_class_path {
    position: relative;
}.aN_course_summary .ik_class_path::before {
    left: -20px;
    border-top: 2px solid rgb(156,191,191);
    content: '';
    border-left: 2px solid rgb(156,191,191);
    opacity: 0.8;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -20px;
}.aN_course_summary .ik_class_path::after {
    height: 40px;
    border-right: 2px solid rgb(110,127,175);
    width: 40px;
    content: '';
    border-bottom: 2px solid rgb(110,127,175);
    position: absolute;
    right: -20px;
    bottom: -20px;
    opacity: 0.8;
}.aN_course_summary .ik_class_path h3 {
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: 35px;
    margin-bottom: 1.5rem;
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
}.aN_course_summary .ik_class_path h3::after {
    width: 60%;
    height: 3px;
    background: linear-gradient(90deg, rgb(156,191,191) 0%, transparent 100%);
    left: 0;
    content: '';
    position: absolute;
    bottom: -10px;
}.aN_course_summary .ik_class_path p {
    font-size: 17px;
    line-height: 1.6;
    opacity: 0.8;
    margin-bottom: 2.5rem;
    color: #ffffff;
}.aN_course_summary .ik_class_path .YO_reach_list {
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    z-index: 1;
    background: linear-gradient(135deg, rgb(156,191,191) 0%, rgb(110,127,175) 100%);
    text-decoration: none;
    font-size: 17px;
    display: inline-block;
    padding: 1rem 2.5rem;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}.aN_course_summary .ik_class_path .YO_reach_list::before {
    z-index: -1;
    top: 0;
    position: absolute;
    height: 100%;
    left: -100%;
    content: '';
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.4s ease;
}.aN_course_summary .ik_class_path .YO_reach_list:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}.aN_course_summary .ik_class_path .YO_reach_list:hover::before {
    transition: all 0.4s ease;
    left: 100%;
}

@keyframes carousel-slide {
    0%, 2% {
        transform: translateX(0);
    }
    18%, 22% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
    }
    38%, 42% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
    }
    58%, 62% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
    }
    78%, 82% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
    }
    98%, 100% {
        transform: translateX(0);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media screen and (max-width: 1200px) {.aN_course_summary .container {
    justify-content: center;
}.aN_course_summary .eq_impact_numbers {
    max-width: 80%;
}
}

@media screen and (max-width: 768px) {.aN_course_summary {
    min-height: auto;
    padding: 6rem 0;
}.aN_course_summary .XB_study_path {
    position: fixed;
    height: 100%;
}.aN_course_summary .eq_impact_numbers {
    padding: 2rem;
    max-width: 90%;
}.aN_course_summary .ik_class_path h3 {
    font-size: calc(35px * 0.8);
}.aN_course_summary .ik_class_path p {
    font-size: calc(17px * 0.9);
}.aN_course_summary .ik_class_path .YO_reach_list {
    text-align: center;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.aN_course_summary {
    padding: 4rem 0;
}.aN_course_summary .eq_impact_numbers {
    padding: 1.5rem;
}.aN_course_summary .ik_class_path h3 {
    font-size: calc(35px * 0.7);
}.aN_course_summary .ik_class_path::before,
    .aN_course_summary .ik_class_path::after {
    height: 30px;
    width: 30px;
}@keyframes carousel-slide {
        0%, 5% {
            transform: translateX(0);
        }
        20%, 25% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
        }
        40%, 45% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
        }
        60%, 65% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
        }
        80%, 85% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
        }
        95%, 100% {
            transform: translateX(0);
        }
    }
}

.aN_course_summary .Sk_knowledge_guide {
    --slide-count: 5;
}

@supports (animation-timeline: scroll()) {.aN_course_summary .Sk_knowledge_guide {
    animation-range: 0 100vh;
    animation-timeline: scroll();
}}.HJ_gratNote {
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(221,228,224) 0%, rgb(156,191,191,0.5) 100%);
    overflow: hidden;
}.HJ_gratNote::before {
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    right: 0;
    width: 40%;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(230deg, rgb(110,127,175,0.5) 10%, transparent 80%);
    height: 100%;
    z-index: 1;
}.HJ_gratNote::after {
    filter: blur(30px);
    position: absolute;
    border-radius: 50%;
    width: 20rem;
    animation: pulse 8s infinite ease-in-out;
    content: "";
    height: 20rem;
    left: -5rem;
    z-index: 0;
    bottom: -5rem;
    background: linear-gradient(45deg, rgb(156,191,191,0.5) 0%, transparent 70%);
}.HJ_gratNote .container {
    max-width: 1200px;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
}.HJ_gratNote h2 {
    font-size: 38px;
    transform-origin: left center;
    line-height: 1.3;
    color: #000000;
    font-weight: 700;
    margin-bottom: 3rem;
    animation: slideInTitle 0.8s ease-out forwards;
    max-width: 90%;
    position: relative;
    font-family: Arial, sans-serif;
}.HJ_gratNote h2::after {
    height: 0.3rem;
    bottom: -1rem;
    animation: expandLine 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    width: 6rem;
    position: absolute;
    transform: scaleX(0);
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(156,191,191) 0%, rgb(110,127,175) 100%);
}.HJ_gratNote .eq_impact_numbers {
    background: #ffffff;
    opacity: 0;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.08);
    transform: translateY(20px);
    animation: fadeInUp 0.8s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    padding: 3rem;
}.HJ_gratNote .eq_impact_numbers::before {
    z-index: -1;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 60%, rgb(110,127,175,0.5) 150%);
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 95% 100%, 0 100%);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}.HJ_gratNote ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.HJ_gratNote li {
    position: relative;
    padding-left: 2rem;
}.HJ_gratNote li::before {
    background: rgb(156,191,191);
    transform: rotate(45deg) scale(0);
    top: 0.5rem;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 0.6rem;
    position: absolute;
    animation: scaleIn 0.5s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: 0.6rem;
    left: 0;
    content: "";
}.HJ_gratNote span {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
    position: relative;
}

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

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

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

@keyframes scaleIn {
    from {
        transform: rotate(45deg) scale(0);
    }
    to {
        transform: rotate(45deg) scale(1);
    }
}

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

@media (max-width: 992px) {.HJ_gratNote {
    padding: 4rem 0;
}.HJ_gratNote h2 {
    font-size: calc(38px * 0.9);
    max-width: 100%;
}.HJ_gratNote .eq_impact_numbers {
    padding: 2.5rem;
}.HJ_gratNote::before {
    width: 30%;
}
}

@media (max-width: 768px) {.HJ_gratNote {
    padding: 3.5rem 0;
}.HJ_gratNote h2 {
    margin-bottom: 2.5rem;
    font-size: calc(38px * 0.8);
    line-height: 1.4;
}.HJ_gratNote .eq_impact_numbers {
    padding: 2rem;
}.HJ_gratNote .container {
    transform: perspective(1000px) rotateX(1deg);
}.HJ_gratNote::before {
    width: 25%;
}.HJ_gratNote li::before {
    top: 0.4rem;
}
}

@media (max-width: 576px) {.HJ_gratNote {
    padding: 3rem 0;
}.HJ_gratNote h2 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.7);
}.HJ_gratNote h2::after {
    width: 5rem;
    bottom: -0.75rem;
    height: 0.25rem;
}.HJ_gratNote .eq_impact_numbers {
    padding: 1.5rem;
}.HJ_gratNote .container {
    transform: none;
    padding: 0 1.5rem;
}.HJ_gratNote::before {
    display: none;
}.HJ_gratNote li {
    padding-left: 1.5rem;
}.HJ_gratNote li::before {
    top: 0.4rem;
    width: 0.5rem;
    height: 0.5rem;
}.HJ_gratNote span {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}}.RV_confidential_armory {
    display: flex;
    width: 100%;
    border: 2px solid rgb(156,191,191);
    height: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    background: #ffffff;
    padding: 50px;
    flex-direction: column;
    align-items: center;
}.RV_confidential_armory h1 {
    color: rgb(156,191,191);
    font-size: 47px;
    margin-top: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    border-bottom: 3px solid rgb(110,127,175);
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
}.RV_confidential_armory h2 {
    padding-bottom: 5px;
    border-bottom: 2px solid rgb(156,191,191);
    width: 100%;
    margin-bottom: 20px;
    color: rgb(110,127,175);
    text-align: center;
    margin-top: 30px;
    font-size: 32px;
    font-weight: 600;
}.RV_confidential_armory ul, .RV_confidential_armory ol {
    margin: 20px 0;
    font-family: Arial, sans-serif;
    width: 100%;
    color: #000000;
    font-size: 14px;
    list-style: none;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    padding: 0;
    text-align: left;
}.RV_confidential_armory li {
    padding: 10px 0;
    border-bottom: 1px solid rgb(110,127,175,0.5);
}.RV_confidential_armory section {
    background: none;
}.RV_confidential_armory p, .RV_confidential_armory span, .RV_confidential_armory div {
    line-height: 1.8;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    color: #000000;
    font-size: 14px;
    font-family: Arial, sans-serif;
}

@media only screen and (max-width: 800px) {.RV_confidential_armory {
    border-radius: 10px;
    padding: 30px;
}.RV_confidential_armory h1 {
    font-size: calc(20px - 5px);
}.RV_confidential_armory h2 {
    font-size: calc(20px - 3px);
}.RV_confidential_armory ul, .RV_confidential_armory ol {
    margin: 15px 0;
}.RV_confidential_armory li {
    padding: 8px 0;
}.RV_confidential_armory p, .RV_confidential_armory span, .RV_confidential_armory div {
    margin-bottom: 15px;
}}.Tp_customer_comments {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(180deg, rgb(221,228,224) 0%, rgb(156,191,191,0.5) 100%);
    overflow: hidden;
}.Tp_customer_comments::before {
    right: 0;
    opacity: 0.3;
    content: "";
    background: linear-gradient(to right, rgb(110,127,175,0.5), transparent, rgb(110,127,175,0.5));
    position: absolute;
    transform: skewY(-5deg) translateY(-100px);
    height: 200px;
    top: 0;
    z-index: 0;
    left: 0;
}.Tp_customer_comments::after {
    right: 0;
    background: linear-gradient(to left, rgb(156,191,191,0.5), transparent, rgb(156,191,191,0.5));
    height: 150px;
    position: absolute;
    opacity: 0.3;
    bottom: 0;
    transform: skewY(3deg) translateY(50px);
    left: 0;
    content: "";
    z-index: 0;
}.Tp_customer_comments .container {
    position: relative;
    z-index: 1;
}.Tp_customer_comments h2 {
    position: relative;
    transform: perspective(500px) rotateX(5deg);
    color: #000000;
    font-weight: 700;
    margin-bottom: 70px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 37px;
}.Tp_customer_comments h2::after {
    bottom: 0;
    transform: translateX(-50%);
    content: "";
    border-radius: 10px;
    left: 50%;
    height: 5px;
    width: 100px;
    background: linear-gradient(to right, rgb(156,191,191), rgb(110,127,175));
    position: absolute;
}.Tp_customer_comments .Rz_feedback_perspectives {
    perspective: 1000px;
    margin: 0 auto;
    gap: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    transform-style: preserve-3d;
}.Tp_customer_comments .rV_learner_ratings {
    transform: translateZ(0);
    gap: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    width: 100%;
    transition: all 0.5s ease;
    flex-direction: column;
    padding: 30px;
    z-index: 1;
    display: flex;
    border-radius: 13px;
    background: #ffffff;
    position: relative;
}.Tp_customer_comments .rV_learner_ratings:nth-child(odd) {
    transform: translateX(-30px) rotateZ(-1deg);
    align-self: flex-start;
}.Tp_customer_comments .rV_learner_ratings:nth-child(even) {
    transform: translateX(30px) rotateZ(1deg);
    align-self: flex-end;
}.Tp_customer_comments .rV_learner_ratings:hover {
    z-index: 2;
    transform: scale(1.03) rotateZ(0);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}.Tp_customer_comments .rV_learner_ratings::before {
    background: #ffffff;
    left: 30px;
    height: 30px;
    width: 30px;
    position: absolute;
    top: -15px;
    box-shadow: -5px -5px 15px rgba(0, 0, 0, 0.5);
    transform: rotate(45deg);
    content: "";
    z-index: -1;
}.Tp_customer_comments .rV_learner_ratings:nth-child(even)::before {
    left: auto;
    right: 30px;
}.Tp_customer_comments .rV_learner_ratings img {
    position: absolute;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    transition: all 0.5s ease;
    height: 80px;
    left: 20px;
    object-fit: cover;
    width: 80px;
    border: 5px solid #ffffff;
    top: -40px;
}.Tp_customer_comments .rV_learner_ratings:nth-child(even) img {
    right: 20px;
    left: auto;
}.Tp_customer_comments .rV_learner_ratings:hover img {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    transform: scale(1.1) translateY(-5px);
}.Tp_customer_comments .rV_learner_ratings p {
    font-family: Arial, sans-serif;
    margin: 0;
}.Tp_customer_comments .rV_learner_ratings p:first-of-type {
    font-weight: 600;
    margin-top: 40px;
    margin-left: 100px;
    font-size: 23px;
    color: #000000;
    position: relative;
}.Tp_customer_comments .rV_learner_ratings:nth-child(even) p:first-of-type {
    text-align: right;
    margin-left: 0;
    margin-right: 100px;
}.Tp_customer_comments .rV_learner_ratings .description {
    padding: 20px;
    color: #000000;
    line-height: 1.7;
    font-weight: 400;
    background: linear-gradient(to right, rgb(221,228,224), transparent);
    font-size: 15px;
    border-radius: 10px;
    position: relative;
}.Tp_customer_comments .rV_learner_ratings:nth-child(even) .description {
    background: linear-gradient(to left, rgb(221,228,224), transparent);
}.Tp_customer_comments .rV_learner_ratings .description::before {
    line-height: 1;
    font-weight: 700;
    position: absolute;
    top: -20px;
    content: "";
    font-size: 60px;
    color: rgb(156,191,191,0.5);
    left: 0;
}.Tp_customer_comments .rV_learner_ratings:nth-child(even) .description::before {
    left: auto;
    right: 0;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.Tp_customer_comments .rV_learner_ratings:nth-child(3n+1) {
    animation: float 6s ease-in-out infinite;
}.Tp_customer_comments .rV_learner_ratings:nth-child(3n+2) {
    animation-delay: 1s;
    animation: float 7s ease-in-out infinite;
}.Tp_customer_comments .rV_learner_ratings:nth-child(3n) {
    animation-delay: 2s;
    animation: float 8s ease-in-out infinite;
}

@media (max-width: 992px) {.Tp_customer_comments {
    padding: 80px 0;
}.Tp_customer_comments .rV_learner_ratings:nth-child(odd),
    .Tp_customer_comments .rV_learner_ratings:nth-child(even) {
    transform: none;
    width: 90%;
}.Tp_customer_comments .rV_learner_ratings:hover {
    transform: scale(1.02);
}
}

@media (max-width: 768px) {.Tp_customer_comments {
    padding: 70px 0;
}.Tp_customer_comments h2 {
    transform: none;
    margin-bottom: 50px;
}.Tp_customer_comments .Rz_feedback_perspectives {
    gap: 80px;
}.Tp_customer_comments .rV_learner_ratings {
    padding: 25px 20px;
}.Tp_customer_comments .rV_learner_ratings img {
    width: 60px;
    height: 60px;
    top: -30px;
}.Tp_customer_comments .rV_learner_ratings p:first-of-type {
    font-size: calc(23px * 0.9);
    margin-top: 30px;
    margin-left: 80px;
}.Tp_customer_comments .rV_learner_ratings:nth-child(even) p:first-of-type {
    margin-right: 80px;
}.Tp_customer_comments .rV_learner_ratings .description {
    font-size: calc(15px * 0.95);
    padding: 15px;
}}.qj_welcome_board {
    width: 100%;
    background: #000000;
    overflow: hidden;
    position: relative;
}.qj_welcome_board::before {
    content: "";
    left: 0;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(156,191,191,0.5) 0,
        rgb(156,191,191,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    z-index: 1;
    width: 100%;
}.qj_welcome_board .eq_impact_numbers {
    grid-template-columns: 2fr 1fr;
    display: grid;
    position: relative;
    width: 100%;
    z-index: 2;
    height: 75vh;
}.qj_welcome_board .xN_edu_begin {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 75vh;
    border-radius: 0 0 24px 0;
}.qj_welcome_board .xN_edu_begin input {
    display: none;
}.qj_welcome_board .xr_skill_expertise {
    height: 100%;
    transition: transform 0.7s cubic-bezier(0.5, 0, 0.2, 1);
    width: 500%;
    display: flex;
}.qj_welcome_board .HK_page_base {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 20%;
}.qj_welcome_board .HK_page_base img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: contrast(1.05) brightness(0.9);
    transition: transform 1.2s ease-out, filter 0.7s ease;
    transform: scale(1.1);
}.qj_welcome_board .bA_learn_front {
    display: flex;
    border-radius: 0 24px 0 0;
    z-index: 10;
    padding: 15px 20px;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
}.qj_welcome_board .bA_learn_front label {
    width: 12px;
    height: 12px;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.3s ease-out;
    margin: 0 6px;
    position: relative;
    border: 2px solid rgb(110,127,175,0.5);
    background: transparent;
}.qj_welcome_board .bA_learn_front label::after {
    border-radius: 50%;
    background: rgb(110,127,175);
    content: "";
    position: absolute;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(0);
    inset: 2px;
}.qj_welcome_board .bA_learn_front label:hover::after {
    transform: scale(0.5);
}.qj_welcome_board .Nb_text_block {
    position: relative;
    flex-direction: column;
    display: flex;
    overflow: hidden;
    justify-content: center;
    padding: 0 2rem 0 3rem;
    background: rgb(156,191,191);
}.qj_welcome_board .Nb_text_block::before {
    left: 0;
    content: "";
    opacity: 0.15;
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
    background: 
        linear-gradient(135deg, rgb(156,191,191,0.5) 0%, transparent 100%),
        radial-gradient(circle at 90% 90%, rgb(110,127,175,0.5) 0%, transparent 50%);
    height: 100%;
}.qj_welcome_board .Nb_text_block .container {
    max-width: 100%;
    z-index: 1;
    position: relative;
}.qj_welcome_board .Nb_text_block h1 {
    font-weight: 700;
    display: inline-block;
    font-size: 38px;
    position: relative;
    margin-bottom: 1.5rem;
    color: #ffffff;
}.qj_welcome_board .Nb_text_block h1::after {
    position: absolute;
    height: 3px;
    bottom: -8px;
    width: 40%;
    background: rgb(110,127,175);
    content: "";
    left: 0;
}.qj_welcome_board .Nb_text_block h3 {
    font-size: 22px;
    opacity: 0.9;
    margin-bottom: 2rem;
    font-weight: 600;
    color: #ffffff;
}.qj_welcome_board .Nb_text_block p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
    opacity: 0.8;
    max-width: 100%;
    margin-bottom: 1rem;
    color: #ffffff;
}.qj_welcome_board input:nth-of-type(1):checked ~ .xr_skill_expertise {
    transform: translateX(0);
}.qj_welcome_board input:nth-of-type(2):checked ~ .xr_skill_expertise {
    transform: translateX(-20%);
}.qj_welcome_board input:nth-of-type(3):checked ~ .xr_skill_expertise {
    transform: translateX(-40%);
}.qj_welcome_board input:nth-of-type(4):checked ~ .xr_skill_expertise {
    transform: translateX(-60%);
}.qj_welcome_board input:nth-of-type(5):checked ~ .xr_skill_expertise {
    transform: translateX(-80%);
}.qj_welcome_board input:nth-of-type(6):checked ~ .xr_skill_expertise {
    transform: translateX(-100%);
}.qj_welcome_board input:nth-of-type(7):checked ~ .xr_skill_expertise {
    transform: translateX(-120%);
}.qj_welcome_board input:nth-of-type(8):checked ~ .xr_skill_expertise {
    transform: translateX(-140%);
}.qj_welcome_board input:nth-of-type(9):checked ~ .xr_skill_expertise {
    transform: translateX(-160%);
}.qj_welcome_board input:nth-of-type(10):checked ~ .xr_skill_expertise {
    transform: translateX(-180%);
}.qj_welcome_board input:nth-of-type(1):checked ~ .bA_learn_front label:nth-child(1)::after,
.qj_welcome_board input:nth-of-type(2):checked ~ .bA_learn_front label:nth-child(2)::after,
.qj_welcome_board input:nth-of-type(3):checked ~ .bA_learn_front label:nth-child(3)::after,
.qj_welcome_board input:nth-of-type(4):checked ~ .bA_learn_front label:nth-child(4)::after,
.qj_welcome_board input:nth-of-type(5):checked ~ .bA_learn_front label:nth-child(5)::after,
.qj_welcome_board input:nth-of-type(6):checked ~ .bA_learn_front label:nth-child(6)::after,
.qj_welcome_board input:nth-of-type(7):checked ~ .bA_learn_front label:nth-child(7)::after,
.qj_welcome_board input:nth-of-type(8):checked ~ .bA_learn_front label:nth-child(8)::after,
.qj_welcome_board input:nth-of-type(9):checked ~ .bA_learn_front label:nth-child(9)::after,
.qj_welcome_board input:nth-of-type(10):checked ~ .bA_learn_front label:nth-child(10)::after {
    transform: scale(1);
}.qj_welcome_board input:nth-of-type(1):checked ~ .bA_learn_front label:nth-child(1),
.qj_welcome_board input:nth-of-type(2):checked ~ .bA_learn_front label:nth-child(2),
.qj_welcome_board input:nth-of-type(3):checked ~ .bA_learn_front label:nth-child(3),
.qj_welcome_board input:nth-of-type(4):checked ~ .bA_learn_front label:nth-child(4),
.qj_welcome_board input:nth-of-type(5):checked ~ .bA_learn_front label:nth-child(5),
.qj_welcome_board input:nth-of-type(6):checked ~ .bA_learn_front label:nth-child(6),
.qj_welcome_board input:nth-of-type(7):checked ~ .bA_learn_front label:nth-child(7),
.qj_welcome_board input:nth-of-type(8):checked ~ .bA_learn_front label:nth-child(8),
.qj_welcome_board input:nth-of-type(9):checked ~ .bA_learn_front label:nth-child(9),
.qj_welcome_board input:nth-of-type(10):checked ~ .bA_learn_front label:nth-child(10) {
    transform: scale(1.1);
    border-color: rgb(110,127,175);
}.qj_welcome_board input:checked ~ .xr_skill_expertise .HK_page_base img {
    filter: contrast(1.1) brightness(1);
    transform: scale(1);
}

@media (max-width: 1199px) {.qj_welcome_board .Nb_text_block {
    padding: 0 1.5rem 0 2.5rem;
}
}

@media (max-width: 991px) {.qj_welcome_board .eq_impact_numbers {
    grid-template-columns: 1.5fr 1fr;
}.qj_welcome_board .Nb_text_block {
    padding: 0 1.2rem 0 2rem;
}.qj_welcome_board .Nb_text_block h1 {
    font-size: calc(38px * 0.9);
}.qj_welcome_board .Nb_text_block h3 {
    margin-bottom: 1.5rem;
    font-size: calc(22px * 0.9);
}.qj_welcome_board .Nb_text_block p {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 767px) {.qj_welcome_board .eq_impact_numbers {
    height: auto;
    min-height: 80vh;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
}.qj_welcome_board .xN_edu_begin {
    height: 50vh;
    border-radius: 0;
}.qj_welcome_board .Nb_text_block {
    padding: 2.5rem 2rem;
}.qj_welcome_board .Nb_text_block h1 {
    font-size: calc(38px * 0.85);
}.qj_welcome_board .Nb_text_block h3 {
    font-size: calc(22px * 0.85);
    margin-bottom: 1.2rem;
}.qj_welcome_board .bA_learn_front {
    border-radius: 0;
}
}

@media (max-width: 575px) {.qj_welcome_board .xN_edu_begin {
    height: 45vh;
}.qj_welcome_board .Nb_text_block {
    padding: 2rem 1.5rem;
}.qj_welcome_board .Nb_text_block h1 {
    font-size: calc(38px * 0.8);
    margin-bottom: 1.2rem;
}.qj_welcome_board .Nb_text_block h3 {
    margin-bottom: 1rem;
    font-size: calc(20px * 1.1);
}.qj_welcome_board .Nb_text_block p {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
    margin-bottom: 0.8rem;
}.qj_welcome_board .bA_learn_front {
    padding: 12px 15px;
}.qj_welcome_board .bA_learn_front label {
    width: 10px;
    margin: 0 5px;
    height: 10px;
}
}

@media (max-width: 480px) {.qj_welcome_board .xN_edu_begin {
    height: 40vh;
}
}

@media (max-width: 400px) {.qj_welcome_board .xN_edu_begin {
    height: 35vh;
}
}

@media (orientation: landscape) and (max-height: 600px) and (min-width: 768px) {.qj_welcome_board .eq_impact_numbers {
    height: 85vh;
}.qj_welcome_board .xN_edu_begin {
    height: 85vh;
}
}