header,footer {
    width: 100%;
}

header {
    z-index: 99;
    overflow: visible;
    position: relative;
    background: linear-gradient(to right, rgb(160,155,192) 0%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
}

.tyNote_U::before {
    height: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0.15;
    left: 0;
    width: 100%;
    animation: patternShift 30s linear infinite;
    background: repeating-linear-gradient(
        -45deg,
        rgb(160,155,192,0.5) 0px,
        rgb(160,155,192,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    content: "";
}

.tyNote_U .guide_bios_k::before {
    animation: gradientShift 8s ease infinite;
    height: 6px;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(193,188,216), rgb(160,155,192));
    top: 0;
    left: 0;
    content: "";
}

.privacy_chamber_r {
    padding: 50px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    color: #000000;
    height: auto;
    width: 100%;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.privacy_chamber_r ul, .privacy_chamber_r ol {
    list-style-type: none;
    margin: 20px 0;
    padding-left: 0;
}

.privacy_chamber_r ol li {
    counter-increment: list;
}

.privacy_chamber_r li {
    margin-bottom: 10px;
    padding-left: 5px;
}

.privacy_chamber_r p, .privacy_chamber_r span, .privacy_chamber_r div {
    color: #000000;
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 1.8;
}

.opening_page_Y::before {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%, 
        rgba(0, 0, 0, 0.65) 50%, 
        rgba(0, 0, 0, 0.75) 100%);
    z-index: 1;
    top: 0;
}

.opening_page_Y .title_style_header {
    margin: 0;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    width: fit-content;
    padding-bottom: 1rem;
    font-size: clamp(2.5rem, 5vw, 46px);
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.opening_page_Y .title_style_header {
    font-size: 46px;
    max-width: 90%;
}

.opening_page_Y .title_style_header {
    max-width: 100%;
}

.opening_page_Y .story_visual_X h3 {
    color: #ffffff;
    line-height: 1.4;
    font-weight: 600;
    padding-left: 1rem;
    max-width: 90%;
    position: relative;
    margin: 0;
    font-size: clamp(1.2rem, 3vw, 1.8rem);
}

.opening_page_Y .edu_title_g > div:last-child span {
    position: relative;
    overflow: hidden;
    display: block;
}

.education_experience_I {
    background: linear-gradient(170deg, rgb(224,220,237) 0%, rgb(193,188,216,0.5) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.education_experience_I::before {
    height: 100%;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgb(193,188,216,0.5) 20px,
            rgb(193,188,216,0.5) 21px
        );
    top: 0;
    width: 100%;
    opacity: 0.04;
    left: 0;
    content: "";
    position: absolute;
}

.education_experience_I .learner_voices_8::after {
    left: 50%;
    animation: orbit 15s linear infinite reverse;
    content: "";
    border-radius: 50%;
    top: 50%;
    width: 400px;
    opacity: 0.15;
    transform: translate(-50%, -50%);
    position: absolute;
    border: 1px dashed rgb(160,155,192,0.5);
    height: 400px;
}



.education_experience_I .name {
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(193,188,216) 100%
    );
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    text-align: center;
    font-weight: 700;
    transition: all 0.3s ease;
    color: #000000;
    margin-bottom: 15px;
    font-size: 45px;
    text-fill-color: transparent;
    position: relative;
    z-index: 3;
}

.education_experience_I .emp_milestones_a::after {
    border-right: 2px solid rgb(160,155,192);
    border-bottom: 2px solid rgb(160,155,192);
    bottom: 25px;
    right: 25px;
}

.education_experience_I .learner_voices_8:hover .img_text_overlay_I {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 15px rgba(255, 255, 255, 0.2),
        0 0 0 30px rgba(255, 255, 255, 0.05);
    transform: scale(1.05);
}

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


.wrapper-segment_Y .trackingPolicyPanel_y {
    background: #ffffff;
    border: none;
    box-shadow: rgb(193,188,216,0.5) 0px 0px 40px 39px;
}

.wrapper-segment_Y .cookie_controls_F svg, .wrapper-segment_Y .cookie_controls_F svg path, .wrapper-segment_Y .cookie_controls_F img {
    height: 40px;
    width: 40px;
    fill:#000000;
}

.customer_reviews_5::after {
    left: -5%;
    position: absolute;
    background: linear-gradient(45deg, rgb(160,155,192,0.5) 0%, transparent 70%);
    transform: rotate(10deg) skew(-5deg);
    height: 60%;
    z-index: 1;
    width: 40%;
    pointer-events: none;
    content: "";
    bottom: -10%;
}

.customer_reviews_5 .learner_voices_8 {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    padding: 2rem;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    background: #ffffff;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform-style: preserve-3d;
    position: relative;
}

.customer_reviews_5 .learner_voices_8 div {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    width: 60px;
    margin-top: auto;
    height: 60px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.customer_reviews_5 .learner_voices_8 div img {
    object-fit: cover;
    height: 100%;
    transition: transform 0.5s ease;
    width: 100%;
    display: block;
}

header .main_primary_R .nav_mainwrap_2 {
    padding: 5px 10px;
    z-index: 2;
    margin-right: 20px;
    position: relative;
}

header .main_primary_R .nav_mainwrap_2:hover::before {
    opacity: 1;
}

header .main_primary_R .nav_mainwrap_2:hover .header_bar_T {
    transform: scale(1.05);
}

header .main_primary_R .nav_mainwrap_2 .header_bar_T svg {
    width: auto;
    filter: drop-shadow(0 0 5px rgb(160,155,192,0.5));
    height: 45px;
}

header .main_primary_R .main_top_i .nav_start_J::after {
    box-shadow: 0 0 8px rgb(193,188,216);
    position: absolute;
    width: 0;
    content: '';
    background: rgb(193,188,216);
    transition: width 0.3s ease, left 0.3s ease;
    bottom: -5px;
    left: 50%;
    height: 2px;
}

.training_method_3::before {
    animation: shiftPattern 60s linear infinite;
    height: 200%;
    top: -50%;
    background-image: 
        radial-gradient(
            rgb(160,155,192,0.5) 20%, 
            transparent 21%
        ), 
        radial-gradient(
            rgb(193,188,216,0.5) 20%, 
            transparent 21%
        );
    content: "";
    position: absolute;
    z-index: 0;
    background-position: 0 0, 30px 30px;
    left: -50%;
    transform: rotate(15deg);
    background-size: 60px 60px;
    width: 200%;
    opacity: 0.3;
}

.training_method_3 span {
    font-size: 17px;
    z-index: 1;
    margin-top: -30px;
    width: 100%;
    color: #000000;
    background: #ffffff;
    box-sizing: border-box;
    border-radius: 0 0 15px 15px;
    line-height: 1.8;
    padding: 3rem 2.5rem 2.5rem;
    position: relative;
}

.plan_option_a::before {
    content: "";
    left: 0;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(135deg, rgb(193,188,216,0.5) 0%, transparent 70%);
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.plan_option_a .learn_fees_J::before {
    height: 40px;
    left: -20px;
    content: "";
    transform: rotate(45deg);
    position: absolute;
    top: 20px;
    z-index: -1;
    width: 40px;
    background-color: rgb(193,188,216);
}

.plan_option_a .learn_fees_J .value_rates_1 {
    line-height: 1.6;
    font-size: 15px;
    max-width: 80%;
    color: #000000;
}

.plan_option_a .deal_opts_Y {
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateZ(0);
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    border-radius: 10px;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    flex-direction: column;
}

.plan_option_a .rate_panel_P h3::after {
    height: 3px;
    bottom: -8px;
    content: "";
    background: rgb(193,188,216);
    position: absolute;
    width: 40px;
    left: 0;
    transition: width 0.3s ease;
}

.plan_option_a .img_text_overlay_I {
    overflow: hidden;
    position: relative;
    width: 100%;
    transform: translateZ(0);
    height: 200px;
    transition: transform 0.5s ease;
}

.course_fit_for_2 {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(150deg, rgb(224,220,237) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
}

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

.course_fit_for_2 h4::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 80px;
    bottom: -1px;
    transform: translateX(-50%);
    height: 3px;
    background: linear-gradient(90deg, rgb(193,188,216), rgb(160,155,192));
}

.course_fit_for_2 div p:hover::before {
    width: 100%;
}

.course_fit_for_2 div p::after {
    width: 6px;
    top: 50%;
    height: 6px;
    border-right: 2px solid rgb(193,188,216);
    opacity: 0;
    content: "";
    right: 20px;
    border-top: 2px solid rgb(193,188,216);
    transition: all 0.3s ease;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
}

.sec_cert_T::after {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    content: '';
    width: 100%;
    z-index: 2;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
}

.sec_cert_T .info_item p,
.sec_cert_T .info_item a {
    gap: 0.875rem;
    transition: all 0.3s ease;
    color: #000000;
    display: flex;
    border-radius: 10px;
    text-decoration: none;
    padding: 0.5rem;
    align-items: center;
    font-size: 15px;
}

.sec_cert_T .nav_mainwrap_2 svg {
    height: auto;
    filter: brightness(0) invert(1);
    max-width: 180px;
    transition: filter 0.3s ease, transform 0.3s ease;
}

.sec_cert_T .main_top_i::after {
    content: '';
    top: 0;
    position: absolute;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(160,155,192,0.5) 30%, rgb(160,155,192,0.5) 70%, transparent);
    bottom: 0;
    right: -2rem;
}

.sec_cert_T .main_navbar_D a::before {
    transition: width 0.3s ease;
    position: absolute;
    background-color: rgb(193,188,216);
    bottom: 0;
    height: 1px;
    width: 0;
    content: '';
    left: 0;
}

.sec_cert_T .subscribe_holder::after {
    animation: pulseGlow 6s infinite alternate;
    opacity: 0.3;
    background: radial-gradient(circle, rgb(193,188,216,0.5) 0%, transparent 70%);
    bottom: 0;
    content: '';
    height: 150px;
    right: 0;
    position: absolute;
    width: 150px;
    z-index: -1;
}

.sec_cert_T .input_holder::before {
    opacity: 0.1;
    height: calc(100% + 20px);
    position: absolute;
    content: '';
    background: 
        radial-gradient(circle at bottom right, rgb(193,188,216,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(160,155,192,0.5) 0%, transparent 70%);
    animation: subtleRotate 15s linear infinite;
    z-index: -1;
    left: -10px;
    border-radius: calc(10px + 10px);
    top: -10px;
    width: calc(100% + 20px);
}

.sec_cert_T .news_signup_form_y:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.our_team_T {
    overflow: hidden;
    padding: 7rem 0 5rem;
    background: linear-gradient(135deg, rgb(224,220,237) 0%, rgba(240, 245, 255, 0.95) 100%);
    position: relative;
}

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

.our_team_T h1::before {
    position: absolute;
    height: 4px;
    transform: scaleX(0.9);
    transform-origin: left;
    content: "";
    bottom: -12px;
    width: 40%;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(90deg, rgb(193,188,216) 0%, rgb(160,155,192) 100%);
    left: 0;
}

.our_team_T .achieve_stats_G:nth-child(even)::before {
    background: linear-gradient(90deg, rgb(160,155,192) 0%, rgb(193,188,216) 100%);
    transform-origin: left;
}

.our_team_T .achieve_stats_G h4 {
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: calc(22px * 1.1);
    transform: translateY(0);
    font-weight: 600;
    color: #000000;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.our_team_T .achieve_stats_G:hover:nth-child(2) {
    transform: translateX(15px) translateY(-5px);
}



.connect_form_e .img_text_overlay_I {
    position: absolute;
    mix-blend-mode: luminosity;
    height: 100%;
    width: 100%;
    left: 0;
    filter: contrast(1.2) brightness(0.8) grayscale(0.5);
    z-index: 0;
    opacity: 0.06;
    top: 0;
}

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

.connect_form_e .query_request_2::before {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(193,188,216), rgb(160,155,192));
    height: 3px;
    width: 100%;
    content: "";
}

.connect_form_e .connect_grid_3::before {
    border-bottom: 2px solid rgb(193,188,216,0.5);
    border-left: 2px solid rgb(193,188,216,0.5);
    bottom: 20px;
    height: 40px;
    content: "";
    opacity: 0.5;
    width: 40px;
    left: 20px;
    position: absolute;
}

.connect_form_e .connect_grid_3 input[type="text"]:focus,
.connect_form_e .connect_grid_3 textarea:focus {
    outline: none;
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 0 0 2px rgb(193,188,216,0.5);
    background: #ffffff;
}

.connect_form_e .connect_grid_3 .query_widget_A {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}

.connect_form_e .connect_grid_3 .query_widget_A input[type="checkbox"]:checked + label::before {
    border-color: rgb(193,188,216);
    background: rgb(193,188,216);
}

.connect_form_e .connect_grid_3 .query_widget_A a:hover {
    background-size: 100% 100%;
}

.connect_form_e .connect_grid_3 .connect_map_l::before {
    position: absolute;
    z-index: -1;
    opacity: 0;
    background-size: 200% 200%;
    width: 100%;
    height: 100%;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgb(160,155,192) 0%,
        rgb(160,155,192) 10%,
        rgb(193,188,216) 10%,
        rgb(193,188,216) 20%
    );
    left: 0;
    top: 0;
    transition: opacity 0.4s ease;
}

.connect_form_e .connect_links_t h4::after {
    width: 50px;
    position: absolute;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(193,188,216), rgb(160,155,192));
    left: 0;
    bottom: -1px;
}

.connect_form_e .connect_links_t .connect_query_V li {
    margin-bottom: 25px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    border-left: 3px solid rgb(193,188,216);
    backdrop-filter: blur(5px);
    padding: 15px;
    align-items: center;
    display: flex;
    position: relative;
}

.connect_form_e .connect_links_t .connect_query_V li span {
    z-index: 2;
    color: #000000;
    position: relative;
    font-size: 18px;
}

.connect_form_e .connect_links_t .connect_query_V li a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.program_information_f .class_track_x {
    height: 400%;
    animation: verticalScroll 25s ease-in-out infinite alternate;
    flex-direction: column;
    width: 100%;
    display: flex;
}

.program_information_f .class_track_x {
    width: 400%;
    animation: horizontalScroll 25s ease-in-out infinite alternate;
    height: 100%;
    flex-direction: row;
}

.program_information_f .class_track_x {
    width: 300%;
    animation-duration: 20s;
}

.program_information_f .career_lab_g:hover img {
    filter: saturate(1.2) contrast(1.3);
}

.program_information_f .education_guide_U::before {
    height: 100%;
    background: rgb(193,188,216,0.5);
    transition: width 0.6s ease;
    width: 0;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    position: absolute;
}

.program_information_f .education_guide_U span > * {
    display: inline-block;
    transform: skewX(15deg);
}

.program_information_f .education_guide_U .connect_map_l {
    text-decoration: none;
    color: #ffffff;
    border: 2px solid rgb(193,188,216);
    font-weight: 700;
    z-index: 1;
    font-size: 15px;
    transition: color 0.3s ease;
    position: relative;
    padding: 1rem 2.5rem;
    overflow: hidden;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
}

.program_information_f .education_guide_U .connect_map_l {
    display: block;
    font-size: calc(15px * 0.9);
    text-align: center;
    padding: 0.8rem 1.5rem;
}



@media (prefers-reduced-motion) {.tyNote_U h2,
    .tyNote_U h2::after,
    .tyNote_U .guide_bios_k,
    .tyNote_U .guide_bios_k::before,
    .tyNote_U .guide_bios_k li {
    transition: none;
    animation: none;
}.tyNote_U .guide_bios_k:hover {
    transform: none;
}.tyNote_U::before {
    animation: none;
}}



@media (max-width: 991px) {.education_experience_I {
    padding: 90px 0;
}.education_experience_I .img_text_overlay_I {
    width: 200px;
    height: 200px;
    margin-bottom: 25px;
}.education_experience_I .learner_voices_8::before {
    height: 400px;
    width: 400px;
}.education_experience_I .learner_voices_8::after {
    height: 320px;
    width: 320px;
}.education_experience_I .name {
    font-size: calc(45px * 0.9);
}.education_experience_I .emp_milestones_a {
    padding: 30px 35px;
    max-width: 600px;
}
}


@media only screen and (max-width: 800px){.wrapper-segment_Y .cookie_controls_F {
    margin-bottom: 14px;
    margin: 0;
}}



@media (max-width: 991px) {.customer_reviews_5 {
    padding: 4rem 0;
}.customer_reviews_5 h2 {
    margin-bottom: 3rem;
    font-size: calc(38px * 0.9);
}.customer_reviews_5 .rating_views_K {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 2rem;
}
}



@media (max-width: 575px) {.customer_reviews_5 {
    padding: 2.5rem 0;
}.customer_reviews_5 h2 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.7);
}.customer_reviews_5 h2::after {
    height: 0.2rem;
    width: 4rem;
}.customer_reviews_5 .rating_views_K {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.customer_reviews_5 .learner_voices_8 {
    padding: 1.25rem;
}.customer_reviews_5 .learner_voices_8:hover {
    transform: translateY(-5px) rotateX(1deg);
}
}



@media (max-width: 992px) {.training_method_3 {
    padding: 5rem 1.5rem;
}.training_method_3::before {
    background-position: 0 0, 25px 25px;
    background-size: 50px 50px;
}.training_method_3 h3 {
    font-size: calc(37px * 0.9);
    padding: 2rem;
    padding-bottom: 3.5rem;
}.training_method_3 span {
    padding: 2.5rem 2rem 2rem;
}
}



@media (max-width: 991px) {.plan_option_a {
    padding: 4rem 0;
}.plan_option_a .learn_fees_J {
    order: -1;
}.plan_option_a .learn_fees_J h2 {
    font-size: calc(30px * 0.9);
}.plan_option_a .learn_fees_J .value_rates_1 {
    max-width: 100%;
}
}



@media (max-width: 480px) {.plan_option_a .rate_panel_P p {
    font-size: calc(15px * 0.9);
}.plan_option_a .rate_panel_P h3 {
    font-size: 19px;
}.plan_option_a .fee_options_T {
    font-size: calc(19px * 1.3);
}.plan_option_a .img_text_overlay_I {
    height: 160px;
}}



@media (max-width: 1200px) {.sec_cert_T .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
}.sec_cert_T .subscribe_holder {
    margin-top: 2rem;
    grid-column: 1 / -1;
}.sec_cert_T .main_top_i::after {
    display: none;
}
}



@media (max-width: 768px) {.sec_cert_T {
    padding: 4rem 0 2rem;
}.sec_cert_T .reach_section_U {
    padding: 1rem 1.5rem;
    transform: translateY(-2.5rem);
}.sec_cert_T .info_item {
    width: 100%;
    max-width: none;
}.sec_cert_T .main_navbar_D {
    grid-template-columns: repeat(2, 1fr);
}.sec_cert_T .mod_tools_S {
    margin-top: 3rem;
}
}



@media (min-width: 992px) {.our_team_T {
    padding: 9rem 0 7rem;
}.our_team_T h1 {
    font-size: calc(47px * 1.2);
}.our_team_T .achieve_stats_G {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                    box-shadow 0.5s ease;
}.our_team_T .achieve_stats_G:nth-child(1) {
    transform: translateX(-40px) rotate(-1deg);
}.our_team_T .achieve_stats_G:nth-child(2) {
    transform: translateX(40px) rotate(1deg);
}.our_team_T .achieve_stats_G:hover:nth-child(1) {
    transform: translateX(-30px) translateY(-8px) rotate(0deg);
}.our_team_T .achieve_stats_G:hover:nth-child(2) {
    transform: translateX(30px) translateY(-8px) rotate(0deg);
}.our_team_T .achieve_stats_G div {
    max-height: 350px;
}
}



@media screen and (max-width: 768px) {.program_information_f .education_guide_U {
    padding: 3rem 1.5rem;
}.program_information_f .education_guide_U h3 {
    margin-bottom: 1.5rem;
    font-size: 29px;
}.program_information_f .education_guide_U::after {
    height: 30px;
    left: -15px;
    width: 30px;
}
}



@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 100px;
    }
}



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



@keyframes fadeUpIn {
    from {
        opacity: 0;
        transform: translateY(2rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


    
    @keyframes fadeInRotate {
        from {
            opacity: 0;
            transform: perspective(1000px) rotateY(-5deg) translateY(2rem);
        }
        to {
            opacity: 1;
            transform: perspective(1000px) rotateY(-5deg) translateY(0);
        }
    }



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



@keyframes pulse {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translateX(-50%) scale(1.2);
        opacity: 0.8;
    }
}


    
    @keyframes horizontalScroll {
        0%, 5% {
            transform: translateX(0);
        }
        23%, 28% {
            transform: translateX(-25%);
        }
        48%, 53% {
            transform: translateX(-50%);
        }
        73%, 78% {
            transform: translateX(-75%);
        }
        95%, 100% {
            transform: translateX(-75%);
        }
    }

