﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

* {
    scrollbar-color: rgb(230,234,235) rgb(112,159,164,0.5);
    scrollbar-width: none;
}

.top_prime_uicl {
    flex: 1 0 auto;
}


.meet_us_Tp35 {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.05),
                -12px -12px 24px rgba(255, 255, 255, 0.8);
    background: linear-gradient(145deg, rgb(230,234,235), #f8f9fa);
}

.meet_us_Tp35 h1::before {
    left: 50%;
    content: "";
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    bottom: -15px;
    transition: width 0.3s ease;
    transform: translateX(-50%);
    width: 80px;
    background: linear-gradient(90deg, rgb(173,191,193), rgb(112,159,164));
    height: 4px;
    position: absolute;
}

.meet_us_Tp35 .student_voice_Ijny {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 12px;
    padding: 25px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.06),
                -8px -8px 16px rgba(255, 255, 255, 0.7),
                inset 1px 1px 2px rgba(255, 255, 255, 0.3),
                inset -1px -1px 2px rgba(0, 0, 0, 0.02);
}

.meet_us_Tp35 .student_voice_Ijny:hover h4 {
    color: rgb(173,191,193);
    transform: translateX(10px);
}

.meet_us_Tp35 .student_voice_Ijny:hover div {
    color: #000000;
}

.pricing_plan_PB98 .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
    max-width: 1320px;
    z-index: 2;
}

.pricing_plan_PB98 .study_price_yUic {
    padding: 2rem;
    background: rgba(#ffffff, 0.9);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    max-width: 600px;
    position: relative;
    transform: translateY(0);
    margin: 0 auto;
    z-index: 3;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.pricing_plan_PB98 .pay_plans_qkiZ {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.pricing_plan_PB98 .cost_summary_7SyW h3 {
    position: relative;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #000000;
    font-size: calc(24px + 0.1rem);
    line-height: 1.3;
}

.pricing_plan_PB98 .hero_image_ePy3 {
    transition: transform 0.6s ease-out;
    transform: scale(1);
    position: relative;
    width: 100%;
    height: 220px;
}

.program_details_5faI::after {
    background: radial-gradient(circle, rgb(173,191,193) 0%, transparent 70%);
    top: -50px;
    position: absolute;
    opacity: 0.15;
    width: 200px;
    height: 200px;
    filter: blur(30px);
    border-radius: 50%;
    animation: float 15s infinite ease-in-out;
    content: "";
    right: -50px;
}

.program_details_5faI h2::after {
    background: linear-gradient(90deg, rgb(112,159,164) 0%, transparent 100%);
    transform-origin: left;
    position: absolute;
    height: 3px;
    bottom: -12px;
    content: "";
    transform: scaleX(0);
    left: 0;
    width: 80px;
    animation: expand 1.2s 0.5s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.program_details_5faI .article_wrap_UxHB {
    overflow-y: auto;
    scrollbar-width: thin;
    max-height: 350px;
    padding: 1.5rem;
    scrollbar-color: rgb(173,191,193) rgba(rgb(173,191,193,0.5), 0.1);
    position: relative;
    border-left: 1px solid rgba(rgb(173,191,193,0.5), 0.2);
}

.education_history_fX3T::after {
    content: "";
    height: 100%;
    opacity: 0.3;
    background: radial-gradient(circle at 70% 30%, rgb(112,159,164,0.5) 0%, transparent 40%);
    right: 0;
    z-index: 0;
    width: 100%;
    top: 0;
    position: absolute;
}

.education_history_fX3T .user_opinions_l6do:hover .hero_image_ePy3 {
    transform: rotateX(0deg) translateZ(30px);
}

.education_history_fX3T .user_opinions_l6do:hover .work_expertise_NpSb {
    transform: rotateX(0deg) translateZ(20px);
}

.education_history_fX3T .name::after {
    width: 0;
    transition: width 0.4s ease 0.1s;
    background: linear-gradient(to right, rgb(112,159,164), transparent);
    bottom: -5px;
    content: "";
    left: 0;
    position: absolute;
    height: 3px;
}

.education_history_fX3T .user_opinions_l6do:hover .emp_items_erTx {
    transform: translateZ(5px);
}

.education_history_fX3T .emp_items_erTx::before {
    position: absolute;
    line-height: 0;
    opacity: 0.5;
    top: 10px;
    content: "";
    color: rgb(112,159,164,0.5);
    left: -5px;
    font-size: 60px;
}

.potential_learners_KGIY h4 {
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 33px;
    text-align: center;
    margin-bottom: 50px;
}

.potential_learners_KGIY div {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.potential_learners_KGIY div p:hover {
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.08),
        -12px -12px 24px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
    transform: translateY(-5px);
}

.potential_learners_KGIY div p:hover svg {
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.15),
        -6px -6px 12px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
    transform: rotate(10deg);
}

.access_now_RAcL .container {
    position: relative;
    margin: 0 auto;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    flex-direction: column;
    z-index: 5;
    align-items: center;
    display: flex;
    max-width: 1200px;
    gap: 3rem;
}

.access_now_RAcL h6::before {
    left: 50%;
    width: 60px;
    transform: translateX(-50%) scaleX(0.7);
    transition: transform 0.5s ease, opacity 0.5s ease;
    position: absolute;
    height: 3px;
    opacity: 0.7;
    bottom: -12px;
    content: "";
    background: #ffffff;
}

.access_now_RAcL span:hover::before {
    opacity: 1;
    transform: scale(2.5);
}

.access_now_RAcL .query_panel_HZgU::before {
    content: "";
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.2) 50%, 
        transparent 100%);
    transition: transform 1s ease;
    height: 100%;
    transform: translateX(-100%);
    position: absolute;
    left: 0;
}

.location_details_UGnb::before {
    position: absolute;
    animation: patternMove 30s linear infinite;
    height: 100%;
    left: 0;
    top: 0;
    background: 
        linear-gradient(135deg, transparent 25%, rgb(173,191,193,0.5) 25%, rgb(173,191,193,0.5) 30%, transparent 30%),
        linear-gradient(225deg, transparent 25%, rgb(112,159,164,0.5) 25%, rgb(112,159,164,0.5) 30%, transparent 30%);
    background-size: 60px 60px;
    width: 100%;
    z-index: -2;
    content: '';
}

.location_details_UGnb .support_request_jQCk::after {
    transition: transform 0.3s ease;
    border-style: solid;
    z-index: 2;
    border-color: transparent rgb(173,191,193) transparent transparent;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    border-width: 0 50px 50px 0;
}

.location_details_UGnb .hero_image_ePy3 {
    height: 250px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.location_details_UGnb .edu_asknow_X4it {
    padding: 35px;
    flex-grow: 1;
    background: #ffffff;
    position: relative;
}

.location_details_UGnb .edu_asknow_X4it p {
    padding-left: 30px;
    position: relative;
    transition: all 0.3s ease;
    margin: 0 0 18px;
    font-size: 17px;
    align-items: flex-start;
    color: #000000;
    display: flex;
    border-left: 2px solid transparent;
}

.location_details_UGnb .edu_asknow_X4it p a {
    color: rgb(173,191,193);
    padding-bottom: 2px;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}

.location_details_UGnb .contact_feedback_TZCn svg {
    stroke-width: 2;
    stroke: rgb(173,191,193);
    transform: translateY(-50%) rotate(45deg);
    width: 18px;
    top: 50%;
    stroke-linejoin: round;
    position: absolute;
    transition: all 0.3s ease;
    fill: none;
    height: 18px;
    stroke-linecap: round;
    left: 0;
}

.location_details_UGnb .contact_today_OPd9:hover svg {
    stroke: #000000;
    transform: translateY(-50%) rotate(15deg);
    opacity: 1;
}

header::before {
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.03;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(112,159,164,0.5) 10px,
            rgb(112,159,164,0.5) 11px
        );
    content: "";
    z-index: 1;
    position: absolute;
    height: 100%;
}

header .head_mainwrap_2APl::after {
    opacity: 0.5;
    filter: blur(20px);
    animation: orb-float 5s ease-in-out infinite alternate;
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    z-index: -1;
    background: rgb(173,191,193,0.5);
}

header .header_learn_sIUY {
    overflow: hidden;
    letter-spacing: 0.5px;
    white-space: nowrap;
    transition: all 0.3s ease;
    font-weight: 400;
    text-decoration: none;
    padding: 0.6rem 1.8rem;
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    border-radius: 29px;
    background: linear-gradient(135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    font-size: 16px;
    border: 1px solid rgb(173,191,193,0.5);
}

.contact_section_rHPn::before {
    background: linear-gradient(120deg, rgb(173,191,193,0.5) 0%, transparent 75%);
    content: "";
    position: absolute;
    left: 0;
    opacity: 0.15;
    top: 0;
    height: 100%;
    width: 100%;
}

.contact_section_rHPn .hero_image_ePy3 {
    min-height: 500px;
    flex: 0 0 40%;
    position: relative;
    overflow: hidden;
}

.contact_section_rHPn .contact_request_Cbo7::before {
    left: 0;
    content: "";
    position: absolute;
    height: calc(100% - 80px);
    background: linear-gradient(to bottom, rgb(173,191,193), rgb(112,159,164));
    border-radius: 2.5px;
    top: 40px;
    width: 5px;
}

.contact_section_rHPn .inquiry_list_Wb4U {
    align-items: flex-start;
    display: flex;
    margin: 10px 0 30px;
}

.contact_section_rHPn .inquiry_list_Wb4U label::before {
    width: 22px;
    content: "";
    border: 2px solid rgb(173,191,193,0.5);
    border-radius: 10px;
    position: absolute;
    left: 0;
    transition: all 0.2s ease;
    height: 22px;
    top: 2px;
}

.contact_section_rHPn form .query_panel_HZgU {
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(173,191,193), rgb(112,159,164));
    overflow: hidden;
    display: inline-block;
    border: none;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
    padding: 15px 35px;
    cursor: pointer;
    font-size: 19px;
    font-family: Arial, sans-serif;
    color: #ffffff;
}

.diploma_cta_fEyA .company_holder {
    margin-right: 2rem;
    backdrop-filter: blur(15px);
    flex: 1 1 350px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 1.5rem;
    border-radius: 23px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.5);
}

.diploma_cta_fEyA .policy_links_at2e {
    position: relative;
    flex: 1 1 450px;
}

.diploma_cta_fEyA .policy_links_at2e .head_lesson_nCJv {
    justify-content: flex-end;
}

.diploma_cta_fEyA .main_primary_R6iZ h5::before {
    content: "";
    width: 40px;
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
    background: rgb(173,191,193);
    height: 2px;
    bottom: -6px;
}

.diploma_cta_fEyA .main_primary_R6iZ a:hover {
    transform: translateX(5px);
    color: #ffffff;
}

.teach_supp_zvXk::before {
    content: "";
    left: 0;
    top: 0;
    right: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(112,159,164) 25%, 
                #ffffff 50%, 
                rgb(173,191,193) 75%, 
                transparent 100%);
    height: 1px;
    position: absolute;
}

.diploma_cta_fEyA .collab_net_CAMr::before {
    height: 0;
    width: 0;
    position: absolute;
    left: -10px;
    top: -10px;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    content: "";
    border: 1px solid transparent;
}

.customer_comments_LAQE {
    padding: 7rem 0;
    background: linear-gradient(145deg, rgb(230,234,235) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    overflow: hidden;
    perspective: 1200px;
}

.customer_comments_LAQE h2::after {
    content: "";
    height: 4px;
    left: 20%;
    bottom: -15px;
    background: rgb(173,191,193);
    box-shadow: 0 5px 15px rgb(173,191,193,0.5);
    position: absolute;
    width: 60%;
    transform: perspective(500px) rotateX(45deg);
}

.customer_comments_LAQE .user_opinions_l6do:nth-child(3n+1) {
    transform: perspective(1000px) rotateY(8deg) translateZ(20px);
}

.customer_comments_LAQE .user_opinions_l6do:hover::before {
    opacity: 0;
}

.customer_comments_LAQE .user_opinions_l6do img {
    margin-bottom: 1rem;
    border-radius: 50%;
    border: 3px solid #ffffff;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    height: 80px;
    transition: all 0.4s ease;
    width: 80px;
    transform: translateX(-1rem);
}

.thanksCore_HztG::before {
    pointer-events: none;
    background: repeating-linear-gradient(
        45deg,
        rgb(112,159,164,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(112,159,164,0.5) 11px
    );
    position: absolute;
    content: "";
    opacity: 0.1;
    animation: patternMove 30s linear infinite;
    top: 0;
    width: 100%;
    left: 0;
    transform: translateZ(-20px);
    height: 100%;
    z-index: 1;
}

.thanksCore_HztG .edu_ethos_U05h::before {
    opacity: 0.1;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    background: linear-gradient(45deg, rgb(112,159,164,0.5) 0%, transparent 70%);
}

.thanksCore_HztG li::before {
    box-shadow: 0 0 0 5px rgba(var(--secondary-color-rgb, 0, 120, 200), 0.1);
    content: "";
    border-radius: 50%;
    animation: pulseDot 3s infinite;
    background-color: #ffffff;
    border: 3px solid rgb(112,159,164);
    transform: translateY(-50%);
    left: -9px;
    width: 15px;
    top: 50%;
    height: 15px;
    position: absolute;
}

.title_opener_JuE5 > div {
    width: 90%;
    position: relative;
    padding: 2rem;
    z-index: 2;
    max-width: 1200px;
}

.title_opener_JuE5 .course_entry_mf5T::after {
    background: rgb(173,191,193);
    height: 4px;
    position: absolute;
    left: 0;
    animation: scaleIn 0.6s 0.8s ease forwards;
    bottom: -12px;
    width: 60px;
    transform: scaleX(0);
    content: "";
    transform-origin: left;
}

.title_opener_JuE5 .edu_home_Khsu p::before {
    content: "";
    width: 3px;
    background: rgb(173,191,193);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.study_process_2L8N {
    justify-content: center;
    overflow: hidden;
    min-height: 80vh;
    display: flex;
    background: linear-gradient(120deg, rgb(230,234,235) 0%, rgb(173,191,193,0.5) 100%);
    padding: 7rem 2rem;
    position: relative;
    align-items: center;
}

.study_process_2L8N .article_wrap_UxHB {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.05);
    clip-path: polygon(
        0 0,
        100% 0,
        100% 85%,
        95% 100%,
        0 100%
    );
    backdrop-filter: blur(10px);
    width: 70%;
    max-width: 800px;
    padding: 4rem;
    overflow: hidden;
    position: relative;
    border-radius: 19px;
}

.study_process_2L8N h2::before {
    width: 0;
    transition: width 0.8s ease;
    content: '';
    height: 2px;
    background: linear-gradient(90deg, rgb(173,191,193), rgb(112,159,164));
    position: absolute;
    left: 0;
    bottom: 0;
}

.study_process_2L8N .article_wrap_UxHB:hover {
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.study_process_2L8N .article_wrap_UxHB:hover p::before {
    width: 100px;
}

.privacy_area_Jk8D h3, .privacy_area_Jk8D h4, .privacy_area_Jk8D h5, .privacy_area_Jk8D h6 {
    margin: 1rem 0;
}

.privacy_area_Jk8D h3, .privacy_area_Jk8D h4, .privacy_area_Jk8D h5, .privacy_area_Jk8D h6 {
    margin-top: 30px;
    color: rgb(173,191,193);
}

.privacy_area_Jk8D h3 {
    font-weight: 700;
    font-size: calc(19px - 2px);
    text-shadow: 0 0 6px rgb(173,191,193,0.5);
}

.privacy_area_Jk8D section {
    border-top: 1px solid rgb(112,159,164,0.5);
    padding-top: 30px;
    margin-top: 50px;
}

.privacy_area_Jk8D div {
    margin-bottom: 25px;
}

.program_assets_QDw4::before {
    height: 100%;
    top: 0;
    opacity: 0.15;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(173,191,193,0.5) 0%, transparent 70%);
    content: '';
    width: 100%;
}

.program_assets_QDw4 .hero_image_ePy3::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, #000000 0%, transparent 30%);
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    content: '';
}

.program_assets_QDw4 .text_main_holder {
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    display: grid;
    gap: 30px;
    grid-area: content;
}

.program_assets_QDw4 .text_main_holder > div:nth-child(2) {
    --i: 2;
}

.program_assets_QDw4 .text_main_holder > div:nth-child(4) {
    --i: 4;
}

.program_assets_QDw4 .text_main_holder > div:nth-child(6) {
    --i: 6;
}

.program_assets_QDw4 .text_main_holder > div:nth-child(8) {
    --i: 8;
}

.program_assets_QDw4 .text_main_holder svg {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    transition: transform 0.3s ease;
}

.program_assets_QDw4 .text_main_holder svg path {
    fill: rgb(173,191,193);
}

.program_assets_QDw4 .text_main_holder > div:hover svg path {
    fill: rgb(112,159,164);
}

.consentNotificationBox_Q2Ev .visitor_privacy_Jw6Q svg {
    fill: rgb(173,191,193);
    width: 60px;
    height: 60px;
}

.consentNotificationBox_Q2Ev .privacy_switch_6DN7 h5 {
    margin-bottom: 6px;
    font-size: 22px;
    color: rgb(173,191,193);
}

.consentNotificationBox_Q2Ev .cookie_user_GLyb:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}



@media (min-width: 768px) {.meet_us_Tp35 {
    padding: 100px 0;
}.meet_us_Tp35 ul {
    grid-template-columns: repeat(2, 1fr);
}.meet_us_Tp35 h1 {
    font-size: calc(44px * 1.2);
    margin-bottom: 70px;
}.meet_us_Tp35 .student_voice_Ijny {
    height: 100%;
    padding: 35px 30px;
}.meet_us_Tp35 .student_voice_Ijny div {
    max-height: 400px;
}
}



@media (min-width: 992px) {.pricing_plan_PB98 .deal_board_NEm1 {
    align-items: center;
    gap: 3rem;
    flex-direction: row;
}.pricing_plan_PB98 .study_price_yUic {
    margin: 0;
    width: 35%;
}.pricing_plan_PB98 .cost_levels_k2lC {
    width: 65%;
}
}



@media (min-width: 768px) {.program_details_5faI {
    padding: 140px 0 100px;
}.program_details_5faI h2 {
    font-size: calc(30px * 1.1);
    max-width: 80%;
}.program_details_5faI .training_guide_TOkv {
    flex-direction: row;
    gap: 4rem;
}.program_details_5faI .hero_image_ePy3 {
    width: 40%;
    height: auto;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.program_details_5faI .hero_image_ePy3:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: scale(1.02) translateY(-5px);
}.program_details_5faI .article_wrap_UxHB {
    width: 60%;
    max-height: 400px;
    padding: 0 1.5rem 0 2.5rem;
}.program_details_5faI h2::after {
    width: 120px;
}
}



@media (min-width: 768px) {.education_history_fX3T .user_opinions_l6do {
    grid-gap: 0;
    grid-template-columns: 300px 1fr;
}.education_history_fX3T .hero_image_ePy3 {
    transform: rotateY(-10deg);
    border-radius: 21px 0 0 21px;
    height: 100%;
    transform-origin: right;
}.education_history_fX3T .user_opinions_l6do:hover .hero_image_ePy3 {
    transform: rotateY(0deg) translateZ(30px);
}.education_history_fX3T .work_expertise_NpSb {
    border-radius: 0 21px 21px 0;
    transform: rotateY(5deg);
    transform-origin: left;
}.education_history_fX3T .user_opinions_l6do:hover .work_expertise_NpSb {
    transform: rotateY(0deg) translateZ(20px);
}
}



@media (max-width: 768px) {.access_now_RAcL {
    padding: 4rem 1.5rem;
}.access_now_RAcL .container {
    gap: 2rem;
}.access_now_RAcL h6 {
    font-size: 1.1rem;
    max-width: 100%;
}.access_now_RAcL .query_panel_HZgU {
    font-size: calc(19px - 0.1rem);
    padding: 0.9rem 2rem;
}
}



@media (min-width: 1600px) {.access_now_RAcL {
    padding: 8rem 2rem;
}.access_now_RAcL h6 {
    font-size: calc(19px + 0.2rem);
}.access_now_RAcL .query_panel_HZgU {
    font-size: calc(19px + 0.1rem);
    padding: 1.2rem 3rem;
}
}


@media screen and (max-width: 767px) {.location_details_UGnb {
    padding: 50px 0;
}.location_details_UGnb .feedback_form_stEf {
    padding: 20px 25px;
}.location_details_UGnb .feedback_form_stEf svg {
    margin-right: 8px;
    width: 20px;
    height: 20px;
}.location_details_UGnb .edu_asknow_X4it {
    padding: 25px;
}.location_details_UGnb .edu_asknow_X4it p {
    padding-left: 28px;
}.location_details_UGnb .edu_asknow_X4it p svg {
    height: 16px;
    width: 16px;
    top: 3px;
}.location_details_UGnb .get_contact_glU1 {
    padding-top: 25px;
    margin-top: 25px;
}.location_details_UGnb .contact_feedback_TZCn {
    padding-left: 26px;
}.location_details_UGnb .contact_feedback_TZCn svg {
    width: 14px;
    height: 14px;
}.location_details_UGnb .contact_team_zSN9 {
    grid-template-columns: 1fr;
}.location_details_UGnb .contact_today_OPd9 {
    padding: 12px 15px 12px 34px;
}.location_details_UGnb .contact_today_OPd9 svg {
    height: 12px;
    width: 12px;
    left: 10px;
}}



@media screen and (max-width: 480px) {.contact_section_rHPn {
    padding: 50px 0;
}.contact_section_rHPn h2 {
    font-size: calc(38px * 0.8);
}.contact_section_rHPn .hero_image_ePy3 {
    min-height: 200px;
}.contact_section_rHPn .contact_request_Cbo7 {
    padding: 30px 20px;
}.contact_section_rHPn .contact_request_Cbo7::before {
    width: calc(100% - 40px);
    left: 20px;
}.contact_section_rHPn form h3 {
    font-size: calc(18px * 0.9);
    margin-bottom: 25px;
}.contact_section_rHPn form input[type="text"] {
    padding: 15px 20px;
}.contact_section_rHPn form .query_panel_HZgU {
    width: 100%;
    text-align: center;
}}



@media (max-width: 992px) {.thanksCore_HztG {
    padding: 60px 0;
}.thanksCore_HztG h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 30px;
}.thanksCore_HztG .edu_ethos_U05h {
    padding: 30px;
}
}



@media (min-width: 768px) {.title_opener_JuE5 > div {
    width: 85%;
    padding: 3rem;
}.title_opener_JuE5 .class_pro_TZWm {
    margin-bottom: 3rem;
}.title_opener_JuE5 .course_entry_mf5T {
    font-size: calc(39px + 0.5rem);
}.title_opener_JuE5 .course_entry_mf5T::after {
    width: 80px;
}.title_opener_JuE5 .edu_home_Khsu {
    margin-top: 1.5rem;
    padding: 3.5rem;
}.title_opener_JuE5 .edu_home_Khsu p {
    padding-left: 1.5rem;
    font-size: calc(13px + 0.2rem);
}.title_opener_JuE5 .edu_home_Khsu h3 {
    font-size: calc(20px + 0.1rem);
    max-width: 85%;
}
}



@media (max-width: 992px) {.study_process_2L8N {
    padding: 5rem 1.5rem;
}.study_process_2L8N .article_wrap_UxHB {
    padding: 3rem;
    width: 80%;
}.study_process_2L8N h2 {
    margin-bottom: 1.5rem;
    padding-bottom: 1.2rem;
    font-size: calc(33px * 0.9);
}.study_process_2L8N .article_wrap_UxHB:hover h2::before {
    width: 80px;
}.study_process_2L8N p {
    font-size: calc(18px * 0.95);
}
}



@media (max-width: 1024px) {.program_assets_QDw4 .edu_ethos_U05h {
    grid-template-areas:
            "header"
            "hero_image_ePy3"
            "top_prime_uicl";
    grid-template-columns: 1fr;
    gap: 40px;
}.program_assets_QDw4 .hero_image_ePy3 {
    border-radius: 13px;
    height: 400px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.program_assets_QDw4 h2 {
    padding-left: 0;
    text-align: center;
    transform: translateY(-30px);
}.program_assets_QDw4 h2::before {
    left: 50%;
    bottom: -15px;
    width: 60px;
    transform: translateX(-50%);
    top: auto;
}
}


@media (max-width: 768px) {.consentNotificationBox_Q2Ev .visitor_privacy_Jw6Q {
    margin-right: 0;
    margin-bottom: 15px;
}.consentNotificationBox_Q2Ev .cookie_user_GLyb {
    text-align: center;
    margin-left: 0;
    width: 48%;
}}



@keyframes moveGradient {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(70%, 70%);
    }
    100% {
        transform: translate(0, 100%);
    }
}



@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}



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



@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}



@keyframes underlineExpand {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 150px;
        opacity: 1;
    }
}



@keyframes glowPulse {
    0% {
        opacity: 0.1;
        transform: translate(40%, 40%) scale(1);
    }
    50% {
        opacity: 0.3;
        transform: translate(40%, 40%) scale(1.2);
    }
    100% {
        opacity: 0.1;
        transform: translate(40%, 40%) scale(1);
    }
}

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



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

