@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap');

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-bg: #181921;
    --card-bg: #3b3450;
    --color-main-text: #ffffff;
    --color-second-text: #ececec;
    --color-accent-1: rgba(147, 129, 196, 1);
    --color-accent-2: #181921;
    --color-accent-3: #d2cd52;
    --color-accent-4: #ae6bb5;
    --color-accent-5: #3a2b62;
    --color-accent-6: #3b345033;
    --color-accent-7: #2a2e0a;
    --color-accent-8: #252630;
    --border: #e2ff5133;
    --border2: rgba(147, 129, 196, 1)
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0
    }
    40% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    80% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0
    }
    40% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    80% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.claimBonusContainer {
    position: relative;
    color: var(--color-main-text);
    max-width: 100%;
    overflow-x: hidden;
    font-family: "Sofia Sans", sans-serif
}

.claimBonusContainer * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.contentContainer {
    max-width: 1372px;
    margin: 0 auto
}

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

.title1 {
    text-align: center;
    text-transform: uppercase;
    font-size: clamp(23px, 4.4vw, 60px);
    font-weight: 900;
    width: 70%;
    margin: 0 auto 10px
}

@media (max-width: 576px) {
    .title1 {
        width: 100%
    }
}

.banner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 16px 16px 12px;
    border-radius: 10px
}

.banner__img {
    width: 100%
}

@media (max-width: 576px) {
    .banner {
        padding: 0;
        height: 370px;
        width: 100%;
        overflow: hidden;
        border-radius: 0
    }

    .banner__img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        display: block
    }
}

.btn {
    background: var(--color-accent-1);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    font-size: clamp(12px, 1.2vw, 24px);
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    max-height: 72px;
    max-width: 468px
}

.btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.btn:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.btn__banner {
    position: absolute;
    top: 58%;
    left: 5%;
    max-width: 745px;
    width: 24.8%;
    height: 3.75vw;
    border-radius: 6px
}

.btn__howToClaim {
    margin: 0 auto;
    min-width: 244px;
    min-height: 42px;
    width: 24.8%;
    height: 3.75vw
}

@media (max-width: 768px) {
    .btn__banner {
        left: 6%;
        width: 23.8%;
        border-radius: 4px;
        font-size: clamp(10px, 1.2vw, 24px)
    }
}

@media (max-width: 576px) {
    .btn__banner {
        top: 40%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 12px;
        width: 234px;
        height: 36px
    }

    .btn__banner:hover {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05)
    }

    .btn__banner:active {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1)
    }

    .btn__howToClaim {
        width: 244px;
        height: 42px;
        font-size: 14px
    }
}

.howToClaim {
    padding: 0 16px 5vw;
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.howToClaim__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2vw;
    margin-top: 5vw;
    margin-bottom: 2vw
}

.howToClaim__arrows {
    margin: 60px auto 32px
}

.howToClaim__decorImg {
    position: absolute;
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.howToClaim__decorImg--1 {
    top: -25%;
    left: -6%;
    width: 30%;
    height: auto
}

.howToClaim__decorImg--2 {
    right: -7%;
    top: 4%;
    width: 26%;
    height: auto;
    z-index: 0
}

@media (max-width: 1650px) {
    .howToClaim__decorImg--1 {
        top: -5%
    }

    .howToClaim__decorImg--2 {
        top: 32%
    }
}

@media (max-width: 1400px) {
    .howToClaim__cards {
        margin-top: 9vw
    }

    .howToClaim__decorImg--1 {
        top: 24%;
        left: -9%
    }

    .howToClaim__decorImg--2 {
        top: 54%;
        right: -3%
    }
}

@media (max-width: 1023px) {
    .howToClaim__cards {
        margin-top: 12vw
    }

    .howToClaim__decorImg--1 {
        top: 55%;
        left: 0%;
        width: 26%
    }

    .howToClaim__decorImg--2 {
        top: 64%;
        right: 0%
    }
}

@media (max-width: 768px) {
    .howToClaim__cards {
        margin-top: 12vw
    }

    .howToClaim__decorImg--1 {
        width: 30%;
        top: 43%;
        left: -3%
    }

    .howToClaim__decorImg--2 {
        top: 56%;
        right: 0%
    }
}

@media (max-width: 576px) {
    .howToClaim {
        padding-bottom: 5vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0;
        padding-top: 74px
    }

    .howToClaim__cards {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 2vw;
        margin-top: 92px;
        margin-bottom: 0;
        padding: 0 24px 0 24px
    }

    .howToClaim__arrows {
        margin-top: 36px 0;
        width: 28px;
        height: 32px
    }

    .howToClaim__decorImg--1 {
        -webkit-transform: rotate(14deg);
        transform: rotate(14deg);
        width: 240px;
        top: 7%;
        left: -10%
    }

    .howToClaim__decorImg--2 {
        width: 200px;
        top: 62%;
        right: -9%
    }
}

@media (max-width: 440px) {
    .howToClaim__decorImg--1 {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
        width: 240px;
        top: 6%;
        left: -19%
    }

    .howToClaim__decorImg--2 {
        top: 62%;
        right: -18%
    }
}

.howToClaimCard {
    font-size: clamp(12px, 2.4vw, 24px);
    font-weight: 700;
    text-align: center;
    color: var(--color-main-text);
    border-radius: 10px;
    background: rgba(37, 38, 48, .5);
    backdrop-filter: blur(10.5px);
    max-width: 350px;
    max-height: 116px;
    width: 28%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6dvh 1dvh 3.6dvh;
    position: relative;
    z-index: 1
}

.howToClaimCard:nth-child(1) {
    border: solid 1px #fbaf54;
    -webkit-box-shadow: 0px 0px 7.8px 0px hsla(0, 0%, 100%, .25);
    box-shadow: 0px 0px 7.8px 0px hsla(0, 0%, 100%, .25)
}

.howToClaimCard:nth-child(2) {
    border: 1px solid #b2abb8;
    -webkit-box-shadow: 0px 0px 7.8px 0px hsla(0, 0%, 100%, .25);
    box-shadow: 0px 0px 7.8px 0px hsla(0, 0%, 100%, .25)
}

.howToClaimCard:nth-child(3) {
    border: 1px solid #e36551;
    -webkit-box-shadow: 0px 0px 7.8px 0px hsla(0, 0%, 100%, .25);
    box-shadow: 0px 0px 7.8px 0px hsla(0, 0%, 100%, .25)
}

.howToClaimCard__imgBox {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -65%);
    transform: translate(-50%, -65%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 768px) {
    .howToClaimCard {
        padding: 4dvh .4dvh 2dvh
    }

    .howToClaimCard__img {
        width: 10vw
    }
}

@media (max-width: 576px) {
    .howToClaimCard {
        font-size: 18px;
        font-weight: 700;
        border-radius: 8px;
        width: 204px;
        height: 76px;
        padding: 32px 13px 22px;
        margin-bottom: 88px
    }

    .howToClaimCard:last-child {
        margin-bottom: 0
    }

    .howToClaimCard__number {
        padding: 8px;
        font-size: 24px
    }

    .howToClaimCard__imgBox {
        -webkit-transform: translate(-50%, -80%);
        transform: translate(-50%, -80%)
    }

    .howToClaimCard__img {
        width: 54px;
        height: 88px
    }
}

.arrows {
    display: block;
    width: 54px;
    height: 60px;
    margin: 0 auto
}

.arrow-1, .arrow-2, .arrow-3 {
    -webkit-animation: fadeInUp 1s ease-in-out infinite;
    animation: fadeInUp 1s ease-in-out infinite;
    opacity: 0
}

.arrow-3 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.arrow-2 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.arrow-1 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

@media (max-width: 576px) {
    .arrows {
        width: 28px;
        height: 32px
    }
}

.howWorks {
    margin-top: 60px;
    padding: 16px;
    position: relative;
    container-name: howWorks;
    container-type: inline-size
}

.howWorks__cards {
    display: grid;
    grid-template-columns:repeat(3, 310px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    width: 100%;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 235px
}

@container howWorks (width < 1340px) {
    .howWorks__cards {
        grid-template-columns:repeat(2, 310px);
        grid-template-rows:repeat(2, auto);
        place-items: center;
        max-width: 600px;
        row-gap: 32px;
        -webkit-column-gap: 12px;
        -moz-column-gap: 12px;
        column-gap: 12px
    }

    .howWorksCard:nth-child(3) {
        grid-column: span 2;
        justify-self: center;
    }
}

@media (max-width: 1360px) {
    .howWorks__cards {
        grid-template-columns:repeat(2, 1fr);
        grid-template-rows:repeat(2, auto);
        place-items: center;
        max-width: 600px;
        row-gap: 32px;
        -webkit-column-gap: 12px;
        -moz-column-gap: 12px;
        column-gap: 12px
    }
}

@media (max-width: 660px) {
    .howWorks__cards {
        grid-template-columns:repeat(1, 1fr);
        grid-template-rows:repeat(4, auto);
        place-items: center;
        padding-bottom: 80px
    }

    .howWorksCard:nth-child(3) {
        grid-column: auto;
        justify-self: auto;
    }
}

@media (max-width: 576px) {
    .howWorks__title {
        padding: 0 8px
    }
}

.howWorksCard {
    width: 310px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.howWorksCard__title {
    color: var(--color-accent-1);
    text-align: center;
    border: 1px solid var(--border2);
    border-radius: 8px;
    width: 136px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 28px;
    text-transform: uppercase;
    font-size: 18px
}

.howWorksCard__content {
    background: var(--color-accent-8);
    padding: 24px;
    border-radius: 10px;
    font-size: 18px
}

.howWorksCard__subTitle {
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 8px
}

.howWorksCard__list {
    list-style: disc;
    margin-left: 32px
}

.howWorksCard__img {
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.howWorksCard__img--1 {
    width: 183px;
    height: 138px;
    bottom: -44%;
    left: 4%;
    z-index: 10
}

.howWorksCard__img--2 {
    width: 222px;
    height: 180px;
    top: -12%;
    left: 6%
}

.howWorksCard__img--3 {
    width: 234px;
    height: 176px;
    bottom: -58%;
    right: -50%
}

.howWorksCard__img--4 {
    width: 178px;
    height: 141px;
    top: -8%;
    right: -68%
}
