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

* {
    scrollbar-color: rgb(241,220,233) rgb(213,169,197);
    scrollbar-width: auto;
}


.gratefulPage-style {
    background: linear-gradient(135deg, rgb(241,220,233) 0%, rgb(186,129,162,0.5) 100%);
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
}

.gratefulPage-style .method-innov-style {
    display: flex;
    background: #ffffff;
    position: relative;
    padding: 60px 50px;
    border-left: 5px solid rgb(213,169,197);
    flex-direction: column;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-2deg);
}

.gratefulPage-style h5 {
    font-family: Arial, sans-serif;
    color: #000000;
    margin: 0;
    font-size: 19px;
    line-height: 1.4;
    display: inline-block;
    position: relative;
    font-weight: 700;
}

.gratefulPage-style a {
    text-decoration: none;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.secure-grotto-style h1 {
    color: rgb(213,169,197);
    text-align: center;
    font-weight: 700;
    font-size: 38px;
    padding-bottom: 10px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 3px solid rgb(186,129,162);
}

.secure-grotto-style li {
    padding: 10px 0;
    border-bottom: 1px solid rgb(186,129,162,0.5);
}

header .head-primary-style::before {
    top: 0;
    position: absolute;
    opacity: 0.1;
    animation: slidePattern 25s linear infinite;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(186,129,162,0.5) 10px,
        rgb(186,129,162,0.5) 11px
    );
}

header .top-page-style:hover {
    box-shadow: 8px 8px 0 rgb(213,169,197);
    transform: rotate(0deg) translateY(-5px);
}

header .top-page-style svg {
    filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
    width: auto;
    height: 45px;
}

header .nav-class-style {
    position: relative;
    margin: 5px 3px;
}

header .nav-class-style:nth-child(even) {
    transform: translateY(3px);
}

header .nav-class-style a::after {
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(213,169,197) 0%, rgb(186,129,162) 100%);
    bottom: 0;
    position: absolute;
    transition: transform 0.3s ease 0.1s;
    width: 100%;
    transform-origin: left;
    transform: scaleX(0);
    height: 2px;
}

.instructor-profile-style .container {
    padding: 0 1.5rem;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    transform-style: preserve-3d;
    position: relative;
}

.instructor-profile-style .success-quotes-style > div:first-child {
    align-self: start;
    position: relative;
}

.instructor-profile-style .pic-border-style::after {
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgba(rgb(213,169,197), 0.2) 0%, transparent 100%);
    z-index: 1;
}

.instructor-profile-style .name {
    font-size: calc(22px * 1.1);
    position: relative;
    color: rgb(213,169,197);
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: 700;
    transition: transform 0.4s ease;
    transform: translateX(0);
}

.instructor-profile-style .career-tasks-style::before {
    content: "";
    width: 3px;
    background: linear-gradient(to bottom, rgb(213,169,197) 0%, rgb(186,129,162) 100%);
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
}

.company-info-style h3 {
    font-weight: 700;
    grid-column: 1 / 4;
    padding-bottom: 20px;
    display: inline-block;
    font-size: 30px;
    color: #000000;
    margin-bottom: 50px;
    position: relative;
}

.company-info-style .virtual-study-style span {
    display: block;
    font-size: 20px;
    color: rgb(213,169,197);
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
}

.company-info-style .study-track-style:hover {
    transform: translateX(0);
}

.company-info-style .study-track-style p::after {
    position: absolute;
    height: 2px;
    background: rgb(186,129,162);
    top: 30px;
    right: -40px;
    content: "";
    width: 30px;
}

.company-info-style .method-innov-style::before {
    width: 150px;
    content: "";
    position: absolute;
    bottom: 50px;
    border-radius: 50%;
    left: -70px;
    z-index: 0;
    border: 3px solid rgb(213,169,197,0.5);
    height: 150px;
}

.company-info-style .study-track-style::after {
    position: absolute;
    bottom: -20px;
    background: rgb(186,129,162,0.5);
    border-radius: 50%;
    content: "";
    z-index: -1;
    opacity: 0.3;
    width: 80px;
    right: -20px;
    height: 80px;
}

.take-a-spin-style .container {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
    transform: translateZ(20px);
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    max-width: 1200px;
}

.take-a-spin-style span {
    transform-style: preserve-3d;
    transition: transform 0.3s ease-out;
    position: relative;
    display: inline-block;
}

.take-a-spin-style a.request-reach-style:hover::before {
    transform: translateX(100%);
}

.take-a-spin-style a.request-reach-style span {
    z-index: 1;
    transition: transform 0.3s ease;
    position: relative;
    display: inline-block;
}

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

.cookieUsagePromptBar-style p {
    font-size: 18px;
}

.cookies-tracking-style svg, .cookies-tracking-style svg path, .cookies-tracking-style img {
    width: 100px;
    height: 100px;
    fill: rgb(213,169,197);
}

.wrap-structure-style .tracking-policy-style {
    margin-left: 30px;
    color: #ffffff;
    padding: 10px;
    font-size: 20px;
    background: rgb(213,169,197);
}

.statistical-summary-style .container {
    margin: 0 auto;
    display: flex;
    z-index: 5;
    align-items: center;
    position: relative;
    padding: 0 30px;
    max-width: 1400px;
    flex-direction: column;
}

.statistical-summary-style h2::after {
    left: calc(100% + 20px);
}

.statistical-summary-style .statistics-experts-style {
    align-items: center;
    justify-content: center;
    width: 150px;
    border-radius: 50%;
    background: #ffffff;
    height: 150px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    flex-direction: column;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    display: flex;
    padding: 20px;
    z-index: 3;
}

.statistical-summary-style .statistics-experts-style:nth-child(6) {
    --rotation: 180deg;
}

.statistical-summary-style .statistics-experts-style:nth-child(9) {
    --rotation: 288deg;
}

.statistical-summary-style .statistics-experts-style:hover {
    transform: scale(1.1);
    z-index: 10;
}

.statistical-summary-style svg path {
    fill: rgb(186,129,162);
}

.statistical-summary-style ul.items-2,
.statistical-summary-style ul.items-3,
.statistical-summary-style ul.items-4 {
    margin: 0 auto;
    max-width: 800px;
}

.price-set-style::before {
    content: "";
    width: 100%;
    left: 0;
    z-index: 1;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.7) 100%);
    top: 0;
    position: absolute;
}

.price-set-style .study-costs-style li {
    transform: translateY(20px);
    animation-delay: calc(0.6s + (0.15s * var(--i, 0)));
    animation: fadeInUp 0.8s forwards;
    opacity: 0;
    height: 100%;
}

.price-set-style .sub-options-style:hover {
    transform: translateY(-10px);
}

.price-set-style .plan-rates-style::before {
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transform: scaleX(0);
    height: 5px;
    width: 100%;
    content: "";
    background: linear-gradient(to right, 
        rgb(213,169,197), 
        rgb(186,129,162));
    top: 0;
    left: 0;
    position: absolute;
}

.price-set-style .sub-options-style:hover .price-panel-style h4::after {
    width: 60px;
}

.price-set-style .sub-options-style:hover .edu-deals-style {
    color: rgb(213,169,197);
}

footer .report-abuse-style {
    font-family: Arial, sans-serif;
    position: relative;
    background: linear-gradient(135deg, rgb(213,169,197), rgb(186,129,162));
    padding: 80px 0 30px;
    color: #ffffff;
}

footer .info_item:nth-child(1) {
    transform: translateY(-20px);
}

footer .info_item:nth-child(3) {
    transform: translateY(-10px);
}

footer .info_item:hover {
    transform: scale(1.05) translateY(0);
    background-color: rgb(186,129,162,0.5);
    z-index: 2;
}

footer .info_item a:hover {
    text-decoration: underline;
}

footer .top-sitebar-style:hover, footer .top-pagebar-style:hover, footer .subscribe_holder:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
    background-color: rgb(186,129,162,0.5);
}

footer .top-sitebar-style svg {
    filter: brightness(0) invert(1);
    height: 50px;
    margin-bottom: 20px;
    width: auto;
}

footer .top-pagebar-style h5, footer .subscribe_holder h5 {
    font-size: 18px;
    display: inline-block;
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
}

footer .head-train-style a {
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 8px 15px;
    text-decoration: none;
    font-size: 12px;
    background-color: rgb(213,169,197,0.5);
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(213,169,197,0.5);
    background-color: rgba(255, 255, 255, 0.3);
}

footer .footer-subscribe-style {
    margin-top: 60px;
    text-align: center;
    position: relative;
}

.learning-system-style::before {
    width: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
    content: "";
    height: 100%;
    background: 
        linear-gradient(135deg, rgb(213,169,197,0.5) 0%, transparent 50%),
        linear-gradient(225deg, rgb(186,129,162,0.5) 0%, transparent 50%);
    opacity: 0.5;
    top: 0;
}

.learning-system-style .method-innov-style::before {
    animation: borderFlowInner 6s linear infinite;
    content: "";
    inset: 10px;
    position: absolute;
    border: 1px solid;
    border-image: linear-gradient(45deg, 
        rgb(213,169,197,0.5) 0%, 
        transparent 25%, 
        rgb(186,129,162,0.5) 50%, 
        transparent 75%, 
        rgb(213,169,197,0.5) 100%
    ) 1;
    z-index: 1;
}

.learning-system-style span::before {
    top: 0;
    height: 100%;
    left: 0;
    width: 5px;
    background: linear-gradient(to bottom, rgb(213,169,197,0.5), transparent);
    position: absolute;
    content: "";
}

.course-program-description-style .container {
    grid-template-rows: auto auto;
    gap: 20px;
    display: grid;
    width: 100%;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    padding: 0;
    grid-template-columns: 1fr;
    max-width: 1400px;
}

.course-program-description-style .education-path-style::after {
    width: 100%;
    opacity: 0.3;
    top: 0;
    content: '';
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 2px,
        rgba(rgb(213,169,197), 0.1) 2px,
        rgba(rgb(213,169,197), 0.1) 4px
    );
    pointer-events: none;
    position: absolute;
    height: 100%;
    z-index: 5;
    mix-blend-mode: overlay;
    left: 0;
}

.course-program-description-style .education-track-style::after {
    background: linear-gradient(90deg, 
                transparent 0%,
                rgb(186,129,162) 50%,
                transparent 100%);
    right: 0;
    width: 100%;
    bottom: 0;
    transform: scaleX(0);
    height: 2px;
}

.course-program-description-style .education-track-style h3 {
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 1.5rem;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 31px;
    padding-left: 20px;
}

.course-program-description-style .education-track-style h3 {
    font-size: calc(31px * 0.9);
}

.course-program-description-style .education-track-style .request-reach-style {
    font-weight: 600;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    text-transform: uppercase;
    transition: all 0.3s ease;
    padding: 12px 30px;
    background-color: transparent;
    letter-spacing: 2px;
    display: inline-block;
    font-size: 20px;
    border: 1px solid rgb(213,169,197);
    z-index: 1;
    text-decoration: none;
    margin-left: 20px;
}

.opening-board-style {
    height: 100vh;
    width: 100%;
    min-height: 700px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.opening-board-style .knowledge-track-styleGyU {
    z-index: 3;
    position: relative;
    animation: fadeInUp 1.2s ease-out forwards;
    transform: translateY(-2rem);
    padding: 3rem;
    grid-template-columns: 1fr;
    max-width: 1200px;
    display: grid;
    width: 85%;
    gap: 2rem;
}

.opening-board-style .title_style_header::after {
    bottom: -10px;
    content: "";
    width: 70%;
    position: absolute;
    background: linear-gradient(90deg, rgb(186,129,162) 0%, transparent 100%);
    left: 0;
    height: 3px;
}

.stay-updated-style {
    font-family: Arial, sans-serif;
    background: linear-gradient(120deg, rgb(213,169,197,0.5) 0%, rgb(241,220,233) 50%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
}

.stay-updated-style .reach-grid-style:hover {
    transform: rotateX(0deg) rotateY(0deg);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

.stay-updated-style h3::before {
    content: "";
    position: absolute;
    width: 50%;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(213,169,197), transparent);
    left: 0;
    height: 3px;
    transform: translateZ(35px);
}

.stay-updated-style .explore-courses-style {
    position: relative;
    cursor: pointer;
    border: none;
    transform: translateZ(20px) translateX(0);
    align-self: flex-start;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    font-size: 19px;
    background: rgb(213,169,197);
    overflow: hidden;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 1.2rem 2.5rem;
}

.connect-form-style .reach-grid-style {
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    position: relative;
}

.connect-form-style .query-reach-style h3 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
    font-size: 37px;
}

.connect-form-style .query-reach-style div:hover {
    transform: translateX(10px);
}

.connect-form-style .query-reach-style svg {
    margin-right: 15px;
    height: 24px;
    fill: #ffffff;
    width: 24px;
}

.connect-form-style .query-reach-style span {
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
}

.connect-form-style .message-support-style::before {
    height: 200px;
    width: 200px;
    right: -100px;
    border-radius: 50%;
    content: '';
    background: radial-gradient(circle, rgb(186,129,162,0.5) 0%, transparent 70%);
    top: -100px;
    position: absolute;
    animation: pulse 4s ease-in-out infinite alternate;
}

.connect-form-style .message-support-style .support-query-style {
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
    position: relative;
}

.connect-form-style .message-support-style .support-query-style input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.connect-form-style .message-support-style .support-query-style label::after {
    border-left: 2px solid #ffffff;
    transition: all 0.2s ease;
    height: 4px;
    left: 5px;
    top: 9px;
    position: absolute;
    border-bottom: 2px solid #ffffff;
    opacity: 0;
    width: 8px;
    content: '';
    transform: rotate(-45deg) scale(0);
}

.connect-form-style .message-support-style .request-reach-style::before {
    transition: all 0.6s ease;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    content: '';
    position: absolute;
}


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



@media (max-width: 991px) {.gratefulPage-style {
    padding: 90px 0 70px;
}.gratefulPage-style .method-innov-style {
    padding: 50px 40px;
}
}



@media (max-width: 575px) {.gratefulPage-style {
    padding: 60px 0 40px;
}.gratefulPage-style .method-innov-style {
    padding: 30px 25px;
    border-left: 4px solid rgb(213,169,197);
}.gratefulPage-style .method-innov-style > div:first-child {
    margin-bottom: 25px;
}.gratefulPage-style h5 {
    font-size: calc(19px * 0.9);
}.gratefulPage-style h5::before {
    left: -20px;
    font-size: calc(19px * 2);
}.gratefulPage-style .method-innov-style > div:first-child::after {
    width: 60px;
    height: 2px;
}
}



@media (max-width: 480px) {header .top-page-style {
    transform: none;
    padding: 10px;
}header .top-page-style svg {
    height: 40px;
}header .top-page-style:hover {
    transform: translateY(-3px);
}}



@media (min-width: 1200px) {.instructor-profile-style .success-quotes-style {
    padding: 4rem;
    grid-template-columns: 300px 1fr 3fr;
    grid-gap: 3.5rem;
}.instructor-profile-style .pic-border-style {
    width: 300px;
    height: 350px;
}
}



@media (max-width: 767px) {.instructor-profile-style .success-quotes-style {
    transform: rotateY(0deg) translateZ(0);
    padding: 2rem;
}.instructor-profile-style .pic-border-style {
    height: 180px;
    width: 180px;
    margin: 0 auto 1.5rem;
}.instructor-profile-style .success-quotes-style > div:first-child {
    justify-content: center;
    display: flex;
}.instructor-profile-style .success-quotes-style > div:nth-child(2) {
    text-align: center;
}.instructor-profile-style .career-tasks-style {
    padding-left: 0;
    padding-top: 1.5rem;
}.instructor-profile-style .career-tasks-style::before {
    height: 3px;
    width: 60px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}}



@media screen and (max-width: 992px) {.take-a-spin-style {
    padding: 4rem 1.5rem;
}.take-a-spin-style h6 {
    font-size: calc(21px - 2px);
    margin-bottom: 2rem;
}.take-a-spin-style a.request-reach-style {
    padding: 0.9rem 2rem;
}
}



@media screen and (max-width: 768px) {.take-a-spin-style {
    padding: 3.5rem 1.25rem;
}.take-a-spin-style h6 {
    line-height: 1.5;
    font-size: calc(21px - 4px);
    margin-bottom: 1.75rem;
}.take-a-spin-style::after {
    right: -30%;
    top: -30%;
}
}



@media screen and (max-width: 576px) {.take-a-spin-style {
    padding: 3rem 1rem;
}.take-a-spin-style h6 {
    font-size: calc(16px + 1px);
    max-width: 100%;
    margin-bottom: 1.5rem;
}.take-a-spin-style a.request-reach-style {
    font-size: calc(14px - 1px);
    padding: 0.8rem 1.5rem;
}.take-a-spin-style::before, 
    .take-a-spin-style::after {
    transform: scale(0.8);
}}



@media (max-width: 1200px) {.statistical-summary-style .statistics-experts-style {
    width: 130px;
    height: 130px;
}.statistical-summary-style .statistics-experts-style p {
    font-size: 38px;
}.statistical-summary-style h2::before,
    .statistical-summary-style h2::after {
    width: 40px;
}
}



@media (max-width: 375px) {.statistical-summary-style .statistics-experts-style {
    max-width: 150px;
    width: 100%;
}}



@media (max-width: 767px) {.price-set-style {
    padding: 60px 0;
}.price-set-style .study-costs-style {
    max-width: 500px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.price-set-style .price-panel-style h4 {
    font-size: 19px;
}.price-set-style .edu-deals-style {
    font-size: 19px;
}
}



@media (max-width: 767px) {footer .report-abuse-style {
    padding: 60px 0 30px;
}footer .support-request-style {
    flex-direction: column;
    margin-bottom: 40px;
}footer .info_item {
    height: 100px;
    padding: 15px;
    flex: 0 1 100px;
}footer .top-sitebar-style, footer .top-pagebar-style, footer .subscribe_holder {
    padding: 25px 20px;
}footer .footer-subscribe-style {
    margin-top: 40px;
}
}



@media (max-width: 576px) {.learning-system-style {
    padding: 3rem 0;
}.learning-system-style .container {
    padding: 0 1rem;
}.learning-system-style .method-innov-style {
    padding: 2rem;
    gap: 1.5rem;
}.learning-system-style h3 {
    padding-bottom: 1rem;
    font-size: calc(28px * 0.7);
}.learning-system-style span {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: calc(17px * 0.85);
}.learning-system-style span::before,
    .learning-system-style span::after {
    width: 3px;
}.learning-system-style .method-innov-style::before {
    inset: 5px;
}.learning-system-style .method-innov-style::after {
    inset: 10px;
}}



@media (min-width: 992px) {.opening-board-style .knowledge-track-styleGyU:hover .title_style_header::after {
    transition: width 0.6s ease-out;
    width: 90%;
}.opening-board-style .knowledge-track-styleGyU > div:first-child {
    transform: translateX(0);
    transition: transform 0.5s ease-out;
}.opening-board-style .knowledge-track-styleGyU:hover > div:first-child {
    transform: translateX(10px);
}.opening-board-style .knowledge-track-styleGyU > div:nth-child(2) {
    transition: transform 0.5s ease-out 0.1s;
    transform: translateX(0);
}.opening-board-style .knowledge-track-styleGyU:hover > div:nth-child(2) {
    transform: translateX(10px);
}
}



@keyframes float {
    0%, 100% {
        transform: rotate(15deg) translateY(0);
    }
    50% {
        transform: rotate(15deg) translateY(-20px);
    }
}



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



@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.2;
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        opacity: 0.1;
        transform: scale(1) rotate(0deg);
    }
}



@keyframes pulseAnimation {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}



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



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


    
    @keyframes carousel-slide {
        0%, 12% {
            transform: translateX(0);
        }
        16%, 28% {
            transform: translateX(-16.6667%);
        }
        32%, 44% {
            transform: translateX(-33.3334%);
        }
        48%, 60% {
            transform: translateX(-50%);
        }
        64%, 76% {
            transform: translateX(-66.6667%);
        }
        80%, 92% {
            transform: translateX(-83.3334%);
        }
        100% {
            transform: translateX(0);
        }
    }

