html {
    scrollbar-color: rgb(135,144,166,0.5) rgb(78,104,151);
    scrollbar-width: auto;
}

html,body {
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
    height: 100%;
    scroll-snap-type: none;
    scroll-behavior: smooth;
    min-height: 100%;
    color: #000000;
}

.viewport-container_yl {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.tyNote_No::after {
    right: -5%;
    content: "";
    background: linear-gradient(45deg, rgba(rgb(135,144,166), 0.03) 0%, rgba(rgb(78,104,151), 0.05) 100%);
    position: absolute;
    transform: rotate(-15deg);
    width: 40%;
    animation: float 15s infinite ease-in-out;
    height: 70%;
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 15% 80%);
    top: -10%;
    z-index: 0;
}

.tyNote_No .fast_learn_OB {
    border-radius: 19px;
    box-shadow: 
        0 15px 35px rgba(#000000, 0.05),
        0 5px 15px rgba(#000000, 0.03);
    background: #ffffff;
    overflow: hidden;
    position: relative;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 3rem;
    transform: translateZ(5px);
}

.tyNote_No ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.tyNote_No li {
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    padding-left: 0;
    position: relative;
    transform: translateY(20px);
    opacity: 0;
}

.tyNote_No span {
    color: #000000;
    line-height: 1.7;
    display: block;
    letter-spacing: 0.01em;
    font-family: Arial, sans-serif;
    font-size: calc(17px * 1.05);
    font-weight: 400;
}

.title_intro_ZR .learning_page_zo {
    width: 90%;
    position: relative;
    z-index: 2;
    grid-template-columns: 1fr;
    display: grid;
    transform: translateY(-3vh);
    max-width: 1200px;
    gap: 2rem;
}

.title_intro_ZR .learning_page_zo > div:first-child:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.title_intro_ZR .study_program_Uo {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.title_intro_ZR .study_program_Uo > div {
    padding: 3rem 2rem;
    height: 100%;
    justify-content: space-between;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    clip-path: polygon(2% 2%, 98% 0, 100% 98%, 0 100%);
    display: flex;
    position: relative;
    min-height: 400px;
    width: 100%;
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.title_intro_ZR .study_program_Uo > div:hover {
    transform: scale(1.02);
}

.title_intro_ZR .study_program_Uo > div > div {
    width: 90%;
    position: relative;
    z-index: 3;
    margin: 0 auto;
}

.title_intro_ZR .study_program_Uo > div > div > div:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);
    transform: perspective(800px) rotateY(0deg) translateY(-5px);
}

.title_intro_ZR .title_style_header {
    font-size: 34px;
    letter-spacing: 0.03em;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    font-weight: 700;
    animation: titlePulse 3s infinite alternate;
    margin: 0;
    font-family: Arial, sans-serif;
    line-height: 1.3;
    color: #ffffff;
    text-align: center;
}

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

.plan_display_1x .package_deals_2Q {
    order: -1;
    margin: 0 auto 2rem;
    max-width: 800px;
    animation: fadeUp 0.8s ease-out forwards;
    opacity: 0;
    text-align: center;
    transform: translateY(20px);
}

.plan_display_1x .cost_plan_yr {
    margin: 0 auto;
    color: #000000;
    line-height: 1.6;
    font-size: 14px;
    max-width: 90%;
}

.plan_display_1x .bundle_price_qi {
    display: block;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    animation: fadeIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    opacity: 0;
    transform: translateZ(0) scale(1);
    border-radius: 17px;
    color: #000000;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.plan_display_1x .member_plans_tl {
    flex-direction: column;
    flex-grow: 1;
    display: flex;
    padding: 2rem;
}

.plan_display_1x .learn_deals_f4 {
    display: inline-block;
    transition: transform 0.3s ease, color 0.3s ease;
    font-weight: 700;
    position: relative;
    color: rgb(135,144,166);
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.plan_display_1x .img_show_wrap_HB {
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 200px;
    position: relative;
    width: 100%;
}

.plan_display_1x .bundle_price_qi:hover .img_show_wrap_HB {
    transform: scale(1.05);
}

.course_overview_L5 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: rgb(177,178,185);
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 30%),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px),
        repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px);
}

.course_overview_L5 .reading_block_3h h2 {
    background: linear-gradient(to right, rgb(135,144,166) 0%, rgb(78,104,151) 100%);
    padding: 15px 20px;
    margin-bottom: 25px;
    display: inline-block;
    background-clip: text !important;
    max-width: fit-content;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    border-left: 2px solid rgb(78,104,151);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgb(135,144,166,0.5);
    border-radius: 8px 0 8px 0;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1.5px;
    border-bottom: 2px solid rgb(135,144,166);
    transform: translateY(-10px);
    font-size: 37px;
    color: #ffffff;
    -webkit-background-clip: text !important;
    border-radius: 10px;
    font-weight: 700;
}

.course_overview_L5 .img_show_wrap_HB {
    z-index: 4;
    border-radius: 21px;
    background-position: center;
    transform: translateZ(0) rotateY(-5deg);
    height: 450px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
    transform-style: preserve-3d;
    position: relative;
    align-self: flex-start;
    background-size: cover;
    animation: floatImage 6s ease-in-out infinite alternate;
}

.contact_panel_K4 .container {
    padding: 0 1rem;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.contact_panel_K4 h2::after {
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    height: 3px;
    position: absolute;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(135,144,166), 
        transparent
    );
    bottom: -0.5rem;
}

.contact_panel_K4 .request_help_BP {
    flex-direction: column;
    flex: 0 0 60%;
    display: flex;
    justify-content: center;
    padding: 4rem 3rem;
}

.contact_panel_K4 .request_help_BP h3 {
    font-weight: 600;
    margin-bottom: 2rem;
    font-size: 38px;
    color: #ffffff;
    text-align: center;
}

.contact_panel_K4 .request_help_BP .help_card_Fv {
    align-items: center;
    display: flex;
    margin-bottom: 1.5rem;
}

.contact_panel_K4 .request_help_BP .help_card_Fv input[type="checkbox"] {
    appearance: none;
    border: 2px solid #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 22px;
    position: relative;
    border-radius: 10px;
    height: 22px;
    margin-right: 1rem;
}

.contact_panel_K4 .request_help_BP .help_card_Fv a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(135,144,166);
    margin-left: 0.3rem;
}

.contact_panel_K4 .request_help_BP .reach_map_mv:hover::before {
    left: 100%;
}

.contact_panel_K4 .request_help_BP .reach_map_mv:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transform: translateY(-3px);
}

.statistical_details_Zh {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(177,178,185) 0%, rgba(245, 245, 250, 0.9) 100%);
    overflow: hidden;
    position: relative;
}

.statistical_details_Zh h3::after {
    left: 50%;
    height: 3px;
    width: 60px;
    bottom: -16px;
    position: absolute;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    background: rgb(135,144,166);
    content: "";
    animation: expandLine 1s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.statistical_details_Zh .statistics_value_p5:nth-child(1) {
    --i: 1;
}

.statistical_details_Zh .statistics_value_p5:nth-child(2) {
    --i: 2;
}

.statistical_details_Zh .statistics_value_p5:nth-child(4) {
    --i: 4;
}

.statistical_details_Zh .statistics_value_p5:nth-child(6) {
    --i: 6;
}

.statistical_details_Zh .statistics_value_p5::before {
    border-style: solid;
    border-color: transparent rgb(78,104,151,0.5) transparent transparent;
    height: 0;
    content: "";
    border-width: 0 20px 20px 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}

.statistical_details_Zh .statistics_value_p5:hover p {
    transform: scale(1.05);
}

.statistical_details_Zh .statistics_value_p5 p::after {
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    height: 2px;
    transform-origin: left;
    content: "";
    transform: scaleX(0);
    bottom: -5px;
    position: absolute;
    width: 40px;
    left: 0;
    background: linear-gradient(90deg, rgb(135,144,166) 0%, transparent 100%);
}

.transcript_y6 .company_holder {
    position: relative;
    z-index: 3;
    grid-column: 1 / 5;
}

.transcript_y6 .company_holder h3::after {
    background: rgb(135,144,166);
    bottom: 0;
    width: 40px;
    content: '';
    left: 0;
    position: absolute;
    height: 4px;
    border-radius: 10px;
}

.transcript_y6 .head_nav_qC {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}

.transcript_y6 .main_lead_EZ h5 {
    color: #ffffff;
    font-size: 19px;
    position: relative;
    font-weight: 600;
    margin-bottom: 25px;
    display: inline-block;
}

.transcript_y6 .main_lead_EZ h5 {
    letter-spacing: 0.5px;
}

.transcript_y6 .main_lead_EZ .head_nav_qC a {
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 13px;
    text-decoration: none;
    overflow: hidden;
    padding: 8px 15px;
    z-index: 1;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}

.badge_case_ce .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge_case_ce .partner_logo_XM {
    text-align: center;
    font-size: 12px;
    opacity: 0.8;
    color: #ffffff;
    letter-spacing: 0.5px;
}



.transcript_y6::before {
    position: absolute;
    width: 100%;
    background-size: 200% 200%;
    left: 0;
    content: '';
    height: 5px;
    top: 0;
    background: linear-gradient(90deg, rgb(135,144,166), rgb(78,104,151), rgb(135,144,166));
    animation: gradientShift 5s infinite;
}

.transcript_y6 .flag_content_d5::after {
    position: absolute;
    content: '';
    top: -20px;
    right: 100px;
    filter: blur(50px);
    background: rgb(135,144,166,0.5);
    z-index: -1;
    height: 120px;
    border-radius: 50%;
    width: 120px;
    opacity: 0.2;
}

.newsletter_signup_ye {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(78,104,151,0.5), rgb(135,144,166));
    overflow: hidden;
    z-index: 1;
}

.newsletter_signup_ye .container {
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
}

.newsletter_signup_ye .fast_learn_OB {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
    position: relative;
}

.newsletter_signup_ye h3::before {
    background: rgb(135,144,166);
    transform-origin: bottom;
    top: 0.2em;
    content: "";
    bottom: 0.2em;
    animation: scaleUp 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    left: 0;
    position: absolute;
    width: 3px;
    transform: scaleY(0);
    border-radius: 10px;
}

.newsletter_signup_ye .input_holder div:focus-within::after {
    transform: scaleX(1);
}

.newsletter_signup_ye .access_classes_Ue:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    outline: none;
    border-color: rgb(135,144,166,0.5);
}

.newsletter_signup_ye .access_classes_Ue::placeholder {
    transition: all 0.3s ease;
    color: rgba(0, 0, 0, 0.35);
}

.newsletter_signup_ye .join_section_tC::before {
    position: absolute;
    width: 100%;
    content: "";
    transition: all 0.6s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    top: 0;
    height: 100%;
}

.about_this_2u::before {
    inset: 0;
    z-index: -2;
    position: absolute;
    content: "";
    background: 
        linear-gradient(120deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 20%),
        linear-gradient(240deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 20%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0) 10%),
        radial-gradient(circle at 15% 15%, rgb(135,144,166,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(78,104,151,0.5) 0%, transparent 25%);
    opacity: 0.8;
}



.about_this_2u .fast_learn_OB {
    box-shadow: 
        0 20px 80px -20px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 0 20px rgba(0, 0, 0, 0.02);
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(10px);
    display: flex;
    border-radius: 13px;
    overflow: hidden;
    position: relative;
}

.about_this_2u .fast_learn_OB::before,
.about_this_2u .fast_learn_OB::after {
    transform: translate(-50%, -50%);
    height: 500px;
    border-radius: 50%;
    left: 50%;
    width: 500px;
    top: 50%;
    content: "";
    z-index: 0;
    background: conic-gradient(
        transparent 0deg,
        transparent 30deg,
        rgb(135,144,166,0.5) 40deg,
        rgb(135,144,166,0.5) 60deg,
        transparent 70deg,
        transparent 120deg,
        rgb(78,104,151,0.5) 130deg,
        rgb(78,104,151,0.5) 150deg,
        transparent 160deg,
        transparent 210deg,
        rgb(135,144,166,0.5) 220deg,
        rgb(135,144,166,0.5) 240deg,
        transparent 250deg,
        transparent 300deg,
        rgb(78,104,151,0.5) 310deg,
        rgb(78,104,151,0.5) 330deg,
        transparent 340deg
    );
    position: absolute;
    opacity: 0.05;
}

.about_this_2u .fast_learn_OB::before {
    animation: rotateConic 60s linear infinite;
}

.about_this_2u .timeline_hist_Qh .img_show_wrap_HB::after {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    position: absolute;
    content: "";
    transform: rotate(30deg);
    animation: reflectionSweep 7s infinite cubic-bezier(0.5, 0, 0.5, 1);
    left: -20%;
    width: 40%;
    z-index: 2;
    top: -100%;
    height: 200%;
}

.about_this_2u .skill_program_o3::after {
    position: absolute;
    bottom: 0;
    background: rgb(78,104,151);
    left: 0;
    content: "";
    width: 30%;
    transition: width 0.3s ease;
    height: 3px;
    opacity: 0.8;
}

.about_this_2u .study_classes_Qd {
    font-size: 13px;
    margin: 0;
    opacity: 0.9;
}

.about_this_2u .reading_block_3h {
    z-index: 2;
    background: linear-gradient(
        45deg, 
        rgba(255, 255, 255, 0.03) 0%, 
        transparent 50%, 
        rgba(255, 255, 255, 0.02) 100%
    );
    position: relative;
    padding: 60px;
    width: 65%;
}

.about_this_2u .achieve_goals_A1 {
    align-items: center;
    position: relative;
    display: flex;
    margin-bottom: 25px;
}

.about_this_2u .achieve_goals_A1 svg::before {
    transform: scale(0.8);
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    border: 1px dashed rgb(135,144,166,0.5);
    content: "";
    transition: all 0.3s ease;
    inset: -5px;
}

.about_this_2u .achieve_goals_A1:hover svg path {
    fill: rgb(78,104,151);
}

.about_this_2u h2::before {
    content: "";
    bottom: 0;
    background: linear-gradient(
        to right,
        rgb(135,144,166,0.5) 0%,
        transparent 80%
    );
    height: 1px;
    position: absolute;
    opacity: 0.2;
    width: 100%;
    left: 0;
}

.about_this_2u p::before {
    left: 0;
    width: 2px;
    position: absolute;
    background: linear-gradient(
        to bottom,
        rgb(135,144,166,0.5),
        rgb(78,104,151,0.5)
    );
    opacity: 0.3;
    height: 100%;
    top: 0;
    content: "";
}

.join_now_7G::after {
    background-image: 
        radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        radial-gradient(circle at 90% 90%, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    opacity: 0.6;
    position: absolute;
    background-size: 100px 100px;
    content: "";
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}

.join_now_7G h6::after {
    content: "";
    bottom: -15px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    width: 60px;
    height: 3px;
    position: absolute;
    left: 50%;
}

.join_now_7G div div::before {
    width: 150px;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.15);
    left: 50%;
    height: 150px;
    animation: pulse 4s ease-in-out infinite;
    border-radius: 50%;
    top: 50%;
    content: "";
    transform: translate(-50%, -50%);
}

.join_now_7G .reach_map_mv:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2),
                inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transform: translateY(-3px) scale(1.02);
}

.join_now_7G .reach_map_mv:hover span {
    transform: scale(1.05);
}

.join_now_7G .reach_map_mv:active {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(0) scale(0.98);
}

.client_testimonials_o1::before {
    background: linear-gradient(to right, 
        transparent 0%, 
        rgb(135,144,166) 50%, 
        transparent 100%);
    top: 0;
    content: "";
    height: 2px;
    right: 0;
    left: 0;
    position: absolute;
}

.client_testimonials_o1 .rating_spot_3o {
    gap: 60px 40px;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
}

.client_testimonials_o1 .review_views_t6::before {
    transition: width 0.6s ease;
    height: 1px;
    position: absolute;
    content: "";
    left: 0;
    width: 0;
    background: rgb(135,144,166);
    bottom: -15px;
}

.client_testimonials_o1 .review_views_t6 p {
    font-family: Arial, sans-serif;
    grid-area: name;
    position: relative;
    overflow: hidden;
    font-size: 23px;
    margin: 20px 0 5px 0;
    font-weight: 700;
    color: #000000;
}

.client_testimonials_o1 .review_views_t6 .description {
    grid-area: desc;
    margin-top: 15px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    color: #000000;
    transition: transform 0.5s ease;
    transform: translateX(0);
    position: relative;
}

.course_demographic_Qy::before {
    position: absolute;
    background: radial-gradient(
    circle at 30% 30%,
    rgb(78,104,151,0.5) 0%,
    transparent 50%
  ), radial-gradient(
    circle at 70% 70%,
    rgb(135,144,166,0.5) 0%,
    transparent 45%
  );
    animation: slowRotate 35s linear infinite;
    z-index: -1;
    opacity: 0.6;
    content: "";
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
}

.course_demographic_Qy ul li {
    flex-direction: column;
    align-items: center;
    transition: all 0.4s ease;
    display: flex;
    position: relative;
    padding: 25px;
    border-radius: 18px;
    background-color: rgba(255, 255, 255, 0.15);
    text-align: center;
    box-shadow: 
    0 5px 15px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

.course_demographic_Qy ul li {
    color: #000000;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 300;
}



.course_demographic_Qy ul li {
    --x: center;
    --y: center;
}

.course_demographic_Qy ul li:hover svg {
    fill: rgb(135,144,166);
    transform: scale(1.05);
}

.course_demographic_Qy ul li::after {
    z-index: -1;
    border-radius: 18px;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease;
    background: radial-gradient(
    circle at var(--x, center) var(--y, center),
    rgba(255, 255, 255, 0.15) 0%,
    transparent 60%
  );
    bottom: 0;
    right: 0;
}

header .nav_train_gH:hover {
    transform: translateY(-3px);
}

header .nav_train_gH::before {
    content: '';
    background: rgb(135,144,166);
    transform: scaleX(0.7);
    position: absolute;
    transition: all 0.3s ease;
    left: 0;
    width: 100%;
    bottom: -15px;
    opacity: 0;
    border-radius: 10px;
    height: 10px;
}

header .top_train_wM a {
    overflow: hidden;
    padding: 1rem 1.2rem;
    transition: all 0.3s ease;
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    position: relative;
    font-weight: 600;
}

header .top_train_wM a::after {
    width: 100%;
    pointer-events: none;
    z-index: -1;
    transition: all 0.3s ease;
    top: 0;
    transform: scale(0.8);
    position: absolute;
    background: rgb(135,144,166,0.5);
    left: 0;
    content: '';
    height: 100%;
    border-radius: 10px;
    opacity: 0;
}

.service_contact_yw::before {
    height: 300px;
    content: "";
    position: absolute;
    width: 300px;
    z-index: 0;
    background: linear-gradient(45deg, rgb(135,144,166,0.5) 0%, rgb(78,104,151,0.5) 100%);
    top: -10%;
    right: -5%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    opacity: 0.1;
    animation: float 15s ease-in-out infinite alternate;
}

.service_contact_yw h1::after {
    position: absolute;
    height: 3px;
    bottom: -15px;
    width: 80px;
    background: linear-gradient(90deg, rgb(135,144,166) 0%, rgb(78,104,151) 100%);
    content: "";
    left: 50%;
    transform: translateX(-50%);
}

.service_contact_yw .instant_request_vU > div {
    animation: fadeInRight 0.6s ease-out forwards;
    transform: translateX(-10px);
    opacity: 0;
    padding: 15px 0;
    animation-delay: calc(0.4s + var(--animation-order, 0) * 0.2s);
    position: relative;
}

.service_contact_yw .instant_request_vU > div > div {
    max-width: 90%;
    line-height: 1.6;
    font-size: calc(14px + 1px);
    color: #000000;
}

.service_contact_yw .learn_talk_Cy {
    flex-direction: column;
    display: flex;
    gap: 20px;
}

.service_contact_yw .quick_request_m8::after {
    content: "";
    background: linear-gradient(90deg, rgb(135,144,166) 0%, rgb(78,104,151) 100%);
    width: 0;
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 0;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.service_contact_yw .quick_request_m8:hover svg {
    transform: scale(1.1);
}

.privacy_safeguard_xp h1 {
    grid-column: span 2;
    margin-bottom: 40px;
    padding-bottom: 15px;
    font-size: 48px;
    text-align: center;
    border-bottom: 3px solid rgb(78,104,151);
    color: rgb(135,144,166);
    font-weight: 700;
}

.privacy_safeguard_xp p, .privacy_safeguard_xp span, .privacy_safeguard_xp div {
    line-height: 1.8;
    margin-bottom: 20px;
    color: #000000;
    font-size: 12px;
    font-family: Arial, sans-serif;
}

.leadership_profile_et::after {
    position: absolute;
    filter: blur(80px);
    animation: glow 8s infinite alternate ease-in-out;
    content: "";
    height: 200px;
    right: -50px;
    top: -50px;
    z-index: 0;
    width: 200px;
    background: rgb(135,144,166,0.5);
}

.leadership_profile_et .review_views_t6:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.leadership_profile_et .review_views_t6 > div:nth-child(1) {
    order: 1;
    position: relative;
}

.leadership_profile_et .review_views_t6 > div:nth-child(3) {
    order: 3;
}

.leadership_profile_et .review_views_t6:hover .img_show_wrap_HB {
    transform: scale(1.03);
}

.leadership_profile_et .review_views_t6:hover .img_show_wrap_HB::before {
    opacity: 0.9;
}

.leadership_profile_et .name::after {
    width: 0;
    background: rgb(135,144,166);
    left: 0;
    bottom: -5px;
    position: absolute;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 2px;
    content: "";
}

.leadership_profile_et .exp_details_C3 {
    line-height: 1.8;
    color: #000000;
    margin: 0;
    padding-left: 20px;
    position: relative;
    font-size: 17px;
    border-left: 3px solid rgb(78,104,151,0.5);
}

#cookie_alert_modal_FQ {
    display: none;
}

.cookie_banner_dialog_l8 .container {
    gap: 1rem;
    margin: 0 auto;
    display: flex;
    max-width: 1140px;
    flex-wrap: wrap;
    position: relative;
    padding: 0 15px;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}

.web_cookies_t4 {
    margin-bottom: 20px;
    min-width: 300px;
    flex: 1;
}

.edu_approve_Lu {
    text-decoration: none;
    border: none;
    color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    font-size: 1rem;
    background: rgb(135,144,166);
    padding: 0.75rem 1.5rem;
    transition: background-color 0.3s ease, transform 0.3s ease;
}


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



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



@media (max-width: 768px) {.tyNote_No {
    padding: 4rem 0;
}.tyNote_No h2 {
    margin-bottom: 2rem;
    font-size: calc(36px * 0.8);
}.tyNote_No .fast_learn_OB {
    padding: 2rem;
}.tyNote_No span {
    line-height: 1.6;
    font-size: 17px;
}
}



@media screen and (min-width: 1024px) {.title_intro_ZR .learning_page_zo {
    gap: 4rem;
}.title_intro_ZR .learning_page_zo > div:first-child {
    padding: 3rem;
}.title_intro_ZR .learning_page_zo > div:first-child p {
    font-size: calc(13px * 1.3);
}.title_intro_ZR .study_program_Uo > div {
    min-height: 600px;
}.title_intro_ZR .study_program_Uo h3 {
    font-size: calc(19px * 1.1);
    width: 70%;
}.title_intro_ZR .study_program_Uo > div > div {
    width: 80%;
}.title_intro_ZR .title_style_header {
    font-size: 43px;
}
}



@media (min-width: 768px) {.plan_display_1x {
    padding: 7rem 2rem;
}.plan_display_1x .cost_deals_D8 {
    flex-direction: row;
    align-items: flex-start;
}.plan_display_1x .package_deals_2Q {
    margin: 0;
    text-align: left;
    justify-content: center;
    order: 0;
    display: flex;
    padding-right: 2rem;
    flex: 0 0 30%;
    flex-direction: column;
}.plan_display_1x .package_deals_2Q h2 {
    text-align: left;
}.plan_display_1x .package_deals_2Q h2::after {
    transform: none;
    left: 0;
}.plan_display_1x .cost_plan_yr {
    margin: 0;
    max-width: 100%;
}.plan_display_1x .price_panel_a7 {
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
    flex: 0 0 70%;
}
}



@media screen and (max-width: 767px) {.course_overview_L5 {
    padding: 60px 0;
}.course_overview_L5 .training_guide_bD {
    gap: 30px;
}.course_overview_L5 .reading_block_3h {
    padding: 25px;
    gap: 20px;
}.course_overview_L5 .reading_block_3h h2 {
    margin-bottom: 15px;
    padding: 10px 15px;
    font-size: calc(37px * 0.8);
}.course_overview_L5 .reading_block_3h .description {
    font-size: calc(17px * 0.95);
    margin-bottom: 15px;
    padding: 12px;
    line-height: 1.7;
}.course_overview_L5 .img_show_wrap_HB {
    min-height: 350px;
}.course_overview_L5 .training_guide_bD::before {
    display: none;
}
}



@media screen and (max-width: 768px) {.contact_panel_K4 {
    padding: 3rem 0;
}.contact_panel_K4 h2 {
    font-size: calc(41px * 0.8);
    margin-bottom: 2rem;
}.contact_panel_K4 .request_help_BP h3 {
    font-size: calc(38px * 0.9);
}.contact_panel_K4 .request_help_BP input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1rem;
    padding: 0.8rem 1.2rem;
}.contact_panel_K4 .request_help_BP .help_card_Fv {
    align-items: flex-start;
}.contact_panel_K4 .request_help_BP .help_card_Fv input[type="checkbox"] {
    margin-top: 0.2rem;
}
}



@media (max-width: 767px) {.statistical_details_Zh {
    padding: 4rem 1.5rem;
}.statistical_details_Zh h3 {
    font-size: calc(37px * 0.9);
    margin-bottom: 3rem;
}.statistical_details_Zh ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.statistical_details_Zh .statistics_value_p5 {
    padding: 1.5rem 1.2rem;
}.statistical_details_Zh .statistics_value_p5 span {
    font-size: 12px;
}.statistical_details_Zh .statistics_value_p5 p {
    font-size: calc(37px * 1.1);
}}



@media (max-width: 767px) {.newsletter_signup_ye {
    padding: 4rem 0;
}.newsletter_signup_ye .fast_learn_OB {
    padding: 2.5rem 1.5rem;
}.newsletter_signup_ye h3 {
    font-size: calc(22px * 0.9);
    padding-left: 0.75rem;
}.newsletter_signup_ye .access_classes_Ue {
    margin-bottom: 1rem;
    border-radius: 10px;
}.newsletter_signup_ye .join_section_tC {
    width: 100%;
    border-radius: 10px;
}}



@media (max-width: 480px) {.about_this_2u {
    padding: 60px 0;
}.about_this_2u .container {
    padding: 0 20px;
}.about_this_2u .timeline_hist_Qh {
    padding-bottom: 50px;
    padding: 25px;
}.about_this_2u .timeline_hist_Qh .img_show_wrap_HB {
    height: 220px;
    width: 160px;
}.about_this_2u .skill_program_o3 {
    padding: 15px 20px;
    width: 100%;
}.about_this_2u .reading_block_3h {
    padding: 25px 20px;
}.about_this_2u h2 {
    font-size: calc(31px * 0.85);
    margin-bottom: 20px;
}.about_this_2u .achieve_goals_A1 {
    margin-bottom: 20px;
    align-items: center;
    flex-direction: column;
}.about_this_2u .achieve_goals_A1 svg {
    margin-bottom: 10px;
    margin-right: 0;
}}



@media (max-width: 992px) {.join_now_7G {
    padding: 4rem 0;
}.join_now_7G .container {
    transform: perspective(800px) rotateX(1deg);
    padding: 2rem;
}.join_now_7G h6 {
    max-width: 90%;
    font-size: calc(18px * 1.05);
}
}



@media screen and (max-width: 992px) {.client_testimonials_o1 {
    padding: 90px 0;
}.client_testimonials_o1 h2 {
    margin-bottom: 60px;
    max-width: 80%;
    font-size: calc(34px * 1.2);
}
}



@media screen and (max-width: 576px) {.client_testimonials_o1 {
    padding: 60px 0;
}.client_testimonials_o1 h2 {
    padding-left: 15px;
    font-size: 34px;
}.client_testimonials_o1 .review_views_t6 img {
    width: 45px;
    height: 45px;
}.client_testimonials_o1 .review_views_t6 p {
    font-size: calc(23px * 0.9);
    margin-top: 15px;
}.client_testimonials_o1 .rating_spot_3o {
    gap: 60px;
}}



@media screen and (min-width: 1200px) {.course_demographic_Qy ul {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}}



@media (max-width: 991px) {header .top_guide_va {
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 1rem;
}header .top_nav_2C {
    margin-bottom: 0;
    margin-right: 0;
}header .main_lead_EZ {
    padding-top: 1rem;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex-basis: 100%;
    margin-top: 0;
}header .top_train_wM {
    margin-bottom: 0.5rem;
}header .top_train_wM a {
    padding: 0.7rem 1rem;
    font-size: calc(18px - 1px);
}
}



@media (min-width: 992px) {.service_contact_yw {
    padding: 180px 0 120px;
}.service_contact_yw .instant_request_vU {
    gap: 30px;
    grid-template-columns: 2fr 1fr 1fr;
}.service_contact_yw .instant_request_vU > div:first-child {
    grid-column: auto;
}.service_contact_yw .instant_request_vU > div {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-top: none !important;
    padding-left: 30px;
}.service_contact_yw .instant_request_vU > div:first-child {
    border-left: none;
    padding-left: 0;
}.service_contact_yw h6 {
    margin-bottom: 20px;
}
}



@media (min-width: 768px) {.leadership_profile_et .review_views_t6 {
    gap: 30px 40px;
    grid-template-rows: auto 1fr;
    grid-template-columns: 280px 1fr;
}.leadership_profile_et .review_views_t6 > div:nth-child(1) {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}.leadership_profile_et .review_views_t6 > div:nth-child(2) {
    align-self: end;
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}.leadership_profile_et .review_views_t6 > div:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}.leadership_profile_et .img_show_wrap_HB {
    min-height: 400px;
    height: 100%;
}
}



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



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



@keyframes titlePulse {
    0% {
        transform: scale(1);
        text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    }
    100% {
        transform: scale(1.02);
        text-shadow: 0 4px 8px rgba(0,0,0,0.3);
    }
}



@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(0.98);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.02);
    }
}



@keyframes floatPanel {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}



@keyframes expand {
    0% {
        width: 20px;
    }
    100% {
        width: 100%;
    }
}



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



@keyframes subtle-wave {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(5deg) scale(1.02);
    }
}



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

@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}



@keyframes scaleUp {
    0% { transform: scaleY(0); }
    100% { transform: scaleY(1); }
}

@keyframes rotateConic {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}



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



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



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

