/*====================*/
/* Reset              */
/*====================*/
html {height: auto;box-sizing: border-box;font-synthesis: none;-webkit-font-smoothing: antialiased;scroll-behavior: smooth;scroll-padding-top: var(--h-height, 0);interpolate-size: allow-keywords;}
html:not(.touch-screen)::-webkit-scrollbar {width: 0.5rem;height: 0.5rem;}
html:not(.touch-screen):-webkit-scrollbar-track {background: transparent;}
html:not(.touch-screen)::-webkit-scrollbar-thumb {background: #c2c2c2;border-radius: 0.25rem;}
html:not(.touch-screen)::-webkit-scrollbar-thumb:active {background: #8d8d8d;}
body {height: auto;overflow-y: scroll;background-color: var(--bg-light);user-select: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;}
body:not(.touch-screen) *::-webkit-scrollbar {width: 0.25rem;height: 0.25rem;}
body:not(.touch-screen) *::-webkit-scrollbar-track {background: transparent;border-radius: 0.25rem;}
body:not(.touch-screen) *::-webkit-scrollbar-thumb {background: #c2c2c2;}
:where(body.touch-screen *::-webkit-scrollbar) {display: none;}
* {border: 0;margin: 0;padding: 0;min-width: 0;font: inherit;font-size: 100%;line-height: inherit;vertical-align: baseline;-webkit-locale: auto;-webkit-text-size-adjust: none;-webkit-tap-highlight-color: transparent;}
:is(*, *:before, *:after) {box-sizing: inherit;}
:is(:focus, :hover, :active, :visited) {outline: none;}
::-moz-selection {color: #FFF;background: #000;}
::selection {color: #FFF;background: #000;}
a {display: inline-block;text-decoration: none;cursor: pointer;outline: none;color: inherit;transition: var(--transition-1);}
a:hover {text-decoration: none;}
:is(ul, ol) {list-style: none;}
:is(sub, sup) {font-size: 75%;line-height: 0;position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
picture {font-size: 0;-webkit-user-select: none;-moz-user-select: none;user-select: none;}
:is(img, svg, iframe) {width: auto;height: auto;max-width: 100%;-webkit-user-select: none;-moz-user-select: none;user-select: none;vertical-align: middle;}
img {position: relative;}
img::before {content: "";position: absolute;inset: 0;background: no-repeat center/min(5rem, 50%) min(5rem, 50%) #e3e3e3 url(../img/placeholder.svg);}
input {-webkit-appearance: none;-moz-appearance: none;font-size: 1rem;font-weight: 400;color: var(--clr-black);}
::-moz-placeholder {font-size: var(--font-size);font-weight: 300;line-height: 1.35em;color: var(--clr-text);}
::placeholder {font-size: var(--font-size);font-weight: 300;line-height: 1.35em;color: var(--clr-text);}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
input[type=number] {-moz-appearance: textfield;}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {-webkit-appearance: none;height: 0.7em;width: 0.7em;background-size: contain;cursor: pointer;}
:is(input, textarea, select) {border-radius: 0;background: none;border: none;margin: 0;width: 100%;padding: 0;}
textarea {display: block;resize: none;overflow: auto;}
select::-ms-expand {display: none;}
button {background: none;}
/*====================*/
/*  Global Settings   */
/*====================*/
:root {--root-scale: 1rem;--container-width: 100%;--ff-1: "Onest";--ff-semibold: "Jeko_SemiBold";--ff-bold: "Jeko_Bold";--ff-numb: "Bender-Bold";--h1: clamp(2rem, 0.5658rem + 3.5088vw, 4rem);--h2: clamp(1.875rem, 0.2961rem + 3.2895vw, 3.5rem);--h3: clamp(1.75rem, 0.5921rem + 2.4123vw, 3.125rem);--h4: clamp(1.375rem, 1.0789rem + 0.8772vw, 2rem);--h5: clamp(1.375rem, 1.0592rem + 0.6579vw, 1.75rem);--h6: clamp(1.25rem, 1.0395rem + 0.4386vw, 1.5rem);--text-xl: clamp(1.125rem, 0.9145rem + 0.4386vw, 1.375rem);--text-lg: clamp(1.125rem, 1.0197rem + 0.2193vw, 1.25rem);--text: clamp(1rem, 0.8947rem + 0.2193vw, 1.125rem);--text-sm: clamp(0.875rem, 0.7697rem + 0.2193vw, 1rem);--sp-xxl: clamp(3.75rem, -1.5132rem + 10.9649vw, 10rem);--sp-xl: clamp(3.75rem, -0.4605rem + 8.7719vw, 8.75rem);--sp-lg: clamp(2.5rem, 0.3947rem + 4.386vw, 5rem);--sp-md: clamp(1.875rem, 0.2961rem + 3.2895vw, 3.75rem);--sp-sm: clamp(1.25rem, 0.1974rem + 2.193vw, 2.5rem);--sp-xs: clamp(0.75rem, 0.3289rem + 0.8772vw, 1.25rem);--sp-block: clamp(1.25rem, -9.1436rem + 13.8696vw, 7.5rem);--clr-title: #000;--clr-text: rgba(10, 47, 69, 0.8);--clr-border: #0A2F45;--clr-primary: #9DC62F;--clr-secondary: #E8F1FB;--clr-black: #001D2E;--clr-white: #FFF;--clr-red: #F42C11;--bg-light: #FFF;--bg-dark: #0A2F45;--blur: 8px;--bg-overlay: rgba(0, 0, 0, 0.2);--box-shadow: 0 0.25rem 1rem 0 rgba(0, 0, 0, 0.05);--transition-1: 0.3s ease;--transition-2: 0.6s ease;--cubic-1: cubic-bezier(0.33, 1, 0.68, 1);--cubic-2: 0.5s cubic-bezier(0.65, 0, 0.35, 1);}
html {font-size: var(--root-scale);}
html.keyboard-focus:focus {outline: auto;}
html.overflow-menu,
html.overflow-hidden {overflow: clip;}
html.overflow-menu body,
html.overflow-hidden body {overflow: clip;}
.overflow-overlay {opacity: 0;visibility: hidden;position: fixed;z-index: 90;inset: 0;background-color: var(--bg-overlay);backdrop-filter: blur(var(--blur));transition: var(--cubic-2);}
#content-block {position: relative;overflow: clip;display: flex;flex-direction: column;min-height: 100svh;}
header {position: relative;opacity: 0;}
main {display: flex;flex-direction: column;}
main .seo-section {order: 1;}
footer {margin-top: auto;}
:where(.section:first-child) {margin-top: var(--sp-lg);}
:where(.section + .section) {margin-top: var(--sp-xl);}
:where(.section:last-child) {margin-bottom: var(--sp-xl);}
.section {will-change: opacity;position: relative;opacity: 0;}
.section.animated {opacity: 1;transition: 0.1s linear opacity;}
.section-dark {--clr-title: #FFF;--clr-text: rgba(255, 255, 255, 0.8);background-color: var(--bg-dark);padding-block: var(--sp-xxl);}
.container,
.container-fluid {--bs-gutter-x: 1.5rem;width: 100%;margin-inline: auto;padding-inline: calc(var(--bs-gutter-x) * 0.5);}
.swiper-container {will-change: opacity;opacity: 0;}
.swiper-container.swiper-initialized {opacity: 1;transition: 0.15s linear opacity;}
.informer,
.cookies-informer,
.popup-wrapper {display: none;}
.breadcrumbs {opacity: 0;}
.banner-media .rellax {top: -3.125rem;height: calc(100% + 3.125rem);}
@media (min-width: 1200px) {
:root {--container-width: 86.667vw;}
.container {width: var(--container-width);}
}
@media (min-width: 1200px) and (max-width: 1380px) {
:root {--root-scale: 0.75rem;}
}
@media (min-width: 1381px) and (max-width: 1680px) {
:root {--root-scale: 0.875rem;}
}
@media (min-width: 2100px) {
html {font-size: 1.375rem;}
}
@media (min-width: 2600px) {
html {font-size: 2rem;}
}
/*====================*/
/*  Typography        */
/*====================*/
body {font-family: var(--ff-1);font-size: var(--text);line-height: 1.4em;font-weight: 300;color: var(--clr-text);}
.text {--text-space: 1rem;--text-rd: 2.125rem;--text-li-padding: 1.75rem;--text-th-height: 4.375rem;--text-th-padding: 0.75rem;font-size: var(--text);line-height: 1.4em;font-weight: 300;color: var(--clr-text);}
.text-xl {font-size: var(--text-xl);line-height: 1.5em;}
.text-lg {font-size: var(--text-lg);}
.text-sm {font-size: var(--text-sm);}
.text * + :where(*) {margin-top: calc(var(--text-space) * 1.5);}
.text :is(li) + :is(li) {margin-top: calc(var(--text-space) * 0.625);}
.text .swiper-entry > * * {margin-top: 0;}
.text strong,
.text b {font-weight: 500;}
.text em {font-style: italic;}
.text span {color: var(--clr-secondary);}
.text a:not(.btn) {display: inline;font-weight: 500;color: var(--clr-secondary);text-decoration: underline;}
.text ul li,
.text ol li {position: relative;padding-left: var(--text-li-padding);}
.text ul li:before {content: "";position: absolute;left: 0;top: 0.33em;width: 0.667em;height: 0.667em;border-radius: 0.25rem;background-color: var(--clr-secondary);}
.text ol {counter-reset: number;}
.text ol li:before {counter-increment: number;content: counter(number) ".";display: inline-block;position: absolute;left: 0;line-height: inherit;font-weight: 500;color: var(--clr-secondary);}
.text img {display: block;width: auto;border-radius: var(--text-rd);margin-inline: auto;}
.text figure {line-height: 0;width: 100%;}
.text figure.aligncenter {text-align: center;}
.text figure.alignright {text-align: right;}
.text figure > img {width: auto;}
.text figure figcaption {font-size: 0.75rem;font-weight: 400;line-height: 1.5em;color: var(--clr-title);margin: 0.25rem;}
.text iframe {display: block;max-width: 100%;width: 100%;height: 100%;aspect-ratio: 16/9;border: 0;border-radius: var(--text-rd);}
.text blockquote {position: relative;gap: 0.625rem;display: flex;align-items: center;min-height: 10.5rem;background-color: var(--clr-secondary);border-radius: var(--text-rd);font-family: var(--ff-bold);font-size: var(--h6);line-height: 1.4em;letter-spacing: -0.02em;color: var(--clr-white);text-transform: uppercase;text-align: center;padding-block: 0.875rem;padding-inline: 1.25rem;}
.text blockquote::before,
.text blockquote::after {content: "";display: inline-block;flex-shrink: 0;width: 2.6667em;aspect-ratio: 1;background-image: url(../img/icons/icon-quote.svg);background-repeat: no-repeat;background-size: 100%;}
.text .table-wrap {overflow: auto;}
.text table {width: 100%;border-spacing: 0;min-width: 50rem;}
.text tbody tr {text-align: left;}
.text tbody tr:nth-child(even) th,
.text tbody tr:nth-child(even) td {background-color: var(--clr-white);}
.text tbody tr:last-child:not(:nth-child(even)) th,
.text tbody tr:last-child:not(:nth-child(even)) td {border-bottom: 0.0625rem solid rgba(10, 47, 69, 0.15);}
.text tbody tr:last-child:not(:nth-child(even)) th:first-child,
.text tbody tr:last-child:not(:nth-child(even)) td:first-child {border-radius: 1rem 0 0 0;}
.text tbody tr:last-child:not(:nth-child(even)) th:last-child,
.text tbody tr:last-child:not(:nth-child(even)) td:last-child {border-radius: 0 1rem 0 0;}
.text thead tr {border: none;}
.text thead th,
.text thead td {font-size: 88.889%;line-height: 1.4em;font-weight: 600;color: var(--clr-title);text-transform: uppercase;background-color: var(--clr-white);}
.text td,
.text th {vertical-align: middle;height: var(--text-th-height);font-size: inherit;line-height: inherit;font-weight: inherit;color: inherit;padding: var(--text-th-padding) calc(var(--text-th-padding) * 2.5);}
.text td:first-child,
.text th:first-child {border-radius: 1rem 0 0 1rem;}
.text td:last-child,
.text th:last-child {border-radius: 0 1rem 1rem 0;}
.text *:first-child img {margin-top: 0;}
:is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {font-family: var(--ff-bold);color: var(--clr-title);}
h1,
.h1 {font-size: var(--h1);line-height: 1.06em;letter-spacing: -0.02em;}
h2,
.h2 {font-size: var(--h2);line-height: 1.06em;letter-spacing: -0.01em;}
h3,
.h3 {font-size: var(--h3);line-height: 1.06em;letter-spacing: -0.01em;}
h4,
.h4 {font-size: var(--h4);line-height: 1.16em;letter-spacing: -0.01em;}
h5,
.h5 {font-size: var(--h5);line-height: 1.08em;}
h6,
.h6 {font-size: var(--h6);line-height: 1.4em;}
.text-balance {text-wrap: balance;}
.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}
.title-wrap > * + * {margin-top: var(--sp-sm);}
@media (min-width: 1200px) {
.text a:not(.btn):hover {text-decoration-color: transparent;}
}
@media (max-width: 991px) {
.text {--text-rd: 1rem;--text-li-padding: 1.25rem;--text-th-height: 4rem;}
.text blockquote {flex-direction: column;}
.text td,
.text th {padding: var(--text-th-padding) calc(var(--text-th-padding) * 1.5);}
.title br {display: none;}
}
/*====================*/
/*  Buttons           */
/*====================*/
.btn {--btn-icon: 1.5em;--btn-height: 4.25rem;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;user-select: none;overflow: clip;text-decoration: none;flex-shrink: 0;position: relative;z-index: 1;transition: var(--transition-1);gap: 0.75rem;display: inline-flex;align-items: center;justify-content: center;min-height: var(--btn-height);border-radius: 4.5rem;font-family: var(--ff-bold);font-size: 1rem;line-height: normal;letter-spacing: 0.02em;text-transform: uppercase;text-align: center;padding-block: 0.5em;padding-inline: 2.75em;}
.btn::before {content: "";z-index: -1;position: absolute;inset: 0.1875rem;border-radius: inherit;transition: var(--transition-1);}
.btn-sm {--btn-height: 3rem;padding-inline: 2em;}
.btn-primary {background: linear-gradient(180deg, #9ED250 0%, #7CB236 100%);color: #FAFDF6;}
.btn-primary::before {background-color: var(--clr-primary);}
.btn-secondary {color: var(--clr-title);border: 0.125rem solid currentColor;background-color: transparent;}
.btn-secondary::before {content: none;}
.btn-thirdy {background: linear-gradient(180deg, #FFF 0%, #ECECEC 100%);color: var(--clr-black);}
.btn-thirdy::before {background: linear-gradient(180deg, #F4F4F4 0%, #FEFEFE 100%);}
.btn img,
.btn svg {display: inline-block;width: var(--btn-icon);height: var(--btn-icon);flex-shrink: 0;}
.btn svg {color: currentColor;}
.btn svg *[stroke] {stroke: currentColor;}
.btn svg *[fill] {fill: currentColor;}
.btn-block {width: 100%;}
.btn.disabled {pointer-events: none;background: linear-gradient(180deg, #BAC8D4 0%, #7E8C98 100%);color: var(--clr-white);}
.btn.disabled::before {background-color: #BAC8D4;}
.btn-close {--size: 1.75rem;position: relative;cursor: pointer;display: inline-block;width: var(--size);height: var(--size);flex-shrink: 0;color: var(--clr-title);border-radius: 100%;background-color: var(--clr-secondary);transition: var(--transition-1);}
.btn-close::before,
.btn-close::after {content: "";position: absolute;top: 50%;left: 50%;width: 45%;height: 0.125rem;transform: translate(-50%, -50%) rotate(45deg);border-radius: 0.125rem;background-color: currentColor;}
.btn-close::after {transform: translate(-50%, -50%) rotate(-45deg);}
.btn-close.type-2 {background-color: var(--clr-white);}
.btn-link {--btn-icon: 1.75rem;position: relative;cursor: pointer;gap: 0.75rem;display: inline-flex;align-items: center;font-family: var(--ff-bold);font-size: 1.125rem;line-height: 1.1em;color: var(--clr-title);text-transform: uppercase;transition: var(--transition-1);}
.btn-link-icon {position: relative;display: inline-block;width: var(--btn-icon);height: var(--btn-icon);flex-shrink: 0;border-radius: 0.5rem;background-color: var(--clr-primary);margin: 0;transition: var(--transition-1);}
.btn-link-icon svg {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 65%;height: 65%;}
.btn-link:not(:has(.btn-link-icon)) {text-decoration: underline;text-decoration-color: transparent;}
.text-link {position: relative;cursor: pointer;display: block;width: -moz-fit-content;width: fit-content;font-size: 1rem;line-height: normal;font-weight: 500;color: var(--clr-secondary);text-decoration: underline;text-decoration-color: transparent;transition: var(--transition-1);}
.btn-icon {--size: 1.25rem;position: relative;cursor: pointer;display: inline-block;width: var(--size);height: var(--size);flex-shrink: 0;transition: var(--transition-1);}
.btn-icon svg {width: 100%;height: 100%;}
.btn-icon-dark {color: var(--clr-title);}
.btn-icon-red {color: var(--clr-red);}
.btn-wrap {gap: var(--sp-xs);display: inline-flex;align-items: center;flex-wrap: wrap;line-height: 0;}
.loading {position: relative;-webkit-user-select: none;-moz-user-select: none;user-select: none;pointer-events: none;}
.loading > * {opacity: 0;visibility: hidden;}
.loading::after {content: "";position: absolute;z-index: 10;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 1.25rem;height: 1.25rem;border: 0.25rem dotted currentcolor;border-radius: 50%;animation: 1s spin linear infinite;}
@keyframes spin {
0% {transform: translate(-50%, -50%) rotate(0deg);}
100% {transform: translate(-50%, -50%) rotate(360deg);}
}
@media (min-width: 1200px) {
.btn-primary:hover::before {opacity: 0;}
.btn-secondary:hover {color: var(--clr-white);border-color: var(--clr-title);background-color: var(--clr-title);}
.btn-thirdy:hover::before {opacity: 0;}
.btn-close:hover {background-color: var(--clr-white);}
.btn-close.type-2:hover {background-color: var(--clr-primary);}
.btn-link:hover .btn-link-icon {background-color: var(--clr-secondary);border-color: var(--clr-secondary);}
.btn-link:hover:not(:has(.btn-link-icon)) {text-decoration-color: currentColor;}
.text-link:hover {text-decoration: underline;text-decoration-color: currentColor;}
.btn-icon:hover {opacity: 0.75;}
}
@media (max-width: 991px) {
.btn {--btn-height: 3.5rem;padding: 1em 2em;}
.btn-sm {--btn-height: 2.5rem;padding: 0.75em 1em;}
.btn-link {font-size: 1rem;}
.btn-wrap {justify-content: center;}
}
/*====================*/
/*  Header            */
/*====================*/
:root {--h-height: 6.25rem;--h-logo-width: 15.5625rem;}
header {position: relative;z-index: 100;height: var(--h-height);}
.h-wrap {position: fixed;z-index: 100;top: 0;left: 0;width: 100%;transition: transform var(--transition-1);}
header:not(.open-menu).scrolled .h-wrap {transform: translateY(-100%);}
.h-inner {position: relative;width: 100%;height: var(--h-height);gap: 1.25rem;display: flex;align-items: center;justify-content: space-between;border-radius: 0 0 2rem 2rem;background-color: var(--bg-dark);padding-inline: 2.5rem;}
.h-inner > .h-logo {display: none;}
.h-logo {display: block;width: var(--h-logo-width);flex-shrink: 0;}
.h-logo img {display: block;width: 100%;}
.h-menu {flex-grow: 1;display: flex;align-items: center;justify-content: space-between;}
.h-menu .btn-secondary {--clr-title: #FFF;--clr-white: #0A2F45;}
.h-links ul {gap: 2.5rem;display: flex;align-items: center;flex-wrap: wrap;}
.h-links a {font-size: 1rem;line-height: normal;font-weight: 500;color: var(--clr-white);}
.h-menu-overlay,
.h-burger {display: none;}
@media (min-width: 1200px) {
.h-links a:hover {color: var(--clr-primary);}
a.h-logo:hover {opacity: 0.75;}
}
@media (max-width: 1199px) {
:root {--h-height: 3.75rem;--h-logo-width: 9rem;}
.h-wrap {background-color: var(--bg-dark);}
.h-inner {border-radius: 0;background-color: transparent;padding-inline: 0;}
.h-inner > .h-logo {display: block;}
.h-burger {position: relative;display: block;width: 2.5rem;height: 2.5rem;border-radius: 0.75rem;background-color: var(--clr-primary);}
.h-burger i {display: inline-block;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 60%;height: 0.125rem;background-color: var(--clr-white);transition: var(--transition-1);}
.h-burger i:before,
.h-burger i:after {content: "";position: absolute;left: 0;top: -0.375rem;width: 100%;height: 100%;background-color: var(--clr-white);transition: var(--transition-1);}
.h-burger i:after {top: 0.375rem;}
.h-menu {position: fixed;z-index: -1;top: 0;left: 0;transform: translateX(-100%);transition: var(--transition-1);width: min(100%, 26.25rem);height: 100%;overflow-y: auto;overflow-x: hidden;display: flex;flex-direction: column;align-items: center;justify-content: space-between;background-color: var(--bg-dark);opacity: 0;padding: 1rem;padding-top: calc(var(--h-height) + 1rem);}
.h-menu > * + * {margin-top: 2rem;}
.h-menu > .h-logo {display: none;}
.h-menu-overlay {display: block;position: fixed;z-index: 99;inset: 0;opacity: 0;visibility: hidden;background-color: rgba(19, 30, 41, 0.8);transition: var(--transition-1);}
.h-links {margin-block: auto;}
.h-links ul {gap: 1.25rem;flex-direction: column;}
.h-links a {font-size: 1.25rem;}
.open-menu .h-burger i {background-color: transparent;}
.open-menu .h-burger i:before,
.open-menu .h-burger i:after {top: 0;transform-origin: center;transform: rotate(-45deg);}
.open-menu .h-burger i:after {transform: rotate(45deg);}
.open-menu .h-menu {transform: translateX(0%);opacity: 1;}
.open-menu .h-menu-overlay {opacity: 1;visibility: visible;}
}
header {opacity: 1;transition: 0.15s linear opacity;}
/*====================*/
/* Animations         */
/*====================*/
.slideUp {--time: 1.5s;--delay: calc(.11s * var(--animate-index));will-change: transform,opacity;opacity: 0;transform: translateY(3rem);}
.slideUp.animated {animation: var(--time) var(--cubic-1) var(--delay) slideUp forwards;}
@keyframes slideUp {
to {opacity: 1;transform: translateY(0%);}
}
.text-animate {opacity: 0;}
.text-animated {opacity: 1;}
.text-animate__word {overflow: hidden;}
.text-animate__word > i {display: inline-block;transform: translateY(100%);opacity: 0;transition: 1s;transform-origin: left top;}
.text-animate__word.animated > i {transform: translateY(0);opacity: 1;}
.slideRotate {--time: 1.5s;--delay: calc(.2s * var(--animate-index));will-change: transform,opacity;opacity: 0;}
.slideRotate:nth-child(odd) {transform: translate3d(-15vw, 2rem, 0px) rotate(-10deg);}
.slideRotate:nth-child(even) {transform: translate3d(15vw, 2rem, 0px) rotate(10deg);}
.slideRotate.animated {animation: var(--time) var(--cubic-1) var(--delay) slideRotate forwards;}
.lr-right .slideRotate:nth-child(odd) {transform: translate3d(15vw, 2rem, 0px) rotate(10deg);}
.lr-right .slideRotate:nth-child(even) {transform: translate3d(-15vw, 2rem, 0px) rotate(-10deg);}
@keyframes slideRotate {
to {opacity: 1;transform: translate3d(0vw, 0rem, 0px) rotate(0deg);}
}
.slideX {--time: 1.5s;--delay: calc(.2s * var(--animate-index));will-change: transform,opacity;opacity: 0;}
.slideX:nth-child(even) {transform: translate3d(-20vw, 0px, 0px);}
.slideX:nth-child(odd) {transform: translate3d(20vw, 0px, 0px);}
.slideX.animated {animation: var(--time) var(--cubic-1) var(--delay) slideX forwards;}
@keyframes slideX {
to {opacity: 1;transform: translate3d(0vw, 0px, 0px);}
}