﻿a {
    color: inherit;
    text-decoration: none;
}

header,footer {
    width: 100%;
}

header {
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    left: 0;
    transition: all 0.4s ease;
    position: fixed;
    -webkit-backdrop-filter: blur(8px);
    background: linear-gradient(135deg, #000000 0%, rgb(136,143,143) 100%);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgb(136,143,143,0.5);
}



.layer-container_KI .cookie_message_banner_Iv {
    background: rgb(101,109,109);
    box-shadow: rgb(101,109,109,0.5) 0px 0px 40px 39px;
    padding: 40px 0;
    border: none;
}

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

.instructor_profile_Px .success_opinions_vA {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.03),
        0 0 80px rgba(rgb(136,143,143), 0.03) inset;
    position: relative;
    grid-template-columns: 1fr;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    display: grid;
    gap: 2rem;
    transform: translateZ(0);
}

.instructor_profile_Px .success_opinions_vA > div:nth-child(2) {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.instructor_profile_Px .emp_items_7H::before {
    top: -2rem;
    content: "";
    position: absolute;
    z-index: -1;
    left: -1rem;
    font-family: serif;
    color: rgb(136,143,143,0.5);
    font-size: 6rem;
    opacity: 0.15;
}

.learning_outcomes_XK h5 {
    color: #000000;
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-bottom: 60px;
    max-width: 800px;
    margin-right: auto;
    font-size: 18px;
    font-weight: 700;
    transition: transform 0.5s ease-out;
    text-align: center;
    line-height: 1.4;
    transform: translateY(0);
}

.learning_outcomes_XK .learn_pro_Vg > div:first-child {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.learning_outcomes_XK .text_section_6W {
    width: 100%;
}

.learning_outcomes_XK .text_section_6W li {
    transform: translateY(0);
    position: relative;
    opacity: 0.95;
    padding-left: 40px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.learning_outcomes_XK .text_section_6W li svg path {
    transition: fill 0.3s ease;
    fill: rgb(136,143,143);
}

.learning_outcomes_XK .text_section_6W li:nth-child(odd) {
    border-left: 2px solid rgba(var(--primary-color-rgb), 0.1);
    padding-left: 45px;
}

.course_program_details_ub .new_study_gb {
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

.course_program_details_ub .learn_business_wc {
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.course_program_details_ub .career_lab_l3:nth-child(1) {
    animation-delay: 0s;
}

.course_program_details_ub .career_lab_l3:nth-child(4) {
    animation-delay: -18s;
}

.course_program_details_ub .learn_pro_Vg {
    align-items: center;
    justify-content: center;
    display: flex;
}

.course_program_details_ub .training_route_Hc::after {
    animation: pulse-glow 5s ease-in-out infinite alternate;
    z-index: -2;
    position: absolute;
    content: "";
    opacity: 0.1;
    background: radial-gradient(
        ellipse at center,
        rgb(136,143,143,0.5) 0%,
        transparent 70%
    );
    height: 120%;
    filter: blur(20px);
    width: 120%;
}

.course_program_details_ub .message_links_bs {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    display: inline-block;
    border-radius: 50px;
    position: relative;
    padding: 0.8rem 2rem;
    overflow: hidden;
    font-weight: 600;
    text-decoration: none;
    background: rgb(136,143,143);
    font-size: 14px;
    color: #ffffff;
    z-index: 1;
}

.course_program_details_ub .learn_business_wc:has(.career_lab_l3:nth-child(2):last-child) .career_lab_l3:nth-child(2) {
    animation-delay: -15s;
}

.course_program_details_ub .learn_business_wc:has(.career_lab_l3:nth-child(3):last-child) .career_lab_l3:nth-child(3) {
    animation-delay: -20s;
}

.course_program_details_ub .learn_business_wc:has(.career_lab_l3:nth-child(4):last-child) .career_lab_l3:nth-child(3) {
    animation-delay: -15s;
}

.privacy_defense_bJ::after {
    bottom: -50px;
    opacity: 0.2;
    width: 200px;
    height: 200px;
    content: "";
    background: linear-gradient(225deg, rgb(136,143,143,0.5) 0%, transparent 70%);
    transform: rotate(-15deg);
    z-index: 0;
    right: -50px;
    position: absolute;
}

.privacy_defense_bJ h2 {
    margin-bottom: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    margin-top: 3rem;
    font-size: 33px;
    color: rgb(101,109,109);
    padding-bottom: 12px;
    position: relative;
    font-family: Arial, sans-serif;
}

.privacy_defense_bJ h4::before {
    background: rgb(101,109,109,0.5);
    height: 50%;
    left: 0;
    top: 25%;
    position: absolute;
    width: 2px;
    content: "";
}

.privacy_defense_bJ ul {
    margin: 2rem 0;
    padding: 1.5rem 1.5rem 1.5rem 3rem;
    position: relative;
    border-left: 3px solid rgb(101,109,109);
    background: linear-gradient(90deg, rgb(101,109,109,0.5) 0%, transparent 3%);
    padding-left: 1.5rem;
    list-style: none;
}

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

.price_card_item_5p .promo_plans_i1 {
    margin-bottom: 50px;
    font-size: 13px;
    opacity: 0;
    max-width: 800px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    text-align: center;
    color: rgb(255, 255, 255, 0.5);
    transform: translateY(20px);
}

.price_card_item_5p .pricing_tiers_wb li:nth-child(4) {
    --li-index: 3;
}

.price_card_item_5p .cost_card_mu:hover .group_rates_qF {
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 15px rgba(rgb(136,143,143,0.5), 0.5);
}

.price_card_item_5p .fee_choices_JT {
    padding: 35px 30px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 280px;
}

.price_card_item_5p .cost_card_mu:hover .fee_choices_JT h4::after {
    width: 60px;
}

.price_card_item_5p .offer_box_0e {
    font-size: calc(18px * 1.2);
    transition: all 0.3s ease;
    display: inline-block;
    background: rgba(255,255,255,0.05);
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    font-weight: 700;
    color: rgb(136,143,143);
    align-self: flex-start;
    padding: 10px 20px;
}

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

.help_center_JK .help_form_sS::before {
    right: 0;
    left: 0;
    height: 1px;
    z-index: 1;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
    content: "";
}

.help_center_JK .connect_today_PD {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.help_center_JK .quick_contact_gr:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.4);
    transform: translateY(-5px);
}

.help_center_JK .quick_contact_gr:hover svg {
    transform: scale(1.15);
}

.help_center_JK .quick_contact_gr svg path {
    transition: fill 0.3s ease;
    fill: rgb(136,143,143);
}



.help_center_JK .container::before {
    animation: floating 6s ease-in-out infinite;
    border-radius: 50%;
    width: 120px;
    background: rgba(255, 255, 255, 0.1);
    right: 10%;
    top: -60px;
    position: absolute;
    height: 120px;
    z-index: -1;
    content: "";
}

.help_center_JK .quick_contact_gr:nth-child(3) {
    animation-delay: 0.6s;
    animation: floating 6s ease-in-out infinite;
}

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

.gratBlock_3j .learn_pro_Vg:hover {
    box-shadow: 
        0 25px 50px rgba(0,0,0,0.15),
        0 0 0 1px rgba(255,255,255,0.2),
        inset 0 0 30px rgba(rgb(136,143,143),0.08);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.gratBlock_3j .learn_pro_Vg > div:first-child::after {
    content: "";
    transition: transform 0.4s ease;
    left: 0;
    background: linear-gradient(90deg, rgb(136,143,143), rgb(101,109,109));
    transform-origin: left center;
    width: 80px;
    bottom: 0;
    position: absolute;
    height: 3px;
}

.gratBlock_3j a:hover {
    transform: translateX(5px);
}

.analysis_summary_mw {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 140px 0;
}

.analysis_summary_mw .container {
    position: relative;
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1140px;
}

.analysis_summary_mw .study_edge_Iz {
    top: -40px;
    right: 15%;
    align-items: center;
    background: linear-gradient(135deg, rgb(136,143,143) 0%, rgb(101,109,109) 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    width: 120px;
    display: flex;
    z-index: 5;
    position: absolute;
    justify-content: center;
    animation: pulse 6s infinite alternate ease-in-out;
    border-radius: 50%;
    height: 120px;
}

.analysis_summary_mw .value_elevation_kj::before {
    background: linear-gradient(to bottom, rgb(136,143,143), rgb(101,109,109));
    position: absolute;
    border-radius: 3px;
    content: "";
    height: 0;
    transition: height 0.3s ease;
    left: -20px;
    top: 0;
    width: 5px;
}

.analysis_summary_mw .value_elevation_kj:hover .statistics_elevation_OL {
    background: linear-gradient(135deg, rgb(136,143,143,0.5) 0%, rgb(101,109,109,0.5) 100%);
}

.analysis_summary_mw .value_elevation_kj:hover span::after {
    width: 60px;
}

.analysis_summary_mw .value_elevation_kj p {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    color: #ffffff;
    line-height: 1.7;
    letter-spacing: 0.2px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    font-size: calc(16px * 1.05);
    z-index: 2;
    position: relative;
    opacity: 1;
}

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

.our_story_Nm .container::after {
    opacity: 0.5;
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    bottom: -200px;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.01) 0%, transparent 70%);
    right: -200px;
    border-radius: 50%;
    z-index: -1;
}



.our_story_Nm .learn_pro_Vg {
    border-radius: 13px;
    display: grid;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    position: relative;
    background: rgba(255, 255, 255, 0.02);
    grid-template-columns: minmax(300px, 1fr) minmax(400px, 2fr);
    overflow: hidden;
    backdrop-filter: blur(8px);
    grid-template-areas: 
        "logo title"
        "photo text";
    gap: 25px;
    grid-template-rows: auto 1fr;
}

.our_story_Nm .why_trust_yK svg {
    width: 70px;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 15px;
    position: relative;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    height: 70px;
}

.our_story_Nm h2::before {
    position: absolute;
    background: 
        linear-gradient(to right, rgb(136,143,143,0.5) 0%, transparent 5%),
        linear-gradient(to bottom, rgb(136,143,143,0.5) 0%, transparent 5%);
    width: 100%;
    top: 0;
    pointer-events: none;
    left: 0;
    opacity: 0.15;
    z-index: -1;
    height: 100%;
    content: "";
}

.our_story_Nm .edu_philosophy_ZG .img_box_ZO {
    height: 320px;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    transform: rotateY(3deg) rotateX(2deg);
    transform-style: preserve-3d;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    width: 100%;
    position: relative;
    border-radius: 13px;
}

.our_story_Nm .study_pro_Ra::before {
    width: 4px;
    height: 100%;
    position: absolute;
    background: rgb(101,109,109);
    left: 0;
    border-radius: 10px 0 0 10px;
    content: "";
    top: 0;
    opacity: 0.8;
}

.our_story_Nm .diff_block_Zl {
    font-size: 23px;
    padding-bottom: 8px;
    font-weight: 700;
    position: relative;
    margin: 0 0 8px 0;
}

.our_story_Nm .text_section_6W::after {
    pointer-events: none;
    content: "";
    z-index: -1;
    background: 
        radial-gradient(circle at 70% 30%, rgb(101,109,109,0.5) 0%, transparent 60%);
    opacity: 0.05;
    inset: 0;
    position: absolute;
}

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

.contact_box_ek .feedback_query_5T {
    align-items: center;
    display: grid;
    position: relative;
    grid-template-columns: 1fr 450px;
    gap: 40px;
    background: transparent;
}

.contact_box_ek .request_links_pk {
    transform: perspective(1000px) rotateY(5deg);
    position: relative;
    border-radius: 21px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    transition: transform 0.5s ease;
    padding: 50px;
}

.contact_box_ek .query_feedback_Nu {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}

.contact_box_ek .query_feedback_Nu label::before {
    content: "";
    background: rgb(171,178,178);
    border-radius: 4px;
    top: 2px;
    left: 0;
    width: 22px;
    position: absolute;
    transition: all 0.3s ease;
    height: 22px;
}

.contact_box_ek form .message_links_bs {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    padding: 16px 35px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: #ffffff;
    border-radius: 10px;
    font-size: 17px;
    background: rgb(136,143,143);
}

header .nav_wrap_ca {
    display: flex;
    position: relative;
    gap: 25px;
}

header .nav_study_gD {
    transition: all 0.4s ease;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 17px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 8px 0;
}

header .nav_study_gD:hover:after {
    transform-origin: left;
    transform: scaleX(1);
}

header .header_train_Ei svg {
    filter: drop-shadow(0 0 4px rgb(136,143,143,0.5));
    transition: transform 0.5s ease;
    height: 40px;
    width: auto;
}

.opening_board_WG .fast_track_ky {
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateZ(0) rotateX(1deg);
    padding: 4rem 2.5rem;
    border-left: 4px solid rgb(136,143,143);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.opening_board_WG .fast_knowledge_tQ span::before {
    height: 100%;
    background-color: rgb(101,109,109);
    content: "";
    width: 4px;
    transform: skewX(-15deg);
    left: -10px;
    position: absolute;
    top: 0;
}

.opening_board_WG .fast_knowledge_tQ h1::after {
    position: absolute;
    left: 0;
    transform-origin: left center;
    background-color: rgb(136,143,143);
    transform: scaleX(0);
    content: "";
    animation: scale-in 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 1.2s;
    height: 3px;
    width: 80px;
    bottom: -15px;
}

.join_now_Fd::before {
    top: 0;
    width: 100%;
    opacity: 0.1;
    position: absolute;
    left: 0;
    transform: translateZ(-10px);
    background: repeating-linear-gradient(
        45deg,
        rgb(136,143,143,0.5),
        rgb(136,143,143,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    content: "";
    height: 100%;
    z-index: 1;
}

.join_now_Fd div:nth-child(2) {
    display: flex;
    transform: translateZ(30px);
    justify-content: center;
}

.join_now_Fd .message_links_bs {
    justify-content: center;
    opacity: 0;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 0.8rem 2.5rem;
    position: relative;
    transform: translateZ(0);
    color: rgb(136,143,143);
    overflow: hidden;
    display: inline-flex;
    animation: fadeInUp 0.8s forwards 0.4s ease-out;
    background: #ffffff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    align-items: center;
}

.access_help_lM .company_holder {
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 30px;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    border-radius: 12px 0 12px 0;
}

.access_help_lM .goal_footer_eY {
    font-size: 18px;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 1.6;
}

.access_help_lM .nav_wrap_ca .nav_master_Wc {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.access_help_lM .nav_wrap_ca .nav_master_Wc a:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    color: #ffffff;
}

.copy_notice_x0 {
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    margin-top: 50px;
    position: relative;
    padding: 20px 0;
}



footer::after {
    left: 0;
    z-index: 1;
    top: 0;
    content: '';
    position: absolute;
    right: 0;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    bottom: 0;
    background-size: 40px 40px;
}

.customer_reviews_un h2:hover {
    transform: translateX(8px);
}

.customer_reviews_un h2:hover::after {
    transform: scaleX(1.5);
}

.customer_reviews_un .student_testimonials_zb {
    display: grid;
    gap: 30px;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.customer_reviews_un .student_testimonials_zb {
    grid-template-columns: 1fr;
    gap: 25px;
}

.customer_reviews_un .success_opinions_vA:hover::before {
    opacity: 1;
}

.customer_reviews_un .success_opinions_vA h3 {
    font-size: calc(18px - 2px);
    color: rgb(136,143,143);
    margin-bottom: 15px;
    font-weight: 700;
    display: inline-block;
    position: relative;
}

.customer_reviews_un .success_opinions_vA h3 {
    font-size: 18px;
}

.customer_reviews_un .success_opinions_vA:hover .description::before {
    transform: translate(5px, 5px) rotate(5deg);
}

.customer_reviews_un .success_opinions_vA img {
    width: 100%;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    object-fit: cover;
}

.customer_reviews_un .success_opinions_vA:nth-child(even) {
    animation: floatUp 9s 0.5s infinite alternate ease-in-out;
}


@media only screen and (max-width: 800px) {.user_tracker_7W {
    display: none;
}.learn_cookies_TL {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_message_banner_Iv h5 {
    text-align: center;
}.cookie_message_banner_Iv p {
    text-align: center;
}.user_dialog_x5 {
    margin-bottom: 20px;
}body .layer-container_KI .web_cookies_xa {
    margin-bottom: 10px;
    margin-left: 0;
}}



@media (max-width: 767px) {.instructor_profile_Px {
    padding: 4rem 0;
}.instructor_profile_Px .container {
    padding: 0 1rem;
}.instructor_profile_Px .success_opinions_vA {
    padding: 2rem;
}.instructor_profile_Px .img_box_ZO {
    width: 180px;
    height: 180px;
}}




@media screen and (max-width: 1200px) {.course_program_details_ub .training_route_Hc {
    max-width: 900px;
}
}



@media screen and (max-width: 992px) {.course_program_details_ub .training_route_Hc {
    padding: 3rem;
    max-width: 800px;
}
}



@media screen and (max-width: 576px) {.course_program_details_ub .training_route_Hc {
    max-width: 90%;
    aspect-ratio: auto;
    border-radius: 15px;
    min-height: auto;
    padding: 2rem 1.5rem;
}.course_program_details_ub .training_route_Hc::before {
    border-radius: 15px;
}.course_program_details_ub .training_route_Hc h3 {
    font-size: calc(33px * 0.8);
}.course_program_details_ub .training_route_Hc p {
    margin-bottom: 1.5rem;
    -webkit-line-clamp: 4;
    font-size: calc(15px * 0.9);
}.course_program_details_ub .message_links_bs {
    font-size: calc(14px * 0.9);
    padding: 0.7rem 1.8rem;
}.course_program_details_ub::after {
    bottom: 10%;
}}



@media (max-width: 992px) {.price_card_item_5p {
    padding: 80px 0;
}.price_card_item_5p h2 {
    font-size: calc(34px * 0.9);
}.price_card_item_5p .pricing_tiers_wb {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.price_card_item_5p .fee_choices_JT {
    padding: 25px 20px;
}
}



@media (max-width: 767px) {.help_center_JK {
    padding: 50px 0;
}.help_center_JK .help_form_sS {
    padding: 30px 20px;
}.help_center_JK h2 {
    margin-bottom: 20px;
    font-size: calc(37px * 0.85);
}.help_center_JK p {
    margin-bottom: 25px;
    font-size: calc(16px * 0.95);
}.help_center_JK .connect_today_PD {
    flex-direction: column;
    gap: 12px;
}.help_center_JK .quick_contact_gr {
    padding: 14px 20px;
    width: 100%;
}.help_center_JK .quick_contact_gr svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}.help_center_JK .container::before,
  .help_center_JK .container::after {
    display: none;
}}



@media (min-width: 992px) {.analysis_summary_mw .statistics_upsides_LE::before {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 0;
    height: 100%;
    left: 0;
    clip-path: polygon(0 0, 40% 0, 60% 100%, 0% 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0%, transparent 50%);
    content: "";
}.analysis_summary_mw .statistics_upsides_LE::after {
    content: "";
    right: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.07) 0%, transparent 50%);
    top: 0;
    width: 100%;
    clip-path: polygon(100% 0, 60% 0, 40% 100%, 100% 100%);
    height: 100%;
    z-index: 0;
    position: absolute;
}
}



@media (max-width: 768px) {.our_story_Nm {
    padding: 80px 0;
}.our_story_Nm .edu_philosophy_ZG .img_box_ZO {
    height: 240px;
}.our_story_Nm .study_pro_Ra {
    padding: 15px 20px;
    margin-left: 10px;
    margin-right: 10px;
}.our_story_Nm h2 {
    font-size: calc(37px * 0.9);
}
}



@media (max-width: 480px) {.our_story_Nm {
    padding: 60px 0;
}.our_story_Nm .container {
    padding: 0 20px;
}.our_story_Nm .why_trust_yK,
    .our_story_Nm h2,
    .our_story_Nm .edu_philosophy_ZG,
    .our_story_Nm .text_section_6W {
    padding: 20px;
}.our_story_Nm .edu_philosophy_ZG .img_box_ZO {
    height: 200px;
}.our_story_Nm h2 {
    font-size: calc(37px * 0.8);
}.our_story_Nm .why_trust_yK {
    flex-direction: column;
}.our_story_Nm .why_trust_yK svg {
    margin-bottom: 10px;
    margin-right: 0;
}}



@media screen and (max-width: 767px) {.contact_box_ek {
    padding: 60px 0;
}.contact_box_ek h2 {
    margin-bottom: 40px;
}.contact_box_ek .img_box_ZO {
    height: 350px;
}
}



@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .nav_wrap_ca {
    gap: 15px;
}header .nav_study_gD {
    font-size: calc(17px - 1px);
}header .header_train_Ei svg {
    height: 35px;
}
}



@media (max-width: 480px) {header .container {
    padding: 10px;
}header .header_train_Ei svg {
    height: 30px;
}}



@media (max-width: 768px) {.opening_board_WG {
    min-height: 80vh;
}.opening_board_WG .course_begin_MK {
    padding: 1.5rem;
}.opening_board_WG .fast_track_ky {
    border-left: 3px solid rgb(136,143,143);
    padding: 3rem 1.5rem;
}.opening_board_WG .fast_knowledge_tQ h1 {
    font-size: calc(47px * 0.9);
    margin-bottom: 1.5rem;
}.opening_board_WG .fast_knowledge_tQ h3 {
    padding-left: 15px;
    font-size: calc(20px * 0.8);
}.opening_board_WG .fast_knowledge_tQ p {
    max-width: 100%;
}
}



@media (max-width: 767px) {.join_now_Fd {
    padding: 3rem 0;
}.join_now_Fd h6 {
    max-width: 90%;
    font-size: 16px;
    margin-bottom: 1.8rem;
}.join_now_Fd .message_links_bs {
    padding: 0.7rem 2rem;
}
}



@media (max-width: 576px) {.access_help_lM {
    padding: 40px 0;
}.access_help_lM .company_holder h3 {
    font-size: calc(35px * 0.8);
}.access_help_lM .nav_wrap_ca h5 {
    font-size: calc(18px * 0.9);
}.access_help_lM .nav_wrap_ca .nav_master_Wc a,
    .access_help_lM .footer_agreement {
    font-size: calc(18px * 0.95);
}}



@keyframes pulse-glow {
    0% {
        opacity: 0.05;
        transform: scale(0.95);
    }
    100% {
        opacity: 0.15;
        transform: scale(1.05);
    }
}

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



@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    }
}



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



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



@keyframes glow {
    0%, 100% {
        opacity: 0.15;
        transform: translateZ(-5px) rotate(45deg) scale(1);
    }
    50% {
        opacity: 0.25;
        transform: translateZ(-5px) rotate(45deg) scale(1.1);
    }
}

