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

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

.price_table_7316 {
    flex: 0 0 auto;
}

.price_table_7316 {
    padding: 4rem 0 2rem;
    position: relative;
    color: #000000;
}

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

.tariff_plan_5930 .value_pricing_4203 {
    flex-direction: column;
    display: flex;
}

.tariff_plan_5930 .discount_deals_4081 {
    margin-bottom: 60px;
    order: -1;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
    max-width: 800px;
}

.tariff_plan_5930 .learning_fees_0895 {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.tariff_plan_5930 .cost_summary_6203:hover {
    transform: translateY(-10px);
}

.tariff_plan_5930 .price_tiers_3046::before {
    content: "";
    top: 0;
    position: absolute;
    transition: transform 0.5s ease;
    transform-origin: left;
    width: 100%;
    height: 5px;
    left: 0;
    transform: scaleX(0);
    background: var(--card-border);
}

.tariff_plan_5930 .rate_schemes_6781::after {
    left: 0;
    background-color: var(--card-accent);
    bottom: -10px;
    transition: width 0.3s ease;
    width: 40px;
    content: "";
    position: absolute;
    height: 2px;
}

.tariff_plan_5930 .cost_summary_6203:hover .pic_zoom_9514::after {
    opacity: 1;
}

.education_history_5341::before {
    opacity: 0.4;
    animation: breatheGlow 15s ease-in-out infinite alternate;
    filter: blur(70px);
    z-index: 1;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background: 
        radial-gradient(circle at 80% 20%, rgb(128,140,160,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(92,101,117,0.5) 0%, transparent 35%);
    content: "";
}

.education_history_5341 .success_ratings_6817:hover .pic_zoom_9514 {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.5);
}

.education_history_5341 .name::after {
    transition: width 0.6s ease;
    width: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(128,140,160), rgb(92,101,117));
    position: absolute;
    bottom: -10px;
    content: "";
}

.education_history_5341 .career_tasks_6092 {
    grid-column: 1;
    position: relative;
    color: #ffffff;
    grid-row: 2;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    backdrop-filter: blur(10px);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    transform: translateY(0);
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    border-left: 4px solid rgb(92,101,117);
    overflow: hidden;
    z-index: 2;
    padding: 2rem;
    border-radius: 30px;
    line-height: 1.8;
    font-size: 16px;
}

.privacy_section_0746:hover::before {
    transform: scaleX(1);
}

.privacy_section_0746 .container {
    z-index: 1;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}

.privacy_section_0746 h1::after {
    content: "";
    bottom: 0;
    transition: width 0.4s ease-out;
    width: 80px;
    background: rgb(92,101,117);
    height: 3px;
    position: absolute;
    transform-origin: left;
    left: 0;
}

.privacy_section_0746 h4::after {
    position: absolute;
    bottom: -5px;
    height: 1px;
    content: "";
    width: 100%;
    background: linear-gradient(to right, rgb(92,101,117), transparent);
    left: 0;
}

.privacy_section_0746 p strong:hover::after {
    transform: scaleX(1);
}

.privacy_section_0746 span {
    line-height: 1.7;
    font-size: 15px;
    display: block;
    border-left: 1px dashed rgb(92,101,117,0.5);
    color: #000000;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}

.contact_information_9520 {
    background-color: rgb(165,177,197);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.contact_information_9520 .container {
    padding: 0 30px;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}

.contact_information_9520 .pic_zoom_9514 {
    min-height: 500px;
    flex: 0 0 40%;
    overflow: hidden;
    position: relative;
}

.contact_information_9520 .inquiry_widget_3981 {
    flex: 0 0 60%;
    position: relative;
    padding: 60px;
}

.contact_information_9520 form {
    padding-left: 25px;
    width: 100%;
}

.contact_information_9520 form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(128,140,160,0.5);
    outline: none;
    background: rgba(rgb(128,140,160), 0.05);
}

.contact_information_9520 .query_help_5238 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

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

.contact_information_9520 form .support_section_7310:hover::before {
    transform: rotate(45deg) translateX(200%);
}

.contact_information_9520 svg {
    height: 22px;
    width: 22px;
    fill: rgb(128,140,160);
}

.study_process_3458 {
    background: linear-gradient(135deg, rgb(165,177,197), #ffffff);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.study_process_3458 h2 {
    letter-spacing: -0.02em;
    color: #000000;
    line-height: 1.2;
    font-size: 34px;
    transform: translateX(-5px);
    font-weight: 700;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
    position: relative;
}

.study_process_3458 .text_header_8542::before {
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    position: absolute;
    top: 20px;
    opacity: 0.1;
    background: rgb(92,101,117);
    left: -2px;
    width: 0;
    content: "";
    height: calc(100% - 40px);
}

.appZone_0125 {
    background: linear-gradient(135deg, rgb(165,177,197) 0%, rgb(128,140,160,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.appZone_0125 h2::after {
    position: absolute;
    border-radius: 10px;
    left: 50%;
    background: rgb(128,140,160);
    transform: translateX(-50%);
    content: "";
    bottom: -15px;
    width: 80px;
    height: 3px;
}

.appZone_0125 .pro_study_3691::after {
    content: "";
    opacity: 0.2;
    width: 160px;
    border-radius: 50%;
    right: 20px;
    height: 160px;
    transform: translateY(-10px);
    position: absolute;
    background: linear-gradient(135deg, rgb(128,140,160,0.5) 0%, transparent 70%);
    top: 20px;
}

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

header .top_guide_5297:hover::before {
    opacity: 1;
    transform: scaleX(1);
}

header .head_train_1092 {
    position: relative;
    transition: all 0.3s ease;
    display: block;
}

header .header_pagewrap_1036 {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 2;
    display: flex;
}

header .site_navbar_7849 a::before {
    background: rgb(128,140,160);
    content: '';
    width: 100%;
    z-index: -1;
    position: absolute;
    height: 100%;
    left: 0;
    transition: transform 0.3s ease;
    top: 0;
    transform: translateX(-100%);
}

header .site_navbar_7849::before {
    top: 50%;
    width: 5px;
    height: 5px;
    background: rgb(128,140,160);
    transform: translateY(-50%) scale(0);
    position: absolute;
    content: '';
    transition: transform 0.3s ease;
    left: -10px;
}

.explore_now_1687 {
    padding: 4rem 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    background: linear-gradient(135deg, rgb(128,140,160) 0%, rgb(92,101,117) 100%);
    overflow: hidden;
    z-index: 1;
}

.explore_now_1687 h6 {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(0);
    color: #ffffff;
    line-height: 1.5;
    position: relative;
    letter-spacing: 0.03em;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    text-align: center;
    font-size: calc(18px * 1.2);
}

.explore_now_1687 div div span:hover {
    transform: translateY(-5px) scale(1.02);
}

.explore_now_1687 .support_section_7310::before {
    z-index: -1;
    background: linear-gradient(120deg, transparent 0%, transparent 35%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0.2) 60%, transparent 65%, transparent 100%);
    left: 0;
    transform: translateX(-100%);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
}

.join_our_community_2064 h3 {
    padding: 1.5rem 2rem;
    transform: translateY(0) translateZ(30px);
    z-index: 3;
    color: #000000;
    width: 80%;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 2rem;
    border-radius: 17px 17px 0 0;
    background: #ffffff;
    position: relative;
    align-self: center;
    text-align: center;
    box-shadow: 0 -15px 25px rgba(0, 0, 0, 0.1);
}

.join_our_community_2064 input[type="email"]:focus {
    transform: scale(1.02);
    outline: none;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1), 0 0 0 2px rgb(128,140,160,0.5);
}

.join_our_community_2064 .sub_border_3870::before {
    border-radius: 10px;
    height: 100%;
    content: "";
    opacity: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(to right, rgb(128,140,160), rgb(92,101,117));
    position: absolute;
    transition: opacity 0.3s ease;
    z-index: -1;
    top: 0;
}

.welcome_4628::after {
    width: 120%;
    pointer-events: none;
    opacity: 0.1;
    height: 120%;
    z-index: 1;
    left: -10%;
    top: -10%;
    content: "";
    background-image: 
    repeating-linear-gradient(45deg, rgb(128,140,160,0.5) 0, rgb(128,140,160,0.5) 1px, transparent 1px, transparent 16px),
    repeating-linear-gradient(135deg, rgb(92,101,117,0.5) 0, rgb(92,101,117,0.5) 1px, transparent 1px, transparent 16px);
    position: absolute;
}

.welcome_4628 .expert_zone_1724 h1 {
    background-clip: text !important;
    color: transparent;
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transform: translateX(-5px);
    font-size: 45px;
    margin: 0 0 1.5rem;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.85) 100%);
    -webkit-background-clip: text !important;
    line-height: 1.2;
}

.about_this_7814 {
    padding: 160px 0;
    overflow: hidden;
    background: rgb(165,177,197);
    position: relative;
}

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

.about_this_7814 .pro_study_3691 {
    grid-template-columns: 1fr 1fr;
    gap: 40px 60px;
    grid-template-areas:
        "logo director"
        "content director";
    display: grid;
    position: relative;
    grid-template-rows: auto 1fr;
}

.about_this_7814 .pic_zoom_9514 {
    position: absolute;
    transition: transform 0.8s ease;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}

.about_this_7814 .class_experts_2394:hover .smart_track_8913 {
    transform: translateY(-10px);
}

.about_this_7814 .learning_track_2506::after {
    content: "";
    height: 2px;
    transition: width 0.3s ease;
    left: 0;
    background: rgb(128,140,160);
    position: absolute;
    width: 40px;
    bottom: 0;
}

.about_this_7814 .quick_classes_0647 svg path {
    transition: fill 0.3s ease;
    fill: rgb(128,140,160);
}

.about_this_7814 .text_header_8542 {
    flex-direction: column;
    position: relative;
    grid-area: content;
    display: flex;
    justify-content: center;
    padding-right: 30px;
}

.about_this_7814 .text_header_8542 p::first-letter {
    color: rgb(128,140,160);
    font-weight: 600;
    font-size: 130%;
}

.find_us_4261::after {
    top: -10%;
    z-index: 1;
    position: absolute;
    animation: float 15s infinite alternate ease-in-out;
    background: radial-gradient(
        circle at center,
        rgba(rgb(128,140,160,0.5), 0.15),
        rgba(rgb(92,101,117,0.5), 0.05) 60%,
        transparent 80%
    );
    width: 30%;
    height: 50%;
    content: "";
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    right: -5%;
}

.find_us_4261 .info_request_4108 > div:first-child {
    padding: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.01em;
    background: linear-gradient(135deg, rgba(rgb(128,140,160,0.5), 0.1), rgba(rgb(128,140,160,0.5), 0.03));
    color: #000000;
    border-left: 3px solid rgb(128,140,160);
    font-size: calc(18px + 0.1rem);
}

.find_us_4261 .reach_out_4852 {
    gap: 1.25rem;
    display: flex;
    flex-direction: column;
}

.find_us_4261 .ask_for_help_2975::before {
    left: 0;
    height: 1.5px;
    background: linear-gradient(90deg, rgb(128,140,160), rgb(92,101,117));
    width: 0;
    content: "";
    transition: width 0.3s ease;
    position: absolute;
    bottom: -4px;
}

footer::before {
    top: 0;
    background: linear-gradient(145deg, rgb(165,177,197) 0%, rgb(128,140,160,0.5) 100%);
    z-index: -2;
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    opacity: 0.9;
}

.price_table_7316 .company_holder h3 {
    font-size: 34px;
    font-weight: 700;
    color: rgb(128,140,160);
    margin: 0 0 1.5rem;
    position: relative;
    letter-spacing: 0.5px;
}

.price_table_7316 .forum_link_8647 {
    border-radius: 10px;
    line-height: 1.7;
    border-left: 3px solid rgb(92,101,117);
    font-size: 18px;
    background: rgb(165,177,197);
    color: #000000;
    padding: 1.5rem;
    position: relative;
}

.price_table_7316 .header_pagewrap_1036 .site_core_5871 a {
    padding: 0.8rem 1.5rem;
    align-items: center;
    display: flex;
    position: relative;
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
}

.price_table_7316 .header_pagewrap_1036 .site_core_5871 a:hover::after {
    opacity: 1;
}

.gift_card_7549 .container {
    justify-content: center;
    align-items: center;
    display: flex;
}

.program_overview_1482::before {
    z-index: 0;
    filter: blur(120px);
    position: absolute;
    width: 300px;
    top: -10%;
    height: 300px;
    opacity: 0.4;
    content: "";
    background: linear-gradient(45deg, rgb(128,140,160,0.5) 0%, rgb(92,101,117,0.5) 100%);
    right: -5%;
}

.program_overview_1482 .career_path_0623:hover {
    transform: translateY(-5px);
}

.program_overview_1482 .pic_zoom_9514::after {
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
}

.program_overview_1482 .career_path_0623:hover h3 {
    color: rgb(128,140,160);
    transform: translateY(-3px);
    padding-left: 15px;
}

.program_overview_1482 .career_path_0623:hover h3::after {
    background-color: rgb(128,140,160);
    width: 100px;
}

.program_overview_1482 p.description {
    line-height: 1.8;
    color: #000000;
    position: relative;
    padding-right: 15px;
    font-size: 15px;
    overflow-y: auto;
    max-height: 300px;
    margin-bottom: 20px;
}



@media (max-width: 767px) {.tariff_plan_5930 {
    padding: 60px 0 40px;
}.tariff_plan_5930 .discount_deals_4081 {
    margin-bottom: 40px;
}.tariff_plan_5930 .learning_fees_0895 {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.tariff_plan_5930 .rate_panel_0256 {
    padding: 25px 20px;
}.tariff_plan_5930 .rate_panel_0256 h3 {
    font-size: 20px;
}.tariff_plan_5930 .rate_schemes_6781 {
    font-size: calc(20px + 2px);
}.tariff_plan_5930 .rate_panel_0256 p {
    font-size: calc(15px - 1px);
}.tariff_plan_5930 .pic_zoom_9514 {
    height: 180px;
}
}



@media (max-width: 767px) {.privacy_section_0746 {
    padding: 2.5rem 1.25rem;
}.privacy_section_0746::after {
    display: none;
}.privacy_section_0746 h1 {
    font-size: calc(38px * 0.8);
    transform: translateX(0);
}.privacy_section_0746 h2 {
    font-size: calc(33px * 0.8);
    padding-left: 0.75rem;
}.privacy_section_0746 h3 {
    font-size: calc(33px * 0.7);
}.privacy_section_0746 h4 {
    font-size: calc(33px * 0.6);
}.privacy_section_0746 p, .privacy_section_0746 span, .privacy_section_0746 li {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.privacy_section_0746 ul {
    margin-left: 0.5rem;
}.privacy_section_0746 li {
    padding-left: 1.25rem;
}
}



@media screen and (max-width: 480px) {.contact_information_9520 {
    padding: 50px 0;
}.contact_information_9520 h2 {
    font-size: calc(36px * 0.8);
}.contact_information_9520 .pic_zoom_9514 {
    min-height: 200px;
}.contact_information_9520 .inquiry_widget_3981 {
    padding: 30px 20px;
}.contact_information_9520 .inquiry_widget_3981::before {
    left: 20px;
    width: calc(100% - 40px);
}.contact_information_9520 form h3 {
    margin-bottom: 25px;
    font-size: calc(21px * 0.9);
}.contact_information_9520 form input[type="text"] {
    padding: 15px 20px;
}.contact_information_9520 form .support_section_7310 {
    width: 100%;
    text-align: center;
}}



@media (min-width: 1400px) {header .main_sitewrap_2790 {
    margin: 0 auto;
    max-width: 1320px;
}header .site_navbar_7849 {
    margin: 0 2px;
}header .site_navbar_7849 a {
    padding: 0 1.5rem;
}
}



@media (min-width: 768px) {.explore_now_1687 {
    padding: 5rem 3rem;
}.explore_now_1687 .container {
    grid-template-columns: 2fr 1fr;
    align-items: center;
    transform: perspective(1200px) rotateX(1deg);
}.explore_now_1687 h6 {
    font-size: calc(18px * 1.4);
    padding-right: 2rem;
    text-align: left;
}.explore_now_1687 h6::after {
    transform: translateX(0) scaleX(0);
    left: 0;
    bottom: -20px;
}.explore_now_1687:hover h6::after {
    transform: translateX(0) scaleX(1);
}.explore_now_1687 div div {
    justify-content: flex-start;
    padding-top: 0;
}.explore_now_1687 .support_section_7310 {
    padding: 1rem 2.8rem;
}
}



@media (min-width: 768px) {.join_our_community_2064 {
    padding: 8rem 3rem;
}.join_our_community_2064 h3 {
    width: 70%;
}.join_our_community_2064 .input_holder {
    padding: 5rem 3rem 3rem;
}.join_our_community_2064 .sub_border_3870 {
    width: 60%;
}
}



@media (max-width: 480px) {.welcome_4628 .edu_trackfast_9854 > div:first-child h3 {
    font-size: calc(23px * 0.8);
}.welcome_4628 .expert_zone_1724 {
    padding: 1.5rem;
}.welcome_4628 .expert_zone_1724 h1 {
    font-size: calc(45px * 0.7);
}.welcome_4628 .expert_zone_1724 > div {
    height: 120px;
}.welcome_4628 .expert_zone_1724 > div p {
    font-size: calc(14px * 0.9);
    padding: 0.75rem;
}}



@media (max-width: 767px) {.about_this_7814 {
    padding: 80px 0;
}.about_this_7814 .pro_study_3691 {
    gap: 25px;
}.about_this_7814 .class_experts_2394 {
    height: 400px;
}.about_this_7814 .smart_track_8913 {
    padding: 25px;
}.about_this_7814 .quick_classes_0647 {
    padding: 15px 0;
}.about_this_7814 .quick_classes_0647 svg {
    width: 50px;
    margin-right: 15px;
    height: 50px;
}.about_this_7814 h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 20px;
}.about_this_7814 .text_header_8542 p {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}
}



@media (max-width: 480px) {.find_us_4261 {
    padding: 3rem 1rem;
}.find_us_4261 h1 {
    font-size: calc(40px * 0.8);
}.find_us_4261 .info_request_4108 {
    padding: 1.5rem;
}.find_us_4261 .info_request_4108 > div {
    padding: 0.75rem;
}.find_us_4261 .info_request_4108 > div:first-child {
    font-size: 18px;
    padding: 1.25rem;
}}



@media (max-width: 420px) {.price_table_7316 .company_holder h3::after {
    width: 50px;
}.price_table_7316 .header_pagewrap_1036 .site_core_5871 a:hover {
    padding-left: 2rem;
}.gift_card_7549 .qna_board_4386 {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}



@media (max-width: 767px) {.program_overview_1482 {
    padding: 70px 0;
}.program_overview_1482 .text_header_8542 {
    padding: 30px 20px;
}.program_overview_1482 h3 {
    margin-bottom: 20px;
    font-size: calc(20px * 0.9);
}.program_overview_1482 p.description {
    font-size: calc(15px * 0.95);
    max-height: 200px;
    line-height: 1.7;
}
}



@keyframes breatheGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}



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



@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(rgb(128,140,160), 0.5);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(rgb(128,140,160), 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(rgb(128,140,160), 0);
  }
}



@keyframes float {
  0%, 100% { transform: translateY(-10px); }
  50% { transform: translateY(0); }
}



@keyframes pulse {
    0% {
        opacity: 0.7;
        transform: scale(0.98);
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0.7;
        transform: scale(0.98);
    }
}

