﻿table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

iframe,
video {
    border: 0
}

img,
object,
svg {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

figure {
    display: inline-flex
}

figure,
img,
object,
svg {
    -webkit-user-drag: none;
    width: 100%
}

picture {
    display: flex
}

picture,
picture img {
    height: 100%;
    width: 100%
}

picture img {
    -o-object-fit: cover;
    object-fit: cover
}

button,
input {
    background: transparent none repeat 0 0/auto auto padding-box border-box scroll;
    background: initial;
    border: initial;
    border-radius: 0;
    padding: 0
}

textarea {
    border: none;
    box-shadow: none;
    outline: none;
    overflow: auto;
    resize: none
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-transition: all 5000s ease-in-out 0s !important;
    transition: all 5000s ease-in-out 0s !important
}

:focus {
    outline: none
}

a {
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-user-drag: none
}

svg {
    fill: currentcolor;
    height: 100%
}

/* @font-face {
    font-display: swap;
    font-family: Martian Mono;
    font-style: normal;
    font-weight: 300;
    src: url(../font/MartianMono-Light.7f8c6.woff2) format("woff2"), url(../font/MartianMono-Light.1f945.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Taklobo Display;
    font-style: normal;
    font-weight: 900;
    src: url(../font/Taklobo-Display.26af5.woff2) format("woff2"), url(../font/Taklobo-Display.2e631.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: PP Editorial New;
    font-style: normal;
    font-weight: 200;
    src: url(../font/PPEditorialNew-Ultralight.d1319.woff2) format("woff2"), url(../font/PPEditorialNew-Ultralight.2d912.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: PP Editorial New;
    font-style: italic;
    font-weight: 200;
    src: url(../font/PPEditorialNew-UltralightItalic.0d3b7.woff2) format("woff2"), url(../font/PPEditorialNew-UltralightItalic.6a477.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: HelveticaNowDisplay;
    font-style: normal;
    font-weight: 900;
    src: url(../font/HelveticaNowDisplay-Black.cf950.woff2) format("woff2"), url(../font/HelveticaNowDisplay-Black.46e5c.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: HelveticaNowDisplay;
    font-style: normal;
    font-weight: 400;
    src: url(../font/HelveticaNowDisplay-Regular.51aa5.woff2) format("woff2"), url(../font/HelveticaNowDisplay-Regular.d9bc1.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    src: url(../font/icomoon.dcece.woff2) format("woff2"), url(../font/icomoon.f21ff.woff) format("woff")
} */

body {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricprecision
}

blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

ul {
    list-style: none
}

button,
input,
select {
    margin: 0
}

*,
:after,
:before {
    box-sizing: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

img,
video {
    height: auto;
    max-width: 100%
}

[data-component=splited-text] {
    perspective: 31.25rem
}

[data-component=splited-text] * {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d
}

[data-component=splited-text]:not([data-component-type=line]) .part-container,
[data-component=splited-text]:not([data-component-type=line]) .parts-root {
    display: inline-block
}

[data-component=splited-text]:not([data-component-type=line]) .word {
    transform: translateZ(-.75em) rotateX(-90deg) scaleY(1.5) translateZ(.75em);
    transform-origin: center center
}

[data-component=splited-text]:not([data-component-type=line]).show .word {
    transform: translateZ(-.75em) rotateX(0deg) scaleY(1) translateZ(.75em);
    transition: transform .5s cubic-bezier(.45, 0, .55, 1) 0s;
    transition: .5s transform cubic-bezier(.45, 0, .55, 1) var(--d, 0s)
}

[data-component=splited-text]:not([data-component-type=line]).finish .word {
    transform: translateZ(-.75em) rotateX(90deg) scaleY(1.5) translateZ(.75em)
}

[data-component=splited-text][data-component-type=line] .line {
    transform: translateZ(-.75em) rotateX(-90deg) scaleY(1.5) translateZ(.75em);
    transform-origin: center center
}

[data-component=splited-text][data-component-type=line].show .line {
    transform: translateZ(-.75em) rotateX(0deg) scaleY(1) translateZ(.75em);
    transition: transform .5s cubic-bezier(.45, 0, .55, 1) 0s;
    transition: .5s transform cubic-bezier(.45, 0, .55, 1) var(--d, 0s)
}

[data-component=splited-text][data-component-type=line].finish .line {
    transform: translateZ(-.75em) rotateX(90deg) scaleY(1.5) translateZ(.75em)
}

.main-preloader {
    align-items: center;
    color: #000;
    color: var(--black);
    display: flex;
    flex-direction: row;
    font-family: HelveticaNowDisplay, sans-serif;
    font-size: .9375rem;
    font-style: normal;
    font-weight: 400;
    height: 100%;
    justify-content: center;
    line-height: 1.2;
    padding: 1.25rem;
    padding: var(--global-padding);
    position: fixed;
    width: 100%;
    z-index: 10
}

.main-preloader__wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%
}

@media(min-width:1025px) {
    .main-preloader__wrapper {
        flex-direction: row
    }
}

.main-preloader__images {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: space-between;
    perspective: 62.5rem;
    position: absolute;
    transform-style: preserve-3d;
    width: 100%
}

@media(min-width:1025px) {
    .main-preloader__images {
        align-items: center;
        flex-direction: column;
        justify-content: space-between
    }
}

.main-preloader__images img {
    border-radius: .25rem;
    border-radius: var(--border-radius);
    display: none;
    height: calc(25vw - 1.46875rem);
    height: var(--size);
    max-width: none;
    position: relative;
    transform: translate3d(0, 0, 0);
    transform: translate3d(calc(var(--x, 0)*1px), calc(var(--y, 0)*1px), calc(var(--z, 0)*1px));
    transform-origin: center center 0;
    transform-style: preserve-3d;
    width: calc(25vw - 1.46875rem);
    width: var(--size);
    --size: calc(25vw - var(--global-padding)*2/4 - 0.84375rem)
}

.main-preloader__images img:nth-child(n+5) {
    display: flex
}

@media(min-width:600px) {
    .main-preloader__images img {
        --size: calc(16.66667vw - var(--global-padding)*2/6 - 0.9375rem)
    }

    .main-preloader__images img:nth-child(n+3) {
        display: flex
    }
}

@media(min-width:1025px) {
    .main-preloader__images img {
        display: flex;
        --size: calc(12.5vh - var(--global-padding)*2/8 - 0.39047rem)
    }
}

.main-preloader__images.join {
    justify-content: center
}

.main-preloader__images.join img {
    position: absolute
}

.main-preloader__text {
    display: none
}

@media(min-width:1025px) {
    .main-preloader__text {
        align-self: flex-end;
        display: flex;
        max-width: 27.5625rem;
        position: absolute;
        text-align: center
    }
}

.main-preloader ::-moz-selection {
    background-color: var(--light-black);
    color: #fcfcfc;
    color: var(--light-gray)
}

.main-preloader ::selection {
    background-color: var(--light-black);
    color: #fcfcfc;
    color: var(--light-gray)
}

.text-3d {
    perspective: 1000px
}

.text-3d * {
    transform-style: preserve-3d
}

:root {
    --outlines: #2b2b2b;
    --black: #000;
    --light-gray: #fcfcfc;
    --global-padding: 1.25rem;
    --border-radius: 0.25rem
}

html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    box-sizing: border-box;
    font-size: 3.8647342995vw
}

@media(min-width:600px) {
    html {
        font-size: 2.0833333333vw
    }
}

@media(min-width:1025px) {
    html {
        font-size: min(1.1111111111vw, 1.1111111111vh*2.3)
    }
}

body,
html {
    background-color: #fcfcfc;
    background-color: var(--light-gray);
    color: #fcfcfc;
    color: var(--light-gray);
    font-family: HelveticaNowDisplay, sans-serif;
    font-weight: 400;
    min-height: 100vh;
    min-height: var(--vh, 100vh);
    width: 100%;
    word-break: keep-all
}

.hide {
    display: none !important
}

.hidden {
    visibility: hidden
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: none
}

.no-scrollbar::-webkit-scrollbar {
    display: none
}

/*# sourceMappingURL=http://localhost:49152/css/essential.css.map*/