html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    background-color: #14141a
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

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

a {
    text-decoration: none;
    cursor: pointer
}

button {
    border-width: 0;
    padding: 0;
    cursor: pointer
}

figure {
    margin: 0
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0
}

ul,
ol,
dd {
    margin: 0;
    padding: 0;
    list-style: none
}

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

p {
    margin: 0
}

cite {
    font-style: normal
}

fieldset {
    border-width: 0;
    padding: 0;
    margin: 0
}

:root {
    --main_text: #ffffff;
    --accent1: #e2ff51;
    --accent2: #181921;
    --accent3: #3b3450;
    --accent4: #14141a;
    --header-height: 64px
}

.accent1 {
    color: var(--accent1)
}

@-webkit-keyframes rotation {
    0% {
        --gradient-angle: 0deg
    }

    100% {
        --gradient-angle: 360deg
    }
}

@keyframes rotation {
    0% {
        --gradient-angle: 0deg
    }

    100% {
        --gradient-angle: 360deg
    }
}

.inserted-content {
    font-family: "Sofia Sans", sans-serif;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    color: var(--main_text);
    overflow-x: hidden;
    min-height: calc(100dvh - var(--header-height));
    overflow: hidden
}

.i-c-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    height: 100%
}

.leftBlock {
    position: relative;
    z-index: 2;
    width: clamp(60%, 70% + 40*(1920px - 100vw)/1344, 90%);
    min-height: 100dvh;
    padding-block: 220px 270px;
    padding-block: calc(50vh - 50%);
    padding-block: clamp(60px, 15vh, 120px) clamp(10px, 5vh, 20px);
    padding-inline: clamp(16px, 16px + 44*(100vw - 360px)/1560, 80px) 0
}

.leftBlock__title {
    font-size: clamp(32px, 32px + 28*(100vw - 360px)/1560, 60px);
    font-weight: 900;
    text-transform: uppercase
}

.leftBlock__logoBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.leftBlock__logo--1 {
    width: clamp(148px, 148px + 92*(100vw - 360px)/1560, 240px)
}

.leftBlock__logo--2 {
    width: clamp(13px, 13px + 7*(100vw - 360px)/1560, 20px);
    margin: 0 clamp(8px, 8px + 14*(100vw - 360px)/1560, 22px)
}

.leftBlock__logo--3 {
    width: clamp(138px, 138px + 84*(100vw - 360px)/1560, 222px)
}

.leftBlock__casualText {
    font-size: clamp(18px, 18px + 6*(100vw - 360px)/1560, 24px);
    margin-top: 20px
}

.leftBlock__promocodeCopyBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px 0 6px;
    background: #3a3451;
    padding: 16px;
    border-radius: 6px;
    position: relative;
    cursor: pointer
}

.leftBlock__promocodeCopyBtn:hover .leftBlock__promocodeCopyBtnTooltip {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.leftBlock__promocodeCopyBtnText {
    font-size: 18px
}

.leftBlock__promocodeCopyBtnTooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: -32px;
    right: 0;
    font-size: 14px;
    color: #fff;
    background: #8587a2;
    padding: 6px 8px;
    border-radius: 8px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease
}

.leftBlock__promocodeCopyBtnTooltip.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.leftBlock__promocodeCopyIcon {
    margin-left: 12px
}

.leftBlock__promocodeCopyText {
    color: #8587a2
}

.leftBlock__claimBonusBtn {
    display: inline-block;
    margin: 60px 0 24px;
    padding: 14px 16px;
    background: #e5ff3a;
    border-radius: 6px;
    color: #2a2e0a;
    text-transform: uppercase;
    text-align: center;
    font-size: clamp(14px, 14px + 4*(100vw - 360px)/1560, 18px);
    font-weight: 700;
    width: clamp(328px, 328px + 32*(100vw - 360px)/1560, 360px);
    height: clamp(40px, 40px + 10*(100vw - 360px)/1560, 50px)
}

.leftBlock__partnership {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-size: clamp(14px, 14px + 2*(100vw - 360px)/1560, 16px);
    color: #fff
}

.leftBlock__partnershipImg {
    width: clamp(85px, 85px + 29*(100vw - 360px)/1560, 114px);
    height: clamp(18px, 18px + 6*(100vw - 360px)/1560, 24px)
}

.leftBlock__message {
    opacity: .8;
    font-size: 14px;
    margin-top: 24px
}

@media(max-width: 1200px)and (max-height: 800px) {
    .leftBlock {
        padding-block: 80px 220px
    }
}

@media(max-height: 900px)and (orientation: landscape) {
    .leftBlock {
        padding-block: 120px 20px
    }
}

@media(max-height: 700px)and (orientation: landscape) {
    .leftBlock {
        padding-block: 40px 20px
    }
}

@media(max-width: 720px) {
    .leftBlock {
        padding-inline: 16px
    }

    .leftBlock__message {
        display: block;
        text-align: left
    }
}

@media(max-width: 576px) {
    .leftBlock {
        width: 100%;
        height: 100%;
        padding-block: 20px 20px
    }

    .leftBlock__title {
        margin-bottom: 8px
    }

    .leftBlock__casualText {
        margin-top: 16px
    }

    .leftBlock__promocodeCopyBtn {
        margin: 30px 0 6px
    }

    .leftBlock__claimBonusBtn {
        display: block;
        margin: 32vh auto 24px
    }

    .leftBlock__partnership {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .leftBlock__message {
        text-align: center;
        font-size: 12px;
        margin-top: 16px
    }
}

.rightBlock {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: clamp(66%, 80% + 240*(1920px - 100vw)/1344, 100%);
    height: 100%;
    z-index: 1;
    background-image: -webkit-image-set(url("../img/pageBg_1x.webp") 1x, url("../img/pageBg_2x.webp") 2x);
    background-image: image-set(url("../img/pageBg_1x.webp") 1x, url("../img/pageBg_2x.webp") 2x);
    background-repeat: no-repeat;
    background-position: right top
}

@media(max-width: 1600px) {
    .rightBlock {
        background-image: -webkit-image-set(url("../img/pageBg_1600_1x.webp") 1x, url("../img/pageBg_1600_2x.webp") 2x);
        background-image: image-set(url("../img/pageBg_1600_1x.webp") 1x, url("../img/pageBg_1600_2x.webp") 2x);
        background-repeat: no-repeat;
        background-position: right top
    }
}

@media(max-width: 1360px) {
    .rightBlock {
        background-position: left top;
        width: clamp(50%, 74% + 240*(1360px - 100vw)/784, 100%)
    }
}

@media(max-width: 720px)and (orientation: portrait) {
    .rightBlock {
        background-position: right top;
        width: clamp(60%, 78% + 240*(840px - 100vw)/264, 100%);
        background-image: -webkit-image-set(url("../img/pageBg_7201_1x.webp") 1x, url("../img/pageBg_7201_2x.webp") 2x);
        background-image: image-set(url("../img/pageBg_7201_1x.webp") 1x, url("../img/pageBg_7201_2x.webp") 2x)
    }
}

@media(max-width: 576px) {
    .rightBlock {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-image: -webkit-image-set(url("../img/pageBg_mobile_1x.webp") 1x, url("../img/pageBg_mobile_2x.webp") 2x);
        background-image: image-set(url("../img/pageBg_mobile_1x.webp") 1x, url("../img/pageBg_mobile_2x.webp") 2x);
        background-position: center top;
        background-size: cover
    }
}

.btn {
    -webkit-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    cursor: pointer
}

.btn:hover {
    scale: 1.05
}

.btn:active {
    scale: 1.1;
    -webkit-transition: scale .05s ease-in-out;
    transition: scale .05s ease-in-out
}