@font-face {
    font-family: SBSansDisplay;
    src: url(/_next/static/media/SBSansDisplayThin.26fb87ab.woff2);
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: SBSansDisplay;
    src: url(/_next/static/media/SBSansDisplayLight.1399f0a6.woff2);
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: SBSansDisplay;
    src: url(/_next/static/media/SBSansDisplayRegular.e2423882.woff2);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: SBSansDisplay;
    src: url(/_next/static/media/SBSansDisplaySemiBold.fe953920.woff2);
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: SBSansDisplay;
    src: url(/_next/static/media/SBSansDisplayBold.7e09a264.woff2);
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: SB Sans Text;
    src: url(/_next/static/media/SBSansText-Medium.eb2efc94.otf) format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

:root {
    --font-main: "SBSansDisplay";
    --accent-color: #00db00;
    --accent-color-opacity-10: rgba(0, 219, 0, 0.1);
    --accent-color-opacity-28: rgba(0, 219, 0, 0.28);
    --dark-color: #1d2633;
    --white-color: #ffffff;
    --light-gray-color: #c6cfda;
    --light-gray-bg: #f4f4f9;
    --text-color: var(--dark-color);
    --htag-white-color: var(--white-color);
    --htag-dark-color: #212121;
    --dark-arrow-slider: #1e1e1e
}

*,
:after,
:before {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body,
html {
    overflow-x: hidden
}

body {
    min-width: 320px;
    min-height: 100vh;
    max-width: 2400px;
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    font-family: var(--font-main), sans-serif;
    color: var(--text-color);
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a,
a:hover,
a:link,
a:visited {
    text-decoration: none
}

a:focus {
    outline: none
}

aside,
footer,
header,
main,
nav,
section {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: inherit;
    font-weight: inherit
}

ul,
ul li {
    list-style: none
}

img {
    vertical-align: top
}

img,
svg {}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: rgba(0, 0, 0, 0)
}

button,
input[type=submit] {
    display: inline-block;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    background: none;
    cursor: pointer
}

button:focus {
    outline: none
}

.wrapper {
    padding: 0 clamp(12px, min(28/1920 * 100vw, 28 * 1.25 * 1px), 28px)
}

.wrapper .main {
    overflow-x: hidden
}

.container {
    padding: 0 clamp(4px, min(102/1920 * 100vw, 102 * 1.25 * 1px), 102px)
}

.overflow-hidden {
    overflow: hidden
}

.dark-bg {
    background: radial-gradient(#1a222d 0, #334048 100%);
    border-radius: 50px
}

.react-player__preview {
    width: 100%;
    height: 100%;
    border-radius: 40px
}

#popup-root .popup-content {
    width: auto;
    height: auto;
    max-width: calc(100vw - 300px);
    max-height: calc(80vh - 10px);
    border-radius: 40px;
    border: none;
    padding: 0
}

.btn-close-modal {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--white-color);
    border: none;
    border-radius: 74px;
    position: absolute;
    top: 0;
    right: -100px
}

.wrapOffset,
.wrapOffsetBottom {
    margin-top: clamp(100px, min(250/1920 * 100vw, 250 * 1.25 * 1px), 250px)
}

.d-none {
    display: none
}

.swiper-wrapper .swiper-slide {
    height: auto
}

@media(max-width:1100px) {
    #popup-root .popup-content {
        max-width: 100vw
    }
    .btn-close-modal {
        width: 40px;
        height: 40px;
        top: -58px;
        right: 0
    }
    .btn-close-modal svg {
        width: 20px;
        height: 20px
    }
}

@media(max-width:600px) {
    .container {
        padding: 0 4px
    }
}

@media(max-width:500px) {
    .dark-bg {
        border-radius: 28px;
        margin-left: -8px;
        margin-right: -8px
    }
}

@media(max-width:425px) {
    .react-player__preview {
        border-radius: 20px
    }
}

@keyframes popup {
    0% {
        transform: scale(.75);
        opacity: 0
    }
    to {
        transform: scale(1);
        opacity: 1
    }
}

.CookiesBanner_root__dvHqj {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: clamp(30px, min(40/1920 * 100vw, 40 * 1.25 * 1px), 40px);
    left: 50%;
    transform: translateX(-50%);
    background: #1c3257;
    border-radius: 24px;
    padding: clamp(12px, min(30/1920 * 100vw, 30 * 1.25 * 1px), 30px) clamp(20px, min(50/1920 * 100vw, 50 * 1.25 * 1px), 50px);
    color: #fff;
    font-size: clamp(16px, min(20/1920 * 100vw, 20 * 1.25 * 1px), 20px);
    font-weight: 300;
    line-height: 150%;
    max-width: 1120px;
    width: 100%;
    position: fixed;
    bottom: 28px;
    z-index: 999
}

.CookiesBanner_content__4pbIB {
    display: flex;
    flex-direction: row;
    gap: clamp(25px, min(30/1920 * 100vw, 30 * 1.25 * 1px), 30px);
    align-items: flex-start
}

.CookiesBanner_content__4pbIB svg {
    flex-shrink: 0
}

.CookiesBanner_textbox___JkBX {
    display: flex;
    flex-direction: column
}

.CookiesBanner_link__fjtwX {
    color: var(--accent-color);
    text-decoration: underline !important;
    text-decoration-color: var(--accent-color) !important;
    font-weight: 500
}

.CookiesBanner_btn__8Lt2C {
    border: 1px solid #c6cfda;
    border-radius: clamp(50px, min(74/1920 * 100vw, 74 * 1.25 * 1px), 74px);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 24px 48px;
    color: #fff;
    font-size: clamp(18px, min(24/1920 * 100vw, 24 * 1.25 * 1px), 24px);
    font-weight: 600;
    line-height: 120%;
    transition: opacity .1s ease-in-out;
    height: fit-content
}

.CookiesBanner_btn__8Lt2C:hover {
    opacity: .9
}

@media(max-width:1200px) {
    .CookiesBanner_root__dvHqj {
        bottom: 0;
        border-radius: 0;
        border-top-left-radius: 18px;
        border-top-right-radius: 18px
    }
    .CookiesBanner_btn__8Lt2C {
        padding: 12px 28px
    }
}

@media(max-width:650px) {
    .CookiesBanner_root__dvHqj {
        flex-direction: column;
        align-items: center
    }
    .CookiesBanner_content__4pbIB svg {
        max-width: 45px
    }
    .CookiesBanner_btn__8Lt2C {
        width: 100%
    }
}