.alice-carousel .animated {
    animation-fill-mode: both
}

.alice-carousel .animated-out {
    z-index: 1
}

.alice-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}

.alice-carousel {
    position: relative;
    width: 100%;
    margin: auto;
    direction: ltr
}

.alice-carousel__wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
    height: auto
}

.alice-carousel__stage,
.alice-carousel__wrapper {
    position: relative;
    box-sizing: border-box;
    width: 100%
}

.alice-carousel__stage {
    height: 100%;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    transform-style: flat;
    -webkit-transform-style: flat;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.alice-carousel__stage-item {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    vertical-align: top;
    white-space: normal;
    line-height: 0
}

.alice-carousel__stage-item * {
    line-height: normal
}

.alice-carousel__stage-item.__hidden {
    opacity: 0;
    overflow: hidden
}

.alice-carousel__next-btn,
.alice-carousel__prev-btn {
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    padding: 10px 5px
}

.alice-carousel__next-btn [data-area]:after,
.alice-carousel__prev-btn [data-area]:after {
    position: relative;
    content: attr(data-area);
    text-transform: capitalize
}

.alice-carousel__prev-btn {
    text-align: right
}

.alice-carousel__next-btn-item,
.alice-carousel__prev-btn-item {
    display: inline-block;
    cursor: pointer;
    padding: 5px;
    margin: 0;
    color: #465798
}

.alice-carousel__next-btn-item:hover,
.alice-carousel__prev-btn-item:hover {
    color: darkred
}

.alice-carousel__next-btn-item.__inactive,
.alice-carousel__prev-btn-item.__inactive {
    opacity: .4;
    pointer-events: none
}

.alice-carousel__play-btn {
    position: absolute;
    top: 30px;
    left: 20px;
    display: inline-block
}

.alice-carousel__play-btn:hover {
    cursor: pointer
}

.alice-carousel__play-btn-wrapper {
    position: relative;
    width: 32px;
    height: 32px;
    padding: 10px;
    border-radius: 50%;
    background-color: #fff
}

.alice-carousel__play-btn-item {
    position: absolute;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border: 0;
    outline: none;
    background: transparent
}

.alice-carousel__play-btn-item:after,
.alice-carousel__play-btn-item:before {
    position: absolute;
    pointer-events: none;
    display: block;
    width: 0;
    height: 0;
    content: "";
    transition: all .4s linear;
    border-color: transparent transparent transparent #465798;
    border-style: solid;
    border-width: 8px 0 8px 15px
}

.alice-carousel__play-btn-item:before {
    left: 5px;
    height: 14px
}

.alice-carousel__play-btn-item:after {
    top: 7px;
    left: 18px
}

.alice-carousel__play-btn-item.__pause:after,
.alice-carousel__play-btn-item.__pause:before {
    height: 30px;
    border-width: 0 0 0 10px
}

.alice-carousel__play-btn-item.__pause:after {
    top: 0;
    left: 18px
}

.alice-carousel__dots {
    margin: 30px 3px 5px;
    padding: 0;
    list-style: none;
    text-align: center
}

.alice-carousel__dots>li {
    display: inline-block
}

.alice-carousel__dots-item:not(.__custom) {
    width: 8px;
    height: 8px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #e0e4fb
}

.alice-carousel__dots-item:not(.__custom):not(:last-child) {
    margin-right: 20px
}

.alice-carousel__dots-item:not(.__custom).__active,
.alice-carousel__dots-item:not(.__custom):hover {
    background-color: #6e7ebc
}

.alice-carousel__slide-info {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
    padding: 5px 10px;
    color: #465798;
    border-radius: 5px;
    background-color: rgba(224, 228, 251, .6)
}

.alice-carousel__slide-info-item {
    vertical-align: middle;
    line-height: 0
}

*,
:after,
:before {
    box-sizing: border-box
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

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

button,
input,
select,
textarea {
    font: inherit;
    outline: none
}

img {
    max-width: 100%;
    max-height: 100%;
    display: block
}

a {
    text-decoration: none;
    color: inherit
}

a,
button {
    cursor: pointer
}

button {
    display: block;
    padding: 0;
    border: 0;
    background-color: transparent;
    outline: none
}

button[disabled] {
    opacity: .5;
    pointer-events: none
}

@font-face {
    font-family: Atom;
    font-weight: 300;
    font-style: normal;
    src: url(/assets/fonts/Atom-Light.otf) format("opentype");
    font-display: swap
}

@font-face {
    font-family: Atom;
    font-weight: 500;
    font-style: normal;
    src: url(/assets/fonts/Atom-Medium.otf) format("opentype");
    font-display: swap
}

@keyframes flickerAnimation {
    0% {
        opacity: 1
    }

    74% {
        opacity: 1
    }

    75% {
        opacity: 0
    }

    99% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

#features .alice-carousel__next-btn,
#features .alice-carousel__prev-btn,
#lifestyle-carousel .alice-carousel__next-btn,
#lifestyle-carousel .alice-carousel__prev-btn,
#news-carousel .alice-carousel__next-btn,
#news-carousel .alice-carousel__prev-btn,
#team-carousel .alice-carousel__next-btn,
#team-carousel .alice-carousel__prev-btn {
    margin-top: 20px;
    width: 72px;
    height: 72px;
    padding: 0
}

@media(max-width:1023px) {

    #features .alice-carousel__next-btn,
    #features .alice-carousel__prev-btn,
    #lifestyle-carousel .alice-carousel__next-btn,
    #lifestyle-carousel .alice-carousel__prev-btn,
    #news-carousel .alice-carousel__next-btn,
    #news-carousel .alice-carousel__prev-btn,
    #team-carousel .alice-carousel__next-btn,
    #team-carousel .alice-carousel__prev-btn {
        display: none
    }
}

#features .alice-carousel__prev-btn,
#lifestyle-carousel .alice-carousel__prev-btn,
#news-carousel .alice-carousel__prev-btn,
#team-carousel .alice-carousel__prev-btn {
    margin-right: 8px;
    margin-left: 20px
}

#team-carousel .alice-carousel__stage-item {
    transition-property: transform, width;
    transition-duration: .2s;
    transition-timing-function: ease-in-out
}

#nprogress .spinner {
    display: none !important
}

.react-dadata__container {
    position: relative;
    flex-grow: 1
}

.react-dadata__input {
    z-index: 1;
    padding: 0;
    border: 0;
    width: 100%;
    background-color: transparent;
    color: #fff;
    font-size: 24px;
    line-height: 24px
}

@media(max-width:767px) {
    .react-dadata__input {
        font-size: 16px;
        line-height: 16px
    }
}

.react-dadata__input:focus {
    border-color: transparent;
    box-shadow: none
}

.react-dadata__suggestions {
    background-color: #161616;
    border-radius: 4px;
    box-shadow: 0 1px 6px 3px rgba(0, 0, 0, .125);
    left: 0;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: calc(100% + 8px);
    z-index: 10
}

.react-dadata__suggestion-note {
    color: #fff;
    font-size: 14px;
    padding: 10px 10px 5px
}

.react-dadata__suggestion {
    color: #fff;
    background: none;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    font-size: 15px;
    padding: 7px 10px;
    text-align: left;
    width: 100%
}

.react-dadata__suggestion--line-through {
    text-decoration: line-through
}

.react-dadata__suggestion-subtitle {
    color: #fff;
    font-size: 14px;
    margin-top: 4px
}

.react-dadata__suggestion-subtitle-item {
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 16px
}

.react-dadata__suggestion-subtitle-item:last-child {
    margin-right: 0
}

.react-dadata__suggestion--current {
    background-color: rgba(0, 255, 255, .15)
}

.react-dadata__suggestion:hover {
    background-color: rgba(0, 255, 255, .1)
}

.react-dadata mark {
    background: none
}

.react-dadata--highlighted {
    color: aqua
}

@keyframes runningLine {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(calc(var(--scroll-width) - var(--scroll-width) * 2))
    }
}

@keyframes runningLineSecondary {
    0% {
        transform: translateX(var(--scroll-width))
    }

    to {
        transform: translateX(0)
    }
}

@keyframes fadeInAnimation {
    0% {
        transform: translateY(-20px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fadeOutAnimation {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(-20px);
        opacity: 0
    }
}

@keyframes wavy {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-40px)
    }

    to {
        transform: translateY(-40px)
    }
}

@keyframes wavy-reversed {
    0% {
        transform: translateY(40px)
    }

    25% {
        transform: translateY(40px)
    }

    75% {
        transform: translateY(0)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes figureIncrease {
    0% {
        -webkit-mask-size: 16.5%
    }

    to {
        -webkit-mask-size: 350%
    }
}

@keyframes carPropertyAnimation {
    0% {
        transform: translateY(250px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes carPropertyAnimationOut {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(250px)
    }
}

@keyframes largeBookButtonText {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-64px)
    }

    to {
        transform: translateY(-56px)
    }
}

@keyframes largeBookButtonTextMedium {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-48px)
    }

    to {
        transform: translateY(-44px)
    }
}

@keyframes largeBookButtonTextOut {
    0% {
        transform: translateY(-44px)
    }

    50% {
        transform: translateY(4px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes largeBookButtonIcon {
    0% {
        transform: translateY(0) scale(1)
    }

    50% {
        transform: translateY(-235px) scale(2.1)
    }

    to {
        transform: translateY(-225px) scale(2)
    }
}

@keyframes largeBookButtonIconOut {
    0% {
        transform: translateY(-120px) scale(2)
    }

    50% {
        transform: translateY(5px) scale(.9)
    }

    to {
        transform: translateY(0) scale(1)
    }
}

@keyframes detailItemFadeout {
    0% {
        overflow: visible
    }

    99% {
        overflow: visible
    }

    to {
        overflow: hidden
    }
}

@keyframes detailTitle {
    0% {
        max-width: 0;
        max-height: 0
    }

    50% {
        max-width: calc(var(--info-width) + 6px);
        max-height: calc(var(--info-height) + 4px)
    }

    to {
        max-width: var(--info-width);
        max-height: var(--info-height)
    }
}

@keyframes detailTitleMobile {
    0% {
        max-width: var(--info-width);
        max-height: var(--info-height);
        opacity: 0
    }

    to {
        max-width: var(--info-width);
        max-height: var(--info-height);
        opacity: 1
    }
}

@keyframes detailTitleOut {
    0% {
        max-width: var(--info-width);
        max-height: var(--info-height)
    }

    to {
        max-width: 0;
        max-height: 0
    }
}

@keyframes detailTitleOutMobile {
    0% {
        max-width: var(--info-width);
        max-height: var(--info-height);
        opacity: 1
    }

    to {
        max-width: var(--info-width);
        max-height: var(--info-height);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 255, 255, .4)
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 255, 255, 0)
    }

    to {
        box-shadow: 0 0 0 0 rgba(0, 255, 255, 0)
    }
}

@keyframes textShine {
    0% {
        background-position: 50% 50%
    }

    25% {
        background-position: 85% 80%
    }

    50% {
        background-position: 75% 75%
    }

    75% {
        background-position: 50% 100%
    }

    to {
        background-position: 100% 50%
    }
}

@keyframes metaverseGradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

@keyframes wantAtomOut {
    0% {
        opacity: 1
    }

    99% {
        opacity: 0
    }

    to {
        opacity: 0;
        display: none
    }
}

@keyframes wantAtomIn {
    0% {
        opacity: 0;
        display: flex
    }

    to {
        opacity: 1
    }
}

.carousel .control-dots {
    width: -moz-fit-content !important;
    width: fit-content !important;
    left: 50%;
    transform: translate(-50%);
    right: unset
}

html {
    scroll-behavior: smooth !important
}

body {
    margin: 0;
    min-height: 100vh;
    width: 100%;
    height: 100%;
    font-family: Atom, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* background-color: #000; */
    background-color: #010d0e;
    background-color: #101011 !important;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    color: #fff;
    overflow: auto !important;
    scroll-snap-type: y mandatory
}

body::-webkit-scrollbar {
    width: 8px;
    height: 1px
}

body::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 0
}

body::-webkit-scrollbar-track {
    background: #161616;
    border: 1px solid #333;
    border-radius: 0
}

body {
    scrollbar-face-color: #333;
    scrollbar-track-color: #161616
}

@media(max-width:767px) {
    body {
        font-size: 16px;
        line-height: 20px
    }
}

body.disable-scroll {
    overflow: hidden !important
}

::-webkit-media-controls-panel,
::-webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none
}

::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none
}

.carousel-root {
    width: 100% !important
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px rgba(35, 35, 35, .161)
}

.uw-main-button-close,
.uw__round-button,
.uw__round-link {
    width: 70px !important;
    height: 70px !important
}

@media(max-width:1023px) {

    .uw-main-button-close,
    .uw__round-button,
    .uw__round-link {
        width: 50px !important;
        height: 50px !important
    }
}

.global-hide {
    display: none
}