﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.container {
    width: 1213px;
    max-width: 100%;
    margin: auto;
}html,body {
    height: 100%;
    min-height: 100%;
    scroll-behavior: auto;
    color: #000000;
    font-family: Arial, sans-serif;
}.wrapper-container_k {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}.header_lesson_4 {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.study_group_J {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.meet_us_o {
    background: linear-gradient(145deg, rgb(222,220,229) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.meet_us_o::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(rgb(189,184,202,0.5), 0.02) 10px,
        rgba(rgb(189,184,202,0.5), 0.02) 20px
    );
    height: 100%;
    z-index: 1;
    left: 0;
}.meet_us_o .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
}.meet_us_o h1 {
    transform: skewX(-5deg);
    font-size: 40px;
    position: relative;
    color: rgb(189,184,202);
    margin-bottom: 3rem;
    text-align: left;
    display: inline-block;
    font-weight: 700;
}.meet_us_o h1::after {
    position: absolute;
    height: 4px;
    width: 60%;
    transform: scaleX(1);
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    content: "";
    bottom: -0.5rem;
    background: linear-gradient(90deg, rgb(189,184,202) 0%, transparent 100%);
}.meet_us_o h1:hover::after {
    transform: scaleX(1.5);
}.meet_us_o .expert_team_g {
    position: relative;
}.meet_us_o .expert_team_g ul {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    list-style: none;
}.meet_us_o .vision_mission_q {
    transform: translateY(0);
    padding: 2.5rem;
    position: relative;
    background-color: #ffffff;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.4s ease;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.08);
}.meet_us_o .vision_mission_q::before {
    content: "";
    background: linear-gradient(to bottom, rgb(189,184,202), rgb(155,146,173));
    height: 0;
    top: 0;
    width: 4px;
    position: absolute;
    left: 0;
    transition: height 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.meet_us_o .vision_mission_q:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-10px);
}.meet_us_o .vision_mission_q:hover::before {
    height: 100%;
}.meet_us_o .vision_mission_q h4 {
    transition: transform 0.3s ease, color 0.3s ease;
    margin-bottom: 1.5rem;
    font-size: 21px;
    display: inline-block;
    font-weight: 600;
    color: rgb(155,146,173);
    position: relative;
}.meet_us_o .vision_mission_q:hover h4 {
    color: rgb(189,184,202);
    transform: translateX(10px);
}.meet_us_o .vision_mission_q div {
    padding-right: 1rem;
    overflow-y: auto;
    opacity: 0.9;
    color: #000000;
    transition: opacity 0.3s ease;
    line-height: 1.8;
    font-size: 17px;
    max-height: 200px;
    position: relative;
}.meet_us_o .vision_mission_q:hover div {
    opacity: 1;
}.meet_us_o .vision_mission_q div::-webkit-scrollbar {
    width: 5px;
}.meet_us_o .vision_mission_q div::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.5);
}.meet_us_o .vision_mission_q div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(155,146,173,0.5);
}.meet_us_o .vision_mission_q:first-child {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
}.meet_us_o .vision_mission_q:last-child {
    clip-path: polygon(3% 0, 100% 0, 100% 100%, 0% 100%);
}

@media (min-width: 768px) {.meet_us_o {
    padding: 8rem 0;
}.meet_us_o h1 {
    margin-bottom: 4rem;
    font-size: calc(40px * 1.2);
}.meet_us_o .expert_team_g ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.meet_us_o .vision_mission_q {
    padding: 3rem;
}.meet_us_o .vision_mission_q div {
    max-height: 300px;
}
}

@media (min-width: 992px) {.meet_us_o {
    padding: 10rem 0;
}.meet_us_o::before {
    background-image: repeating-linear-gradient(
            45deg,
            transparent,
            transparent 15px,
            rgba(rgb(189,184,202,0.5), 0.02) 15px,
            rgba(rgb(189,184,202,0.5), 0.02) 30px
        );
}.meet_us_o h1 {
    font-size: calc(40px * 1.4);
    margin-bottom: 5rem;
}.meet_us_o .expert_team_g ul {
    gap: 4rem;
}.meet_us_o .vision_mission_q {
    padding: 3.5rem;
}.meet_us_o .vision_mission_q h4 {
    margin-bottom: 2rem;
    font-size: calc(21px * 1.2);
}.meet_us_o .vision_mission_q div {
    line-height: 1.9;
    font-size: calc(17px * 1.05);
    max-height: 350px;
}
}

@media (min-width: 1200px) {.meet_us_o .vision_mission_q:first-child {
    transform: translateY(30px);
}.meet_us_o .vision_mission_q:last-child {
    transform: translateY(-30px);
}.meet_us_o .vision_mission_q:hover {
    transform: translateY(-10px);
}.meet_us_o .vision_mission_q:first-child:hover {
    transform: translateY(20px);
}.meet_us_o .vision_mission_q:last-child:hover {
    transform: translateY(-40px);
}.meet_us_o .vision_mission_q div {
    max-height: 400px;
}
}

@media (max-width: 576px) {.meet_us_o {
    padding: 4rem 0;
}.meet_us_o h1 {
    margin-bottom: 2.5rem;
    font-size: calc(40px * 0.9);
}.meet_us_o .vision_mission_q {
    padding: 2rem 1.5rem;
}.meet_us_o .vision_mission_q h4 {
    font-size: calc(21px * 0.9);
    margin-bottom: 1rem;
}.meet_us_o .vision_mission_q div {
    max-height: 150px;
    font-size: calc(17px * 0.95);
}.meet_us_o .expert_team_g ul {
    gap: 2rem;
}
}

@media (prefers-reduced-motion: reduce) {.meet_us_o .vision_mission_q,
    .meet_us_o .vision_mission_q::before,
    .meet_us_o .vision_mission_q h4,
    .meet_us_o h1::after {
    transition: none;
}}.modalTrackingConsent_h {
    bottom: 0;
    z-index: 90;
    border-top: 3px solid rgb(155,146,173);
    animation: slideUp 0.5s forwards;
    transition: transform 0.5s ease-in-out;
    transform: translateY(100%);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    width: 100%;
    position: fixed;
    background: rgb(155,146,173);
    font-family: Arial, sans-serif;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.visitor_privacy_j {
    padding: 20px 5%;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}.modalTrackingConsent_h h5 {
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    font-size: 19px;
    letter-spacing: 1px;
}.modalTrackingConsent_h p {
    font-size: 15px;
    color: #ffffff;
    margin: 0;
    line-height: 1.5;
}.edu_cookie_K {
    align-items: center;
    flex-shrink: 0;
    display: flex;
    filter: drop-shadow(0 0 10px rgb(189,184,202));
    justify-content: center;
    margin-right: 15px;
}.edu_cookie_K svg {
    width: 80px;
    height: 80px;
    fill: rgb(189,184,202);
    transition: transform 0.3s ease-in-out;
}.edu_cookie_K:hover svg {
    transform: scale(1.1);
}.cookies_tech_e {
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 0 15px rgb(189,184,202);
    color: #000000;
    border-radius: 24px;
    font-size: 14px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    margin-left: 10px;
    padding: 10px 20px;
    min-width: 140px;
    white-space: nowrap;
    flex-shrink: 0;
    background: linear-gradient(90deg, rgb(189,184,202), rgb(155,146,173));
    line-height: 40px;
}.cookies_tech_e:hover {
    box-shadow: 0 0 20px rgb(155,146,173);
}.cookie_button.cookie_guard_o:hover {
    box-shadow: 0 0 15px rgb(155,146,173);
}.modalTrackingConsent_h p a {
    color: rgb(189,184,202);
    text-decoration: none;
    transition: color 0.3s ease;
}.modalTrackingConsent_h p a:hover {
    color: rgb(155,146,173);
}#cookie_alert_banner_f {
    display: none;
}#cookie_alert_banner_f:checked ~ .modalTrackingConsent_h {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.modalTrackingConsent_h {
    padding: 15px 0;
}.visitor_privacy_j {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.edu_cookie_K {
    display: none;
}.visitor_privacy_j {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.modalTrackingConsent_h h5 {
    margin-bottom: 5px;
    font-size: 21px;
}.digital_tracking_4 {
    margin-bottom: 15px;
}.cookies_tech_e {
    margin: 10px 0;
    min-width: 100%;
}}
.study_group_J {
    color: #ffffff;
    position: relative;
    padding: 80px 0 40px;
    z-index: 1;
    font-family: Arial, sans-serif;
}@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

.study_group_J .container {
    justify-content: space-between;
    position: relative;
    display: flex;
}.study_group_J .company_holder {
    flex: 0 0 30%;
    position: relative;
    padding-right: 30px;
}.study_group_J .company_holder::after {
    height: 80%;
    position: absolute;
    right: 0;
    background: linear-gradient(to bottom, transparent, rgb(189,184,202), transparent);
    content: '';
    top: 10%;
    width: 1px;
}.study_group_J .company_holder h3 {
    position: relative;
    display: inline-block;
    text-shadow: 0 0 10px rgb(189,184,202,0.5);
    font-weight: 700;
    margin-bottom: 20px;
    font-size: calc(29px * 0.9);
    color: #ffffff;
}.study_group_J .company_holder h3::after {
    bottom: -5px;
    background: rgb(189,184,202);
    left: 0;
    width: 40%;
    transition: width 0.3s ease-in-out;
    position: absolute;
    content: '';
    height: 2px;
}.study_group_J .company_holder h3:hover::after {
    width: 100%;
}.study_group_J .collab_net_w {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-size: 13px;
    transform: translateZ(0);
    color: #ffffff;
    border-radius: 10px;
    padding: 15px;
    line-height: 1.6;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
    margin-top: 15px;
}.study_group_J .collab_net_w:hover {
    transform: translateY(-2px) translateZ(0);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.12);
}.study_group_J .privacy_cta_b {
    display: flex;
    position: relative;
    justify-content: space-between;
    flex: 0 0 65%;
}.study_group_J .main_mainwrap_w {
    gap: 20px;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}.study_group_J .head_learning_4 {
    background: rgba(255, 255, 255, 0.05);
    flex: 0 0 45%;
    padding: 20px;
    position: relative;
    border-radius: 27px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
    overflow: hidden;
}.study_group_J .head_learning_4::before {
    content: '';
    z-index: -1;
    transition: transform 0.6s ease;
    position: absolute;
    transform: translateX(-100%);
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    inset: 0;
}.study_group_J .head_learning_4:hover::before {
    transform: translateX(100%);
}.study_group_J .head_learning_4 h5 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 18px;
    padding-bottom: 10px;
    position: relative;
    color: #ffffff;
}.study_group_J .head_learning_4 h5::after {
    height: 2px;
    bottom: 0;
    transition: width 0.3s ease, box-shadow 0.3s ease;
    content: '';
    position: absolute;
    width: 40px;
    background: rgb(189,184,202);
    left: 0;
}.study_group_J .head_learning_4:hover h5::after {
    width: 70px;
    box-shadow: 0 0 8px rgb(189,184,202), 0 0 16px rgb(189,184,202,0.5);
}.study_group_J .head_learning_4 .main_mainwrap_w {
    display: flex;
    gap: 12px;
    flex-direction: column;
}.study_group_J .head_learning_4 .main_mainwrap_w a {
    font-size: calc(13px * 0.95);
    opacity: 0.85;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
    padding-left: 0;
    color: #ffffff;
    position: relative;
}.study_group_J .head_learning_4 .main_mainwrap_w a::before {
    height: 1px;
    transform-origin: left;
    left: 0;
    bottom: -2px;
    position: absolute;
    transition: width 0.3s ease, transform 0.3s ease;
    content: '';
    width: 0;
    background: linear-gradient(90deg, rgb(189,184,202), transparent);
}.study_group_J .head_learning_4 .main_mainwrap_w a:hover {
    opacity: 1;
    color: #ffffff;
    padding-left: 5px;
}.study_group_J .head_learning_4 .main_mainwrap_w a:hover::before {
    box-shadow: 0 0 5px rgb(189,184,202,0.5);
    width: 100%;
}.testimonial_a {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 15px 0;
    position: relative;
}.testimonial_a::before {
    height: 1px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(189,184,202,0.5), transparent);
    content: '';
}.testimonial_a .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.testimonial_a .reward_sys_m {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.5px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    text-align: center;
}.testimonial_a .reward_sys_m:hover {
    opacity: 1;
}

@media (max-width: 991px) {.study_group_J {
    padding: 60px 0 30px;
}.study_group_J .container {
    flex-direction: column;
}.study_group_J .company_holder {
    padding-right: 0;
    margin-bottom: 40px;
    flex: 0 0 100%;
}.study_group_J .company_holder::after {
    display: none;
}.study_group_J .privacy_cta_b {
    flex: 0 0 100%;
}.study_group_J .head_learning_4 {
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {.study_group_J {
    padding: 40px 0 20px;
}.study_group_J .main_mainwrap_w {
    flex-direction: column;
}.study_group_J .head_learning_4 {
    flex: 0 0 100%;
    margin-bottom: 20px;
}.study_group_J .company_holder h3 {
    font-size: calc(29px * 0.8);
}.study_group_J .head_learning_4 h5 {
    font-size: calc(18px * 0.9);
}.testimonial_a .reward_sys_m {
    font-size: calc(16px * 0.9);
}
}

@media (max-width: 576px) {.study_group_J {
    padding: 30px 0 15px;
}.study_group_J .company_holder {
    margin-bottom: 30px;
}.study_group_J .company_holder h3 {
    font-size: calc(29px * 0.7);
}.study_group_J .head_learning_4 h5 {
    font-size: calc(18px * 0.8);
}.testimonial_a {
    padding: 10px 0;
}.testimonial_a .reward_sys_m {
    font-size: calc(16px * 0.8);
}}


footer {
    position: relative;
}footer::after {
    content: '';
    opacity: 0.3;
    right: 0;
    position: absolute;
    left: 0;
    background-size: 50px 50px;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
    bottom: 0;
    top: 0;
    z-index: 0;
}.study_group_J .company_holder h3 {
    position: relative;
    overflow: hidden;
}.study_group_J .company_holder h3::before {
    transition: 0.5s;
    pointer-events: none;
    width: 100%;
    left: -100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.study_group_J .company_holder h3:hover::before {
    left: 100%;
}.tariff_plan_M {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.tariff_plan_M::before {
    z-index: 1;
    background: linear-gradient(135deg, rgb(189,184,202,0.5), rgba(0, 0, 0, 0.5) 90%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}.tariff_plan_M .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.tariff_plan_M .payment_pricing_H {
    position: relative;
}.tariff_plan_M h2 {
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    position: relative;
    font-size: 29px;
    margin-bottom: 20px;
    line-height: 1.3;
}.tariff_plan_M h2::after {
    bottom: -15px;
    width: 80px;
    content: "";
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    left: 50%;
    background: rgb(155,146,173);
}.tariff_plan_M .package_rates_u {
    margin: 30px auto 50px;
    max-width: 700px;
    text-align: center;
    color: #ffffff;
    line-height: 1.6;
    font-size: 12px;
}.tariff_plan_M .lesson_fees_R {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    list-style: none;
    gap: 30px;
    padding: 0;
    margin: 0;
}.tariff_plan_M .lesson_fees_R li {
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}.tariff_plan_M .lesson_fees_R li:hover {
    transform: translateY(-10px);
}.tariff_plan_M .indv_cost_Q {
    display: block;
    height: 100%;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}.tariff_plan_M .pricing_schemes_9 {
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    border-left: 3px solid rgb(155,146,173);
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    backdrop-filter: blur(10px);
    padding: 40px 30px;
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    box-sizing: border-box;
}.tariff_plan_M .pricing_schemes_9::before {
    opacity: 0;
    pointer-events: none;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    transition: opacity 0.3s ease;
    background: linear-gradient(45deg, rgb(189,184,202,0.5), transparent);
    width: 100%;
}.tariff_plan_M .indv_cost_Q:hover .pricing_schemes_9::before {
    opacity: 0.15;
}.tariff_plan_M .pricing_schemes_9::after {
    opacity: 0.1;
    border-radius: 50%;
    z-index: -1;
    content: "";
    top: -30px;
    width: 100px;
    position: absolute;
    background: rgb(155,146,173);
    transition: transform 0.5s ease;
    right: -30px;
    height: 100px;
}.tariff_plan_M .indv_cost_Q:hover .pricing_schemes_9::after {
    transform: scale(1.2);
}.tariff_plan_M .learning_pricing_3 {
    position: relative;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
}.tariff_plan_M .learning_pricing_3 h4 {
    margin: 0 0 20px;
    position: relative;
    color: #ffffff;
    display: inline-block;
    padding-bottom: 12px;
    font-size: 23px;
    font-weight: 600;
}.tariff_plan_M .learning_pricing_3 h4::after {
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 2px;
    content: "";
    background: rgb(155,146,173);
    left: 0;
    transition: width 0.3s ease;
}.tariff_plan_M .indv_cost_Q:hover .learning_pricing_3 h4::after {
    width: 60px;
}.tariff_plan_M .learning_pricing_3 p {
    margin: 0 0 25px;
    color: #ffffff;
    opacity: 0.85;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 1.5;
    font-size: calc(12px - 2px);
    overflow-wrap: break-word;
    flex-grow: 1;
}.tariff_plan_M .fee_chart_z {
    margin-top: auto;
    display: block;
    border-top: 1px solid rgba(255,255,255,0.1);
    position: relative;
    font-size: calc(23px + 4px);
    font-weight: 700;
    color: #ffffff;
    padding: 15px 0 0;
}.tariff_plan_M .fee_chart_z::before {
    top: -1px;
    width: 30%;
    background: rgb(155,146,173);
    content: "";
    left: 0;
    position: absolute;
    height: 1px;
}

@media (min-width: 992px) {.tariff_plan_M .lesson_fees_R {
    grid-template-columns: repeat(4, 1fr);
}.tariff_plan_M .pricing_schemes_9 {
    padding: 35px 25px;
}.tariff_plan_M h2 {
    font-size: calc(29px + 4px);
}
}

@media (min-width: 768px) and (max-width: 991px) {.tariff_plan_M .lesson_fees_R {
    grid-template-columns: repeat(2, 1fr);
}.tariff_plan_M {
    padding: 100px 0;
}
}

@media (max-width: 767px) {.tariff_plan_M {
    padding: 80px 0;
}.tariff_plan_M .lesson_fees_R {
    grid-template-columns: 1fr;
}.tariff_plan_M h2 {
    font-size: calc(29px - 2px);
}.tariff_plan_M .package_rates_u {
    font-size: calc(12px - 1px);
    margin-bottom: 30px;
}.tariff_plan_M .learning_pricing_3 p {
    overflow-y: auto;
    padding-right: 10px;
    font-size: calc(12px - 3px);
    max-height: 300px;
}.tariff_plan_M .learning_pricing_3 p::-webkit-scrollbar {
    width: 3px;
}.tariff_plan_M .learning_pricing_3 p::-webkit-scrollbar-thumb {
    background: rgb(155,146,173);
}
}

@media (max-width: 480px) {.tariff_plan_M .pricing_schemes_9 {
    padding: 30px 20px;
}.tariff_plan_M h2 {
    font-size: calc(29px - 4px);
}.tariff_plan_M .fee_chart_z {
    font-size: calc(23px + 2px);
}}.learning_outcomes_B {
    padding: 5rem 1.5rem;
    background: linear-gradient(135deg, rgb(222,220,229) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
}.learning_outcomes_B::before {
    position: absolute;
    top: 0;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(circle at 30% 30%, rgb(189,184,202,0.5) 0%, transparent 60%);
    width: 100%;
    left: 0;
    content: "";
}.learning_outcomes_B::after {
    pointer-events: none;
    width: 40%;
    height: 40%;
    z-index: 0;
    position: absolute;
    content: "";
    background: radial-gradient(circle, rgb(155,146,173,0.5) 0%, transparent 70%);
    bottom: -5%;
    right: -5%;
}.learning_outcomes_B h5 {
    font-weight: 700;
    margin-bottom: 3rem;
    font-size: 19px;
    transition: transform 0.5s ease;
    color: #000000;
    transform: perspective(1000px) translateZ(0);
    position: relative;
    text-align: center;
}.learning_outcomes_B h5::after {
    background: linear-gradient(to right, rgb(189,184,202), rgb(155,146,173));
    border-radius: 10px;
    bottom: -12px;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    content: "";
    width: 80px;
}.learning_outcomes_B .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
}.learning_outcomes_B .training_experts_R {
    background: #ffffff;
    gap: 2rem;
    display: flex;
    transform: translateY(0);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    flex-direction: column;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.learning_outcomes_B .training_experts_R:hover {
    transform: translateY(-10px);
}.learning_outcomes_B .photo_thumbnail_O {
    object-fit: cover;
    object-position: center;
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
    transition: transform 1.2s ease;
}.learning_outcomes_B .training_experts_R:hover .photo_thumbnail_O {
    transform: scale(1.05);
}.learning_outcomes_B .info_wrapper_k {
    padding: 2rem;
    position: relative;
}.learning_outcomes_B .info_wrapper_k::before {
    background: linear-gradient(to right, transparent, rgb(155,146,173,0.5), transparent);
    position: absolute;
    height: 1px;
    content: "";
    width: calc(100% - 40px);
    left: 20px;
    top: 0;
}.learning_outcomes_B ul {
    padding: 0;
    list-style: none;
    display: grid;
    margin: 0;
    gap: 1.2rem;
}.learning_outcomes_B li {
    padding-left: 2.5rem;
    transform: translateX(0);
    position: relative;
    transition: transform 0.3s ease-out;
    align-items: flex-start;
    display: flex;
}.learning_outcomes_B li:hover {
    transform: translateX(5px);
}.learning_outcomes_B li p {
    color: #000000;
    display: flex;
    gap: 0.5rem;
    line-height: 1.6;
    align-items: flex-start;
    font-size: 12px;
    margin: 0;
}.learning_outcomes_B li svg {
    left: 0;
    height: 24px;
    position: absolute;
    top: 3px;
    transition: transform 0.3s ease;
    width: 24px;
}.learning_outcomes_B li:hover svg {
    transform: rotate(5deg) scale(1.1);
}.learning_outcomes_B li svg path {
    fill: rgb(189,184,202);
    transition: fill 0.3s ease;
}.learning_outcomes_B li:hover svg path:first-child {
    fill: rgb(155,146,173);
}.learning_outcomes_B li:nth-child(odd) {
    animation-delay: calc(0.1s * var(--i, 0));
    opacity: 0;
    transform: translateY(0);
    animation: fadeInFromLeft 0.5s forwards;
}.learning_outcomes_B li:nth-child(even) {
    animation-delay: calc(0.1s * var(--i, 0));
    animation: fadeInFromRight 0.5s forwards;
    transform: translateY(0);
    opacity: 0;
}

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

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

@media (min-width: 768px) {.learning_outcomes_B {
    padding: 7rem 2rem;
}.learning_outcomes_B h5 {
    font-size: calc(19px * 1.2);
    margin-bottom: 4rem;
}.learning_outcomes_B h5::after {
    width: 120px;
}.learning_outcomes_B .training_experts_R {
    flex-direction: row;
    align-items: stretch;
}.learning_outcomes_B .training_experts_R > div:first-child {
    overflow: hidden;
    flex: 0 0 40%;
}.learning_outcomes_B .photo_thumbnail_O {
    height: 100%;
    aspect-ratio: auto;
}.learning_outcomes_B .info_wrapper_k {
    align-items: center;
    flex: 0 0 60%;
    display: flex;
    padding: 3rem;
}.learning_outcomes_B .info_wrapper_k::before {
    top: 20px;
    background: linear-gradient(to bottom, transparent, rgb(155,146,173,0.5), transparent);
    height: calc(100% - 40px);
    width: 1px;
    left: 0;
}.learning_outcomes_B ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}
}

@media (min-width: 992px) {.learning_outcomes_B {
    padding: 8rem 3rem;
}.learning_outcomes_B h5 {
    font-size: calc(19px * 1.4);
}.learning_outcomes_B .training_experts_R {
    gap: 0;
}.learning_outcomes_B .training_experts_R > div:first-child {
    flex: 0 0 45%;
}.learning_outcomes_B .info_wrapper_k {
    flex: 0 0 55%;
    padding: 4rem;
}.learning_outcomes_B li {
    padding-left: 3rem;
}.learning_outcomes_B li p {
    font-size: calc(12px * 1.05);
    line-height: 1.7;
}.learning_outcomes_B li svg {
    width: 28px;
    height: 28px;
}
}

@media (max-width: 767px) {.learning_outcomes_B {
    padding: 4rem 1rem;
}.learning_outcomes_B h5 {
    font-size: calc(19px * 0.9);
    margin-bottom: 2rem;
}.learning_outcomes_B ul {
    gap: 1rem;
}.learning_outcomes_B li {
    margin-bottom: 0.5rem;
}.learning_outcomes_B li p {
    line-height: 1.5;
    font-size: calc(12px * 0.95);
}.learning_outcomes_B li svg {
    height: 20px;
    width: 20px;
    top: 2px;
}}.secure_nook_D {
    font-family: Arial, sans-serif;
    color: #000000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    background-color: rgb(222,220,229);
    padding: 40px;
    margin-left: 5%;
    margin-right: 5%;
}.secure_nook_D:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}.secure_nook_D h1,
.secure_nook_D h2 {
    margin: 20px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}.secure_nook_D h1 {
    font-size: 38px;
    color: rgb(189,184,202);
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 3px solid rgb(189,184,202);
}.secure_nook_D h2 {
    color: rgb(155,146,173);
    padding-left: 10px;
    border-left: 5px solid rgb(155,146,173);
    font-size: 30px;
    font-weight: 600;
}.secure_nook_D ul {
    padding: 0;
    list-style-type: none;
    margin: 20px 0;
}.secure_nook_D ul li {
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}.secure_nook_D ul li:last-child {
    border-bottom: none;
}.secure_nook_D p {
    font-weight: 300;
    line-height: 1.6;
    color: #000000;
    font-size: 15px;
    margin: 20px 0;
}.secure_nook_D div {
    margin: 20px 0;
}
@media only screen and (max-width: 800px) {.secure_nook_D {
    padding: 20px;
}.secure_nook_D h1 {
    font-size: calc(19px - 10px);
}.secure_nook_D h2 {
    font-size: calc(19px - 10px);
}.secure_nook_D ul li {
    font-size: calc(15px - 2px);
}.secure_nook_D p {
    font-size: calc(15px - 2px);
}}.location_info_U {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: rgb(222,220,229);
}.location_info_U::before {
    border-radius: 50%;
    top: -50%;
    position: absolute;
    right: -50%;
    z-index: 0;
    content: '';
    filter: blur(80px);
    width: 100%;
    background: rgb(155,146,173,0.5);
    height: 100%;
}.location_info_U::after {
    width: 80%;
    height: 80%;
    z-index: 0;
    border-radius: 50%;
    background: rgb(189,184,202,0.5);
    left: -30%;
    bottom: -30%;
    animation: pulse 15s infinite alternate;
    content: '';
    position: absolute;
    filter: blur(100px);
}@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.6;
        transform: scale(1.1);
    }
}

.location_info_U .container {
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}.location_info_U .get_answers_Q {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 3rem;
}.location_info_U .online_contact_0 {
    z-index: 2;
    flex: 1 1 30%;
    border-radius: 10px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    min-width: 300px;
}.location_info_U .online_contact_0:nth-child(1) {
    padding: 3rem;
    border-radius: 10px;
    order: 1;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    border-left: 4px solid rgb(155,146,173);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}.location_info_U .online_contact_0:nth-child(2) {
    order: 3;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 10px;
}.location_info_U .online_contact_0:nth-child(3) {
    border-top: 4px solid rgb(189,184,202);
    border-radius: 10px;
    background: linear-gradient(145deg, rgb(155,146,173,0.5), rgba(0, 0, 0, 0.5));
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    padding: 3rem;
    order: 2;
}.location_info_U .online_contact_0 h2 {
    margin-bottom: 2rem;
    color: #ffffff;
    display: inline-block;
    position: relative;
    font-size: 35px;
    font-weight: 700;
}.location_info_U .online_contact_0 h2::before {
    left: 0;
    position: absolute;
    content: '';
    height: 4px;
    bottom: -10px;
    border-radius: 2px;
    background: rgb(155,146,173);
    width: 40px;
}.location_info_U .reach_out_b {
    color: #ffffff;
    margin-bottom: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: calc(14px * 1.3);
}.location_info_U .get_contact_t {
    line-height: 1.7;
    font-weight: 300;
    opacity: 0.9;
    color: #ffffff;
    margin-bottom: 2rem;
}.location_info_U .online_contact_0 p {
    color: #ffffff;
    align-items: flex-start;
    margin-bottom: 1rem;
    display: flex;
    opacity: 0.9;
    gap: 1rem;
}.location_info_U .online_contact_0 p span {
    font-weight: 600;
    opacity: 1;
}.location_info_U .send_info_2 {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    padding: 2rem;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
    margin-top: 2.5rem;
}.location_info_U .send_info_2 h3 {
    align-items: center;
    font-size: 18px;
    margin-bottom: 1.5rem;
    gap: 0.5rem;
    color: #ffffff;
    font-weight: 600;
    display: flex;
}.location_info_U .send_info_2 h3::before {
    display: block;
    width: 12px;
    border-radius: 50%;
    content: '';
    background: rgb(155,146,173);
    height: 12px;
}.location_info_U .msg_block_6 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 1rem;
}.location_info_U .msg_block_6 span {
    text-align: center;
    transition: all 0.3s ease;
    border-bottom: 3px solid rgb(155,146,173);
    padding: 0.75rem 1rem;
    background: rgba(0, 0, 0, 0.5);
    font-size: calc(14px * 0.9);
    display: block;
    border-radius: 10px;
    color: #ffffff;
}.location_info_U .msg_block_6 span:hover {
    background: rgb(155,146,173,0.5);
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}.location_info_U .online_contact_0 .photo_thumbnail_O {
    position: relative;
    transition: transform 0.5s ease;
    height: 100%;
    min-height: 350px;
}.location_info_U .online_contact_0 .photo_thumbnail_O::after {
    width: 100%;
    content: '';
    z-index: 1;
    top: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    height: 100%;
    left: 0;
}.location_info_U .online_contact_0 .photo_thumbnail_O:hover {
    transform: scale(1.03);
}.location_info_U .quick_contact_X {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}.location_info_U .quick_contact_X a {
    transition: all 0.3s ease;
    flex-direction: row;
    background: rgba(0, 0, 0, 0.5);
    border-left: 3px solid transparent;
    overflow: hidden;
    padding: 1.5rem;
    position: relative;
    display: flex;
    border-radius: 10px;
}.location_info_U .quick_contact_X a:nth-child(1) {
    border-left-color: rgb(155,146,173);
}.location_info_U .quick_contact_X a:nth-child(2) {
    border-left-color: rgb(189,184,202);
}.location_info_U .quick_contact_X a:nth-child(3) {
    border-left-color: rgb(155,146,173);
}.location_info_U .quick_contact_X a::before {
    left: -100%;
    height: 100%;
    top: 0;
    transition: all 0.5s ease;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), transparent);
    content: '';
    position: absolute;
    width: 100%;
}.location_info_U .quick_contact_X a:hover {
    transform: translateX(5px);
    background: #000000;
}.location_info_U .quick_contact_X a:hover::before {
    left: 0;
    opacity: 0;
}.location_info_U .quick_contact_X a span {
    opacity: 0.7;
    color: #ffffff;
    gap: 0.75rem;
    font-size: calc(14px * 0.9);
    align-items: center;
    display: flex;
}.location_info_U .quick_contact_X a p {
    margin: 0;
    padding-left: 2rem;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}.location_info_U svg {
    transition: transform 0.3s ease;
    fill: none;
    width: 22px;
    height: 22px;
}.location_info_U svg path {
    transition: fill 0.3s ease;
    fill: rgb(155,146,173);
}.location_info_U .quick_contact_X a:hover svg {
    transform: scale(1.2);
}.location_info_U .quick_contact_X a:hover svg path {
    fill: #ffffff;
}

@media (max-width: 1100px) {.location_info_U .get_answers_Q {
    flex-direction: column;
}.location_info_U .online_contact_0 {
    min-width: 100%;
}.location_info_U .online_contact_0:nth-child(1) {
    order: 1;
}.location_info_U .online_contact_0:nth-child(2) {
    order: 2;
}.location_info_U .online_contact_0:nth-child(3) {
    order: 3;
}.location_info_U .online_contact_0 .photo_thumbnail_O {
    min-height: 300px;
}
}

@media (max-width: 768px) {.location_info_U {
    padding: 4rem 0;
}.location_info_U .container {
    padding: 0 1.5rem;
}.location_info_U .online_contact_0 {
    padding: 2rem;
}.location_info_U .online_contact_0 h2 {
    font-size: calc(35px * 0.9);
}.location_info_U .send_info_2 {
    padding: 1.5rem;
}.location_info_U .msg_block_6 {
    grid-template-columns: repeat(2, 1fr);
}.location_info_U .online_contact_0 .photo_thumbnail_O {
    min-height: 250px;
}
}

@media (max-width: 480px) {.location_info_U {
    padding: 3rem 0;
}.location_info_U .container {
    padding: 0 1rem;
}.location_info_U .online_contact_0 {
    padding: 1.5rem;
}.location_info_U .online_contact_0 h2 {
    font-size: calc(35px * 0.8);
}.location_info_U .reach_out_b {
    font-size: 14px;
}.location_info_U .send_info_2 {
    padding: 1.25rem;
    margin-top: 2rem;
}.location_info_U .msg_block_6 {
    grid-template-columns: 1fr;
}.location_info_U .online_contact_0 .photo_thumbnail_O {
    min-height: 200px;
}.location_info_U .quick_contact_X a {
    padding: 1.25rem;
}.location_info_U .quick_contact_X a p {
    padding-left: 0;
}}.title_portal_U {
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
}.title_portal_U::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, 
        rgb(189,184,202,0.5) 0%, 
        rgba(0,0,0,0.6) 50%, 
        rgb(155,146,173,0.5) 100%);
    transform: translateZ(0);
    z-index: -1;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
}.title_portal_U::after {
    content: "";
    height: 100%;
    right: -50%;
    opacity: 0.7;
    animation: pulse 8s infinite alternate ease-in-out;
    position: absolute;
    width: 100%;
    transform: translateZ(0);
    background: radial-gradient(circle at center, 
        rgb(155,146,173,0.5) 0%, 
        transparent 70%);
    z-index: -1;
    top: -50%;
}.title_portal_U > div {
    padding: 2rem;
    perspective: 1000px;
    max-width: 1200px;
    width: 90%;
    transform-style: preserve-3d;
}.title_portal_U > div > div:first-child {
    animation: floatIn 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    margin-bottom: 2.5rem;
    position: relative;
    transform: translateZ(30px);
}.title_portal_U .title_style_header {
    margin: 0;
    transform: translateX(-10px);
    text-shadow: 0 4px 12px rgba(0,0,0,0.3), 
                 0 1px 2px rgba(0,0,0,0.5);
    animation: slideRight 1s 0.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    line-height: 1.2;
    padding: 0;
    opacity: 0;
    font-size: calc(44px * 1.2);
    color: #ffffff;
    position: relative;
    font-weight: 700;
}.title_portal_U .title_style_header::after {
    content: "";
    transform: scaleX(0);
    position: absolute;
    animation: scaleIn 1.5s 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    bottom: -15px;
    width: 80px;
    left: 0;
    transform-origin: left;
    background: linear-gradient(90deg, 
        rgb(155,146,173) 0%, 
        rgb(189,184,202) 100%);
    height: 4px;
}.title_portal_U .start_begin_K {
    transform: translateZ(20px) rotateY(-5deg);
    padding: 2.5rem;
    opacity: 0;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.4),
                0 15px 25px -5px rgba(0,0,0,0.2),
                0 0 0 1px rgba(255,255,255,0.05);
    border-left: 4px solid rgb(189,184,202);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: rgba(255,255,255,0.08);
    animation: fadeIn 1s 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    backdrop-filter: blur(8px);
    transform-origin: left center;
    -webkit-backdrop-filter: blur(8px);
}.title_portal_U .start_begin_K:hover {
    transform: translateZ(30px) rotateY(0deg);
}.title_portal_U .class_track_R {
    animation: slideUp 0.7s 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    margin-bottom: 1.5rem;
    transform: translateY(20px);
    opacity: 0;
}.title_portal_U .class_track_R h3 {
    position: relative;
    font-size: calc(21px * 1.1);
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 12px;
    line-height: 1.5;
    margin: 0;
}.title_portal_U .class_track_R h3::after {
    left: 0;
    content: "";
    background: rgb(155,146,173);
    position: absolute;
    height: 3px;
    width: 40px;
    transform-origin: left;
    bottom: 0;
    animation: pulseWidth 4s infinite alternate ease-in-out;
}.title_portal_U .start_begin_K > div:last-child {
    opacity: 0;
    transform: translateY(20px);
    animation: slideUp 0.7s 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}.title_portal_U .start_begin_K span {
    display: block;
    position: relative;
    overflow: hidden;
}.title_portal_U .start_begin_K p {
    border-left: 2px solid rgb(155,146,173,0.5);
    color: #ffffff;
    padding-left: 1rem;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
    font-size: calc(12px * 1.1);
    position: relative;
}

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

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

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

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

@keyframes floatIn {
    from {
        transform: translateZ(0) translateY(20px);
    }
    to {
        transform: translateZ(30px) translateY(0);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

@keyframes pulseWidth {
    0% {
        width: 40px;
    }
    100% {
        width: 70px;
    }
}

@media (max-width: 1200px) {.title_portal_U .title_style_header {
    font-size: calc(44px * 1.1);
}.title_portal_U .start_begin_K {
    padding: 2rem;
}
}

@media (max-width: 991px) {.title_portal_U > div {
    width: 95%;
}.title_portal_U .title_style_header {
    font-size: 44px;
}.title_portal_U .start_begin_K {
    transform: translateZ(15px) rotateY(-3deg);
}.title_portal_U .start_begin_K:hover {
    transform: translateZ(20px) rotateY(0deg);
}
}

@media (max-width: 768px) {.title_portal_U {
    min-height: 80vh;
}.title_portal_U > div {
    padding: 1.5rem;
}.title_portal_U .title_style_header {
    font-size: calc(34px * 1.1);
}.title_portal_U .class_track_R h3 {
    font-size: 21px;
}.title_portal_U .start_begin_K {
    transform: translateZ(10px) rotateY(-2deg);
    padding: 1.5rem;
}.title_portal_U .start_begin_K:hover {
    transform: translateZ(15px) rotateY(0deg);
}
}

@media (max-width: 576px) {.title_portal_U {
    min-height: 70vh;
}.title_portal_U > div {
    width: 100%;
    padding: 1rem;
}.title_portal_U .title_style_header {
    font-size: 34px;
}.title_portal_U .start_begin_K {
    transform: translateZ(5px) rotateY(-1deg);
    padding: 1.25rem;
}.title_portal_U .start_begin_K:hover {
    transform: translateZ(10px) rotateY(0deg);
}.title_portal_U .class_track_R h3 {
    font-size: calc(22px * 1.1);
}.title_portal_U .start_begin_K p {
    font-size: 12px;
}}.appSection_h {
    background: linear-gradient(135deg, rgb(189,184,202,0.5), rgb(155,146,173), rgb(189,184,202));
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}.appSection_h::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 2px, transparent 3px),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 2px, transparent 3px);
    width: 100%;
    opacity: 0.6;
    content: "";
    height: 100%;
    top: 0;
    background-size: 60px 60px, 40px 40px;
    position: absolute;
    z-index: -1;
    left: 0;
    animation: shimmer 15s infinite linear;
}.appSection_h::after {
    height: 70%;
    z-index: -1;
    filter: blur(40px);
    width: 40%;
    background: linear-gradient(160deg, rgb(155,146,173,0.5), transparent);
    top: -10%;
    position: absolute;
    transform: rotate(-15deg) skew(20deg);
    content: "";
    right: -5%;
}.appSection_h .container {
    max-width: 1140px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}.appSection_h .training_experts_R {
    position: relative;
    backdrop-filter: blur(10px);
    transform-origin: center bottom;
    background: rgba(255, 255, 255, 0.95);
    padding: 3.5rem;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.appSection_h .training_experts_R::before {
    position: absolute;
    height: 6px;
    width: 100%;
    background: linear-gradient(90deg, rgb(189,184,202), rgb(155,146,173), rgb(189,184,202));
    content: "";
    transform-origin: left center;
    animation: shimmerBorder 3s infinite linear;
    left: 0;
    opacity: 0.9;
    top: 0;
}.appSection_h .training_experts_R::after {
    content: "";
    bottom: -20px;
    background: rgba(0, 0, 0, 0.07);
    width: 90%;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    left: 5%;
    height: 20px;
    filter: blur(15px);
}.appSection_h .training_experts_R > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}.appSection_h .training_experts_R > div:first-child::after {
    content: "";
    position: absolute;
    background: rgb(155,146,173);
    transform-origin: left center;
    transform: scaleX(0);
    left: 0;
    bottom: -0.75rem;
    height: 3px;
    animation: expandLine 1.5s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    width: 60px;
}.appSection_h h5 {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    animation: fadeSlideUp 1s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.4;
    margin: 0;
    transform: translateY(20px);
    opacity: 0;
}.appSection_h p {
    line-height: 1.8;
    font-family: Arial, sans-serif;
    opacity: 0;
    margin: 0;
    animation: fadeSlideUp 1s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 16px;
    transform: translateY(20px);
    color: #000000;
}.appSection_h a {
    display: block;
    transition: all 0.3s ease;
    position: relative;
    color: inherit;
    text-decoration: none;
}.appSection_h a::before {
    right: 0;
    bottom: -10px;
    background: rgb(189,184,202,0.5);
    content: "";
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute;
    transform-origin: right center;
    transform: scaleX(0);
    width: 30%;
    height: 2px;
}.appSection_h a:hover {
    transform: translateX(5px);
}.appSection_h a:hover::before {
    transform: scaleX(1);
}

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

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

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

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

@media (hover: hover) {.appSection_h .training_experts_R:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
            0 25px 50px rgba(0, 0, 0, 0.12),
            0 5px 15px rgba(0, 0, 0, 0.06),
            0 0 0 1px rgba(255, 255, 255, 0.25) inset;
}
}

@media screen and (max-width: 992px) {.appSection_h {
    padding: 5rem 2rem;
}.appSection_h .training_experts_R {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem;
}.appSection_h h5 {
    font-size: calc(22px * 0.9);
}
}

@media screen and (max-width: 768px) {.appSection_h {
    padding: 4rem 1.5rem;
}.appSection_h .training_experts_R {
    transform: none;
    padding: 2rem;
}.appSection_h .training_experts_R::before {
    height: 4px;
}.appSection_h h5 {
    font-size: calc(22px * 0.85);
}.appSection_h p {
    font-size: calc(16px * 0.95);
}
}

@media screen and (max-width: 576px) {.appSection_h {
    padding: 3rem 1rem;
}.appSection_h .training_experts_R {
    padding: 1.75rem;
}.appSection_h .training_experts_R::before {
    height: 3px;
}.appSection_h h5 {
    font-size: calc(22px * 0.8);
}.appSection_h p {
    line-height: 1.7;
    font-size: calc(16px * 0.9);
}.appSection_h .training_experts_R > div:first-child {
    margin-bottom: 1.5rem;
}}.data_statistics_t {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(222,220,229), rgba(30, 30, 40, 0.7) 85%);
    z-index: 1;
    padding: 80px 0;
}.data_statistics_t::before {
    animation: gradientShift 15s infinite alternate;
    opacity: 0.4;
    left: 0;
    top: 0;
    background: radial-gradient(circle at 20% 30%, rgb(189,184,202,0.5) 0%, transparent 30%),
                radial-gradient(circle at 80% 70%, rgb(155,146,173,0.5) 0%, transparent 30%);
    z-index: -1;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
}.data_statistics_t::after {
    height: 100%;
    top: 0;
    z-index: -1;
    width: 100%;
    content: "";
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
    opacity: 0.03;
    left: 0;
    position: absolute;
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    background-size: 100px 100px;
}.data_statistics_t .container {
    gap: 50px;
    align-items: center;
    padding: 0 20px;
    position: relative;
    justify-content: space-between;
    max-width: 1200px;
    flex-direction: row-reverse;
    display: flex;
    margin: 0 auto;
}.data_statistics_t .statistics_advantages_V {
    flex: 1;
    gap: 30px;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08));
    backdrop-filter: blur(10px);
    border-radius: 11px;
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
    padding: 40px;
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15),
                0 5px 15px rgba(0, 0, 0, 0.1),
                inset 0 0 0 1px rgba(255, 255, 255, 0.15);
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.data_statistics_t .statistics_advantages_V::before {
    border-radius: calc(11px + 2px);
    opacity: 0.6;
    left: -2px;
    content: "";
    top: -2px;
    background: linear-gradient(45deg, rgb(189,184,202), rgb(155,146,173), rgb(189,184,202));
    z-index: -1;
    bottom: -2px;
    right: -2px;
    position: absolute;
    animation: borderGlow 6s linear infinite;
}.data_statistics_t .statistics_advantages_V:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
                0 10px 20px rgba(0, 0, 0, 0.1),
                inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}.data_statistics_t .gain_study_b {
    flex-direction: column;
    display: flex;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08));
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    position: relative;
    padding: 20px 15px;
    justify-content: center;
}.data_statistics_t .gain_study_b::before {
    transform-origin: left;
    transform: scaleX(0.2);
    transition: transform 0.4s ease;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(189,184,202), rgb(155,146,173));
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
}.data_statistics_t .gain_study_b:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}.data_statistics_t .gain_study_b:hover::before {
    transform: scaleX(1);
}.data_statistics_t .gain_study_b h4 {
    font-weight: 700;
    position: relative;
    color: rgb(189,184,202);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: inline-block;
    margin: 0 0 10px;
    font-size: calc(35px + 0.5rem);
}.data_statistics_t .gain_study_b h4::after {
    content: "";
    position: absolute;
    background: rgb(155,146,173);
    border-radius: 2px;
    transform: translateX(-50%);
    height: 2px;
    width: 40px;
    left: 50%;
    bottom: -5px;
}.data_statistics_t .gain_study_b span {
    transition: opacity 0.3s ease;
    max-width: 200px;
    line-height: 1.5;
    font-weight: 400;
    opacity: 0.9;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 17px;
    color: rgba(255, 255, 255, 0.95);
}.data_statistics_t .gain_study_b:hover span {
    opacity: 1;
}.data_statistics_t .boost_statistics_E {
    max-width: 500px;
    border-radius: 11px;
    position: relative;
    flex: 1;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
}.data_statistics_t .gain_statistics_2 {
    color: #ffffff;
    margin: 0 0 25px;
    font-size: 35px;
    padding-bottom: 15px;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    position: relative;
}.data_statistics_t .gain_statistics_2::after {
    position: absolute;
    content: "";
    border-radius: 3px;
    width: 80px;
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(189,184,202), rgb(155,146,173));
    left: 0;
}.data_statistics_t .advantage_statistics_q {
    line-height: 1.8;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    border-left: 3px solid rgb(189,184,202);
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 17px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    max-width: 95%;
}.data_statistics_t svg {
    width: 24px;
    fill: rgb(189,184,202);
    height: 24px;
    transition: fill 0.3s ease;
}.data_statistics_t svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}.data_statistics_t svg:hover {
    fill: rgb(155,146,173);
}

@keyframes gradientShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes borderGlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 992px) {.data_statistics_t {
    padding: 60px 0;
}.data_statistics_t .container {
    flex-direction: column;
    gap: 40px;
}.data_statistics_t .statistics_advantages_V {
    width: 100%;
    transform: perspective(1000px) rotateY(0deg);
}.data_statistics_t .boost_statistics_E {
    text-align: center;
    padding: 30px;
    max-width: 100%;
}.data_statistics_t .gain_statistics_2::after {
    left: 50%;
    transform: translateX(-50%);
}.data_statistics_t .advantage_statistics_q {
    margin: 0 auto;
    max-width: 90%;
}
}

@media (max-width: 768px) {.data_statistics_t {
    padding: 50px 0;
}.data_statistics_t .statistics_advantages_V {
    padding: 30px;
    grid-template-columns: 1fr;
}.data_statistics_t .gain_study_b {
    padding: 15px;
}.data_statistics_t .gain_study_b h4 {
    font-size: calc(35px - 0.25rem);
}.data_statistics_t .gain_statistics_2 {
    font-size: calc(35px - 0.25rem);
    margin-bottom: 20px;
}
}

@media (max-width: 480px) {.data_statistics_t {
    padding: 40px 0;
}.data_statistics_t .container {
    padding: 0 15px;
}.data_statistics_t .statistics_advantages_V {
    padding: 20px;
}.data_statistics_t .gain_statistics_2 {
    font-size: calc(35px - 0.5rem);
}.data_statistics_t .advantage_statistics_q {
    font-size: calc(17px - 0.1rem);
}}.mentorship_experience_l {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(222,220,229) 0%, rgba(255,255,255,0.95) 100%);
    overflow: hidden;
}.mentorship_experience_l::before {
    z-index: 0;
    opacity: 0.1;
    background: linear-gradient(45deg, rgb(189,184,202,0.5) 0%, transparent 70%);
    width: 100%;
    transform: translateY(-30%) skewY(-5deg);
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
}.mentorship_experience_l::after {
    height: 60%;
    content: "";
    z-index: 0;
    width: 100%;
    right: -20%;
    transform: rotate(-15deg);
    background: linear-gradient(135deg, rgb(155,146,173,0.5) 0%, transparent 80%);
    bottom: -20%;
    position: absolute;
    opacity: 0.15;
}.mentorship_experience_l .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
    z-index: 1;
    perspective: 1000px;
    position: relative;
}.mentorship_experience_l .opinion_ratings_k {
    display: grid;
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-style: preserve-3d;
    position: relative;
    border: 1px solid rgba(0,0,0,0.05);
    padding: 2.5rem;
    background: #ffffff;
    box-shadow: 
    0 20px 40px rgba(0,0,0,0.05),
    0 5px 15px rgba(0,0,0,0.03),
    0 0 0 1px rgba(255,255,255,0.1) inset;
    overflow: hidden;
    border-radius: 10px;
    grid-gap: 2rem;
}.mentorship_experience_l .opinion_ratings_k::before {
    animation: gradientMove 8s ease-in-out infinite;
    background: linear-gradient(90deg, 
    rgb(189,184,202) 0%, 
    rgb(155,146,173) 50%, 
    rgb(189,184,202) 100%);
    background-size: 200% 100%;
    z-index: 2;
    height: 5px;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
}.mentorship_experience_l .opinion_ratings_k > div:first-child {
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    display: flex;
}.mentorship_experience_l .photo_thumbnail_O {
    height: 180px;
    transform: translateZ(30px);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 180px;
    position: relative;
    box-shadow: 
    0 10px 25px rgba(0,0,0,0.1),
    0 5px 10px rgba(0,0,0,0.05);
    border-radius: 50%;
}.mentorship_experience_l .photo_thumbnail_O::before {
    border-radius: 50%;
    inset: -8px;
    animation: rotateGradient 15s linear infinite;
    content: "";
    transform: rotate(-45deg);
    z-index: -1;
    background: linear-gradient(
    135deg,
    rgb(155,146,173) 0%,
    transparent 50%,
    rgb(189,184,202) 100%
  );
    opacity: 0.8;
    position: absolute;
}.mentorship_experience_l .photo_thumbnail_O::after {
    box-shadow: inset 0 0 0 10px rgba(255,255,255,0.1);
    position: absolute;
    border-radius: 50%;
    content: "";
    inset: 0;
    z-index: 1;
}.mentorship_experience_l .opinion_ratings_k > div:nth-child(2) {
    text-align: center;
    transform: translateZ(20px);
    position: relative;
}.mentorship_experience_l .name {
    position: relative;
    font-size: 23px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0.5rem;
    display: inline-block;
}.mentorship_experience_l .name::after {
    width: 40%;
    bottom: -8px;
    position: absolute;
    transform: translateZ(5px);
    content: "";
    background: rgb(189,184,202);
    height: 3px;
    left: 30%;
}.mentorship_experience_l .opinion_ratings_k > div:nth-child(2) > div {
    letter-spacing: 0.5px;
    margin-top: 1rem;
    font-weight: 600;
    color: rgb(155,146,173);
    font-size: calc(15px * 0.9);
}.mentorship_experience_l .opinion_ratings_k > div:nth-child(3) {
    transform: translateZ(10px);
    position: relative;
}.mentorship_experience_l .career_area_6 {
    font-size: 15px;
    color: #000000;
    text-align: justify;
    line-height: 1.8;
    padding-left: 1rem;
    position: relative;
}.mentorship_experience_l .career_area_6::before {
    background: linear-gradient(
    to bottom,
    rgb(189,184,202) 0%,
    rgb(155,146,173) 100%
  );
    border-radius: 3px;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 3px;
    left: 0;
    content: "";
}.mentorship_experience_l .opinion_ratings_k:hover {
    box-shadow: 
    0 30px 60px rgba(0,0,0,0.08),
    0 10px 25px rgba(0,0,0,0.05),
    0 0 0 1px rgba(255,255,255,0.2) inset;
    transform: translateY(-5px) rotateX(2deg) rotateY(-2deg);
}.mentorship_experience_l .opinion_ratings_k:hover .photo_thumbnail_O {
    transform: translateZ(40px) scale(1.05);
}

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

@keyframes rotateGradient {
  0% { transform: rotate(-45deg); }
  100% { transform: rotate(315deg); }
}

@media (min-width: 768px) {.mentorship_experience_l {
    padding: 7rem 0;
}.mentorship_experience_l .opinion_ratings_k {
    grid-gap: 2.5rem;
    grid-template-rows: auto 1fr;
    padding: 3rem;
    grid-template-columns: auto 1fr;
}.mentorship_experience_l .opinion_ratings_k > div:first-child {
    grid-row: 1 / span 2;
}.mentorship_experience_l .opinion_ratings_k > div:nth-child(2) {
    text-align: left;
    align-self: end;
    padding-top: 1.5rem;
}.mentorship_experience_l .name::after {
    left: 0;
    width: 60px;
}.mentorship_experience_l .career_area_6 {
    padding-left: 1.5rem;
}.mentorship_experience_l .career_area_6::before {
    width: 4px;
}
}

@media (min-width: 992px) {.mentorship_experience_l .opinion_ratings_k {
    grid-template-columns: 250px 1fr;
    padding: 3.5rem 4rem;
    grid-gap: 3rem;
}.mentorship_experience_l .photo_thumbnail_O {
    height: 220px;
    width: 220px;
}.mentorship_experience_l .name {
    font-size: calc(23px * 1.1);
}.mentorship_experience_l .opinion_ratings_k > div:nth-child(2) > div {
    font-size: 15px;
}.mentorship_experience_l .career_area_6 {
    font-size: calc(15px * 1.05);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.mentorship_experience_l .container {
    padding: 0 2rem;
}.mentorship_experience_l .opinion_ratings_k {
    grid-template-columns: 280px 1fr;
    padding: 4rem 5rem;
}.mentorship_experience_l .photo_thumbnail_O {
    width: 240px;
    height: 240px;
}
}

@media (max-width: 767px) {.mentorship_experience_l {
    padding: 4rem 0;
}.mentorship_experience_l .opinion_ratings_k {
    padding: 2rem 1.5rem;
    text-align: center;
}.mentorship_experience_l .photo_thumbnail_O {
    width: 150px;
    height: 150px;
}.mentorship_experience_l .career_area_6 {
    text-align: left;
    padding-left: 0;
    padding-top: 1rem;
}.mentorship_experience_l .career_area_6::before {
    left: 50%;
    width: 50px;
    transform: translateX(-50%);
    bottom: auto;
    height: 3px;
    top: 0;
}}.stay_updated_w {
    padding: 4rem 2rem;
    transform: skewY(-2deg);
    margin: 5rem 0;
    background: linear-gradient(135deg, rgb(222,220,229) 0%, rgb(189,184,202,0.5) 100%);
    position: relative;
    overflow: hidden;
}.stay_updated_w .container {
    position: relative;
    z-index: 1;
    transform: skewY(2deg);
}.stay_updated_w .training_experts_R {
    max-width: 1140px;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    align-items: flex-start;
}.stay_updated_w .training_experts_R::before {
    height: 130%;
    border-radius: 25px;
    z-index: -1;
    top: -15%;
    background: linear-gradient(45deg, rgb(155,146,173) 0%, rgb(189,184,202) 100%);
    right: -20%;
    position: absolute;
    animation: pulse 8s infinite alternate;
    width: 70%;
    transform: rotate(-15deg);
    filter: blur(25px);
    content: "";
    opacity: 0.2;
}.stay_updated_w .training_experts_R::after {
    content: "";
    width: 40%;
    background: rgb(189,184,202,0.5);
    height: 60%;
    bottom: -20%;
    z-index: -1;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    animation: float 6s infinite alternate;
    left: 10%;
    position: absolute;
}.stay_updated_w p {
    font-size: 30px;
    margin-bottom: 2rem;
    position: relative;
    transform: translateX(30px);
    font-family: Arial, sans-serif;
    font-weight: 700;
    max-width: 70%;
    color: #000000;
    padding-left: 2rem;
}.stay_updated_w p::before {
    content: "";
    height: 80%;
    border-radius: 10px;
    left: 0;
    background: rgb(155,146,173);
    position: absolute;
    transform: translateY(-50%);
    width: 5px;
    top: 50%;
}.stay_updated_w .input_holder {
    display: flex;
    border-radius: 25px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    max-width: 600px;
    margin-left: 3rem;
    flex-direction: row;
    transition: all 0.3s ease;
    overflow: hidden;
    align-items: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    width: 100%;
}.stay_updated_w .input_holder:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.stay_updated_w .sub_deal_M {
    color: #000000;
    background: #ffffff;
    font-family: Arial, sans-serif;
    flex: 1;
    font-size: 17px;
    border: none;
    transition: all 0.3s ease;
    padding: 1.2rem 1.5rem;
    outline: none;
}.stay_updated_w .sub_deal_M:focus {
    box-shadow: inset 0 0 0 2px rgb(189,184,202,0.5);
    background: #ffffff;
}.stay_updated_w .support_inquiry_d {
    font-weight: 600;
    font-family: Arial, sans-serif;
    padding: 1.2rem 2rem;
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    outline: none;
    cursor: pointer;
    font-size: 15px;
    background: linear-gradient(135deg, rgb(155,146,173) 0%, rgb(189,184,202) 100%);
    overflow: hidden;
    border: none;
}.stay_updated_w .support_inquiry_d::before {
    position: absolute;
    top: 0;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.5s ease;
    width: 100%;
    content: "";
    height: 100%;
}.stay_updated_w .support_inquiry_d:hover::before {
    left: 100%;
}.stay_updated_w .support_inquiry_d:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgb(189,184,202) 0%, rgb(155,146,173) 100%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-10deg) scale(1.05);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(1);
    }
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-15px) rotate(5deg);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}

@media (max-width: 992px) {.stay_updated_w {
    padding: 3rem 1.5rem;
}.stay_updated_w p {
    max-width: 80%;
    transform: translateX(15px);
    font-size: calc(30px * 0.9);
}.stay_updated_w .input_holder {
    margin-left: 2rem;
}
}

@media (max-width: 768px) {.stay_updated_w p {
    transform: translateX(0);
    max-width: 100%;
    font-size: calc(30px * 0.8);
    padding-left: 1.5rem;
}.stay_updated_w .input_holder {
    margin-left: 0;
    max-width: 100%;
    flex-direction: column;
}.stay_updated_w .sub_deal_M {
    width: 100%;
    padding: 1rem;
}.stay_updated_w .support_inquiry_d {
    padding: 1rem;
    width: 100%;
}
}

@media (max-width: 576px) {.stay_updated_w {
    transform: skewY(-1deg);
    padding: 2.5rem 1rem;
}.stay_updated_w .container {
    transform: skewY(1deg);
}.stay_updated_w p {
    font-size: 19px;
    margin-bottom: 1.5rem;
}.stay_updated_w .training_experts_R::before {
    width: 100%;
    right: -50%;
}}header {
    padding: 0;
    background: rgb(222,220,229);
    position: relative;
    z-index: 100;
    width: 100%;
}header::before {
    width: 100%;
    height: 100%;
    top: 0;
    content: '';
    z-index: 0;
    opacity: 0.6;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, 
        rgb(189,184,202,0.5) 0%, 
        transparent 60%, 
        rgb(155,146,173,0.5) 100%);
}header .container {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 1;
}header .header_nav_l {
    padding: 0.8rem 3%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}header .first_teach_2 {
    margin-right: 1rem;
    position: relative;
    text-decoration: none;
    padding: 0.6rem;
    align-items: center;
    display: flex;
}header .first_teach_2::after {
    width: 100%;
    content: '';
    transform: scaleX(0.7);
    left: 0;
    position: absolute;
    transition: transform 0.3s ease;
    background: linear-gradient(to right, rgb(189,184,202), rgb(155,146,173));
    bottom: 0;
    height: 2px;
}header .first_teach_2:hover::after {
    transform: scaleX(1);
}header .first_teach_2 svg {
    transition: all 0.3s ease;
    height: auto;
    width: 140px;
}header .first_teach_2:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}header .head_learning_4 {
    flex-wrap: wrap;
    border-radius: 10px;
    gap: 0.4rem;
    background: rgba(255, 255, 255, 0.5);
    padding: 0.5rem;
    display: flex;
}header .top_start_0 {
    font-size: 20px;
    transition: all 0.3s ease;
    color: #000000;
    text-decoration: none;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 0.4rem 0.7rem;
    font-weight: 400;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}header .top_start_0::after {
    height: 2px;
    left: 0;
    content: '';
    transition: transform 0.3s ease;
    transform-origin: left;
    transform: scaleX(0);
    width: 100%;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(189,184,202), rgb(155,146,173));
}header .top_start_0:hover {
    background: rgba(255, 255, 255, 0.7);
    color: rgb(189,184,202);
}header .top_start_0:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header .header_nav_l {
    padding: 0.7rem 2.5%;
}header .first_teach_2 svg {
    width: 130px;
}header .head_learning_4 {
    padding: 0.4rem;
    gap: 0.35rem;
}header .top_start_0 {
    font-size: calc(20px - 1px);
    padding: 0.35rem 0.6rem;
}
}

@media (max-width: 767px) {header .header_nav_l {
    padding: 0.7rem 2%;
    justify-content: center;
}header .first_teach_2 {
    margin: 0 0 0.6rem 0;
}header .first_teach_2 svg {
    width: 120px;
}header .head_learning_4 {
    justify-content: center;
    width: 100%;
}header .top_start_0 {
    font-size: calc(20px - 2px);
    padding: 0.3rem 0.5rem;
}
}

@media (max-width: 480px) {header .header_nav_l {
    padding: 0.6rem 1.5%;
}header .first_teach_2 svg {
    width: 110px;
}header .head_learning_4 {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
}header .head_learning_4::-webkit-scrollbar {
    height: 2px;
}header .head_learning_4::-webkit-scrollbar-thumb {
    background: rgb(189,184,202);
    border-radius: 10px;
}header .top_start_0 {
    flex-shrink: 0;
    white-space: nowrap;
}}.contact_form_box_Q {
    perspective: 1000px;
    background: linear-gradient(
        225deg, 
        rgb(222,220,229) 0%, 
        rgb(155,146,173,0.5) 100%
    );
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.contact_form_box_Q::before {
    z-index: 1;
    right: 0;
    content: '';
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    background: 
        repeating-linear-gradient(
            0deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        ),
        repeating-linear-gradient(
            90deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        );
    top: 0;
}.contact_form_box_Q::after {
    content: '';
    width: 200%;
    opacity: 0.6;
    background: radial-gradient(
        circle at center, 
        rgb(189,184,202,0.5) 0%, 
        transparent 70%
    );
    animation: circuit-pulse 10s infinite alternate;
    position: absolute;
    top: -50%;
    z-index: 2;
    height: 200%;
    left: -50%;
}.contact_form_box_Q .container {
    margin: 0 auto;
    max-width: 1300px;
    position: relative;
    z-index: 3;
    padding: 0 1rem;
}.contact_form_box_Q h2 {
    font-size: 45px;
    font-weight: 700;
    position: relative;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 3rem;
    color: #ffffff;
}.contact_form_box_Q h2::before,
.contact_form_box_Q h2::after {
    height: 2px;
    content: '';
    bottom: -0.5rem;
    position: absolute;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(189,184,202), 
        transparent
    );
}.contact_form_box_Q h2::before {
    left: 0;
    width: 30%;
}.contact_form_box_Q h2::after {
    right: 0;
    width: 30%;
}.contact_form_box_Q .inquiry_support_c {
    border: 1px solid rgb(189,184,202,0.5);
    display: flex;
    background: rgb(155,146,173,0.5);
    align-items: stretch;
    border-radius: 18px;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    transform: rotateX(5deg) scale(0.98);
}.contact_form_box_Q .inquiry_support_c:hover {
    transform: rotateX(0) scale(1);
}.contact_form_box_Q .photo_thumbnail_O {
    min-height: 500px;
    overflow: hidden;
    flex: 0 0 40%;
    position: relative;
}.contact_form_box_Q .photo_thumbnail_O::before {
    position: absolute;
    mix-blend-mode: color-dodge;
    left: 0;
    height: 100%;
    content: '';
    width: 100%;
    top: 0;
    background: linear-gradient(
        135deg, 
        rgb(189,184,202,0.5) 0%, 
        rgb(155,146,173,0.5) 100%
    );
    opacity: 0.7;
}.contact_form_box_Q .support_help_i {
    position: relative;
    padding: 4rem 3rem;
    display: flex;
    flex: 0 0 60%;
    justify-content: center;
    flex-direction: column;
}.contact_form_box_Q .support_help_i::before {
    height: 10px;
    animation: signal-pulse 2s infinite alternate;
    content: '';
    background: rgb(189,184,202);
    box-shadow: 0 0 20px rgb(189,184,202);
    position: absolute;
    width: 10px;
    top: 2rem;
    right: 2rem;
    border-radius: 50%;
}.contact_form_box_Q .support_help_i form {
    margin: 0 auto;
    z-index: 3;
    width: 100%;
    max-width: 500px;
    position: relative;
}.contact_form_box_Q .support_help_i h3 {
    font-weight: 600;
    color: #ffffff;
    font-size: 34px;
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
    text-align: center;
}.contact_form_box_Q .support_help_i input:not([type="checkbox"]):not([type="submit"]) {
    border: 1px solid rgb(189,184,202,0.5);
    width: 100%;
    background: rgb(155,146,173,0.5);
    position: relative;
    color: #ffffff;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 14px;
    z-index: 2;
    margin-bottom: 1.5rem;
    outline: none;
}.contact_form_box_Q .support_help_i input:not([type="checkbox"]):not([type="submit"])::before {
    left: 0;
    opacity: 0;
    position: absolute;
    content: '';
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(189,184,202,0.5) 100%
    );
    z-index: 1;
    height: 100%;
    width: 100%;
    transition: opacity 0.3s ease;
    top: 0;
}.contact_form_box_Q .support_help_i input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(189,184,202,0.5);
    border-color: rgb(189,184,202);
}.contact_form_box_Q .support_help_i input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}.contact_form_box_Q .support_help_i .support_section_K {
    align-items: center;
    display: flex;
    margin-bottom: 1.5rem;
}.contact_form_box_Q .support_help_i .support_section_K input[type="checkbox"] {
    transition: all 0.3s ease;
    cursor: pointer;
    background: rgb(155,146,173,0.5);
    width: 22px;
    margin-right: 1rem;
    height: 22px;
    appearance: none;
    position: relative;
    border: 2px solid rgb(189,184,202,0.5);
    border-radius: 10px;
}.contact_form_box_Q .support_help_i .support_section_K input[type="checkbox"]:checked {
    border-color: rgb(189,184,202);
    background: rgb(189,184,202);
}.contact_form_box_Q .support_help_i .support_section_K input[type="checkbox"]:checked::after {
    color: #ffffff;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    position: absolute;
    left: 50%;
    content: '✔';
    top: 50%;
}.contact_form_box_Q .support_help_i .support_section_K label {
    align-items: center;
    color: #ffffff;
    display: flex;
    font-size: 14px;
}.contact_form_box_Q .support_help_i .support_section_K a {
    transition: color 0.3s ease;
    margin-left: 0.3rem;
    text-decoration: none;
    color: rgb(189,184,202);
}.contact_form_box_Q .support_help_i .support_section_K a:hover {
    text-decoration: underline;
}.contact_form_box_Q .support_help_i .support_inquiry_d {
    padding: 1rem;
    background: rgb(189,184,202);
    letter-spacing: 0.1em;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
    width: 100%;
    overflow: hidden;
    font-size: 20px;
    border: none;
}.contact_form_box_Q .support_help_i .support_inquiry_d::before {
    left: -100%;
    transition: all 0.3s ease;
    width: 100%;
    content: '';
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(189,184,202,0.5), 
        transparent
    );
    height: 100%;
    top: 0;
    position: absolute;
}.contact_form_box_Q .support_help_i .support_inquiry_d:hover::before {
    left: 100%;
}.contact_form_box_Q .support_help_i .support_inquiry_d:hover {
    box-shadow: 0 10px 20px rgb(189,184,202,0.5);
    transform: translateY(-3px);
}

@keyframes circuit-pulse {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: rotate(5deg) scale(1.02);
        opacity: 0.8;
    }
}

@keyframes signal-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}

@media screen and (max-width: 1024px) {.contact_form_box_Q .inquiry_support_c {
    flex-direction: column;
    transform: none;
}.contact_form_box_Q .photo_thumbnail_O {
    flex: 0 0 100%;
    min-height: 300px;
}.contact_form_box_Q .support_help_i {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.contact_form_box_Q {
    padding: 3rem 0;
}.contact_form_box_Q h2 {
    font-size: calc(45px * 0.8);
    margin-bottom: 2rem;
}.contact_form_box_Q .support_help_i h3 {
    font-size: calc(34px * 0.9);
}.contact_form_box_Q .support_help_i input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.contact_form_box_Q .support_help_i .support_section_K {
    align-items: flex-start;
}.contact_form_box_Q .support_help_i .support_section_K input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.contact_form_box_Q .inquiry_support_c {
    border-radius: 0;
}.contact_form_box_Q .photo_thumbnail_O {
    min-height: 250px;
}.contact_form_box_Q .support_help_i {
    padding: 2rem 1.5rem;
}}.prospective_students_1 {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background-color: #edf0f8;
}.prospective_students_1::before {
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        );
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.4;
    left: 0;
    content: '';
}.prospective_students_1 .training_experts_R {
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
    padding: 0 30px;
    position: relative;
    z-index: 10;
}.prospective_students_1 h3 {
    margin-bottom: 60px;
    display: inline-block;
    font-weight: 700;
    background-color: #edf0f8;
    border-radius: 15px;
    font-size: 33px;
    padding: 20px 40px;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.7),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    color: #000000;
    position: relative;
}.prospective_students_1 h3::after {
    left: 50%;
    height: 5px;
    width: 60px;
    position: absolute;
    content: '';
    border-radius: 10px;
    bottom: -15px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(189,184,202), rgb(155,146,173));
}.prospective_students_1 ul {
    flex-wrap: wrap;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 35px;
    list-style: none;
    margin: 0;
}.prospective_students_1 ul li {
    padding: 35px 30px;
    display: flex;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.5),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    align-items: flex-start;
    width: calc(33.333% - 24px);
    transition: all 0.4s ease;
    min-width: 280px;
    position: relative;
    border-radius: 20px;
    text-align: left;
    background-color: #edf0f8;
    gap: 20px;
}.prospective_students_1 ul li:hover {
    box-shadow: 
        inset 5px 5px 10px rgba(166, 180, 208, 0.4),
        inset -5px -5px 10px rgba(255, 255, 255, 0.8);
    transform: translateY(-5px);
}.prospective_students_1 ul li::before {
    border-radius: 50%;
    opacity: 0.5;
    right: 15px;
    width: 12px;
    top: 15px;
    content: '';
    height: 12px;
    position: absolute;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgb(189,184,202), rgb(155,146,173));
}.prospective_students_1 ul li:hover::before {
    opacity: 1;
}.prospective_students_1 ul li svg {
    transition: all 0.4s ease;
    box-shadow: 
        5px 5px 10px rgba(166, 180, 208, 0.5),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    height: 50px;
    background: linear-gradient(135deg, #edf0f8, #e2e6f3);
    padding: 10px;
    border-radius: 12px;
    width: 50px;
    flex-shrink: 0;
}.prospective_students_1 ul li:hover svg {
    transform: scale(1.05);
    box-shadow: 
        inset 3px 3px 6px rgba(166, 180, 208, 0.4),
        inset -3px -3px 6px rgba(255, 255, 255, 0.8);
}.prospective_students_1 ul li svg path {
    fill: rgb(189,184,202);
    transition: fill 0.4s ease;
}.prospective_students_1 ul li:hover svg path {
    fill: rgb(155,146,173);
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.prospective_students_1 ul li {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}.prospective_students_1 ul li:nth-child(1) {
    animation-delay: 0.1s;
}.prospective_students_1 ul li:nth-child(2) {
    animation-delay: 0.2s;
}.prospective_students_1 ul li:nth-child(3) {
    animation-delay: 0.3s;
}.prospective_students_1 ul li:nth-child(4) {
    animation-delay: 0.4s;
}.prospective_students_1 ul li:nth-child(5) {
    animation-delay: 0.5s;
}.prospective_students_1 ul li:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 992px) {.prospective_students_1 {
    padding: 80px 0;
}.prospective_students_1 h3 {
    margin-bottom: 50px;
    padding: 15px 30px;
}.prospective_students_1 ul {
    gap: 25px;
}.prospective_students_1 ul li {
    width: calc(50% - 13px);
    padding: 30px 25px;
}
}

@media (max-width: 768px) {.prospective_students_1 ul li {
    max-width: 400px;
    width: 100%;
}
}

@media (max-width: 576px) {.prospective_students_1 {
    padding: 60px 0;
}.prospective_students_1 h3 {
    font-size: calc(33px * 0.85);
    padding: 15px 20px;
    margin-bottom: 40px;
}.prospective_students_1 ul li {
    gap: 15px;
    padding: 25px 20px;
}.prospective_students_1 ul li svg {
    height: 40px;
    width: 40px;
    padding: 8px;
}
}

@media (prefers-reduced-motion: reduce) {.prospective_students_1 ul li {
    opacity: 1;
    animation: none;
}.prospective_students_1 ul li:hover {
    transform: none;
}}.course_program_description_P {
    background: rgb(222,220,229);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.course_program_description_P::before {
    height: 300px;
    width: 300px;
    top: -100px;
    position: absolute;
    background: linear-gradient(135deg, rgb(189,184,202,0.5) 0%, transparent 70%);
    right: -100px;
    content: "";
    z-index: 1;
    opacity: 0.7;
    transform: rotate(-15deg);
}.course_program_description_P::after {
    bottom: -50px;
    z-index: 1;
    position: absolute;
    content: "";
    left: -50px;
    transform: rotate(15deg);
    height: 200px;
    background: linear-gradient(225deg, rgb(155,146,173,0.5) 0%, transparent 70%);
    width: 200px;
    opacity: 0.5;
}.course_program_description_P .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.course_program_description_P .learn_business_Z {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    position: relative;
}.course_program_description_P .photo_thumbnail_O {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    height: 320px;
}.course_program_description_P .photo_thumbnail_O::before {
    inset: 0;
    background: linear-gradient(
        to right,
        rgb(189,184,202,0.5) 0%,
        transparent 20%,
        transparent 80%,
        rgb(155,146,173,0.5) 100%
    );
    content: "";
    opacity: 0.4;
    transition: opacity 0.5s ease;
    position: absolute;
}.course_program_description_P .photo_thumbnail_O:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course_program_description_P .photo_thumbnail_O:hover::before {
    opacity: 0.2;
}.course_program_description_P .info_wrapper_k {
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: #ffffff;
    transform: translateY(0);
    position: relative;
}.course_program_description_P .info_wrapper_k:hover {
    transform: translateY(-5px);
}.course_program_description_P .info_wrapper_k::before {
    background: linear-gradient(to bottom, rgb(189,184,202), rgb(155,146,173));
    left: 0;
    content: "";
    position: absolute;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 0;
    top: 0;
    width: 4px;
}.course_program_description_P .info_wrapper_k:hover::before {
    height: 100%;
}.course_program_description_P h3 {
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    font-weight: 600;
    transition: transform 0.4s ease;
    margin-bottom: 25px;
    transform: translateX(0);
    font-size: calc(23px * 1.1);
    padding-bottom: 15px;
}.course_program_description_P .info_wrapper_k:hover h3 {
    transform: translateX(10px);
}.course_program_description_P h3::after {
    position: absolute;
    width: 60px;
    content: "";
    left: 0;
    bottom: 0;
    transition: width 0.4s ease;
    background: rgb(189,184,202);
    height: 2px;
}.course_program_description_P .info_wrapper_k:hover h3::after {
    width: 100px;
}.course_program_description_P .description {
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    opacity: 0.9;
    transition: opacity 0.3s ease;
    line-height: 1.7;
    font-size: 14px;
}.course_program_description_P .info_wrapper_k:hover .description {
    opacity: 1;
}.course_program_description_P p.description {
    overflow-y: auto;
    max-height: 300px;
    scrollbar-width: thin;
    display: block;
    padding-right: 15px;
    scrollbar-color: rgb(189,184,202,0.5) #ffffff;
}.course_program_description_P p.description::-webkit-scrollbar {
    width: 6px;
}.course_program_description_P p.description::-webkit-scrollbar-track {
    background: #ffffff;
}.course_program_description_P p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(189,184,202,0.5);
}.course_program_description_P span.description {
    display: none;
}

@media (min-width: 768px) {.course_program_description_P {
    padding: 150px 0;
}.course_program_description_P .learn_business_Z {
    align-items: center;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
}.course_program_description_P .photo_thumbnail_O {
    height: 450px;
    transform: perspective(1000px) rotateY(3deg) translateX(-20px);
}.course_program_description_P .photo_thumbnail_O:hover {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.course_program_description_P .info_wrapper_k {
    padding: 40px;
}.course_program_description_P h3 {
    margin-bottom: 30px;
    font-size: 23px;
}.course_program_description_P p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course_program_description_P .learn_business_Z {
    gap: 80px;
}.course_program_description_P .photo_thumbnail_O {
    height: 500px;
}.course_program_description_P .info_wrapper_k {
    padding: 50px;
}.course_program_description_P h3 {
    font-size: calc(23px * 1.2);
}.course_program_description_P p.description {
    line-height: 1.75;
    max-height: 400px;
    font-size: calc(14px * 1.05);
}
}

@media (min-width: 1200px) {.course_program_description_P .learn_business_Z {
    gap: 100px;
}.course_program_description_P .photo_thumbnail_O {
    transform: perspective(1200px) rotateY(5deg) translateX(-30px);
    height: 550px;
}.course_program_description_P .photo_thumbnail_O:hover {
    transform: perspective(1200px) rotateY(0deg) translateX(0);
}.course_program_description_P .info_wrapper_k {
    padding: 60px 70px 60px 60px;
}.course_program_description_P h3 {
    font-size: calc(23px * 1.3);
    margin-bottom: 35px;
    padding-bottom: 20px;
}.course_program_description_P p.description {
    max-height: 450px;
}
}

@media (max-width: 767px) {.course_program_description_P {
    padding: 80px 0;
}.course_program_description_P .info_wrapper_k {
    padding: 25px 20px;
}.course_program_description_P h3 {
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: calc(16px * 1.1);
}.course_program_description_P p.description {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
    max-height: 250px;
}
}