/*--------------------*/
/*  Reset             */
/*--------------------*/
html {height: auto;box-sizing: border-box;font-synthesis: none;-webkit-font-smoothing: antialiased;scroll-behavior: smooth;scroll-padding-top: calc(var(--h-height, 0) + var(--sp-lg));}
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(--clr-black);}
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: var(--clr-white);background: var(--clr-black);}
::selection {color: var(--clr-white);background: var(--clr-black);}
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%) var(--clr-grey) url(../img/placeholder.svg);}
input {-webkit-appearance: none;-moz-appearance: none;font-size: 1rem;font-weight: 400;color: var(--clr-black);}
::-moz-placeholder {display: none;}
::placeholder {display: none;}
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;}
/*----------------------*/
/*  Main Global         */
/*----------------------*/
:root {--root-scale: 1rem;--container-width: 100%;--ff-1: "TWKEverett";--h1: 72px;--h2: 56px;--h3: 40px;--h4: 32px;--h5: 24px;--h6: 20px;--text: 20px;--text-sm: 16px;--text-xs: 12px;--sp-xl: 160px;--sp-lg: 120px;--sp-md: 80px;--sp-sm: 64px;--sp-xs: 48px;--sp-xxs: 32px;--rd-0: 16px;--rd-1: 12px;--rd-2: 8px;--clr-title: #181728;--clr-text: var(--clr-white-64);--clr-plc: #4A5055;--clr-input: var(--clr-title);--clr-border: rgba(24, 23, 40, 0.16);--clr-border-light: rgba(255, 255, 255, 0.16);--clr-black: #181728;--clr-black-64: rgba(24, 23, 40, 0.64);--clr-black-48: rgba(24, 23, 40, 0.48);--clr-black-32: rgba(24, 23, 40, 0.32);--clr-black-16: rgba(24, 23, 40, 0.16);--clr-white: #ffffff;--clr-white-64: rgba(255, 255, 255, 0.64);--clr-white-48: rgba(255, 255, 255, 0.48);--clr-white-32: rgba(255, 255, 255, 0.32);--clr-white-16: rgba(255, 255, 255, 0.16);--clr-white-8: rgba(255, 255, 255, 0.08);--clr-grey: #F3EDE9;--clr-grey-50: rgba(243, 237, 233, 0.5);--clr-red: #FA4149;--clr-green: #D6FD70;--clr-green-64: #E1FAA0;--clr-green-16: rgba(214, 253, 112, 0.16);--clr-blue: #3140D3;--clr-primary: #181728;--clr-secondary: #D6FD70;--bg-1: #2D2C43;--bg-2: #E2E3E7;--bg-3: #2D2C43;--box-shadow: 0px .25rem .625rem 0px rgba(0, 0, 0, 0.05),0px 2.125rem 1.25rem 0px rgba(0, 0, 0, 0.03);--transition-1: .3s;--transition-2: .5s;--cubic-1: .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: rgba(0, 0, 0, 0.6);transition: var(--transition-1);}
#content-block {position: relative;min-height: 100svh;display: flex;flex-direction: column;}
header {position: relative;opacity: 0;}
main {display: flex;flex-direction: column;}
footer {margin-top: auto;}
.section {will-change: opacity;position: relative;overflow: clip;opacity: 1;}
.section.animated {opacity: 1;transition: 0.15s linear opacity;}
.section.sec-white {background-color: var(--clr-white);}
.section.sec-black {background-color: var(--clr-black);}
.section.sec-black .title {color: var(--clr-white);}
.section.sec-black .motto {color: var(--clr-white);background-color: var(--clr-green-16);}
.section.sec-padd {padding-block: var(--sp-xl);}
.section.sec-padd + .sec-padd::before {content: "";position: absolute;top: 0;left: 0;right: 0;width: calc(var(--container-width) - 24px);height: 1px;margin-inline: auto;background-color: var(--clr-white-16);}
.section.padd-lg {padding-block: var(--sp-lg);}
.section.sec-decor::after {content: "";position: absolute;top: 35%;bottom: 0;left: 0;height: auto;width: 100%;background-image: url(../img/footer-dots.png);background-position: top center;background-size: cover;background-repeat: repeat;z-index: -1;pointer-events: none;}
.banner-section {opacity: 0;}
.container,
.container-fluid {--bs-gutter-x: 1.5rem;--bs-gutter-y: 3rem;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;}
.popup-wrapper,
.cookies-informer {display: none;}
@media (min-width: 1200px) {
:root {--container-width: 1304px;}
.container {width: var(--container-width);}
}
@media (min-width: 1200px) and (max-width: 1365px) {
:root {--container-width: 100%;--h1: 64px;--h2: 48px;--h3: 36px;--h4: 26px;--h5: 22px;--h6: 20px;--text: 18px;}
.container {padding-inline: 40px;}
}
@media (max-width: 1199px) {
:root {--h1: 48px;--h2: 36px;--h3: 28px;--h4: 24px;--h5: 20px;--h6: 16px;--text: 16px;--text-sm: 14px;--text-xs: 10px;--rd-0: 12px;--sp-xl: 48px;--sp-lg: 48px;--sp-md: 40px;--sp-sm: 40px;--sp-xs: 32px;}
}
@media (max-width: 991px) {
.container,
.container-fluid {--bs-gutter-x: 48px;}
.section.sec-padd + .sec-padd::before {width: calc(var(--container-width) - 48px);}
.section.sec-padd.no-padd-lg {padding-bottom: 0;}
}
@media (max-width: 767px) {
.section.sec-padd.no-padd-md {padding-bottom: 0;}
}
/*--------------------*/
/*  Header            */
/*--------------------*/
:root {--h-top-rating: 36px;--h-height: 80px;--h-logo-width: 224px;}
header {position: fixed;top: 0;left: 0;width: 100%;z-index: 100;transition: var(--transition-1);}
header.scrolled {transform: translateY(calc(var(--h-top-rating) * -1));}
.h-top-header {position: relative;height: var(--h-top-rating);background-color: var(--clr-blue);display: flex;align-items: center;justify-content: center;}
.h-top-header .container {display: flex;justify-content: center;}
.h-top-header .offer-text {font-size: 10px;line-height: 12px;letter-spacing: 1px;text-transform: uppercase;color: var(--clr-white);font-weight: 500;}
.h-top-header .offer-text a {text-decoration: underline;text-decoration-thickness: 1px;text-underline-offset: 3px;}
.h-wrap {transition: var(--transition-1);background-color: var(--clr-black);}
.h-inner {position: relative;width: 100%;height: var(--h-height);gap: 16px;display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid var(--clr-white-16);}
.h-logo {display: block;width: var(--h-logo-width);flex-shrink: 0;margin-right: auto;}
.h-logo img {display: block;max-width: 100%;}
.h-menu {flex-grow: 1;display: flex;align-items: center;}
.h-links {margin-inline: auto;}
.h-links ul {display: flex;align-items: center;flex-wrap: wrap;gap: 24px;}
.h-links a {font-size: 14px;line-height: 16px;font-weight: 500;color: var(--clr-white);letter-spacing: -0.5px;}
.h-links a.active {color: var(--clr-secondary);}
.h-menu-overlay,
.h-burger {display: none;}
@media (min-width: 1200px) {
header.scrolled {transform: translateY(calc(var(--h-top-rating) * -1));}
.h-top-header a:hover,
.h-links a:hover {color: var(--clr-secondary);}
}
@media (max-width: 991px) {
:root {--h-height: 56px;--h-logo-width: 162px;}
header .h-wrap {position: relative;z-index: 10;border-bottom: 1px solid var(--clr-white-16);}
header .h-wrap .container {--bs-gutter-x: 24px;}
.h-top-header .offer-text {text-align: center;font-size: 8px;line-height: 10px;}
.h-burger {position: relative;display: block;width: 32px;height: 32px;border-radius: var(--rd-2);border: 1px solid var(--clr-white-16);flex-shrink: 0;}
.h-burger i {display: inline-block;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 14px;height: 2px;background-color: var(--clr-white);transition: var(--transition-1);}
.h-burger i:before,
.h-burger i:after {content: "";position: absolute;left: 0;top: -5px;width: 100%;height: 100%;background-color: var(--clr-white);transition: var(--transition-1);}
.h-burger i:after {top: 5px;}
.h-inner {border: none;}
.h-menu {position: fixed;z-index: -1;top: calc(var(--h-top-rating) + var(--h-height) + 1px);left: 0;transform: translateX(-100%);transition: var(--transition-1);width: 100%;overflow-y: auto;overflow-x: hidden;display: flex;flex-direction: column;background-color: var(--bg-3);opacity: 0;padding: 24px;padding-bottom: 32px;border-bottom: 1px solid var(--clr-white-16);}
.h-menu > * + * {margin-top: 24px;}
.h-menu-overlay {display: block;position: fixed;z-index: 9;top: var(--h-top-rating);width: 100%;height: 100vh;opacity: 0;visibility: hidden;background-color: var(--clr-black-64);transition: var(--transition-1);}
.h-links {margin-inline: 0;width: 100%;text-align: left;}
.h-links ul {gap: 16px;flex-direction: column;align-items: flex-start;}
.h-links li {width: 100%;}
.h-links a {font-size: 28px;line-height: 32px;letter-spacing: -2px;display: block;}
.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-wrap {background-color: var(--bg-3);}
.open-menu .h-menu {transform: translateX(0%);opacity: 1;}
.open-menu .h-menu-overlay {opacity: 1;visibility: visible;}
}
header {opacity: 1;transition: var(--transition-1);}
/*--------------------*/
/*  Typography        */
/*--------------------*/
body {font-family: var(--ff-1);font-weight: 300;font-size: var(--h6);line-height: 1.33;color: var(--clr-text);}
.text {--text-space: 30px;--text-rd: var(--rd-1);--text-li-padding: 36px;--text-th-height: 4rem;--text-th-padding: 1.5rem;font-size: var(--text);line-height: 1.4;font-weight: 300;letter-spacing: -0.25px;color: var(--clr-white);}
.text.text-sm {font-size: var(--text-sm);letter-spacing: 0;}
.text.text-xs {font-size: var(--text-xs);letter-spacing: 0;}
.text * + :where(*) {margin-top: var(--sp-xs);}
.text * + :is(p, ul, ol) {margin-top: var(--text-space);}
.text * + :is(li) {margin-top: 24px;}
.text :is(img, table, iframe, figure, picture, blockquote, .swiper-entry) + *:not(figcaption) {margin-top: var(--sp-xs);}
.text :is(h3, .h3) {margin-bottom: var(--sp-xs);}
.text :is(h4, .h4) {margin-bottom: var(--sp-xxs);}
.text .swiper-entry > * * {margin-top: 0;}
.text b {font-weight: 500;}
.text b,
.text span {color: var(--clr-primary);}
.text strong {font-weight: 700;}
.text em {font-style: italic;font-weight: 500;}
.text a:not(.btn) {display: inline;color: var(--clr-secondary);text-underline-offset: 0.2em;text-decoration: underline;text-decoration-color: currentColor;}
.text ul li,
.text ol li {position: relative;font-weight: 500;padding-left: var(--text-li-padding);}
.text ul li:before {content: "";position: absolute;left: 0;top: 0.5em;width: 12px;height: 12px;border-radius: 100%;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;font-weight: 500;line-height: inherit;color: var(--clr-secondary);}
.text img {display: block;border-radius: var(--text-rd);}
.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: 10px;font-weight: 500;line-height: 1.2;letter-spacing: 1px;text-transform: uppercase;color: var(--clr-white);margin-top: 16px;}
.text iframe {display: block;max-width: 100%;width: 100%;height: 100%;aspect-ratio: 16/9;border: 0;border-radius: var(--text-rd);}
.text blockquote {text-align: left;font-style: italic;font-weight: 500;padding-left: var(--sp-xxs);border-left: 4px solid var(--clr-secondary);}
.text table {border-collapse: collapse;width: 100%;}
.text tbody tr {text-align: left;}
.text tbody tr:nth-child(even) th,
.text tbody tr:nth-child(even) td {background-color: var(--clr-grey);}
.text tbody tr:last-child:not(:nth-child(even)) {border-bottom: 0.0625rem solid var(--clr-grey);}
.text thead tr {border: none;}
.text thead th,
.text thead td {height: var(--text-th-height);font-weight: 500;color: var(--clr-black);background-color: var(--clr-grey);}
.text td,
.text th {vertical-align: middle;height: calc(var(--text-th-height) / 1.4);padding: calc(var(--text-th-padding) / 3);font-size: inherit;line-height: inherit;font-weight: inherit;color: var(--clr-text);}
.text td:first-child,
.text th:first-child {padding-left: var(--text-th-padding);border-radius: var(--text-rd) 0 0 var(--text-rd);}
.text td:last-child,
.text th:last-child {padding-right: var(--text-th-padding);border-radius: 0 var(--text-rd) var(--text-rd) 0;}
.text *:first-child img {margin-top: 0;}
:is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {font-weight: 500;color: var(--clr-title);}
.sec-black :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {color: var(--clr-white);}
h1,
.h1 {font-size: var(--h1);line-height: 1;letter-spacing: -4px;}
h2,
.h2 {font-size: var(--h2);line-height: 1;letter-spacing: -3px;}
h3,
.h3 {font-size: var(--h3);line-height: 1.2;letter-spacing: -2px;}
h4,
.h4 {font-size: var(--h4);line-height: 1.25;letter-spacing: -2px;}
h5,
.h5 {font-size: var(--h5);line-height: 1.334;letter-spacing: -1px;}
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 span {color: var(--clr-secondary);}
.title.wrapp-accent span {display: block;}
.title-shortcode {display: flex;gap: 16px;flex-direction: column;margin-bottom: var(--sp-md);}
.title-shortcode.text-center {justify-content: center;}
.title-shortcode.text-center .motto {margin-inline: auto;}
.title-shortcode.text-center .btn {width: -moz-fit-content;width: fit-content;margin-inline: auto;}
.title-shortcode .motto {margin-bottom: 8px;}
.title-shortcode .title {text-wrap: balance;}
.title-shortcode .title.no-balance {text-wrap: auto;}
.title-shortcode .btn {margin-top: 8px;width: -moz-fit-content;width: fit-content;}
.motto {display: inline-flex;width: -moz-fit-content;width: fit-content;font-size: 12px;font-style: normal;font-weight: 500;line-height: 16px;letter-spacing: 1px;text-transform: uppercase;color: var(--clr-black);padding: 8px 16px 6px;border-radius: 24px;border: 1px solid var(--clr-white-16);background-color: var(--clr-green-64);}
.simple-text {--text-li-padding: 24px;}
.simple-text * + :where(*) {margin-top: 24px;}
.simple-text * + :is(p) {margin-top: 24px;}
.simple-text * + :is(ul, ol) {margin-top: 8px;}
.simple-text * + :is(li) {margin-top: 8px;}
.simple-text :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {margin-top: 48px;}
.simple-text :is(h6, .h6) {font-size: calc(var(--h6) - 4px);}
.simple-text b {color: var(--clr-white);}
.simple-text ul li {font-weight: 300;}
.simple-text ul li::before {left: 10px;top: 0.5em;width: 4px;height: 4px;background-color: var(--clr-white);}
.simple-text ol li {font-weight: 300;}
.simple-text ol li::before {color: var(--clr-white);}
.simple-text a:not(.btn) {color: var(--clr-white);}
.simple-text br{margin: 0;}
@media (min-width: 1200px) {
.text a:not(.btn):hover {text-decoration-color: transparent;}
}
@media (max-width: 991px) {
.text {--text-space: .75rem;--text-li-padding: 1.5rem;--text-th-height: 3.5rem;--text-th-padding: .5rem;}
h1,
.h1 {letter-spacing: -3px;}
h2,
.h2 {letter-spacing: -2px;}
h4,
.h4 {letter-spacing: -1px;}
.motto {font-size: 10px;line-height: 12px;padding: 6px 12px;}
.title-shortcode {margin-bottom: var(--sp-lg);}
.title-shortcode .motto {margin-bottom: 0;}
.simple-text * + :where(*) {margin-top: 16px;letter-spacing: -0.25px;}
.simple-text * + :is(p) {margin-top: 16px;}
.simple-text * + :is(ul, ol) {margin-top: 6px;}
.simple-text :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {margin-top: 32px;letter-spacing: -0.5px;}
.simple-text :is(h6, .h6) {font-size: calc(var(--h6) + 4px);}
.simple-text b {color: var(--clr-white);}
.simple-text ul li {font-weight: 300;}
.simple-text ul li::before {left: 10px;top: 0.5em;width: 4px;height: 4px;background-color: var(--clr-white);}
}
/*--------------------*/
/*  Buttons           */
/*--------------------*/
.btn {z-index: 1;position: relative;-webkit-user-select: none;-moz-user-select: none;user-select: none;cursor: pointer;overflow: hidden;font-size: 16px;line-height: 24px;font-weight: 500;letter-spacing: -0.5px;color: var(--clr-black);text-decoration: none;padding: 12px 16px;padding-right: 12px;border: none;border-radius: var(--rd-2);background-color: var(--clr-secondary);transition: var(--transition-1);flex-shrink: 0;display: inline-flex;align-items: center;justify-content: center;}
.btn b {display: inline-block;line-height: inherit;font-weight: inherit;color: currentColor;}
.btn > * + * {margin-left: 4px;}
.btn-primary {background-color: var(--clr-primary);color: var(--clr-white);}
.btn-secondary {background-color: var(--clr-white-16);color: var(--clr-black);border: 1px solid var(--clr-black-32);}
.btn-third {background-color: transparent;color: var(--clr-secondary);}
.btn svg {color: currentColor;}
.btn svg *[stroke] {stroke: currentColor;}
.btn svg *[fill] {fill: currentColor;}
.btn-small {font-size: 14px;line-height: 16px;padding: 8px 12px;padding-right: 8px;}
.btn-block {width: 100%;}
.btn.disabled {pointer-events: none;background-color: var(--clr-black-32);color: var(--clr-white);}
.btn:has(svg:only-child) {padding: 0.9em;}
.btn:has(svg:only-child) svg {width: 1.2em;height: 1.2em;}
.btn-close {display: inline-block;position: relative;cursor: pointer;--bw: 2.75rem;width: var(--bw);height: var(--bw);color: var(--clr-white);border-radius: 100%;background-color: var(--clr-black);transition: var(--transition-1);}
.btn-close::before,
.btn-close::after {content: "";position: absolute;top: 50%;left: 50%;width: 50%;height: 0.125rem;transform: translate(-50%, -50%) rotate(45deg);background-color: currentColor;}
.btn-close::after {transform: translate(-50%, -50%) rotate(-45deg);}
.btn-link {display: inline-block;cursor: pointer;font-size: 1.25rem;line-height: 1.38em;color: var(--clr-title);font-weight: 500;text-decoration: underline;text-decoration-color: transparent;transition: var(--transition-1);}
.btn-wrapp {display: flex;align-items: center;font-size: 0;gap: 8px;}
@media (min-width: 1200px) {
.btn:hover {background-color: var(--clr-green-64);}
.btn-primary:hover {background-color: var(--clr-black-64);}
.btn-secondary:hover {background-color: var(--clr-black-64);}
.btn-third:hover {background-color: var(--clr-green-64);color: var(--clr-black);}
.btn-close:hover {color: var(--clr-red);background-color: var(--clr-grey);}
.btn-link:hover {color: var(--clr-primary);text-decoration: underline;text-decoration-color: currentColor;}
}
@media (max-width: 991px) {
.btn {font-size: 14px;padding: 8px 12px;padding-right: 8px;}
.btn-small {font-size: 12px;padding: 6px 8px;padding-right: 6px;}
.btn-close {--bw: 2rem;}
}