﻿*,
:after,
:before {
    box-sizing: border-box;
}
li,
ol,
ol[class],
ul,
ul[class] {
    margin: 0;
    padding: 0;
}
blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
    margin: 0;
}
body {
    line-height: 1.5;
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
}
li,
ol[class],
ul[class] {
    list-style: none;
}
a {
    text-decoration: none;
}
a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}
img {
    display: block;
    max-width: 100%;
}
button,
input,
select,
textarea {
    border: none;
    font: inherit;
}
[role="button"],
button {
    cursor: pointer;
}
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
@media (max-width: 768px) {
    body,
    html {
        overflow-x: hidden;
    }
}
body.-toggle,
html.-toggle {
    overflow: hidden;
}
body {
    background: #f4f4f4;
    color: #31373d;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.4;
}
@media (max-width: 768px) {
    body {
        font-size: 14px;
        overflow-x: hidden;
    }
}
.container,
.container-page {
    margin-left: auto;
    margin-right: auto;
    max-width: 1220px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}
.container-page {
    max-width: 1000px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #31373d;
    font-weight: 700;
    line-height: 1.2;
}
.site-header {
    background: #f4f4f4;
    padding: 24px 0;
}
@media (max-width: 768px) {
    .site-header {
        padding: 20px 0;
    }
}
.site-header .site-header--row {
    grid-gap: 20px;
    align-items: center;
    display: grid;
    grid-template-columns: max-content 1fr;
}
.site-header .site-header__logo img {
    height: auto;
    width: 180px;
}
.site-header .site-header--menu-area {
    grid-gap: 20px;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr max-content max-content;
}
@media (max-width: 768px) {
    .site-header .site-header--menu-area {
        grid-gap: 16px;
        background: #f4f4f4;
        display: none;
        grid-template-columns: 86px 1fr;
        height: calc(100% - 82px);
        left: 0;
        overflow-y: auto;
        padding: 20px;
        place-content: flex-start;
        position: fixed;
        top: 82px;
        width: 100%;
        z-index: 9999;
    }
    .site-header .site-header--menu-area.-toggle {
        display: block;
    }
}
.site-header .site-header--menu-btn {
    background: #0ebf6a url(../../n8uwinsportscasino/image/mob-menu-icon.svg) no-repeat 50%;
    background-size: 15px;
    border: 1px solid #0ebf6a;
    border-radius: 4px;
    display: none;
    height: 42px;
    justify-self: flex-end;
    width: 42px;
}
.site-header .site-header--menu-btn.-toggle {
    background: #0ebf6a url(../../n8uwinsportscasino/image/mob-menu-close-icon.svg) no-repeat 50%;
    background-size: 15px;
}
@media (max-width: 768px) {
    .site-header .site-header--menu-btn {
        display: block;
    }
}
.site-header .site-header__menu {
    padding-right: 64px;
    text-align: right;
}
@media (max-width: 768px) {
    .site-header .site-header__menu {
        grid-column: 1/3;
        grid-row: 1;
        margin-bottom: 64px;
        padding: 0;
        text-align: left;
    }
}
.site-header .site-header__menu ul {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 42px;
}
@media (max-width: 768px) {
    .site-header .site-header__menu ul {
        display: block;
    }
}
.site-header .site-header__menu ul li {
    font-size: 15px;
    position: relative;
}
@media (max-width: 768px) {
    .site-header .site-header__menu ul li:not(:last-child) {
        border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
        display: block;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}
.site-header .site-header__menu ul li a {
    color: #31373d;
    padding-left: 28px;
}
.site-header .site-header__menu ul li:hover > a {
    color: #0093ff;
}
.site-header .site-header__menu ul li ul {
    display: none;
}
.site-header .site-header__menu ul li:hover > ul {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    display: block;
    left: -20px;
    padding: 24px 20px;
    position: absolute;
    top: 100%;
    width: 240px;
    z-index: 999;
}
.site-header .site-header__menu ul li:hover > ul li {
    background: transparent !important;
    text-align: left;
}
.site-header .site-header__menu ul li:hover > ul li:not(:last-child) {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 12px;
    padding-bottom: 12px;
}
.site-header .site-header__menu ul li:hover > ul li a {
    background: transparent !important;
    color: #31343c;
    font-size: 13px;
    padding: 0;
}
.site-header .site-header__menu ul li:hover > ul li a:hover {
    color: #f4f4f4;
}
.site-header .site-header__langs {
    position: relative;
}
@media (max-width: 768px) {
    .site-header .site-header__langs {
        margin-top: 24px;
    }
}
.site-header .site-header__langs .site-header__langs--current {
    background: #f4f4f4;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    gap: 8px;
    height: 42px;
    padding: 5px 10px;
    place-items: center;
    text-transform: uppercase;
}
.site-header .site-header__langs .site-header__langs--current img {
    border-radius: 4px;
    height: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 24px;
}
.site-header .site-header__langs .site-header__langs--current span {
    color: #31373d;
}
.site-header .site-header__langs ul {
    background: #1c1e22;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    display: none;
    padding: 20px;
    position: absolute;
    right: -20px;
    top: 100%;
    width: 180px;
    z-index: 9999;
}
@media (max-width: 768px) {
    .site-header .site-header__langs ul {
        background: #fff;
        bottom: 100%;
        grid-template-columns: repeat(2, 1fr);
        left: 0;
        padding: 20px 14px;
        right: unset;
        top: unset;
        width: 300px;
    }
}
.site-header .site-header__langs ul li:not(:last-child) a {
    border-bottom: 1px solid #1c1e22;
    margin-bottom: 6px;
    padding-bottom: 6px;
}
@media (max-width: 768px) {
    .site-header .site-header__langs ul li:not(:last-child) a {
        border: none;
        margin-bottom: 8px;
        padding-bottom: 8px;
    }
}
.site-header .site-header__langs ul li a {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    place-items: center;
}
.site-header .site-header__langs ul li a:hover {
    opacity: 0.64;
}
.site-header .site-header__langs ul li a img {
    border-radius: 2px;
    height: 14px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 20px;
}
.site-header .site-header__langs ul li a span {
    color: #fff;
    font-size: 14px;
}
@media (max-width: 768px) {
    .site-header .site-header__langs ul li a span {
        color: #31343c;
    }
}
.site-header .site-header__langs ul li.current-lang a {
    opacity: 0.64;
}
.site-header .site-header__langs:hover > ul {
    display: block;
}
@media (max-width: 768px) {
    .site-header .site-header__langs:hover > ul {
        display: grid;
    }
}
.site-header .site-header__btn-login {
    header: 42px;
    background: #0ebf6a;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    line-height: 42px;
}
@media (max-width: 768px) {
    .site-header .site-header__btn-login {
        grid-row: 2;
        text-align: center;
    }
}
.site-header .site-header__btn-login a {
    color: #fff;
    display: block;
    padding: 0 54px;
}
.site-header .site-header__btn-login:hover {
    opacity: 0.86;
}
.header-banner {
    margin-bottom: 86px;
    padding: 100px 0 0;
    position: relative;
}
@media (max-width: 768px) {
    .header-banner {
        margin-bottom: 30px;
        padding-bottom: 42px;
        padding-top: 30px;
    }
}
.header-banner .header-banner--content {
    grid-gap: 42px;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 64px;
}
@media (max-width: 768px) {
    .header-banner .header-banner--content {
        display: block;
        margin-bottom: 0;
    }
}
.header-banner .header-banner--content h1 {
    color: #31373d;
    font-size: 56px;
    font-weight: 700;
}
@media (max-width: 768px) {
    .header-banner .header-banner--content h1 {
        font-size: 30px;
    }
}
.header-banner .header-banner--content h1 b,
.header-banner .header-banner--content h1 span,
.header-banner .header-banner--content h1 strong {
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background: #0093ff;
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 700;
}
.header-banner .header-banner--content .header-banner--desc {
    margin: 24px 0 0;
}
@media (max-width: 768px) {
    .header-banner .header-banner--content .header-banner--desc {
        font-size: 14px;
    }
}
.header-banner .header-banner--content .header-banner--desc a {
    color: #0ebf6a;
    font-weight: 500;
    text-decoration: underline;
}
.header-banner .header-banner--content .header-banner--desc a:hover {
    text-decoration: none;
}
.header-banner .header-banner--content .header-banner--link a {
    background: #0ebf6a;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    height: 42px;
    line-height: 42px;
    padding: 0 42px;
}
.header-banner .header-banner--content .header-banner--link a:hover {
    opacity: 0.86;
}
.header-banner .header-banner__img {
    display: block;
}
@media (max-width: 768px) {
    .header-banner .header-banner__img {
        margin-top: 24px;
    }
}
.header-banner .header-banner--links {
    grid-gap: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
    .header-banner .header-banner--links {
        display: block;
    }
}
.header-banner .header-banner--links .header-banner--links__item {
    align-items: center;
    background: conic-gradient(from 0deg at 50% 50%, #0093ff 0deg, #6123d5 1turn);
    border-radius: 4px;
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 15px 24px;
}
@media (max-width: 768px) {
    .header-banner .header-banner--links .header-banner--links__item:not(:last-child) {
        margin-bottom: 20px;
    }
}
.header-banner .header-banner--links .header-banner--links__item .icon {
    display: inline-block;
    height: 32px;
    width: 32px;
}
.header-banner .header-banner--links .header-banner--links__item .icon.icon-1 {
    background: url(../../n8uwinsportscasino/image/login-icon.svg) no-repeat 50%;
    background-size: contain;
}
.header-banner .header-banner--links .header-banner--links__item .icon.icon-2 {
    background: url(../../n8uwinsportscasino/image/follow-icon.svg) no-repeat 50%;
    background-size: contain;
}
.header-banner .header-banner--links .header-banner--links__item .icon.icon-3 {
    background: url(../../n8uwinsportscasino/image/promo-icon.svg) no-repeat 50%;
    background-size: contain;
}
.header-banner .header-banner--links .header-banner--links__item span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
@media (max-width: 768px) {
    .header-banner .header-banner--links .header-banner--links__item span {
        font-size: 17px;
    }
}
.header-banner .header-banner--links .header-banner--links__item:hover,
.header-banner .header-banner--links .header-banner--links__item:hover .arrow-icon {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.post-entry p:not(:last-child) {
    margin-bottom: 24px;
}
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
    line-height: 1.2;
    margin-bottom: 14px;
}
.post-entry h2,
.post-entry h3 {
    font-size: 32px;
}
@media (max-width: 768px) {
    .post-entry h2,
    .post-entry h3 {
        font-size: 24px;
    }
}
.post-entry h2:not(.has-text-align-center),
.post-entry h3:not(.has-text-align-center) {
    margin-bottom: 20px;
    padding-left: 46px;
    position: relative;
}
.post-entry h2:not(.has-text-align-center):before,
.post-entry h3:not(.has-text-align-center):before {
    background: url(../../n8uwinsportscasino/image/title-icon-green.svg) no-repeat 50%;
    background-size: contain;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
}
.post-entry h2.has-text-align-center,
.post-entry h3.has-text-align-center {
    padding-left: 0;
    padding-top: 46px;
    position: relative;
}
.post-entry h2.has-text-align-center:before,
.post-entry h3.has-text-align-center:before {
    background: url(../../n8uwinsportscasino/image/title-icon-green.svg) no-repeat 50%;
    background-size: contain;
    content: "";
    height: 30px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 30px;
}
.post-entry h2.has-vivid-purple-background-color:not(.has-text-align-center),
.post-entry h3.has-vivid-purple-background-color:not(.has-text-align-center) {
    margin-bottom: 20px;
    padding-left: 46px;
    position: relative;
}
.post-entry h2.has-vivid-purple-background-color:not(.has-text-align-center):before,
.post-entry h3.has-vivid-purple-background-color:not(.has-text-align-center):before {
    background: url(../../n8uwinsportscasino/image/title-icon-violet.svg) no-repeat 50%;
    background-size: contain;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
}
.post-entry h2.has-vivid-purple-background-color.has-text-align-center,
.post-entry h3.has-vivid-purple-background-color.has-text-align-center {
    padding-left: 0;
    padding-top: 46px;
    position: relative;
}
.post-entry h2.has-vivid-purple-background-color.has-text-align-center:before,
.post-entry h3.has-vivid-purple-background-color.has-text-align-center:before {
    background: url(../../n8uwinsportscasino/image/title-icon-violet.svg) no-repeat 50%;
    background-size: contain;
    content: "";
    height: 30px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 30px;
}
.post-entry h3 {
    font-size: 20px;
    margin-bottom: 24px;
    margin-top: 16px;
    position: relative;
}
@media (max-width: 768px) {
    .post-entry h3 {
        font-size: 18px;
    }
}
.post-entry h4 {
    font-size: 18px;
}
@media (max-width: 768px) {
    .post-entry h4 {
        font-size: 16px;
    }
}
.post-entry a {
    color: #0855cc;
}
.post-entry a:hover {
    color: #1c1e22;
}
.post-entry .colored {
    background: #ecf9f1;
    border-radius: 4px;
    margin-bottom: 24px;
    padding: 32px 20px;
}
.post-entry .periexomena-title {
    color: #31373d;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    text-transform: uppercase;
    word-spacing: 0.5px;
}
.post-entry .periexomena ol {
    -moz-columns: 2 !important;
    -moz-column-width: 50% !important;
    columns: 50% 2 !important;
    margin-bottom: 0 !important;
    margin-left: 12px !important;
}
@media (max-width: 768px) {
    .post-entry .periexomena ol {
        -moz-columns: 1 !important;
        -moz-column-width: 100% !important;
        columns: 100% 1 !important;
    }
}
.post-entry .periexomena ol li {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    padding-left: 12px;
    position: relative;
}
.post-entry .periexomena ol li:before {
    background: #1c1e22;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 5px;
}
.post-entry .periexomena ol li a {
    color: #1c1e22;
}
.post-entry .periexomena ol li a:hover {
    color: #31373d;
}
.post-entry ul {
    margin-bottom: 24px;
}
.post-entry ul li {
    font-weight: 500;
    padding-left: 24px;
    position: relative;
}
.post-entry ul li:not(:last-child) {
    margin-bottom: 12px;
}
.post-entry ul li:before {
    background: url(../../n8uwinsportscasino/image/li-icon.svg) no-repeat 50%;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 16px;
}
.post-entry .wp-block-button__link {
    background: #0ebf6a;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    height: 48px;
    line-height: 48px;
    margin-bottom: 24px;
    padding: 0 44px;
    position: relative;
}
@media (max-width: 768px) {
    .post-entry .wp-block-button__link {
        text-align: center;
        width: 100%;
    }
}
.post-entry .wp-block-button__link:hover {
    color: #fff !important;
    opacity: 0.86;
}
.post-entry .wp-block-image {
    margin-bottom: 30px;
}
.post-entry .wp-block-image.-no-bg {
    background: transparent !important;
    padding: 0;
}
.post-entry .wp-block-image img {
    margin: 0 auto;
}
.post-entry ol {
    counter-reset: num;
    list-style-type: none;
    margin-bottom: 24px;
    margin-left: 42px;
}
.post-entry ol li {
    margin: 0 0 16px;
    padding: 0;
    position: relative;
}
.post-entry ol li:before {
    background: #0093ff;
    border-radius: 50%;
    color: #fff;
    content: counter(num);
    counter-increment: num;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: 32px;
    left: -40px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: -5px;
    width: 32px;
}
.post-entry .wp-element-caption {
    font-size: 15px;
    font-weight: 500;
    margin-top: 16px;
    text-align: center;
}
.post-entry img {
    height: auto !important;
}
.post-entry table {
    border-collapse: collapse;
    font-size: 14px;
    margin-bottom: 24px;
    width: 100%;
}
.post-entry table tr:first-child {
    background: #0093ff !important;
}
.post-entry table tr:first-child td {
    color: #fff;
    font-weight: 700;
}
.post-entry table tr:nth-child(odd) {
    background: #1c1e22;
}
.post-entry table tr td {
    font-weight: 400;
    padding: 16px 12px;
}
.post-entry .colored {
    margin-top: 24px;
}
.post-entry .colored table tr:nth-child(odd) {
    background: #fff;
}
.addtoany_list {
    display: block !important;
    margin-top: 24px !important;
}
.faq-block {
    background: #f4f4f4;
    margin-top: 32px;
    padding: 40px 0;
}
.faq-block .faq-block--title {
    color: #000;
    font-size: 28px;
    margin-bottom: 20px;
    padding-left: 46px;
    position: relative;
}
.faq-block .faq-block--title:before {
    background: url(../../n8uwinsportscasino/image/title-icon-violet.svg) no-repeat 50%;
    background-size: contain;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
}
.faq-block .faq-block--subtitle {
    color: #fff;
    font-size: 16px;
    margin-bottom: 16px;
    margin-top: -4px;
    text-align: center;
}
.faq-block .faq-block--items .faq-block--items__item {
    background: #1c1e22;
    border: 1px solid #0093ff;
    border-radius: 6px;
    color: #fff;
    overflow: hidden;
    padding: 20px;
}
.faq-block .faq-block--items .faq-block--items__item:not(:last-child) {
    margin-bottom: 16px;
}
.faq-block .faq-block--items .faq-block--items__item .faq-block--items__item--header {
    background: #0093ff;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: -20px;
    padding: 20px;
    position: relative;
}
.faq-block .faq-block--items .faq-block--items__item .faq-block--items__item--header:after {
    color: #fff;
    content: "+";
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    height: 24px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
}
.faq-block .faq-block--items .faq-block--items__item .faq-block--items__item--content {
    color: #fff;
    display: none;
    margin-top: 24px;
}
.faq-block .faq-block--items .faq-block--items__item.-toggle .faq-block--items__item--header {
    margin-bottom: 20px;
}
.faq-block .faq-block--items .faq-block--items__item.-toggle .faq-block--items__item--header:after {
    content: "-";
}
.faq-block .faq-block--items .faq-block--items__item.-toggle .faq-block--items__item--content {
    display: block;
}
.site-footer {
    background: #1c1e22;
    padding: 42px 0;
}
.site-footer .site-footer--row {
    grid-gap: 24px;
    align-items: center;
    display: grid;
    grid-template-columns: max-content 1fr max-content;
    margin-bottom: 40px;
}
@media (max-width: 768px) {
    .site-footer .site-footer--row {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .site-footer .site-footer--row .site-footer__logo {
        text-align: center;
    }
}
.site-footer .site-footer--row .site-footer__logo img {
    max-width: 180px;
}
@media (max-width: 768px) {
    .site-footer .site-footer--row .site-footer__logo img {
        display: inline-block;
    }
}
.site-footer .site-footer--row .site-footer__menu ul {
    text-align: center;
}
.site-footer .site-footer--row .site-footer__menu ul li {
    display: inline-block;
    margin: 0 14px;
}
@media (max-width: 768px) {
    .site-footer .site-footer--row .site-footer__menu ul li:not(:last-child) {
        margin-bottom: 14px;
    }
}
.site-footer .site-footer--row .site-footer__menu ul li a {
    color: #fff;
    font-size: 13px;
}
.site-footer .site-footer--row .site-footer__menu ul li a:hover {
    color: #45d91e;
}
.site-footer .site-footer--row .site-footer__logos {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    place-content: center;
}
.site-footer .site-footer--row .site-footer__logos img {
    height: 30px;
    max-width: auto;
    width: auto;
}
.site-footer .site-footer--copyr {
    border-top: 1px solid #31343c;
    color: #656870;
    font-size: 13px;
    padding-top: 40px;
    text-align: center;
}
.main-cta-block {
    grid-gap: 32px;
    align-items: center;
    background: #1c1e22;
    border-radius: 10px;
    display: grid;
    grid-template-columns: max-content 1fr max-content;
    margin-bottom: 24px;
    padding: 32px;
}
@media (max-width: 768px) {
    .main-cta-block {
        grid-template-columns: 1fr;
        place-items: center;
    }
}
.main-cta-block .img-w {
    background: #1c1e22;
    border-radius: 50%;
    display: flex;
    height: 146px;
    padding: 8px;
    place-content: center;
    place-items: center;
    width: 146px;
}
@media (max-width: 768px) {
    .main-cta-block .img-w {
        height: 96px;
        width: 96px;
    }
}
.main-cta-block .img-w img {
    height: auto;
    width: 100%;
}
.main-cta-block .g-cta-block-data {
    padding-right: 64px;
}
@media (max-width: 768px) {
    .main-cta-block .g-cta-block-data {
        padding: 0;
    }
}
.main-cta-block .g-cta-block-data .title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .main-cta-block .g-cta-block-data .title {
        font-size: 20px;
        margin-bottom: 16px;
    }
}
.main-cta-block .g-cta-block-data .desc {
    color: #fff;
    font-size: 13px;
    opacity: 0.88;
}
.main-cta-block .g-cta-block-code .g-cta-block-code--title {
    color: #fff;
    font-size: 14px;
    margin-bottom: 12px;
    text-align: center;
}
.main-cta-block .g-cta-block-code .g-cta-block-code--btn {
    margin-bottom: 14px;
}
.main-cta-block .g-cta-block-code .g-cta-block-code--btn .a {
    background: #fff;
    border: 1px solid #45d91e;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    position: relative;
    width: 180px;
}
.main-cta-block .g-cta-block-code .g-cta-block-code--btn .a .click-text {
    background: #45d91e;
    border-radius: 4px;
    color: #31343c;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.25s ease;
    width: calc(100% - 32px);
    z-index: 3;
}
.main-cta-block .g-cta-block-code .g-cta-block-code--btn .a .click-text:after {
    background: #fff url(../../n8uwinsportscasino/image/arrow-yellow-left.svg) no-repeat 50%;
    background-size: 8px;
    border: 2px solid #45d91e;
    border-radius: 50%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    content: "";
    height: 18px;
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    z-index: 4;
}
.main-cta-block .g-cta-block-code .g-cta-block-code--btn .a .hidden-text {
    color: #31343c;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    height: 42px;
    line-height: 42px;
    padding: 0 12px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
}
.main-cta-block .g-cta-block-code .g-cta-block-code--btn .a .hidden-text:focus {
    border: none;
    outline: none;
}
.main-cta-block .g-cta-block-code .g-cta-block-code--btn:hover .click-text {
    left: -100%;
}
.main-cta-block .g-cta-block-code .g-cta-block-code--test-str {
    font-size: 14px;
    margin: 14px 0 24px;
}
@media (max-width: 768px) {
    .main-cta-block .g-cta-block-code .g-cta-block-code--test-str {
        text-align: center;
    }
}
.main-cta-block .g-cta-block-code .g-cta-block-code--test-str i {
    background: url(../../n8uwinsportscasino/image/test-icon.svg) no-repeat 50%;
    background-size: contain;
    display: inline-block;
    height: 16px;
    margin-right: 6px;
    position: relative;
    top: 3px;
    width: 16px;
}
.main-cta-block .g-cta-block-code .g-cta-block-code--test-str span {
    color: #45d91e;
    font-weight: 700;
}
.main-cta-block .g-cta-block-code .g-cta-block-code--test-str p {
    color: #fff;
    display: block;
    font-size: 12px;
    margin-top: 3px;
}
.main-cta-block .g-cta-block-code .g-cta-block-code--link {
    display: inline-block;
    position: relative;
}
@media (max-width: 768px) {
    .main-cta-block .g-cta-block-code .g-cta-block-code--link {
        display: block;
        text-align: center;
    }
}
.main-cta-block .g-cta-block-code .g-cta-block-code--link .g-cta-block-code--link__btn {
    color: #45d91e;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    text-decoration: underline;
}
.main-cta-block .g-cta-block-code .g-cta-block-code--link .g-cta-block-code--link__content {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    color: #242424;
    display: none;
    font-size: 13px;
    padding: 20px;
    position: absolute;
    right: -20px;
    top: 100%;
    width: 300px;
    z-index: 999;
}
@media (max-width: 768px) {
    .main-cta-block .g-cta-block-code .g-cta-block-code--link .g-cta-block-code--link__content {
        bottom: 100%;
        left: 50%;
        right: unset;
        top: unset;
        transform: translateX(-50%);
    }
}
.main-cta-block .g-cta-block-code .g-cta-block-code--link .g-cta-block-code--link__content a {
    color: #0855cc;
}
.main-cta-block .g-cta-block-code .g-cta-block-code--link .g-cta-block-code--link__content a:hover {
    color: #31343c;
}
.main-cta-block .g-cta-block-code .g-cta-block-code--link:hover .g-cta-block-code--link__content {
    display: block;
}
.g-popup-block {
    background: #1c1e22;
    bottom: -500px;
    box-sizing: border-box;
    left: 0;
    opacity: 0;
    padding: 26px 0;
    position: fixed;
    transition: all 0.65s ease-in;
    width: 100%;
    z-index: 999;
}
.g-popup-block.-toggle {
    bottom: 0;
    opacity: 1;
}
.g-popup-block .g-popup-block__content {
    grid-gap: 70px;
    align-items: center;
    display: grid;
    grid-template-columns: max-content max-content 1fr max-content;
    position: relative;
}
@media (max-width: 768px) {
    .g-popup-block .g-popup-block__content {
        grid-column-gap: 16px;
        grid-row-gap: 10px;
        align-items: flex-start;
        grid-template-columns: 100px 1fr;
    }
}
.g-popup-block .g-popup-block__content .g-popup-block__logo {
    background: #232323;
    border-radius: 4px;
    padding: 4px 8px;
}
@media (max-width: 768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__logo {
        height: 100%;
    }
}
.g-popup-block .g-popup-block__content .g-popup-block__logo img {
    height: 72px;
    max-width: 180px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
@media (max-width: 768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__logo img {
        height: 100%;
        max-width: 100%;
    }
}
.g-popup-block .g-popup-block__content .g-popup-block__rating {
    text-align: center;
}
@media (max-width: 768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__rating {
        display: flex;
        gap: 6px;
        grid-column: 2/3;
        grid-row: 1;
        place-items: center;
        text-align: left;
    }
}
.g-popup-block .g-popup-block__content .g-popup-block__rating .rating_title {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
}
@media (max-width: 768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__rating .rating_title {
        font-size: 10px;
        margin-bottom: 0;
    }
}
.g-popup-block .g-popup-block__content .g-popup-block__rating .rating_stars {
    background: url(../../n8uwinsportscasino/image/star-icon.svg) no-repeat 0;
    background-size: 18px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding-left: 20px;
}
@media (max-width: 768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__rating .rating_stars {
        font-size: 13px;
    }
}
.g-popup-block .g-popup-block__content .g-popup-block__rating .rating_stars span {
    font-size: 22px;
}
@media (max-width: 768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__rating .rating_stars span {
        font-size: 15px;
    }
}
.g-popup-block .g-popup-block__content .g-popup-block__bonus {
    text-align: center;
}
@media (max-width: 768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__bonus {
        grid-column: 2/3;
        grid-row: 1;
        margin-top: 26px;
        text-align: left;
    }
}
.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
}
@media (max-width: 768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_title {
        font-size: 17px;
        margin-bottom: 8px;
    }
}
.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
@media (max-width: 768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text {
        font-size: 16px;
    }
}
.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text span,
.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text strong {
    color: #45d91e;
    font-weight: 700;
}
@media (max-width: 768px) {
    .g-popup-block .g-popup-block__content .g-popup-cta-link {
        grid-column: 1/3;
        grid-row: 2;
        text-align: center;
    }
}
.g-popup-block .g-popup-block__content .g-popup-cta-link a {
    background: #45d91e;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 700;
    height: 52px;
    line-height: 52px;
    padding: 0 58px;
    text-transform: uppercase;
}
.g-popup-block .g-popup-block__content .g-popup-cta-link a:hover {
    opacity: 0.86;
}
.g-popup-block .g-popup-block__content .g-popup-block__close-btn {
    background: url(../../n8uwinsportscasino/image/g-close-icon.svg) no-repeat 50%;
    background-size: contain;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 35px;
    position: absolute;
    right: -80px;
    top: -44px;
    width: 35px;
}
@media (max-width: 768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__close-btn {
        height: 24px;
        right: 14px;
        top: -38px;
        width: 24px;
    }
}
.g-popup-block .g-popup-block__content .g-popup-block__close-btn:hover {
    opacity: 0.86;
}
@media (max-width: 768px) {
    .g-table-wrapper {
        overflow-x: auto;
        padding-bottom: 6px;
        width: calc(100% + 20px);
    }
    .g-table-wrapper table {
        width: 780px;
    }
}
.is-layout-constrained {
    border-radius: 6px;
    margin-bottom: 32px;
    margin-left: -32px;
    margin-right: -32px;
    padding: 24px 32px;
}
.has-cyan-bluish-gray-background-color {
    background: #1c1e22;
}
.wp-block-media-text {
    grid-gap: 36px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
    .wp-block-media-text {
        grid-gap: 24p;
        grid-template-columns: 1fr;
    }
    .wp-block-button {
        text-align: center;
    }
}
.has-text-align-center,
.wp-block-button.aligncenter {
    text-align: center;
}
.wp-block-columns {
    display: flex;
    gap: 30px;
    margin-bottom: 56px;
}
@media (max-width: 768px) {
    .wp-block-columns {
        flex-direction: column;
    }
}
@media (min-width: 768px) {
    .wp-block-columns .wp-block-column.pl100 {
        padding-left: 100px;
    }
    .wp-block-columns .wp-block-column.pr100 {
        padding-right: 100px;
    }
}
.wp-block-columns .wp-block-column.is-vertically-aligned-center {
    display: flex;
    flex-basis: 50%;
    flex-direction: column;
    place-content: center;
}
.wp-block-columns .wp-block-column.has-white-background-color {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding: 20px 20px 10px;
}
.wp-block-columns .wp-block-column.has-white-background-color .wp-block-image.full-w-img {
    margin: -20px -20px 40px;
}
.is-content-justification-center {
    display: flex;
}
.wp-block-column.has-cyan-bluish-gray-background-color {
    background: #fff;
    border: 1px solid rgba(203, 209, 221, 0.7);
    border-radius: 4px;
    overflow: hidden;
    padding: 32px;
}
.wp-block-column.has-cyan-bluish-gray-background-color .wp-block-heading {
    background: #e2e6f1;
    border-bottom: 1px solid rgba(203, 209, 221, 0.7);
    margin: -32px -32px 32px;
    padding: 32px;
    padding-left: 72px !important;
}
.wp-block-column.has-cyan-bluish-gray-background-color .wp-block-heading:before {
    left: 30px !important;
}
.steps-block {
    grid-gap: 12px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 32px;
}
@media (max-width: 768px) {
    .steps-block {
        grid-template-columns: 1fr;
    }
}
.steps-block .steps-block__item {
    align-items: center;
    border-radius: 4px;
    color: #31373d;
    display: flex;
    gap: 10px;
    height: 78px;
    place-content: center;
    place-items: center;
    position: relative;
}
@media (max-width: 768px) {
    .steps-block .steps-block__item {
        border-radius: 10px;
        margin: 0 !important;
    }
    .steps-block .steps-block__item:after,
    .steps-block .steps-block__item:before {
        content: none !important;
    }
}
.steps-block .steps-block__item.-step-1 {
    background: #e2e3e6;
}
.steps-block .steps-block__item.-step-1:after {
    background: url(../../n8uwinsportscasino/image/step-bg-1.svg) no-repeat 100%;
    background-size: cover;
    content: "";
    height: 100%;
    position: absolute;
    right: -28px;
    top: 0;
    width: 30px;
}
.steps-block .steps-block__item.-step-2 {
    background: #e0e1e4;
    margin-left: 30px;
}
.steps-block .steps-block__item.-step-2:before {
    background: url(../../n8uwinsportscasino/image/step-bg-2-b.svg) no-repeat 0;
    background-size: cover;
    content: "";
    height: 100%;
    left: -28px;
    position: absolute;
    top: 0;
    width: 30px;
}
.steps-block .steps-block__item.-step-2:after {
    background: url(../../n8uwinsportscasino/image/step-bg-2.svg) no-repeat 100%;
    background-size: cover;
    content: "";
    height: 100%;
    position: absolute;
    right: -30px;
    top: 0;
    width: 30px;
}
.steps-block .steps-block__item.-step-3 {
    background: #0093ff;
    margin-left: 30px;
}
.steps-block .steps-block__item.-step-3:after {
    background: url(../../n8uwinsportscasino/image/step-bg-3.svg) no-repeat 0;
    background-size: cover;
    content: "";
    height: 100%;
    left: -28px;
    position: absolute;
    top: 0;
    width: 30px;
}
.steps-block .steps-block__item.-step-3 span {
    color: #fff;
}
.steps-block i {
    display: inline-block;
    height: 32px;
    width: 32px;
}
.steps-block span {
    color: #31373d;
    font-size: 20px;
    font-weight: 600;
}
.toc-line {
    grid-gap: 12px;
    align-items: center;
    background: #fff;
    border: 1px solid rgba(203, 209, 221, 0.7);
    border-radius: 6px;
    bottom: -54px;
    display: grid;
    grid-template-columns: max-content 1fr;
    padding: 20px 24px;
    position: relative;
}
@media (max-width: 768px) {
    .toc-line {
        bottom: unset;
        display: block;
        margin-top: 30px;
        padding: 20px;
    }
}
.toc-line .toc-line__title {
    color: #31373d;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .toc-line .toc-line__title {
        margin-bottom: 20px;
    }
}
.toc-line .toc-line__list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
@media (max-width: 768px) {
    .toc-line .toc-line__list ul {
        display: block;
    }
}
.toc-line .toc-line__list ul li {
    flex: 0 0 auto;
}
@media (max-width: 768px) {
    .toc-line .toc-line__list ul li {
        padding-left: 16px;
        position: relative;
    }
    .toc-line .toc-line__list ul li:not(:last-child) {
        margin-bottom: 14px;
    }
    .toc-line .toc-line__list ul li:before {
        background: #45d91e;
        border-radius: 50%;
        content: "";
        height: 5px;
        left: 0;
        position: absolute;
        top: 6px;
        width: 5px;
    }
}
.toc-line .toc-line__list ul li a {
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
    border-radius: 6px;
    color: #31373d;
    display: block;
    font-size: 13px;
    padding: 9px 14px;
}
@media (max-width: 768px) {
    .toc-line .toc-line__list ul li a {
        background: transparent;
        border: none;
        font-size: 12px;
        padding: 0;
    }
}
@media (min-width: 768px) {
    .toc-line .toc-line__list ul li a:hover {
        background: transparent;
        border: 1px solid #45d91e;
        color: #45d91e;
    }
}
