@font-face {
    font-display: swap;
    font-family: RobotoVariable;
    font-style: normal;
    font-weight: 100 900;
    src: url(/fonts/roboto-variable.woff2) format("woff2"),url(/fonts/roboto-variable.woff) format("woff")
}

:root {
    --vh: 1vh
}

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

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f8f9fa;
    color: #343a40;
    font-family: RobotoVariable,sans-serif;
    font-size: 16px;
    text-rendering: optimizeLegibility
}

.main-page,.page {
    min-height: 100vh
}

.main-page {
    display: flex;
    flex-direction: column;
    margin-left: 270px;
    width: calc(100% - 270px)
}

[dir=rtl] .main-page {
    margin-left: 0;
    margin-right: 270px
}

.main-page.is-not-sidebar {
    margin: 0;
    width: 100%
}

.footer {
    margin-top: auto
}

.container {
    margin: 0 auto;
    max-width: 1250px;
    min-height: 100%;
    position: relative;
    width: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

canvas,img,picture,svg,video {
    display: block;
    height: auto;
    max-width: 100%
}

a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-decoration: none
}

ul {
    list-style: none
}

button {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer
}

button,input,textarea {
    border: none;
    font-family: inherit
}

iframe {
    border: none
}

h1 {
    color: #212529;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -.25px;
    line-height: 38px
}

h1+.content-text {
    margin-top: 12px
}

.caption-2,h2 {
    color: #212529;
    display: block;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.2px;
    line-height: 32px
}

.caption-2+.content-text,h2+.content-text {
    margin-top: 12px
}

.caption-2.section-title,h2.section-title {
    margin-top: 32px
}

.caption-2.section-subtitle,h2.section-subtitle {
    margin-top: 24px
}

.caption-3,h3 {
    color: #212529;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px
}

.caption-3+.content-text,h3+.content-text {
    margin-top: 12px
}

.caption-3.section-title,h3.section-title {
    margin-top: 32px
}

.caption-3.section-subtitle,h3.section-subtitle {
    margin-top: 24px
}

.caption-4,h4 {
    color: #212529;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px
}

.caption-4+.content-text,h4+.content-text {
    margin-top: 12px
}

.caption-4.is-mt32,h4.is-mt32 {
    margin-top: 32px
}

a.btn,button.btn {
    border-radius: 8px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .25px;
    line-height: 20px;
    overflow: hidden;
    padding: 12px;
    text-overflow: ellipsis;
    white-space: nowrap
}

a.btn:first-letter,button.btn:first-letter {
    text-transform: uppercase
}

a.btn.btn--green,button.btn.btn--green {
    background-color: #28a745;
    color: #fff;
    transition: background-color .3s
}

a.btn.btn--green:disabled,button.btn.btn--green:disabled {
    background-color: #c2dcc3;
    cursor: not-allowed
}

a.btn.btn--red,button.btn.btn--red {
    background-color: #dc3545;
    color: #fff;
    transition: background-color .3s
}

a.btn.btn--orange,button.btn.btn--orange {
    background: linear-gradient(0deg,#ff7c32,#ff7c32);
    color: #fff
}

a.btn.btn--white,button.btn.btn--white {
    background-color: #fff;
    color: #212529;
    transition: background-color .3s
}

a.btn.btn--link,button.btn.btn--link {
    color: #fff
}

a.btn.btn--link,a.btn.btn--link-grey,button.btn.btn--link,button.btn.btn--link-grey {
    background-color: transparent;
    line-height: 24px;
    padding: 0;
    text-decoration: underline;
    transition: color .3s
}

a.btn.btn--link-grey,button.btn.btn--link-grey {
    color: #212529
}

a.btn.btn--link-green,button.btn.btn--link-green {
    background-color: transparent;
    color: #28a745;
    line-height: 24px;
    padding: 0;
    text-decoration: underline;
    transition: color .3s
}

a.btn.btn--club,button.btn.btn--club {
    background-color: #fff;
    color: #212529;
    transition: background-color .3s,color .3s
}

a.btn.btn--tc,button.btn.btn--tc {
    background-color: transparent;
    border-bottom: 1px dashed #212529;
    border-radius: 0;
    color: #212529;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
    transition: color .3s,border-color .3s
}

a.btn.btn--review,button.btn.btn--review {
    background-color: transparent;
    color: #212529;
    padding: 0;
    text-align: center;
    transition: color .3s
}

a.btn.btn--secondary,button.btn.btn--secondary {
    background-color: #fff;
    color: #28a745;
    transition: background-color .3s,color .3s
}

a.btn--content-bottom,a.btn--full,button.btn--content-bottom,button.btn--full {
    display: block;
    margin: 24px 0 0;
    text-align: center;
    width: 100%
}

a.btn--center,button.btn--center {
    display: block;
    margin: 24px auto 0;
    text-align: center;
    width: 100%
}

.arrow-up {
    align-items: center;
    background-color: #3b4855;
    border-radius: 8px;
    cursor: pointer;
    display: none;
    height: 36px;
    justify-content: center;
    position: fixed;
    right: 15px;
    top: 73%;
    transition: background-color .3s;
    width: 36px;
    z-index: 10001
}

.arrow-up.active {
    display: flex
}

[dir=rtl] .arrow-up {
    left: 15px;
    right: auto
}

.section {
    padding: 32px 16px
}

.section--chip-intro {
    background-color: #fff;
    padding-top: 0;
    position: relative
}

.section--chip-intro:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0
}

[dir=rtl] .section--chip-intro:before {
    left: 0;
    right: auto
}

.section--chip-intro:before {
    background-image: url(/build/images/section-chip.38f83720.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 54px;
    width: 54px
}

[dir=rtl] .section--chip-intro:before {
    background-image: url(/build/images/section-chip-ar.95eb0954.png);
    background-repeat: no-repeat;
    background-size: contain
}

.content-text.is-justify {
    text-align: justify
}

.content-text.is-grey {
    background-color: #e9ecef;
    border-radius: 16px;
    padding: 12px
}

.content-text.is-grey p:has(>strong) {
    margin-bottom: 12px
}

.content-text.is-mb16 {
    margin-bottom: 16px
}

.content-text.is-mt24,.content-text.is-mt32 {
    margin-top: 24px
}

.content-text.is-mt60 {
    margin-top: 32px
}

.content-text li,.content-text p {
    line-height: 26px
}

.content-text li a,.content-text p a {
    color: #28a745;
    font-size: inherit;
    font-weight: 500;
    transition: color .2s ease-in-out
}

.content-text li b,.content-text li i,.content-text li strong,.content-text li u,.content-text p b,.content-text p i,.content-text p strong,.content-text p u {
    font-size: inherit;
    line-height: inherit
}

.content-text p {
    margin-bottom: 12px
}

.content-text p:not(.content-math)+p:not(.content-math) {
    margin-top: 26px
}

.content-text p+p.content-math,.content-text p.content-math+p {
    margin-top: 16px
}

.content-text ol,.content-text ol li:not(:last-child),.content-text ul,.content-text ul li:not(:last-child) {
    margin-bottom: 12px
}

.content-text ol ol,.content-text ol ul,.content-text ul ol,.content-text ul ul {
    margin-bottom: 0;
    margin-top: 12px
}

.content-text ul ul li,.content-text ul>li {
    list-style-type: none;
    padding-left: 28px;
    position: relative
}

[dir=rtl] .content-text ul ul li,[dir=rtl] .content-text ul>li {
    padding-left: 0;
    padding-right: 28px
}


[dir=rtl] .content-text ul ul li:before,[dir=rtl] .content-text ul>li:before {
    left: auto;
    right: 8px
}

.content-text ol {
    counter-reset: content
}

.content-text ol ol li,.content-text ol>li {
    counter-increment: content;
    list-style-type: none;
    padding-left: 34px;
    position: relative
}

[dir=rtl] .content-text ol ol li,[dir=rtl] .content-text ol>li {
    padding-left: 0;
    padding-right: 34px
}

.content-text ol ol li:before,.content-text ol>li:before {
    align-items: center;
    color: #28a745;
    content: counters(content,".") ".";
    display: flex;
    font-size: 16px;
    font-weight: 600;
    height: 26px;
    justify-content: end;
    left: 0;
    line-height: 26px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 26px
}

[dir=rtl] .content-text ol ol li:before,[dir=rtl] .content-text ol>li:before {
    left: auto;
    right: 0
}

.content-text ol ul li {
    padding-left: 20px
}

.content-text ol ul li:before {
    left: 0
}

.content-text h2 {
    margin-bottom: 12px;
    margin-top: 48px
}

.content-text h3,.content-text h4 {
    margin-bottom: 12px;
    margin-top: 32px
}

.content-text.is-first-mt0>:first-child {
    margin-top: 0
}

.content-text>:last-child {
    margin-bottom: 0
}

.content-text .content-math {
    background: #e9ecef;
    border-radius: 16px;
    max-width: 100%;
    overflow-x: auto;
    padding: 12px;
    text-align: center
}

.content-text .content-math.is-mt24 {
    margin-top: 16px
}

.content-text .content-math.is-mb24 {
    margin-bottom: 16px
}

.content-text .content-math::-webkit-scrollbar {
    height: 6px
}

.content-text .content-math::-webkit-scrollbar-track {
    background: #e9ecef;
    border-bottom: 2px solid #e9ecef;
    margin: 0 12px
}

.content-text .content-math::-webkit-scrollbar-thumb {
    background: #28a745;
    border-bottom: 2px solid #e9ecef;
    border-radius: 2px 2px 3px 3px
}

.content-text .content-math math {
    font-family: inherit;
    font-size: 18px;
    font-style: italic;
    letter-spacing: -.1px;
    line-height: 24px;
    min-width: max-content
}

.content-text .content-math mrow {
    font-size: 18px
}

.content-text .content-math mfrac mi+mrow,.content-text .content-math mfrac mrow+mn,.content-text .content-math mfrac mrow+mrow {
    margin-top: 3px
}

.content-video {
    display: flex;
    justify-content: center
}

.content-text+.content-video {
    margin-top: 24px
}

.content-video iframe {
    aspect-ratio: 37/21;
    border-radius: 10px;
    height: auto;
    width: 100%
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    padding: 16px 0 0
}

.breadcrumbs li {
    color: #212529;
    line-height: 24px;
    text-transform: capitalize
}

.breadcrumbs li a {
    text-decoration: underline
}

.breadcrumbs li a,.breadcrumbs li a span {
    color: inherit;
    font-size: inherit
}

.accordeon {
    display: flex;
    flex-direction: column;
    gap: 12px
}

h2+.accordeon {
    margin-top: 16px
}

.accordeon__row {
    background: #f8f9fa;
    border-radius: 10px;
    position: relative
}

.accordeon__row:after,.accordeon__row:before {
    border-bottom: 2px solid #3b4855;
    bottom: 0;
    content: "";
    height: 30px;
    position: absolute;
    width: 30px
}

.accordeon__row:before {
    border-left: 2px solid #3b4855;
    border-radius: 0 0 0 9px;
    left: 0
}

.accordeon__row:after {
    border-radius: 0 0 9px 0;
    border-right: 2px solid #3b4855;
    right: 0
}

.accordeon__title {
    background-color: #3b4855;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 12px
}

.accordeon__text {
    border: 1px solid #e9ecef;
    border-radius: 0 0 10px 10px;
    border-top: none;
    padding: 12px
}

.accordeon.is-light .accordeon__row {
    background: #fff
}

.casino-rating-border {
    align-items: center;
    background: #fff;
    border-radius: 8px;
    display: flex;
    height: 28px;
    width: 145px
}

.casino-rating-border__value {
    align-items: center;
    background: #343a40;
    border-radius: 8px 0 0 8px;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    line-height: 16px;
    width: 48px
}

.casino-rating-border__stars {
    align-items: center;
    border: 1px solid #343a40;
    border-left: none;
    border-radius: 0 8px 8px 0;
    display: flex;
    height: 100%;
    padding: 0 8px;
    width: calc(100% - 48px)
}

[dir=rtl] .casino-rating-border .casino-rating-border__value {
    border-radius: 0 8px 8px 0
}

[dir=rtl] .casino-rating-border .casino-rating-border__stars {
    border-left: 1px solid #343a40;
    border-radius: 8px 0 0 8px;
    border-right: none
}

[dir=rtl] .casino-rating-border .casino-rating-border__stars img {
    transform: scaleX(-1)
}

.all-casino-access {
    align-items: center;
    display: flex;
    gap: 8px
}

.all-casino-access span {
    color: #212529;
    font-size: 14px;
    line-height: 16px
}

.all-casino-access img {
    border-radius: 4px
}

.section-title-show-all {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin: 32px 0 16px
}

.section-title-show-all .btn--link-green {
    flex-shrink: 0
}

h2+.section-title-show-all {
    margin-top: 16px
}

.section-title-show-all.is-mt0 {
    margin-top: 0
}

.page-content.is-mt24 {
    margin-top: 16px
}

.page-content.is-mt32 {
    margin-top: 24px
}

.page-content.is-mt60 {
    margin-top: 32px
}

.page-columns {
    display: grid;
    gap: 32px;
    grid-template-columns: 100%
}

.page-columns.is-rows-gap-16 {
    row-gap: 16px
}

.page-columns.is-mt60 {
    margin-top: 32px
}

.page-columns.is-mt24 {
    margin-top: 16px
}

.page-update-info {
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: max-content;
    padding: 6px 12px
}

.page-update-info+.anchor-res,.page-update-info+.section-title {
    margin-top: 24px
}

.page-update-info.is-grey {
    background: #f8f9fa
}

.page-update-info.is-mt32 {
    margin-top: 32px
}

.page-update-info.is-mt24 {
    margin-top: 24px
}

.page-update-info.is-mt16 {
    margin-top: 16px
}

.page-update-info.is-mb32 {
    margin-bottom: 32px
}

.page-update-info.is-mb24 {
    margin-bottom: 24px
}

.page-update-info.is-mb16 {
    margin-bottom: 16px
}

.page-update-info.is-p0 {
    padding: 0
}

.page-update-info__cell {
    align-items: center;
    display: flex;
    gap: 6px;
    white-space: nowrap
}

.page-update-info__cell:not(:last-child) {
    border-right: 1px solid #e9ecef;
    padding-right: 12px
}

.page-update-info__cell span {
    color: #212529
}

.page-update-info__cell span.is-bold {
    font-weight: 700
}

.page-update-info__cell a {
    color: #28a745;
    font-weight: 700;
    transition: color .3s
}

.page-update-info.is-light {
    background: transparent;
    gap: 16px;
    padding: 0
}

.page-update-info.is-light .page-update-info__cell:not(:last-child) {
    border-right: 1px solid #6c757d;
    padding-right: 16px
}

.page-update-info.is-light .page-update-info__cell span {
    color: #fff
}

.page-update-info.is-light .page-update-info__cell span.is-bold {
    font-weight: 400
}

.page-author {
    align-items: center;
    display: flex;
    gap: 6px
}

.page-author,.page-author+.content-text {
    margin-top: 16px
}

.page-author__link {
    color: #28a745;
    font-weight: 700;
    line-height: 26px;
    transition: color .3s
}

.page-author__name {
    color: #212529;
    font-weight: 700;
    line-height: 26px
}

.page-author.is-light .page-author__name {
    color: #fff
}

.img-banner-full {
    border-radius: 16px;
    margin-top: 24px;
    width: 100%
}

.img-banner-full.is-mt0 {
    margin-top: 0
}

.img-banner-full.is-mt16 {
    margin-top: 16px
}

.img-banner-full.is-mb24 {
    margin-bottom: 24px
}

.picture-banner-full {
    margin-top: 24px;
    width: 100%
}

.picture-banner-full img,.picture-banner-full picture {
    width: 100%
}

.picture-banner-full.is-mt0 {
    margin-top: 0
}

.picture-banner-full.is-mt16 {
    margin-top: 16px
}

.picture-banner-full.is-mb16 {
    margin-bottom: 16px
}

.picture-banner-full.is-mb24 {
    margin-bottom: 24px
}

.picture-banner-full img {
    border-radius: 16px
}

.svg-loader {
    display: none
}

.no-scroll {
    overflow: hidden
}

.article-info {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 20px;
    position: relative;
    margin-top: 24px;
}

.article-info.is-open .article-info__popup {
    display: flex
}

.article-info+.content-text,h1+.article-info {
    margin-top: 16px
}

.article-info__author {
    align-items: center;
    cursor: pointer;
    display: grid;
    gap: 10px;
    grid-template-columns: 38px 1fr;
    padding-right: 24px;
    position: relative
}

[dir=rtl] .article-info__author {
    padding-left: 24px;
    padding-right: 0
}

.article-info__author:before {
    background: #6c757d;
    border-radius: 50%;
    content: "";
    height: 4px;
    position: absolute;
    right: 0;
    top: calc(50% - 2px);
    width: 4px
}

[dir=rtl] .article-info__author:before {
    left: 0;
    right: auto
}

.article-info__author-logo {
    border: 2px solid #212529;
    border-radius: 50%;
    height: 38px;
    width: 38px
}

.article-info__author-logo img {
    border-radius: 50%;
    height: 34px;
    object-fit: cover;
    width: 34px
}

.article-info__author-info {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.article-info__author-title {
    color: #212529;
    font-size: 14px;
    letter-spacing: .2px;
    line-height: 20px
}

.article-info__author-name {
    color: #28a745;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px
}

.article-info__date {
    align-items: center;
    display: flex;
    gap: 8px
}

.article-info__date img {
    position: relative;
    top: -1px
}

.article-info__date span {
    color: #212529;
    line-height: 26px
}

.article-info__popup {
    background: #212529;
    border-radius: 12px;
    display: none;
    flex-direction: column;
    gap: 12px;
    left: 0;
    padding: 12px;
    position: absolute;
    top: calc(100% + 12px);
    width: 100%;
    z-index: 101
}

[dir=rtl] .article-info__popup {
    left: auto;
    right: 0
}

.article-info__popup-author {
    align-items: center;
    display: grid;
    gap: 14px;
    grid-template-columns: 40px 1fr
}

.article-info__popup-author-logo {
    border: 2px solid #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px
}

.article-info__popup-author-logo img {
    border-radius: 50%;
    height: 36px;
    object-fit: cover;
    width: 36px
}

.article-info__popup-author-info {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.article-info__popup-author-name {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px
}

.article-info__popup-author-position {
    color: #fff;
    font-size: 14px;
    letter-spacing: .2px;
    line-height: 20px
}

.article-info__popup-text {
    color: #e9ecef;
    font-size: 14px;
    letter-spacing: .2px;
    line-height: 20px;
    padding: 16px 0;
    position: relative
}

.article-info__popup-text:after,.article-info__popup-text:before {
    background: hsla(0,0%,100%,.1);
    content: "";
    height: 2px;
    left: -12px;
    position: absolute;
    right: -12px
}

.article-info__popup-text:before {
    top: 0
}

.article-info__popup-text:after {
    bottom: 0
}

.article-info__popup-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between
}

.article-info__popup-social-list {
    display: flex;
    gap: 8px
}

.article-info__popup-social-link {
    align-items: center;
    background-color: hsla(0,0%,100%,.1);
    border-radius: 8px;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px
}

.article-info__popup-social-link img {
    color: #fff
}

.article-info__popup-about-link {
    color: #28a745;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .25px;
    line-height: 20px
}

@media (hover: hover) {
    a.btn.btn--green:hover:not(:disabled),button.btn.btn--green:hover:not(:disabled) {
        background-color:#1c995e
    }

    a.btn.btn--red:hover,button.btn.btn--red:hover {
        background-color: #d5525f
    }

    a.btn.btn--orange:hover,button.btn.btn--orange:hover {
        background: linear-gradient(92.06deg,#ff7c32,#ffb932)
    }

    a.btn.btn--white:hover,button.btn.btn--white:hover {
        background-color: #1c995e
    }

    a.btn.btn--link-grey:hover,a.btn.btn--link:hover,button.btn.btn--link-grey:hover,button.btn.btn--link:hover {
        color: #28a745
    }

    a.btn.btn--link-green:hover,button.btn.btn--link-green:hover {
        color: #1c995e
    }

    a.btn.btn--club:hover,button.btn.btn--club:hover {
        background-color: #3b4855;
        color: #fff
    }

    a.btn.btn--tc:hover,button.btn.btn--tc:hover {
        border-bottom: 1px dashed #28a745;
        color: #28a745
    }

    a.btn.btn--review:hover,button.btn.btn--review:hover {
        color: #28a745
    }

    a.btn.btn--secondary:hover,button.btn.btn--secondary:hover {
        background-color: #28a745;
        color: #fff
    }

    .arrow-up:hover {
        background-color: #28a745
    }

    .content-text li a:hover,.content-text p a:hover {
        color: #1c995e
    }

    .breadcrumbs li a:hover {
        text-decoration: none
    }

    .page-author__link:hover,.page-update-info__cell a:hover {
        color: #1c995e
    }

    .article-info__author:hover .article-info__author-logo {
        border-color: #28a745
    }

    .article-info__author-logo {
        transition: border-color .2s ease-in-out
    }

    .article-info__popup-social-link {
        transition: background-color .3s linear
    }

    .article-info__popup-social-link:hover {
        background-color: hsla(0,0%,100%,.3)
    }

    .article-info__popup-about-link {
        transition: color .2s ease-in-out
    }

    .article-info__popup-about-link:hover {
        color: #1c995e
    }
}

@media (min-width: 500px) {
    .splide.is-mobile-splide {
        visibility:visible
    }

    .splide.is-mobile-splide .splide__track {
        overflow: visible
    }

    a.btn--center,a.btn--content-bottom,button.btn--center,button.btn--content-bottom {
        max-width: max-content;
        min-width: 260px
    }

    .article-info__popup {
        max-width: max-content;
        width: 328px
    }
}

@media (min-width: 800px) and (max-width:1024px) {
    .section {
        padding-left:50px;
        padding-right: 50px
    }
}

@media (min-width: 1025px) {
    .section {
        padding-left:30px;
        padding-right: 30px
    }

    .section--chip-intro:before {
        height: 111px;
        width: 111px
    }

    h1 {
        font-size: 34px;
        line-height: 44px
    }

    h1+.content-text {
        margin-top: 16px
    }

    .caption-2,h2 {
        font-size: 30px;
        line-height: 38px
    }

    .caption-2+.content-text,h2+.content-text {
        margin-top: 16px
    }

    .caption-2.section-title,h2.section-title {
        margin-top: 60px
    }

    .caption-2.section-subtitle,h2.section-subtitle {
        margin-top: 32px
    }

    .caption-3,h3 {
        font-size: 24px;
        line-height: 32px
    }

    .caption-3+.content-text,h3+.content-text {
        margin-top: 16px
    }

    .caption-3.section-title,h3.section-title {
        margin-top: 60px
    }

    .caption-3.section-subtitle,h3.section-subtitle {
        margin-top: 32px
    }

    .caption-4,h4 {
        font-size: 20px;
        line-height: 28px
    }

    .caption-4+.content-text,h4+.content-text {
        margin-top: 16px
    }

    .page-content {
        max-width: 700px
    }

    .page-content.is-mt24 {
        margin-top: 24px
    }

    .page-content.is-mt32 {
        margin-top: 32px
    }

    .page-content.is-mt60 {
        margin-top: 60px
    }

    .page-columns {
        gap: 60px 32px;
        grid-template-columns: 700px calc(100% - 732px)
    }

    .page-columns.is-mt60 {
        margin-top: 60px
    }

    .page-columns.is-mt24 {
        margin-top: 24px
    }

    .page-columns__main {
        grid-column: 1/2
    }

    .page-columns__aside {
        grid-column: 2/3;
        grid-row: 1/2
    }

    .page-columns__aside.is-two-row {
        grid-row: 1/3
    }

    .page-columns__aside-sticky {
        position: sticky;
        top: 0
    }

    .page-columns__aside-sticky.is-sticky-anchors {
        top: 80px
    }

    .content-text.is-mb16 {
        margin-bottom: 24px
    }

    .content-text.is-mt32 {
        margin-top: 32px
    }

    .content-text.is-mt32.is-grey {
        padding: 16px
    }

    .content-text.is-mt60 {
        margin-top: 60px
    }

    .content-text.is-mt60.is-grey {
        padding: 16px
    }

    .content-text li,.content-text p {
        font-size: 18px;
        line-height: 28px
    }

    .content-text p {
        margin-bottom: 16px
    }

    .content-text p:not(.content-math)+p:not(.content-math) {
        margin-top: 28px
    }

    .content-text p+p.content-math,.content-text p.content-math+p {
        margin-top: 24px
    }

    .content-text ol,.content-text ul {
        margin-bottom: 16px
    }

    .content-text ol ol li,.content-text ol>li {
        padding-left: 38px
    }

    [dir=rtl] .content-text ol ol li,[dir=rtl] .content-text ol>li {
        padding-left: 0;
        padding-right: 38px
    }

    .content-text ol ol li:before,.content-text ol>li:before {
        font-size: 18px;
        height: 28px;
        line-height: 28px;
        width: 30px
    }

    .content-text ul ul li,.content-text ul>li {
        padding-left: 34px
    }

    [dir=rtl] .content-text ul ul li,[dir=rtl] .content-text ul>li {
        padding-left: 0;
        padding-right: 34px
    }

    .content-text ul ul li:before,.content-text ul>li:before {
        height: 14px;
        width: 14px
    }

    .content-text h2 {
        margin-top: 60px
    }

    .content-text h2,.content-text h3,.content-text h4 {
        margin-bottom: 16px
    }

    .content-text>:last-child {
        margin-bottom: 0
    }

    .content-text .content-math.is-mt24 {
        margin-top: 24px
    }

    .content-text .content-math.is-mb24 {
        margin-bottom: 24px
    }

    .content-text .content-math math {
        font-size: 20px;
        line-height: 28px
    }

    .content-text .content-math mrow {
        font-size: 20px
    }

    .accordeon {
        gap: 16px
    }

    h2+.accordeon {
        margin-top: 24px
    }

    .accordeon__title {
        font-size: 18px;
        line-height: 26px;
        padding: 10px 16px
    }

    .accordeon__text {
        padding: 12px 16px
    }

    .section-title-show-all {
        margin: 32px 0 24px
    }

    h2+.section-title-show-all {
        margin-top: 24px
    }

    a.btn--content-bottom,a.btn--full,button.btn--content-bottom,button.btn--full {
        margin: 32px 0 0
    }

    .img-banner-full.is-mt16,.picture-banner-full.is-mt16 {
        margin-top: 24px
    }

    .img-banner-full.is-mb16,.picture-banner-full.is-mb16 {
        margin-bottom: 24px
    }

    .article-info__author {
        grid-template-columns: 44px 1fr
    }

    .article-info__author-logo {
        height: 44px;
        width: 44px
    }

    .article-info__author-logo img {
        height: 40px;
        width: 40px
    }

    .article-info__author-name {
        font-size: 16px;
        line-height: 22px
    }

    .article-info__popup {
        border-radius: 16px;
        gap: 16px;
        padding: 16px
    }

    .article-info__popup-author {
        grid-template-columns: 44px 1fr
    }

    .article-info__popup-author-logo {
        height: 44px;
        width: 44px
    }

    .article-info__popup-author-logo img {
        height: 40px;
        width: 40px
    }

    .article-info__popup-author-name {
        font-size: 20px;
        line-height: 28px
    }
}

@media (min-width: 1536px) and (max-width:1919px) {
    .container {
        max-width:1140px
    }
}

@media (min-width: 1920px) {
    .container {
        max-width:1340px
    }
}

@media (max-width: 499px) {
    .is-mobile-splide:before {
        background:#6c757d;
        bottom: 20px;
        content: "";
        filter: blur(12px);
        left: 12px;
        opacity: .2;
        position: absolute;
        right: 12px;
        top: 12px
    }

    .is-mobile-splide .splide__pagination {
        bottom: auto;
        gap: 8px;
        margin-top: 24px;
        padding: 0;
        position: relative
    }

    .is-mobile-splide .splide__pagination__page {
        background: #e6f1e7;
        border-radius: 2px;
        height: 12px;
        margin: 0;
        opacity: 1;
        width: 12px
    }

    .is-mobile-splide .splide__pagination__page.is-active {
        background: #28a745;
        transform: scale(1)
    }
}

.auth {
    width: 100%
}

.auth-user {
    align-items: center;
    background-color: #212529;
    border: 1px solid #343a40;
    border-radius: 8px;
    display: flex;
    gap: 12px;
    padding: 4px 8px;
    transition: background-color .2s linear
}

.auth-user:hover {
    background-color: #3b4855
}

.auth-user.is-message .auth-user__avatar:before {
    background: #28a745;
    border-radius: 50%;
    content: "";
    height: 6px;
    position: absolute;
    right: -6px;
    top: 0;
    width: 6px
}

.auth-user__avatar {
    height: 28px;
    min-width: 28px;
    position: relative;
    width: 28px
}

.auth-user__avatar img {
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.auth-user__info {
    display: flex;
    flex-direction: column;
    max-width: calc(100% - 40px)
}

.auth-user__nickname {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.auth-user__tokens {
    align-items: center;
    display: flex;
    gap: 4px
}

.auth-user__tokens-title {
    color: #d8e7e8
}

.auth-user__tokens-title,.auth-user__tokens-value {
    font-size: 13px;
    letter-spacing: .234px;
    line-height: 16px
}

.auth-user__tokens-value {
    color: #fff;
    font-weight: 700
}

.auth-login {
    border-radius: 8px 8px 6px 6px;
    display: flex;
    flex-direction: column
}

.auth-login .btn {
    position: relative;
    text-align: center;
    z-index: 3
}

.auth-login__info {
    background: #1b242a;
    border: 1px solid #343a40;
    border-radius: 0 0 6px 6px;
    border-top: none;
    display: flex;
    gap: 8px;
    padding: 8px 12px;
    position: relative
}

.auth-login__info:before {
    background: #1b242a;
    border-left: 1px solid #343a40;
    border-right: 1px solid #343a40;
    content: "";
    height: 8px;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -8px;
    z-index: 2
}

.auth-login__info-title {
    color: #fff;
    font-size: 14px;
    line-height: 16px
}

.auth-login__info-title b,.auth-login__info-title strong {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: uppercase
}

.header {
    align-items: center;
    background: #202b32;
    border-right: 1px solid #343a40;
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: calc(var(--vh, 1vh)*100);
    left: 0;
    padding: 32px 5px;
    position: fixed;
    top: 0;
    width: 270px;
    z-index: 900
}

[dir=rtl] .header {
    left: auto;
    right: 0
}

.header-logo {
    align-items: center;
    display: flex;
    justify-content: center
}

.header-top {
    gap: 24px
}

.header-body,.header-top {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    width: 100%
}

.header-body {
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    overflow-x: hidden;
    overflow-y: auto
}

.header-body.is-mt16 {
    margin-top: 16px
}

.header-body.is-mt24 {
    margin-top: 24px
}

.header .icon--arrow {
    fill: #fff;
    height: 9px;
    margin-left: 8px;
    transition: transform .2s ease-in;
    width: 12px
}

[dir=rtl] .header .icon--arrow {
    margin-left: 0;
    margin-right: 8px
}

.header .header__nav {
    background: #1b242a;
    border-radius: 8px;
    color: #fff;
    padding: 12px;
    width: 100%
}

.header .header__nav-list {
    list-style: none;
    overflow: hidden
}

.header .header__nav-item {
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
    margin-bottom: 4px;
    min-height: 40px;
    padding: 0 12px;
    transition: background-color .2s linear;
    user-select: none;
    width: 100%
}

.header .header__nav-item:last-child {
    margin-bottom: 0
}

.header .header__nav-item.open,.header .header__nav-item:hover {
    background-color: #3b4855
}

.header .header__nav-link {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    min-height: 40px;
    width: 100%
}

.header .header__nav-link img {
    margin-right: 12px
}

[dir=rtl] .header .header__nav-link img {
    margin-left: 12px;
    margin-right: 0
}

.header .header__nav-link-title {
    font-size: inherit;
    margin-right: 12px
}

[dir=rtl] .header .header__nav-link-title {
    margin-left: 12px;
    margin-right: 0
}

.header .header__nav-link-badge {
    background: #28a745;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    margin-left: auto;
    padding: 3px 4px;
    text-transform: uppercase
}

[dir=rtl] .header .header__nav-link-badge {
    margin-left: 0;
    margin-right: auto
}

.header .navigation-group__title {
    align-items: center;
    display: flex;
    min-height: 40px;
    width: 100%
}

.header .navigation-group__title img {
    margin-right: 12px
}

[dir=rtl] .header .navigation-group__title img {
    margin-left: 12px;
    margin-right: 0
}

.header .navigation-group__title .navigation-group__title-text {
    font-size: 14px;
    line-height: 20px;
    margin-right: 12px
}

[dir=rtl] .header .navigation-group__title .navigation-group__title-text {
    margin-left: 12px;
    margin-right: 0
}

.header .navigation-group__title .icon--arrow {
    margin-left: auto
}

[dir=rtl] .header .navigation-group__title .icon--arrow {
    margin-left: 0;
    margin-right: auto
}

.header .navigation-group__list {
    list-style: none;
    max-height: 0;
    transition: max-height .2s ease-in;
    visibility: hidden;
    width: 100%
}

.header .navigation-group.open {
    padding: 0
}

.header .navigation-group.open .navigation-group__title {
    padding: 0 12px
}

.header .navigation-group.open .navigation-group__list {
    max-height: 370px;
    transition: max-height .2s ease-in,visibility .1s linear .2s;
    visibility: visible
}

.header .navigation-group.open .navigation-group__list .header__nav-link {
    padding: 0 12px;
    transition: background-color .2s linear
}

.header .navigation-group.open .navigation-group__list .header__nav-link:hover {
    background-color: #28a745
}

.header .navigation-group.open .navigation-group__list li:last-child .header__nav-link {
    border-radius: 0 0 8px 8px
}

.header .navigation-group.open .icon--arrow {
    transform: rotate(180deg)
}

.header-mobile__row {
    display: none
}

.menu-btn {
    align-items: center;
    background: #212529;
    border: 1px solid #28a745;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    height: 36px;
    justify-content: center;
    outline: none;
    position: relative;
    width: 36px;
    z-index: 998
}

.menu-btn.open .menu-btn__hamburger {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu-btn.open .menu-btn__hamburger:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.menu-btn.open .menu-btn__hamburger:before {
    display: none
}

.menu-btn__hamburger {
    position: relative
}

.menu-btn__hamburger,.menu-btn__hamburger:after,.menu-btn__hamburger:before {
    background: #fff;
    border-radius: 1px;
    display: block;
    height: 2px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    width: 18px
}

.menu-btn__hamburger:after,.menu-btn__hamburger:before {
    content: ""
}

.menu-btn__hamburger:before {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
}

.menu-btn__hamburger:after {
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
}

.stop-war {
    align-items: center;
    background-color: #212529;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    gap: 12px;
    line-height: 20px;
    padding: 12px 20px;
    transition: background-color .2s linear;
    width: 100%
}

.stop-war:hover {
    background-color: #3b4855
}

.mobile-user-cabinet {
    align-items: center;
    background: #212529;
    border-radius: 8px;
    display: flex;
    flex-shrink: 0;
    height: 36px;
    justify-content: center;
    position: relative;
    width: 36px
}

.mobile-user-cabinet.is-message:before {
    background: #28a745;
    border-radius: 50%;
    content: "";
    height: 6px;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 6px
}

@media (min-width: 1024px) {
    .header-body::-webkit-scrollbar {
        width:5px
    }

    .header-body::-webkit-scrollbar-track {
        background: #343a40
    }

    .header-body::-webkit-scrollbar-thumb {
        background: #28a745
    }
}

@media (max-width: 1300px) {
    .main-page {
        margin-left:0;
        width: 100%
    }

    [dir=rtl] .main-page {
        margin-right: 0;
        width: 100%
    }

    .header-mobile__row {
        align-items: center;
        background: #202b32;
        display: flex;
        justify-content: space-between;
        padding-bottom: 7px;
        padding-top: 7px;
        width: 100%
    }

    .header-mobile__row.open {
        flex-direction: row-reverse
    }

    .header {
        transform: translateX(-100%)
    }

    .header--animation {
        transition: transform .2s ease-in-out
    }

    [dir=rtl] .header {
        transform: translateX(100%)
    }

    .header.open,[dir=rtl] .header.open {
        transform: translateX(0)
    }

    .logo-mobile {
        align-items: center;
        display: flex;
        flex-grow: 1;
        justify-content: center;
        padding: 0 12px
    }

    .header-overlay {
        background: rgba(0,0,0,.25);
        height: 100%;
        left: 0;
        min-height: 100vh;
        min-width: 100vw;
        opacity: 0;
        position: fixed;
        top: 0;
        transition: all .2s ease-in-out;
        visibility: hidden;
        width: 100%;
        z-index: 900
    }

    .header-overlay.open {
        opacity: 1;
        visibility: visible
    }
}

@media (min-width: 800px) and (max-width:1024px) {
    .header-mobile__row {
        padding-left:50px;
        padding-right: 50px
    }
}

@media (min-width: 1025px) and (max-width:1300px) {
    .header-mobile__row {
        padding-left:30px;
        padding-right: 30px
    }
}

@media (max-width: 799px) {
    .header-mobile__row {
        padding-left:16px;
        padding-right: 16px
    }
}

.splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0!important;
    padding: 0!important
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide__progress__bar {
    width: 0
}

.splide {
    position: relative;
    visibility: hidden
}

.splide.is-initialized,.splide.is-rendered {
    visibility: visible
}

.splide__slide {
    -ms-flex-negative: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
    list-style-type: none!important;
    margin: 0;
    position: relative
}

.splide__slide img {
    vertical-align: bottom
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause {
    display: none
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.splide__track--fade>.splide__list {
    display: block
}

.splide__track--fade>.splide__list>.splide__slide {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
    opacity: 1;
    position: relative;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide__track--ttb>.splide__list {
    display: block
}

.splide__arrow {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1
}

.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em
}

.splide__arrow:hover:not(:disabled) {
    opacity: .9
}

.splide__arrow:disabled {
    opacity: .3
}

.splide__arrow:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__arrow--prev {
    left: 1em
}

.splide__arrow--prev svg {
    transform: scaleX(-1)
}

.splide__arrow--next {
    right: 1em
}

.splide.is-focus-in .splide__arrow:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__pagination {
    bottom: .5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1
}

.splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 8px
}

.splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1.4);
    z-index: 1
}

.splide__pagination__page:hover {
    cursor: pointer;
    opacity: .9
}

.splide__pagination__page:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__progress__bar {
    background: #ccc;
    height: 3px
}

.splide__slide {
    -webkit-tap-highlight-color: transparent
}

.splide__slide:focus {
    outline: 0
}

@supports (outline-offset: -3px) {
    .splide__slide:focus-visible {
        outline:3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast:none) {
    .splide__slide:focus-visible {
        border: 3px solid #0bf
    }
}

@supports (outline-offset: -3px) {
    .splide.is-focus-in .splide__slide:focus {
        outline:3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast:none) {
    .splide.is-focus-in .splide__slide:focus {
        border: 3px solid #0bf
    }

    .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
        border-color: #0bf
    }
}

.splide__toggle {
    cursor: pointer
}

.splide__toggle:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
    border: 3px solid transparent;
    cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
    transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
    transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
    left: 50%;
    transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
    top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
    transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
    transform: rotate(90deg)
}

.splide__pagination--ttb {
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: .5em;
    top: 0
}

.customer-tournament-reward {
    background: linear-gradient(89deg,#236f67,#0a884a 25%,#00923d 50%,#1e9837 75%,#6aa527);
    left: 260px;
    padding: 24px 15px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10001
}

[dir=rtl] .customer-tournament-reward {
    background: linear-gradient(269deg,#236f67,#0a884a 25%,#00923d 50%,#1e9837 75%,#6aa527);
    left: 0;
    right: 260px
}

.customer-tournament-reward__grid {
    display: grid;
    gap: 8px 16px;
    grid-template-columns: 138px 1fr;
    grid-template-rows: max-content 1fr max-content;
    max-width: max-content
}

.customer-tournament-reward__image {
    grid-row: 1/4;
    position: relative
}

.customer-tournament-reward__image img {
    display: block;
    max-height: 100%;
    width: 100%
}

.customer-tournament-reward__title {
    color: #fff;
    font-size: 34px;
    font-weight: 900;
    line-height: 42px
}

.customer-tournament-reward__description {
    color: #ebeef0;
    font-size: 16px;
    line-height: 24px
}

.customer-tournament-reward__description b,.customer-tournament-reward__description strong {
    color: #fff;
    font-size: inherit
}

.customer-tournament-reward__btns {
    align-items: center;
    background: rgba(32,43,50,.4);
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px
}

.customer-tournament-reward__btns .btn {
    flex-grow: 1;
    padding: 12px 24px;
    text-align: center
}

.customer-tournament-reward__btns-info {
    align-items: center;
    display: flex;
    gap: 12px;
    padding: 8px 16px
}

.customer-tournament-reward__btns-info img {
    flex-shrink: 0
}

.customer-tournament-reward__btns-info-text {
    color: #ebeef0;
    font-size: 14px;
    line-height: 24px
}

.customer-tournament-reward__btns-info-text b,.customer-tournament-reward__btns-info-text strong {
    color: #fff;
    font-size: inherit
}

.customer-tournament-reward__bg {
    height: 100%;
    object-fit: contain;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

[dir=rtl] .customer-tournament-reward__bg {
    left: 0;
    right: auto;
    transform: scaleX(-1)
}

@media (max-width: 1300px) {
    .customer-tournament-reward {
        bottom:0;
        left: 0;
        top: auto
    }

    [dir=rtl] .customer-tournament-reward {
        right: 0
    }
}

@media (max-width: 800px) {
    .customer-tournament-reward__image {
        grid-row:1/3
    }

    .customer-tournament-reward__btns {
        grid-column: 1/3
    }

    .customer-tournament-reward__bg {
        display: none
    }
}

@media (max-width: 600px) {
    .customer-tournament-reward {
        padding:15px
    }

    .customer-tournament-reward__grid {
        grid-template-columns: 64px 1fr;
        max-width: 100%;
        width: 100%
    }

    .customer-tournament-reward__image {
        grid-row: 1/2
    }

    .customer-tournament-reward__title {
        font-size: 24px;
        line-height: 32px
    }

    .customer-tournament-reward__description {
        grid-column: 1/3
    }

    .customer-tournament-reward__btns {
        flex-direction: column
    }

    .customer-tournament-reward__btns .btn {
        width: 100%
    }
}

@media (max-width: 450px) {
    .customer-tournament-reward__grid {
        grid-template-columns:54px 1fr
    }

    .customer-tournament-reward__title {
        font-size: 18px;
        line-height: 26px
    }

    .customer-tournament-reward__description {
        font-size: 14px;
        line-height: 20px
    }

    .customer-tournament-reward__btns-info {
        padding: 8px 12px
    }

    .customer-tournament-reward__btns-info img {
        height: 24px;
        width: 24px
    }

    .customer-tournament-reward__btns-info-text {
        line-height: 20px
    }
}

.footer {
    background: #1b242a;
    display: flex;
    flex-direction: column
}

.footer .container {
    padding: 0 16px
}

.footer-featured {
    background: #202b32;
    padding: 24px 0
}

.footer-featured .container.is-full-width {
    max-width: 100%
}

.footer-featured__title {
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px
}

.footer-featured__list {
    margin-top: 24px
}

.footer-featured__list .splide__list {
    display: flex;
    gap: 24px;
    list-style: none
}

.footer-featured__list .splide__list::-webkit-scrollbar {
    display: none
}

.footer-featured__list .splide__list li {
    align-items: center;
    display: flex
}

.footer-featured__list .splide__list img {
    display: block;
    max-height: 50px;
    max-width: 150px
}

.footer-featured__list:not(.splide) .splide__list {
    flex-wrap: wrap;
    max-height: 50px;
    overflow-y: auto
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px 0
}

.footer-content .container {
    display: grid;
    gap: 24px 50px;
    grid-template-areas: "text guides" "additional guides";
    grid-template-columns: 1fr max-content;
    grid-template-rows: 1fr max-content
}

.footer.is-full .footer-content .container {
    display: grid;
    gap: 24px 32px;
    grid-template-areas: "text guides images" "additional guides images";
    grid-template-columns: 1fr max-content 250px;
    grid-template-rows: 1fr max-content
}

.footer.is-full .footer-content .footer-bg__column {
    display: flex
}

.footer-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    grid-area: text
}

.footer-text p {
    color: #e9ecef;
    font-size: 12px;
    line-height: 18px
}

.footer__relinks {
    display: flex;
    gap: 24px 32px;
    grid-area: guides
}

.footer__relinks-list.is-inline {
    flex-direction: row;
    flex-wrap: wrap
}

.footer__relinks-column {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.footer__relinks-title {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    text-transform: capitalize
}

.footer__relinks-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none
}

.footer__relinks-list a,.footer__relinks-list span {
    color: #fff;
    font-size: 12px;
    letter-spacing: .5px;
    line-height: 20px;
    text-transform: capitalize
}

.footer__relinks-list a:hover,.footer__relinks-list span:hover {
    text-decoration: underline
}

.footer__relinks-list span {
    cursor: pointer
}

.footer-bg__column {
    background: #202b32;
    border: 1px solid #343a40;
    border-radius: 8px;
    display: none;
    flex-direction: column;
    grid-area: images;
    padding: 12px 15px
}

.footer-bg__column-title {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 8px
}

.footer-bg__column .footer__image-list+.footer-bg__column-title {
    margin-top: 12px
}

.footer__image-link {
    align-items: center;
    display: flex;
    justify-content: center
}

.footer__image-link img {
    max-height: 20px;
    max-width: 45px
}

.footer__image-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none
}

.footer__image-list+.footer__image-list {
    padding-top: 18px
}

.footer__image-list--white img {
    filter: brightness(0) invert(.5)
}

.footer-additional {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    grid-area: additional
}

.footer-additional img {
    max-height: 24px
}

.footer-additional .footer__age-logo {
    align-items: center;
    display: flex;
    justify-content: center
}

.footer-additional__list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%
}

.footer-additional__text a {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

.footer-menu {
    background: #202b32;
    padding: 12px 0
}

.footer-menu .container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 36px;
    justify-content: space-between
}

.footer-menu__social {
    display: flex;
    gap: 12px;
    list-style: none
}

.footer-menu__social-link {
    align-items: center;
    background-color: #28a745;
    border-radius: 8px;
    display: flex;
    height: 36px;
    justify-content: center;
    transition: background-color .3s linear;
    width: 36px
}

.footer-menu__social-link:hover {
    background-color: #1c995e
}

.footer-lang {
    position: relative
}

.footer-lang.is-open .footer-lang__btn {
    border: 1px solid #28a745
}

.footer-lang.is-open .footer-lang__btn svg {
    transform: rotate(0)
}

.footer-lang.is-open .footer-lang__list {
    max-height: 288px;
    transition: max-height .2s ease-in,visibility .1s linear .2s;
    visibility: visible
}

.footer-lang__btn {
    align-items: center;
    background-color: #212529;
    border: 1px solid #212529;
    border-radius: 8px;
    display: grid;
    gap: 10px;
    grid-template-columns: 24px 1fr 12px;
    min-width: 290px;
    padding: 7px 11px;
    transition: border .2s linear
}

.footer-lang__btn:hover {
    border: 1px solid #28a745
}

.footer-lang__btn-title {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left
}

.footer-lang__btn img {
    height: 16px;
    width: 24px
}

.footer-lang__btn svg {
    fill: #fff;
    height: 9px;
    transform: rotate(180deg);
    transition: transform .2s ease-in;
    width: 12px
}

.footer-lang__list {
    background: #1b242a;
    border: 1px solid #28a745;
    border-radius: 8px;
    bottom: calc(100% + 3px);
    display: flex;
    flex-direction: column;
    left: 0;
    list-style: none;
    max-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    visibility: hidden;
    width: 100%
}

.footer-lang__list::-webkit-scrollbar {
    width: 8px
}

.footer-lang__list::-webkit-scrollbar-track {
    background: #fff;
    border-left: 3px solid #1b242a;
    border-right: 3px solid #1b242a;
    margin: 8px 0
}

.footer-lang__list::-webkit-scrollbar-thumb {
    background: #28a745;
    border-left: 3px solid #1b242a;
    border-right: 3px solid #1b242a
}

.footer-lang__list-item-link {
    align-items: center;
    background-color: transparent;
    color: #fff;
    display: flex;
    gap: 10px;
    height: 36px;
    padding: 8px 9px;
    transition: background-color .2s linear
}

.footer-lang__list-item-link:hover {
    background-color: #28a745
}

.footer-lang__list-item-link img {
    height: 16px;
    width: 24px
}

@media (max-width: 1200px) and (min-width:768px) {
    .footer.is-full .footer-content .container {
        grid-template-areas:"text text" "additional additional" "guides images";
        grid-template-columns: 1fr 250px;
        grid-template-rows: 1fr max-content max-content
    }
}

@media (max-width: 1100px) and (min-width:768px) {
    .footer.is-three.is-classic .footer-content .container {
        grid-template-areas:"text" "additional" "guides";
        grid-template-columns: 100%;
        grid-template-rows: 1fr max-content max-content
    }

    .footer.is-three.is-classic .footer__relinks.is-three .footer__relinks-column {
        width: calc(33.33333% - 21.33333px)
    }

    .footer.is-three.is-classic .footer__relinks.is-two .footer__relinks-column {
        width: calc(50% - 16px)
    }
}

@media (min-width: 800px) and (max-width:1024px) {
    .footer .container {
        padding:0 50px
    }
}

@media (min-width: 1025px) {
    .footer .container {
        padding:0 30px
    }
}

@media (max-width: 767px) {
    .footer.is-classic .footer-content .container,.footer.is-full .footer-content .container {
        grid-template-areas:"text" "additional" "guides" "images";
        grid-template-columns: 100%;
        grid-template-rows: 1fr max-content max-content max-content
    }

    .footer.is-classic .footer__relinks.is-three .footer__relinks-column,.footer.is-full .footer__relinks.is-three .footer__relinks-column {
        width: calc(33.33333% - 21.33333px)
    }

    .footer.is-classic .footer__relinks.is-two .footer__relinks-column,.footer.is-full .footer__relinks.is-two .footer__relinks-column {
        width: calc(50% - 16px)
    }
}

@media (max-width: 500px) {
    .footer.is-classic .footer__relinks,.footer.is-full .footer__relinks {
        flex-wrap:wrap
    }

    .footer.is-classic .footer__relinks.is-three .footer__relinks-column,.footer.is-full .footer__relinks.is-three .footer__relinks-column {
        width: calc(50% - 16px)
    }

    .footer.is-classic .footer__relinks.is-three .footer__relinks-column:last-child,.footer.is-full .footer__relinks.is-three .footer__relinks-column:last-child {
        width: 100%
    }

    .footer.is-classic .footer__relinks.is-three .footer__relinks-column:last-child .footer__relinks-list,.footer.is-full .footer__relinks.is-three .footer__relinks-column:last-child .footer__relinks-list {
        display: grid;
        grid-template-columns: 1fr 1fr
    }

    .footer-menu .container {
        align-items: center;
        flex-direction: column
    }

    .footer-menu .container .footer-lang {
        width: 100%
    }

    .footer-menu .container .footer-lang__btn {
        min-width: 100%
    }
}

@media (max-width: 350px) {
    .footer.is-classic .footer__relinks.is-three .footer__relinks-column,.footer.is-full .footer__relinks.is-three .footer__relinks-column {
        width:100%
    }
}

.content-text img {
    display: block;
    height: auto;
    max-width: 100%
}

.content-text .img--center {
    margin: 0 auto
}

.content-text .img--full {
    margin: 0;
    width: 100%
}

.content-text .img--mt24 {
    margin-top: 24px
}

.content-text .img--mb24 {
    margin-bottom: 24px
}

.content-text .img--brs16 {
    border-radius: 16px
}

.content-text .img--brs12 {
    border-radius: 12px
}

.content-text .img--brs10 {
    border-radius: 10px
}

.content-text .img--border {
    border: 1px solid #6c757d
}

.content-text .content-selection {
    background: #e9ecef;
    border-radius: 16px;
    padding: 16px
}

.content-text .content-selection>:first-child {
    margin-top: 0
}

.content-text .content-selection>:last-child {
    margin-bottom: 0
}

.content-text .content-selection.is-center {
    text-align: center
}

.content-text .content-selection.is-mt24 {
    margin-top: 24px
}

.content-text .content-selection.is-mb24 {
    margin-bottom: 24px
}

.content-text .content-selection.is-mt16 {
    margin-top: 16px
}

.content-text .content-selection.is-mb16 {
    margin-bottom: 16px
}

.content-text .content-quote {
    align-items: center;
    background: #e9ecef;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    position: relative
}

.content-text .content-quote.is-mt24 {
    margin-top: 26px
}

.content-text .content-quote.is-mb24 {
    margin-bottom: 26px
}

.content-text .content-quote img:first-child {
    left: 16px;
    position: absolute;
    top: 16px
}

.content-text .content-quote img:nth-child(2) {
    bottom: 16px;
    position: absolute;
    right: 16px
}

.content-text .content-quote blockquote {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center
}

.content-text .content-quote blockquote p {
    font-size: 16px;
    font-style: italic;
    line-height: 26px;
    margin-bottom: 0
}

.content-text .content-quote__author {
    color: #212529;
    font-weight: 700;
    line-height: 24px
}

.content-text .content-figure figcaption {
    color: #6c757d;
    font-style: italic;
    margin-top: 12px
}

.content-text .content-figure figcaption a {
    color: #28a745;
    transition: color .3s
}

.content-text .content-figure figcaption a:hover {
    color: #1c995e
}

.content-text .content-figure.is-center img {
    margin: 0 auto
}

.content-text .content-figure.is-center figcaption {
    text-align: center
}

.content-text .content-figure.is-full img {
    margin: 0;
    width: 100%
}

.content-text .content-figure.is-mt24 {
    margin-top: 24px
}

.content-text .content-figure.is-mb24 {
    margin-bottom: 24px
}

.content-text .content-figure.is-brs16 img {
    border-radius: 16px
}

.content-text .content-figure.is-brs10 img {
    border-radius: 10px
}

.content-text .content-number-list {
    display: grid;
    gap: 12px;
    grid-template-columns: 100%
}

.content-text .content-number-list.is-mt24 {
    margin-top: 26px
}

.content-text .content-number-list.is-mb24 {
    margin-bottom: 26px
}

.content-text .content-number-list .content-number-list__item {
    display: grid;
    gap: 8px;
    grid-template-columns: 100%;
    margin: 0;
    padding-left: 34px
}

[dir=rtl] .content-text .content-number-list .content-number-list__item {
    padding-left: 0;
    padding-right: 34px
}

.content-text .content-number-list .content-number-list__item:before {
    align-items: center;
    color: #28a745;
    content: counters(content,".") ".";
    display: flex;
    font-size: 16px;
    font-weight: 600;
    height: 24px;
    justify-content: end;
    left: 0;
    line-height: 24px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 26px
}

[dir=rtl] .content-text .content-number-list .content-number-list__item:before {
    left: auto;
    right: 0
}

.content-text .content-number-list .content-number-list__item-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

.content-text .content-number-list .content-number-list__item-text {
    font-size: 16px;
    line-height: 26px;
    margin: 0
}

.content-text .content-check-list {
    display: grid;
    gap: 12px;
    grid-template-columns: 100%
}

.content-text .content-check-list.is-mt24 {
    margin-top: 26px
}

.content-text .content-check-list.is-mb24 {
    margin-bottom: 26px
}

.content-text .content-check-list .content-check-list__item {
    display: grid;
    gap: 8px;
    grid-template-columns: 100%;
    margin: 0;
    padding-left: 28px
}

[dir=rtl] .content-text .content-check-list .content-check-list__item {
    padding-left: 0;
    padding-right: 28px
}

.content-text .content-check-list .content-check-list__item:before {
    background-image: url(/img/build/list-icon.ed9c8294.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 12px;
    left: 8px;
    position: absolute;
    top: 7px;
    width: 12px
}

[dir=rtl] .content-text .content-check-list .content-check-list__item:before {
    left: auto;
    right: 8px
}

.content-text .content-check-list .content-check-list__item-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

.content-text .content-check-list .content-check-list__item-text {
    font-size: 16px;
    line-height: 26px;
    margin: 0
}

.content-text .content-image-list {
    display: grid;
    gap: 12px;
    grid-template-columns: 100%
}

.content-text .content-image-list.is-mt24 {
    margin-top: 26px
}

.content-text .content-image-list.is-mb24 {
    margin-bottom: 26px
}

.content-text .content-image-list .content-image-list__item {
    display: grid;
    gap: 8px;
    grid-template-columns: 16px 1fr;
    margin: 0;
    padding: 0
}

.content-text .content-image-list .content-image-list__item:before {
    display: none
}

.content-text .content-image-list .content-image-list__item img {
    grid-row: 1/3;
    position: relative;
    top: 4px
}

.content-text .content-image-list .content-image-list__item-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

.content-text .content-image-list .content-image-list__item-text {
    font-size: 16px;
    line-height: 26px;
    margin: 0
}

.content-text .content-block-white {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 16px 0 rgba(33,37,41,.08);
    padding: 16px
}

.content-text .content-block-white.is-mt24 {
    margin-top: 24px
}

.content-text .content-block-white.is-mb24 {
    margin-bottom: 24px
}

.content-text .content-block-white>:first-child {
    margin-top: 0
}

.content-text .content-block-white>:last-child {
    margin-bottom: 0
}

@media (min-width: 1025px) {
    .content-quote {
        padding:16px 60px
    }

    .content-quote blockquote p {
        font-size: 18px;
        line-height: 28px
    }

    .content-text .content-number-list {
        gap: 16px
    }

    .content-text .content-number-list .content-number-list__item {
        gap: 12px;
        padding-left: 38px
    }

    [dir=rtl] .content-text .content-number-list .content-number-list__item {
        padding-left: 0;
        padding-right: 38px
    }

    .content-text .content-number-list .content-number-list__item:before {
        font-size: 18px;
        height: 26px;
        line-height: 26px;
        width: 30px
    }

    .content-text .content-number-list .content-number-list__item-title {
        font-size: 18px;
        line-height: 26px
    }

    .content-text .content-number-list .content-number-list__item-text {
        font-size: 18px;
        line-height: 28px
    }

    .content-text .content-check-list {
        gap: 16px
    }

    .content-text .content-check-list .content-check-list__item {
        gap: 12px;
        padding-left: 34px
    }

    [dir=rtl] .content-text .content-check-list .content-check-list__item {
        padding-left: 0;
        padding-right: 34px
    }

    .content-text .content-check-list .content-check-list__item:before {
        height: 14px;
        width: 14px
    }

    .content-text .content-check-list .content-check-list__item-title {
        font-size: 18px;
        line-height: 26px
    }

    .content-text .content-check-list .content-check-list__item-text {
        font-size: 18px;
        line-height: 28px
    }

    .content-text .content-image-list {
        gap: 16px
    }

    .content-text .content-image-list .content-image-list__item {
        gap: 12px;
        grid-template-columns: 18px 1fr
    }

    .content-text .content-image-list .content-image-list__item img {
        height: 18px;
        top: 4px;
        width: 18px
    }

    .content-text .content-image-list .content-image-list__item-title {
        font-size: 18px;
        line-height: 26px
    }

    .content-text .content-image-list .content-image-list__item-text {
        font-size: 18px;
        line-height: 28px
    }

    .content-text .content-block-white {
        padding: 24px
    }
}

.classic-table__wrap {
    border: 1px solid #dee5ed;
    border-radius: 12px;
    box-shadow: 0 2px 8px 0 rgba(15,23,42,.06);
    overflow-x: auto
}

.img-banner-full+.classic-table__wrap {
    margin-top: 24px
}

.content-text+.classic-table__wrap {
    margin-top: 16px
}

.classic-table__wrap::-webkit-scrollbar {
    height: 6px
}

.classic-table__wrap::-webkit-scrollbar-track {
    background: #fff;
    border-bottom: 2px solid #fff;
    margin: 0 12px
}

.classic-table__wrap::-webkit-scrollbar-thumb {
    background: #28a745;
    border-bottom: 2px solid #fff;
    border-radius: 2px 2px 3px 3px
}

.classic-table__wrap.is-mt16 {
    margin-top: 16px
}

.classic-table__wrap.is-mt24 {
    margin-top: 24px
}

.classic-table__wrap.is-mb16 {
    margin-bottom: 16px
}

.classic-table__wrap.is-mb24 {
    margin-bottom: 24px
}

.classic-table__wrap table {
    background: #fff;
    border-radius: 12px;
    width: 100%
}

.classic-table__wrap table thead th {
    padding: 12px
}

.classic-table__wrap table th {
    color: #212529;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .1px;
    line-height: 26px;
    text-align: left;
    white-space: nowrap
}

[dir=rtl] .classic-table__wrap table th {
    text-align: right
}

.classic-table__wrap table th.is-wrap {
    white-space: normal
}

.classic-table__wrap table th .is-block {
    display: block
}

.classic-table__wrap table th .is-font-small {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 16px
}

.classic-table__wrap table th.is-align-top {
    vertical-align: top
}

.classic-table__wrap table th.is-min200 {
    min-width: 200px
}

.classic-table__wrap table th.is-min250 {
    min-width: 250px
}

.classic-table__wrap table th.is-min300 {
    min-width: 300px
}

.classic-table__wrap table tbody tr {
    border-top: 1px solid #dee5ed
}

.classic-table__wrap table tbody td {
    color: #212529;
    font-size: 16px;
    line-height: 26px;
    padding: 12px
}

.classic-table__wrap table tbody td:first-child {
    font-weight: 600;
    letter-spacing: .1px;
    white-space: nowrap
}

.classic-table__wrap table tbody td.is-wrap {
    white-space: normal
}

.classic-table__wrap table tbody td.is-nowrap {
    white-space: nowrap
}

.classic-table__wrap table tbody td.is-align-top {
    vertical-align: top
}

.classic-table__wrap table tbody td .is-bold,.classic-table__wrap table tbody td.is-bold {
    font-weight: 600;
    letter-spacing: .1px
}

.classic-table__wrap table tbody td .is-block {
    display: block
}

.classic-table__wrap table tbody td .is-font-small {
    font-size: 14px;
    letter-spacing: .2px;
    line-height: 16px
}

.classic-table__wrap table tbody td a {
    color: #28a745;
    font-size: inherit;
    text-decoration: underline;
    transition: color .2s ease-in-out
}

.classic-table__wrap table tbody td a.is-bold {
    font-weight: 500
}

.classic-table__wrap table tbody td.classic-table__pros-const-list {
    min-width: 200px;
    vertical-align: top
}

.classic-table__wrap table tbody td.classic-table__pros-const-list ul {
    margin-bottom: 0
}

.classic-table__wrap table tbody td.classic-table__pros-const-list li {
    font-size: 14px;
    letter-spacing: .2px;
    line-height: 20px;
    padding-left: 20px
}

.classic-table__wrap table tbody td.classic-table__pros-const-list li:not(:last-child) {
    margin-bottom: 10px
}

.classic-table__wrap table tbody td.classic-table__pros-const-list li:before {
    left: 0;
    top: 4px
}

.classic-table__wrap table tbody td.classic-table__pros-const-list.is-pros li:before {
    background-image: url(/build/images/list-icon-green.25182d9f.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.classic-table__wrap table tbody td.classic-table__pros-const-list.is-cons li:before {
    background-image: url(/build/images/list-icon-red.c2b55cad.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.classic-table__wrap.is-sticky-column tbody td:first-child,.classic-table__wrap.is-sticky-column thead th:first-child {
    background: #fff;
    left: 0;
    position: sticky;
    z-index: 2
}

@media (hover: hover) {
    .classic-table__wrap table tbody td a:hover {
        color:#1c995e;
        text-decoration: none
    }
}

@media (min-width: 1025px) {
    .classic-table__wrap.is-mt16 {
        margin-top:24px
    }

    .classic-table__wrap.is-mb16 {
        margin-bottom: 24px
    }

    .content-text+.classic-table__wrap {
        margin-top: 24px
    }

    .classic-table__wrap table tbody td,.classic-table__wrap table tbody th,.classic-table__wrap table thead th {
        font-size: 18px;
        line-height: 28px
    }

    .classic-table__wrap table tbody tr>:first-child,.classic-table__wrap table thead tr th:first-child {
        padding-left: 16px
    }

    .classic-table__wrap table tbody tr>:last-child,.classic-table__wrap table thead tr th:last-child {
        padding-right: 16px
    }
}

.pros-cons {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.content-text+.pros-cons,.section-title+.pros-cons {
    margin-top: 16px
}

.pros-cons__column {
    border-radius: 16px;
    box-shadow: 0 4px 16px 0 rgba(33,37,41,.08);
    display: flex;
    flex-direction: column
}

.pros-cons__column.is-pros .pros-cons__column-title {
    background-color: #28a745
}

.pros-cons__column.is-cons .pros-cons__column-title {
    background-color: #dc3545
}

.pros-cons__column-title {
    align-items: center;
    border-radius: 16px 16px 0 0;
    color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding: 8px 16px
}

.pros-cons__column-list {
    background: #fff;
    border-radius: 0 0 16px 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 12px;
    padding: 12px 12px 12px 20px
}

.pros-cons__column-list li {
    line-height: 26px;
    padding-left: 20px;
    position: relative
}

[dir=rtl] .pros-cons__column-list li {
    padding-left: 0;
    padding-right: 20px
}

.pros-cons__column-list li:before {
    background-image: url(/img/build/list-icon.ed9c8294.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 12px
}

[dir=rtl] .pros-cons__column-list li:before {
    left: auto;
    right: 0
}

.pros-cons__column-list li a {
    color: #28a745;
    font-size: inherit;
    font-weight: 700;
    transition: color .2s ease-in-out
}

@media (hover: hover) {
    .pros-cons__column-list li a:hover {
        color:#1c995e
    }
}

@media (min-width: 1025px) {
    .content-text+.pros-cons,.section-title+.pros-cons {
        margin-top:24px
    }

    .pros-cons__column-title {
        font-size: 20px;
        line-height: 28px
    }

    .pros-cons__column-list {
        gap: 16px
    }

    .pros-cons__column-list li {
        font-size: 18px;
        line-height: 28px;
        padding-left: 26px
    }

    .pros-cons__column-list li:before {
        height: 14px;
        width: 14px
    }
}

.reviewed-casino-list {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.content-text+.reviewed-casino-list {
    margin-top: 32px
}

.reviewed-casino-list .info-casino-card {
    margin-top: 16px
}

.reviewed-casino-list .reviewed-casino-list__item .content-text img {
    border-radius: 16px
}

.reviewed-casino-list .reviewed-casino-list__item .content-text img+p,.reviewed-casino-list .reviewed-casino-list__item .content-text img+ul {
    margin-top: 12px
}

@media (min-width: 650px) {
    .reviewed-casino-list .info-casino-card__inner {
        grid-template-columns:142px 1fr
    }

    .reviewed-casino-list .info-casino-card__body {
        align-items: start;
        border: 1px solid #adb5bd;
        border-left: none;
        border-radius: 0 16px 16px 0;
        flex-direction: row;
        gap: 16px;
        padding: 12px
    }

    [dir=rtl] .reviewed-casino-list .info-casino-card__body {
        border-left: 1px solid #adb5bd;
        border-radius: 16px 0 0 16px;
        border-right: none
    }

    .reviewed-casino-list .info-casino-card__logo {
        border-radius: 16px 0 0 16px;
        height: auto
    }

    .reviewed-casino-list .info-casino-card__logo img {
        max-height: 50px
    }

    [dir=rtl] .reviewed-casino-list .info-casino-card__logo {
        border-radius: 0 16px 16px 0
    }

    .reviewed-casino-list .info-casino-card__bonus {
        flex-grow: 1
    }

    .reviewed-casino-list .info-casino-card__btns {
        flex-direction: column;
        min-width: 166px
    }
}

@media (min-width: 1025px) {
    .reviewed-casino-list {
        gap:48px
    }

    .content-text+.reviewed-casino-list {
        margin-top: 48px
    }

    .reviewed-casino-list .reviewed-casino-list__item .content-text img+p,.reviewed-casino-list .reviewed-casino-list__item .content-text img+ul {
        margin-top: 16px
    }
}

.info-casino-card {
    display: flex;
    flex-direction: column
}

.info-casino-card-list {
    display: grid;
    gap: 12px;
    grid-template-columns: 100%;
    margin-top: 24px
}

.top-casino-card-list+.info-casino-card-list {
    margin-top: 12px
}

.info-casino-card-list.is-mt0 {
    margin-top: 0
}

.info-casino-card-list.is-top10 .info-casino-card:nth-child(n+11),.info-casino-card-list.is-top7 .info-casino-card:nth-child(n+8) {
    display: none
}

.info-casino-card__inner {
    border-radius: 16px;
    display: grid;
    flex-grow: 1;
    grid-template-columns: 100%
}

.info-casino-card__logo {
    align-items: center;
    background-color: #212529;
    border-radius: 16px 16px 0 0;
    display: flex;
    height: 76px;
    justify-content: center;
    padding: 10px
}

.info-casino-card__logo img {
    max-height: 100%;
    max-width: 110px
}

.info-casino-card__body {
    background: #fff;
    border: 1px solid #adb5bd;
    border-radius: 0 0 16px 16px;
    border-top: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px
}

.info-casino-card__cells {
    display: grid;
    flex-grow: 1;
    gap: 8px;
    grid-template-columns: 100%
}

.info-casino-card__cell {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0 8px;
    overflow: hidden
}

.info-casino-card__cell-head {
    align-items: center;
    display: flex;
    gap: 8px
}

.info-casino-card__cell svg {
    fill: #343a40;
    flex-shrink: 0;
    height: 12px;
    width: 12px
}

.info-casino-card__cell-title {
    font-size: 14px;
    letter-spacing: .2px;
    line-height: 20px
}

.info-casino-card__cell-title.is-bold {
    font-weight: 700
}

.info-casino-card__cell-value {
    color: #212529;
    font-weight: 700;
    line-height: 26px
}

.info-casino-card__btns {
    align-items: center;
    display: flex;
    gap: 12px
}

.info-casino-card__btns .btn--green {
    flex-grow: 1;
    text-align: center
}

.info-casino-card__btns .btn.btn--link-green {
    text-decoration: none
}

.info-casino-card__bonus {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.info-casino-card__bonus-title {
    font-size: 14px;
    letter-spacing: .2px;
    line-height: 20px
}

.info-casino-card__bonus-value {
    color: #212529;
    font-weight: 700;
    line-height: 26px
}

@media (hover: hover) {
    .info-casino-card__inner:hover {
        box-shadow:0 12px 24px 0 rgba(33,37,41,.14)
    }

    .info-casino-card__inner:hover .info-casino-card__body {
        border-color: #fff
    }
}

@media (min-width: 500px) and (max-width:799px) {
    .info-casino-card-list {
        grid-template-columns:repeat(2,1fr)
    }

    .info-casino-card__btns {
        flex-direction: column
    }

    .info-casino-card__btns .btn--green {
        width: 100%
    }
}

@media (min-width: 800px) and (max-width:1024px) {
    .info-casino-card-list {
        grid-template-columns:repeat(3,1fr)
    }

    .info-casino-card__btns {
        flex-direction: column
    }

    .info-casino-card__btns .btn--green {
        width: 100%
    }
}

@media (min-width: 1025px) {
    .info-casino-card-list {
        gap:16px
    }

    .top-casino-card-list+.info-casino-card-list {
        margin-top: 24px
    }

    .info-casino-card__inner {
        grid-template-columns: 204px 1fr
    }

    .info-casino-card__body {
        align-items: center;
        border: 1px solid #adb5bd;
        border-left: none;
        border-radius: 0 16px 16px 0;
        flex-direction: row;
        gap: 24px;
        padding: 15px 24px
    }

    [dir=rtl] .info-casino-card__body {
        border-left: 1px solid #adb5bd;
        border-radius: 16px 0 0 16px;
        border-right: none
    }

    .info-casino-card__logo {
        border-radius: 16px 0 0 16px;
        height: auto
    }

    .info-casino-card__logo img {
        max-height: 50px
    }

    [dir=rtl] .info-casino-card__logo {
        border-radius: 0 16px 16px 0
    }

    .info-casino-card__cells {
        flex-grow: 1;
        gap: 24px;
        grid-template-columns: minmax(max-content,1fr) 1fr minmax(max-content,1fr)
    }

    .info-casino-card__cell-title {
        font-size: 16px;
        line-height: 20px;
        white-space: nowrap
    }

    .info-casino-card__cell-value {
        font-size: 18px;
        line-height: 28px
    }

    .info-casino-card__btns {
        gap: 12px 24px
    }

    .info-casino-card__btns .btn--green {
        min-width: 180px
    }

    .info-casino-card__bonus-title {
        font-size: 16px
    }

    .info-casino-card__bonus-value {
        font-size: 18px;
        line-height: 28px
    }
}

@media (min-width: 1025px) and (max-width:1500px) {
    .info-casino-card__cells {
        grid-template-columns:minmax(min-content,1fr) 1fr minmax(max-content,1fr)
    }

    .info-casino-card__cell {
        align-items: start;
        flex-direction: column
    }

    .info-casino-card__cell-value {
        padding-left: 20px
    }

    .info-casino-card__btns {
        flex-direction: column
    }
}

.info-casino-popup {
    background: #fff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 584px;
    min-height: 442px;
    padding: 4px;
    width: 100%
}

.info-casino-popup-overlay {
    -webkit-overflow-scrolling: touch;
    align-items: center;
    background: rgba(33,37,41,.6);
    display: none;
    height: 100vh;
    height: calc(var(--vh, 1vh)*100);
    justify-content: center;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 16px;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 10002
}

.info-casino-popup-overlay.is-show {
    display: flex
}

.info-casino-popup__head {
    align-items: center;
    background-color: #212529;
    border-radius: 12px;
    box-shadow: 0 12px 24px 0 rgba(33,37,41,.14);
    display: flex;
    gap: 12px;
    height: 64px;
    padding: 8px;
    position: relative
}

.info-casino-popup__body {
    flex: 1;
    padding: 0 8px
}

.info-casino-popup__body .game-tabs {
    gap: 16px
}

.info-casino-popup__body .game-tabs__screen {
    flex-direction: column;
    gap: 16px
}

.info-casino-popup__body .game-tabs__screen.is-active {
    display: flex
}

.info-casino-popup__footer {
    padding: 0 8px 8px
}

.info-casino-popup__footer .btn--green {
    padding: 10px;
    text-align: center
}

.info-casino-popup__logo {
    flex-shrink: 0;
    max-width: 95px
}

.info-casino-popup__logo img {
    max-height: 50px
}

.info-casino-popup__review {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.info-casino-popup__review-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px
}

.info-casino-popup__review .btn.btn--link-green {
    line-height: 20px;
    text-decoration: none
}

.info-casino-popup__close {
    align-items: center;
    background-color: transparent;
    display: flex;
    height: 24px;
    justify-content: center;
    position: absolute;
    right: 8px;
    top: 8px;
    transition: background-color .3s;
    width: 24px
}

[dir=rtl] .info-casino-popup__close {
    left: 8px;
    right: auto
}

.info-casino-popup__close svg {
    fill: #fff
}

.info-casino-popup__features {
    display: grid;
    gap: 8px;
    grid-template-columns: 100%
}

.info-casino-popup__feature {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0 8px
}

.info-casino-popup__feature svg {
    fill: #343a40;
    flex-shrink: 0;
    height: 12px;
    width: 12px
}

.info-casino-popup__feature-title {
    font-size: 14px;
    letter-spacing: .2px;
    line-height: 20px
}

.info-casino-popup__feature-value {
    color: #212529;
    font-weight: 700;
    line-height: 26px
}

.info-casino-popup__image-list {
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(5,1fr)
}

.info-casino-popup__image-list li {
    align-items: center;
    background: #f1f2f3;
    border-radius: 6px;
    display: flex;
    height: 36px;
    justify-content: center;
    padding: 8px
}

.info-casino-popup__image-list li img {
    max-height: 100%
}

.info-casino-popup__bonus {
    background: #f8f9fa;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px
}

.info-casino-popup__bonus-value {
    color: #212529;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px
}

.info-casino-popup__bonus-tc {
    color: #212529;
    font-size: 12px;
    letter-spacing: .1px;
    line-height: 16px
}

@media (hover: hover) {
    .info-casino-popup__close:hover {
        background-color:#3b4855
    }
}

@media (min-width: 800px) {
    .info-casino-popup__image-list {
        gap:8px;
        grid-template-columns: repeat(10,1fr)
    }
}

@media (min-width: 1025px) {
    .info-casino-popup {
        max-width:644px;
        min-height: 376px;
        padding: 8px
    }

    .info-casino-popup__head {
        height: 80px
    }

    .info-casino-popup__body .game-tabs,.info-casino-popup__body .game-tabs__screen {
        gap: 24px
    }

    .info-casino-popup__body .game-tabs__screen:nth-child(3) {
        gap: 16px
    }

    .info-casino-popup__logo {
        max-width: 110px
    }

    .info-casino-popup__review {
        gap: 8px
    }

    .info-casino-popup__review-title {
        font-size: 20px;
        line-height: 28px
    }

    .info-casino-popup__features {
        gap: 16px;
        grid-template-columns: repeat(2,1fr)
    }

    .info-casino-popup__feature-title {
        font-size: 16px;
        line-height: 20px
    }

    .info-casino-popup__feature-value {
        font-size: 18px;
        line-height: 28px
    }

    .info-casino-popup__bonus {
        gap: 12px
    }

    .info-casino-popup__bonus-title {
        font-size: 20px;
        line-height: 28px
    }

    .info-casino-popup__image-list li {
        height: 40px
    }
}

@media (max-height: 500px) and (orientation:landscape) {
    .info-casino-popup {
        max-height:calc(100% - 32px);
        min-height: calc(100% - 32px)
    }

    .info-casino-popup .game-tabs__btns-wrap {
        overflow-y: visible
    }

    .info-casino-popup__body {
        overflow-y: auto
    }
}

.game-tabs {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.game-tabs.is-mt32 {
    margin-top: 32px
}

.game-tabs.is-mt24 {
    margin-top: 24px
}

.game-tabs .section-title-show-all {
    margin-top: 0
}

.game-tabs__btns {
    align-items: center;
    display: flex;
    min-width: 100%;
    position: relative;
    width: max-content
}

.game-tabs__btns-wrap {
    overflow-y: auto;
    scroll-behavior: smooth;
    scrollbar-width: none
}

.game-tabs__btns-wrap::-webkit-scrollbar {
    display: none
}

.game-tabs__btns:before {
    background: #e9ecef;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0
}

.game-tabs__btn {
    background-color: transparent;
    color: #6c757d;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    outline: none;
    padding: 0 12px 16px;
    position: relative;
    transition: color .3s;
    white-space: nowrap
}

.game-tabs__btn:before {
    background: #28a745;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 0
}

.game-tabs__btn.is-active,.game-tabs__btn:hover {
    color: #212529
}

.game-tabs__btn.is-active:before {
    width: 100%
}

.game-tabs__screen {
    display: none
}

.game-tabs__screen.is-active {
    display: block
}

@media (min-width: 1024px) {
    .game-tabs {
        gap:32px
    }

    .game-tabs.is-mt32 {
        margin-top: 60px
    }

    .game-tabs.is-mt24 {
        margin-top: 24px
    }
}

.exit-popup {
    display: flex;
    flex-direction: column;
    max-width: 550px
}

.exit-popup-overlay {
    -webkit-overflow-scrolling: touch;
    align-items: center;
    backdrop-filter: blur(6px);
    background: rgba(33,37,41,.92);
    display: none;
    height: 100vh;
    height: calc(var(--vh, 1vh)*100);
    justify-content: center;
    left: 0;
    overflow: hidden;
    padding: 16px;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 10002
}

.exit-popup-overlay.is-show {
    display: flex
}

.exit-popup__title {
    text-align: center
}

.exit-popup__title img {
    display: inline-block;
    margin-right: 12px
}

[dir=rtl] .exit-popup__title img {
    margin-left: 12px;
    margin-right: 0
}

.exit-popup__title span {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.2px;
    line-height: 32px
}

.exit-popup__head {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center
}

.exit-popup__head-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.2px;
    line-height: 32px
}

.exit-popup__head-description {
    font-size: 16px;
    line-height: 26px
}

.exit-popup__head-description strong {
    color: #28a745;
    font-size: inherit;
    font-weight: 500;
    text-decoration: underline
}

.exit-popup__head-description span {
    font-weight: 600
}

.exit-popup__animation {
    animation: rotation-bg 8s linear infinite;
    left: 50%;
    max-height: 822px;
    max-width: 822px;
    position: absolute;
    top: 24px;
    transform: translate(-50%,-50%);
    width: 100vw;
    z-index: -1
}

.exit-popup__casino {
    background: rgba(0,0,0,.4);
    border: 1px solid #343a40;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    margin-top: 12px;
    padding: 12px;
    position: relative
}

.exit-popup__casino-logo {
    display: flex;
    justify-content: center
}

.exit-popup__casino-logo img {
    max-height: 32px
}

.exit-popup__casino-bonus-bottom,.exit-popup__casino-bonus-top {
    color: #fff;
    font-size: 18px;
    letter-spacing: .1px;
    line-height: 26px;
    text-align: center
}

.exit-popup__casino-bonus-top {
    font-weight: 700;
    margin-top: 12px
}

.exit-popup__features {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3,1fr);
    margin-top: 16px
}

.exit-popup__feature {
    align-items: start;
    display: flex;
    gap: 6px
}

.exit-popup__feature img {
    position: relative;
    top: 5px
}

.exit-popup__feature span {
    color: #fff;
    font-size: 12px;
    letter-spacing: .1px;
    line-height: 20px
}

.exit-popup__btns {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px
}

.exit-popup__btns .btn--green {
    text-align: center;
    width: 100%
}

.exit-popup__btns .btn.btn--link {
    text-decoration: none
}

@keyframes rotation-bg {
    0% {
        transform: translate(-50%,-50%) rotate(0deg)
    }

    to {
        transform: translate(-50%,-50%) rotate(1turn)
    }
}

@media (min-width: 500px) {
    .exit-popup__btns {
        align-items:center;
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-top: 24px
    }

    .exit-popup__btns .btn--green {
        max-width: max-content;
        min-width: 328px
    }
}

@media (min-width: 1025px) {
    .exit-popup__head {
        gap:12px
    }

    .exit-popup__head-title {
        font-size: 30px;
        line-height: 38px
    }

    .exit-popup__head-description {
        font-size: 18px;
        line-height: 28px
    }

    .exit-popup__title span {
        font-size: 30px;
        letter-spacing: -.2px;
        line-height: 38px
    }

    .exit-popup__casino {
        margin-top: 16px;
        padding: 16px
    }

    .exit-popup__casino-logo img {
        max-height: 48px
    }

    .exit-popup__casino-bonus-bottom,.exit-popup__casino-bonus-top {
        font-size: 24px;
        line-height: 36px
    }

    .exit-popup__features {
        gap: 16px
    }

    .exit-popup__feature {
        gap: 12px
    }

    .exit-popup__feature img {
        height: 14px;
        width: 14px
    }

    .exit-popup__feature span {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 28px
    }
}

.state-logo+h1 {
    margin-top: 16px
}

.gambling-type {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 16px 0 rgba(33,37,41,.08);
    padding: 12px
}

.gambling-type,.gambling-type-list {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.content-text+.gambling-type-list {
    margin-top: 16px
}

.gambling-type__title {
    color: #343a40;
    font-size: 18px;
    line-height: 24px
}

.gambling-type__features {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.gambling-type__features li {
    line-height: 26px;
    list-style-type: none;
    padding-left: 20px;
    position: relative
}

[dir=rtl] .gambling-type__features li {
    padding-left: 0;
    padding-right: 20px
}

.gambling-type__features li:before {
    background-image: url(/img/build/list-icon.ed9c8294.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 12px
}

[dir=rtl] .gambling-type__features li:before {
    left: auto;
    right: 0
}

.gambling-type__features li a {
    color: #28a745;
    font-size: inherit;
    font-weight: 500;
    transition: color .2s ease-in-out
}

.timeline-list {
    display: flex;
    flex-direction: column;
    gap: 24px
}

h2+.timeline-list,h3+.timeline-list {
    margin-top: 16px
}

.timeline-list__item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 40px;
    position: relative
}

[dir=rtl] .timeline-list__item {
    padding-left: 0;
    padding-right: 40px
}

.timeline-list__item:before {
    background-color: #28a745;
    background-image: url(/img/build/list-icon.64f63376.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    border-radius: 50%;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 24px
}

[dir=rtl] .timeline-list__item:before {
    left: auto;
    right: 0
}

.timeline-list__item:not(:last-child):after {
    background: #e9ecef;
    border-radius: 4px;
    bottom: -18px;
    content: "";
    left: 10px;
    position: absolute;
    top: 32px;
    width: 4px
}

[dir=rtl] .timeline-list__item:not(:last-child):after {
    left: auto;
    right: 10px
}

.timeline-list__item-year {
    color: #212529;
    font-size: 24px;
    font-weight: 900;
    line-height: 28px
}

.timeline-list__item-text {
    color: #212529;
    line-height: 26px
}

.timeline-list__item-text a {
    color: #28a745;
    font-size: inherit;
    font-weight: 500;
    transition: color .2s ease-in-out
}

.base-land-casinos {
    display: grid;
    gap: 12px;
    grid-template-columns: 100%
}

.page-content+.base-land-casinos {
    margin-top: 16px
}

.base-land-casino {
    border-radius: 16px;
    box-shadow: 0 4px 16px 0 rgba(33,37,41,.08);
    display: flex;
    flex-direction: column
}

.base-land-casino__image {
    aspect-ratio: 5/2;
    position: relative
}

.base-land-casino__image img {
    border-radius: 16px 16px 0 0;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.base-land-casino__info {
    background: #fff;
    border-radius: 0 0 16px 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 12px;
    padding: 12px
}

.base-land-casino__info .btn--green {
    margin-top: auto;
    text-align: center
}

.base-land-casino__head {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.base-land-casino__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px
}

.base-land-casino__address {
    color: #28a745;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 20px;
    transition: color .2s ease-in-out
}

.base-land-casino__cells {
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(min-content,1fr) 1fr
}

.base-land-casino__cell {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 7px 11px
}

.base-land-casino__cell-title {
    align-items: center;
    display: flex;
    gap: 8px
}

.base-land-casino__cell-title span {
    color: #212529;
    font-weight: 600;
    letter-spacing: .1px;
    line-height: 24px
}

.base-land-casino__cell-value {
    line-height: 26px
}

.base-land-casino__tags {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.base-land-casino__tags-title {
    color: #212529;
    font-weight: 600;
    letter-spacing: .1px;
    line-height: 24px
}

.base-land-casino__tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.base-land-casino__tags-list li {
    background: #f8f9fa;
    border-radius: 6px;
    font-size: 14px;
    letter-spacing: .2px;
    line-height: 20px;
    padding: 4px 12px;
    text-transform: capitalize
}

.state-relink-list {
    display: grid;
    gap: 12px 8px;
    grid-template-columns: repeat(2,1fr)
}

.state-relink-list.is-top .state-relink-list__item:nth-child(n+9) {
    display: none
}

h2+.state-relink-list {
    margin-top: 16px
}

.state-relink-list__link {
    align-items: center;
    background: #fff;
    border-bottom: 4px solid #fff;
    border-radius: 12px;
    box-shadow: 0 4px 16px 0 rgba(33,37,41,.08);
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px 12px 8px;
    transition: border-color .3s
}

.state-relink-list__logo {
    height: 36px;
    width: auto
}

.state-relink-list__title {
    color: #28a745;
    font-weight: 700;
    letter-spacing: .25px;
    line-height: 20px
}

@media (hover: hover) {
    .base-land-casino__address:hover,.gambling-type li a:hover,.timeline-list__item-text a:hover {
        color:#1c995e
    }

    .state-relink-list__link:hover {
        border-color: #28a745
    }
}

@media (min-width: 500px) {
    .base-land-casinos {
        grid-template-columns:repeat(auto-fill,minmax(310px,1fr))
    }
}

@media (min-width: 700px) {
    .base-land-casinos {
        gap:24px 12px
    }

    .state-relink-list {
        grid-template-columns: repeat(4,1fr)
    }
}

@media (min-width: 1025px) {
    .gambling-type {
        gap:16px;
        padding: 16px
    }

    .gambling-type-list {
        gap: 16px
    }

    .content-text+.gambling-type-list {
        margin-top: 24px
    }

    .gambling-type__title {
        font-size: 20px;
        line-height: 28px
    }

    .gambling-type__features {
        gap: 16px
    }

    .gambling-type__features li {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 28px
    }

    .gambling-type__features li:before {
        top: 8px
    }

    .timeline-list {
        gap: 32px
    }

    h2+.timeline-list,h3+.timeline-list {
        margin-top: 24px
    }

    .timeline-list__item {
        gap: 12px;
        padding-left: 48px
    }

    [dir=rtl] .timeline-list__item {
        padding-left: 48px
    }

    .timeline-list__item:before {
        height: 28px;
        width: 28px
    }

    .timeline-list__item:not(:last-child):after {
        bottom: -22px;
        top: 40px
    }

    .timeline-list__item-year {
        font-size: 28px;
        line-height: 32px
    }

    .timeline-list__item-text {
        font-size: 18px;
        line-height: 28px
    }

    .base-land-casinos {
        gap: 24px 16px;
        grid-template-columns: repeat(3,1fr)
    }

    .page-content+.base-land-casinos {
        margin-top: 24px
    }

    .state-relink-list {
        gap: 16px;
        grid-template-columns: repeat(5,1fr)
    }

    .state-relink-list.is-top .state-relink-list__item:nth-child(-n+10) {
        display: block
    }

    .state-relink-list.is-top .state-relink-list__item:nth-child(n+11) {
        display: none
    }

    h2+.state-relink-list {
        margin-top: 24px
    }
}

@media (min-width: 1536px) {
    .state-relink-list {
        grid-template-columns:repeat(6,1fr)
    }

    .state-relink-list.is-top .state-relink-list__item:nth-child(-n+12) {
        display: block
    }

    .state-relink-list.is-top .state-relink-list__item:nth-child(n+13) {
        display: none
    }
}
