html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
}

.wrapper-canvas_9056 {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}

.tariff_plan_5930::before {
    opacity: 0.5;
    content: "";
    background: linear-gradient(135deg, rgb(128,140,160,0.5), rgb(92,101,117,0.5));
    transform: rotate(-15deg);
    height: 50%;
    z-index: 1;
    position: absolute;
    filter: blur(60px);
    right: -5%;
    top: -10%;
    width: 35%;
}

.tariff_plan_5930 .discount_deals_4081 h2 {
    display: inline-block;
    position: relative;
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #000000;
}

.tariff_plan_5930 .cost_summary_6203 {
    text-decoration: none;
    transition: transform var(--card-transition);
    display: block;
    color: inherit;
    height: 100%;
    transform: translateY(0);
}

.tariff_plan_5930 .cost_summary_6203:hover .price_tiers_3046::before {
    transform: scaleX(1);
}

.tariff_plan_5930 .rate_panel_0256 h3 {
    position: relative;
    transition: color 0.3s ease;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000000;
    font-size: calc(20px + 2px);
    display: inline-block;
}

.tariff_plan_5930 .rate_panel_0256 p {
    margin-top: 15px;
    flex-grow: 1;
    font-size: 15px;
    hyphens: auto;
    word-wrap: break-word;
    line-height: 1.6;
    overflow-wrap: break-word;
    color: #000000;
    white-space: normal;
}

.education_history_5341 {
    overflow: hidden;
    padding: 8rem 0;
    background: linear-gradient(160deg, rgb(165,177,197) 0%, #000000 100%);
    min-height: 700px;
    position: relative;
}

.education_history_5341 .success_ratings_6817::before {
    opacity: 0.2;
    z-index: -1;
    animation: shimmerEffect 10s ease-in-out infinite;
    position: absolute;
    background: linear-gradient(135deg, transparent, rgb(128,140,160,0.5), transparent);
    background-size: 200% 200%;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.education_history_5341 .pic_zoom_9514::before {
    top: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 1;
    position: absolute;
    width: 100%;
    content: "";
    border-radius: inherit;
    height: 100%;
    left: 0;
    box-sizing: border-box;
}

.education_history_5341 .success_ratings_6817:hover span:not(.name) {
    background: rgba(0, 0, 0, 0.3);
    transform: translateX(10px);
}

.education_history_5341 .career_tasks_6092::before {
    position: absolute;
    left: 0;
    top: 0;
    background-size: 200% 200%;
    animation: shimmerEffect 5s ease-in-out infinite;
    z-index: -1;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    content: "";
    width: 100%;
    height: 100%;
}

.privacy_section_0746::before {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 5px;
    background: linear-gradient(90deg, rgb(128,140,160), rgb(92,101,117));
    transform: scaleX(0.97);
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    transform-origin: left;
    width: 100%;
}

.privacy_section_0746:hover h1::after {
    width: 120px;
}

.privacy_section_0746 h2 {
    border-left: 3px solid rgb(128,140,160);
    font-size: 33px;
    margin-top: 2.5rem;
    position: relative;
    transition: padding-left 0.3s ease;
    padding-left: 1rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    color: #000000;
}

.privacy_section_0746 p:hover {
    transform: translateX(5px);
}

.privacy_section_0746 p strong::after {
    content: "";
    bottom: -2px;
    height: 1px;
    transition: transform 0.3s ease;
    position: absolute;
    left: 0;
    transform-origin: left;
    width: 100%;
    transform: scaleX(0.7);
    background-color: rgb(128,140,160,0.5);
}

.privacy_section_0746 li::before {
    top: 0.5rem;
    transform: rotate(45deg);
    width: 8px;
    left: 0;
    height: 8px;
    background-color: rgb(92,101,117);
    position: absolute;
    transition: transform 0.3s ease, background-color 0.3s ease;
    content: "";
}

.contact_information_9520 h2 {
    text-align: center;
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 36px;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
}

.contact_information_9520 .inquiry_widget_3981::before {
    width: 5px;
    top: 40px;
    height: calc(100% - 80px);
    content: "";
    position: absolute;
    border-radius: 2.5px;
    left: 0;
    background: linear-gradient(to bottom, rgb(128,140,160), rgb(92,101,117));
}

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

.contact_information_9520 .query_help_5238 label::before {
    height: 22px;
    transition: all 0.2s ease;
    border: 2px solid rgb(128,140,160,0.5);
    top: 2px;
    position: absolute;
    border-radius: 10px;
    left: 0;
    content: "";
    width: 22px;
}

.contact_information_9520 form .support_section_7310::before {
    content: "";
    top: -10%;
    height: 120%;
    position: absolute;
    transform: rotate(45deg) translateX(-200%);
    width: 120%;
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.2);
    left: -10%;
}

.study_process_3458::after {
    z-index: 0;
    right: -5%;
    background: rgb(92,101,117);
    content: "";
    transform: translate(0, 0);
    height: 300px;
    position: absolute;
    opacity: 0.05;
    border-radius: 50%;
    width: 300px;
    animation: float 15s ease-in-out infinite;
    top: -10%;
    filter: blur(40px);
}

.study_process_3458:hover h2::before {
    transform: scaleX(1.5);
}

.study_process_3458:hover .text_header_8542::before {
    width: 100%;
}

.study_process_3458 .text_header_8542 p {
    font-size: calc(17px + 0.05rem);
    position: relative;
    z-index: 2;
    color: #000000;
    letter-spacing: 0.01em;
    font-weight: 400;
    margin: 0;
    line-height: 1.7;
}

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

.appZone_0125 h2 {
    color: #000000;
    opacity: 0;
    text-align: center;
    max-width: 800px;
    margin-bottom: 40px;
    letter-spacing: -0.01em;
    font-weight: 700;
    margin-right: auto;
    margin-left: auto;
    transform: translateY(20px);
    position: relative;
    font-size: 30px;
    animation: slideUp 0.8s forwards 0.2s ease-out;
    line-height: 1.4;
}

.appZone_0125 ul {
    margin: 0;
    list-style: none;
    position: relative;
    padding: 0;
}

.appZone_0125 li::before {
    border-radius: 50%;
    left: -30px;
    animation: pulse 2s infinite;
    width: 12px;
    top: 8px;
    height: 12px;
    background: rgb(128,140,160);
    content: "";
    position: absolute;
}

header .main_sitewrap_2790 {
    z-index: 5;
    padding: 1.3rem 2.5rem;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

header .top_guide_5297::before {
    position: absolute;
    transition: all 0.4s ease;
    width: 100%;
    content: '';
    top: 0;
    opacity: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
    transform: scaleX(0);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    left: 0;
}

header .site_navbar_7849 {
    margin: 0 1px;
    position: relative;
}

header .site_navbar_7849 a:hover {
    color: #ffffff;
    border-left-color: rgba(255, 255, 255, 0.2);
    border-right-color: rgba(255, 255, 255, 0.2);
}

header .site_navbar_7849 a::after {
    transform-origin: right;
    height: 2px;
    position: absolute;
    width: 100%;
    content: '';
    top: 0;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    left: 0;
    background: rgb(128,140,160);
}



header .site_navbar_7849:last-child::after {
    right: -10px;
    color: rgb(128,140,160);
    content: '|';
    position: absolute;
    animation: typingCursor 1s infinite;
    top: 50%;
    font-weight: 700;
    transform: translateY(-50%);
}

.explore_now_1687 .container {
    margin: 0 auto;
    z-index: 2;
    display: grid;
    grid-gap: 2.5rem;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1200px;
    grid-template-columns: 1fr;
}

.explore_now_1687:hover h6 {
    transform: translateY(-5px);
}

.explore_now_1687:hover h6::after {
    transform: translateX(-50%) scaleX(1);
}

.explore_now_1687 div div span {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 2;
    position: relative;
    transform: translateY(0);
}

.explore_now_1687 .support_section_7310:hover::before {
    transform: translateX(100%);
}

.explore_now_1687 .support_section_7310 span {
    z-index: 2;
    transition: transform 0.3s ease;
    position: relative;
    display: block;
}

.join_our_community_2064 {
    background: rgb(165,177,197);
    font-family: Arial, sans-serif;
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
}

.join_our_community_2064 .request_panel_7285 {
    display: flex;
    padding: 0;
    align-items: flex-start;
    max-width: 500px;
    flex-direction: column;
    transform: translateZ(0);
    width: 90%;
    position: relative;
}

.join_our_community_2064 .input_holder {
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    border-radius: 17px;
    position: relative;
    flex-direction: column;
    display: flex;
    background: rgb(92,101,117,0.5);
    padding: 4rem 2rem 2rem;
    transform: translateY(-3rem) translateZ(0);
    z-index: 2;
}

.join_our_community_2064 .sub_border_3870:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    background: linear-gradient(to right, rgb(128,140,160), rgb(92,101,117));
    transform: translateY(40%) translateZ(30px) scale(1.05);
}

.welcome_4628::before {
    z-index: 1;
    background: 
    radial-gradient(circle at 20% 30%, rgb(128,140,160,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(92,101,117,0.5) 0%, transparent 30%);
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    content: "";
}

.welcome_4628 .edu_trackfast_9854 > div:first-child::before {
    left: 0;
    background: linear-gradient(to bottom, rgb(128,140,160), rgb(92,101,117));
    position: absolute;
    top: 0;
    width: 6px;
    content: "";
    transform: translateX(-3px);
    height: 100%;
}

.welcome_4628 .expert_zone_1724 > div {
    transition: all 0.4s ease;
    position: relative;
    justify-content: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    height: 200px;
    align-items: center;
    display: flex;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
    margin-top: 2rem;
    overflow: hidden;
}

.welcome_4628 .expert_zone_1724 > div p {
    border-left: 3px solid rgb(128,140,160);
    font-size: calc(14px * 1.2);
    max-width: 80%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    transform: translateY(5px);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #ffffff;
    backdrop-filter: blur(5px);
    text-align: center;
    padding: 1.5rem;
    font-weight: 600;
}

.about_this_7814 .class_experts_2394 {
    position: relative;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 28px;
    grid-area: director;
    height: 550px;
    overflow: hidden;
}

.about_this_7814 .smart_track_8913 {
    z-index: 2;
    left: 0;
    bottom: 0;
    transition: transform 0.4s ease;
    padding: 30px;
    width: 100%;
    position: absolute;
}

.about_this_7814 .class_experts_2394:hover .learning_track_2506::after {
    width: 60px;
}

.about_this_7814 .quick_classes_0647 {
    padding: 20px 0;
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    grid-area: logo;
}

.about_this_7814 .text_header_8542::before {
    position: absolute;
    height: 70%;
    width: 3px;
    transform: translateY(-50%);
    left: -30px;
    content: "";
    border-radius: 10px;
    top: 50%;
    background: linear-gradient(to bottom, rgb(128,140,160), rgb(92,101,117));
}

.find_us_4261 h1 {
    text-align: center;
    font-weight: 700;
    color: #000000;
    font-size: 40px;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    z-index: 2;
    transform: translateY(0);
    margin-bottom: 3rem;
    letter-spacing: -0.02em;
    position: relative;
}

.find_us_4261 .info_request_4108 {
    display: grid;
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.5s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(rgb(128,140,160,0.5), 0.1);
    transform: translateY(0);
    padding: 2.5rem;
    gap: 2.5rem;
    border-radius: 25px;
    background: rgba(#ffffff, 0.85);
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08), 
                0 1px 5px rgba(rgba(0, 0, 0, 0.5), 0.03);
}

.find_us_4261 .ask_for_help_2975 {
    gap: 0.75rem;
    align-items: center;
    font-size: 18px;
    transition: color 0.3s ease;
    text-decoration: none;
    display: flex;
    color: #000000;
    position: relative;
    font-weight: 400;
}

.find_us_4261 .ask_for_help_2975:hover svg path {
    fill: rgb(92,101,117);
}

.price_table_7316 .container {
    position: relative;
    flex-wrap: wrap;
    gap: 3rem;
    display: flex;
}

.price_table_7316 .company_holder {
    flex: 1 1 400px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem 2.5rem;
}

.price_table_7316 .company_holder h3::after {
    bottom: -0.5rem;
    width: 80px;
    height: 3px;
    content: "";
    background: rgb(92,101,117);
    left: 0;
    position: absolute;
}

.price_table_7316 .header_pagewrap_1036 h5 {
    background: rgb(92,101,117);
    color: #ffffff;
    font-weight: 600;
    position: relative;
    font-size: 23px;
    padding: 1rem 1.5rem;
    margin: 0;
}

.price_table_7316 .header_pagewrap_1036 .site_core_5871 a::after {
    height: 5px;
    background: rgb(92,101,117);
    transform: translateY(-50%);
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease;
    left: 1.5rem;
    width: 5px;
    top: 50%;
    content: "";
}

.gift_card_7549 .qna_board_4386 {
    font-size: 15px;
    border-radius: 50px;
    padding: 0.8rem 2rem;
    background: #ffffff;
    text-align: center;
    font-weight: 400;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
}

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

.program_overview_1482 .pic_zoom_9514 {
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 100%;
    transform-origin: center center;
    overflow: hidden;
    height: 250px;
    position: relative;
}

.program_overview_1482 h3 {
    transform: translateY(0);
    color: #000000;
    font-weight: 700;
    padding-left: 0;
    line-height: 1.4;
    margin-bottom: 25px;
    position: relative;
    font-size: 20px;
    transition: transform 0.3s ease, padding-left 0.3s ease;
}

.program_overview_1482 .text_header_8542 div {
    position: relative;
    overflow: hidden;
}


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



@media (min-width: 992px) {.tariff_plan_5930 .value_pricing_4203 {
    align-items: center;
    gap: 60px;
    flex-direction: row;
}.tariff_plan_5930 .discount_deals_4081 {
    width: 30%;
    text-align: left;
    margin: 0;
    order: 0;
}.tariff_plan_5930 .discount_deals_4081 h2 {
    text-align: left;
    display: block;
}.tariff_plan_5930 .discount_deals_4081 h2::after {
    transform: none;
    left: 0;
}.tariff_plan_5930 .bundle_offer_4075 {
    margin: 0;
    text-align: left;
}.tariff_plan_5930 .learning_fees_0895 {
    width: 70%;
}
}




@media (max-width: 991px) {.privacy_section_0746 {
    padding: 3rem 1.5rem;
}.privacy_section_0746 h1 {
    font-size: calc(38px * 0.9);
}.privacy_section_0746 h2 {
    font-size: calc(33px * 0.9);
}.privacy_section_0746 p, .privacy_section_0746 span, .privacy_section_0746 li {
    font-size: calc(15px * 0.95);
}
}



@media (max-width: 480px) {.privacy_section_0746 {
    padding: 2rem 1rem;
}.privacy_section_0746 h1 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1.5rem;
}.privacy_section_0746 h1::after {
    width: 60px;
}.privacy_section_0746:hover h1::after {
    width: 80px;
}.privacy_section_0746 h2 {
    margin-bottom: 1rem;
    margin-top: 2rem;
    font-size: calc(33px * 0.7);
}.privacy_section_0746 p, .privacy_section_0746 span, .privacy_section_0746 li {
    margin-bottom: 1.25rem;
    font-size: calc(15px * 0.85);
    line-height: 1.5;
}.privacy_section_0746 li::before {
    height: 6px;
    width: 6px;
    top: 0.4rem;
}.privacy_section_0746 p:hover, .privacy_section_0746 li:hover {
    transform: translateX(3px);
}}



@media (max-width: 576px) {.study_process_3458 {
    padding: 50px 0;
}.study_process_3458 .pro_study_3691 {
    padding: 0 20px;
}.study_process_3458 h2 {
    margin-bottom: 25px;
    font-size: calc(34px - 0.6rem);
}.study_process_3458 h2::before {
    width: 50px;
    bottom: -8px;
    height: 2px;
}.study_process_3458 .text_header_8542 {
    border-left-width: 3px;
    padding: 25px 20px;
}.study_process_3458 .text_header_8542 p {
    font-size: calc(17px - 0.05rem);
    line-height: 1.5;
}}



@media (max-width: 991px) {header .main_sitewrap_2790 {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .top_guide_5297 {
    margin-right: 0;
    margin-bottom: 0;
}header .header_pagewrap_1036 {
    margin-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
}header .header_pagewrap_1036::before {
    display: none;
}header .site_navbar_7849 a {
    font-size: calc(16px - 1px);
    padding: 0 1rem;
    height: 40px;
}header .site_navbar_7849::before {
    display: none;
}header .main_sitewrap_2790::before,
    header .main_sitewrap_2790::after {
    display: none;
}
}



@media (max-width: 767px) {.explore_now_1687 {
    padding: 3.5rem 1.5rem;
}.explore_now_1687 h6 {
    line-height: 1.6;
    font-size: calc(18px * 1.1);
}.explore_now_1687 .support_section_7310 {
    padding: 0.85rem 2rem;
}
}



@media (max-width: 767px) {.join_our_community_2064 {
    padding: 5rem 1.5rem;
}.join_our_community_2064 h3 {
    font-size: 22px;
    padding: 1.2rem 1.5rem;
    width: 90%;
}.join_our_community_2064 .request_panel_7285 {
    width: 100%;
}.join_our_community_2064 .input_holder {
    padding: 3rem 1.5rem 2rem;
}.join_our_community_2064 input[type="email"] {
    padding: 1.2rem;
}.join_our_community_2064 .sub_border_3870 {
    padding: 1rem;
    width: 90%;
}}



@media (max-width: 991px) {.about_this_7814 {
    padding: 100px 0;
}.about_this_7814 .pro_study_3691 {
    gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-areas:
            "logo"
            "director"
            "head_lead_3407";
    grid-template-columns: 1fr;
}.about_this_7814 .class_experts_2394 {
    max-width: 100%;
    height: 450px;
}.about_this_7814 .text_header_8542 {
    padding-left: 30px;
    padding-right: 0;
}.about_this_7814 .text_header_8542::before {
    left: 0;
    height: 80%;
}

}



@media (max-width: 767px) {.find_us_4261 {
    padding: 4rem 1.5rem;
}.find_us_4261::after {
    height: 30%;
    width: 50%;
}.find_us_4261 h1 {
    margin-bottom: 2.5rem;
    font-size: calc(40px * 0.9);
}.find_us_4261 .info_request_4108 {
    padding: 2rem 1.5rem;
}.find_us_4261 .reach_out_4852 {
    gap: 1rem;
}.find_us_4261 svg {
    width: 18px;
    height: 18px;
}
}



@media (max-width: 992px) {.price_table_7316 {
    padding: 3.5rem 0 2rem;
}.price_table_7316 .container {
    flex-direction: column;
    gap: 2.5rem;
}.price_table_7316 .company_holder,
    .price_table_7316 .footer_workshops_2478 {
    min-width: 100%;
    flex: 1 1 100%;
}.price_table_7316 .header_pagewrap_1036 {
    flex: 1 1 calc(50% - 1rem);
    min-width: 200px;
}
}



@media (min-width: 992px) {.program_overview_1482 .career_path_0623 {
    grid-template-columns: 1fr 1.8fr;
}.program_overview_1482 .pic_zoom_9514 {
    min-height: 450px;
}.program_overview_1482 .text_header_8542 {
    padding: 50px 40px;
}.program_overview_1482 h3 {
    margin-bottom: 30px;
    font-size: calc(20px * 1.2);
}.program_overview_1482 p.description {
    line-height: 1.9;
    max-height: 450px;
}
}



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



@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-20px, 20px);
    }
    50% {
        transform: translate(10px, -15px);
    }
    75% {
        transform: translate(-15px, -10px);
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.05;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.08;
        transform: rotate(-15deg) scale(1.1);
    }
}



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

