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

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

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

.program-structure-428::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(128,140,160,0.5),
        rgb(128,140,160,0.5) 2px,
        transparent 2px,
        transparent 12px
    );
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    opacity: 0.04;
    width: 100%;
    height: 100%;
}



.program-structure-428 .text-drawer-321 h2::after {
    height: 4px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    border-radius: 10px;
    background: rgb(92,101,117);
    transition: width 0.4s ease;
    width: 3rem;
}

.program-structure-428 .img-strip-427 {
    border-radius: 0;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(5deg) rotateY(-5deg);
    z-index: 2;
    height: 320px;
    margin-top: -2rem;
}

.contact-form-section-046 h2 {
    font-weight: 700;
    color: #000000;
    font-size: 28px;
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 3px solid rgb(128,140,160);
    position: relative;
    margin-bottom: 50px;
}

.contact-form-section-046 .request-support-509 {
    flex: 0 0 55%;
    padding: 60px;
    position: relative;
    background: #ffffff;
}

.contact-form-section-046 input[type="text"] {
    width: 100%;
    border-radius: 0 10px 10px 0;
    border-left: 3px solid rgb(128,140,160);
    border: none;
    transition: all 0.3s ease;
    color: #000000;
    background: rgb(165,177,197);
    padding: 15px 20px;
    font-size: 14px;
}

.contact-form-section-046 .support-inquiry-654 input[type="checkbox"]:checked {
    background: rgb(128,140,160);
    border-color: rgb(128,140,160);
}

.contact-form-section-046 .support-inquiry-654 a {
    color: rgb(128,140,160);
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}

.contact-form-section-046 .help-card-589 {
    overflow: hidden;
    position: relative;
    align-self: flex-start;
    cursor: pointer;
    font-size: 20px;
    border: none;
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
    margin-top: 15px;
    background: rgb(128,140,160);
    padding: 15px 35px;
}

.footer-account-318 .container {
    flex-wrap: wrap;
    display: flex;
}

.footer-account-318 .academy-info-382 {
    margin: 0 auto;
    color: #ffffff;
    padding: 15px 20px;
    text-align: center;
    line-height: 1.7;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.1);
    max-width: 80%;
    border-radius: 10px;
}

.footer-account-318 .top-bar-365 h5 {
    text-align: center;
    padding-bottom: 10px;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 20px;
}

.stats-tool-210::before {
    height: 1px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    content: '';
    position: absolute;
    top: 0;
    right: 20%;
    left: 20%;
    opacity: 0.2;
}

.training-method-932::after {
    content: "";
    opacity: 0.4;
    height: 120%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(128,140,160,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(92,101,117,0.5) 0%, transparent 25%);
    width: 120%;
    filter: blur(60px);
    animation: glowMove 15s ease-in-out infinite alternate;
    left: -10%;
    z-index: 0;
    position: absolute;
    top: -10%;
}

.training-method-932 span::before {
    bottom: 0;
    clip-path: polygon(
        0 5%, 
        5% 0, 
        95% 0, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0 95%
    );
    content: "";
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    right: 0;
    left: 0;
    z-index: -1;
    top: 0;
    position: absolute;
}

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

.about-this-547::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background: repeating-linear-gradient(
        45deg,
        rgb(92,101,117,0.5) 0,
        rgb(92,101,117,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    opacity: 0.05;
}

.about-this-547 .training-pro-954 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    grid-template-rows: auto;
}

.about-this-547 .diff-block-230:nth-child(1)::before {
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.03));
    content: "";
    z-index: -1;
    height: 100%;
    position: absolute;
    width: 40px;
    top: 0;
    right: 0;
}

.about-this-547 .diff-block-230:nth-child(1)::after {
    content: "";
    left: -100%;
    z-index: -1;
    height: 80px;
    top: -100%;
    position: absolute;
    transition: all 0.5s ease;
    background: rgb(128,140,160,0.5);
    border-radius: 50%;
    width: 80px;
    opacity: 0.1;
}

.about-this-547 .diff-block-230:nth-child(2) p {
    color: rgba(255, 255, 255, 0.9);
}

.about-this-547 .container::before {
    content: "";
    background: rgb(92,101,117,0.5);
    z-index: 0;
    filter: blur(50px);
    height: 200px;
    position: absolute;
    border-radius: 50%;
    width: 200px;
    right: -50px;
    top: -50px;
    opacity: 0.05;
}

.find-support-594::after {
    transform: rotate(12deg) translateZ(0);
    bottom: -10%;
    opacity: 0.15;
    position: absolute;
    height: 35%;
    z-index: 0;
    filter: blur(30px);
    background: linear-gradient(220deg, rgb(92,101,117,0.5) 0%, rgb(128,140,160,0.5) 100%);
    left: -5%;
    animation: float 18s ease-in-out infinite reverse;
    width: 35%;
    content: "";
}

.find-support-594 .contact-panel-539 > div:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.03);
}

.find-support-594 .contact-panel-539 > div:first-child {
    line-height: 1.7;
    font-size: calc(17px + 0.1rem);
    color: #000000;
    letter-spacing: -0.01em;
    background: linear-gradient(145deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.6) 100%);
    border-left: 4px solid rgb(128,140,160);
    padding: 2.5rem;
}

.find-support-594 .info-request-734 > div {
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.find-support-594 .learn-chat-081:hover {
    border-left-color: rgb(128,140,160);
    background: rgba(255,255,255,0.8);
    color: rgb(128,140,160);
}

.find-support-594 .learn-chat-081:hover svg path {
    fill: rgb(128,140,160);
}

.privacy-corner-758::after {
    transform: rotate(15deg);
    background: linear-gradient(230deg, rgb(92,101,117,0.5), rgb(128,140,160,0.5));
    z-index: 0;
    height: 200px;
    bottom: -10%;
    position: absolute;
    width: 200px;
    filter: blur(50px);
    opacity: 0.2;
    content: "";
    left: -5%;
}

.privacy-corner-758 .container:hover h1::after {
    width: 120px;
}

.privacy-corner-758 h2 {
    margin: 2.5rem 0 1.25rem;
    font-weight: 600;
    display: inline-block;
    font-size: 28px;
    position: relative;
    color: #000000;
    letter-spacing: -0.01em;
}

.privacy-corner-758 h3 {
    font-weight: 600;
    color: #000000;
    padding-left: 15px;
    margin: 2rem 0 1rem;
    position: relative;
    font-size: calc(28px * 0.8);
}

.privacy-corner-758 p {
    margin-bottom: 1.5rem;
    z-index: 1;
    line-height: 1.75;
    font-size: 18px;
    color: #000000;
    position: relative;
}

.privacy-corner-758 ul::before {
    background: linear-gradient(to bottom, 
        rgb(128,140,160,0.5),
        rgb(92,101,117,0.5),
        transparent);
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
    content: "";
    left: 0;
}

.program-outcomes-310::before {
    height: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgb(128,140,160,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(92,101,117,0.5) 0%, transparent 40%);
    content: '';
    width: 100%;
    opacity: 0.4;
    z-index: 1;
    left: 0;
    top: 0;
}

.program-outcomes-310 .text_main_holder {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    margin-top: 1rem;
}

.program-outcomes-310 .text_main_holder > div::before {
    border-radius: 19px;
    position: absolute;
    left: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgb(128,140,160) 0%, transparent 100%);
    top: 0;
    width: 0;
    height: 100%;
    opacity: 0.1;
    content: '';
    transition: width 0.4s ease;
}

.program-outcomes-310 .text_main_holder p {
    z-index: 2;
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    margin: 0;
    color: #000000;
}

.join-our-community-102 .container {
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}

.join-our-community-102 .promise-block-518::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    pointer-events: none;
    width: 100%;
    animation: lightSweep 8s ease-in-out infinite;
}

.join-our-community-102 .input_holder span {
    width: 100%;
    position: relative;
}

.join-our-community-102 input[type="email"]::placeholder {
    color: rgba(255,255,255,0.7);
}

.join-our-community-102 .subscribe-feature-267 {
    width: 100%;
    font-family: Arial, sans-serif;
    border: none;
    font-size: 20px;
    transform: translateZ(0);
    padding: 1rem;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: rgb(128,140,160);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    letter-spacing: 0.05em;
    cursor: pointer;
    font-weight: 600;
}

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

.thxDiv-526 h2::before {
    transform: scaleX(0);
    content: "";
    transform-origin: left;
    position: absolute;
    left: 0;
    background: rgb(128,140,160);
    animation: expandLine 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.8s;
    top: -15px;
    height: 4px;
    width: 80px;
}

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

.thxDiv-526 li::before {
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1.2s;
    border-radius: 50%;
    transform: scale(0);
    top: 10px;
    left: -30px;
    background: rgb(128,140,160);
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
}

header .header-bar-769:before {
    position: absolute;
    background: linear-gradient(to right, 
        transparent, 
        rgb(128,140,160,0.5),
        transparent
    );
    content: '';
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
}

header .head-wrap-356 {
    position: relative;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

header .top-bar-365:before {
    content: '';
    opacity: 0;
    background: rgb(128,140,160);
    transform-origin: center;
    transform: scaleX(0.9);
    left: 0;
    position: absolute;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
    bottom: -8px;
    height: 2px;
}

header .nav-pro-210:hover {
    color: rgb(128,140,160);
}

header .nav-pro-210:hover:before {
    transform: translateX(0);
}

header .top-class-398:before {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 2px solid transparent;
    width: 100%;
    border-radius: 10px;
    height: 100%;
    background: linear-gradient(rgb(165,177,197), rgb(165,177,197)) padding-box,
                linear-gradient(135deg, rgb(128,140,160), rgb(92,101,117)) border-box;
    content: '';
    left: 0;
    position: absolute;
    opacity: 0;
    top: 0;
}

.welcome-354 .start-front-314 {
    transform-style: preserve-3d;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}

.welcome-354 h3:hover {
    transform: translateZ(30px) rotateX(0deg);
}

.welcome-354 .skill-classes-506 {
    position: relative;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    transform-style: preserve-3d;
    height: 500px;
    transform: translateZ(10px) rotateY(-2deg);
}

.welcome-354 .skill-classes-506 p {
    max-width: 70%;
    margin-bottom: 1.5rem;
    padding-left: 2rem;
    font-size: calc(18px * 1.1);
    transform: translateX(-10px);
    opacity: 0.9;
    font-weight: 400;
    position: relative;
    color: #ffffff;
    animation: slideIn 0.8s 0.3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.price-offering-438::before {
    width: 100%;
    position: absolute;
    left: 0;
    pointer-events: none;
    height: 100%;
    top: 0;
    background: radial-gradient(circle at 30% 70%, rgb(92,101,117,0.5) 0%, transparent 60%);
    z-index: 0;
    content: "";
}

.price-offering-438 .pricing-block-741 .monthly-rate-865 {
    max-width: 700px;
    font-size: 15px;
    line-height: 1.6;
    overflow-wrap: break-word;
    margin-bottom: 0;
    word-break: break-word;
    color: #000000;
}

.price-offering-438 .learn-sub-150:hover {
    transform: translateY(-10px);
    z-index: 5;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.price-offering-438 .learn-sub-150:hover .price-grid-830::before {
    transform: scaleX(1);
}

.price-offering-438 .fee-plans-406 {
    flex: 1;
    padding: 30px;
    flex-direction: column;
    position: relative;
    display: flex;
    z-index: 1;
}

.price-offering-438 .sub-options-013 {
    font-weight: 700;
    display: inline-block;
    font-size: calc(19px + 4px);
    margin-bottom: 20px;
    position: relative;
    color: rgb(92,101,117);
}

.price-offering-438 .img-strip-427 {
    height: 200px;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
}

.education-experience-397 {
    height: 500px;
    overflow: hidden;
    position: relative;
    background: rgb(165,177,197);
}

.education-experience-397 .img-strip-427 {
    transform: translateX(-5%);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    filter: grayscale(30%) contrast(1.1);
    left: 0;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    height: 130%;
    top: -15%;
    border-radius: 0;
    width: 45%;
    z-index: 2;
    position: absolute;
}

.education-experience-397 .name {
    animation: slide-left 0.7s forwards 0.2s;
    transform: translateX(50px);
    margin-bottom: 0.7rem;
    color: #000000;
    font-weight: 700;
    opacity: 0;
    font-size: 46px;
    position: relative;
}



.education-experience-397 .exp-box-309::before {
    left: 0;
    content: "";
    width: 5px;
    top: 0;
    border-radius: 10px;
    background: linear-gradient(
        to bottom,
        rgb(128,140,160) 0%,
        rgb(92,101,117) 100%
    );
    position: absolute;
    height: 100%;
}

.education-experience-397:hover .work-projects-391 > div:nth-child(2) {
    transform: translateY(-3px);
    transition-delay: 0.2s;
}



@media (min-width: 768px) {.program-structure-428 .program-plan-214 {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2rem;
}.program-structure-428 .text-drawer-321 {
    margin-right: -4rem;
    grid-column: 1 / 2;
    align-self: center;
}.program-structure-428 .img-strip-427 {
    transform: perspective(1000px) rotateX(8deg) rotateY(-8deg);
    grid-column: 2 / 3;
    margin-top: 0;
    height: 400px;
}.program-structure-428 .img-strip-427::before {
    position: absolute;
    width: 60%;
    opacity: 0.4;
    bottom: -20px;
    content: "";
    background: rgb(92,101,117);
    z-index: -1;
    height: 20px;
    filter: blur(15px);
    left: 20px;
}
}


@media (min-width: 768px) {.footer-account-318 .top-primary-896 {
    justify-content: space-between;
}.footer-account-318 .company_holder {
    flex: 0 0 30%;
    text-align: left;
}.footer-account-318 .gdpr-block-251 {
    flex: 0 0 65%;
}.footer-account-318 .container {
    align-items: flex-start;
    justify-content: space-between;
}.footer-account-318 .academy-info-382 {
    max-width: 100%;
    text-align: left;
    margin: 0;
}
}



@media screen and (max-width: 991px) {.about-this-547 {
    padding: 90px 0;
}.about-this-547 h2 {
    margin-bottom: 60px;
}.about-this-547 .diff-block-230:nth-child(1) {
    padding: 50px 30px 50px 20px;
}.about-this-547 .diff-block-230:nth-child(2) {
    padding: 50px 20px 50px 50px;
}
}



@media screen and (max-width: 576px) {.about-this-547 {
    padding: 60px 0;
}.about-this-547 h2 {
    font-size: 35px;
    margin-bottom: 40px;
}.about-this-547 .diff-block-230:nth-child(1),
    .about-this-547 .diff-block-230:nth-child(2) {
    padding: 30px 20px;
}.about-this-547 .diff-block-230 h3 {
    font-size: calc(16px + 0.1rem);
    margin-bottom: 15px;
}.about-this-547 .diff-block-230 p {
    font-size: calc(13px - 0.05rem);
}}



@media (max-width: 992px) {.privacy-corner-758 {
    padding: 3rem 1.5rem;
}.privacy-corner-758 .container {
    padding: 2.5rem;
}.privacy-corner-758 h1 {
    font-size: calc(44px * 0.9);
}.privacy-corner-758 h2 {
    font-size: calc(28px * 0.9);
}
}



@media (max-width: 576px) {.privacy-corner-758 {
    padding: 2rem 0.75rem;
}.privacy-corner-758 .container {
    padding: 1.5rem;
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 8px),
            calc(100% - 8px) 100%,
            0 100%
        );
}.privacy-corner-758 h1 {
    font-size: calc(44px * 0.7);
    padding-bottom: 0.75rem;
}.privacy-corner-758 h1::after {
    height: 3px;
    width: 60px;
}.privacy-corner-758 h2 {
    font-size: calc(28px * 0.7);
}.privacy-corner-758 h2::before {
    height: 8px;
}.privacy-corner-758 h3 {
    padding-left: 12px;
    font-size: calc(28px * 0.6);
}.privacy-corner-758 h3::before {
    width: 3px;
}.privacy-corner-758 h4 {
    font-size: calc(28px * 0.55);
}.privacy-corner-758 p, 
    .privacy-corner-758 li,
    .privacy-corner-758 span {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.privacy-corner-758 ul {
    padding-left: 1.25rem;
}.privacy-corner-758 span {
    padding-left: 0.75rem;
}}



@media (max-width: 767px) {.join-our-community-102 .promise-block-518 {
    padding: 2.5rem 1.5rem;
}.join-our-community-102 h4 {
    font-size: calc(20px * 1.1);
}.join-our-community-102 input[type="email"],
    .join-our-community-102 .subscribe-feature-267 {
    padding: 0.8rem 1.2rem;
}
}



@media (max-width: 576px) {.thxDiv-526 {
    padding: 60px 0 40px;
}.thxDiv-526::before,
    .thxDiv-526::after {
    opacity: 0.5;
}.thxDiv-526 .container {
    padding: 0 20px;
}.thxDiv-526 h2 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.7);
}.thxDiv-526 h2::before {
    width: 60px;
    height: 3px;
    top: -10px;
}.thxDiv-526 .promise-block-518 {
    transform: none;
    padding: 25px 20px;
}.thxDiv-526 span {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}.thxDiv-526 li::before {
    width: 8px;
    left: -20px;
    height: 8px;
}}



@media (max-width: 767px) {.welcome-354 h3 {
    padding: 1.25rem;
    margin-bottom: 0;
    font-size: calc(18px * 0.9);
}.welcome-354 .skill-classes-506 {
    height: 400px;
}.welcome-354 .skill-classes-506 > div {
    padding: 2rem;
}.welcome-354 .skill-classes-506 p {
    padding-left: 1.5rem;
    font-size: 18px;
    max-width: 100%;
}.welcome-354 .title_style_header {
    max-width: 100%;
    font-size: calc(47px * 0.9);
}.welcome-354 .title_style_header::after {
    width: 80px;
    height: 3px;
}}



@media (min-width: 1200px) {.price-offering-438 {
    padding: 120px 0;
}.price-offering-438 .fee-board-826 {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.price-offering-438 .pricing-block-741 h2 {
    font-size: calc(35px + 4px);
}.price-offering-438 .fee-plans-406 h3 {
    font-size: calc(19px + 4px);
}.price-offering-438 .sub-options-013 {
    font-size: calc(19px + 8px);
}.price-offering-438 .img-strip-427 {
    height: 280px;
}
}



@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}



@keyframes glowMove {
    0% {
        transform: translateX(-5%) translateY(-5%);
    }
    100% {
        transform: translateX(5%) translateY(5%);
    }
}



@keyframes lineGlow {
    0%, 100% {
        opacity: 0.5;
        box-shadow: 0 0 5px rgb(128,140,160,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 12px rgb(128,140,160);
    }
}



@keyframes slideInTitle {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes slideUpFadeIn {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



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



@keyframes lineGrow {
  to {
    height: 80%;
  }
}

@keyframes parallax-shift {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

