﻿.layer-container_KI {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}

.first_teach_QR {
    flex: 1 0 auto;
}

.container {
    margin: auto;
    width: 1204px;
    max-width: 100%;
}

.learn_cookies_TL {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

#userConsentBanner_Zb {
    display: none;
}

.user_tracker_7W {
    flex-shrink: 0;
    margin-right: 10px;
}

.web_cookies_xa {
    font-size: 24px;
    cursor: pointer;
    min-width: 120px;
    border-bottom: 2px solid rgb(136,143,143);
    flex-shrink: 0;
    line-height: 35px;
    text-decoration: none;
    white-space: nowrap;
    color: rgb(136,143,143);
    text-align: center;
    margin-left: 10px;
}

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

.instructor_profile_Px .success_opinions_vA > div:first-child {
    justify-content: center;
    align-items: center;
    display: flex;
}

.instructor_profile_Px .img_box_ZO:hover {
    transform: rotate(0deg) scale(1.05) translateZ(0);
}

.instructor_profile_Px .name {
    margin-bottom: 0.5rem;
    font-family: Arial, sans-serif;
    display: inline-block;
    font-weight: 700;
    color: rgb(136,143,143);
    position: relative;
    font-size: 20px;
}

.instructor_profile_Px .emp_items_7H {
    line-height: 1.6;
    font-family: Arial, sans-serif;
    font-size: 13px;
    position: relative;
    margin: 0;
    color: #000000;
}

.learning_outcomes_XK::before {
    transform: rotate(-15deg);
    opacity: 0.4;
    position: absolute;
    width: 300px;
    z-index: 0;
    left: -100px;
    filter: blur(100px);
    content: "";
    top: -50px;
    height: 300px;
    background: rgb(136,143,143,0.5);
}

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

.learning_outcomes_XK .learn_pro_Vg:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateX(2deg);
}

.learning_outcomes_XK .learn_pro_Vg:hover .img_box_ZO {
    transform: scale(1.05);
}

.learning_outcomes_XK .text_section_6W ul {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0;
    display: grid;
    list-style: none;
    margin: 0;
}

.learning_outcomes_XK .text_section_6W li svg {
    left: -40px;
    height: 24px;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    top: 2px;
    width: 24px;
}

.learning_outcomes_XK .text_section_6W li::before {
    content: "";
    transition: width 0.4s ease-out;
    width: 0;
    background: linear-gradient(90deg, rgb(136,143,143) 0%, rgb(101,109,109) 100%);
    bottom: -5px;
    height: 2px;
    left: 0;
    position: absolute;
}

.course_program_details_ub .career_lab_l3 {
    width: 100%;
    animation: fade-slides 30s infinite;
    height: 100%;
    opacity: 0;
    left: 0;
    transition: transform 1s ease;
    transform: scale(1.1);
    position: absolute;
    top: 0;
}

.course_program_details_ub .career_lab_l3 img {
    filter: saturate(0.8) brightness(0.7);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.course_program_details_ub .training_route_Hc::before {
    opacity: 0.7;
    content: "";
    left: -5px;
    background: conic-gradient(
        from 0deg,
        transparent 0deg,
        rgb(136,143,143,0.5) 90deg,
        transparent 180deg,
        rgb(101,109,109,0.5) 270deg,
        transparent 360deg
    );
    animation: rotate-border 15s linear infinite;
    top: -5px;
    right: -5px;
    position: absolute;
    z-index: -1;
    bottom: -5px;
    border-radius: 50%;
}

.course_program_details_ub .training_route_Hc::before,
.course_program_details_ub .training_route_Hc::after {
    content: "";
    border-radius: 50%;
    position: absolute;
}

.course_program_details_ub::after {
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    z-index: 100;
    gap: 15px;
    bottom: 15%;
    position: absolute;
}

.course_program_details_ub::after {
    height: 10px;
    width: 100px;
    background: repeating-linear-gradient(
        90deg,
        #ffffff,
        #ffffff 10px,
        transparent 10px,
        transparent 25px
    );
    opacity: 0.3;
}

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

.privacy_defense_bJ .container {
    position: relative;
    padding: 3.5rem;
    transform: perspective(1000px) rotateX(0.5deg);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    max-width: 1140px;
    background: #ffffff;
    margin: 0 auto;
    z-index: 1;
}

.privacy_defense_bJ h2::after {
    content: "";
    position: absolute;
    width: 80px;
    background: linear-gradient(90deg, rgb(101,109,109) 0%, rgb(101,109,109,0.5) 100%);
    height: 3px;
    left: 0;
    bottom: 0;
}

.privacy_defense_bJ h4 {
    color: #000000;
    font-family: Arial, sans-serif;
    margin-top: 2rem;
    font-weight: 600;
    position: relative;
    font-size: calc(33px * 0.7);
    margin-bottom: 1rem;
    padding-left: 10px;
}

.privacy_defense_bJ span {
    margin-bottom: 1.5rem;
    font-size: 12px;
    line-height: 1.75;
    display: block;
    border-left: 1px dashed rgb(101,109,109,0.5);
    color: #000000;
    font-family: Arial, sans-serif;
    padding-left: 1rem;
}

.price_card_item_5p::before {
    bottom: 0;
    content: "";
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    left: 0;
    top: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}

.price_card_item_5p .pricing_tiers_wb li {
    opacity: 0;
    animation-delay: calc(0.3s + (0.15s * var(--li-index, 0)));
    transform: translateY(30px);
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.price_card_item_5p .group_rates_qF {
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    transition: all 0.4s ease;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
    backdrop-filter: blur(10px);
}

.price_card_item_5p .fee_choices_JT h4::after {
    left: 0;
    height: 3px;
    transition: width 0.4s ease;
    content: "";
    width: 40px;
    position: absolute;
    bottom: 0;
    background: rgb(136,143,143);
}

.price_card_item_5p .cost_card_mu:hover .offer_box_0e::before {
    left: 100%;
}

.help_center_JK {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 90px 0;
    background: linear-gradient(135deg, rgb(136,143,143,0.5) 0%, rgb(101,109,109,0.5) 100%);
}

.help_center_JK .help_form_sS {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 50px;
    border-radius: 19px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.help_center_JK p {
    color: #000000;
    font-size: 16px;
    max-width: 700px;
    line-height: 1.7;
    margin-bottom: 40px;
}

.help_center_JK .quick_contact_gr:hover::before {
    transform: skewX(-25deg) translateX(200px);
}

.help_center_JK .quick_contact_gr svg {
    height: 22px;
    width: 22px;
    margin-right: 12px;
    transition: transform 0.3s ease;
}

.help_center_JK .quick_contact_gr:hover svg path {
    fill: #000000;
}

.help_center_JK p svg path {
    fill: rgb(136,143,143);
}

.help_center_JK .container::after {
    left: 15%;
    animation-delay: 1s;
    animation: floating 8s ease-in-out infinite;
    background: rgba(255, 255, 255, 0.15);
    bottom: -40px;
    z-index: -1;
    width: 80px;
    position: absolute;
    content: "";
    height: 80px;
    border-radius: 50%;
}

.gratBlock_3j::before {
    left: 0;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    content: "";
    top: 0;
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 0%, transparent 40%);
    position: absolute;
}

.gratBlock_3j .learn_pro_Vg::before {
    background: rgb(136,143,143);
    position: absolute;
    opacity: 0.4;
    filter: blur(10px);
    right: 20px;
    left: 20px;
    z-index: -1;
    top: -10px;
    content: "";
    height: 10px;
}

.gratBlock_3j h5::before {
    background: rgb(136,143,143);
    top: 50%;
    height: 10px;
    left: -20px;
    position: absolute;
    transition: transform 0.3s ease;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    opacity: 0.8;
    width: 10px;
}

.analysis_summary_mw::after {
    position: absolute;
    content: "";
    bottom: 0;
    animation: rotate 20s infinite linear;
    width: 150%;
    right: 0;
    height: 150%;
    z-index: -1;
    background: radial-gradient(ellipse at bottom right, rgb(136,143,143,0.5) 0%, transparent 60%);
}

.analysis_summary_mw .study_edge_Iz svg path {
    fill: #ffffff;
}

.analysis_summary_mw .program_statistics_Ab {
    grid-column: 1 / -1;
    display: grid;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    z-index: 2;
    gap: 40px 120px;
    padding: 0 30px;
}

.analysis_summary_mw .value_elevation_kj {
    transition: transform 0.3s ease;
    display: grid;
    grid-template-rows: auto auto;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    grid-template-columns: auto 1fr;
    gap: 18px 30px;
    position: relative;
}

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

.analysis_summary_mw .value_elevation_kj span {
    -webkit-background-clip: text !important;
    grid-column: 2 / 3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    -webkit-text-fill-color: transparent;
    font-size: calc(48px * 1.25);
    grid-row: 1 / 2;
    z-index: 2;
    color: #ffffff;
    background-clip: text !important;
    position: relative;
    align-self: end;
    background: linear-gradient(90deg, #ffffff, rgb(136,143,143));
    letter-spacing: 0.5px;
    font-weight: 700;
}

.our_story_Nm .container::before {
    height: 600px;
    background: 
        conic-gradient(from 0deg, 
            transparent 0deg, 
            transparent 55deg, 
            rgba(0, 0, 0, 0.02) 60deg, 
            transparent 65deg,
            transparent 115deg, 
            rgba(0, 0, 0, 0.02) 120deg,
            transparent 125deg,
            transparent 175deg,
            rgba(0, 0, 0, 0.02) 180deg,
            transparent 185deg,
            transparent 235deg,
            rgba(0, 0, 0, 0.02) 240deg,
            transparent 245deg,
            transparent 295deg,
            rgba(0, 0, 0, 0.02) 300deg,
            transparent 305deg
        );
    animation: slowRotate 40s linear infinite;
    content: "";
    position: absolute;
    opacity: 0.6;
    z-index: -1;
    width: 600px;
    top: -300px;
    border-radius: 50%;
    left: -300px;
}

.our_story_Nm .why_trust_yK::after {
    z-index: -1;
    opacity: 0.05;
    height: 100%;
    left: 0;
    background-size: 30px 30px;
    width: 100%;
    top: 0;
    content: "";
    background: 
        linear-gradient(45deg, transparent 48.5%, rgb(136,143,143,0.5) 49%, rgb(136,143,143,0.5) 51%, transparent 51.5%),
        linear-gradient(135deg, transparent 48.5%, rgb(136,143,143,0.5) 49%, rgb(136,143,143,0.5) 51%, transparent 51.5%);
    position: absolute;
}

.our_story_Nm .edu_philosophy_ZG {
    padding: 30px;
    position: relative;
    perspective: 1000px;
    z-index: 2;
    grid-area: photo;
}

.our_story_Nm .edu_philosophy_ZG .img_box_ZO::before {
    z-index: 1;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    content: "";
    inset: 0;
}

.our_story_Nm .study_pro_Ra {
    transform: translateY(0);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 20px 25px;
    margin-right: 20px;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-top: -40px;
    margin-left: 20px;
    background: rgb(136,143,143);
    border-radius: 10px;
    z-index: 3;
    color: #ffffff;
    position: relative;
}

.our_story_Nm .history_tl_xo {
    opacity: 0.9;
    font-size: 18px;
    margin: 0;
}

.our_story_Nm .text_section_6W::before {
    z-index: -1;
    transition: opacity 0.3s ease;
    content: "";
    position: absolute;
    border-radius: 13px;
    box-shadow: inset 0 0 0 1px rgb(101,109,109,0.5);
    opacity: 0.1;
    inset: 10px;
}

.contact_box_ek::before {
    opacity: 0.05;
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(136,143,143,0.5),
        rgb(136,143,143,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    width: 50%;
    height: 100%;
    right: 0;
    position: absolute;
    content: "";
    top: 0;
}

.contact_box_ek .img_box_ZO:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.contact_box_ek form {
    width: 100%;
}

.contact_box_ek form h3 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 30px;
    color: #000000;
    font-family: Arial, sans-serif;
}

.contact_box_ek form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}

.contact_box_ek .query_feedback_Nu label {
    padding-left: 35px;
    position: relative;
    font-size: 12px;
    color: #000000;
    line-height: 1.5;
    cursor: pointer;
}

.contact_box_ek .query_feedback_Nu label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(136,143,143);
}

.contact_box_ek form .message_links_bs:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}

.contact_box_ek svg {
    height: 22px;
    fill: rgb(136,143,143);
    width: 22px;
}

header:before {
    background: linear-gradient(90deg, transparent, rgb(136,143,143,0.5), transparent);
    top: 0;
    width: 100%;
    content: '';
    opacity: 0.4;
    background-size: 200% 100%;
    position: absolute;
    left: 0;
    pointer-events: none;
    height: 100%;
    animation: shine 8s infinite linear;
}

header .nav_study_gD:before {
    content: '';
    width: 4px;
    transform: translateX(-50%);
    height: 4px;
    top: 0;
    transition: all 0.3s ease;
    left: 50%;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    background: rgb(136,143,143);
}

header .header_train_Ei:after {
    transform: translateX(-50%);
    position: absolute;
    transition: width 0.4s ease;
    width: 0;
    bottom: -8px;
    background: rgb(136,143,143);
    content: '';
    left: 50%;
    height: 1px;
}

.opening_board_WG .fast_knowledge_tQ {
    isolation: isolate;
    overflow: hidden;
    position: relative;
}

.opening_board_WG .fast_knowledge_tQ span {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.opening_board_WG .fast_knowledge_tQ h3 {
    animation: slide-up 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    font-weight: 400;
    padding-left: 20px;
    font-size: calc(20px * 0.9);
    margin: 0;
    color: #ffffff;
    line-height: 1.4;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    transform: translateY(100%);
}

.opening_board_WG .fast_knowledge_tQ div div {
    transform: none;
    padding-left: 0;
    position: relative;
    margin-top: 0;
}

.join_now_Fd {
    position: relative;
    background: linear-gradient(135deg, rgb(136,143,143) 0%, rgb(101,109,109) 100%);
    padding: 4rem 0;
    transform-style: preserve-3d;
    perspective: 1000px;
    overflow: hidden;
}

.join_now_Fd .container {
    margin: 0 auto;
    flex-direction: column;
    display: flex;
    z-index: 2;
    transform: translateZ(20px);
    padding: 0 15px;
    position: relative;
    align-items: center;
    max-width: 1140px;
    justify-content: center;
}

.join_now_Fd span {
    position: relative;
    display: inline-block;
    transform-style: preserve-3d;
    transition: transform 0.3s ease-out;
}

.join_now_Fd .message_links_bs::after {
    transform-origin: right;
    height: 3px;
    background: linear-gradient(
        90deg,
        rgb(136,143,143),
        rgb(101,109,109),
        rgb(136,143,143)
    );
    width: 100%;
    transform: scaleX(0);
    bottom: 0;
    left: 0;
    transition: transform 0.4s ease-out;
    position: absolute;
    content: "";
}

.join_now_Fd .message_links_bs:active {
    transition: all 0.1s;
    transform: translateY(0) translateZ(0);
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.access_help_lM .company_holder::before {
    top: 0;
    left: 0;
    height: 5px;
    content: '';
    position: absolute;
    background: rgb(136,143,143);
    width: 100%;
}

.access_help_lM .enroll_info_e7 {
    position: relative;
}

.access_help_lM .nav_master_Wc {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.access_help_lM .nav_wrap_ca .nav_master_Wc a {
    color: #ffffff;
    padding: 8px 15px;
    font-size: 18px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.customer_reviews_un {
    overflow: hidden;
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(171,178,178) 0%, #ffffff 100%);
}

.customer_reviews_un {
    padding: 40px 0;
}

.customer_reviews_un h2 {
    color: #000000;
    text-align: left;
    transition: transform 0.5s ease;
    font-size: 36px;
    position: relative;
    font-weight: 700;
    transform: translateX(5px);
    margin-bottom: 60px;
}

.customer_reviews_un h2 {
    font-size: calc(36px - 6px);
    margin-bottom: 30px;
}

.customer_reviews_un .success_opinions_vA {
    overflow: hidden;
    transform: translateY(0);
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.04),
                -12px -12px 24px rgba(255, 255, 255, 0.9),
                inset 1px 1px 1px rgba(255, 255, 255, 0.7),
                inset -1px -1px 1px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
    padding: 30px;
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.customer_reviews_un .success_opinions_vA:hover h3::after {
    width: 100%;
}

.customer_reviews_un .success_opinions_vA .description::before {
    content: "";
    position: absolute;
    top: -20px;
    transition: transform 0.5s ease;
    z-index: -1;
    font-size: 80px;
    opacity: 0.1;
    color: rgb(136,143,143,0.5);
    left: -10px;
}

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


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



@media (min-width: 768px) {.instructor_profile_Px {
    padding: 8rem 0;
}.instructor_profile_Px .success_opinions_vA {
    gap: 2.5rem 3rem;
    padding: 3rem;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
}.instructor_profile_Px .success_opinions_vA > div:first-child {
    grid-row: span 2;
}.instructor_profile_Px .img_box_ZO {
    width: 260px;
    height: 260px;
}.instructor_profile_Px .name {
    font-size: calc(20px + 0.2rem);
}.instructor_profile_Px .emp_items_7H {
    font-size: calc(13px + 0.05rem);
}
}



@media (min-width: 992px) {.learning_outcomes_XK .learn_pro_Vg {
    padding: 70px;
}.learning_outcomes_XK .learn_pro_Vg > div:first-child {
    width: 45%;
}.learning_outcomes_XK .text_section_6W {
    width: 55%;
    padding-left: 50px;
}.learning_outcomes_XK .img_box_ZO {
    height: 450px;
}
}



@media screen and (max-width: 768px) {.course_program_details_ub {
    padding: 2rem 0;
}.course_program_details_ub .training_route_Hc {
    aspect-ratio: auto;
    border-radius: 20px;
    max-width: 700px;
    height: auto;
    min-height: 700px;
    padding: 3rem;
}.course_program_details_ub .training_route_Hc::before {
    border-radius: 20px;
}.course_program_details_ub .training_route_Hc h3 {
    font-size: calc(33px * 0.9);
}.course_program_details_ub .training_route_Hc p {
    -webkit-line-clamp: 3;
}
}



@media (max-width: 480px) {.privacy_defense_bJ {
    padding: 2rem 0.75rem;
}.privacy_defense_bJ .container {
    padding: 1.5rem 1.25rem;
}.privacy_defense_bJ h1 {
    font-size: calc(43px * 0.7);
}.privacy_defense_bJ h2 {
    font-size: calc(33px * 0.7);
}.privacy_defense_bJ h2::after {
    width: 60px;
}.privacy_defense_bJ h3 {
    font-size: calc(33px * 0.6);
}.privacy_defense_bJ h4 {
    font-size: calc(33px * 0.5);
}.privacy_defense_bJ p, 
    .privacy_defense_bJ li,
    .privacy_defense_bJ span {
    font-size: calc(12px * 0.9);
}}



@media (max-width: 991px) {.help_center_JK {
    padding: 70px 0;
}.help_center_JK .help_form_sS {
    padding: 40px 30px;
}.help_center_JK h2 {
    margin-bottom: 25px;
    font-size: calc(37px * 0.9);
}.help_center_JK p {
    margin-bottom: 30px;
}.help_center_JK .connect_today_PD {
    gap: 15px;
}
}



@media (max-width: 991px) {.gratBlock_3j {
    padding: 80px 0;
}.gratBlock_3j .learn_pro_Vg {
    padding: 50px 35px;
}.gratBlock_3j h5 {
    font-size: calc(22px * 0.95);
}
}



@media (max-width: 480px) {.gratBlock_3j {
    padding: 50px 0;
}.gratBlock_3j .learn_pro_Vg {
    padding: 30px 20px;
    gap: 25px;
}.gratBlock_3j h5 {
    font-size: calc(22px * 0.85);
}.gratBlock_3j p {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.gratBlock_3j .learn_pro_Vg > div:first-child {
    padding-bottom: 15px;
}.gratBlock_3j .learn_pro_Vg > div:first-child::after {
    width: 60px;
}}



@media (max-width: 768px) {.analysis_summary_mw {
    padding: 100px 0;
}.analysis_summary_mw .study_edge_Iz {
    width: 90px;
    top: -25px;
    height: 90px;
}.analysis_summary_mw .study_edge_Iz svg {
    height: 45px;
    width: 45px;
}.analysis_summary_mw .key_statistics_mO {
    padding-left: 30px;
    margin-top: 50px;
    font-size: calc(30px * 0.95);
}.analysis_summary_mw .success_factors_E4 {
    margin-bottom: 50px;
    padding-left: 34px;
}.analysis_summary_mw .program_statistics_Ab {
    gap: 60px;
    padding: 0 15px;
    grid-template-columns: 1fr;
}.analysis_summary_mw .statistics_elevation_OL {
    width: 75px;
    height: 75px;
}.analysis_summary_mw .statistics_elevation_OL svg {
    height: 38px;
    width: 38px;
}.analysis_summary_mw .value_elevation_kj span {
    font-size: calc(48px * 1.1);
}
}



@media screen and (max-width: 1100px) {.contact_box_ek .feedback_query_5T {
    grid-template-columns: 1fr 400px;
    gap: 30px;
}.contact_box_ek .img_box_ZO {
    height: 500px;
}.contact_box_ek .request_links_pk {
    padding: 40px;
}
}



@media screen and (max-width: 991px) {.contact_box_ek {
    padding: 80px 0;
}.contact_box_ek .feedback_query_5T {
    gap: 40px;
    grid-template-columns: 1fr;
}.contact_box_ek .img_box_ZO {
    transform: perspective(1000px) rotateY(0deg);
    height: 400px;
}.contact_box_ek .request_links_pk {
    transform: perspective(1000px) rotateY(0deg);
}
}



@media (max-width: 767px) {header .nav_wrap_ca {
    max-width: 300px;
    overflow-y: auto;
    background: #000000;
    height: 100vh;
    flex-direction: column;
    z-index: 1001;
    top: 0;
    right: -100%;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    position: fixed;
    padding: 80px 30px 30px;
    width: 80%;
    transition: right 0.4s ease;
    gap: 20px;
}header .menu.active {
    right: 0;
}header .nav_study_gD {
    width: 100%;
    border-bottom: 1px solid rgb(136,143,143,0.5);
    padding: 10px 5px;
}header .nav_wrap_ca:before {
    display: none;
}header .header_train_Ei {
    margin-left: auto;
    margin-right: auto;
}
}



@media (max-width: 991px) {.join_now_Fd {
    padding: 3.5rem 0;
}.join_now_Fd h6 {
    margin-bottom: 2rem;
    font-size: calc(16px * 1.1);
}.join_now_Fd .message_links_bs {
    padding: 0.7rem 2.2rem;
}
}



@media (max-width: 380px) {.join_now_Fd {
    padding: 2rem 0;
}.join_now_Fd h6 {
    font-size: calc(16px * 0.85);
    margin-bottom: 1.2rem;
}.join_now_Fd .message_links_bs {
    padding: 0.5rem 1.5rem;
    font-size: calc(18px * 0.9);
}}



@media (max-width: 992px) {.customer_reviews_un {
    padding: 60px 0;
}.customer_reviews_un h2 {
    margin-bottom: 40px;
    font-size: calc(36px - 4px);
}.customer_reviews_un .student_testimonials_zb {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}
}



@keyframes slide-indicator {
    0%, 16% {
        left: calc(50% - 50px);
    }
    20%, 36% {
        left: calc(50% - 25px);
    }
    40%, 56% {
        left: calc(50%);
    }
    60%, 76% {
        left: calc(50% + 25px);
    }
    80%, 96% {
        left: calc(50% + 50px);
    }
    100% {
        left: calc(50% - 50px);
    }
}



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

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



@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}



@keyframes scale-in {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}



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


    
    @keyframes floatUp {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-5px);
        }
    }

