svg {
    width: 30px;
    height: 30px;
}

.Tq_wrapper-border {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}

.AB_gdpr_block {
    flex: 0 0 auto;
}

.AB_gdpr_block {
    font-family: Arial, sans-serif;
    padding: 6rem 0 2rem;
    color: #ffffff;
    background: linear-gradient(45deg, #000000 0%, rgb(168,179,161,0.5) 100%);
    position: relative;
}

.WF_plan_option::after {
    left: -5rem;
    content: "";
    background: linear-gradient(45deg, rgb(168,179,161), rgb(203,212,198,0.5));
    opacity: 0.05;
    width: 18rem;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    bottom: -5rem;
    transform: rotate(-10deg);
    height: 18rem;
    z-index: 0;
    position: absolute;
}

.WF_plan_option .yp_cert_plans {
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
    max-width: 800px;
    margin-bottom: 1rem;
}

.WF_plan_option .Ld_training_sub {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    color: #000000;
    z-index: 2;
}

.WF_plan_option .dq_annual_fee h3 {
    font-size: calc(19px + 0.1rem);
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 600;
    transition: color 0.3s ease;
}

.WF_plan_option .kI_rate_options::before {
    transform-origin: left;
    content: "";
    background-color: rgb(203,212,198,0.5);
    transition: transform 0.4s ease;
    height: 2px;
    bottom: -0.75rem;
    transform: scaleX(1);
    width: 3rem;
    position: absolute;
    left: 0;
}

.WF_plan_option .SN_img_circular::after {
    background: linear-gradient(to top, rgba(0,0,0,0.15), transparent);
    top: 0;
    opacity: 0.7;
    transition: opacity 0.3s ease;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    content: "";
}

.lb_title_welcome > div {
    width: 100%;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}

.lb_title_welcome .Ou_study_learn {
    transform: translateX(-5%);
    position: relative;
    margin-bottom: 2.5rem;
}

.lb_title_welcome .rB_learn_main::after {
    left: 0;
    position: absolute;
    height: 4px;
    bottom: 0;
    content: "";
    width: 60%;
    transition: transform 0.5s ease;
    background: linear-gradient(90deg, rgb(203,212,198) 0%, rgb(168,179,161) 100%);
    transform-origin: left center;
    transform: scaleX(0.8);
}

.lb_title_welcome .hj_online_tech::before {
    z-index: 1;
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, rgb(203,212,198,0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    top: 0;
    opacity: 0.85;
    bottom: 0;
    left: 0;
}

.lb_title_welcome .hj_online_tech > div > div:hover::before {
    transform: scaleY(1);
}

.lb_title_welcome .hj_online_tech > div > div:hover p {
    transform: translateY(-5px);
}

.lb_title_welcome .hj_online_tech h3 {
    margin: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(168,179,161);
    font-size: 23px;
    line-height: 1.5;
    font-weight: 600;
    transform: translateX(0);
    transition: transform 0.4s ease, background 0.4s ease;
}

.UO_course_methodology .jT_timeline_hist {
    position: relative;
    gap: 3rem;
    max-width: 1200px;
    z-index: 1;
    align-items: center;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
}

.UO_course_methodology .jT_timeline_hist {
    grid-template-columns: 1fr;
    gap: 2rem;
}

.UO_course_methodology h3::after {
    left: 0;
    transform-origin: left;
    animation: expandLine 1s 0.6s forwards ease-out;
    height: 4px;
    background: rgb(203,212,198,0.5);
    transform: scaleX(0);
    position: absolute;
    width: 2rem;
    bottom: -1rem;
    content: "";
    border-radius: 10px;
}

.UO_course_methodology span::before {
    content: "";
    top: 0;
    background: rgb(168,179,161);
    height: 8px;
    position: absolute;
    width: 8px;
    left: -5px;
    border-radius: 50%;
    animation: pulse 3s infinite;
}

.UO_course_methodology span::before,
    .UO_course_methodology span::after {
    transform: translateX(-50%);
    left: 50%;
}

.UO_course_methodology span::before {
    top: -5px;
    left: 50%;
}

.mW_modalCookieSettings h5 {
    font-weight: 700;
    margin-bottom: 6px;
    color: #ffffff;
    transition: color 0.3s ease-in-out;
    font-size: 18px;
}

.bD_data_notice svg, .bD_data_notice svg path {
    transition: transform 0.3s ease-in-out;
    fill: rgb(203,212,198);
    width: 80px;
    height: 80px;
}

.HY_privacy_cookies:hover {
    transform: scale(1.05);
    box-shadow: rgb(203,212,198,0.5) 0px 6px 15px 0px;
}

.mW_modalCookieSettings p a:hover {
    color: rgb(168,179,161);
}

.Tq_wrapper-border .mW_modalCookieSettings {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    border: none;
    padding: 40px 0;
    background: rgb(168,179,161);
}

#lY_cookieNoticeMessage:checked ~ .mW_modalCookieSettings {
    opacity: 0;
    visibility: hidden;
}

.SQ_academic_expertise::before {
    z-index: -1;
    top: -20%;
    filter: blur(3px);
    background: rgb(203,212,198,0.5);
    transform: rotate(15deg);
    width: 60%;
    content: "";
    right: -5%;
    height: 140%;
    position: absolute;
}

.SQ_academic_expertise .SN_img_circular {
    width: 100%;
    grid-column: 1 / 2;
    position: relative;
    border-radius: 0;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    grid-row: 1 / 2;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform: translateX(-5%);
    height: 450px;
    z-index: 2;
}

.SQ_academic_expertise .mk_learner_stories:hover .nC_work_table {
    transform: translateX(-10%) translateY(-5px);
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.5);
}

.SQ_academic_expertise .name::before {
    top: -10px;
    width: 30px;
    background: rgb(168,179,161,0.5);
    left: -20px;
    transition: transform 0.4s ease 0.2s;
    z-index: -1;
    transform: rotate(45deg) scale(0);
    position: absolute;
    content: "";
    height: 30px;
    border-radius: 10px;
}

.SQ_academic_expertise .mk_learner_stories:hover .Vf_work_tasks {
    opacity: 1;
    transform: translateY(0);
}



.SQ_academic_expertise .nC_work_table::after {
    border-radius: 50%;
    animation: float 4s ease-in-out infinite;
    width: 40px;
    z-index: -1;
    background: rgb(203,212,198,0.5);
    position: absolute;
    bottom: 20px;
    height: 40px;
    content: "";
    right: 20px;
}

.AB_gdpr_block .container {
    z-index: 3;
    position: relative;
}

.AB_gdpr_block .zw_tiktok_edu {
    flex-direction: column;
    position: relative;
    display: flex;
}

.AB_gdpr_block .Bw_ask_questions {
    gap: 1.5rem;
    padding: 1.25rem 2rem;
    display: flex;
    border-radius: 27px;
    background-color: #ffffff;
    z-index: 10;
    position: relative;
    flex-wrap: wrap;
    transform: translateY(-3.5rem);
    margin-bottom: 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
}

.AB_gdpr_block .info_item:hover {
    transform: translateY(-5px);
}

.AB_gdpr_block .info_item:hover p,
.AB_gdpr_block .info_item:hover a {
    color: rgb(203,212,198);
}

.AB_gdpr_block .info_item svg {
    transition: transform 0.3s ease;
    width: 22px;
    fill: rgb(203,212,198);
    height: 22px;
}

.AB_gdpr_block .tw_nav_main {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.AB_gdpr_block .Xu_qna_board {
    font-size: calc(16px + 1px);
    opacity: 0.8;
    line-height: 1.6;
}

.AB_gdpr_block .My_top_study::before {
    bottom: 0;
    position: absolute;
    left: -2rem;
    width: 1px;
    content: '';
    top: 0;
    background: linear-gradient(to bottom, transparent, rgb(168,179,161,0.5) 30%, rgb(168,179,161,0.5) 70%, transparent);
}

.AB_gdpr_block .Yu_head_pagebar {
    gap: 1.25rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.AB_gdpr_block .Yu_head_pagebar a::before {
    transition: width 0.3s ease;
    height: 1px;
    left: 0;
    width: 0;
    bottom: 0;
    content: '';
    background-color: rgb(203,212,198);
    position: absolute;
}

.AB_gdpr_block .subscribe_holder {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border-radius: 27px;
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
    padding: 2rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
}



.AB_gdpr_block .subscribe_holder h5 {
    padding-bottom: 0.875rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 22px;
    position: relative;
}

.AB_gdpr_block .input_holder {
    flex-direction: column;
    position: relative;
    gap: 1rem;
    margin-top: 0.5rem;
    display: flex;
}

.AB_gdpr_block .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(203,212,198,0.5);
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgb(203,212,198,0.5);
}

.AB_gdpr_block .OC_sub_strategy {
    border: none;
    font-weight: 600;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    background-color: rgb(203,212,198);
    color: #ffffff;
    overflow: hidden;
    font-size: 20px;
    padding: 1.125rem 1.5rem;
}

.AB_gdpr_block .OC_sub_strategy:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.AB_gdpr_block .rm_tutor_match {
    position: relative;
    padding-top: 2rem;
    margin-top: 4rem;
    text-align: center;
}

.vN_id_thankdiv::before {
    left: 0;
    pointer-events: none;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(168,179,161,0.5) 0px,
        rgb(168,179,161,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: 1;
    top: 0;
}

.vN_id_thankdiv h2::after {
    height: 0.3rem;
    background: linear-gradient(to right, rgb(203,212,198), rgb(168,179,161));
    left: 0;
    transform: scaleX(1);
    content: "";
    bottom: -1rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    transform-origin: left;
    width: 8rem;
}

.vN_id_thankdiv .jT_timeline_hist:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15), 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 5px 10px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px) rotateX(0deg);
}

.vN_id_thankdiv li {
    transform: translateZ(5px);
    margin-bottom: 1rem;
    position: relative;
}

.vN_id_thankdiv span {
    font-size: 13px;
    padding-left: 0;
    transition: padding-left 0.3s ease;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    display: block;
}

.vN_id_thankdiv li:hover span {
    padding-left: 0.5rem;
}

.iU_secure_safehold {
    padding: 4rem 2rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(237,239,234) 0%, rgba(255,255,255,0.95) 100%);
}

.iU_secure_safehold .container {
    background: rgba(255, 255, 255, 0.8);
    transform: perspective(1000px) rotateX(0.5deg);
    backdrop-filter: blur(8px);
    margin: 0 auto;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    z-index: 1;
    position: relative;
    max-width: 1200px;
    padding: 2rem;
}

.iU_secure_safehold h2 {
    font-weight: 600;
    position: relative;
    font-size: 32px;
    border-left: 3px solid rgb(203,212,198);
    margin: 2.5rem 0 1.5rem;
    padding-left: 1rem;
    color: #000000;
}

.iU_secure_safehold h4 {
    font-weight: 600;
    border-left: 1px solid rgb(168,179,161,0.5);
    padding-left: 0.6rem;
    color: #000000;
    position: relative;
    font-size: calc(32px * 0.7);
    margin: 1.8rem 0 1rem;
}

.iU_secure_safehold strong:hover::after {
    transform: scaleX(1);
}

.iU_secure_safehold ul::before {
    background: linear-gradient(to bottom, rgb(203,212,198), rgb(168,179,161));
    width: 4px;
    content: "";
    border-radius: 10px 0 0 10px;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.iU_secure_safehold li::before {
    background: linear-gradient(135deg, rgb(168,179,161) 0%, rgb(203,212,198) 100%);
    width: 8px;
    border-radius: 50%;
    position: absolute;
    content: "";
    top: 0.5rem;
    height: 8px;
    left: 0;
    transition: transform 0.3s ease, background 0.3s ease;
}

.Vv_course_offering {
    padding: 100px 0;
    position: relative;
    background-color: rgb(237,239,234);
    overflow: hidden;
}

.Vv_course_offering::after {
    position: absolute;
    top: -100px;
    z-index: 1;
    border-radius: 50%;
    animation: rotate 20s linear infinite;
    background: radial-gradient(circle, rgb(168,179,161,0.5) 0%, transparent 80%);
    right: -100px;
    height: 400px;
    width: 400px;
    content: "";
}

.Vv_course_offering .description {
    line-height: 1.8;
    border-radius: 18px;
    backdrop-filter: blur(10px);
    color: #000000;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    font-size: 17px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 30px;
}

.Vv_course_offering .SN_img_circular {
    position: relative;
    height: 400px;
    overflow: hidden;
    margin: 40px 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s ease;
    border-radius: 18px;
    transform: perspective(1000px) rotateX(2deg);
}

.Vv_course_offering .SN_img_circular:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.Sm_connect_with_us::before {
    opacity: 0.2;
    width: 100%;
    left: 0;
    position: absolute;
    content: '';
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(203,212,198,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(168,179,161,0.5) 0%, transparent 60%);
    top: 0;
}

.Sm_connect_with_us .SN_img_circular::after {
    border-radius: 100px 0 0 100px;
    height: 100%;
    content: '';
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(203,212,198,0.5), transparent 70%);
}

.Sm_connect_with_us .yk_support_block::after {
    content: '';
    width: 150px;
    border-radius: 50%;
    height: 150px;
    background: rgb(168,179,161,0.5);
    bottom: -75px;
    right: -75px;
    opacity: 0.05;
    position: absolute;
}

.Sm_connect_with_us input[type="text"],
.Sm_connect_with_us textarea {
    background: rgba(245, 245, 245, 0.5);
    font-family: Arial, sans-serif;
    width: 100%;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: #000000;
    padding: 15px 25px;
    margin-bottom: 20px;
    font-size: 18px;
    border-radius: 30px;
}

.Sm_connect_with_us .sh_query_panel label::before {
    content: '';
    width: 22px;
    left: 0;
    top: 2px;
    height: 22px;
    transition: all 0.3s ease;
    background: #ffffff;
    position: absolute;
    border: 2px solid rgb(203,212,198,0.5);
    border-radius: 50%;
}

.Sm_connect_with_us .sh_query_panel a:hover {
    color: rgb(168,179,161);
}

.Sm_connect_with_us .Mn_message_box::before {
    transition: all 0.5s ease;
    position: absolute;
    content: '';
    border-radius: 50px;
    left: 0;
    height: 100%;
    transform: translateY(100%);
    width: 100%;
    z-index: -1;
    background: rgb(168,179,161);
    top: 0;
}

.Sm_connect_with_us .mo_feedback_help::before {
    left: 0;
    width: 100%;
    background: 
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    top: 0;
    content: '';
    position: absolute;
    border-radius: 70px 0 0 70px;
    height: 100%;
}

.Sm_connect_with_us .th_request_form {
    list-style: none;
    margin: 0;
    padding: 0;
}

.Sm_connect_with_us .th_request_form svg {
    margin-top: 3px;
    flex-shrink: 0;
    margin-right: 15px;
    transition: transform 0.3s ease;
    width: 24px;
    height: 24px;
}

.Sm_connect_with_us .th_request_form span {
    color: #ffffff;
    font-size: 18px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

header .Ip_header_nav::after {
    bottom: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgb(203,212,198),
        rgb(168,179,161),
        rgb(203,212,198),
        transparent
    );
    content: '';
    left: 5%;
    box-shadow: 0 0 10px rgb(168,179,161), 0 0 20px rgb(168,179,161,0.5);
    width: 90%;
    position: absolute;
}

header .Ip_header_nav .tw_nav_main:hover .ep_nav_base {
    transform: scale(1.05);
}

header .Ip_header_nav .My_top_study {
    margin: 0;
    background: rgba(0, 0, 0, 0.2);
    padding: 15px 20px;
    justify-content: flex-end;
    position: relative;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
}

header .Ip_header_nav .My_top_study .LY_nav_mainwrap:hover::after {
    width: 80%;
    left: 10%;
}

header .Ip_header_nav .My_top_study .LY_nav_mainwrap a {
    position: relative;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 400;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 15px;
    display: block;
}



.Ka_meet_us .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1280px;
    position: relative;
    margin: 0 auto;
}

.Ka_meet_us h2 {
    letter-spacing: 2px;
    position: relative;
    color: #ffffff;
    margin-bottom: 80px;
    text-align: center;
    font-weight: 700;
    font-size: 39px;
    text-transform: uppercase;
}

.Ka_meet_us .Op_edu_values {
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    display: grid;
    gap: 30px;
}

.Ka_meet_us .Mk_smart_study:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.07);
    transform: translateY(-10px);
    border-color: rgb(203,212,198,0.5);
}

.Ka_meet_us .Mk_smart_study:last-child::before {
    background: rgb(168,179,161);
}

.Ka_meet_us .Mk_smart_study::after {
    background: rgb(203,212,198,0.5);
    top: 0;
    position: absolute;
    z-index: -1;
    right: 0;
    border-radius: 50%;
    opacity: 0.05;
    width: 100px;
    height: 100px;
    content: "";
    filter: blur(40px);
}

.Ka_meet_us .Mk_smart_study p {
    position: relative;
    opacity: 0.8;
    line-height: 1.8;
    font-size: 18px;
    z-index: 2;
    color: #ffffff;
}

.Ka_meet_us .Mk_smart_study:last-child {
    animation: slideUp 0.7s 0.2s ease forwards;
}



@supports not (backdrop-filter: blur(10px)) {.Ka_meet_us .Mk_smart_study {
    background: rgba(30, 30, 30, 0.7);
}}

.LZ_join_our_mailing_list {
    background: linear-gradient(135deg, rgb(203,212,198,0.5), rgb(168,179,161));
    padding: 3.5rem 2rem;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.LZ_join_our_mailing_list .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.LZ_join_our_mailing_list .jT_timeline_hist {
    border-left: 3px solid rgb(203,212,198);
    padding: 3rem 2.5rem;
    position: relative;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.09);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(2deg);
}

.LZ_join_our_mailing_list .input_holder {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    max-width: 100%;
    position: relative;
}

.LZ_join_our_mailing_list input[type="email"]::placeholder {
    transition: opacity 0.3s ease, transform 0.3s ease;
    color: rgba(255, 255, 255, 0.7);
}

.LZ_join_our_mailing_list .OC_sub_strategy {
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: rgb(203,212,198);
    color: #ffffff;
    font-size: 14px;
    padding: 1.25rem 2.5rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    display: inline-block;
    font-family: Arial, sans-serif;
    font-weight: 600;
    align-self: flex-start;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: none;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 767px) {.WF_plan_option {
    padding: 3rem 0;
}.WF_plan_option .IB_premium_plan {
    margin: 0 auto;
    max-width: 500px;
    grid-template-columns: 1fr;
}.WF_plan_option .WC_discount_price h2 {
    text-align: center;
    display: block;
}.WF_plan_option .WC_discount_price h2::after {
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
}.WF_plan_option .yp_cert_plans {
    text-align: center;
}.WF_plan_option .lD_trial_offers {
    min-height: auto;
}.WF_plan_option .dq_annual_fee {
    padding: 1.5rem;
}.WF_plan_option .SN_img_circular {
    height: 160px;
}
}



@media (max-width: 767px) {.lb_title_welcome {
    padding: 1.5rem 1rem;
}.lb_title_welcome .Ou_study_learn {
    transform: translateX(0);
}.lb_title_welcome .rB_learn_main {
    transform: perspective(1000px) rotateX(3deg);
    font-size: calc(46px * 0.8);
}.lb_title_welcome .hj_online_tech {
    transform: perspective(1000px) rotateY(-1deg);
}.lb_title_welcome .hj_online_tech > div {
    padding: 1.5rem;
    gap: 1.5rem;
}.lb_title_welcome .hj_online_tech > div > div {
    padding-left: 1.25rem;
}.lb_title_welcome .hj_online_tech p {
    font-size: 12px;
}.lb_title_welcome .hj_online_tech h3 {
    font-size: calc(23px * 0.8);
    padding: 1rem;
}
}



@media (max-width: 992px) {.SQ_academic_expertise .mk_learner_stories {
    grid-template-rows: auto auto;
    gap: 2rem;
    grid-template-columns: 1fr;
}.SQ_academic_expertise .SN_img_circular {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    transform: none;
    height: 300px;
}.SQ_academic_expertise .SN_img_circular::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.SQ_academic_expertise .nC_work_table {
    grid-row: 2 / 3;
    clip-path: none;
    transform: none;
    grid-column: 1 / 2;
    padding: 2rem;
}.SQ_academic_expertise .mk_learner_stories:hover .nC_work_table {
    transform: translateY(-5px);
}}



@media (max-width: 576px) {.AB_gdpr_block {
    padding: 3rem 0 1.5rem;
}.AB_gdpr_block .Bw_ask_questions {
    transform: translateY(-1.5rem);
    padding: 1rem;
}.AB_gdpr_block .info_item p,
    .AB_gdpr_block .info_item a {
    font-size: calc(18px - 1px);
}.AB_gdpr_block .Yu_head_pagebar {
    grid-template-columns: 1fr;
    text-align: center;
}.AB_gdpr_block .Yu_head_pagebar a:hover {
    transform: none;
}.AB_gdpr_block .Yu_head_pagebar a::before {
    transform: translateX(-50%);
    left: 50%;
}.AB_gdpr_block .Yu_head_pagebar a:hover::before {
    width: 30px;
}.AB_gdpr_block .input_holder {
    width: 100%;
}}



@media (max-width: 992px) {.iU_secure_safehold {
    padding: 3rem 1.5rem;
}.iU_secure_safehold .container {
    padding: 1.5rem;
    transform: none;
}.iU_secure_safehold h1 {
    font-size: calc(40px * 0.9);
}.iU_secure_safehold h2 {
    font-size: calc(32px * 0.9);
}
}



@media (max-width: 576px) {.iU_secure_safehold {
    padding: 1.5rem 0.8rem;
}.iU_secure_safehold .container {
    padding: 1rem;
}.iU_secure_safehold h1 {
    font-size: calc(40px * 0.7);
}.iU_secure_safehold h2 {
    padding-left: 0.8rem;
    font-size: calc(32px * 0.7);
}.iU_secure_safehold h3 {
    font-size: calc(32px * 0.6);
}.iU_secure_safehold h4 {
    font-size: calc(32px * 0.5);
}.iU_secure_safehold ul {
    padding: 1rem;
}.iU_secure_safehold li {
    padding-left: 1.5rem;
}.iU_secure_safehold p, 
    .iU_secure_safehold li, 
    .iU_secure_safehold span {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}.iU_secure_safehold span {
    padding: 0.8rem 1rem;
}}



@media (max-width: 1200px) {.Sm_connect_with_us .yk_support_block {
    width: 70%;
}.Sm_connect_with_us .mo_feedback_help {
    width: 35%;
}
}



@media (max-width: 768px) {.Sm_connect_with_us {
    padding: 70px 0;
}.Sm_connect_with_us h3 {
    font-size: calc(32px * 0.9);
    margin-bottom: 40px;
}.Sm_connect_with_us .cD_connect_inquiry,
    .Sm_connect_with_us .mo_feedback_help {
    padding: 30px;
}
}



@media (max-width: 992px) {header .Ip_header_nav {
    flex-direction: column;
}header .Ip_header_nav .tw_nav_main {
    margin: 0 0 15px 0;
    align-self: center;
}header .Ip_header_nav .My_top_study {
    width: 100%;
    justify-content: center;
}header .Ip_header_nav .My_top_study .LY_nav_mainwrap a {
    padding: 10px 15px;
    font-size: calc(12px - 1px);
}}



@media (max-width: 576px) {.Ka_meet_us {
    padding: 60px 0 50px;
}.Ka_meet_us h2 {
    margin-bottom: 40px;
    font-size: calc(31px);
}.Ka_meet_us h2::before {
    height: 3px;
    bottom: -15px;
    width: 50px;
}.Ka_meet_us .Op_edu_values {
    gap: 30px;
}.Ka_meet_us .Mk_smart_study {
    padding: 25px;
}.Ka_meet_us .Mk_smart_study h3 {
    font-size: calc(24px * 0.9);
    margin-bottom: 20px;
}.Ka_meet_us .Mk_smart_study p {
    font-size: calc(18px * 0.95);
}
}



@media (min-width: 992px) {.LZ_join_our_mailing_list {
    padding: 6rem 4rem;
}.LZ_join_our_mailing_list .jT_timeline_hist {
    padding: 5rem 4.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.LZ_join_our_mailing_list h3 {
    margin-bottom: 2.5rem;
    max-width: 80%;
}.LZ_join_our_mailing_list .input_holder {
    max-width: 85%;
}
}



@media (hover: none) {.LZ_join_our_mailing_list .OC_sub_strategy:hover {
    transform: none;
    box-shadow: none;
}.LZ_join_our_mailing_list .OC_sub_strategy::before {
    display: none;
}
}



@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes expandLine {
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }

@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

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



@keyframes glow {
    0% {
        opacity: 0.5;
        width: 90%;
    }
    100% {
        opacity: 0.8;
        width: 95%;
    }
}

