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

* {
    scrollbar-color: rgb(194,193,181) rgb(194,193,181);
    scrollbar-width: auto;
}

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

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

.tyWrap_2 h2 {
    max-width: 90%;
    font-size: 38px;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 700;
    line-height: 1.3;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    color: #000000;
    margin-bottom: 2rem;
}

.tyWrap_2 .training_space_9:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.08),
        0 8px 15px rgba(0, 0, 0, 0.03);
}

.tyWrap_2 li::before {
    border-radius: 50%;
    transform: scale(0.8);
    left: 0;
    height: 10px;
    position: absolute;
    width: 10px;
    content: "";
    top: 0.5rem;
    background: rgb(157,158,156);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.event_cal_1 .container {
    grid-template-columns: 1.5fr 2fr;
    gap: 3rem;
    display: grid;
    position: relative;
}

.event_cal_1 .footer_caption_7 {
    line-height: 1.6;
    font-size: 14px;
    color: #ffffff;
    margin-top: 1rem;
    opacity: 0.8;
}

.event_cal_1 .top_mainwrap_0::after {
    opacity: 0.4;
    bottom: -10px;
    width: 40px;
    border-right: 1px solid rgb(157,158,156);
    height: 40px;
    border-bottom: 1px solid rgb(157,158,156);
    content: "";
    position: absolute;
    right: -20px;
}

.event_cal_1 .top_mainwrap_0 .header_main_1 a:hover::before {
    height: 7px;
    width: 7px;
    background-color: rgb(115,116,115);
}

.law_res_7::before {
    top: 0;
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(157,158,156), transparent);
    height: 1px;
    content: "";
    left: 0;
    opacity: 0.5;
    width: 100%;
}

.learning_system_8::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-image: linear-gradient(
        #ffffff 2px, 
        transparent 2px
    ), linear-gradient(
        90deg, 
        #ffffff 2px, 
        transparent 2px
    );
    z-index: 1;
    transform: rotateX(60deg) rotateZ(45deg);
    animation: gridMove 60s linear infinite;
    background-size: 40px 40px;
    height: 100%;
    opacity: 0.1;
    width: 100%;
}

.learning_system_8 span {
    border-radius: 10px;
    padding: 2rem 3rem;
    line-height: 1.7;
    transition: transform 0.5s ease;
    position: relative;
    background: #ffffff;
    color: #000000;
    transform: rotateX(10deg) rotateY(-10deg);
    font-size: 12px;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
    max-width: 80%;
    z-index: 1;
    text-align: center;
}

.client_experience_6 h4::before {
    transform: translateX(-50%);
    content: "";
    position: absolute;
    height: 3px;
    bottom: -15px;
    width: 80px;
    background: rgb(157,158,156);
    left: 50%;
}

.client_experience_6 .testimonial_space_6::before {
    left: 24px;
    background: linear-gradient(to bottom, rgb(157,158,156), rgb(115,116,115));
    width: 2px;
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: 1;
    content: "";
}

.client_experience_6 .rating_spot_6::after {
    background: rgb(157,158,156,0.5);
    position: absolute;
    width: 20px;
    z-index: 1;
    height: 2px;
    left: -15px;
    top: 24px;
    content: "";
}

.client_experience_6 .rating_spot_6 .img_item_wrapper_9 {
    width: 70px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    float: left;
    height: 70px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-right: 20px;
}

.client_experience_6 .rating_spot_6 p {
    font-size: 12px;
    clear: both;
    color: #000000;
    margin-top: 1rem;
    line-height: 1.6;
}

.secure_refuge_9 h3, .secure_refuge_9 h4, .secure_refuge_9 h5, .secure_refuge_9 h6 {
    text-align: center;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(157,158,156);
    margin-top: 30px;
    font-weight: 600;
    color: rgb(157,158,156);
    font-size: 19px;
}

.course_highlights_5 {
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    background-color: rgb(194,193,181);
    min-height: 100vh;
    position: relative;
}

.course_highlights_5 .learn_development_8 {
    width: 20%;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.course_highlights_5 .learn_development_8::before {
    background: linear-gradient(
        135deg,
        rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
        rgba(var(--primary-color, 0, 204, 204), 0) 25%,
        rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
        rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
    );
    width: 100%;
    animation: gradient-shift 8s infinite alternate;
    content: "";
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.course_highlights_5 .learn_map_5::after {
    background: 
        linear-gradient(
            45deg,
            transparent 40%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 45%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 55%,
            transparent 60%
        );
    right: 0;
    z-index: -1;
    top: 0;
    position: absolute;
    animation: shine-effect 10s ease-in-out infinite;
    transform: translateX(-100%);
    bottom: 0;
    content: "";
    left: 0;
}

.course_highlights_5 .learn_map_5 .reach_links_2::before {
    position: absolute;
    height: 100%;
    z-index: -1;
    transition: opacity 0.3s ease;
    content: "";
    background: linear-gradient(
        45deg,
        rgb(115,116,115) 0%,
        rgb(157,158,156) 100%
    );
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
}

.course_highlights_5 .learn_map_5 .reach_links_2:hover::before {
    opacity: 1;
}



.course_highlights_5::before {
    opacity: 0.7;
    z-index: 1;
    content: "";
    width: 100%;
    position: absolute;
    background: 
        linear-gradient(
            0deg,
            #000000 0%,
            transparent 100%
        );
    height: 100%;
    top: 0;
    left: 0;
}

.cookie_warning_dialog_7 {
    padding: 20px 0;
    width: 100%;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    background: rgb(194,193,181);
    border-top: 3px solid rgb(157,158,156);
    bottom: 0;
    z-index: 90;
    position: fixed;
}

.track_cookies_8 svg, .track_cookies_8 svg path {
    fill: rgb(157,158,156);
    height: 80px;
    width: 80px;
}


.grid-container_6 .cookie_warning_dialog_7 {
    padding: 30px 0;
    background: rgb(115,116,115);
    border: none;
}

.experience_trial_8 {
    background: linear-gradient(120deg, #ffffff 0%, rgb(194,193,181) 100%);
    padding: 140px 0;
    position: relative;
    overflow: hidden;
}

.experience_trial_8 .training_space_9::after {
    content: '';
    position: absolute;
    top: -60px;
    border: 1px solid rgb(157,158,156,0.5);
    left: -60px;
    z-index: -2;
    width: calc(100% + 120px);
    height: calc(100% + 120px);
    opacity: 0.2;
}

.experience_trial_8 .reach_links_2::before {
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    width: 0;
    transition: width 0.4s ease;
    background: rgb(157,158,156);
}

.join_our_community_7 {
    perspective: 1000px;
    padding: 6rem 2rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(157,158,156,0.5), rgb(115,116,115) 120%);
}

.join_our_community_7 .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    transform-style: preserve-3d;
    max-width: 1140px;
}

.join_our_community_7 .training_space_9:hover {
    transform: translateZ(25px) translateX(5px);
}

.join_our_community_7 h3 {
    font-weight: 600;
    color: #ffffff;
    line-height: 1.4;
    transform: translateZ(10px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    letter-spacing: -0.01em;
    position: relative;
    font-size: calc(23px * 1.15);
    margin-bottom: 2.5rem;
    max-width: 90%;
}

.join_our_community_7 input[type="email"] {
    color: #000000;
    padding: 1rem 1.5rem;
    outline: none;
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    line-height: 1.5;
    box-shadow: 
    0 4px 6px -1px rgba(0, 0, 0, 0.05),
    0 2px 4px -1px rgba(0, 0, 0, 0.03);
    border: none;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
}

.join_our_community_7 .join_list_3:hover::before {
    transform: translateX(200%);
}

.join_our_community_7 .join_list_3:active {
    box-shadow: 0 2px 6px rgba(var(--primary-color-rgb), 0.2);
    transform: translateY(1px) scale(0.98);
}

.meet_us_8 .text_placeholder_6 {
    border-left: 4px solid rgb(157,158,156);
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    backdrop-filter: blur(10px) saturate(150%);
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    padding: 50px;
}

.meet_us_8 li {
    transform: translateY(20px);
    opacity: 0;
    animation: fadeUp 0.6s ease forwards;
    animation-delay: 0.5s;
    margin-bottom: 20px;
}

.meet_us_8 span::first-letter {
    line-height: 1;
    font-weight: 700;
    float: left;
    margin-right: 8px;
    font-size: 200%;
    color: rgb(157,158,156);
}

.mentorship_profile_3::before {
    background: repeating-linear-gradient(45deg, rgb(115,116,115,0.5) 0px, transparent 2px, transparent 10px);
    width: 100%;
    top: 0;
    z-index: 1;
    content: "";
    position: absolute;
    left: 0;
    opacity: 0.1;
    height: 100%;
}

.mentorship_profile_3 .job_timeline_7 {
    width: 60%;
    padding: 3rem;
    position: relative;
}

.mentorship_profile_3 .job_timeline_7 > div:nth-child(2) {
    color: rgb(115,116,115);
    font-size: 20px;
    font-weight: 600;
    padding-left: 2px;
    margin-bottom: 1.5rem;
}

.mentorship_profile_3 .rating_spot_6:hover .img_item_wrapper_9 {
    transform: scale(1.03);
}

.pricing_grid_item_3::before {
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
}

.pricing_grid_item_3 .access_rates_1 .package_price_1 {
    margin: 0 auto;
    line-height: 1.6;
    font-size: 17px;
    font-weight: 400;
    max-width: 80%;
    color: #000000;
}

.pricing_grid_item_3 .learning_fee_2:nth-child(2) {
    --i: 2;
}

.pricing_grid_item_3 .learning_fee_2:hover {
    transform: translateY(-5px) scale(1.02);
}

.pricing_grid_item_3 .cost_table_1 {
    flex-direction: column;
    z-index: 1;
    flex-grow: 1;
    position: relative;
    padding: 2.5rem 2rem;
    display: flex;
}

.pricing_grid_item_3 .learning_fee_2 h3 {
    transition: color 0.3s ease;
    color: #000000;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: calc(24px + 0.2rem);
    position: relative;
}

.pricing_grid_item_3 .learning_fee_2:hover .qtr_cost_5::before {
    width: 80px;
}

.pricing_grid_item_3 .img_item_wrapper_9::after {
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    content: "";
    position: absolute;
}

.connect_form_7 .support_help_7 {
    background: rgb(115,116,115,0.5);
    align-items: stretch;
    position: relative;
    border-radius: 30px;
    box-shadow: 0 25px 50px rgb(157,158,156,0.5);
    overflow: hidden;
    display: flex;
}

.connect_form_7 h2::before {
    position: absolute;
    top: 50%;
    content: '';
    border-radius: 50%;
    height: 1rem;
    width: 1rem;
    transform: translateY(-50%);
    background: rgb(157,158,156);
    left: 0;
    box-shadow: 0 0 15px rgb(157,158,156,0.5);
}

.connect_form_7 .reach_panel_6 input:not([type="checkbox"]):not([type="submit"])::after {
    position: absolute;
    bottom: -2px;
    background: rgb(157,158,156);
    width: 0;
    transition: width 0.3s ease;
    content: '';
    left: 0;
    height: 2px;
}

.connect_form_7 .reach_panel_6 .feedback_card_5 input[type="checkbox"]:checked {
    border-color: rgb(157,158,156);
    background: rgb(157,158,156);
}

.connect_form_7 .reach_panel_6 .feedback_card_5 a {
    transition: color 0.3s ease;
    text-decoration: none;
    margin-left: 0.3rem;
    color: rgb(157,158,156);
}

.connect_form_7 .reach_panel_6 .reach_links_2:hover {
    box-shadow: 0 10px 20px rgb(157,158,156,0.5);
    transform: translateY(-3px);
}

.title_opener_1 .start_learn_4 {
    z-index: 2;
    position: relative;
    padding: 2rem;
    max-width: 1200px;
    width: 100%;
}

.title_opener_1 .pro_sessions_7 {
    position: relative;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-2deg);
    padding: 4rem 3rem;
    overflow: hidden;
}

.title_opener_1 .course_home_0 h3 {
    background: linear-gradient(90deg, rgb(157,158,156,0.5) 0%, transparent 100%);
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: calc(20px * 0.9);
    border-left: 3px solid rgb(115,116,115);
    max-width: 90%;
    line-height: 1.5;
    margin: 0;
    padding: 1rem 2rem;
}

.title_opener_1 .course_home_0 p {
    font-weight: 400;
    font-size: calc(17px * 1.1);
    margin: 0;
    letter-spacing: 0.3px;
    color: #ffffff;
    line-height: 1.6;
}

.find_support_6 {
    position: relative;
    background: linear-gradient(135deg, rgb(157,158,156,0.5) 0%, rgb(115,116,115,0.5) 100%);
    z-index: 1;
    overflow: hidden;
    padding: 120px 0;
}

.find_support_6 .assist_team_5 {
    display: flex;
    padding: 60px;
    background: #ffffff;
    transition: all 0.5s ease;
    gap: 40px;
    box-shadow: 0 20px 50px rgb(157,158,156,0.5);
    border-radius: 17px;
    flex-wrap: wrap;
}

.find_support_6 .img_item_wrapper_9:before {
    background: linear-gradient(90deg, transparent 70%, rgb(157,158,156,0.5) 85%, transparent 100%);
    inset: 0;
    position: absolute;
    content: '';
    opacity: 0;
    transition: opacity 0.3s ease;
}

.find_support_6 .ask_feedback_8 p svg path {
    transition: fill 0.3s ease;
    fill: rgb(115,116,115);
}

.find_support_6 .ask_feedback_8 p a {
    transition: all 0.3s ease;
    color: rgb(115,116,115);
    text-decoration: none;
    position: relative;
}

.find_support_6 .message_info_5 {
    font-weight: 600;
    display: flex;
    margin-bottom: 25px;
    font-size: 21px;
    align-items: center;
    color: rgb(157,158,156);
    position: relative;
    justify-content: center;
}

.find_support_6 .get_contactcard_0 {
    display: grid;
    gap: 20px;
}

.find_support_6 .help_request_7 svg path {
    fill: rgb(157,158,156);
}

.find_support_6 .help_request_7:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgb(157,158,156,0.5);
    padding-left: 15px;
    background: rgb(115,116,115,0.5);
}

.statistical_overview_9 .statistics_expertise_3 {
    text-align: center;
    max-width: 600px;
    margin-bottom: 80px;
    position: relative;
    padding: 0 20px;
}

.statistical_overview_9 .statistics_extras_6 {
    position: relative;
    padding-bottom: 15px;
    font-size: 37px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 25px;
    color: #000000;
}

.statistical_overview_9 .program_statistics_5 {
    display: flex;
    position: relative;
    justify-content: center;
    width: 100%;
}

.statistical_overview_9 .growth_track_2::after {
    left: 15px;
    top: 15px;
    border-radius: calc(12px - 15px);
    position: absolute;
    right: 15px;
    bottom: 15px;
    border: 2px dashed rgb(157,158,156,0.5);
    opacity: 0.5;
    content: "";
    z-index: -1;
}

.statistical_overview_9 .growth_track_2:hover span {
    transform: translateY(-10px);
}

header::before {
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    content: '';
    z-index: 0;
    position: absolute;
    left: 0;
    background-size: 20px 20px;
    top: 0;
}

header .top_mainwrap_0 {
    padding: 0.4rem 0.6rem;
    position: relative;
    align-items: center;
    display: flex;
    gap: 0.4rem;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

header .first_class_5:hover {
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

header .first_class_5:hover::before {
    opacity: 1;
}


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



@media (max-width: 768px) {.tyWrap_2 {
    padding: 3.5rem 0;
}.tyWrap_2 h2 {
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.8);
}.tyWrap_2 h2::after {
    width: 60px;
    height: 3px;
}.tyWrap_2 .training_space_9 {
    padding: 1.8rem;
}.tyWrap_2 li {
    padding-left: 1.8rem;
}.tyWrap_2 li span {
    font-size: 16px;
}
}



@media screen and (max-width: 768px) {.event_cal_1 {
    padding: 3rem 0 2rem;
}.event_cal_1 .header_main_1 {
    flex-direction: column;
    gap: 2rem;
}.event_cal_1 .top_mainwrap_0::before,
    .event_cal_1 .top_mainwrap_0::after {
    display: none;
}.event_cal_1 .top_mainwrap_0 {
    margin-bottom: 1.5rem;
}.law_res_7 {
    padding: 1rem 0;
}
}



@media (max-width: 576px) {.learning_system_8 {
    min-height: 45vh;
}.learning_system_8 .container {
    padding: 2.5rem 1rem;
}.learning_system_8 .training_space_9 {
    gap: 2rem;
}.learning_system_8 h3 {
    transform: none;
    font-size: calc(30px * 0.7);
    padding: 1.2rem 1.5rem;
}.learning_system_8 span {
    font-size: calc(12px * 0.85);
    padding: 1.2rem 1.5rem;
    transform: none;
}.learning_system_8 h3::before,
    .learning_system_8 h3::after,
    .learning_system_8 span::before,
    .learning_system_8 span::after {
    display: none;
}}



@media (max-width: 992px) {.course_highlights_5 .learn_map_5 {
    padding: 3rem;
}.course_highlights_5 .training_space_9 {
    max-width: 700px;
}.course_highlights_5 .learn_map_5 h3 {
    font-size: calc(34px * 0.9);
}.course_highlights_5 .learn_map_5 p {
    max-width: 95%;
}
}


@media only screen and (max-width: 800px) {.track_cookies_8 {
    display: none;
}.cookie_gate_4 {
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}.cookie_warning_dialog_7 h5, .cookie_warning_dialog_7 p {
    text-align: center;
}.consent_box_2 {
    margin-bottom: 20px;
}.visitor_acceptance_5 {
    width: 100%;
    max-width: 300px;
    margin-top: 10px;
    margin-left: 0;
}}



@media screen and (max-width: 991px) {.join_our_community_7 {
    padding: 5rem 1.5rem;
}.join_our_community_7 .training_space_9 {
    padding: 2.5rem 2rem;
}.join_our_community_7 h3 {
    max-width: 100%;
    font-size: calc(23px * 1.05);
}
}



@media screen and (max-width: 480px) {.join_our_community_7 {
    padding: 3rem 0.75rem;
}.join_our_community_7 .training_space_9 {
    padding: 1.75rem 1.25rem;
    border-left-width: 3px;
}.join_our_community_7 h3 {
    font-size: calc(23px * 0.9);
    line-height: 1.5;
}.join_our_community_7 h3::after {
    height: 2px;
    width: 2.5rem;
}}



@media (max-width: 992px) {.mentorship_profile_3 .rating_spot_6 {
    gap: 2rem;
    flex-direction: column;
}.mentorship_profile_3 .img_item_wrapper_9 {
    height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    width: 100%;
}.mentorship_profile_3 .job_timeline_7 {
    width: 100%;
    padding: 0 2rem 2rem;
}
}



@media (min-width: 992px) {.pricing_grid_item_3 .pro_rates_8 {
    gap: 2rem;
    grid-template-columns: 2fr 1fr;
}.pricing_grid_item_3 .access_rates_1 {
    padding: 4rem 3rem;
    order: 2;
    display: flex;
    justify-content: center;
    height: 100%;
    text-align: left;
    flex-direction: column;
}.pricing_grid_item_3 .access_rates_1 h2::after {
    transform: none;
    background: linear-gradient(90deg, rgb(157,158,156), transparent);
    left: 0;
    width: 100px;
}.pricing_grid_item_3 .access_rates_1 .package_price_1 {
    max-width: 100%;
    margin: 0;
}.pricing_grid_item_3 .member_plans_3 {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 991px) {.title_opener_1 .course_home_0 {
    padding: 3rem 2rem;
}.title_opener_1 .course_home_0 h1 {
    font-size: calc(44px * 0.85);
}.title_opener_1 .course_home_0 h3 {
    padding: 0.8rem 1.5rem;
    font-size: calc(20px * 0.85);
}
}



@media screen and (max-width: 768px) {.find_support_6 {
    padding: 80px 0;
}.find_support_6 .assist_team_5 {
    flex-direction: column;
    padding: 40px;
}.find_support_6 .img_item_wrapper_9 {
    max-width: 100%;
    margin: 0 auto;
    flex: unset;
    height: 300px;
    width: 100%;
}.find_support_6 .ask_feedback_8 {
    flex: 0 0 100%;
}.find_support_6 .contact_ask_1 {
    padding: 30px;
}.find_support_6 .ask_feedback_8 p svg {
    height: 18px;
    width: 18px;
    margin: 0 10px;
}.find_support_6 .message_info_5 svg {
    margin-right: 8px;
    width: 20px;
    height: 20px;
}
}



@media (max-width: 576px) {.statistical_overview_9 {
    padding: 60px 0;
}.statistical_overview_9 .statistics_expertise_3 {
    margin-bottom: 40px;
}.statistical_overview_9 .program_statistics_5 {
    flex-direction: column;
    align-items: center;
}.statistical_overview_9 .growth_track_2 {
    max-width: 300px;
    width: 90%;
    margin: 10px 0 !important;
    height: 200px;
}.statistical_overview_9 .growth_track_2 h4 {
    font-size: 2.5rem;
}.statistical_overview_9 .growth_track_2 span {
    bottom: 25px;
}}



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

@keyframes borderPulse {
    0% {
        border-left-color: rgb(157,158,156);
    }
    50% {
        border-left-color: rgb(115,116,115);
    }
    100% {
        border-left-color: rgb(157,158,156);
    }
}



@keyframes shine-effect {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}

@keyframes carousel-slide {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(-20%);
        }
        45% {
            transform: translateX(-20%);
        }
        50% {
            transform: translateX(-40%);
        }
        70% {
            transform: translateX(-40%);
        }
        75% {
            transform: translateX(-60%);
        }
        95% {
            transform: translateX(-60%);
        }
        100% {
            transform: translateX(0);
        }
    }



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



@keyframes pulseWave {
    0% {
        transform: scale(1);
        opacity: 0.12;
    }
    50% {
        transform: scale(1.15);
        opacity: 0.18;
    }
    100% {
        transform: scale(1);
        opacity: 0.12;
    }
}

