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

svg {
    height: 30px;
    width: 30px;
}

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

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

.tyNote_U .container {
    transform-style: preserve-3d;
    padding: 0 20px;
    max-width: 1200px;
    perspective: 1000px;
    margin: 0 auto;
    position: relative;
}

.tyNote_U h2::after {
    bottom: -15px;
    height: 4px;
    width: 100px;
    position: absolute;
    content: "";
    left: 50%;
    animation: expandWidth 1s ease-out 0.8s forwards;
    background: linear-gradient(to right, rgb(193,188,216), rgb(160,155,192));
    transform: translateX(-50%);
}

.tyNote_U .guide_bios_k li {
    padding: 0;
    position: relative;
    opacity: 0;
    animation: fadeIn 1s ease-out 0.5s forwards;
}

.privacy_chamber_r h1 {
    border-bottom: 3px solid rgb(193,188,216);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 44px;
    padding-bottom: 15px;
    margin-bottom: 40px;
    color: rgb(193,188,216);
    margin-top: 0;
}

.privacy_chamber_r ul li::before {
    width: 1em;
    content: '•';
    margin-left: -1em;
    color: rgb(160,155,192);
    display: inline-block;
}

.privacy_chamber_r section {
    border: 1px solid rgb(193,188,216,0.5);
    background: rgb(160,155,192,0.5);
    border-radius: 10px;
    padding: 30px;
}

.opening_page_Y {
    min-height: 650px;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    height: 100vh;
    display: flex;
    overflow: hidden;
    position: relative;
}

.opening_page_Y {
    padding: 4rem;
}

.opening_page_Y > div > div:first-child {
    animation: slideInHeader 1.2s cubic-bezier(0.17, 0.67, 0.22, 1.03) forwards;
    position: relative;
    padding-left: 2rem;
    transform: translateX(-1rem);
    opacity: 0;
}

.opening_page_Y > div > div:first-child {
    padding-left: 0;
}

.opening_page_Y .edu_title_g::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(193,188,216));
    width: 30%;
    height: 1px;
    content: "";
    top: 0;
    right: 0;
}

.opening_page_Y .story_visual_X {
    position: relative;
}

.opening_page_Y .story_visual_X h3::before {
    transform-origin: top;
    width: 4px;
    background: rgb(160,155,192);
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    transform: scaleY(0);
    animation: scaleYIn 1s ease-out 1s forwards;
    content: "";
}

.opening_page_Y .title_style_header::before {
    width: 6rem;
    animation: scaleInRotate 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) 1s forwards;
    height: 6rem;
    position: absolute;
    top: -2rem;
    transform: rotate(-15deg) scale(0);
    left: -3rem;
    content: "";
    border-radius: 10px;
    border: 2px solid rgb(193,188,216);
    opacity: 0.3;
}

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

.education_experience_I .learner_voices_8::before {
    content: "";
    position: absolute;
    opacity: 0.2;
    top: 50%;
    animation: orbit 20s linear infinite;
    border-radius: 50%;
    width: 500px;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 500px;
    border: 1px solid rgb(193,188,216,0.5);
}

.education_experience_I .img_text_overlay_I::after {
    content: "";
    z-index: 2;
    inset: 0;
    position: absolute;
    border-radius: 50%;
    background: 
        radial-gradient(
            circle at 30% 30%,
            rgba(255, 255, 255, 0.3) 0%,
            transparent 50%
        );
}

.education_experience_I .learner_voices_8:hover span:not(.name) {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.education_experience_I .emp_milestones_a::before,
.education_experience_I .emp_milestones_a::after {
    content: "";
    height: 10px;
    position: absolute;
    width: 10px;
}

.education_experience_I .emp_milestones_a::before {
    top: 25px;
    border-left: 2px solid rgb(193,188,216);
    left: 25px;
    border-top: 2px solid rgb(193,188,216);
}

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

.trackingPolicyPanel_y p {
    font-size: 18px;
}

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

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

.customer_reviews_5 h2:hover {
    transform: scale(1.02);
}

.customer_reviews_5 h2::after {
    background: linear-gradient(90deg, rgb(193,188,216) 0%, rgb(160,155,192) 100%);
    box-shadow: 0 4px 12px rgba(rgb(193,188,216,0.5), 0.3);
    bottom: -1rem;
    content: "";
    position: absolute;
    width: 6rem;
    left: 50%;
    height: 0.25rem;
    transform: translateX(-50%);
}

.customer_reviews_5 .learner_voices_8 h3 {
    position: relative;
    font-size: calc(23px * 1.1);
    display: inline-block;
    font-weight: 700;
    color: rgb(193,188,216);
    margin-bottom: 0.75rem;
}

.customer_reviews_5 .learner_voices_8 .description::before {
    top: -2rem;
    content: "";
    font-family: serif;
    font-size: 8rem;
    left: -1rem;
    z-index: -1;
    color: rgba(rgb(193,188,216,0.5), 0.05);
    position: absolute;
}

.customer_reviews_5 .learner_voices_8:hover div img {
    transform: scale(1.05);
}

header .main_primary_R {
    justify-content: space-between;
    width: 100%;
    align-items: center;
    display: flex;
    position: relative;
    padding: 15px;
}

header .main_primary_R .nav_mainwrap_2::before {
    left: 0;
    border-radius: 10px;
    opacity: 0;
    border: 1px solid rgb(160,155,192,0.5);
    height: 100%;
    width: 100%;
    top: 0;
    content: '';
    box-shadow: 0 0 15px rgb(160,155,192,0.5);
    transition: opacity 0.4s ease;
    position: absolute;
}

header .main_primary_R .main_top_i .nav_start_J {
    position: relative;
    margin: 0;
}

header .main_primary_R .main_top_i .nav_start_J:hover::after {
    left: 10%;
    width: 80%;
}

header .main_primary_R .main_top_i .nav_start_J:hover a {
    color: rgb(193,188,216);
    text-shadow: 0 0 5px rgb(193,188,216,0.5);
}

.training_method_3::after {
    content: "";
    z-index: 1;
    left: 0;
    height: 40%;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: linear-gradient(to top, 
        rgb(224,220,237), 
        transparent
    );
}

.training_method_3 h3::before {
    top: 0;
    background: 
        linear-gradient(
            rgba(255, 255, 255, 0.2) 1px, 
            transparent 1px
        ),
        linear-gradient(
            90deg, 
            rgba(255, 255, 255, 0.2) 1px, 
            transparent 1px
        );
    left: 0;
    background-size: 20px 20px;
    bottom: 0;
    position: absolute;
    content: "";
    animation: moveGrid 20s linear infinite;
    right: 0;
    opacity: 0.3;
}

.training_method_3 span::after {
    background: rgb(193,188,216);
    content: "";
    position: absolute;
    transform: translateX(-50%);
    border-radius: 50%;
    box-shadow: 0 0 15px rgb(193,188,216,0.5);
    animation: pulse 3s infinite;
    top: -20px;
    height: 20px;
    left: 50%;
    width: 20px;
}

.plan_option_a .payment_plan_I {
    grid-template-columns: 1fr;
    gap: 3rem;
    display: grid;
    position: relative;
}

.plan_option_a .learn_fees_J h2 {
    font-size: 30px;
    color: #000000;
    transform: perspective(800px) translateZ(30px);
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
}

.plan_option_a .fee_chart_k {
    display: block;
    transform-style: preserve-3d;
    position: relative;
    text-decoration: none;
    color: inherit;
    transition: all 0.4s ease;
}

.plan_option_a .fee_chart_k:nth-child(even) .deal_opts_Y {
    transform: rotate(1deg);
}

.plan_option_a .rate_panel_P::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
}

.plan_option_a .fee_chart_k:hover .rate_panel_P h3::after {
    width: 60px;
}

.plan_option_a .fee_options_T::before {
    bottom: -8px;
    height: 2px;
    left: 0;
    background: linear-gradient(90deg, rgb(193,188,216,0.5), transparent);
    position: absolute;
    width: 80px;
    content: "";
}

.plan_option_a .img_text_overlay_I::before {
    height: 100%;
    left: 0;
    width: 100%;
    opacity: 0.15;
    top: 0;
    background: rgb(193,188,216);
    position: absolute;
    z-index: 1;
    transition: opacity 0.3s ease;
    content: "";
}

.course_fit_for_2 h4 {
    position: relative;
    padding: 30px;
    color: #000000;
    font-size: 37px;
    text-align: center;
    background: #ffffff;
    font-weight: 700;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.course_fit_for_2 div p:last-child {
    margin-bottom: 0;
}

.course_fit_for_2 div p::before {
    position: absolute;
    width: 0;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(rgb(193,188,216), 0.1) 0%, transparent 100%);
    transition: width 0.3s ease;
    content: "";
}

.course_fit_for_2 div p:hover svg {
    transform: translateY(-50%) scale(1.2) rotate(10deg);
}

.course_fit_for_2 div p:hover svg path {
    fill: rgb(160,155,192);
}

.sec_cert_T .container {
    position: relative;
    z-index: 3;
}

.sec_cert_T .reach_section_U {
    transform: translateY(-3.5rem);
    border-radius: 29px;
    gap: 1.5rem;
    flex-wrap: wrap;
    padding: 1.25rem 2rem;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    justify-content: space-between;
    display: flex;
    z-index: 10;
    margin-bottom: 2rem;
}

.sec_cert_T .info_item:hover {
    transform: translateY(-5px);
}

.sec_cert_T .info_item:hover p,
.sec_cert_T .info_item:hover a {
    color: rgb(193,188,216);
}

.sec_cert_T .info_item:hover svg {
    transform: scale(1.15);
}

.sec_cert_T .nav_mainwrap_2 {
    flex-direction: column;
    display: flex;
    gap: 1.5rem;
}

.sec_cert_T .enroll_info_K {
    font-size: calc(12px + 1px);
    line-height: 1.6;
    opacity: 0.8;
}

.sec_cert_T .main_top_i h5 {
    margin-bottom: 1.75rem;
    position: relative;
    font-weight: 600;
    font-size: 23px;
    padding-bottom: 0.875rem;
}

.sec_cert_T .main_navbar_D {
    gap: 1.25rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.sec_cert_T .main_navbar_D a:hover {
    opacity: 1;
    color: rgb(193,188,216);
    transform: translateX(8px);
}

.sec_cert_T .subscribe_holder::before {
    width: 100%;
    z-index: -1;
    left: 0;
    opacity: 0.2;
    content: '';
    top: 0;
    height: 100%;
    position: absolute;
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(193,188,216,0.5), transparent 70%);
}

.sec_cert_T .input_holder {
    position: relative;
    flex-direction: column;
    display: flex;
    gap: 1rem;
    margin-top: 0.5rem;
}

.sec_cert_T .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.sec_cert_T .news_signup_form_y {
    padding: 1.125rem 1.5rem;
    cursor: pointer;
    font-size: 18px;
    border: none;
    background-color: rgb(193,188,216);
    z-index: 1;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.sec_cert_T .mod_tools_S {
    text-align: center;
    margin-top: 4rem;
    padding-top: 2rem;
    position: relative;
}

.our_team_T::before {
    position: absolute;
    top: -10%;
    right: -5%;
    height: 70%;
    transform: rotate(-15deg) skewX(5deg);
    background: linear-gradient(225deg, rgb(193,188,216,0.5) 10%, transparent 70%);
    filter: blur(35px);
    width: 40%;
    content: "";
    z-index: 0;
    opacity: 0.6;
}

.our_team_T h1:hover::before {
    transform: scaleX(1.2);
}

.our_team_T .achieve_stats_G {
    border-radius: 10px;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    backdrop-filter: blur(8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03),
                inset 0 0 0 1px rgba(255, 255, 255, 0.9);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.4s ease;
    position: relative;
}

.our_team_T .achieve_stats_G h4::after {
    height: 2px;
    transition: width 0.3s ease;
    content: "";
    width: 30px;
    position: absolute;
    left: 0;
    bottom: -8px;
    background: rgb(193,188,216);
}

.our_team_T .achieve_stats_G:nth-child(2) {
    transform: translateX(20px);
    z-index: 1;
}

.connect_form_e::before {
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.05;
    z-index: 1;
    background-size: 30px 30px;
    left: 0;
    background-image: 
        linear-gradient(to right, rgb(193,188,216,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(193,188,216,0.5) 1px, transparent 1px);
    content: "";
    position: absolute;
}

.connect_form_e h3 {
    font-weight: 700;
    color: rgb(193,188,216);
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 32px;
}

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

.connect_form_e .connect_grid_3 input[type="text"],
.connect_form_e .connect_grid_3 textarea {
    transition: all 0.3s ease;
    padding: 16px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #000000;
    border: none;
    font-size: 18px;
    background: rgb(224,220,237);
    font-family: Arial, sans-serif;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    width: 100%;
}

.connect_form_e .connect_grid_3 .query_widget_A label::before {
    height: 20px;
    border: 1px solid rgb(224,220,237);
    top: 2px;
    left: 0;
    border-radius: 2px;
    background: #ffffff;
    width: 20px;
    position: absolute;
    transition: all 0.2s ease;
    content: "";
}

.connect_form_e .connect_grid_3 .connect_map_l {
    cursor: pointer;
    font-size: 19px;
    border-radius: 10px;
    letter-spacing: 1px;
    overflow: hidden;
    padding: 16px 30px;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgb(193,188,216,0.5);
    z-index: 1;
    position: relative;
    color: #ffffff;
    border: none;
    font-weight: 600;
    background: rgb(193,188,216);
}

.connect_form_e .connect_links_t::after {
    left: 0;
    position: absolute;
    background: 
        linear-gradient(90deg, transparent 90%, rgb(193,188,216,0.5) 100%),
        linear-gradient(180deg, transparent 90%, rgb(193,188,216,0.5) 100%);
    top: 0;
    height: 100%;
    opacity: 0.3;
    content: "";
    width: 100%;
}

.connect_form_e .connect_links_t .connect_query_V li::after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease;
    background: rgb(193,188,216,0.5);
    top: 0;
}

.connect_form_e .connect_links_t .connect_query_V li svg path {
    fill: rgb(193,188,216);
    transition: all 0.3s ease;
}

.connect_form_e .connect_links_t .connect_query_V li a::before {
    background: rgb(193,188,216);
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    transform-origin: right;
    transform: scaleX(0);
    position: absolute;
    transition: transform 0.3s ease;
    content: "";
}

.program_information_f .career_ready_d:hover .class_track_x {
    animation-play-state: paused;
}

.program_information_f .career_lab_g {
    transition: transform 0.5s ease;
    height: 25%;
    transform: scale(1.1);
    position: relative;
    width: 100%;
}

.program_information_f .career_lab_g {
    height: 100%;
    width: 25%;
}

.program_information_f .career_lab_g {
    width: 33.333%;
}



.program_information_f .container {
    grid-column: 1;
    z-index: 5;
    align-items: center;
    display: flex;
    position: relative;
    height: 100%;
}

.program_information_f .container {
    padding: 3rem 0;
    grid-row: 2;
    grid-column: auto;
}

.program_information_f .education_guide_U h3 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 43px;
}

.program_information_f .education_guide_U h3 {
    font-size: calc(29px * 0.9);
    letter-spacing: 1px;
}

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


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



@media (max-width: 768px) {.tyNote_U {
    padding: 4rem 0;
}.tyNote_U h2 {
    margin-bottom: 1.8rem;
    font-size: calc(38px * 0.8);
}.tyNote_U .guide_bios_k {
    transform: translateZ(5px) rotateX(1deg);
    padding: 1.8rem;
}.tyNote_U .guide_bios_k span {
    font-size: 17px;
    line-height: 1.6;
}
}



@media (max-width: 767px) {.opening_page_Y {
    padding: 4rem 1.5rem;
    min-height: 100vh;
    height: auto;
}.opening_page_Y > div {
    transform: none;
}.opening_page_Y .title_style_header {
    font-size: 2.5rem;
}.opening_page_Y .edu_title_g {
    padding: 1.5rem;
}.opening_page_Y .story_visual_X h3 {
    font-size: 1.2rem;
    max-width: 100%;
}}


@media only screen and (max-width: 1200px) {.trackingPolicyPanel_y {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.cookie_controls_F {
    display: none;
}.track_settings_j {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.trackingPolicyPanel_y h5 {
    text-align: center;
}.trackingPolicyPanel_y p {
    text-align: center;
}.learn_cookies_R {
    margin-bottom: 20px;
}body .wrapper-segment_Y .track_edu_b {
    margin-bottom: 10px;
    margin-left: 0;
}}



@media (max-width: 767px) {.customer_reviews_5 {
    padding: 3rem 0;
}.customer_reviews_5::before,
    .customer_reviews_5::after {
    height: 50%;
    width: 70%;
}.customer_reviews_5 h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 2.5rem;
}.customer_reviews_5 h2::after {
    width: 5rem;
}.customer_reviews_5 .rating_views_K {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.customer_reviews_5 .learner_voices_8 {
    padding: 1.5rem;
}
}



@media (max-width: 992px) {header .main_primary_R {
    flex-direction: column;
}header .main_primary_R .nav_mainwrap_2 {
    margin: 0 0 15px 0;
    align-self: center;
}header .main_primary_R .main_top_i {
    width: 100%;
    justify-content: center;
}header .main_primary_R .main_top_i .nav_start_J a {
    padding: 10px 15px;
    font-size: calc(14px - 1px);
}}



@media (min-width: 1200px) {.plan_option_a .plan_pricing_s {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.plan_option_a .rate_panel_P {
    min-height: 300px;
}
}



@media (max-width: 767px) {.plan_option_a {
    padding: 3rem 0;
}.plan_option_a .container {
    padding: 0 1.5rem;
}.plan_option_a .plan_pricing_s {
    grid-template-columns: 1fr;
}.plan_option_a .learn_fees_J h2 {
    font-size: calc(30px * 0.8);
}.plan_option_a .rate_panel_P {
    padding: 1.5rem;
}.plan_option_a .fee_options_T {
    font-size: calc(19px * 1.5);
}.plan_option_a .img_text_overlay_I {
    height: 180px;
}
}



@media (max-width: 479px) {.course_fit_for_2 {
    padding: 60px 0;
}.course_fit_for_2 h4 {
    font-size: calc(37px - 6px);
    padding: 18px 15px;
}.course_fit_for_2 div {
    padding: 20px 15px;
}.course_fit_for_2 div p {
    font-size: calc(16px - 1px);
    margin-bottom: 10px;
    padding: 12px 12px 12px 45px;
}.course_fit_for_2 div p svg {
    width: 18px;
    left: 12px;
    height: 18px;
}}



@media (min-width: 768px) {.our_team_T .skill_track_Y ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.our_team_T h1 {
    font-size: calc(47px * 1.1);
    margin-bottom: 4rem;
}.our_team_T .achieve_stats_G {
    padding: 3rem;
}.our_team_T .achieve_stats_G div {
    max-height: 300px;
}
}



@media (max-width: 767px) {.our_team_T {
    padding: 5rem 0 3rem;
}.our_team_T h1 {
    font-size: calc(47px * 0.9);
    transform: translateX(0);
    margin-bottom: 2rem;
}.our_team_T .achieve_stats_G {
    margin-bottom: 1.5rem;
    padding: 1.75rem;
}.our_team_T .achieve_stats_G:nth-child(1),
    .our_team_T .achieve_stats_G:nth-child(2) {
    transform: none;
}.our_team_T .achieve_stats_G:hover:nth-child(1),
    .our_team_T .achieve_stats_G:hover:nth-child(2) {
    transform: translateY(-3px);
}.our_team_T .achieve_stats_G div {
    font-size: calc(16px * 0.95);
    max-height: 150px;
    line-height: 1.6;
}}



@media screen and (max-width: 1200px) {.program_information_f .education_guide_U h3 {
    font-size: calc(43px * 0.85);
}.program_information_f .guide_bios_k {
    padding-right: 0;
    padding-left: 5%;
}
}



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



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



@keyframes growLine {
    from {
        width: 0;
    }
    to {
        width: 60%;
    }
}



@keyframes scaleYIn {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}


    
    @keyframes scaleInRotate {
        from {
            transform: rotate(-15deg) scale(0);
        }
        to {
            transform: rotate(-15deg) scale(1);
        }
    }

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



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

@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.2);
    }
}

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

