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

@-webkit-keyframes line {
    0% {
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%)
    }

    to {
        -webkit-transform: translateX(150%);
        transform: translateX(150%)
    }
}

@keyframes line {
    0% {
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%)
    }

    to {
        -webkit-transform: translateX(150%);
        transform: translateX(150%)
    }
}

@-webkit-keyframes swing {
    0%, 100% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
    50% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
}

@keyframes swing {
    0%, 100% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
    50% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
}

@-webkit-keyframes lineY {
    0% {
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%)
    }

    to {
        -webkit-transform: translateY(150%);
        transform: translateY(150%)
    }
}

@keyframes lineY {
    0% {
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%)
    }

    to {
        -webkit-transform: translateY(150%);
        transform: translateY(150%)
    }
}

@-webkit-keyframes pulse {
    0%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(249, 176, 53, 0.7);
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        box-shadow: 0 0 20px 10px rgba(249, 176, 53, 0.3);
    }
}

@keyframes pulse {
    0%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(249, 176, 53, 0.7);
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        box-shadow: 0 0 20px 10px rgba(249, 176, 53, 0.3);
    }
}

ul {
    list-style: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0
}

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

.features .swiper-slide .feature-icon svg,
.header-logo img,
img {
    width: 100%;
    height: auto
}

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

@font-face {
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/OpenSansSemiCondensed-Regular.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: "Open Sans";
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/OpenSansCondensed-Bold.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/Montserrat-Bold.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: italic;
    src: url(../fonts/Montserrat-BoldItalic.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    font-weight: 800;
    font-style: normal;
    src: url(../fonts/Montserrat-ExtraBold.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    font-weight: 900;
    font-style: normal;
    src: url(../fonts/Montserrat-Black.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/Montserrat-Medium.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    font-style: italic;
    src: url(../fonts/Montserrat-MediumItalic.ttf) format("truetype");
    font-display: swap
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: .72917vw;
    font-style: normal;
    color: #fff
}

.dark {
    color: #17191a
}

.flex,
.footer-payments li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.for-mobile {
    display: none
}

@media only screen and (max-width:1024px) {
    .for-mobile {
        display: block
    }
}

main {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: visible;
}

@media only screen and (max-width:1024px) {
    main {
        background-position-y: 14.97396vw
    }
}

main {
    background: var(--bg-desk) center top/cover #101213 no-repeat
}

@media only screen and (max-width:1024px) {
    main {
        /* background-image: var(--bg-tab);
        background-color: #070808 */
				background: var(--bg-tab) center top/contain #101213 no-repeat
    }
}

@media only screen and (max-width:584px) {
    main {
        /* background-image: var(--bg-mob) */
				background: var(--bg-mob) center top/contain #101213 no-repeat
    }
}

@media (width:1280px) and (height:960px),
(width:1600px) and (height:1200px) {
    main {
        background-position-x: 75%
    }
}

@media (max-width:1024px) and (min-width:700px) and (max-height:800px) {
    main {
        min-height: 1300px
    }
}

.terms-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 1.04167vw 5vw;
    background: #070808;
    width: 100%;
    gap: 3.125vw;
    margin-bottom: 0;
    max-width: 80.52vw;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width:1024px) {
    .terms-list {
        padding: 3.125vw 6.51042vw;
        gap: 2.08333vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-width:584px) {
    .terms-list {
        padding: 4vmin 5.33333vmin;
        gap: 3.2vmin;
        max-width: none;
    }
}

.terms-list .terms-item {
    font-family: "Open Sans", sans-serif;
    display: flex;
    flex-direction: column;
    gap: 0.5vw;
}

@media only screen and (max-width:1024px) {
    .terms-list .terms-item {
        gap: 1.04167vw
    }
}

@media only screen and (max-width:584px) {
    .terms-list .terms-item {
        gap: 1.33333vmin
    }
}

.terms-list .terms-title {
    font-weight: 700;
    font-size: 0.57vw;
    line-height: 1.2;
    color: #fff;
}

@media only screen and (max-width:1024px) {
    .terms-list .terms-title {
        font-size: 1.5625vw
    }
}

@media only screen and (max-width:584px) {
    .terms-list .terms-title {
        font-size: 3.2vmin
    }
}

.terms-list .terms-text {
    font-weight: 400;
    font-size: 0.57vw;
    line-height: 1.3;
    opacity: 0.7;
    color: #fff;
}

@media only screen and (max-width:1024px) {
    .terms-list .terms-text {
        font-size: 1.30208vw
    }
}

@media only screen and (max-width:584px) {
    .terms-list .terms-text {
        font-size: 2.66667vmin
    }
}

.video-section {
    padding: 0 7.8125vw 0;
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width:1024px) {
    .video-section {
        padding: 0 6.51042vw 0
    }
}

@media only screen and (max-width:584px) {
    .video-section {
        padding: 6.66667vmin 5.33333vmin 0
    }
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 58.33333vw;
    aspect-ratio: 16/9;
    border-radius: 1.04167vw;
    overflow: hidden;
    background: #000;
    box-shadow: 0px 0px 85.82px 0px #F4931C26;
}

@media only screen and (max-width:1024px) {
    .video-container {
        max-width: 100%;
        border-radius: 2.08333vw
    }
}

@media only screen and (max-width:584px) {
    .video-container {
        border-radius: 2.66667vmin
    }
}

.video-container::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px; /* товщина бордера */
    border-radius: inherit;
    background: radial-gradient(41.1% 6660666.9% at 53.74% 0%, #F9B035 0%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 0;
  }

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 2;
    transition: transform 0.3s ease, opacity 0.3s ease;
    width: 5.20833vw;
    height: 5.20833vw;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

@media only screen and (max-width:1024px) {
    .video-play-btn {
        width: 10.41667vw;
        height: 10.41667vw
    }
}

@media only screen and (max-width:584px) {
    .video-play-btn {
        width: 13.33333vmin;
        height: 13.33333vmin
    }
}

.video-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1)
}

.video-play-btn svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 0.20833vw 1.04167vw rgba(249, 176, 53, 0.5))
}

@media only screen and (max-width:1024px) {
    .video-play-btn svg {
        filter: drop-shadow(0 0.52083vw 2.08333vw rgba(249, 176, 53, 0.5))
    }
}

@media only screen and (max-width:584px) {
    .video-play-btn svg {
        filter: drop-shadow(0 0.66667vmin 2.66667vmin rgba(249, 176, 53, 0.5))
    }
}

.video-container.playing .video-play-btn {
    opacity: 0;
    pointer-events: none
}

.features {
    padding: 0 7.8125vw;
    position: relative
}

@media only screen and (max-width:1024px) {
    .features {
        padding: 5.67vw 6.51042vw 5.67vw
    }
}

.features .swiper-slide {
    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: .88542vw 1.04167vw .88542vw;
    gap: .83333vw
}

@media only screen and (max-width:1024px) {
    .features .swiper-slide {
        padding: 2.21354vw 3.90625vw 2.47396vw;
        gap: 2.08333vw
    }
}

@media only screen and (max-width:584px) {
    .features .swiper-slide {
        padding: 4.26667vmin 3.90625vw;
        gap: 1.69271vw
    }
}

.features .swiper-slide .feature-icon {
    width: 2.70833vw;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
}

@media only screen and (max-width:1024px) {
    .features .swiper-slide .feature-icon {
        width: 6.77083vw
    }
}

@media only screen and (max-width:584px) {
    .features .swiper-slide .feature-icon {
        width: 13.86667vmin
    }
}

.features .swiper-slide .feature-content {
    font-family: "Open Sans", sans-serif
}

.features .swiper-slide .feature-content ul li {
    font-weight: 500;
    font-size: .83333vw;
    line-height: 1;
    margin-bottom: .20833vw;
}

.features .swiper-slide .feature-content ul {
    list-style: disc;
    margin-left: 1vw;
}

@media only screen and (max-width:1024px) {
    .features .swiper-slide .feature-content ul li {
        margin-bottom: .52083vw;
        font-size: 2.08vw
    }

    .features .swiper-slide .feature-content ul {
        list-style: disc;
        margin-left: 2vw;
    }
}

@media only screen and (max-width:584px) {
    .features .swiper-slide .feature-content ul li {
        margin-bottom: 1.06667vmin;
        font-size: 4.27vw
    }

    .features .swiper-slide .feature-content ul {
        list-style: disc;
        margin-left: 8vw;
    }
}

.features .swiper-slide .feature-content p {
    font-weight: 400;
    font-size: .625vw;
    line-height: 1.1;
    opacity: .7;
    max-width: 12.70833vw
}

@media only screen and (max-width:1024px) {
    .features .swiper-slide .feature-content p {
        font-size: 1.5625vw;
        max-width: 28.125vw
    }
}

@media only screen and (max-width:584px) {
    .features .swiper-slide .feature-content p {
        font-size: 3.2vmin;
        max-width: 57.6vmin
    }
}

.features .swiper-slide:nth-of-type(2)::after,
.features .swiper-slide:nth-of-type(3)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: .10417vw;
    height: 5.05208vw;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #f9b035), to(transparent));
    background: linear-gradient(180deg, transparent 0, #f9b035 50%, transparent 100%);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

@media only screen and (max-width:1024px) {

    .features .swiper-slide:nth-of-type(2)::after,
    .features .swiper-slide:nth-of-type(3)::after {
        width: 2px;
        height: 100%
    }
}

@media only screen and (max-width:584px) {

    .features .swiper-slide:nth-of-type(2)::after,
    .features .swiper-slide:nth-of-type(3)::after {
        content: none
    }
}

.features .swiper-wrapper::after,
.features .swiper-wrapper::before {
    content: '';
    position: absolute;
    height: .10417vw;
    width: 57.29167vw;
    left: 0
}

@media only screen and (max-width:1024px) {

    .features .swiper-wrapper::after,
    .features .swiper-wrapper::before {
        height: 2px
    }
}

.features .swiper-wrapper::after,
.features .swiper-wrapper::before {
    background: radial-gradient(50% 4210351.73% at 50% 0, #f9b035 0, transparent 100%)
}

.features .swiper-wrapper::after {
    top: 0;
    -webkit-animation: line 9s linear infinite;
    animation: line 9s linear infinite
}

.features .swiper-wrapper::before {
    bottom: 0;
    animation: line 9s linear infinite reverse 5s
}

.features .lines {
    position: absolute;
    top: 0;
    left: 7.70833vw;
    right: 7.70833vw;
    bottom: 0;
    overflow: hidden;
    pointer-events: none
}

@media only screen and (max-width:1024px) {
    .features .lines {
        left: 6.25vw;
        right: 6.25vw;
        bottom: 12.76042vw
    }
}

@media only screen and (max-width:584px) {
    .features .lines {
        bottom: 19.73333vmin
    }
}

.features .lines::after,
.features .lines::before {
    content: '';
    position: absolute;
    height: 77.8%;
    width: .10417vw;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #f9b035), to(transparent));
    background: linear-gradient(180deg, transparent 0, #f9b035 50%, transparent 100%)
}

.features .lines::after {
    left: 0;
    -webkit-animation: lineY 9s linear infinite;
    animation: lineY 9s linear infinite
}

.features .lines::before {
    right: 0;
    animation: lineY 5s linear infinite reverse 2.5s
}

.features .payments {
    position: absolute;
    bottom: 1.14583vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 36.61458vw
}

@media only screen and (max-width:1024px) {
    .features .payments {
        position: relative;
        left: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        width: 67.96875vw;
        margin: 5.20833vw auto 0
    }
}

@media only screen and (max-width:584px) {
    .features .payments {
        width: 83.46667vmin;
        margin: 9.86667vmin auto 0
    }
}

.swiper-pagination {
    display: none
}

@media only screen and (max-width:1024px) {
    .swiper-pagination {
        display: block;
        top: unset !important
    }
}

@media only screen and (max-width:584px) {
    .swiper-pagination {
    }
}

.swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: .5
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: #f9b035;
    opacity: 1
}

.games-section {
    padding: 3.125vw 3.23vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.08333vw;
}

@media only screen and (max-width:1024px) {
    .games-section {
        padding: 5.20833vw 6.51042vw 3.39vw;
        gap: 3.125vw;
    }
}

@media only screen and (max-width:584px) {
    .games-section {
        padding: 6.66667vmin 5.33333vmin;
        gap: 4.26667vmin;
    }
}

.games-title {
    font-family: "Open Sans", sans-serif;
    font-size: 1.25vw;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 0;
    letter-spacing: 0.05em;
    position: absolute;
    top: -1vw;
    left: 50%;
    transform: translateX(-50%);
    color: #F9B035;
    background: #101213;
    padding: 0 1.04vw;
}

@media only screen and (max-width:1024px) {
    .games-title {
        font-size: 2.08vw;
        top: -1.89vw;
    }
}

@media only screen and (max-width:584px) {
    .games-title {
        font-size: 4.27vw;
        white-space: nowrap;
        top: -3vw;
    }
}

@media only screen and (max-width:1024px) {
.md-down-hide {
    display: none !important;
}
}

.games-title-icon {
    width: 1.41vw;
    margin-right: .7vw;
}

@media only screen and (max-width:1024px) {
    .games-title-icon {
        width: 3.39vw;
        margin-right: 1.6vw;
    }
}

@media only screen and (max-width:584px) {
    .games-title-icon {
            width: 5.6vw;
            margin-right: 2.73vw;
        }
    }

.games-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.04167vw;
    width: 100%;
    max-width: 80.20833vw;
    padding: 0.94vw;
    border-radius: 0.83vw;
    position: relative;
    width: auto;
}

.games-grid::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(180deg, #F9B035 0%, rgba(249, 176, 53, 0.2) 100%);
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

@media only screen and (max-width:1024px) {
    .games-grid {
        gap: 1.5625vw;
        padding: 2.60417vw;
        border-radius: 2.08333vw;
        flex-wrap: wrap;
        max-width: 100%;
    }
}

@media only screen and (max-width:584px) {
    .games-grid {
        gap: 2.66667vmin;
        padding: 3.2vmin;
        border-radius: 2.66667vmin;
        flex-wrap: wrap;
    }
}

.game-card {
    min-width: 0;
    overflow: hidden;
    transition: transform 0.3s ease;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
    display: block;
    cursor: pointer;
    z-index: 9;
}

.game-card:hover {
    transform: translateY(-0.52083vw);
    box-shadow: 0px 8px 30px rgba(249, 176, 53, 0.4);
}

@media only screen and (max-width:1024px) {
    .game-card {
        width: calc(33% - 0.78125vw);
        height: calc(33% - 0.78125vw);
        border-radius: 2.08vw;
    }
    
    .game-card:hover {
        transform: translateY(-1.04167vw);
    }
}

@media only screen and (max-width:584px) {
    .game-card {
        width: calc(33% - 1.78vw);
        height: calc(33% - 1.78vw);
        border-radius: 4.27vw;
    }
    
    .game-card:hover {
        transform: translateY(-1.33333vmin);
    }
}

.game-card img {
    width: 100%;
    height: auto;
}

.game-card .game-desktop {
    display: block;
}

.game-card .game-mobile {
    display: none;
}

@media only screen and (max-width:1024px) {
    .game-card .game-desktop {
        display: none !important;
    }
    
    .game-card .game-mobile {
        display: block !important;
    }
}

.sports-leagues {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: .98958vw 7.70833vw 1.35417vw;
    margin-top: 2.23958vw;
    background: #101213;
    gap: .41667vw
}

@media only screen and (max-width:1024px) {
    .sports-leagues {
        padding: 3.125vw 13.02083vw;
        gap: 0 1.04167vw;
        margin-bottom: unset;
        margin-top: 2.86458vw;
        background: #101213;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width:584px) {
    .sports-leagues {
        padding: 6.66667vmin 2.66667vmin;
        margin-top: unset;
        gap: 0 1.33333vmin
    }
}

.sports-leagues .league-card {
    position: relative;
    width: 13.75vw
}

@media only screen and (max-width:1024px) {
    .sports-leagues .league-card {
        width: 23.82812vw
    }
}

@media only screen and (max-width:584px) {
    .sports-leagues .league-card {
        width: 46.66667vmin
    }
}

.sports-leagues .league-info {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 7.34375vw;
    padding: 0 1.30208vw;
    width: 10.41667vw;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #101213
}

@media only screen and (max-width:1024px) {
    .sports-leagues .league-info {
        top: 12.23958vw;
        padding: 0;
        width: 16.40625vw
    }
}

@media only screen and (max-width:584px) {
    .sports-leagues .league-info {
        top: 22.4vmin;
        padding: 0 1.33333vmin;
        width: 32vmin
    }
}

.sports-leagues .league-info h3 {
    font-size: .625vw
}

@media only screen and (max-width:1024px) {
    .sports-leagues .league-info h3 {
        font-size: 1.5625vw
    }
}

@media only screen and (max-width:584px) {
    .sports-leagues .league-info h3 {
        font-size: 2.66667vmin
    }
}

.payments.flex {
    max-width: 70.52vw;
    margin: auto;
    margin-bottom: 1.35vw;
}

.header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    gap: .83333vw;
    margin: 0;
}


@media only screen and (max-width:1024px) {
    .header {
        padding: 0 2.60417vw;
        gap: .3125vw;
        margin-top: 3.64583vw;
        margin-bottom: 62.60417vw;
        align-items: flex-start;
    }

}

@media only screen and (max-width:584px) {
    .header {
        padding: 0 3.73333vmin;
        gap: unset;
        margin-bottom: 56.53333vmin
    }
}

.signup-btn {
    position: absolute;
    top: 2.08333vw;
    right: 2.08333vw;
    font-size: 1.04vw;
    text-transform: uppercase;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    letter-spacing: .02em;
    position: absolute;
    border-radius: 0.42vw;
    background: linear-gradient(180deg, #FFB800 13.64%, #FF8B02 83.33%);
    padding: 3px;
    font-weight: 600;
    z-index: 1000;
    text-decoration: none;
    cursor: pointer;
}

.signup-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(13.64%, #f9b035), color-stop(83.33%, #ff9702));
    background: linear-gradient(180deg, #f9b035 13.64%, #ff9702 83.33%);
    border-radius: 12px;
    padding: 0.83333vw 2.08333vw;
    width: 100%;
    height: 100%;
}

.signup-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 0.42vw;
    padding: 2px;
    background: linear-gradient(180deg, #FFFCD1 12.12%, #D95104 100%);
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

@media only screen and (hover:hover) {
    .signup-btn:hover {
        background: #ff9702
    }
}

@media only screen and (max-width:1024px) {
    .signup-btn {
        top: 3.64583vw;
        right: 2.60417vw;
        font-size: 2.26667vmin;
        border-radius: 1.04vw;
    }
    
    .signup-btn span {
        padding: 1.5625vw 3.125vw;
        border-radius: 1.04vw;
    }

    .signup-btn::before {
        border-radius: 1.04vw;
    }
}

@media only screen and (max-width:584px) {
    .signup-btn {
        top: 3.73333vmin;
        right: 3.73333vmin;
        font-size: 3.26667vmin;
        border-radius: 1.07vw;
    }
    
    .signup-btn span {
        padding: 2.66667vmin 5.33333vmin;
        border-radius: 1.07vw;
    }
    
    .signup-btn::before {
        border-radius: 1.07vw;
        padding: 1px;

    }
}

.header-text {
    font-weight: 700;
    font-size: 1.97917vw;
    line-height: 1.5625vw;
    text-transform: uppercase
}

@media only screen and (max-width:1024px) {
    .header-text {
        font-size: 3.38542vw;
        line-height: 3.90625vw
    }
}

@media only screen and (max-width:584px) {
    .header-text {
        font-size: 3.73333vmin;
        line-height: 8vmin
    }
}

.header-logo {
    width: 10.78vw;
    margin-bottom: 2.29vw;
    margin-top: 1vw;
}

@media only screen and (max-width:1024px) {
    .header-logo {
        width: 18.22917vw
    }
}

@media only screen and (max-width:584px) {
    .header-logo {
        width: 26.66667vmin
    }
}

.header-nav__item {
    font-size: 1.04167vw;
    height: 2.91667vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 8.33333vw;
    border-radius: .41667vw;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(13.64%, #ffb800), color-stop(83.33%, #ff8b02)), -webkit-gradient(linear, left top, left bottom, color-stop(12.12%, #fffcd1), to(#d95104));
    background: linear-gradient(180deg, #ffb800 13.64%, #ff8b02 83.33%), linear-gradient(180deg, #fffcd1 12.12%, #d95104 100%)
}

@media only screen and (max-width:1024px) {
    .header-nav__item {
        font-size: 2.08333vw;
        height: 7.16146vw;
        width: 23.4375vw;
        border-radius: 8px
    }
}

@media only screen and (max-width:584px) {
    .header-nav__item {
        font-size: 3.73333vmin;
        height: 10.66667vmin;
        width: 32vmin;
        border-radius: 4px
    }
}

@media only screen and (hover:hover) {
    .header-nav__item:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(13.64%, #d95104), color-stop(83.33%, #d95104)), -webkit-gradient(linear, left top, left bottom, color-stop(12.12%, #ff8b02), to(#ffb800));
        background: linear-gradient(180deg, #d95104 13.64%, #d95104 83.33%), linear-gradient(180deg, #ff8b02 12.12%, #ffb800 100%)
    }
}

.header-nav__item::before {
    content: '';
    border-radius: .41667vw;
    position: absolute;
    inset: 0;
    padding: 1px;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    background: -webkit-gradient(linear, left top, left bottom, from(#fffcd1), to(#d95104)) 0 0/auto padding-box border-box;
    background: linear-gradient(#fffcd1, #d95104) 0 0/auto padding-box border-box;
    background-clip: 'border-box';
    pointer-events: none
}

@media only screen and (max-width:1024px) {
    .header-nav__item::before {
        border-radius: 8px
    }
}

@media only screen and (max-width:584px) {
    .header-nav__item::before {
        border-radius: 4px
    }
}

.content {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 2.86458vw;
    margin-bottom: 4.17708vw;
}

@media only screen and (max-width:1024px) {
    .content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: unset;
        gap: 1.5625vw 4.6875vw;
        padding: 0 7.16146vw;
        margin-bottom: 0;
    }
}

@media only screen and (max-width:584px) {
    .content {
        gap: 8.53333vmin;
        padding: 0 8.66667vmin
    }
}

.content h2,
.content-footer__text {
    margin-top: .83333vw;
    font-weight: 700;
    font-size: .9375vw
}

@media only screen and (max-width:1024px) {
    .content-footer__text {
        margin-top: 1.5625vw;
        font-size: 2.34375vw
    }
}

@media only screen and (max-width:584px) {
    .content-footer__text {
        margin-top: 3.2vmin;
        font-size: 4.8vmin
    }
}

.content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    width: 28.125vw;
    position: relative
}

@media only screen and (max-width:1024px) {
    .content-wrap {
        border-radius: 23px;
        margin-bottom: 0;
        width: 40.36458vw
    }
}

@media only screen and (max-width:584px) {
    .content-wrap {
        border-radius: 15px;
        width: 92.53333vmin
    }
}

@media only screen and (max-width:1024px) {
    .content-wrap:first-child {
        width: 100%
    }
}

.bonus-double .content-title,
.content-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.content-title {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width:1024px) {
    .content-title {
        margin-top: 0;
        
    }
}

@media only screen and (max-width:768px) {
    .content-title {
        font-size: 7.55vw;
    }
}

@media only screen and (max-width:584px) {
    .content-title {
        font-size: 17.07vw;
        flex-direction: column;
    }
}

.bonus-double .content-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.content-title b {
    background: linear-gradient(180.58deg, #ffb800 14%, #ff8b02 104.1%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 5.21vw;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .05em
}

@media only screen and (max-width:768px) {
    .content-title b {
        font-size: 7.55vw;
    }
}

@media only screen and (max-width:1024px) {
    .content-title b {
        font-size: 8.85417vw
    }
}

@media only screen and (max-width:584px) {
    .content-title b {
        font-size: 17.07vw;
    }
}

.content-title span {
    color: #fff;
    font-size: 3.13vw;
    line-height: 100%;
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25))
}

@media only screen and (max-width:1024px) {
    .content-title span {
        font-size: 4.16667vw;
        margin-left: 2.34375vw
    }
}

@media only screen and (max-width:768px) {
    .content-title span {
        font-size: 7.55vw;
        white-space: nowrap;
    }
}

@media only screen and (max-width:584px) {
    .content-title span {
        font-size: 9.6vw;
    }
}

.content-subtitle {
    font-family: Montserrat;
font-weight: 500 !important;
font-size: 1.56vw;
line-height: 100%;
    color: #fff;
}

@media only screen and (max-width:1024px) {
    .content-subtitle {
    }
}

@media only screen and (max-width:768px) {
    .content-subtitle {
        font-size: 3.13vw !important;
    }
}

@media only screen and (max-width:584px) {
    .content-subtitle {
        font-size: 4.8vw !important;
        white-space: nowrap;
    }
}

.content-subtitle b {
    font-family: Montserrat;
font-weight: 700 !important;
font-size: 1.56vw;
line-height: 100%;
    color: #F9B035;
}

@media only screen and (max-width:768px) {
    .content-subtitle b {
        font-size: 3.13vw;
    }
}

@media only screen and (max-width:584px) {
    .content-subtitle b {
        font-size: 4.8vw;
    }
}

.one-million {
    position: absolute;
    top: 0;
    right: 9.1vw;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0;
    z-index: 10;
}

.one-million__word {
    display: flex;
    align-items: flex-end;
    gap: 0;
}

.one-million__word--one {
    margin-right: 1.61vw;
}

.letter-desktop {
    display: block;
}

.letter-mobile {
    display: none;
}

.one-million img {
    margin-left: -2vw;
}

.one-million__word img:first-child {
    margin-left: 0;
}

@media only screen and (max-width:1024px) {
    .one-million {
        gap: 0.52vw;
        top: -3vw;
        right: 50%;
        transform: translateX(50%);
        flex-direction: column;
        align-items: center;
    }
    .one-million__word--million {
        position: absolute;
        top: 3vw;
        left: -10vw;
    }

    .one-million__word--one {
        z-index: 100;
    }


    .one-million__word--million img {
        height: 44.25vw !important;
        margin-left: -5vw !important;
    }
    
    .one-million__word--one {
        margin-right: 0;
    }
    
    .letter-desktop {
        display: none;
    }
    
    .letter-mobile {
        display: block;
    }
    
    .one-million img {
        margin-left: -1.56vw;
    }
    
    .one-million__word img:first-child {
        margin-left: 0;
    }
}

.one-million img {
    height: 15.25vw;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.3));
    transform-origin: top center;
    animation: swing 3s ease-in-out infinite;
}

.one-million img:nth-child(1) {
    animation-duration: 2.8s;
    animation-delay: 0s;
}

.one-million img:nth-child(2) {
    animation-duration: 3.2s;
    animation-delay: -0.5s;
}

.one-million img:nth-child(3) {
    animation-duration: 2.9s;
    animation-delay: -1s;
}

.one-million img:nth-child(5) {
    animation-duration: 3.1s;
    animation-delay: -1.5s;
}

.one-million img:nth-child(6) {
    margin-left: -2.5vw;
    animation-duration: 2.7s;
    animation-delay: -0.3s;
}

.one-million img:nth-child(7) {
    margin-left: -2.5vw;
    animation-duration: 3.3s;
    animation-delay: -0.8s;
}

.one-million img:nth-child(8) {
    margin-left: -2.5vw;
    animation-duration: 2.85s;
    animation-delay: -1.2s;
}

.one-million img:nth-child(9) {
    margin-left: -2.8vw;
    animation-duration: 3.15s;
    animation-delay: -0.6s;
}

.one-million img:nth-child(10) {
    animation-duration: 2.95s;
    animation-delay: -1.8s;
}

.one-million img:nth-child(11) {
    animation-duration: 3.05s;
    animation-delay: -1.1s;
}

@media only screen and (max-width:1024px) {
    .one-million img {
        height: 32.25vw;
    }
}


.content h2 {
    font-size: 1.41vw;
    line-height: 1.5625vw;
    margin-top: .72917vw
}

@media only screen and (max-width:1024px) {
    .content h2 {
        font-size: 2.08333vw;
        line-height: 3.90625vw;
        margin-top: 1.04167vw
    }
}

@media only screen and (max-width:584px) {
    .content h2 {
        font-size: 4.26667vmin;
        line-height: 8vmin;
        margin-top: 2.13333vmin
    }
}

.content h2 b {
    color: #f9b035
}

.content-code {
    margin-top: 1.25vw;
    border-radius: 1.04167vw;
    background: #fff;
    width: 100%;
    height: 4.95vw;
    letter-spacing: .03125vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 23.59vw;
    position: relative;
    color: #1d1f20
}

@media only screen and (max-width:1024px) {
    .content-code {
        border-radius: 14px;
        margin-top: 1.5625vw;
        height: 8.46354vw;
        letter-spacing: 0;
        width: 40.36458vw
    }
}

@media only screen and (max-width:584px) {
    .content-code {
        border-radius: 12px;
        margin-top: 3.2vmin;
        height: 17.33333vmin;
        width: 82.66667vmin
    }
}

.action-bx {
    margin: 2vw auto;
    border-radius: 1.04167vw;
    background: #fff;
    width: 100%;
    height: 4.95vw;
    letter-spacing: .03125vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 28.18vw;
    position: relative;
    color: #1d1f20
}

@media only screen and (max-width:1024px) {
    .action-bx {
        border-radius: 14px;
        margin: 1.5625vw auto;
        height: 8.46354vw;
        letter-spacing: 0;
        width: 40.36458vw;
        margin-top: 3.13vw;
        margin-bottom: 4.69vw;
    }
}

@media only screen and (max-width:584px) {
    .action-bx {
        border-radius: 12px;
        margin: 3.2vmin auto;
        height: 17.33333vmin;
        width: 82.66667vmin;
        margin-bottom: 9.6vw;
    }
}

.content-code__bonus {
    font-size: 1.45833vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16.04167vw;
    cursor: pointer;
    position: relative;
    letter-spacing: .02em
}

@media only screen and (max-width:1024px) {
    .content-code__bonus {
        font-weight: 600;
        font-size: 2.08333vw;
        width: 26.5625vw
    }
}

@media only screen and (max-width:584px) {
    .content-code__bonus {
        font-size: 4.26667vmin;
        width: 45.33333vmin
    }
}

.content-code__link {
    font-size: 1.46vw;
    text-transform: uppercase;
    border-radius: 20px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(13.64%, #f9b035), color-stop(83.33%, #ff9702));
    background: linear-gradient(180deg, #f9b035 13.64%, #ff9702 83.33%);
    border-radius: 12px;
    overflow: hidden; 
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    letter-spacing: .02em;
    position: relative;
    border-radius: 12px;
    background: linear-gradient(180deg, #FFB800 13.64%, #FF8B02 83.33%);
    padding: 3px;
    font-weight: 600;
    /* -webkit-animation: pulse 2s ease-in-out infinite; */
    /* animation: pulse 2s ease-in-out infinite; */
}

.header-mobile {
    display: none;
}

@media only screen and (max-width:1024px) {
    .header-mobile {
        display: block;
    }
}

.header-desktop {
    display: block;
}

@media only screen and (max-width:1024px) {
    .header-desktop {
        display: none;
    }
}

@media only screen and (max-width:1024px) {
    .content-code__link {
        border-radius: 14px;
        font-size: 2.08333vw;
    }
}

@media only screen and (max-width:584px) {
    .content-code__link {
        border-radius: 12px;
        font-size: 4.26667vmin;
    }
}

@media only screen and (hover:hover) {
    .content-code__link:hover {
        background: #ff9702
    }
}

.content-code__link::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 3px;
    background: linear-gradient(180deg, #FFFCD1 12.12%, #D95104 100%);
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.content-code__link::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -100%;
    width: 50%;
    height: 200%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    transform: skewX(-25deg);
    animation: sweep 3s infinite;
    pointer-events: none;
}

@keyframes sweep {
    0% {
        left: -100%;
    }
    50%, 100% {
        left: 150%;
    }
}

.footer {
    width: 100%;
    height: 5.72917vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #070808;
    padding: 0 4.6875vw;
    position: relative
}

@media only screen and (max-width:1024px) {
    .footer {
        height: 26.04167vw;
        padding: 0;
        margin-top: 2.99479vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media only screen and (max-width:584px) {
    .footer {
        height: 40vmin;
        margin-top: 8vmin
    }
}

@media only screen and (max-width:1024px) {
    .bonus-double .footer {
        height: 28.64583vw
    }
}

@media only screen and (max-width:584px) {
    .bonus-double .footer {
        height: 40vmin
    }
}

.footer::before {
    position: absolute;
    bottom: 100%;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 8, 8, 0)), color-stop(33.37%, rgba(7, 8, 8, .16)), color-stop(46.19%, rgba(7, 8, 8, .69)), color-stop(62.96%, rgba(7, 8, 8, .96)), color-stop(80.31%, #070808), to(#070808));
    background: linear-gradient(180deg, rgba(7, 8, 8, 0) 0, rgba(7, 8, 8, .16) 33.37%, rgba(7, 8, 8, .69) 46.19%, rgba(7, 8, 8, .96) 62.96%, #070808 80.31%, #070808 100%);
    width: 100%;
    height: 59.50521vw;
    pointer-events: none
}

@media only screen and (max-width:1024px) {
    .footer::before {
        content: ''
    }
}

@media only screen and (max-width:584px) {
    .footer::before {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 8, 8, 0)), color-stop(36.04%, rgba(7, 8, 8, .08)), color-stop(54.91%, rgba(7, 8, 8, .7)), color-stop(70.42%, rgba(7, 8, 8, .96)), color-stop(80.31%, #070808), to(#070808));
        background: linear-gradient(180deg, rgba(7, 8, 8, 0) 0, rgba(7, 8, 8, .08) 36.04%, rgba(7, 8, 8, .7) 54.91%, rgba(7, 8, 8, .96) 70.42%, #070808 80.31%, #070808 100%);
        height: 112vmin
    }
}

@media only screen and (max-width:1024px) {
    .footer-terms {
        margin-bottom: 2.60417vw
    }
}

@media only screen and (max-width:584px) {
    .bonus-one .footer-terms {
        margin-bottom: 4.8vmin
    }
}

.footer-terms p {
    line-height: 1.25vw;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400
}

@media only screen and (max-width:1024px) {
    .footer-terms p {
        line-height: 3.125vw
    }
}

@media only screen and (max-width:584px) {
    .footer-terms p {
        line-height: 5.86667vmin
    }
}

.bonus-double .footer-terms p,
.footer-payments {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bonus-double .footer-terms p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:1024px) {
    .bonus-double .footer-terms p {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer-terms p b {
    font-weight: 700;
    font-size: .83333vw;
    margin-right: 1.25vw;
    text-decoration: underline
}

@media only screen and (max-width:1024px) {
    .footer-terms p b {
        font-size: 2.08333vw;
        margin-bottom: 1.04167vw;
        margin-right: 0;
        display: block;
        text-align: center
    }
}

@media only screen and (max-width:584px) {
    .footer-terms p b {
        font-size: 4.26667vmin;
        margin-bottom: 2.13333vmin
    }
}

.footer-terms p span {
    font-size: .72917vw;
    color: rgba(255, 255, 255, .7)
}

@media only screen and (max-width:1024px) {
    .footer-terms p span {
        font-size: 1.82292vw
    }
}

@media only screen and (max-width:584px) {
    .footer-terms p span {
        font-size: 3.2vmin;
        line-height: 4.26667vmin;
        display: block;
        text-align: center;
        margin: 0 auto
    }
}

.bonus-double .footer-terms p span {
    display: block
}

@media only screen and (max-width:1024px) {
    .bonus-double .footer-terms p span {
        text-align: center
    }
}

.footer-payments {
    list-style: none
}

@media only screen and (max-width:1024px) {
    .footer-payments {
        width: 67.96875vw;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 0 1.30208vw;
        margin-bottom: 3.64583vw
    }
}

@media only screen and (max-width:584px) {
    .footer-payments {
        width: 85.33333vmin;
        gap: 0 1.6vmin;
        margin-bottom: 4.53333vmin
    }
}

.footer-payments li:not(:first-child) {
    margin-left: .52083vw
}

@media only screen and (max-width:1024px) {
    .footer-payments li:not(:first-child) {
        margin-left: 0
    }
}

.footer-payments img {
    width: auto;
    height: 2.5vw
}

@media only screen and (max-width:1024px) {
    .footer-payments img {
        height: 6.25vw
    }
}

@media only screen and (max-width:584px) {

    .footer-payments img,
    .footer-payments img[alt=flexepin],
    .footer-payments img[alt=neosurf],
    .footer-payments img[alt=ssl] {
        height: 8vmin
    }
}

@media only screen and (max-width:1024px) {
    .footer-payments li.ripple {
        display: none
    }
}

.footer-payments li.ripple-mob {
    display: none
}

@media only screen and (max-width:1024px) {
    .footer-payments li.ripple-mob {
        display: block
    }
}

.code-double p {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 16%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-weight: 500;
    white-space: nowrap;
    font-size: .9375vw
}

@media only screen and (max-width:1024px) {
    .code-double p {
        font-size: 1.82292vw;
        top: 14%
    }
}

@media only screen and (max-width:584px) {
    .code-double p {
        font-size: 3.2vmin
    }
}

.code-double span {
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%)
}

.footer-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5625vw 7.8125vw;
    background: #101213;
    width: 100%;
    max-width: 80.52vw;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width:1024px) {
    .footer-contact {
        padding: 3.125vw 6.51042vw;
        flex-direction: column;
        gap: 2.08333vw;
    }
}

@media only screen and (max-width:584px) {
    .footer-contact {
        padding: 5.33333vmin;
        gap: 4vmin;
    }
}

.footer-contact__logo {
    width: 10.41667vw;
}

@media only screen and (max-width:1024px) {
    .footer-contact__logo {
        width: 15.625vw;
    }
}

@media only screen and (max-width:584px) {
    .footer-contact__logo {
        width: 26.66667vmin;
    }
}

.footer-contact__logo img {
    width: 100%;
    height: auto;
}

.footer-contact__info {
    display: flex;
    align-items: center;
    gap: 3.125vw;
}

@media only screen and (max-width:1024px) {
    .footer-contact__info {
        flex-direction: column;
        gap: 1.5625vw;
        align-items: center;
        text-align: center;
    }
}

@media only screen and (max-width:584px) {
    .footer-contact__info {
        gap: 2.66667vmin;
    }
}

.footer-contact__item {
    display: flex;
    align-items: center;
    gap: 0.52083vw;
    padding: 1.04vw 0.83vw;
    border-radius: 0.42vw;
    background: #232526;
}

@media only screen and (max-width:1024px) {
    .footer-contact__item {
        gap: 0.52083vw;
        border-radius: 1.04vw;
    }
}

@media only screen and (max-width:584px) {
    .footer-contact__item {
        gap: 1.06667vmin;
    }
}

.footer-contact__label {
    font-family: "Montserrat", sans-serif;
    font-size: 1.15vw;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

@media only screen and (max-width:1024px) {
    .footer-contact__label {
        font-size: 2.08vw;
    }
}

@media only screen and (max-width:584px) {
    .footer-contact__label {
        font-size: 3.2vmin;
    }
}

.footer-contact__value {
    font-family: "Montserrat", sans-serif;
    font-size: 1.15vw;
    font-weight: 600;
    color: #F9B035;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.footer-contact__value:hover {
    opacity: 0.8;
}

@media only screen and (max-width:1024px) {
    .footer-contact__value {
        font-size: 2.08vw;
    }
}

@media only screen and (max-width:584px) {
    .footer-contact__value {
        font-size: 3.2vmin;
    }
}
