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

.mxquE_wrapper-padding {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}

header,footer {
    width: 100%;
}

header {
    padding: 0;
    position: relative;
    background: rgb(237,231,242);
    margin-top: 0;
    overflow: visible;
    z-index: 100;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}


.iPkdL_cookie_message_panel {
    padding: 15px 20px;
    border-top: 3px solid rgb(212,200,217);
    bottom: 0;
    position: fixed;
    width: 100%;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    z-index: 90;
    background: rgb(177,164,185);
}

.sCgHr_learn_cookies svg {
    width: 50px;
    height: 50px;
    fill: rgb(212,200,217);
}

.iPkdL_cookie_message_panel h5 {
    font-size: 19px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10px;
}

.wJHsG_privacy_ctrl {
    margin-left: 10px;
    cursor: pointer;
    border: 2px solid rgb(212,200,217);
    text-decoration: none;
    border-radius: 10px;
    padding: 10px 20px;
    min-width: 150px;
    text-align: center;
    flex-shrink: 0;
    background: rgb(212,200,217);
    font-size: 17px;
    color: #ffffff;
    transition: none;
}


#dQLGe_dataProtectionBox {
    display: none;
}

#dQLGe_dataProtectionBox:checked ~ .iPkdL_cookie_message_panel {
    visibility: hidden;
    opacity: 0;
}

.oxVtA_course_program_info .sdTJG_education_map {
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
}

.oxVtA_course_program_info .sdTJG_education_map:hover .WYGuw_class_track {
    animation-play-state: paused;
}

.oxVtA_course_program_info .QAmwO_class_map {
    position: relative;
    overflow: hidden;
    width: calc(100% / var(--slide-count, 5));
    height: 100%;
}

.oxVtA_course_program_info .QAmwO_class_map:hover::before {
    opacity: 0.4;
}

.oxVtA_course_program_info .QAmwO_class_map img {
    transform: scale(1.05);
    object-fit: cover;
    filter: brightness(0.85) contrast(1.1);
    transition: transform 0.7s ease-out;
    height: 100%;
    width: 100%;
}

.oxVtA_course_program_info .container {
    height: 100%;
    align-items: center;
    position: relative;
    padding: 4rem 2rem;
    z-index: 2;
    display: flex;
    margin: auto;
    justify-content: flex-end;
}

.oxVtA_course_program_info .container {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.oxVtA_course_program_info .WqxeJ_pro_skills::before {
    top: 0;
    background: linear-gradient(
        90deg,
        rgb(212,200,217) 0%,
        rgb(177,164,185) 100%
    );
    position: absolute;
    height: 3px;
    left: 0;
    content: "";
    width: 100%;
}

.oxVtA_course_program_info .WqxeJ_pro_skills::after {
    content: "";
    bottom: 0;
    height: 1px;
    right: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(212,200,217,0.5) 100%
    );
    position: absolute;
    width: 50%;
}

.oxVtA_course_program_info .WqxeJ_pro_skills h3 {
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
    display: inline-block;
    font-size: 29px;
    color: #ffffff;
}

.oxVtA_course_program_info .WqxeJ_pro_skills h3 {
    margin-bottom: 1.2rem;
    font-size: calc(29px * 0.8);
}

.oxVtA_course_program_info .WqxeJ_pro_skills:hover h3::after {
    width: 60%;
}

.oxVtA_course_program_info .WqxeJ_pro_skills .jalHG_feedback_card {
    border-radius: 10px;
    overflow: hidden;
    font-weight: 600;
    position: relative;
    padding: 0.85rem 2rem;
    text-decoration: none;
    box-shadow: 0 4px 15px rgb(212,200,217,0.5);
    color: #ffffff;
    background: linear-gradient(
        45deg,
        rgb(212,200,217) 0%,
        rgb(177,164,185) 100%
    );
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-block;
    z-index: 1;
    font-size: 14px;
}

.oxVtA_course_program_info .WqxeJ_pro_skills .jalHG_feedback_card {
    padding: 0.75rem 1.75rem;
}

.oxVtA_course_program_info .WqxeJ_pro_skills .jalHG_feedback_card:hover::before {
    opacity: 1;
}



.oxVtA_course_program_info::before {
    position: absolute;
    width: 100%;
    content: "";
    z-index: 1;
    background: radial-gradient(circle at 75% 25%, 
                transparent 0%,
                rgba(0, 0, 0, 0.5) 70%);
    top: 0;
    left: 0;
    height: 100%;
}

.oxVtA_course_program_info .QAmwO_class_map:nth-child(2) {
    --slide-color: rgb(177,164,185);
}

.oxVtA_course_program_info .QAmwO_class_map:nth-child(4) {
    --slide-color: rgb(177,164,185);
}

.oxVtA_course_program_info .QAmwO_class_map::after {
    opacity: 0.3;
    height: 100%;
    mix-blend-mode: soft-light;
    position: absolute;
    background: linear-gradient(
        135deg,
        transparent 0%,
        transparent 40%,
        var(--slide-color, rgb(212,200,217)) 150%
    );
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    transition: opacity 0.5s ease;
}

.hFyIf_gratitudeHub::after {
    animation: float 15s infinite ease-in-out;
    content: "";
    width: 300px;
    background: radial-gradient(circle, rgb(177,164,185) 0%, transparent 70%);
    position: absolute;
    top: -150px;
    filter: blur(50px);
    opacity: 0.2;
    height: 300px;
    border-radius: 50%;
    right: -150px;
}

.hFyIf_gratitudeHub h2 {
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: rgb(212,200,217);
    position: relative;
    font-weight: 700;
    line-height: 1.4;
    transform: perspective(1000px) rotateX(2deg);
    transform-origin: center;
    margin-bottom: 40px;
    font-size: 28px;
}

.hFyIf_gratitudeHub .jDAgJ_skill_experts::before {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(212,200,217), rgb(177,164,185), rgb(212,200,217));
    content: "";
    height: 6px;
    background-size: 200% 100%;
    animation: gradientShift 6s infinite linear;
    width: 100%;
}

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

.hFyIf_gratitudeHub li::before {
    position: absolute;
    left: 0;
    transition: transform 0.3s ease;
    content: "";
    height: 10px;
    transform: rotate(45deg);
    top: 8px;
    width: 10px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: rgb(177,164,185);
}

.hFyIf_gratitudeHub span::after {
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0,0,0,0.05), transparent);
    position: absolute;
    content: "";
}

.eAyBc_secure_stockade:hover {
    background-color: rgb(212,200,217,0.5);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
}

.eAyBc_secure_stockade h1, .eAyBc_secure_stockade h2 {
    color: rgb(212,200,217);
    margin-bottom: 1rem;
}

.eAyBc_secure_stockade h1 {
    margin-bottom: 1.5rem;
    font-size: 40px;
    border-bottom: 2px solid rgb(212,200,217);
    padding-bottom: 0.5rem;
    font-weight: 700;
}

.eAyBc_secure_stockade ul {
    margin: 1rem 0;
    padding-left: 0;
    list-style-type: none;
}

.eAyBc_secure_stockade ul li::before {
    font-size: 1.5rem;
    top: 0;
    position: absolute;
    left: 0;
    content: '•';
    color: rgb(212,200,217);
}

.eAyBc_secure_stockade div {
    margin-bottom: 1rem;
}

.PUoua_about_this {
    padding: 120px 0 100px;
    overflow: hidden;
    color: #ffffff;
    position: relative;
}

.PUoua_about_this::after {
    left: 0;
    pointer-events: none;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom,
        rgb(177,164,185,0.5) 0%,
        transparent 100%);
    z-index: 2;
    position: absolute;
    opacity: 0.15;
    content: "";
    width: 100%;
}

.PUoua_about_this h4::before {
    content: "";
    background: rgb(212,200,217);
    width: 60px;
    height: 4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}

.PUoua_about_this h4::after {
    height: 1px;
    left: 50%;
    bottom: -15px;
    position: absolute;
    background: #ffffff;
    width: 120px;
    transform: translateX(-50%);
    content: "";
}

.PUoua_about_this .cNkMm_body_content::before {
    content: "";
    bottom: -5px;
    position: absolute;
    z-index: -1;
    top: -5px;
    left: -5px;
    background: linear-gradient(45deg, 
        rgb(212,200,217) 0%, 
        transparent 40%, 
        transparent 60%, 
        rgb(177,164,185) 100%);
    clip-path: polygon(
        0 0,
        100% 0,
        97% 100%,
        3% 100%
    );
    opacity: 0.3;
    right: -5px;
}

.PUoua_about_this h6 {
    margin-bottom: 1.5rem;
    opacity: 0;
    letter-spacing: 0.02em;
    font-weight: 700;
    animation: fadeSlideRight 0.8s forwards 0.6s;
    font-size: calc(23px * 1.2);
    color: rgb(212,200,217);
    transform: translateX(-10px);
}

.PUoua_about_this span {
    text-align: justify;
    animation: fadeIn 1.2s forwards 0.8s;
    line-height: 1.8;
    color: #ffffff;
    opacity: 0;
    display: block;
    font-size: 14px;
}

.PUoua_about_this span::first-letter {
    padding: 0 8px 0 0;
    color: rgb(212,200,217);
    font-size: 2em;
    font-weight: 700;
    float: left;
}

.bflBi_operation_process::before {
    height: 100%;
    z-index: 1;
    background: 
        radial-gradient(circle at 30% 30%, rgb(212,200,217,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 70%, rgb(177,164,185,0.5) 0%, transparent 40%);
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0.6;
}

.bflBi_operation_process .container {
    padding: 5rem 2rem;
    margin: 0 auto;
    align-items: center;
    display: flex;
    width: 100%;
    max-width: 1200px;
    justify-content: center;
    z-index: 5;
    position: relative;
}

.bflBi_operation_process .jDAgJ_skill_experts::before {
    height: 100%;
    content: "";
    border: 2px solid rgb(212,200,217,0.5);
    left: 0;
    position: absolute;
    opacity: 0.6;
    width: 100%;
    border-radius: 50%;
    animation: rotateCircle 20s linear infinite;
    top: 0;
}

.bflBi_operation_process h3 {
    border-radius: 13px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    font-size: 36px;
    font-weight: 700;
    z-index: 3;
    max-width: 600px;
    padding: 2rem 3rem;
    background: #ffffff;
    position: relative;
    width: 70%;
    color: rgb(212,200,217);
    margin: 0 0 20%;
}

.bflBi_operation_process h3::after {
    content: "";
    animation: rotateElement 10s linear infinite;
    transform: translate(-50%, 50%) rotate(45deg);
    border-radius: 5px;
    width: 30px;
    border: 2px solid rgb(212,200,217,0.5);
    z-index: 2;
    background: #ffffff;
    position: absolute;
    bottom: -20%;
    left: 50%;
    height: 30px;
}

.bflBi_operation_process span::before {
    opacity: 0.3;
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: inherit;
    inset: -5px;
    filter: blur(5px);
    background: linear-gradient(135deg, rgb(212,200,217,0.5), rgb(177,164,185,0.5));
    animation: glowPulse 4s ease-in-out infinite alternate;
}

header::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    background: 
        linear-gradient(135deg, transparent 25%, rgba(rgb(212,200,217), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(225deg, transparent 25%, rgba(rgb(212,200,217), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(315deg, transparent 25%, rgba(rgb(212,200,217), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, transparent 25%, rgba(rgb(212,200,217), 0.03) 25%) 0 0 / 20px 20px;
    z-index: 0;
    height: 100%;
    left: 0;
}

header .CSHym_head_top {
    perspective: 800px;
    margin-right: 2rem;
    flex: 0 0 auto;
    position: relative;
}

header .NQIwj_top_navbar:hover {
    transform: rotateY(10deg) rotateX(5deg);
}

header .NQIwj_top_navbar::before {
    background: rgb(212,200,217);
    transform: translateZ(-10px);
    left: 0;
    opacity: 0.1;
    content: '';
    filter: blur(10px);
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
}

header .ELzlb_header_lesson::before {
    transform: rotateX(90deg);
    content: '';
    transform-origin: top;
    left: 0;
    width: 100%;
    height: 10px;
    top: 100%;
    position: absolute;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
}

header .ZgGwv_nav_study a::before {
    transform: translateZ(-5px);
    width: 100%;
    left: 0;
    transition: opacity 0.4s ease;
    content: '';
    top: 0;
    opacity: 0;
    height: 100%;
    background: linear-gradient(135deg, 
        rgb(212,200,217,0.5) 0%, 
        rgb(177,164,185,0.5) 100%
    );
    position: absolute;
    border-radius: 10px;
}

header .ZgGwv_nav_study a:hover {
    transform: translateZ(15px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

header .ZgGwv_nav_study a:hover::after {
    opacity: 0.3;
    bottom: -8px;
}

header .vJzow_main_sitewrap::before {
    background: linear-gradient(to right, 
        transparent, 
        rgb(212,200,217), 
        transparent
    );
    content: '';
    position: absolute;
    left: 35%;
    width: 30%;
    top: 0;
    height: 1px;
}

.xksDU_learning_profits {
    position: relative;
    background: linear-gradient(135deg, rgb(237,231,242) 0%, rgba(255, 255, 255, 0.95) 100%);
    padding: 120px 0;
    overflow: hidden;
}

.xksDU_learning_profits::after {
    right: -100px;
    border: 2px solid rgb(212,200,217,0.5);
    content: "";
    z-index: 0;
    width: 300px;
    height: 300px;
    position: absolute;
    opacity: 0.1;
    bottom: -100px;
    transform: rotate(45deg);
}

.xksDU_learning_profits .qckIj_image_shadow {
    object-fit: cover;
    transform: translateY(-10px);
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67), box-shadow 0.6s ease;
    width: 100%;
    box-shadow: 15px 15px 0 rgb(212,200,217,0.5);
}

.xksDU_learning_profits .cNkMm_body_content {
    position: relative;
    padding-left: 20px;
}

.xksDU_learning_profits .cNkMm_body_content:hover::before {
    transform: scaleY(1);
}

.xksDU_learning_profits h1 {
    overflow: hidden;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.3;
    color: #000000;
    font-size: 47px;
}

.xksDU_learning_profits h1::after {
    width: 80px;
    content: "";
    background: rgb(177,164,185);
    bottom: -8px;
    transition: width 0.5s ease;
    height: 3px;
    left: 0;
    position: absolute;
}

.xksDU_learning_profits li {
    padding-left: 40px;
    transition: transform 0.3s ease;
    position: relative;
}

.xksDU_learning_profits li svg {
    height: 28px;
    left: 0;
    position: absolute;
    width: 28px;
    top: 50%;
    transition: transform 0.3s ease;
    transform: translateY(-50%);
}

.xksDU_learning_profits li svg path {
    transition: fill 0.3s ease;
    fill: rgb(212,200,217);
}

.LySjx_welcome_page {
    overflow: hidden;
    background-color: rgb(237,231,242);
    display: flex;
    align-items: center;
    min-height: 100vh;
    position: relative;
    justify-content: center;
}

.LySjx_welcome_page .kXJYw_start_page::before {
    background: linear-gradient(
    135deg,
    rgb(212,200,217,0.5),
    rgb(177,164,185,0.5),
    rgba(0, 0, 0, 0.5)
  );
    z-index: 1;
    left: 0;
    backdrop-filter: blur(8px);
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
}

.LySjx_welcome_page .kXJYw_start_page:hover::after {
    height: 230px;
    width: 230px;
    opacity: 0.8;
    transform: rotate(0deg) translate(-15px, -15px);
}

.LySjx_welcome_page .kXJYw_start_page:hover span {
    transform: translateX(0);
}

.LySjx_welcome_page .kXJYw_start_page h3 {
    color: #ffffff;
    padding: 1rem 1.5rem;
    position: relative;
    font-weight: 600;
    transform: skewX(-5deg);
    line-height: 1.5;
    background: linear-gradient(
    to right, 
    rgb(212,200,217,0.5), 
    transparent
  );
    font-size: 20px;
    backdrop-filter: blur(4px);
    max-width: 90%;
}

.LySjx_welcome_page .kXJYw_start_page:hover h1 {
    transform: translateY(-8px);
}

.LySjx_welcome_page .kXJYw_start_page:hover div div {
    transform: translateY(8px);
}

.LySjx_welcome_page .kXJYw_start_page p {
    margin: 0;
    font-size: calc(15px * 1.1);
    font-weight: 400;
    color: #ffffff;
    line-height: 1.6;
}

.lhyzY_contact_box {
    z-index: 1;
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.lhyzY_contact_box::before {
    background-color: rgb(212,200,217,0.5);
    height: 100%;
    z-index: -1;
    width: 100%;
    position: absolute;
    top: 0;
    content: '';
    left: 0;
}

.lhyzY_contact_box .GLBjD_query_help {
    position: relative;
    z-index: 2;
    padding: 50px 30px;
    border-radius: 28px 28px 0 0;
    background-color: #ffffff;
    order: 1;
    width: 100%;
}

.lhyzY_contact_box .GLBjD_query_help h3::after {
    left: 0;
    bottom: -8px;
    background-color: rgb(177,164,185);
    width: 50%;
    content: '';
    height: 3px;
    position: absolute;
}

.lhyzY_contact_box .GLBjD_query_help input[type="text"],
.lhyzY_contact_box .GLBjD_query_help input[type="email"] {
    font-size: 16px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    background-color: rgb(237,231,242);
    border-radius: 10px;
    padding: 0 20px;
    height: 60px;
    border: none;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    flex: 1 0 100%;
    color: #000000;
}

.lhyzY_contact_box .GLBjD_query_help .AvUJr_message_widget {
    margin-top: 10px;
    display: flex;
    flex: 1 0 100%;
    align-items: flex-start;
}

.lhyzY_contact_box .GLBjD_query_help .AvUJr_message_widget input[type="checkbox"]:checked {
    background-color: rgb(177,164,185);
}

.lhyzY_contact_box .GLBjD_query_help .AvUJr_message_widget input[type="checkbox"]:checked::before {
    position: absolute;
    content: '';
    border-width: 0 2px 2px 0;
    top: 6px;
    height: 10px;
    left: 9px;
    transform: rotate(45deg);
    width: 6px;
    border: solid #ffffff;
}

.lhyzY_contact_box .GLBjD_query_help .AvUJr_message_widget label a::after {
    bottom: -2px;
    content: '';
    transform-origin: right;
    transform: scaleX(0);
    width: 100%;
    left: 0;
    background-color: rgb(212,200,217);
    height: 1px;
    transition: transform 0.3s ease;
    position: absolute;
}

.lhyzY_contact_box .GLBjD_query_help .jalHG_feedback_card::before {
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    transform: scaleX(0);
    z-index: -1;
    transition: transform 0.5s ease;
    height: 100%;
    border-radius: 10px;
    transform-origin: right;
    background: rgb(212,200,217);
    content: '';
}

.lhyzY_contact_box .GLBjD_query_help .jalHG_feedback_card:hover {
    box-shadow: 0 6px 15px rgb(212,200,217,0.5);
}

.lhyzY_contact_box .GLBjD_query_help .jalHG_feedback_card:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.lhyzY_contact_box .DPthu_connect_links::before {
    content: '';
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background: rgb(212,200,217);
    width: 100%;
    transform: translateY(-15px);
    left: 0;
    top: 0;
    height: 30px;
    position: absolute;
}

.lhyzY_contact_box .DPthu_connect_links h3::after {
    content: '';
    height: 3px;
    width: 60px;
    background-color: rgb(177,164,185);
    position: absolute;
    bottom: -15px;
    transform: translateX(-50%);
    left: 50%;
}

.lhyzY_contact_box .DPthu_connect_links div::before {
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    bottom: -10px;
    position: absolute;
    height: 1px;
    opacity: 0.2;
    width: 100%;
    left: 0;
    content: '';
}

.lhyzY_contact_box .DPthu_connect_links div svg path {
    fill: #ffffff;
}

.lhyzY_contact_box .DPthu_connect_links div span {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}

.lhyzY_contact_box .DPthu_connect_links div span a::after {
    content: '';
    background-color: #ffffff;
    transition: transform 0.3s ease;
    height: 1px;
    width: 100%;
    transform-origin: right;
    transform: scaleX(0);
    bottom: -2px;
    position: absolute;
    left: 0;
}

.TZLcj_get_updates::before {
    clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%);
    right: -5%;
    width: 40%;
    background: linear-gradient(145deg, rgb(177,164,185,0.5), rgb(212,200,217,0.5));
    opacity: 0.7;
    height: 120%;
    content: "";
    position: absolute;
    top: -10%;
    z-index: 1;
    transform: rotate(-15deg);
}

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

.TZLcj_get_updates .jDAgJ_skill_experts > div {
    margin-bottom: 1.5rem;
}

.TZLcj_get_updates h4 {
    font-size: calc(20px * 0.9);
    line-height: 1.4;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    max-width: 90%;
    font-family: Arial, sans-serif;
    color: #ffffff;
    letter-spacing: 0.02em;
    position: relative;
    margin: 0;
    font-weight: 600;
}

.TZLcj_get_updates .input_holder {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    position: relative;
}

.TZLcj_get_updates .input_holder input[type="email"]:focus {
    background: #ffffff;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1), 0 0 0 2px rgb(212,200,217,0.5);
    outline: none;
    transform: translateY(-2px);
}

.TZLcj_get_updates .input_holder input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}

.TZLcj_get_updates .input_holder .jalHG_feedback_card {
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    width: 100%;
    overflow: hidden;
    padding: 0.85rem 1.5rem;
    font-size: 17px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    background: linear-gradient(135deg, #000000, rgba(0, 0, 0, 0.5));
    border-radius: 10px;
    position: relative;
}

.TZLcj_get_updates .input_holder .jalHG_feedback_card:hover::before {
    left: 100%;
}

.OMlwh_teaching_history {
    padding: 7rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(237,231,242), rgba(245, 247, 250, 0.92));
    position: relative;
}

.OMlwh_teaching_history::after {
    position: absolute;
    z-index: 0;
    bottom: -5%;
    right: -5%;
    height: 50%;
    content: "";
    width: 30%;
    opacity: 0.1;
    background: linear-gradient(45deg, rgb(177,164,185,0.5), transparent);
    transform: rotate(10deg);
}

.OMlwh_teaching_history .kCwaS_learner_views {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    grid-template-columns: 1fr;
    gap: 2.5rem;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.02);
    position: relative;
    padding: 3rem 2rem;
    display: grid;
    transform: translateY(0);
}

.OMlwh_teaching_history .kCwaS_learner_views:hover .qckIj_image_shadow {
    transform: scale(1.02);
}

.OMlwh_teaching_history .kCwaS_learner_views .qckIj_image_shadow::after {
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.2));
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
}

.OMlwh_teaching_history .kCwaS_learner_views .name::after {
    height: 2px;
    transition: transform 0.4s ease-out;
    transform-origin: left;
    bottom: -0.35rem;
    transform: scaleX(1);
    width: 2.5rem;
    background: rgb(212,200,217);
    left: 0;
    content: "";
    position: absolute;
}

.OMlwh_teaching_history .kCwaS_learner_views > div:nth-child(3) {
    position: relative;
}

.OMlwh_teaching_history .kCwaS_learner_views .avrbj_work_container {
    line-height: 1.7;
    color: #000000;
    padding-left: 1.25rem;
    position: relative;
    font-size: 17px;
    margin: 0;
    border-left: 3px solid rgb(177,164,185,0.5);
}

.OMlwh_teaching_history .kCwaS_learner_views:hover .avrbj_work_container::before {
    opacity: 1;
    transform: scale(1);
}

.jsBPX_plan_container {
    background: linear-gradient(135deg, rgb(237,231,242) 0%, rgba(245, 247, 252, 1) 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

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

.jsBPX_plan_container .BtzKh_learning_fees {
    flex-direction: column-reverse;
    display: flex;
}

.jsBPX_plan_container .fwFes_price_schemes {
    margin-bottom: 50px;
    text-align: center;
    transition: transform 0.5s ease-out;
}

.jsBPX_plan_container .fwFes_price_schemes h2::after {
    transform: translateX(-50%);
    bottom: -10px;
    background: rgb(212,200,217);
    height: 3px;
    content: "";
    width: 80px;
    left: 50%;
    position: absolute;
}

.jsBPX_plan_container .XWNlY_trial_offers {
    grid-template-columns: 1fr;
    display: grid;
    gap: 30px;
}

.jsBPX_plan_container .pIwbg_skill_offers:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.jsBPX_plan_container .QmEbn_learning_deals {
    min-height: 450px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
}

.jsBPX_plan_container .WKFOw_learn_deals h3 {
    font-size: calc(23px + 2px);
    transition: transform 0.3s ease;
    position: relative;
    transform: translateX(0);
    margin-bottom: 8px;
    font-weight: 600;
    color: #000000;
}

.jsBPX_plan_container .nTPxv_promo_plans {
    position: relative;
    margin: 15px 0;
    font-size: calc(23px + 4px);
    display: inline-block;
    color: rgb(212,200,217);
    font-weight: 700;
}

.jsBPX_plan_container .pIwbg_skill_offers:hover .nTPxv_promo_plans::before {
    opacity: 1;
    transform: translateX(0);
}

.jsBPX_plan_container .WKFOw_learn_deals p {
    color: #000000;
    flex: 1;
    word-break: break-word;
    line-height: 1.6;
    white-space: normal;
    font-size: 17px;
    margin-top: 15px;
    overflow-wrap: break-word;
}

.jsBPX_plan_container .pIwbg_skill_offers:hover .qckIj_image_shadow {
    transform: scale(1.05);
}

.jsBPX_plan_container .pIwbg_skill_offers:nth-child(odd) .QmEbn_learning_deals {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 247, 252, 1) 100%);
}

.jsBPX_plan_container .pIwbg_skill_offers:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}

.jsBPX_plan_container .pIwbg_skill_offers:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}

.jsBPX_plan_container .pIwbg_skill_offers:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}

footer .jMCyR_chrome_ext::before {
    position: absolute;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0.05;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    top: 0;
    z-index: -1;
}



footer .jMCyR_chrome_ext .container {
    position: relative;
    z-index: 2;
}

footer .lEIKH_zoom_meet {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

footer .ejVlW_contact_form::after {
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(177,164,185,0.5) 50%, 
        transparent 100%);
    height: 1px;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    bottom: 0;
}

footer .info_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
}

footer .info_item p,
footer .info_item a {
    text-decoration: none;
    align-items: center;
    font-size: 17px;
    gap: 10px;
    color: #ffffff;
    transition: color 0.3s ease;
    font-family: Arial, sans-serif;
    font-weight: 400;
    display: flex;
}

footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(177,164,185);
}

footer .CSHym_head_top {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    display: flex;
}

footer .mGzZQ_cheat_sheet {
    font-size: 14px;
    opacity: 0.7;
    line-height: 1.5;
    color: #ffffff;
    max-width: 300px;
    font-weight: 300;
}

footer .ELzlb_header_lesson h5 {
    position: relative;
    font-weight: 700;
    color: #ffffff;
    font-size: 23px;
    margin-bottom: 5px;
    padding-bottom: 15px;
}

footer .TfPzj_header_mentor {
    gap: 15px;
    flex-direction: column;
    display: flex;
    margin-bottom: 20px;
}

footer .TfPzj_header_mentor a::before {
    height: 6px;
    transform: translateY(-50%);
    position: absolute;
    background: rgb(177,164,185);
    top: 50%;
    transition: all 0.3s ease;
    opacity: 0.7;
    content: '';
    left: 0;
    width: 6px;
    border-radius: 50%;
}

footer .subscribe_holder {
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    gap: 15px;
    flex-direction: column;
    transition: all 0.5s ease;
    transform: perspective(1000px) rotateY(-5deg);
    border-radius: 14px;
    padding: 25px;
    display: flex;
}

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

footer .input_holder input[type="email"] {
    color: #ffffff;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 17px;
    transition: all 0.3s ease;
    outline: none;
    width: 100%;
    padding: 14px 15px;
}

footer .pnfjt_sub_deal::before {
    height: 100%;
    content: '';
    width: 100%;
    top: 0;
    transition: 0.6s;
    left: -100%;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
}

footer .pnfjt_sub_deal:hover::before {
    left: 100%;
}

footer .pnfjt_sub_deal:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

footer .LkUlY_footnote_ref::before {
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(177,164,185,0.5) 50%, 
        transparent 100%);
    content: '';
    height: 1px;
    top: 0;
}


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


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


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



@media (max-width: 992px) {.oxVtA_course_program_info .container {
    justify-content: center;
    padding: 3rem 1.5rem;
}.oxVtA_course_program_info .jDAgJ_skill_experts {
    max-width: 540px;
    margin-right: 0;
}.oxVtA_course_program_info .WqxeJ_pro_skills {
    padding: 2.5rem;
}.oxVtA_course_program_info .WqxeJ_pro_skills h3 {
    font-size: calc(29px * 0.9);
}
}



@media (max-width: 1024px) {.hFyIf_gratitudeHub {
    padding: 80px 0;
}.hFyIf_gratitudeHub h2 {
    font-size: calc(28px - 2px);
}.hFyIf_gratitudeHub .jDAgJ_skill_experts {
    padding: 30px;
}.hFyIf_gratitudeHub span {
    font-size: 14px;
}
}



@media (max-width: 768px) {.hFyIf_gratitudeHub {
    padding: 60px 0;
}.hFyIf_gratitudeHub h2 {
    transform: perspective(1000px) rotateX(1deg);
    font-size: calc(28px - 4px);
}.hFyIf_gratitudeHub .jDAgJ_skill_experts {
    padding: 25px;
}.hFyIf_gratitudeHub li::before {
    top: 6px;
}.hFyIf_gratitudeHub span {
    line-height: 1.6;
    font-size: calc(14px - 1px);
}
}


@media only screen and (max-width: 800px) {.eAyBc_secure_stockade {
    padding: 1rem;
    border-radius: 10px;
}.eAyBc_secure_stockade h1 {
    font-size: calc(20px * 0.8);
}.eAyBc_secure_stockade h2 {
    font-size: calc(20px * 0.8);
}.eAyBc_secure_stockade ul li {
    padding-left: 1rem;
}.eAyBc_secure_stockade ul li::before {
    font-size: 1.2rem;
}}



@media (min-width: 992px) {.PUoua_about_this {
    padding: 150px 0 130px;
}.PUoua_about_this .cNkMm_body_content {
    margin: 0 auto;
    padding: 4rem;
    display: flex;
    max-width: 90%;
    flex-direction: column;
}.PUoua_about_this h4 {
    font-size: calc(30px * 1.4);
    margin-bottom: 4rem;
}.PUoua_about_this h6 {
    margin-bottom: 2rem;
    font-size: calc(23px * 1.4);
}.PUoua_about_this .cNkMm_body_content div {
    max-height: 350px;
}.PUoua_about_this span {
    line-height: 1.9;
    font-size: calc(14px * 1.05);
}
}



@media (max-width: 575px) {.PUoua_about_this {
    padding: 60px 0 40px;
}.PUoua_about_this h4 {
    margin-bottom: 2rem;
    font-size: 30px;
}.PUoua_about_this .cNkMm_body_content {
    padding: 1.5rem;
    clip-path: none;
}.PUoua_about_this .cNkMm_body_content::before {
    clip-path: none;
}.PUoua_about_this h6 {
    margin-bottom: 1rem;
    font-size: calc(18px * 1.2);
}.PUoua_about_this span {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}.PUoua_about_this .cNkMm_body_content div {
    max-height: 240px;
}}



@media (max-width: 768px) {.bflBi_operation_process {
    padding: 3rem 0;
    min-height: auto;
}.bflBi_operation_process .container {
    padding: 0 1.2rem;
}.bflBi_operation_process .jDAgJ_skill_experts {
    gap: 2rem;
}.bflBi_operation_process h3 {
    padding: 1.5rem 2rem;
    width: 100%;
    font-size: calc(36px * 0.8);
}.bflBi_operation_process span {
    width: 100%;
    font-size: calc(14px * 0.9);
    padding: 1.5rem 2rem;
}
}



@media (max-width: 576px) {.bflBi_operation_process {
    padding: 2.5rem 0;
}.bflBi_operation_process .container {
    padding: 0 1rem;
}.bflBi_operation_process .jDAgJ_skill_experts {
    gap: 1.5rem;
}.bflBi_operation_process h3 {
    font-size: calc(36px * 0.7);
    padding: 1.2rem 1.5rem;
}.bflBi_operation_process span {
    font-size: calc(14px * 0.85);
    padding: 1.2rem 1.5rem;
}.bflBi_operation_process .jDAgJ_skill_experts::before,
    .bflBi_operation_process .jDAgJ_skill_experts::after {
    display: none;
}}



@media (max-width: 767px) {header {
    padding: 0;
}header .vJzow_main_sitewrap {
    padding: 0.8rem 1.5rem;
}header .CSHym_head_top {
    max-width: 140px;
}header .NQIwj_top_navbar img {
    max-height: 35px;
}header .ELzlb_header_lesson {
    scrollbar-width: thin;
    margin-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
}header .ELzlb_header_lesson::-webkit-scrollbar {
    height: 3px;
}header .ELzlb_header_lesson::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(212,200,217,0.5);
}header .ZgGwv_nav_study {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .ZgGwv_nav_study a {
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
    font-size: calc(14px - 2px);
}
}



@media (max-width: 576px) {.xksDU_learning_profits {
    padding: 40px 0;
}.xksDU_learning_profits .qckIj_image_shadow {
    box-shadow: 8px 8px 0 rgb(212,200,217,0.5);
    max-height: 250px;
}.xksDU_learning_profits .cNkMm_body_content {
    padding-left: 15px;
}.xksDU_learning_profits .cNkMm_body_content::before {
    width: 3px;
}.xksDU_learning_profits h1 {
    font-size: calc(47px * 0.7);
    margin-bottom: 18px;
}.xksDU_learning_profits h1::after {
    height: 2px;
    width: 60px;
}.xksDU_learning_profits li {
    padding-left: 34px;
}.xksDU_learning_profits li svg {
    width: 24px;
    height: 24px;
}.xksDU_learning_profits li p {
    font-size: calc(13px * 0.95);
    line-height: 1.5;
}}



@media screen and (max-width: 480px) {.LySjx_welcome_page .kXJYw_start_page h1 {
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
}.LySjx_welcome_page .kXJYw_start_page span {
    margin-bottom: 1.5rem;
}.LySjx_welcome_page .kXJYw_start_page::after {
    right: -5px;
    bottom: -5px;
    width: 80px;
    height: 80px;
}.LySjx_welcome_page .kXJYw_start_page h3 {
    transform: skewX(0);
    padding: 0.5rem 0.75rem;
}
}



@media (hover: none) {.LySjx_welcome_page .kXJYw_start_page h1,
  .LySjx_welcome_page .kXJYw_start_page span,
  .LySjx_welcome_page .kXJYw_start_page div div {
    transform: none;
}.LySjx_welcome_page .kXJYw_start_page:hover h1,
  .LySjx_welcome_page .kXJYw_start_page:hover span,
  .LySjx_welcome_page .kXJYw_start_page:hover div div {
    transform: none;
}
}



@media screen and (max-width: 991px) {.lhyzY_contact_box {
    padding: 80px 0;
}.lhyzY_contact_box .DPthu_connect_links div {
    max-width: 100%;
}
}



@media screen and (max-width: 767px) {.lhyzY_contact_box {
    padding: 60px 0;
}.lhyzY_contact_box .GLBjD_query_help,
    .lhyzY_contact_box .DPthu_connect_links {
    padding: 40px 25px;
}.lhyzY_contact_box .GLBjD_query_help h3,
    .lhyzY_contact_box .DPthu_connect_links h3 {
    font-size: calc(22px + 2px);
}.lhyzY_contact_box .GLBjD_query_help input[type="text"],
    .lhyzY_contact_box .GLBjD_query_help input[type="email"],
    .lhyzY_contact_box .GLBjD_query_help .jalHG_feedback_card {
    height: 55px;
}
}



@media (min-width: 768px) {.TZLcj_get_updates {
    padding: 5rem 3rem;
}.TZLcj_get_updates .jDAgJ_skill_experts {
    transform: perspective(1000px) rotateX(1deg);
    gap: 2rem;
    align-items: center;
    flex-direction: row;
    padding: 3rem;
}.TZLcj_get_updates .jDAgJ_skill_experts > div {
    margin-bottom: 0;
    flex: 1;
}.TZLcj_get_updates h4 {
    font-size: 20px;
}.TZLcj_get_updates .input_holder {
    flex: 1;
    flex-direction: row;
    gap: 1rem;
}.TZLcj_get_updates .input_holder span:first-child {
    flex: 2;
}.TZLcj_get_updates .input_holder span:last-child {
    flex: 1;
}
}



@media (max-width: 480px) {.TZLcj_get_updates {
    padding: 3rem 1.5rem;
}.TZLcj_get_updates .jDAgJ_skill_experts {
    padding: 2rem 1.5rem;
}.TZLcj_get_updates h4 {
    font-size: calc(20px * 0.85);
}}



@media (min-width: 768px) {.OMlwh_teaching_history {
    padding: 8rem 0;
}.OMlwh_teaching_history .kCwaS_learner_views {
    grid-template-columns: 280px 1fr;
    padding: 3.5rem;
    grid-template-rows: auto 1fr;
    gap: 2rem 3.5rem;
}.OMlwh_teaching_history .kCwaS_learner_views > div:first-child {
    grid-row: span 2;
}.OMlwh_teaching_history .kCwaS_learner_views .qckIj_image_shadow {
    padding-bottom: 130%;
}.OMlwh_teaching_history .kCwaS_learner_views > div:nth-child(2) {
    align-self: end;
}.OMlwh_teaching_history .kCwaS_learner_views .name {
    font-size: calc(20px * 1.2);
}.OMlwh_teaching_history .kCwaS_learner_views > div:nth-child(3) {
    grid-column: 2;
}.OMlwh_teaching_history .kCwaS_learner_views .avrbj_work_container {
    font-size: calc(17px * 1.05);
    padding-left: 1.5rem;
}
}



@media (min-width: 1280px) {.OMlwh_teaching_history .kCwaS_learner_views {
    gap: 3rem 5rem;
    grid-template-columns: 380px 1fr;
    padding: 5rem;
}.OMlwh_teaching_history .kCwaS_learner_views .avrbj_work_container {
    padding-left: 2rem;
    border-left: 4px solid rgb(177,164,185,0.5);
}}



@media (min-width: 992px) {.jsBPX_plan_container .BtzKh_learning_fees {
    align-items: center;
    flex-direction: row;
    gap: 50px;
}.jsBPX_plan_container .fwFes_price_schemes {
    margin-bottom: 0;
    flex: 0 0 30%;
    text-align: left;
}.jsBPX_plan_container .fwFes_price_schemes h2::after {
    transform: none;
    left: 0;
}.jsBPX_plan_container .XWNlY_trial_offers {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}.jsBPX_plan_container .WKFOw_learn_deals {
    padding: 35px;
}
}



@media (max-width: 992px) {footer .jMCyR_chrome_ext {
    padding: 60px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}footer .subscribe_holder {
    transform: perspective(1000px) rotateY(0deg);
    grid-column: span 2;
}footer .ejVlW_contact_form {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}



@media (max-width: 576px) {footer .jMCyR_chrome_ext {
    padding: 40px 0 30px;
}footer .CSHym_head_top {
    margin: 0 auto;
    align-items: center;
    text-align: center;
}footer .mGzZQ_cheat_sheet {
    margin: 0 auto;
    text-align: center;
}footer .ELzlb_header_lesson h5 {
    text-align: center;
}footer .ELzlb_header_lesson h5::after {
    transform: translateX(-50%);
    left: 50%;
}footer .TfPzj_header_mentor {
    align-items: center;
}footer .TfPzj_header_mentor a {
    text-align: center;
}footer .subscribe_holder {
    text-align: center;
    padding: 20px;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}
}


    
    @keyframes carousel-slide {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(calc(-100% / var(--slide-count, 5)));
        }
        45% {
            transform: translateX(calc(-100% / var(--slide-count, 5)));
        }
        50% {
            transform: translateX(calc(-200% / var(--slide-count, 5)));
        }
        70% {
            transform: translateX(calc(-200% / var(--slide-count, 5)));
        }
        75% {
            transform: translateX(calc(-300% / var(--slide-count, 5)));
        }
        95% {
            transform: translateX(calc(-300% / var(--slide-count, 5)));
        }
        100% {
            transform: translateX(0);
        }
    }



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



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



@keyframes scaleRight {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



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



@keyframes glowPulse {
    0%, 100% {
        opacity: 0.3;
        filter: blur(5px);
    }
    50% {
        opacity: 0.5;
        filter: blur(10px);
    }
}



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

