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

.head_top_Ecn {
    flex: 1 0 auto;
}

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

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

header,footer {
    width: 100%;
}

header {
    width: 100%;
    overflow: visible;
    position: relative;
    z-index: 99;
    background: linear-gradient(135deg, rgb(134,161,160,0.5) 0%, rgb(98,124,122) 100%);
}

.contact_form_box_zoK::before {
    opacity: 0.03;
    height: 100%;
    position: absolute;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(134,161,160,0.5),
        rgb(134,161,160,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    width: 100%;
    left: 0;
}

.contact_form_box_zoK .reach_info_RZ6 {
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    flex-direction: column;
    display: flex;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 15px;
}

.contact_form_box_zoK form {
    width: 100%;
}

.contact_form_box_zoK form h3::after {
    background: rgb(134,161,160);
    height: 3px;
    content: "";
    bottom: -10px;
    left: 0;
    width: 100%;
    border-radius: 1.5px;
    position: absolute;
}

.contact_form_box_zoK form input[type="text"]:focus {
    outline: none;
    border-color: rgb(134,161,160);
}

.contact_form_box_zoK form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}

.contact_form_box_zoK .query_query_OLV {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

.contact_form_box_zoK .query_query_OLV label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 1.6;
    font-size: 13px;
    color: #000000;
}

.contact_form_box_zoK .query_query_OLV input[type="checkbox"]:checked + label::before {
    background: rgb(134,161,160);
}

.contact_form_box_zoK .query_query_OLV input[type="checkbox"]:checked + label::after {
    border-bottom: 2px solid #ffffff;
    left: 8px;
    position: absolute;
    border-right: 2px solid #ffffff;
    top: 5px;
    height: 12px;
    width: 6px;
    content: "";
    transform: rotate(45deg);
}

.contact_form_box_zoK form .query_grid_Qo9:hover {
    background: rgb(98,124,122);
}

.contact_form_box_zoK svg {
    height: 20px;
    width: 20px;
    fill: rgb(134,161,160);
}

.contact_form_box_zoK svg path {
    fill: rgb(134,161,160);
    transition: fill 0.3s ease;
}

.pricing_deck_Tsj {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

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

.pricing_deck_Tsj .fee_offers_3Ig {
    position: relative;
}

.pricing_deck_Tsj h2 {
    font-weight: 700;
    text-shadow: 0 5px 15px rgba(0,0,0,0.3);
    text-align: center;
    color: #ffffff;
    font-size: 29px;
    position: relative;
    margin-bottom: 20px;
    transform: perspective(1000px) translateZ(30px);
}

.pricing_deck_Tsj .learn_fees_JOw {
    font-size: calc(15px * 1.1);
    margin: 0 auto 50px;
    line-height: 1.6;
    opacity: 0.9;
    font-weight: 300;
    max-width: 800px;
    transform: perspective(1000px) translateZ(20px);
    text-align: center;
    color: #ffffff;
}

.pricing_deck_Tsj .discount_price_H1i li {
    transform-style: preserve-3d;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pricing_deck_Tsj .fee_choices_em4 {
    backdrop-filter: blur(10px);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.1) 100%);
    height: 100%;
    padding: 40px 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 0 0 1px rgba(255,255,255,0.1);
    position: relative;
    transform-style: preserve-3d;
}

.pricing_deck_Tsj .lesson_rates_6tT {
    transform-style: preserve-3d;
    position: relative;
    transition: transform 0.5s ease;
}

.pricing_deck_Tsj .lesson_rates_6tT h4 {
    font-size: calc(24px * 1.2);
    transform: translateZ(10px);
    position: relative;
    margin: 0 0 25px;
    padding-bottom: 15px;
    font-weight: 600;
    color: #ffffff;
}

.pricing_deck_Tsj .lesson_rates_6tT p {
    word-break: break-word;
    font-weight: 300;
    opacity: 0.8;
    margin: 0 0 30px;
    transform: translateZ(5px);
    color: #ffffff;
    overflow-y: auto;
    font-size: 15px;
    overflow-wrap: break-word;
    padding-right: 5px;
    max-height: 250px;
    line-height: 1.7;
}

.pricing_deck_Tsj .pay_options_Doj::before {
    height: 2px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0.6;
    background: linear-gradient(90deg, transparent, rgb(98,124,122), transparent);
    transform-origin: center;
    width: 100%;
    bottom: 5px;
    content: "";
    transform: scaleX(0.5);
    position: absolute;
    left: 0;
}

.pricing_deck_Tsj .access_rates_SnJ:hover .lesson_rates_6tT h4::after {
    width: 80px;
}

.pricing_deck_Tsj .access_rates_SnJ:hover .pay_options_Doj {
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transform: translateZ(25px) scale(1.05);
}

.company_info_VvF {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.company_info_VvF::after {
    content: "";
    top: -10%;
    z-index: 2;
    position: absolute;
    height: 80%;
    opacity: 0.15;
    background: linear-gradient(to right, rgb(134,161,160,0.5), transparent);
    animation: pulse 12s infinite alternate;
    transform: rotate(-15deg);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 30% 100%);
    right: -5%;
    width: 50%;
}

.company_info_VvF .text_drawer_vY1:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.company_info_VvF .text_drawer_vY1::before {
    left: 0;
    content: '';
    width: 5px;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(134,161,160), rgb(98,124,122));
    position: absolute;
}

.company_info_VvF .text_drawer_vY1 h1::after {
    height: 3px;
    position: absolute;
    background: rgb(98,124,122);
    content: '';
    transform-origin: left center;
    left: 0;
    bottom: 0;
    transition: width 0.3s ease-out;
    width: 80px;
}

.company_info_VvF .text_drawer_vY1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.company_info_VvF .text_drawer_vY1:hover h4 {
    transform: translateX(10px);
}

.company_info_VvF .text_drawer_vY1 h4::before {
    background: rgb(134,161,160);
    width: 0;
    content: '';
    position: absolute;
    height: 2px;
    transition: width 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    bottom: -5px;
    left: 0;
}

.company_info_VvF .text_drawer_vY1 span::first-letter {
    color: rgb(98,124,122);
    font-size: 1.5em;
    font-weight: 600;
}

.gratSpot_jrd {
    background: linear-gradient(135deg, rgb(168,193,193) 0%, rgb(168,193,193) 60%, rgba(rgb(134,161,160,0.5), 0.05) 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    perspective: 1000px;
}

.gratSpot_jrd::after {
    width: 30%;
    right: -5%;
    opacity: 0.04;
    height: 60%;
    transform: rotate(10deg) translateZ(-5px);
    bottom: -10%;
    filter: blur(15px);
    background: linear-gradient(135deg, rgb(98,124,122,0.5) 10%, transparent 70%);
}

.gratSpot_jrd .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    padding: 0 2rem;
    transform-style: preserve-3d;
    position: relative;
}

.gratSpot_jrd h2::after {
    position: absolute;
    transform: translateZ(15px) scaleX(1);
    bottom: -0.8rem;
    background: linear-gradient(90deg, rgb(134,161,160) 0%, rgb(134,161,160,0.5) 100%);
    width: 80px;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    left: 0;
    height: 3px;
    content: '';
    transform-origin: left;
}

.gratSpot_jrd .pro_training_2DL::before {
    opacity: 0.1;
    border-radius: 100px;
    left: -10px;
    border: 1px solid rgb(134,161,160,0.5);
    right: -10px;
    transform: translateZ(5px);
    top: -10px;
    position: absolute;
    pointer-events: none;
    bottom: -10px;
    content: '';
}

.gratSpot_jrd .pro_training_2DL:hover {
    box-shadow: 
        0 25px 35px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 15px 25px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: translateZ(25px) rotateY(0deg);
}

.gratSpot_jrd li span {
    font-family: Arial, sans-serif;
    display: block;
    text-shadow: 0 1px 1px rgba(255,255,255,0.8);
    position: relative;
    color: #000000;
    transform: translateZ(5px);
    line-height: 1.7;
    font-size: 14px;
}

.location_info_2Lu {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: rgb(168,193,193);
}

.location_info_2Lu::after {
    width: 100%;
    height: 100%;
    background-position: center center;
    position: absolute;
    background-image: linear-gradient(rgb(168,193,193) 1px, transparent 1px),
                      linear-gradient(90deg, rgb(168,193,193) 1px, transparent 1px);
    opacity: 0.06;
    left: 0;
    content: "";
    top: 0;
    background-size: 20px 20px;
    z-index: 0;
}

.location_info_2Lu .submit_request_ikP {
    transition: all 0.4s ease;
    padding: 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.location_info_2Lu .submit_request_ikP:first-child::before {
    height: 6px;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(134,161,160), rgb(98,124,122));
    width: 100%;
    top: 0;
    content: "";
}

.location_info_2Lu h2 {
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 34px;
    margin-bottom: 30px;
    letter-spacing: -0.02em;
}

.location_info_2Lu .submit_request_ikP:hover h2::after {
    width: 50px;
}

.location_info_2Lu p {
    line-height: 1.6;
    color: #000000;
    margin-bottom: 15px;
    font-size: 15px;
}

.location_info_2Lu .ask_feedback_6wY {
    border-left: 2px solid rgb(134,161,160,0.5);
    margin-bottom: 30px;
    padding-left: 15px;
}

.location_info_2Lu .learn_form_F2f {
    padding-top: 30px;
    margin-top: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.location_info_2Lu .learn_form_F2f h3::before {
    height: 16px;
    background: rgb(134,161,160);
    width: 16px;
    content: "";
    margin-right: 10px;
    display: block;
}

.location_info_2Lu .quick_contact_wJI span:hover {
    transform: translateX(3px);
    color: #ffffff;
    background: rgb(134,161,160);
}

.location_info_2Lu .quick_contact_wJI span:hover {
    animation: pulse 1s ease;
}

.location_info_2Lu .submit_request_ikP .picture_FMR {
    width: 100%;
    position: relative;
    height: 100%;
    min-height: 100%;
    transition: transform 0.5s ease;
}

.location_info_2Lu .assist_form_t2J a {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 20px;
    align-items: flex-start;
    transition: all 0.3s ease;
    display: flex;
    text-decoration: none;
}

.location_info_2Lu .assist_form_t2J a::before {
    position: absolute;
    height: 100%;
    background: rgb(134,161,160);
    top: 0;
    transition: width 0.3s ease;
    left: -40px;
    width: 0;
    content: "";
}

.location_info_2Lu .assist_form_t2J a p {
    color: #000000;
    font-size: calc(15px * 1.1);
    font-weight: 600;
    margin: 0;
}

.location_info_2Lu svg path {
    transition: fill 0.3s ease;
    fill: rgb(134,161,160);
}

.location_info_2Lu .submit_request_ikP:first-child::after {
    content: "";
    transition: transform 0.5s ease;
    position: absolute;
    right: -50%;
    background: linear-gradient(135deg, transparent 0%, rgb(134,161,160,0.5) 100%);
    z-index: -1;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
    top: -50%;
    opacity: 0.05;
}

.location_info_2Lu .assist_form_t2J a:nth-child(2) {
    animation-delay: 0.2s;
}

.location_info_2Lu .submit_request_ikP:nth-child(2) .picture_FMR::after {
    inset: 0;
    background: linear-gradient(180deg, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    position: absolute;
    z-index: 1;
}

footer .assist_form_t2J::after {
    top: 0;
    content: "";
    pointer-events: none;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    position: absolute;
    height: 100%;
}

footer .info_item:hover {
    background-color: rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

footer .info_item svg {
    height: 22px;
    fill: #ffffff;
    width: 22px;
    margin-right: 15px;
    flex-shrink: 0;
}

footer .info_item a:hover {
    text-decoration: underline;
}

footer .text_main_holder {
    margin-top: -30px;
    position: relative;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}

footer .head_mainwrap_YrT {
    text-align: center;
    padding-top: 60px;
}

footer .head_mainwrap_YrT svg {
    margin-bottom: 15px;
    width: auto;
    height: 45px;
}

footer .top_learning_IzE {
    margin: 0 20px;
    padding: 30px;
    background-color: rgb(168,193,193);
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    position: relative;
}

footer .top_learning_IzE h5::after {
    content: "";
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgb(134,161,160), transparent);
    position: absolute;
}

footer .header_page_5zO a {
    flex: 1 0 calc(50% - 30px);
    font-size: 17px;
    text-decoration: none;
    padding: 8px 0;
    color: #000000;
    position: relative;
    transition: all 0.3s ease;
}

footer .header_page_5zO a:hover {
    color: rgb(134,161,160);
    padding-left: 5px;
}

footer .subscribe_holder {
    background-color: rgb(134,161,160);
    color: #ffffff;
    margin: 0 20px;
    position: relative;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    padding: 30px;
}

footer .subscribe_holder h5 {
    font-size: 23px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
}

footer .input_holder {
    gap: 15px;
    display: flex;
    position: relative;
    flex-direction: column;
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

footer .sub_authorization_5df:hover {
    background-color: rgb(98,124,122);
}

footer .training_zone_j02 {
    padding-top: 20px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    margin-top: 60px;
}

footer .footer_account_gbz {
    color: #000000;
    text-align: center;
    font-size: 12px;
}

.title_screen_mat::before {
    content: "";
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background: 
        linear-gradient(45deg, rgb(134,161,160,0.5) 0%, transparent 30%),
        linear-gradient(225deg, rgb(98,124,122,0.5) 0%, transparent 30%);
    opacity: 0.7;
    z-index: 2;
    position: absolute;
}

.title_screen_mat .course_hero_y4A {
    animation: sidePanCarousel 30s linear infinite;
    height: 100%;
    display: flex;
}

.title_screen_mat .study_smart_n4Z::before {
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    z-index: 2;
    height: 100%;
    background: linear-gradient(to top, 
        rgb(168,193,193) 0%,
        rgba(255, 255, 255, 0.1) 50%, 
        rgba(255, 255, 255, 0.05) 100%
    );
}

.title_screen_mat .text_drawer_vY1::before {
    right: 0;
    background: linear-gradient(90deg, rgb(134,161,160), rgb(98,124,122));
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 3px;
}

.title_screen_mat .text_drawer_vY1 h1 {
    font-size: 40px;
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
    color: #000000;
}

.title_screen_mat .text_drawer_vY1 .query_grid_Qo9 {
    text-decoration: none;
    padding: 1rem 2.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    transition: all 0.3s ease;
    background: linear-gradient(90deg, rgb(134,161,160), rgb(98,124,122));
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    font-size: 18px;
}

.title_screen_mat .text_drawer_vY1 .query_grid_Qo9:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

.edu_accept_3xO {
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: center;
}

.user_default_Y6W {
    margin-bottom: 20px;
}

.user_default_Y6W svg, .user_default_Y6W svg path, .user_default_Y6W img {
    fill: rgb(134,161,160);
    height: 60px;
    width: 60px;
}

.consentNotificationBox_ndm p {
    color: #000000;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
}

.visitor_settings_1YL:hover {
    background: rgb(98,124,122);
}

.cookie_button.visitor_acceptance_6se {
    background: rgb(98,124,122);
}

.cookie_button.visitor_acceptance_6se:hover {
    background: rgb(98,124,122,0.5);
}

.consentNotificationBox_ndm p a {
    transition: color 0.3s ease-in-out;
    color: rgb(134,161,160);
    text-decoration: none;
}

#usageNoticeDialog_dGP {
    display: none;
}

header::before {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(145deg, rgb(98,124,122,0.5) 0%, transparent 70%);
    top: 0;
    left: 0;
    content: "";
}

header .main_mainwrap_ebm .head_mainwrap_YrT {
    transition: transform 0.4s ease;
    margin-right: 10px;
    transform: translateX(0);
}

header .main_mainwrap_ebm .head_mainwrap_YrT .head_prime_ki0 {
    display: inline-block;
}

header .main_mainwrap_ebm .top_learning_IzE {
    margin: 0;
    flex-wrap: wrap;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    list-style: none;
    display: flex;
    transform: none;
    padding: 20px 30px;
    padding: 0;
}

header .main_mainwrap_ebm .top_learning_IzE .top_tutor_xjB {
    margin: 0 12px;
    position: relative;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

header .main_mainwrap_ebm .top_learning_IzE .top_tutor_xjB a {
    font-weight: 600;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 14px;
    font-family: Arial, sans-serif;
    padding: 8px 5px;
    overflow: hidden;
    color: #ffffff;
}

header .main_mainwrap_ebm .top_learning_IzE .top_tutor_xjB:hover a::after {
    transform: translateX(0);
}

.program_details_siw::before {
    content: "";
    background: linear-gradient(220deg, rgb(134,161,160,0.5) 0%, transparent 70%);
    right: -5%;
    opacity: 0.6;
    filter: blur(40px);
    height: 300px;
    transform: rotate(15deg);
    width: 300px;
    position: absolute;
    animation: float 15s infinite ease-in-out alternate;
    z-index: 1;
    top: -10%;
}

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

.program_details_siw h2 {
    font-size: 38px;
    margin-bottom: 60px;
    color: #000000;
    font-weight: 700;
    transform: translateY(0);
    line-height: 1.3;
    text-align: center;
    letter-spacing: -0.02em;
    opacity: 0;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    position: relative;
}

.program_details_siw .learn_track_eZ1 {
    transform: translateY(20px);
    flex-direction: column;
    opacity: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    border-radius: 10px;
    gap: 40px;
    overflow: hidden;
    background: #ffffff;
}

.program_details_siw .picture_FMR::after {
    content: "";
    transform: rotate(0deg);
    position: absolute;
    opacity: 0.7;
    z-index: 2;
    width: 80px;
    right: -10px;
    top: -10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    height: 80px;
    transition: transform 0.5s ease;
    background: rgb(134,161,160);
}

.program_details_siw .description:last-child {
    margin-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 20px;
}

.program_details_siw .description::first-letter {
    font-size: 1.3em;
    font-weight: 600;
    color: rgb(134,161,160);
}

.potential_learners_Z3K::before {
    left: 0;
    width: 100%;
    opacity: 0.05;
    height: 100%;
    background-size: 60px 60px;
    position: absolute;
    top: 0;
    z-index: 0;
    content: "";
    background: 
        linear-gradient(45deg, rgb(134,161,160,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(98,124,122,0.5) 25%, transparent 25%);
}

.potential_learners_Z3K h4::after {
    border-radius: 2px;
    width: 70px;
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(134,161,160), rgb(98,124,122));
    height: 4px;
    transform: translateX(-50%);
    left: 50%;
    content: "";
}

.potential_learners_Z3K div p::before {
    height: calc(100% - 10px);
    content: "";
    border: 1px solid rgb(134,161,160,0.5);
    top: 5px;
    z-index: -1;
    border-radius: calc(22px - 5px);
    background: #ffffff;
    left: 5px;
    width: calc(100% - 10px);
    position: absolute;
    opacity: 0.4;
    transition: all 0.3s ease;
}

.potential_learners_Z3K div p:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.potential_learners_Z3K div p:hover::before {
    left: 10px;
    top: 10px;
}

.potential_learners_Z3K div p:hover::after {
    top: 15px;
    left: 15px;
}

.potential_learners_Z3K div p svg {
    left: 25px;
    width: 35px;
    height: 35px;
    background: rgb(168,193,193);
    position: absolute;
    top: 25px;
    transition: all 0.3s ease;
    border-radius: 50%;
    padding: 8px;
}

.course_methodology_mqw {
    background: linear-gradient(135deg, rgb(168,193,193) 0%, rgb(98,124,122,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 4rem 0;
}

.course_methodology_mqw::after {
    right: -50px;
    bottom: -50px;
    content: "";
    background: rgb(98,124,122,0.5);
    animation: float 15s infinite ease-in-out;
    filter: blur(70px);
    width: 300px;
    border-radius: 50%;
    z-index: 0;
    position: absolute;
    height: 300px;
}

.course_methodology_mqw .pro_training_2DL::before {
    position: absolute;
    right: -2px;
    bottom: -2px;
    border-radius: 20px;
    left: -2px;
    background: linear-gradient(45deg, rgb(134,161,160) 0%, transparent 30%, transparent 70%, rgb(98,124,122) 100%);
    content: "";
    top: -2px;
    z-index: -1;
}

.course_methodology_mqw h3::after {
    bottom: 0;
    width: 80px;
    position: absolute;
    height: 3px;
    border-radius: 2px;
    content: "";
    background: linear-gradient(90deg, rgb(134,161,160) 0%, rgb(98,124,122) 100%);
    left: 50%;
    transform: translateX(-50%);
}

.training_specialist_GtB {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(168,193,193), rgb(134,161,160,0.5));
    position: relative;
    overflow: hidden;
}

.training_specialist_GtB .success_ratings_Da1 {
    gap: 4rem;
    max-width: 1200px;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin: 0 auto;
    align-items: center;
    background: #ffffff;
    border-radius: 11px;
    display: flex;
    z-index: 2;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.training_specialist_GtB .picture_FMR::after {
    left: 0;
    background: linear-gradient(135deg, rgb(134,161,160,0.5), transparent);
    width: 100%;
    content: "";
    opacity: 0.5;
    height: 100%;
    top: 0;
    position: absolute;
}

.training_specialist_GtB .name::after {
    left: 0;
    position: absolute;
    height: 3px;
    bottom: -8px;
    background: rgb(134,161,160);
    content: "";
    width: 50%;
    transition: width 0.3s ease;
}

.training_specialist_GtB .career_milestones_zok {
    position: relative;
    color: #000000;
    padding-left: 1.5rem;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    font-size: 15px;
}

.training_specialist_GtB .success_ratings_Da1:hover .picture_FMR {
    transform: scale(1.03);
}

.training_specialist_GtB .success_ratings_Da1:hover .name::after {
    width: 100%;
}

.secure_safekeeping_Lni h1 {
    font-size: 47px;
    color: rgb(134,161,160);
    font-weight: 700;
    position: relative;
    z-index: 2;
    grid-column: span 2;
    margin-bottom: 30px;
}

.secure_safekeeping_Lni ul,
.secure_safekeeping_Lni ol {
    z-index: 2;
    position: relative;
    padding: 0 0 0 20px;
    margin: 20px 0;
}

.secure_safekeeping_Lni ul {
    list-style-type: disc;
}

.secure_safekeeping_Lni ol {
    list-style-type: decimal;
}

.secure_safekeeping_Lni p {
    line-height: 1.6;
    font-size: 15px;
    z-index: 2;
    margin-bottom: 20px;
    position: relative;
    color: #000000;
}

.secure_safekeeping_Lni span {
    position: relative;
    font-weight: 600;
    padding: 5px;
    background: rgb(134,161,160,0.5);
    border-radius: 10px;
    color: rgb(98,124,122);
    z-index: 2;
}

.secure_safekeeping_Lni::after {
    width: 300px;
    bottom: -150px;
    right: -150px;
    height: 300px;
}

.pricing_deck_Tsj .lesson_rates_6tT p::-webkit-scrollbar {
    width: 4px;
}

.pricing_deck_Tsj .lesson_rates_6tT p::-webkit-scrollbar-thumb {
    background: rgb(134,161,160,0.5);
    border-radius: 10px;
}

.pricing_deck_Tsj .lesson_rates_6tT p::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
}

.program_details_siw .description::-webkit-scrollbar {
    width: 4px;
}

.program_details_siw .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}

.program_details_siw .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(98,124,122,0.5);
}



@media screen and (min-width: 1200px) {.contact_form_box_zoK .reach_info_RZ6 {
    max-width: 1100px;
}.contact_form_box_zoK .picture_FMR {
    min-height: 500px;
}
}



@media (max-width: 1200px) {.pricing_deck_Tsj {
    padding: 80px 0;
}.pricing_deck_Tsj .discount_price_H1i {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
}



@media (max-width: 991px) {.pricing_deck_Tsj {
    padding: 70px 0;
}.pricing_deck_Tsj h2 {
    font-size: calc(29px * 0.9);
}.pricing_deck_Tsj .learn_fees_JOw {
    margin-bottom: 40px;
    font-size: 15px;
}.pricing_deck_Tsj .discount_price_H1i {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.pricing_deck_Tsj .fee_choices_em4 {
    padding: 30px 25px;
}
}



@media (max-width: 480px) {.pricing_deck_Tsj {
    padding: 50px 0;
}.pricing_deck_Tsj .fee_choices_em4 {
    padding: 25px 20px;
}.pricing_deck_Tsj .lesson_rates_6tT p {
    max-height: 200px;
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}.pricing_deck_Tsj .pay_options_Doj {
    font-size: calc(24px * 1.2);
}
}



@media (max-width: 1100px) {.company_info_VvF {
    padding: 100px 0;
}.company_info_VvF .text_drawer_vY1 {
    padding: 35px 40px;
}.company_info_VvF .text_drawer_vY1 h1 {
    font-size: calc(48px * 0.9);
}
}



@media (max-width: 768px) {.company_info_VvF {
    padding: 60px 0;
}.company_info_VvF .text_drawer_vY1 {
    padding: 25px 30px;
}.company_info_VvF .text_drawer_vY1 h1 {
    font-size: calc(48px * 0.8);
    margin-bottom: 20px;
}.company_info_VvF .text_drawer_vY1 h4 {
    font-size: calc(20px * 0.9);
}.company_info_VvF .text_drawer_vY1 span {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}



@media (min-width: 992px) {.gratSpot_jrd {
    padding: 8rem 0;
}.gratSpot_jrd h2 {
    transform: translateZ(15px);
    font-size: calc(32px * 1.1);
    max-width: 80%;
}.gratSpot_jrd h2::after {
    width: 100px;
}.gratSpot_jrd .pro_training_2DL {
    margin: 2rem 0;
    padding: 3.5rem 4rem;
}.gratSpot_jrd li span {
    line-height: 1.8;
    font-size: calc(14px * 1.05);
}.gratSpot_jrd li::before {
    height: 80px;
    width: 80px;
}
}



@media (max-width: 767px) {.gratSpot_jrd {
    padding: 4rem 0;
}.gratSpot_jrd h2 {
    margin-bottom: 2rem;
    font-size: calc(32px * 0.8);
}.gratSpot_jrd h2::after {
    width: 60px;
    height: 2px;
}.gratSpot_jrd .pro_training_2DL {
    transform: translateZ(5px) rotateY(0deg);
    padding: 1.5rem 2rem;
}.gratSpot_jrd li::before {
    width: 40px;
    left: -20px;
    top: -15px;
    height: 40px;
}
}



@media (max-width: 992px) {.location_info_2Lu {
    padding: 70px 0;
}.location_info_2Lu .request_form_3Ip {
    grid-template-columns: 1fr 1fr;
}.location_info_2Lu .submit_request_ikP:last-child {
    grid-column: span 2;
}
}



@media (max-width: 576px) {.location_info_2Lu {
    padding: 40px 0;
}.location_info_2Lu .submit_request_ikP:first-child,
    .location_info_2Lu .assist_form_t2J {
    padding: 30px 20px;
}.location_info_2Lu .submit_request_ikP .picture_FMR {
    height: 220px;
}.location_info_2Lu .quick_contact_wJI {
    grid-template-columns: 1fr 1fr;
}}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .sub_authorization_5df {
    white-space: nowrap;
}footer .head_mainwrap_YrT {
    padding-top: 80px;
}
}



@media (max-width: 576px) {footer .assist_form_t2J {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .top_learning_IzE h5, footer .subscribe_holder h5 {
    font-size: calc(23px - 2px);
}footer .header_page_5zO a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .sub_authorization_5df {
    padding: 12px;
}}



@media screen and (max-width: 768px) {.title_screen_mat .pro_training_2DL {
    align-items: center;
}.title_screen_mat .text_drawer_vY1 {
    width: 85%;
    margin: 0 auto;
    padding: 2rem;
    border-radius: 10px;
}.title_screen_mat .text_drawer_vY1 h1 {
    font-size: calc(40px * 0.8);
}
}



@media (max-width: 992px) {header .main_mainwrap_ebm {
    flex-direction: column;
    align-items: center;
}header .main_mainwrap_ebm .head_mainwrap_YrT {
    margin-bottom: 15px;
    margin-right: 0;
}header .main_mainwrap_ebm .top_learning_IzE {
    width: 100%;
    justify-content: center;
    padding: 15px;
}header .main_mainwrap_ebm .top_learning_IzE .top_tutor_xjB {
    margin: 5px 15px 5px 0;
}header .main_mainwrap_ebm .top_learning_IzE .top_tutor_xjB a {
    padding: 5px;
    font-size: calc(14px - 2px);
}}



@media (min-width: 992px) {.program_details_siw {
    padding: 150px 0;
}.program_details_siw h2 {
    font-size: calc(38px * 1.1);
    margin-bottom: 70px;
}.program_details_siw .learn_track_eZ1 {
    margin: 0 auto;
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    max-width: 90%;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.program_details_siw .learn_track_eZ1:hover {
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}.program_details_siw .picture_FMR {
    flex: 0 0 40%;
}.program_details_siw .text_drawer_vY1 {
    padding: 50px 60px;
    flex: 0 0 60%;
}.program_details_siw .description {
    max-height: 280px;
    font-size: calc(18px * 1.05);
    line-height: 1.8;
}
}



@media (max-width: 991px) {.potential_learners_Z3K {
    padding: 100px 0;
}.potential_learners_Z3K h4 {
    margin-bottom: 60px;
    font-size: calc(37px - 2px);
}.potential_learners_Z3K div {
    gap: 25px;
}.potential_learners_Z3K div p {
    padding: 20px 20px 20px 65px;
    flex: 0 0 calc(50% - 15px);
    min-width: 250px;
}.potential_learners_Z3K div p svg {
    height: 30px;
    left: 20px;
    width: 30px;
    top: 20px;
}
}



@media (max-width: 992px) {.course_methodology_mqw {
    padding: 3rem 0;
}.course_methodology_mqw .pro_training_2DL {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.course_methodology_mqw h3 {
    font-size: calc(28px * 0.9);
}
}



@media (max-width: 768px) {.course_methodology_mqw {
    padding: 2rem 0;
}.course_methodology_mqw .pro_training_2DL {
    transform: none;
    padding: 1.5rem;
}.course_methodology_mqw h3 {
    font-size: calc(28px * 0.8);
}.course_methodology_mqw span {
    font-size: calc(15px * 0.95);
}}



@media (max-width: 576px) {.training_specialist_GtB {
    padding: 3rem 1rem;
}.training_specialist_GtB .picture_FMR {
    height: 280px;
}.training_specialist_GtB .career_record_7HE {
    padding: 0 1.5rem 1.5rem;
}.training_specialist_GtB .name {
    font-size: calc(34px * 0.85);
}.training_specialist_GtB .career_milestones_zok {
    font-size: calc(15px * 0.95);
}}



@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.15;
        transform: rotate(-15deg) scale(1.05);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(1);
    }
}



@keyframes floatIn {
    0% {
        opacity: 0;
        transform: translateY(20px) translateZ(0px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(20px);
    }
}

@keyframes gradient-shift {
    0% {
        opacity: 0.3;
        transform: translateX(-5%) translateY(-5%) rotate(0deg);
    }
    100% {
        opacity: 0.5;
        transform: translateX(5%) translateY(5%) rotate(2deg);
    }
}



@keyframes slowZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}



@keyframes slideUp {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes buttonGlow {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}



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



@keyframes pulse {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
}



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



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



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

