@charset "UTF-8";
:root {
    --color-header: #F1F1F1;
    --color-header-navigation-link: #fff;
    --color-header-navigation-link-hover: #0C0C1A;
    --color-first-button: #0C0C1A;
    --color-first-button-bg: #0BF;
    --color-second-button: #FFF;
    --color-second-button-bg: #0C0C1A;
    --color-body: #F1F1F1;
    --color-text: #38383C;
    --color-title: #0C0C1A;
    --color-link: #0C0C1A;
    --color-accent: #0BF;
    --color-body-thumb: #6A55E1;
    --color-body-track: #0C0C1A;
    --color-footer: #0C0C1A;
    --color-footer-navigation-link: #E3E3E3;
    --color-footer-navigation-link-hover: #0bf;
    --color-footer-text: #F1F1F1;
    --color-content-button-bg: #0bf;
    --color-content-button: #0C0C1A;
    --content-button-gradient: #0C0C1A;
    --color-scroll-to-top: #FFE100;
    --color-arrow-scroll-to-top: #0C0C1A;
    --color-table-bg: #F8F8F9;
    --color-table-border: #EBEBEB;
    --color-table-th-bg: #F1F1F1;
    --color-table-th-color: var(--color-title);
    --color-table-td-color: #38383C;
    --color-blocks-text-image: #1E1450;
    --color-faq-item: #F1F1F1;
    --color-faq-item-open: #0C0C1A;
    --color-faq-item-title: #0C0C1A;
    --color-faq-item-title-open: #E3E3E3;
    --color-toc-bg: #0C0C1A;
    --color-toc-title: #0C0C1A;
    --color-toc-item: #0C0C1A;
    --color-toc-item-hover: #F1F1F1;
    --color-field: #000;
    --color-field-bg: #fff;
    --color-purple: #6A55E1;
    --green: #00719a;
    --color-yellow: #0C0C1A;
    --color-lilac: #F1F1F1;
    --color-white: #fff;
    --star-color: #fec630;
    --star-bg: #717171;
    --link-color-hover: #6A55E1;
    --accent-base: #6A55E1;
}


@font-face {
    font-family: 'Lato';
    font-display: swap;
    src: url('../fonts/Lato-Thin.woff2') format('woff2'),
    url('../fonts/Lato-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    font-display: swap;
    src: url('../fonts/Lato-ThinItalic.woff2') format('woff2'),
    url('../fonts/Lato-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    font-display: swap;
    src: url('../fonts/Lato-Light.woff2') format('woff2'),
    url('../fonts/Lato-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    font-display: swap;
    src: url('../fonts/Lato-LightItalic.woff2') format('woff2'),
    url('../fonts/Lato-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    font-display: swap;
    src: url('../fonts/Lato-Regular.woff2') format('woff2'),
    url('../fonts/Lato-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    font-display: swap;
    src: url('../fonts/Lato-Italic.woff2') format('woff2'),
    url('../fonts/Lato-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    font-display: swap;
    src: url('../fonts/Lato-Bold.woff2') format('woff2'),
    url('../fonts/Lato-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    font-display: swap;
    src: url('../fonts/Lato-BoldItalic.woff2') format('woff2'),
    url('../fonts/Lato-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    font-display: swap;
    src: url('../fonts/Lato-Black.woff2') format('woff2'),
    url('../fonts/Lato-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    font-display: swap;
    src: url('../fonts/Lato-BlackItalic.woff2') format('woff2'),
    url('../fonts/Lato-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}


* {
    padding: 0;
    margin: 0;
    border: 0
}

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

:root {
    --ff-primary: "Lato", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --ff-secondary: "Lato", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

:active, :focus {
    outline: 0
}

a:active, a:focus {
    outline: 0
}

aside, footer, header, nav {
    display: block
}

:where(.wp-block-columns) {
    margin-bottom: 0;
}

body, html {
    min-height: 100%;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body::-webkit-scrollbar {
    width: 10px
}

body::-webkit-scrollbar-track {
    background: var(--color-body-track)
}

body::-webkit-scrollbar-thumb {
    background: var(--color-body-thumb);
    border-radius: 10px
}

.scroll-top {
    position: fixed;
    bottom: 100px;
    right: 15px;
    z-index: 55;
    opacity: 10
}

.scroll-top__button {
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 8px;

    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #6A55E1;
    color: #ffffff;
    text-shadow: 1px 1px 2px #000;
    font-size: 20px
}

.scroll-top__button svg {
    fill: var(--color-arrow-scroll-to-top)
}

button, input, textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a, a:visited {
    text-decoration: none
}

a {
    color: var(--color-link)
}

p a {
    color: var(--accent-base, #0BF);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

@media (hover: hover) {
    .btn:hover {
        transform: scale(.96);
    }

    a:hover {
        text-decoration: none;
        opacity: .8;
    }
}

ul li {
    list-style: none
}

img {
    vertical-align: top;
    height: auto
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: 400;
    margin: 0 0 1rem 0;
    color: var(--color-title);
    font-family: var(--ff-secondary);
    font-size: 1.875rem;
    font-style: normal;
    line-height: 2.25rem;
    text-transform: uppercase
}

h1 {
    font-size: 2.25rem;
    line-height: 2.75rem
}

* + .wp-block-heading:not(h1) {
    margin-top: 28px;
}



.align-left {
    text-align: left
}

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

.ad-section-v2 img {
    max-width: 4.25rem;
    max-height: 4.25rem;
    width: 100%;
    object-fit: contain
}

.item {
    padding: 16px;

    border-radius: 8px;
    background: var(--card-bg, #F8F8F9);
    box-shadow: 0 6px 12px 0 rgba(11, 0, 5, 0.08);
}

@media (max-width: 768px) {
    .ad-section-v2 {
        display: flex;
        gap: .3125rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}

.ad-section-v2 {
    margin-top: .625rem;
    position: sticky;
    bottom: 0;
    padding: .25rem .75rem 0 .25rem;
    background: #fff;
    display: none;
    justify-content: space-between;
    align-items: center;
    gap: .125rem
}

.page-404__title {
    color: var(--color-text);
    font-size: 100px;
    text-align: center;
    margin: 50px 0 19px 0;
    line-height: 75px;
}

.page-404__subtitle {
    color: var(--color-text);
    font-size: 35px;
    text-align: center;
    margin: 0 0 20px 0
}

.page-404__link {
    margin: auto
}

.page:not(.home) .page-main {
    margin-top: 52px;
}

.prefix-breadcrumbs {
    margin-top: 100px;
    width: 100%;
    z-index: 20;
    position: absolute;
}


.prefix-breadcrumbs-item {
    display: flex;
    align-items: center;
    gap: 4px
}

.prefix-breadcrumbs__list {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: .5rem 0;
    color: var(--color-white);
}

.prefix-breadcrumbs-item {
    text-align: left;
    color: var(--color-text)
}

.prefix-breadcrumbs-item-second {
    text-align: left;
    color: #9184EF;

}

.prefix-breadcrumbs__link--first {
    color: var(--color-white);
    display: flex;
    align-items: center;
    gap: 9px;
}

body:not(:has(.prefix-wrapper.prefix-wrapper-style)) .prefix-breadcrumbs {
    margin-top: 65px;
}

body:not(:has(.prefix-wrapper.prefix-wrapper-style))
.prefix-breadcrumbs__link--first,
body:not(:has(.prefix-wrapper.prefix-wrapper-style))
.prefix-breadcrumbs__item {
    color: #000000;
}

body:not(:has(.prefix-wrapper.prefix-wrapper-style))
.prefix-breadcrumbs__item.prefix-breadcrumbs-item-second {
    color: var(--accent-base, #0BF);
}

.prefix-breadcrumbs__item {
    display: flex;
    gap: 10px;
}

.prefix-text-image__text .wp-block-table {
    margin-top: 0;
}

.wp-block-table table thead tr:first-child td:first-child, .wp-block-table table tbody tr:first-child th:first-child {
    min-width: 10rem;
    border-radius: 8px 0 0 0
}

.wp-block-table table thead td, .wp-block-table table th {
    color: var(--color-title);
    text-align: center;
    font-weight: 700;
    background: var(--color-purple);
}

[class*=" icon-font__"]:before, [class^=icon-font__]:before {
    font-family: icons;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-font__deposit:before {
    content: "\e901";
    color: #fff
}

.icon-font__casino:before {
    content: "\e902";
    color: #fff
}

.icon-font__bonus:before {
    content: "\e903";
    color: #fff
}

.icon-font__reg:before {
    content: "\e904";
    color: #fff
}

.icon-font__app:before {
    content: "\e905";
    color: #fff
}

.align-items-center {
    align-items: center
}

.align-items-top {
    align-items: start
}

.align-items-bottom {
    align-items: end
}

.prefix-text-image-first-child {
    order: 2
}

.prefix-text-image-last-child {
    order: 1
}

.prefix-wrapper:not(:first-child), .prefix-wrapper.prefix-wrapper-style {
    margin-top: 48px;
}

.prefix-wrapper.prefix-wrapper-style {
    color: #F1F1F1;
    background-color: #0c0c1a;
    padding-top: 2.50rem;
    padding-bottom: 2.50rem;
}

.prefix-wrapper.prefix-wrapper-style .wp-block-heading {
    color: #F1F1F1;
}

.page:not(.home) .prefix-wrapper.prefix-wrapper-style {
    padding-top: 96px;
    margin-top: -49px;
}

@media (max-width: 1000px) {
    .page:not(.home) .prefix-wrapper.prefix-wrapper-style {
        padding-top: 68px;
        margin-top: -52px;
    }


}

.prefix-auto-toc ul {
    display: none
}

.prefix-auto-toc.active ul {
    display: flex
}

.prefix-auto-toc > ul > li {
    position: relative;
    padding: .5rem .75rem;
    border-radius: .5rem;
    border: 1px solid var(--color-toc-item-hover, #F1F1F1);
    overflow: hidden;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background-color: var(--color-toc-item);
    width: fit-content;
    margin-bottom: 10px
}

.prefix-auto-toc > ul > li > a {
    color: var(--color-text, #e3e3e3);
}

.prefix-auto-toc > ul > li::after {
    position: absolute;
    content: "";
    top: 0;
    left: -300%;
    height: 100%;
    width: 5rem;
    background: rgba(190, 173, 228, .4);
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg)
}

.prefix-auto-toc > ul > li::before {
    content: none
}

.prefix-auto-toc > ul > li:hover {
    -webkit-box-shadow: 0 0 8px 1px var(--color-lilac, #0C0C1A);
    box-shadow: 0 0 8px 1px var(--color-lilac, #0C0C1A)
}

.prefix-auto-toc > ul > li:hover::after {
    -webkit-animation: identifier .35s linear;
    animation: identifier .35s linear
}

.prefix-info__item--betaalmethoden .prefix-info__item-borg:last-child::after {
    content: none
}

@media (max-width: 576px) {
    .prefix-wrapper {
        margin-top: 48px;
        margin-bottom: 48px;
    }
}

.prefix-wrapper.prefix-wrapper-style {
    margin-top: 24px;
    margin: 0 40px;
    border-radius: 8px;

}

@media (max-width: 1590px) {
    .prefix-wrapper.prefix-wrapper-style {
        margin: 0 12px;
    }
}


.prefix-wrapper:last-child {
    border-bottom: none;
}

.prefix-wrapper--without-border {
    border-bottom: none;
    padding-bottom: 0
}

.prefix-wrapper ol:not([class]), ol.wp-block-list {
    margin-bottom: 1rem;
    margin-top: 1rem;
    color: var(--color-text, #e3e3e3);
    counter-reset: MyCounter;
    list-style: none
}

.prefix-wrapper ol:not([class]) li, ol.wp-block-list li {
    position: relative;
    counter-increment: MyCounter;
    padding-bottom: 1rem;
    padding-left: 2.125rem
}

.prefix-wrapper ol:not([class]) li:last-child, ol.wp-block-list li:last-child {
    padding-bottom: 0
}

.prefix-wrapper ol:not([class]) li::before, ol.wp-block-list li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: counter(MyCounter);
    width: 1.5rem;
    height: 1.5rem;
    color: var(--color-yellow, #0C0C1A);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: .625rem;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
}

.prefix-wrapper ol:not([class]) li::after, ol.wp-block-list li::after {
    position: absolute;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="20" viewBox="0 0 22 20" fill="none"><rect x="0.5" y="0.5" width="19" height="19" rx="9.5" stroke="%236A55E1"/><rect x="2" width="20" height="20" rx="10" fill="%236A55E1"/></svg>');
    top: 2px;
    left: 0;
    width: 22px;
    height: 20px;
    z-index: -1;
}

.prefix-wrapper * + ul:not([class]), * + ul.wp-block-list {
    margin-top: 1rem;
}

.prefix-wrapper ul:not([class]), ul.wp-block-list {
    color: var(--color-text, #e3e3e3);
    counter-reset: Counter;
    display: flex;
    flex-direction: column
}

.prefix-wrapper ul:not([class]) li, ul.wp-block-list li {
    position: relative;
    counter-increment: Counter;
    padding-bottom: 1rem;
    padding-left: 26px
}

.prefix-wrapper ul:not([class]) li:last-child, ul.wp-block-list li:last-child {
    padding-bottom: 0
}

.prefix-wrapper ul:not([class]) li::before, ul.wp-block-list li::before {
    position: absolute;
    top: 3.7px;
    left: 3.5px;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="15" viewBox="0 0 17 15" fill="none"><rect x="0.707107" y="7.23389" width="9.23007" height="9.23007" rx="1.5" transform="rotate(-45 0.707107 7.23389)" stroke="%236A55E1"/><rect x="2.4668" y="7.23926" width="10.2301" height="10.2301" rx="2" transform="rotate(-45 2.4668 7.23926)" fill="%236A55E1"/></svg>');

    margin-right: .625rem
}

.prefix-container {
    margin-left: auto;
    margin-right: auto;
}

.prefix-container > *, .prefix-header > * {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1490px) {
    .prefix-container, .prefix-header__content, .prefix-breadcrumbs__list {
        padding-left: 16px;
        padding-right: 16px;
    }

}

.btn {
    position: relative;
    display: block;
    max-width: 11.875rem;
    padding: .6875rem 1.25rem;
    gap: .625rem;
    border-radius: .5rem;
    color: #1e1e28;
    font-family: var(--ff-primary);
    font-size: .875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    text-align: center;
    cursor: pointer
}

.btn:hover {
    transform: scale(.96)
}

.btn--primary {
    background: var(--color-content-button-bg);
    color: var(--color-content-button)
}

.btn--secondary {
    border-radius: var(--button-radius, 8px);
    background: var(--secondary-button-bg, #0C0C1A);
    color: var(--secondary-button-color, #FFF);

}

.btn--white {
    background: #fff
}

.btn--full-width {
    display: block;
    width: 100%;
    max-width: unset;
    padding: 1.1rem 2rem;
}

.prefix-hero__welcome-bonus-btn {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
}

.btn--with-svg {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .25rem
}

.btn--with-svg svg {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem
}

* + .prefix-mp-hero {
    margin-top: 20px;
}

.prefix-mp-hero__info {
    margin: 1.5rem 0
}

* + .prefix-text-image {
    margin-top: 16px;
}

.prefix-text-image {
    display: -ms-grid;
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 1.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.prefix-text-image > p {
    font-family: var(--ff-primary);
    font-weight: 400
}

.prefix-text-image h1.prefix-text-image__title {
    color: var(--color-title);
    font-family: var(--ff-secondary);
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.75rem;
    text-transform: uppercase
}

.prefix-text-image.prefix-container {
    margin-top: 2.75rem;
    background-color: var(--color-blocks-text-image)
}

.prefix-text-image--wrapp {
    border-radius: 8px
}

.prefix-text-image--wrapp .prefix-text-image__text {
    padding: 16px
}

@media (max-width: 576px) {
    .prefix-text-image h1.prefix-text-image__title {
        font-size: 1.75rem;
        line-height: 2.25rem
    }

    .prefix-mp-hero__info {
        margin: 1.5rem 0
    }
}

.prefix-text-image__title {
    grid-column: 1/-1;
    color: var(--color-white);
    font-family: var(--ff-secondary);
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.25rem;
    text-transform: uppercase
}

@media (max-width: 576px) {
    .prefix-text-image__title {
        font-size: 1.5rem;
        line-height: 1.75rem
    }
}

@media (max-width: 1000px) {
    .prefix-text-image__text {
        max-width: 100%;
        grid-column: 1/-1;
    }

    .prefix-text-image:not(.prefix-text-image--wrapp) .prefix-text-image__text {
        display: contents;
    }

    .prefix-text-image {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .prefix-text-image:not(.prefix-text-image--wrapp) h2.wp-block-heading {
        order: -5;
    }

    .prefix-text-image:not(.prefix-text-image--wrapp) > img {
        order: -1;
        margin-bottom: 16px;
    }

    .prefix-mp-hero__info {
        order: 1
    }

    .prefix-wrapper.prefix-wrapper-style {
        margin: 0;
        border-radius: 0;
    }

    .prefix-wrapper.prefix-wrapper-style:first-child .prefix-text-image:not(.prefix-text-image--wrapp) > img {
        order: 30;
        margin-top: 16px;
        margin-bottom: 0;
    }

    .prefix-wrapper.prefix-wrapper-style:first-child {
        display: flex;
        flex-direction: column;
    }

    .prefix-wrapper.prefix-wrapper-style:first-child .prefix-text-image {
        display: contents;
    }

    .prefix-wrapper.prefix-wrapper-style:first-child .prefix-text-image:not(.prefix-text-image--wrapp) h2.wp-block-heading,
    .prefix-wrapper.prefix-wrapper-style:first-child .prefix-text-image:not(.prefix-text-image--wrapp) h1.wp-block-heading {
        order: unset;
    }

    .prefix-mp-hero {
        width: 100%;
    }

    .prefix-wrapper.prefix-wrapper-style:first-child .prefix-mp-hero, .prefix-wrapper.prefix-wrapper-style:first-child .prefix-promocode {
        width: 100%;
        margin-bottom: 16px;
    }

    .prefix-wrapper.prefix-wrapper-style:first-child .prefix-text-image__text p:not([class]) {
        order: 1;
    }
    .prefix-breadcrumbs {
        margin-top: 80px;
    }

}


.prefix-text-image__text p:not(:last-of-type) {
    margin-bottom: 1.0625rem;
}


.prefix-text-image__text p:last-child {
    margin-bottom: 0
}

.prefix-text-image img {
    object-fit: contain;
    width: 100%;
    border-radius: 8px
}

@media (max-width: 1000px) {
    .prefix-text-image img {
        max-width: 100%;
        width: 100%;
        grid-column: 1/-1;
    }

    .prefix-breadcrumbs__list {
        padding: 0;
    }
}


@media (max-width: 576px) {
    .prefix-promocode {
        padding: 1.25rem
    }
}

.prefix-promocode__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.prefix-promocode__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.prefix-promocode__main-content {
    position: relative;
    gap: .9375rem;
    -ms-flex: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (max-width: 768px) {
    .prefix-promocode__main-content {
        max-width: 100%;
        padding-right: 0
    }

    body:not(:has(.prefix-wrapper.prefix-wrapper-style)) .prefix-breadcrumbs {
        margin-top: 125px;
    }
}

.prefix-promocode__title {
    color: var(--color-title);
    font-family: var(--ff-secondary);
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 16px;
}

.prefix-promocode__description {
    position: relative;
    color: var(--color-title);
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    padding-bottom: 1.25rem
}

.prefix-promocode__description::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, right top, left top, color-stop(-7.11%, rgba(126, 172, 47, 0)), color-stop(50.12%, #7eac2f), color-stop(107.93%, rgba(126, 172, 47, 0)));
    background: linear-gradient(270deg, rgba(126, 172, 47, 0) -7.11%, #7eac2f 50.12%, rgba(126, 172, 47, 0) 107.93%)
}

.prefix-promocode__description span {
    color: #a7dc4c;
    font-weight: 700
}

.prefix-promocode__registration {
    display: flex;
    align-items: flex-start;
    gap: 1.875rem
}

@media (max-width: 768px) {
    .prefix-promocode__registration {
        flex-direction: column
    }

    .prefix-breadcrumbs {
        margin-top: 136px;
    }
}

.prefix-promocode__bonuses-list {
    min-width: 17.3125rem
}

.prefix-promocode__input {
    display: flex;
    flex-direction: column;
    gap: .625rem
}

@media (max-width: 768px) {
    .prefix-promocode__input {
        width: 100%;
        align-self: center
    }
}

.prefix-promocode__input-copy-block {
    width: 100%;
    height: 3.25rem;
    gap: .25rem;
    display: flex;
    justify-content: space-between;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .3);
    padding: .125rem
}

.prefix-promocode__input input {
    max-width: 11.875rem;
    color: #a7dc4c;
    background-color: transparent;
    font-family: Montserrat;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1rem;
    padding: 1rem 1.25rem
}

.prefix-promocode__input .btn {
    padding: 1rem 2rem
}

.prefix-promocode__copy-btn {
    padding: .75rem 1.25rem;
    min-width: 5.25rem;
    min-height: 2.375rem;
    height: 100%;
    border-radius: 3px;
    background: #185a8a;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .25rem;
    color: var(--color-title);
    font-family: "TT Firs Neue";
    font-size: .875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1rem;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.prefix-promocode__copy-btn:hover {
    -webkit-transform: scale(.97);
    -ms-transform: scale(.97);
    transform: scale(.97)
}

.prefix-promocode__copy-btn.copied {
    background-color: #10ec10
}

.prefix-promocode__copy-btn svg {
    width: 1.25rem;
    height: 1.25rem
}

.prefix-promocode__copy-btn svg use {
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.prefix-promocode__copy-btn:hover use {
    scale: 1.02
}

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

@media (max-width: 1380px) {
    .prefix-promocode__main-content {
        flex-direction: column
    }
}

.pp-promocode {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 1.5rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: .625rem;
    gap: 1.375rem;
    overflow: hidden
}

@media (max-width: 768px) {
    .pp-promocode {
        width: 100%;
        flex-direction: column;
        gap: .3125rem
    }
}

.pp-promocode__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.pp-promocode__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.pp-promocode__main-content {
    position: relative;
    gap: .5rem;
    -ms-flex: 1;
    flex: 1;
    max-width: 15.375rem;
    display: flex;
    flex-direction: column
}

@media (max-width: 768px) {
    .pp-promocode__main-content {
        max-width: 100%;
        padding-right: 0
    }
}

@media (max-width: 390px) {
    .pp-promocode__main-content {
        max-width: 95%;
        margin: 0 auto
    }
}

.pp-promocode__title {
    color: var(--color-title);
    font-family: Montserrat;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left
}

@media (max-width: 390px) {
    .pp-promocode__title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: center
    }
}

.pp-promocode__description {
    color: var(--color-title);
    font-family: Montserrat;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem
}

@media (max-width: 576px) {
    .pp-promocode__description {
        font-size: .875rem
    }
}

@media (max-width: 390px) {
    .pp-promocode__description {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        text-align: center
    }
}

.pp-promocode__description span {
    color: #a7dc4c;
    font-weight: 700
}

.pp-promocode__time {
    color: var(--color-title);
    font-family: Montserrat;
    font-size: .875rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5rem
}

@media (max-width: 390px) {
    .pp-promocode__time {
        order: 2;
        text-align: center
    }
}

.pp-promocode > svg {
    position: relative;
    width: 3.125rem;
    height: 2.5rem;
    align-self: center
}

@media (max-width: 390px) {
    .pp-promocode > svg {
        -webkit-transform: translate(-90%, -20%) scaleX(-1) rotate(90deg);
        -ms-transform: translate(-90%, -20%) scaleX(-1) rotate(90deg);
        transform: translate(-90%, -20%) scaleX(-1) rotate(90deg)
    }
}

.pp-promocode__input {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: .625rem;
    max-width: 16.625rem
}

@media (max-width: 768px) {
    .pp-promocode__input {
        max-width: 100%;
        width: 100%
    }
}

.pp-promocode__input-copy-block {
    width: 100%;
    height: 3.25rem;
    gap: .25rem;
    display: flex;
    justify-content: space-between;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .3);
    padding: .125rem
}

.pp-promocode__input input {
    max-width: 10.625rem;
    color: #a7dc4c;
    background-color: transparent;
    font-family: Montserrat;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1rem;
    padding: 1rem .3125rem 1rem 1.25rem
}

.pp-promocode__input .btn {
    padding: 1rem 2rem
}

.pp-promocode__copy-btn {
    padding: .75rem .625rem;
    min-width: 5.375rem;
    min-height: 2.375rem;
    height: 100%;
    border-radius: 3px;
    background: #093056;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .25rem;
    color: var(--color-title);
    font-family: "TT Firs Neue";
    font-size: .875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1rem;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.pp-promocode__copy-btn:hover {
    -webkit-transform: scale(.97);
    -ms-transform: scale(.97);
    transform: scale(.97)
}

.pp-promocode__copy-btn.copied {
    background-color: #10ec10
}

.pp-promocode__copy-btn svg {
    width: 1.25rem;
    height: 1.25rem
}

.pp-promocode__copy-btn svg use {
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.pp-promocode__copy-btn:hover use {
    scale: 1.02
}

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

@media (max-width: 1380px) {
    .pp-promocode__main-content {
        flex-direction: column
    }
}

.mp-promocode {
    position: relative;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1.625rem 1.875rem 1.875rem 1.875rem;
    border-radius: .625rem;
    background: var(--bg-sports, linear-gradient(102deg, rgba(4, 14, 40, .6) 0, rgba(4, 14, 40, .18) 100%), #185a8a);
    gap: .625rem;
    overflow: hidden
}

@media (max-width: 768px) {
    .mp-promocode {
        flex-direction: column;
        align-items: center
    }
}

@media (max-width: 576px) {
    .mp-promocode {
        padding: 1.375rem 1.25rem 1.25rem 1.25rem
    }
}

.mp-promocode__main-content {
    gap: 1.5rem;
    -ms-flex: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (max-width: 768px) {
    .mp-promocode__main-content {
        max-width: 100%;
        padding-right: 0
    }
}

.mp-promocode__title {
    color: var(--color-title);
    font-family: Montserrat;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center
}

.mp-promocode__specs {
    display: flex;
    justify-content: center
}

.mp-promocode__specs-item {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    padding-right: 1.375rem;
    padding-left: 1.375rem;
    border-right: 1px solid rgba(227, 227, 227, .3)
}

.mp-promocode__specs-item:last-child {
    border-right: none;
    padding-right: 0
}

.mp-promocode__specs-item:first-child {
    padding-left: 0
}

@media (max-width: 576px) {
    .mp-promocode__specs-item {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.mp-promocode__specs-value {
    text-align: center;
    color: var(--color-title);
    font-family: Montserrat;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 600;
    line-height: 25.554px;
    letter-spacing: -.17px
}

@media (max-width: 576px) {
    .mp-promocode__specs-value {
        font-size: .875rem
    }
}

.mp-promocode__specs-value--stars::after {
    content: " ★ ★ ★ ★ ★"
}

@media (max-width: 576px) {
    .mp-promocode__specs-value--stars::after {
        content: " ★ ";
        font-size: 1.0625rem
    }
}

.mp-promocode__specs-name {
    color: #dfdfdf;
    text-align: center;
    font-family: Montserrat;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 25.554px;
    letter-spacing: -.14px
}

@media (max-width: 576px) {
    .mp-promocode__specs-name {
        font-size: .75rem
    }
}

.mp-promocode__buttons {
    position: relative;
    display: flex;
    gap: 1.125rem;
    padding-bottom: 1.25rem
}

@media (max-width: 768px) {
    .mp-promocode__buttons {
        flex-direction: column
    }
}

.mp-promocode__buttons::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, right top, left top, color-stop(-7.11%, rgba(126, 172, 47, 0)), color-stop(50.12%, #7eac2f), color-stop(107.93%, rgba(126, 172, 47, 0)));
    background: linear-gradient(270deg, rgba(126, 172, 47, 0) -7.11%, #7eac2f 50.12%, rgba(126, 172, 47, 0) 107.93%)
}

.mp-promocode__buttons .btn {
    padding-top: .875rem;
    padding-bottom: .875rem
}

.mp-promocode__description {
    color: var(--color-title);
    text-align: center;
    font-family: Montserrat;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem
}

@media (max-width: 576px) {
    .mp-promocode__description {
        font-size: .875rem
    }
}

.mp-promocode__description span {
    color: #a7dc4c;
    font-weight: 700
}

.mp-promocode__input {
    display: flex;
    flex-direction: column;
    gap: .625rem
}

.mp-promocode__input-copy-block {
    width: 100%;
    height: 3.25rem;
    gap: .25rem;
    display: flex;
    justify-content: space-between;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .3);
    padding: .125rem
}

.mp-promocode__input input {
    max-width: 11.875rem;
    color: #a7dc4c;
    background-color: transparent;
    font-family: Montserrat;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1rem;
    padding: 1rem 1.25rem
}

.mp-promocode__input .btn {
    padding: 1rem 2rem
}

.mp-promocode__copy-btn {
    padding: .75rem 1.25rem;
    min-width: 5.25rem;
    min-height: 2.375rem;
    height: 100%;
    border-radius: 3px;
    background: #093056;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .25rem;
    color: var(--color-title);
    font-family: "TT Firs Neue";
    font-size: .875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1rem;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.mp-promocode__copy-btn:hover {
    -webkit-transform: scale(.97);
    -ms-transform: scale(.97);
    transform: scale(.97)
}

.mp-promocode__copy-btn.copied {
    background-color: #10ec10
}

.mp-promocode__copy-btn svg {
    width: 1.25rem;
    height: 1.25rem
}

.mp-promocode__copy-btn svg use {
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.mp-promocode__copy-btn:hover use {
    scale: 1.02
}

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

@media (max-width: 1380px) {
    .mp-promocode__main-content {
        flex-direction: column
    }
}

.prefix-popup {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0
}

.prefix-popup__bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3)
}

.prefix-popup__content {
    width: 100%;
    max-width: 72.25rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 2;
    overflow: hidden;
    padding: 1.25rem;
    border-radius: .75rem;
    background: #fff;
    overflow: auto;
    max-height: 100vh
}

.prefix-popup__content .btn {
    margin-top: 20px;
}

.prefix-hero-popup__title, .prefix-bonuses-popup__title {
    width: 85%;
    position: relative;
    display: flex;
    gap: .5rem;
    margin-bottom: .75rem;
    align-items: center;
    color: var(--text-white-bg, #58586c);
    font-family: var(--ff-secondary);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    text-transform: uppercase;
    margin-top: 0
}

.prefix-hero-popup__title svg, .prefix-bonuses-popup__title svg {
    display: inline-block;
    max-width: 2.5rem;
    max-height: 2.5rem;
    cursor: pointer
}

.prefix-hero-popup__title svg:first-child, .prefix-bonuses-popup__title svg:first-child {
    border-radius: 8px;
    background: rgba(255, 255, 255, .05)
}

.prefix-hero-popup__title svg:last-child, .prefix-bonuses-popup__title svg:last-child {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0
}

.prefix-hero-popup__description {
    color: var(--color-title);
    font-family: var(--ff-primary);
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem
}

.prefix-hero-popup__description span {
    color: var(--green, #00719a)
}

.prefix-hero-popup .btn, .prefix-bonuses-popup__container .btn {
    margin-top: 1rem
}

.prefix-hero-popup__text, .prefix-bonuses-popup__text {
    padding-top: .75rem;
    padding-bottom: .75rem;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.prefix-hero-popup__text p, .prefix-bonuses-popup__text p {
    margin-bottom: .625rem;
    color: var(--text-white-bg, #58586c);
}

.prefix-hero-popup__text p:last-child, .prefix-bonuses-popup__text p:last-child {
    margin-bottom: 0
}

.prefix-hero-popup__list, .prefix-bonuses-popup__list {
    counter-reset: MyCounter
}

.prefix-hero-popup__list .prefix-hero-popup__list-item,
.prefix-bonuses-popup__list .prefix-bonuses-popup__list-item {
    position: relative;
    counter-increment: MyCounter;
    color: var(--text-white-bg, #58586c);
    padding-bottom: 1rem;
    padding-left: 2.125rem
}

.prefix-hero-popup__list .prefix-hero-popup__list-item:last-child,
.prefix-bonuses-popup__list .prefix-bonuses-popup__list-item:last-child {
    padding-bottom: 0
}

.prefix-hero-popup__list .prefix-hero-popup__list-item:last-child::after,
.prefix-bonuses-popup__list .prefix-bonuses-popup__list-item:last-child::after {
    display: none
}

.prefix-hero-popup__list .prefix-hero-popup__list-item::before,
.prefix-bonuses-popup__list .prefix-bonuses-popup__list-item::before {
    position: absolute;
    top: 0;
    left: 0;
    content: counter(MyCounter);
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 1px solid var(--color-purple);
    color: var(--color-purple);
    font-weight: 700;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: .625rem
}

.prefix-hero-popup__list .prefix-hero-popup__list-item::after,
.prefix-bonuses-popup__list .prefix-bonuses-popup__list-item::after {
    position: absolute;
    content: "";
    top: 1.5rem;
    left: .75rem;
    width: .0625rem;
    height: calc(100% - 1.5rem);
    background: var(--color-purple)
}

.prefix-hero-popup__list .prefix-hero-popup__list-item span,
.prefix-bonuses-popup__list .prefix-bonuses-popup__list-item span {
    color: var(--text-white-bg, #58586c);
    font-weight: 700
}

.prefix-pros-cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.prefix-popup .js-cross {
    position: absolute;
    top: .625rem;
    right: .625rem;
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer
}

.prefix-popup.open {
    display: block
}

.prefix-mp-hero__bonus-app {
    display: flex;
    gap: 8px;
    flex-direction: column;
    max-width: 352px;
    width: 100%;
}

.prefix-mp-hero__bonus-app .btn {
    min-width: 100%;
    display: flex;
    padding: 12px 48px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: var(--button-radius, 8px);

}

.wp-block-table {
    overflow-x: auto;
    margin-bottom: 1.0625rem;
    margin-top: 1rem;
    border-radius: 8px;
    background: var(--card-bg, #F8F8F9);
    box-shadow: 0 6px 12px 0 rgba(11, 0, 5, 0.08);
    padding: 16px;
}

.wp-block-table table {
    width: 100%;
    border-spacing: 0;
    height: auto;
    border-radius: 10px;
    overflow: auto;
    border-radius: 8px
}

.wp-block-table table a {
    text-decoration-line: underline
}


@media (max-width: 768px) {
    .wp-block-table table {
        width: 48rem
    }

    .prefix-pros-cons {
        grid-template-columns: 1fr;
    }
}

.wp-block-table table {
    background-color: var(--color-table-bg);
    border-collapse: separate !important;
}

.wp-block-table table thead td, .wp-block-table table thead th {
    color: var(--color-table-th-color);
    text-align: center;
    font-weight: 700;
    background: var(--color-table-th-bg)
}

.wp-block-table table td, .wp-block-table table th {
    border: 1px solid var(--color-table-border);
    padding: .75rem;
    text-align: center;
    color: var(--color-table-td-color);
}

.wp-block-table.two-layers-head table thead > tr > th:nth-child(1) {
    border-bottom: none;
    padding-top: 1.5625rem;
    padding-bottom: 0;
    line-height: normal
}

.wp-block-table.two-layers-head table tbody tr:nth-child(1) td {
    background: var(--color-purple)
}

.wp-block-table.two-layers-head table tbody tr:nth-child(1) td:nth-child(1) {
    border-top: none;
    color: transparent
}

.wp-block-table.two-layers-head {
    max-width: 75rem;
    margin: 1.75rem auto
}

@media (max-width: 576px) {
    .wp-block-table.two-layers-head {
    }
}

@media (max-width: 1380px) {
    .wp-block-table.two-layers-head {
    }
}

.wp-block-table.two-layers-head table tbody tr:nth-child(1) td {
    color: var(--color-title);
    text-align: center;
    background: var(--color-purple)
}

.wp-block-table table {
    border: none !important;
    border-collapse: collapse;
}

.wp-block-table table td,
.wp-block-table table th {
    border: 1px solid var(--color-table-border);
}

.wp-block-table table tr:first-child th {
    border-top: none;
}

.wp-block-table table tr:last-child td {
    border-bottom: none;
}

.wp-block-table table tr td:first-child,
.wp-block-table table tr th:first-child {
    border-left: none;
}

.wp-block-table table tr td:last-child,
.wp-block-table table tr th:last-child {
    border-right: none;
}

.wp-block-table table tbody tr:first-child td {
    border-top: none !important;
}

.wp-block-table table thead th,
.wp-block-table table thead td {
    border-bottom: 1px solid var(--color-table-border);
}

.prefix-info {
    margin-top: 1.25rem;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1.25rem;

}

.prefix-info__item {
    display: inline-block;
    flex: 1 1 auto
}

.prefix-info__item--casino {
    max-width: 18.125rem;
    flex: 1 1 auto
}

@media (max-width: 576px) {
    .prefix-info__item--casino {
        max-width: 100%
    }
}

.prefix-info__item--casino p {
    margin-bottom: .5rem;
    color: var(--color-text);
}

.prefix-info__item--casino p:last-child {
    margin-bottom: 0
}

.prefix-info__item--casino p span {
    color: var(--color-text, #e3e3e3);
    font-weight: 700;
}

.prefix-info__item-list--soorten {
    max-width: 18.125rem;
}

.prefix-info__item-v2 .prefix-info__item-list--soorten li {
    display: flex;
    align-items: center;
    gap: 6px;
}

.prefix-info__item-v2 .prefix-info__item-list--soorten {
    gap: 16px
}

* + .prefix-info__item-link {
    margin-top: 10px;
}

.prefix-info-img {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

@media (max-width: 576px) {
    .prefix-info__item-list--soorten {
        max-width: 100%
    }
}

.prefix-info__item-list--soorten {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem
}

.prefix-info__item-list--soorten .prefix-info__item-list-item {
    display: flex;
    align-items: center;
    gap: .25rem;
    padding: .25rem .75rem;
    border-radius: .5rem;
    border: 1px solid rgba(255, 255, 255, .1);
    color: var(--color-text, #e3e3e3);
    font-family: var(--ff-primary);
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem
}

.prefix-info__item-list--soorten .prefix-info__item-list-item img {
    width: 24px;
    height: 24px
}

.prefix-info__item--betaalmethoden {
    max-width: 36.25rem;
    flex: 1 1 auto
}

@media (max-width: 576px) {
    .prefix-info__item--betaalmethoden {
        max-width: 100%
    }
}

.prefix-info__item--betaalmethoden .prefix-info__item-deposit {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding-bottom: .75rem;
    border-bottom: 2px solid rgba(255, 255, 255, .1)
}

@media (max-width: 576px) {
    .prefix-info__item--betaalmethoden .prefix-info__item-deposit {
        flex-direction: column
    }
}

.prefix-info__item--betaalmethoden .prefix-info__item-borg {
    color: var(--color-text, #e3e3e3);
}

.prefix-info__item--betaalmethoden .prefix-info__item-borg .prefix-info__item-list {
    margin-top: .75rem;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: .5rem
}

.prefix-info__item--betaalmethoden .prefix-info__item-borg .prefix-info__item-list .prefix-info__item-list-item {
    width: 2.25rem;
    height: 1.5rem
}

.prefix-info__item--betaalmethoden .prefix-info__item-borg .prefix-info__item-list .prefix-info__item-list-item img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.prefix-info__item--betaalmethoden .prefix-info__item-borg {
    position: relative
}

.prefix-info__item--betaalmethoden .prefix-info__item-borg::after {
    position: absolute;
    content: "";
    top: 0;
    right: -.625rem;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .1)
}

.prefix-info__item--betaalmethoden p {
    padding-bottom: .75rem;
    padding-top: .75rem;
    font-weight: 700;
    border-bottom: 2px solid rgba(255, 255, 255, .1)
}

.prefix-info__item--betaalmethoden p span {
    color: var(--color-text, #e3e3e3);
}

.prefix-info__item--betaalmethoden .prefix-info__item-minmax {
    position: relative;
    display: flex;
    justify-content: space-between
}

.prefix-info__item--betaalmethoden .prefix-info__item-minmax::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, .1)
}

.prefix-info__item--betaalmethoden .prefix-info__item-minmax p {
    padding-bottom: 0;
    border-bottom: none
}

.prefix-info__item--bonussen {
    max-width: 22.6875rem;
    flex: 1 1 auto
}

@media (max-width: 576px) {
    .prefix-info__item--bonussen {
        max-width: 100%
    }
}

.prefix-info__item--bonussen .prefix-info__item-list {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem
}

.prefix-info__item--bonussen .prefix-info__item-list .prefix-info__item-list-item {
    padding: .25rem .75rem;
    border-radius: .5rem;
    border: 1px solid rgba(255, 255, 255, .1);
    color: var(--color-text, #e3e3e3);
    font-family: var(--ff-primary);
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem
}

.prefix-info__item-list-add {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 0
}

.prefix-info__item-list-add .prefix-info__item-list-add-item {
    display: flex;
    gap: 4px;
    align-items: center
}

.prefix-info__item-list {
    color: var(--color-text, #e3e3e3);
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-top: 5px
}

.prefix-info__item-list span {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px
}

.prefix-info__item-list img {
    max-height: 45px;
    width: auto
}

.prefix-info__item-table-content.with-hr .prefix-info__item-cards {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px
}

.prefix-info__item-table-content.with-hr + .prefix-info__item-table-content.with-hr {
    margin-top: 8px
}

* + .prefix-info__item-table-content {
    margin-top: 8px
}

.add-border {
    padding: .25rem .75rem;
    border-radius: .5rem;
    border: 1px solid rgba(255, 255, 255, .1);
    color: var(--color-text, #e3e3e3);
    font-family: var(--ff-primary);
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    width: fit-content;
    display: flex;
    gap: 4px
}

.prefix-info__item span {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px
}

.prefix-info__item-cards-item:not(:last-child) {
    margin-bottom: 8px
}

.prefix-info__item-list.prefix-info__item-list--soorten {
    margin-top: 5px
}

.prefix-info__item-v2 {
    min-width: 16.1875rem;
    max-width: 36.25rem;
}

.prefix-info__item-table-content.with-hr {
    padding-top: 12px;
    border-top: 2px solid rgba(255, 255, 255, .1)
}

.prefix-info__item--apparaten {
    max-width: 16.1875rem;
    flex: 1 1 auto
}

@media (max-width: 576px) {
    .prefix-info__item--apparaten {
        max-width: 100%
    }
}

.prefix-info__item--apparaten .prefix-info__item-list {
    display: flex;
    flex-wrap: wrap;
    gap: .25rem
}

.prefix-info__item--apparaten .prefix-info__item-list .prefix-info__item-list-item {
    display: flex;
    align-items: center;
    gap: .25rem;
    padding: .25rem .75rem;
    border-radius: .5rem;
    border: 1px solid rgba(255, 255, 255, .1);
    color: var(--color-text, #e3e3e3);
    font-family: var(--ff-primary);
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem
}

.prefix-info__item--apparaten .prefix-info__item-list .prefix-info__item-list-item img {
    width: 24px;
    height: 24px
}

.prefix-info__item--softwareleverancier {
    max-width: 16.1875rem;
    flex: 1 1 auto
}

@media (max-width: 576px) {
    .prefix-info__item--softwareleverancier {
        max-width: 100%
    }
}

.prefix-info__item--softwareleverancier .prefix-info__item-img {
    width: 11.25rem;
    margin-bottom: .5rem
}

.prefix-info__item--softwareleverancier .prefix-info__item-img img {
    width: 100%;
    object-fit: contain;
    height: auto
}

.prefix-info__item--softwareleverancier span {
    color: var(--color-text, #e3e3e3);
}

.prefix-info__item--steun {
    max-width: 16.1875rem;
    flex: 1 1 auto
}

.prefix-info__item-img img {
    max-height: 60px;
    width: auto
}

@media (max-width: 576px) {
    .prefix-info__item--steun {
        max-width: 100%
    }
}

.prefix-info__item--steun .prefix-info__item-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .25rem
}

@media (max-width: 576px) {
    .prefix-info__item--steun .prefix-info__item-links {
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: .5rem;
        flex-wrap: wrap
    }
}

.prefix-info__item-link--live {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: .25rem;
    padding: 0 .4rem;
    border-radius: .5rem;
    border: 1px solid rgba(255, 255, 255, .1);
    width: fit-content
}

.prefix-info__item-link--live a {
    color: var(--color-text, #e3e3e3);
    font-family: var(--ff-primary);
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    display: inline-block;
    padding: .25rem .75rem;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.prefix-info__item-link--live::after {
    position: absolute;
    content: "";
    top: 0;
    left: -300%;
    height: 100%;
    width: 5rem;
    background: rgba(190, 173, 228, .4);
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg)
}

.prefix-info__item-link--live:hover {
    -webkit-box-shadow: 0 0 8px 1px var(--color-lilac, #0C0C1A);
    box-shadow: 0 0 8px 1px var(--color-lilac, #0C0C1A);
    cursor: pointer
}

.prefix-info__item-link--live:hover::after {
    -webkit-animation: identifier .35s linear;
    animation: identifier .35s linear
}

* + .prefix-info__item-btn {
    margin-top: 16px
}

.prefix-info__item:has(.prefix-info__item-payments) {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 0 24px
}

.prefix-info__item:has(.prefix-info__item-payments) .prefix-info__item-title {
    grid-column: 1 / -1
}

.prefix-info__item:has(.prefix-info__item-payments) .prefix-info__item-table-content {
    grid-column: 1 / -1
}

.prefix-info__item .prefix-info__item-payments:first-of-type {
    grid-column: 1
}

.prefix-info__item .prefix-info__item-payments:la {
    grid-column: 2;
    border-left: 2px solid rgba(255, 255, 255, .1);
    padding-left: 10px
}

.prefix-info__item-payments img {
    max-height: 24px;
    width: auto
}

@-webkit-keyframes identifier {
    0% {
        left: -100%
    }
    100% {
        left: 100%
    }
}

@keyframes identifier {
    0% {
        left: -100%
    }
    100% {
        left: 100%
    }
}

p.prefix-info__item-title {
    margin-top: 0;
    margin-bottom: 1rem;
    color: var(--color-text);
    font-family: var(--ff-secondary);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    text-transform: uppercase;
    padding: 0;
    border: none;
    margin: 0 0 1rem 0
}

* + .prefix-how-to {
    margin-top: 16px;
}

.prefix-how-to {
    position: relative;
    counter-reset: myCounter;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(348px, 1fr));
}


.prefix-how-to .prefix-how-to__item {
    position: relative;
    padding: .75rem;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.prefix-how-to .prefix-how-to__item .btn {
    min-width: 100%;
    margin-top: 20px;
    width: 100%;
}

.prefix-how-to__container-counter::after {
    content: '';
    background: var(--accent-base, #0BF);
    height: 1px;
    position: relative;
    width: 100%;
}

.prefix-how-to__container-counter {
    color: var(--accent-base, #0BF);
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    display: flex;
    align-items: center;
    gap: 12px;
}


.prefix-how-to__container-title {
    color: var(--text-main, #0C0C1A);
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
}

.prefix-how-to .prefix-how-to__item__container-text {
    max-width: 35.625rem
}

@media (max-width: 1380px) {
    .prefix-how-to .prefix-how-to__item__container-text {
        max-width: 100%
    }
}

.prefix-how-to .prefix-how-to__item__container-text p {
    margin-bottom: .625rem;
    color: var(--color-text, #e3e3e3);
}

.prefix-how-to .prefix-how-to__item__container-text .btn {
    margin-top: .75rem;
    margin-bottom: .3125rem;
    padding: .75rem 1.25rem;
    max-width: 17.5rem
}

@media (max-width: 576px) {
    .prefix-how-to .prefix-how-to__item__container-text .btn {
        max-width: unset
    }
}

.prefix-how-to .prefix-how-to__item img {
    max-width: 575px;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: .5rem;
    object-fit: cover;
    margin-top: 16px;
}

@media (max-width: 768px) {
    .prefix-how-to .prefix-how-to__item img {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .prefix-how-to .prefix-how-to__item img {
        width: 100%;
        flex: none
    }
}

.hidden, .hidden_svg {
    display: none
}

.no-scroll {
    overflow: hidden
}

.title {
    color: var(--color-title);
    font-family: var(--ff-secondary);
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.25rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem
}

@media (max-width: 576px) {
    .title {
        font-size: 1.5rem;
        line-height: 1.75rem;
        margin-bottom: 1rem
    }
}

body {
    background-color: var(--color-body);
    font-family: var(--ff-primary);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    color: #38383C;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

main {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.prefix-header {
    position: sticky;
    top: 0;
    padding-top: .625rem;
    padding-bottom: .625rem;
    width: 100%;
    z-index: 99;
    background: var(--color-header);
}

.prefix-header__content {
    display: flex;
    gap: 24px;
}

@media (max-width: 1380px) {
    .prefix-header__content {
        position: relative;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .prefix-header__content {
        gap: 1rem;

    }
}

.prefix-header__logo {
    display: flex;
    align-items: flex-start;
    width: fit-content;
    order: -2;
}

@media (max-width: 576px) {
    .prefix-header__logo {
    }
}

.prefix-header__nav {
    flex: 1 0 auto;
    display: flex;
    max-width: 50%;
    align-items: center;
}

.prefix-header__nav-mobile {
    position: relative;
    display: none;
    max-width: 95%;
    width: 100%;
    margin: 10rem auto 0 auto;
    align-items: flex-start;
    gap: 1rem;
    padding: .75rem;
    border-radius: .75rem;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(48, 30, 110, .95)), to(rgba(48, 30, 110, .95)));
    background: linear-gradient(0deg, rgba(48, 30, 110, .95) 0, rgba(48, 30, 110, .95) 100%);
    overflow: hidden;
    align-items: center;
}

.prefix-header__nav-mobile-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover
}

.prefix-header__nav-mobile::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    z-index: 1;
    margin-left: -11px;

}

.prefix-header__nav-mobile-img {
    position: relative;
    width: 6rem;
    z-index: 2;
}

.prefix-header__nav-mobile-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-bottom: -14px;
}

.prefix-header__nav-mobile-content {
    position: relative;
    z-index: 2;
}

.prefix-header__nav-mobile-content-title {
    color: var(--color-white);
    font-family: var(--ff-secondary);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    text-transform: uppercase;
    margin-bottom: .25rem
}

.prefix-header__nav-mobile-content-description {
    color: var(--color-white, #fff);
    font-family: var(--ff-primary);
    margin-bottom: 1rem
}

.prefix-header__nav-list {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.75rem
}

@media (max-width: 1380px) {
    .prefix-header__nav-list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-left: 16px;
        border-top: 1px solid rgba(255, 255, 255, 0.10);
        padding-top: 24px;
    }
}

.prefix-header__nav .prefix-header__nav-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color-white);
    font-family: var(--ff-primary);
    font-size: .875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem
}

.prefix-header__nav .prefix-header__nav-item a {
    color: var(--color-title);
    -webkit-transition: color .2s ease 0s;
    transition: color .2s ease 0s;
    width: 100%;
    color: var(--text-main, #0C0C1A);
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.prefix-header__nav-item.prefix-header__nav-item--has-children:hover > .prefix-header__nav-link {
    color: var(--accent-base, #0BF);
}

.prefix-header__nav .prefix-header__nav-item a:hover {
    color: var(--accent-base, #0BF);
}

.prefix-sub-menu__link {
    width: 100%;
    cursor: pointer;
}

.prefix-header__button-first {
    color: var(--color-first-button);
    background-color: var(--color-first-button-bg)
}

.prefix-header__button-second {
    color: var(--color-second-button);
    background-color: var(--color-second-button-bg)
}

.prefix-header__nav-link {
    display: flex;
    align-items: center;
    gap: .25rem;
    color: var(--color-header-navigation-link)
}

div.prefix-header__nav-link {
    color: var(--color-header-navigation-link-hover)
}

.prefix-header__nav-link img {
    max-width: 24px;
    height: 24px;
    object-fit: contain
}

.prefix-header__nav .prefix-header__nav-item span {
    color: #c3bfbf;
    cursor: default;
    line-height: 12px;

}

.prefix-header__nav .prefix-header__nav-item-arrow {
    cursor: pointer;
}

.prefix-header__nav .prefix-header__nav-item .submenu__item {
    display: flex;
    align-items: center;
    gap: .625rem;
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: .625rem
}

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

.prefix-header__nav .prefix-header__nav-item .submenu__item img {
    width: 2rem;
    height: 2rem
}

@media (max-width: 768px) {
    .prefix-header__nav .prefix-header__nav-item .submenu__item img {
        width: 1.375rem;
        height: 1.375rem
    }
}

.prefix-header__nav .prefix-header__nav-item.has-submenu {
    position: relative;
    padding-right: 1.375rem
}

.prefix-header__nav .prefix-header__nav-item.has-submenu > a, .prefix-header__nav .prefix-header__nav-item.has-submenu > span {
    display: inline-block
}

.prefix-header__nav .prefix-header__nav-item.has-submenu > a::after, .prefix-header__nav .prefix-header__nav-item.has-submenu > span::after {
    position: absolute;
    top: .375rem;
    right: .5rem;
    content: "";
    display: inline-block;
    width: .5rem;
    height: .5rem;
    margin-bottom: 1px;
    background-image: url(../img/arrow.svg);
    cursor: pointer;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

@media (max-width: 1380px) {
    .prefix-header__nav .prefix-header__nav-item.active > a, .prefix-header__nav .prefix-header__nav-item.active > span {
        color: var(--accent-base, #0BF)
    }

    .prefix-header__nav .prefix-header__nav-item.active > a path, .prefix-header__nav .prefix-header__nav-item.active > span path {
        stroke: var(--accent-base, #0BF)
    }
}

.prefix-header__nav .prefix-header__nav-item.active > a::after, .prefix-header__nav .prefix-header__nav-item.active > span::after {
    top: .75rem;
    transform: rotate(180deg)
}


@media (max-width: 1380px) {
    .prefix-header__nav .prefix-header__nav-item.active {
        border-radius: .75rem
    }

}

@media (max-width: 1380px) {
    .prefix-header__nav .prefix-header__nav-item {
        width: -webkit-fill-available;
        margin-right: .625rem;
    }

    .prefix-sub-menu__item.prefix-sub-menu__item--has-children .prefix-sub-menu {
        right: 0;
        top: 0;
    }

    .prefix-header__nav .prefix-header__nav-item:last-child .prefix-header__nav-item .prefix-header__nav-link {
        padding-bottom: 0
    }

    .prefix-header__nav .prefix-header__nav-item .prefix-header__nav-item-arrow {
        margin-left: auto
    }
}

@media (min-width: 1380px) {
    .prefix-header__nav .prefix-header__nav-item:hover a::after, .prefix-header__nav .prefix-header__nav-item:hover span::after {
        transform: rotate(180deg)
    }

    .prefix-sub-menu__item.prefix-sub-menu__item--has-children:hover .prefix-sub-menu__item-arrow {
        transform: rotate(-90deg)
    }
}

@media (max-width: 1380px) {
    .prefix-header__nav {
        background: var(--color-header);
        position: absolute;
        bottom: 0;
        right: 50%;
        -webkit-transform: translate(50%, calc(100% + .625rem));
        -ms-transform: translate(50%, calc(100% + .625rem));
        transform: translate(50%, calc(100% + .625rem));
        height: calc(100vh - var(--height));
        height: calc(100svh - var(--height));
        max-width: 100vw;
        width: 100vw;
        display: none;
        z-index: 5;
        padding-top: 1.25rem;
        padding-bottom: 3rem;
        overflow-y: auto
    }

    .prefix-header__nav .prefix-header__nav-list, .prefix-header__nav .prefix-sub-menu {
        flex-direction: column;
        gap: 0;
        padding: 0;
    }

    .prefix-header__nav .prefix-header__nav-item .prefix-header__nav-link {
        padding: 12px 16px;
    }

    .prefix-header__nav .prefix-sub-menu {
        gap: 0
    }

    .prefix-header__nav .prefix-header__nav-mobile {
        display: flex
    }
}

.prefix-sub-menu__item.prefix-sub-menu__item--has-children {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 12px 0 0;
}

.prefix-sub-menu__item.prefix-sub-menu__item--has-children .prefix-sub-menu {
    right: -100%;
    top: -100%;
    display: none;
    border-radius: 0 8px 8px 0;
    box-shadow: none;
    border-left: 1px solid #EBEBEB;
}

@media (min-width: 1381px) {
    .prefix-header__nav-item.prefix-header__nav-item--has-children .prefix-sub-menu__item.prefix-sub-menu__item--has-children:hover .prefix-sub-menu {
        display: flex;
        flex-direction: column;
    }
}

.prefix-header__lang {
    position: relative;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .25rem;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    cursor: pointer;
    z-index: 8;
    color: #0C0C1A;
    background: #F8F8F9;
    border-radius: 8px;

}

.prefix-header__lang.active .prefix-header__active-lang {
    background: #F8F8F9;

}

.prefix-header__lang.active .prefix-header__active-lang svg {
    transform: rotate(-180deg)
}

.prefix-header__lang.active .prefix-header__langs-menu {
    display: flex;
    flex-direction: column
}

@media (max-width: 1380px) {
    .prefix-header__lang {
        margin-left: auto;
    }


}

@media (max-width: 768px) {
    .prefix-header__lang {
        margin-left: 0;
    }
}

.prefix-header__active-lang {
    display: flex;
    align-items: center;
    gap: .375rem;
    border-radius: .375rem;
    background: rgba(255, 255, 255, .1);
    padding: .3125rem;
    order: 5;
}

.prefix-header__active-lang img {
    width: 1.5rem;
    height: 1.5rem
}

.prefix-header__active-lang p {
    text-transform: uppercase
}

.prefix-header__active-lang span {
    color: var(--color-white);
}

.prefix-header__active-lang svg {
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    width: 12px;
    height: 12px;
}

.prefix-header__langs-menu {
    padding: 2px;
    border-radius: .625rem;
    display: none;
    flex-direction: column;
    gap: .125rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: flex-start;
    background: #fff;
    position: absolute;
    right: 0;
    top: 2.6875rem;
    z-index: 99
}

.prefix-header__langs-menu::after {
    position: absolute;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='4' viewBox='0 0 8 4' fill='none'%3E%3Cpath d='M4 0L0 4H8L4 0Z' fill='white'/%3E%3C/svg%3E");
    top: -15px;
    right: 1.25rem
}

.prefix-header__langs-menu .prefix-header__langs-menu-item {
    width: 100%;
    text-wrap: nowrap;
    white-space: nowrap;
    border-radius: 10px;
    padding: 8px 16px;
    position: relative;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.prefix-header__lang-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    content: ""
}

.prefix-header__langs-menu .prefix-header__langs-menu-item:hover {
    background: rgba(190, 173, 228, .3)
}

.prefix-header__langs-menu .prefix-header__langs-menu-item.hide {
    display: none
}

.prefix-header__langs-menu .prefix-header__langs-menu-item img {
    width: 1.5625rem;
    height: 1.5625rem;
    margin-right: .625rem
}

.prefix-header__langs-menu .prefix-header__langs-menu-item-code {
    color: var(--text-white-bg, #58586c);
}

.prefix-header__button {
    display: flex;
    justify-content: flex-end;
    align-self: flex-start;
    gap: .5rem;
    flex-wrap: wrap;
    margin-left: auto;

}

.prefix-header__button .btn--primary {
    min-width: 11.25rem
}

.prefix-header__button .btn--secondary {
    min-width: 10.25rem
}

@media (max-width: 1671px) {
    .prefix-header__button {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
}

@media (max-width: 1380px) {
    .prefix-header__button {
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-right: 0;
        margin-left: auto;
        gap: .5rem;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    .prefix-header__button {
        margin-left: 0;
    }

    .prefix-header__logo {
        margin-right: auto;
    }
}

@media (max-width: 768px) {
    .prefix-header__button {
        align-self: center;
        justify-content: center;
        margin: 0;
        width: 100%;
        max-width: unset
    }

    .prefix-header__button .btn {
        min-width: unset;
        max-width: unset;
        width: 48%
    }
}

.prefix-header__burger {
    display: none;
    position: relative;
    width: 1.25rem;
    height: 1rem;
    margin-top: .625rem;
    cursor: pointer;
    transition: filter .3s ease 0s, -webkit-filter .3s ease 0s;
    background: transparent;
    box-shadow: none;
    margin: 0;
    width: 42px;
    height: 42px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 10px;
    justify-content: center;
}

@media (max-width: 1380px) {
    .prefix-header__burger {
        display: flex;
        order: -4;
    }

    .prefix-header.burger-active .prefix-header__burger {
        align-items: center;
    }
}

.burger-active .prefix-header__burger span:nth-child(1) {
    transform: translate(0, 6px) rotate(45deg);
    width: 30px
}

.burger-active .prefix-header__burger span:nth-child(2) {
    opacity: 0
}

.burger-active .prefix-header__burger span:nth-child(3) {
    transform: translate(0, -6px) rotate(-45deg);
    width: 30px
}

.prefix-header__burger span {
    width: 100%;
    height: 2px;
    background-color: #000
}

.prefix-header__burger span:last-child {
    width: 12px;
}

@media (max-width: 1380px) {
    .prefix-header.burger-active .prefix-header__nav {
        display: block;
    }
}

.prefix-header.burger-active .prefix-header__burger::before {
    transform: rotate(45deg);
    top: 6px;
    right: 5px
}

.prefix-header.burger-active .prefix-header__burger::after {
    transform: rotate(-45deg);
    bottom: 8px;
    right: 5px
}

.prefix-hero {
    margin-top: 1rem
}

.prefix-hero__title {
    color: var(--color-title);
    font-family: var(--ff-secondary);
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.75rem;
    text-transform: uppercase
}

@media (max-width: 576px) {
    .prefix-hero__title {
        font-size: 1.75rem
    }
}

.prefix-custom-img img {
    max-width: 100%;
    border-radius: .625rem;
    width: 100%;
    overflow: hidden;
    object-fit: cover
}

@media (max-width: 1380px) {
    .prefix-custom-img img {
    }
}

.prefix-hero {
    margin-top: 1.25rem;
    display: grid;
    grid-template-columns: minmax(0, 371px) minmax(0, 371px) minmax(0, 410px);
    gap: 1.5rem;
    align-items: start;
}

@media (max-width: 1380px) {
    .prefix-hero__welcome-bonus {
        max-width: 100%
    }
}

.prefix-hero__welcome-bonus.open {
    background: #fff
}

.prefix-hero__welcome-bonus.open .prefix-hero__welcome-bonus-hidden {
    display: block
}

.prefix-hero__welcome-bonus.open .prefix-hero__welcome-bonus-visible {
    display: none
}

.prefix-hero__welcome-bonus-visible {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.prefix-hero__welcome-bonus-hidden {
    display: none
}

.prefix-hero__welcome-bonus-hidden .prefix-hero__welcome-bonus-title {
    color: var(--text-white-bg, #58586c);
    font-family: var(--ff-secondary);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    text-transform: uppercase;

}

.prefix-hero__welcome-bonus-hidden .prefix-hero__welcome-bonus-title img {
    max-width: 2.5rem;
    max-height: 2.5rem;
    cursor: pointer
}

.prefix-hero__welcome-bonus-hidden .prefix-hero__welcome-bonus-text p {
    color: var(--text-white-bg, #58586c);
}

.prefix-hero__welcome-bonus-hidden .btn {
    margin-top: 1rem
}

.prefix-hero__welcome-bonus-title {
    position: relative;
    display: flex;
    gap: .5rem;
    margin-bottom: .75rem;
    align-items: center;
    color: var(--color-title);
    font-family: var(--ff-secondary);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    text-transform: uppercase;
    padding-right: 24px;
}

.prefix-hero__welcome-bonus-title img {
    display: inline-block;
    max-width: 1.5625rem;
    max-height: 1.5625rem
}

.prefix-hero__welcome-bonus-title svg:last-child {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    cursor: pointer
}

.prefix-hero__welcome-bonus-description {
    color: var(--color-title);
    font-family: var(--ff-primary);
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
    padding-bottom: 12px;
}

.prefix-hero__welcome-bonus-description span {
    color: var(--green, #00719a)
}

.prefix-hero__welcome-bonus-text {
    padding-top: .75rem;
    padding-bottom: .75rem;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.prefix-hero__welcome-bonus-text p {
    margin-bottom: .625rem;
    color: var(--color-text, #e3e3e3);
}

.prefix-hero__welcome-bonus-text p:last-child {
    margin-bottom: 0
}

.prefix-hero__promotions {
    display: flex;
    flex-direction: column;
    min-height: 225px;
}

@media (max-width: 1380px) {
    .prefix-hero__promotions {
        max-width: 100%
    }
}

.prefix-hero__promotions-title {
    position: relative;
    display: flex;
    gap: .5rem;
    margin-bottom: .75rem;
    align-items: center;
    color: var(--color-title);
    font-family: var(--ff-secondary);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    text-transform: uppercase
}

.prefix-hero__promotions-title-svg {
    display: inline-block;
    max-width: 32px;
    min-width: 32px;
    max-height: 32px;
    min-height: 32px;
    padding: 4px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .05);
    display: flex;
    align-items: center;
    justify-content: center;
}

.prefix-hero__promotions-text {
    flex: 1 1 auto
}

.prefix-hero__promotions-text p {
    margin-bottom: .625rem;
    color: var(--color-text, #e3e3e3);
}

.prefix-hero__promotions-text p:last-child {
    margin-bottom: 0
}

.prefix-hero__promotions .btn {
    margin-top: 2.9375rem;
    padding: 12px 16px;
}

@media (max-width: 1380px) {
    .prefix-hero__text {
        max-width: 100%
    }
}

@media (max-width: 980px) {
    .prefix-hero {
        grid-template-columns: 1fr 1fr;
    }

    .prefix-hero__text {
        grid-column: 1/-1;
    }
}

@media (max-width: 575px) {
    .prefix-hero {
        grid-template-columns: 1fr;
    }
}

.prefix-hero__text p {
    margin-bottom: .625rem;
}

.prefix-hero__text p:last-child {
    margin-bottom: 0
}

.prefix-hero .btn {
    padding-top: .8125rem;
    padding-bottom: .8125rem
}

* .prefix-stats {
    margin-top: 16px
}

.prefix-hero + .prefix-stats {
    margin-top: 40px
}

.prefix-stats {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
    gap: .75rem;
}

@media (max-width: 768px) {
    .prefix-stats {
        display: inline-block;
        text-wrap: nowrap;
        white-space: nowrap;
        width: 100%
    }
}

.prefix-stats__stat {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-width: 215px;
}

@media (max-width: 1024px) {
    .prefix-stats {
        overflow-x: auto;
        scrollbar-width: thin;
        grid-template-columns: repeat(auto-fill, minmax(325px, 1fr));
    }

    .prefix-stats__stat {
        min-width: 290px;
    }

}

@media (max-width: 768px) {
    .prefix-stats__stat {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-right: .75rem
    }

    .prefix-stats__stat:last-child {
        margin-right: 0
    }
}

.prefix-stats__stat-text {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    max-width: 60%
}

.prefix-stats__stat-value {
    color: var(--color-title);
    font-family: var(--ff-primary);
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem
}

.prefix-stats__stat-description {
    color: var(--color-text, #e3e3e3);
}

.prefix-stats__stat-tag {
    padding: .25rem .5rem;
    border-radius: .25rem;
    background: var(--color-purple);
    color: var(--color-title);
    font-family: var(--ff-primary);
    font-size: .75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem
}

* + .prefix-payment {
    margin-top: 16px
}

.prefix-stats + .prefix-payment {
    margin-top: 40px
}

.prefix-payment {
    overflow: hidden;
    text-wrap: nowrap;
    white-space: nowrap
}

.prefix-payment__marquee {
    display: inline-block;
    min-width: 100%;
    animation: marquee 16s linear infinite
}

.prefix-payment__marquee img {
    display: inline-block;
    margin-right: 5rem;
    max-width: 180px
}

@media (max-width: 576px) {
    .prefix-payment__marquee img {
        margin-right: 2.5rem
    }
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(calc(-100% - .1875rem));
        transform: translateX(calc(-100% - .1875rem))
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(calc(-100% - .1875rem));
        transform: translateX(calc(-100% - .1875rem))
    }
}

* + .prefix-toc {
    margin-top: 16px
}

.prefix-toc {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
    border-radius: 8px;
    background: var(--card-bg, #F8F8F9);
    box-shadow: 0 6px 12px 0 rgba(11, 0, 5, 0.08);
}

.prefix-toc__title {
    position: relative;
    color: var(--color-toc-title);
    font-family: var(--ff-secondary);
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.25rem;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0
}

.prefix-toc__title::after {
    position: absolute;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M8 0C8.55229 0 9 0.447715 9 1V7H15C15.5523 7 16 7.44772 16 8C16 8.55228 15.5523 9 15 9H9V15C9 15.5523 8.55229 16 8 16C7.44772 16 7 15.5523 7 15V9H1C0.447715 9 2.41411e-08 8.55229 0 8C-2.41411e-08 7.44772 0.447715 7 1 7H7V1C7 0.447715 7.44772 0 8 0Z" fill="%230C0C1A"/></svg>');
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    border-radius: 4px;
    background: var(--line-color, #EBEBEB);
    padding: 4px;
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 576px) {
    .prefix-toc__title {
        font-size: 1.25rem
    }
}

.prefix-toc.active .prefix-toc__title::after {
    -webkit-transform: translateY(-50%) scaleY(-1);
    -ms-transform: translateY(-50%) scaleY(-1);
    transform: translateY(-50%) scaleY(-1);
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><rect x="2" y="11" width="2" height="16" rx="1" transform="rotate(-90 2 11)" fill="%230C0C1A"/></svg>');
}

.prefix-toc.active .prefix-toc__list {
    display: grid;
}

.prefix-wrapper .prefix-toc > ul {
    display: none;
}

.prefix-wrapper .prefix-toc.active > ul {
    display: flex;
    margin: 0;
    list-style: none;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.prefix-toc ul:not([class]) li::before {
    content: none;
}

.prefix-toc__list {
    display: none;
    gap: .625rem;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px 20px;
}

@media (max-width: 1000px) {
    .prefix-toc__list {
        grid-template-columns: 1fr 1fr;
    }


}

@media (max-width: 576px) {
    .prefix-toc__list {
        grid-template-columns:  1fr;
    }

    .prefix-toc.active > ul {
        flex-direction: column;
    }
}

.prefix-toc__toc-item, .prefix-toc ul:not([class]) li {
    position: relative;
    border-radius: .5rem;
    overflow: hidden;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border-radius: 8px;
    background: var(--site-bg, #F1F1F1);
    cursor: pointer;
    padding: 0;
    list-style: none;
    width: fit-content;
    color: var(--text-main, #0C0C1A);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    width: 100%;
}

.prefix-toc ul:not([class]) li::before {
    background: transparent;
}

@keyframes identifier {
    0% {
        left: -100%
    }
    100% {
        left: 100%
    }
}

.prefix-toc__toc-item a, .prefix-toc a {
    display: inline-block;
    padding: .5rem .75rem;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.prefix-toc__toc-item a:hover, .prefix-toc a:hover {
    color: var(--link-color-hover, #0BF);

}

.prefix-toc__toc-item a:hover path, .prefix-toc a:hover path {
    fill: var(--link-color-hover, #0BF);
}

.prefix-advantages-section__description {
    margin-bottom: 1.25rem;
    color: var(--color-text, #e3e3e3);
}

* + .prefix-advantages {
    margin-top: 16px
}

.prefix-advantages {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.prefix-advantages__item {
    display: flex;
    flex-direction: column;
}

.prefix-advantages__item-title {
    padding-bottom: .75rem;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    gap: .5rem;
    color: var(--color-text);
    font-family: var(--ff-secondary);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    text-transform: uppercase
}

.prefix-advantages__item-icon {
    min-width: 3.75rem;
    height: 3.75rem;
    border-radius: .5rem;
    background: rgba(255, 255, 255, .2);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center
}

.prefix-advantages__item-icon svg, .prefix-advantages__item-icon img {
    max-width: 2.75rem;
    max-height: 2.75rem
}

.prefix-advantages__item-text {
    flex: 1 1 auto;
    margin-bottom: 1rem;
    margin-top: .75rem;
    color: var(--color-text, #e3e3e3);
}

.prefix-advantages__item .btn {
    padding: .75rem 1.25rem
}

.prefix-advantages__item .btn {
    margin-top: 16px;
}

.prefix-tabs__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.875rem
}

.prefix-tabs__list .prefix-tabs__list-btn {
    -ms-flex: 1;
    flex: 1;
    padding: .75rem;
    color: #676185;
    font-family: var(--ff-secondary);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    text-transform: uppercase;
    border-bottom: 2px solid var(--color-purple);
    background: 0 0
}

.prefix-tabs__list button:first-child {
    position: relative
}

.prefix-tabs__list button:first-child.active::after {
    transform: none;
    top: -1px
}

.prefix-tabs__list button:first-child::after {
    position: absolute;
    content: "";
    top: 1px;
    right: -2.875rem;
    width: 2.9375rem;
    height: calc(100% + 1px);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    background: linear-gradient(to top right, transparent calc(50% - 1px), var(--color-purple), transparent calc(50% + 2px))
}

.prefix-tabs__list-btn.active:last-child::after {
    background: transparent;
}

.prefix-tabs__content {
    margin-top: 1.5rem
}

.prefix-tabs__tab.active {
    display: block
}

.prefix-tabs__tabimg {
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 1rem;
    object-fit: contain;
    height: auto
}

.prefix-tabs__tabp {
    margin-bottom: 1rem;
    color: var(--color-text, #e3e3e3);
}

.prefix-tabs__tab.btn {
    margin-top: .3125rem;
    margin-bottom: .3125rem;
    padding: .75rem 1.25rem;
    max-width: 17.5rem
}

.prefix-tabs__list button.active {
    color: var(--color-title);
    border-top: 2px solid var(--color-purple);
    border-bottom: none;
    margin-right: 46px;
    margin-left: 45px
}

.prefix-tabs__list {
    gap: 0
}

.prefix-tabs__list-btn.active + .prefix-tabs__list-btn {
    border-bottom: 2px solid var(--color-purple);
    border-top: none
}

.prefix-tabs__list-btn.active + .prefix-tabs__list-btn:last-child {
    border-top: none;
    border-bottom: 2px solid var(--color-purple)
}

.prefix-tabs__list-btn.active::after {
    position: absolute;
    content: "";
    top: 1px;
    right: -2.875rem;
    width: 2.9375rem;
    height: calc(100% + 1px);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    background: linear-gradient(to top right, transparent calc(50% - 1px), var(--color-purple), transparent calc(50% + 2px))
}

.prefix-tabs__list-btn.active::before {
    position: absolute;
    content: "";
    top: -1px;
    left: -2.875rem;
    width: 2.9375rem;
    height: calc(100% + 1px);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    background: linear-gradient(to top right, transparent calc(50% - 1px), var(--color-purple), transparent calc(50% + 2px))
}

.prefix-tabs__list-btn.active::after {
    transform: none;
    top: -1px
}

.prefix-tabs__list button.active {
    position: relative
}

.prefix-tabs__list button:first-child::after {
    content: none
}

.prefix-tabs__list .prefix-tabs__list-btn.active:first-child::after {
    content: ''
}

.prefix-tabs__list {
    overflow-x: auto;
    scrollbar-width: thin;
    justify-content: flex-start
}

.prefix-tabs__list-btn.active:first-child::before {
    content: none
}

.prefix-tabs__list-btn {
    white-space: nowrap
}

.prefix-tabs__list button.active:first-child {
    margin-left: 0
}

.prefix-tabs {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.prefix-tabs__tab {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease, opacity 0.3s ease
}

.prefix-tabs__tab.active {
    height: auto;
    overflow: visible
}

@media (max-width: 576px) {
    .prefix-tabs__tab.btn {
        max-width: 100%
    }
}

.prefix-faq[data-open] {
    border-top: 1px solid var(--accent-base, #0BF);
    border-bottom: 1px solid var(--accent-base, #0BF);
}

* + .prefix-faq {
    margin-top: 24px;
}

.prefix-faq {
    position: relative;
    padding: 24px 16px;
    background: var(--color-faq-item);
    border-top: 1px solid var(--line-color, #EBEBEB);
    border-bottom: 1px solid var(--line-color, #EBEBEB);
}

.prefix-faq + .prefix-faq {
    border-top: 0;
    margin-top: 0;
}

.prefix-faq + .prefix-faq[data-open] {
    border-top: 1px solid var(--accent-base, #0BF);
}

.prefix-faq[data-open] + .prefix-faq[data-open] {
    border-top: 0;
}

.prefix-faq-text {
    padding: 1rem 0 0 0;
    width: 95%;
    display: none;
}

.prefix-faq-text p {
    margin-bottom: .9375rem;
    color: var(--color-text, #e3e3e3);
}

.prefix-faq-text p:last-child {
    margin-bottom: 0
}

.prefix-faq .prefix-faq-title {
    color: var(--color-faq-item-title);
    font-family: var(--ff-primary);
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    text-transform: math-auto;
}

.prefix-faq .prefix-faq-title h3 {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight: inherit;
    text-transform: math-auto
}

.prefix-faq .prefix-faq-title::marker {
    content: "";
    width: 0;
}

.prefix-faq {
    list-style: none;
}

.prefix-faq .prefix-faq-title::after {
    position: absolute;
    right: 1.5625rem;
    top: 1.25rem;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M15 12.5L10 7.5L5 12.5" stroke="%230C0C1A" stroke-width="2" stroke-linecap="round"/></svg>');
    height: 28px;
    width: 28px;
    padding: 4px;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    border-radius: 20px;
    background: var(--line-color, #EBEBEB);
}


.prefix-faq[data-open] .prefix-faq-text {
    display: block;
}

.prefix-faq[data-open] .prefix-faq-title:after {
    transform: rotate(180deg)
}


.prefix-footer {
    padding: 40px 0;
    background-color: var(--color-footer);
    margin-bottom: 0;
}

.prefix-footer__content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px 80px;
    flex-wrap: wrap;
}

.prefix-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(0, 187, 255, 0.12);
}

.prefix-footer__download .btn {
    display: flex;
    gap: 8px;
    padding: 12px 48px;
    max-width: fit-content;
    width: 100%
}

.prefix-footer > * {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1380px) {
    .prefix-footer > * {
        width: 95%
    }
}

@media (max-width: 768px) {
    .prefix-footer__content {
        flex-direction: column
    }

    .prefix-footer__inner {
        flex-direction: column;
        gap: 24px;
        padding-bottom: 24px;
    }

    .prefix-footer {
        padding: 32px 0;
    }

}

@media (max-width: 576px) {
    .prefix-footer__content {
        gap: 1.5rem
    }

    .prefix-footer > * {
        width: 92%
    }
}

.prefix-footer__logo {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 386px;
}

@media (max-width: 576px) {
    .prefix-footer__logo {
        order: 2;
    }
}

@media (max-width: 576px) {
    .prefix-footer__logo img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.prefix-footer__copyright {
    color: var(--color-footer-text);
}

@media (max-width: 576px) {
    .prefix-footer__copyright {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
}

.prefix-footer-nav__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 24px 32px;
    width: 100%;
    grid-auto-flow: column;
    grid-template-rows: repeat(4, 1fr);
}

.prefix-footer-nav {
    width: 100%;
    flex: 1 0 0;
}

@media (max-width: 768px) {
    .prefix-footer-nav__list {
        display: flex;
        flex-direction: column;
        -ms-flex-align: center
    }
}

@media (max-width: 576px) {
    .prefix-footer-nav__list {
        order: 2;
        align-items: flex-start
    }
}

.prefix-footer-nav__link {
    width: 17.5rem;
    padding: .625rem 0;
    color: var(--color-footer-navigation-link)
}

span.prefix-footer-nav__link {
    color: var(--color-footer-navigation-link-hover)
}

@media (max-width: 1380px) {
    .prefix-footer-nav__link {
        width: 12.5rem
    }
}

@media (max-width: 1000px) {
    .prefix-footer-nav__link {
        width: 9.375rem
    }
}

@media (max-width: 800px) {
    .prefix-footer-nav__link {
        width: 8.125rem
    }
}

.prefix-footer-nav__link a {
    color: var(--color-footer-navigation-link);
    transition: all .3s ease 0s
}

.prefix-footer-nav__link a:hover {
    color: var(--color-footer-navigation-link-hover)
}

.prefix-footer-nav__link span {
    color: var(--color-footer-navigation-link);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.prefix-footer__download {
    gap: 0.5rem;
    display: flex;
    align-items: center;
}

@media (max-width: 576px) {
    .prefix-footer__download {
        flex-direction: column;
        width: 100%;
    }

    .prefix-footer__download .btn {
        width: 100%;
        justify-content: center;
        max-width: 100%;
    }

    .prefix-footer__logo-img img {
        height: 44px;
        width: auto;
    }

    .prefix-footer__logo-img {
        margin-right: auto;
    }
}

.prefix-footer__download-images {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap
}

@media (max-width: 576px) {
    .prefix-footer__download-images {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
}

.prefix-footer__download-images img {
    max-height: 2.5rem;
    max-width: 12.5rem;
    height: auto;
    width: auto
}

.prefix-winners {
    display: flex;
    border-radius: 8px;
    background: var(--card-bg, #F8F8F9);
    box-shadow: 0 6px 12px 0 rgba(11, 0, 5, 0.08);
    overflow-x: scroll;
    scrollbar-width: none;
    cursor: grab;
}

.prefix-winners.active {
    cursor: grabbing;
}

.prefix-winners::-webkit-scrollbar {
    display: none;
}

.prefix-winners__item {
    display: flex;
    align-items: flex-start;
    align-items: center;
    gap: .5rem;
    box-shadow: none;
    border-radius: 0;
    padding: 16px;
    min-width: 295px;
    position: relative;


    user-select: none;
}

.prefix-winners__item:not(:first-child)::after {
    background: var(--line-color, #EBEBEB);
    width: 1px;
    height: 70px;
    content: '';
    position: absolute;
    left: 0px;
}

@media (max-width: 768px) {
    .prefix-winners__item {
        width: 100%
    }

}

.prefix-winners__item-avatar {
    min-width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: .25rem
}

.prefix-winners__item-avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
    max-width: 70px;
}

.prefix-winners__item-info {
    display: flex;
    flex-direction: column;
    gap: .5rem
}


.prefix-winners__item-slot {
    overflow: hidden;
    white-space: normal;
    color: var(--text-main, #0C0C1A);
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    display: flex;
    gap: 16px;
}

.prefix-winners__item-nickname {
    color: var(--text-secondary, #38383C);
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    width: 100%;
}

.prefix-winners__item-value {
    min-width: 20%;
    align-self: center;
    text-wrap: wrap;
    white-space: wrap;
    color: var(--color-white);
    font-family: var(--ff-primary);
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
    text-align: right;
    flex-shrink: 0
}

.prefix-winners__item-value {
    border-radius: 4px;
    background: var(--accent-base, #0BF);
    padding: 2px 4px;
    color: var(--site-bg, #F1F1F1);
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
}

.prefix-slots {
    display: grid;
    gap: .75rem;
    margin-bottom: 1.5rem;
    grid-template-columns: repeat(6, 1fr);
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
    gap: 1rem;
    justify-content: center;
}

.col-7 {
    grid-template-columns: repeat(7, 1fr);
}

.col-6, .col-12 {
    grid-template-columns: repeat(6, 1fr);
}

.col-5, .col-10 {
    grid-template-columns: repeat(5, 1fr);
}

.col-4, .col-8 {
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 980px) {
    .prefix-slots {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .prefix-slots {
        gap: .5rem;
        grid-template-columns: 1fr 1fr;
    }

}

.prefix-slots__item {
    position: relative;
    border-radius: .5rem;
    overflow: hidden;
    padding: 8px;
}

.prefix-slots__item:hover .prefix-slots__item-bg {
    left: 0;
}

.prefix-slots__item .btn {
    min-width: 100%;
}

.prefix-slots__item-title {
    color: var(--site-bg, #F1F1F1);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: auto;
}

.prefix-slots__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.prefix-slots__item-bg {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(30, 20, 80, .87)), to(rgba(30, 20, 80, .87)));
    background: rgba(0, 0, 0, 0.50);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    padding: 8px;
}

.prefix-slots__item-bg svg {
    width: 3.5625rem;
    height: 3.5625rem;
    cursor: pointer
}

.prefix-slots-section-btn {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    min-width: fit-content;
}

.prefix-slot-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.prefix-slot-title .wp-block-heading {
    margin-bottom: 0;
}

.prefix-slots__item-container {
    position: relative;
    overflow: hidden;

    border-radius: .5rem;
}

* + .prefix-bonuses {
    margin-top: 16px
}

.prefix-bonuses {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(348px, 1fr));
}

.prefix-bonuses__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden
}

.prefix-bonuses-popup + .prefix-bonuses__item-description {
    margin-top: 16px;
}

@media (max-width: 1024px) {
    .prefix-bonuses {
        grid-template-columns: repeat(auto-fill, minmax(325px, 1fr));
    }

    .prefix-slots__item .btn {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .prefix-bonuses__item {
        width: 100%
    }


}

.prefix-bonuses__item img {
    width: 100%;
    object-fit: cover;
    height: 148px;
    border-radius: 8px;
}

.prefix-bonuses__item-img {
    position: relative;

    border-radius: 8px;
    overflow: hidden
}

.prefix-bonuses__item-img::before {
    content: '';
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.00) 100%);
}

.prefix-bonuses__item-tag {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: var(--accent-base, #0BF);
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    z-index: 1;
    width: 80%;
    position: absolute;
    top: 26px;
    left: 50%;
    transform: translate(-50%, 0%);
    gap: 12px;
}

.prefix-bonuses__item-tag::before,
.prefix-bonuses__item-tag::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--accent-base, #0BF);
}

.prefix-bonuses__value {
    width: 100%;
    border-radius: 8px;
    border: 1px solid var(--line-color, #EBEBEB);
    background: var(--site-bg, #F1F1F1);
    max-width: 293px;
    color: var(--text-main, #0C0C1A);
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    padding: 10px 16px;
}

.prefix-bonuses__item-tag img {
    width: 1.5rem;
    height: 1.5rem
}

.prefix-bonuses__controls {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
}

.prefix-bonuses__controls.active .copy {
    display: none;
}

.copy {
    display: flex;
}

.prefix-bonuses__item-name {
    color: var(--text-main, #0C0C1A);
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 6px;
    margin-top: 16px;
}

.prefix-bonuses__item-name svg {
    min-width: 1.5rem;
    max-width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
}

.prefix-bonuses__item-description {
    color: var(--text-secondary, #38383C);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px;
}

.prefix-bonuses__item .btn {
    display: block;
    width: 100%;
    min-width: 100%;
    padding: 12px 2rem;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.prefix-bonuses__item .prefix-bonuses__button {
    max-width: 48px;
    width: 48px;
    min-width: 48px;
    height: 48px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}

.prefix-bonuses-btn {
    margin: 1.5rem auto 0 auto
}

.prefix-mp-hero {
    display: flex;
    gap: 1.5rem;
    border-radius: 8px;
    background: var(--accent-base, #0BF);
    padding: 20px;
}

.prefix-mp-hero__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    height: 100%;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.prefix-mp-hero__item span {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
}

.prefix-mp-hero__item:not(:first-child) {
    padding-left: 12px;
    border-left: 1px solid rgba(241, 241, 241, 0.40);
}

.prefix-mp-hero__item-rating {
    --percent: calc(var(--rating, 4.5) / 5 * 100%);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
}

.prefix-mp-hero__item-rating::after {
    content: "★★★★★";
    display: block;
    background: linear-gradient(90deg, var(--star-color) var(--percent), var(--star-bg) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.prefix-mp-hero__content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    width: 100%;
}

.prefix-mp-hero > img {
    max-width: 24.6875rem;
    flex: 1 1 auto;
    object-fit: contain
}

@media (max-width: 1195px) {
    .prefix-mp-hero__content {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .prefix-mp-hero__item:not(:first-child) {
        padding-left: 0;
        border-left: 0;
    }

    .prefix-mp-hero {
        align-items: center;
    }
}

@media (max-width: 768px) {
    .prefix-mp-hero {
        flex-direction: column;
    }

    .prefix-mp-hero__content {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }

    .prefix-mp-hero__item {
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .prefix-mp-hero__item:not(:first-child) {
        padding-top: 12px;
        border-top: 1px solid rgba(241, 241, 241, 0.40);
    }

    .prefix-mp-hero__bonus-app {
        max-width: 100%
    }
}

@media (max-width: 576px) {
    .prefix-mp-hero > img {
        min-width: unset;
        flex: 1 1 auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .prefix-mp-hero > img {
        max-width: 50%;
        max-height: 200px
    }
}

.bp-hero {
    padding: 1.5rem 0
}

.bp-hero__title {
    margin-bottom: 1.25rem;
    color: var(--color-title);
    font-family: var(--ff-secondary);
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.75rem;
    text-transform: uppercase
}

@media (max-width: 576px) {
    .bp-hero__title {
        font-size: 1.75rem;
        line-height: 2.25rem
    }
}


.bp-bonuses-section__subtitle {
    color: var(--color-white);
    font-family: var(--ff-secondary);
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.25rem;
    text-transform: uppercase;
    margin-bottom: 1.25rem
}

@media (max-width: 1024px) {
    .bp-bonuses {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: thin;
        display: flex;
    }
}

.bp-bonuses__item {
    position: relative;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 18rem;
    padding-bottom: .625rem;
    border-radius: .75rem;
    background: var(--color-accent);
    overflow: hidden
}

@media (max-width: 768px) {
    .bp-bonuses__item {
        width: 100%
    }
}

.bp-bonuses__item > img {
    width: 100%;
    object-fit: cover;
    height: 11.25rem
}

.bp-bonuses__item-tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    padding: .25rem .5rem;
    border-radius: .5rem;
    background: rgba(255, 255, 255, .05);
    color: var(--color-text, #e3e3e3);
}

.bp-bonuses__item-tag svg {
    width: 1.5rem;
    height: 1.5rem
}

.bp-bonuses__item-content {
    padding: 1rem
}

.bp-bonuses__item-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .75rem;
    margin-bottom: .75rem;
    margin-top: .5rem;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    color: var(--color-title);
    font-family: var(--ff-secondary);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    text-transform: uppercase
}

.bp-bonuses__item-name svg {
    min-width: 1.5rem;
    max-width: 1.5rem;
    height: 1.5rem;
    cursor: pointer
}

.bp-bonuses__item-description {
    width: 96%;
    color: var(--color-text, #e3e3e3);
    font-family: var(--ff-primary);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem
}

.bp-bonuses__item .btn {
    display: block;
    max-width: unset;
    width: 90%;
    margin: .625rem auto;
    padding: 1rem 2rem
}

.bp-bonuses .btn {
    margin: 1.5rem auto 0 auto
}

.prefix-vp-hero {
    padding: 1.5rem 0
}

.prefix-vp-hero__title {
    margin-bottom: 1.25rem;
    color: var(--color-title);
    font-family: var(--ff-secondary);
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.75rem;
    text-transform: uppercase
}

@media (max-width: 576px) {
    .prefix-vp-hero__title {
        font-size: 1.75rem;
        line-height: 2.25rem
    }
}

.prefix-vp-hero__content {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 1.25rem
}

@media (max-width: 1380px) {
    .prefix-vp-hero__content {
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.prefix-vp-hero__text {
    max-width: 41rem
}

@media (max-width: 1380px) {
    .prefix-vp-hero__text {
        max-width: 100%;
        display: flex;
        flex-direction: column
    }
}

.prefix-vp-hero__text > p {
    margin-bottom: 1.0625rem;
    color: var(--color-text, #e3e3e3);
}

.prefix-vp-hero__text > p:last-child {
    margin-bottom: 0
}

.prefix-vp-hero__table {
    overflow-x: auto
}

.prefix-vp-hero__table table {
    width: 100%;
    border-spacing: 0;
    height: auto;
    border-radius: 10px;
    overflow: auto
}

@media (max-width: 768px) {
    .prefix-vp-hero__table table {
        width: 48rem
    }
}

.prefix-vp-hero__table table td {
    border: 1px solid var(--color-accent);
    padding: .75rem;
    text-align: center;
    color: var(--color-text, #e3e3e3);
}

.prefix-vp-hero__table table tr:first-child td {
    color: var(--color-title);
    text-align: center;
    font-weight: 700;
    background: var(--color-purple)
}

.prefix-vp-hero__table table tr:first-child td:first-child {
    width: 10rem;
    border-radius: 8px 0 0 0
}

.prefix-vp-hero__table table tr:first-child td:nth-child(2) {
    width: 32.5rem
}

.prefix-vp-hero__table table tr:first-child td:last-child {
    width: 32.5rem;
    border-radius: 0 12px 0 0
}

.prefix-vp-hero__table table tr:last-child td:first-child {
    border-radius: 0 0 0 12px
}

.prefix-vp-hero__table table tr:last-child td:last-child {
    border-radius: 0 0 12px 0
}

.prefix-vp-hero {
    display: inline-block;
    padding: 1rem;
    margin-bottom: .625rem;
    width: fit-content
}

@media (max-width: 1000px) {
    .prefix-vp-hero {
        order: -1;
        width: 100%
    }
}

.prefix-vp-hero__title {
    margin-bottom: .25rem;
    color: var(--color-title);
    font-family: var(--ff-secondary);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    text-transform: uppercase
}

.prefix-vp-hero__description {
    color: var(--color-text);
}

.prefix-vp-hero .btn {
    margin-top: 1rem;
    padding: 12px;
}

.prefix-vp-hero img {
    max-width: 32.5rem;
    object-fit: contain
}

@media (max-width: 1380px) {
    .prefix-vp-hero img {
        max-width: 100%;
        width: 100%
    }
}

.prefix-mobile-button-ad-section {
    position: sticky;
    bottom: 0;
    background: var(--button-bg, #0BF);
    display: none;
    justify-content: flex-end;
    align-items: center;
    gap: .625rem;
    z-index: 88;
}

.prefix-mobile-button-ad-section img {
    width: 66px;
    height: 66px;
}

.prefix-mobile-button__container {
    display: flex;
    gap: 16px;
    padding: 12px 12px 12px 0;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.prefix-mobile-button-ad-section__name {
    color: var(--button-color, #0C0C1A);
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
}

.prefix-mobile-button-ad-section__description {
    color: var(--button-color, #0C0C1A);
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
    margin-top: 2px;
}

.prefix-mobile-button-ad-section__description span {
    color: var(--button-color, #0C0C1A);

    font-weight: 600
}

@media (max-width: 768px) {
    .prefix-mobile-button-ad-section {
        display: flex;
        gap: .75rem;
        flex: 1 1 auto;
        justify-content: space-between
    }
}

.prefix-footer-social {
    display: flex;
    gap: 15px
}

.prefix-footer-social__link img {
    max-width: 30px;
    max-height: 30px
}

.prefix-screenshot-gallery__list {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
}

.prefix-screenshot-gallery__list img {
    width: 100%;
    min-width: 300px;
    border-radius: 8px;
}

.prefix-screenshot-gallery__prefix-wrapper {
    position: relative;
    max-width: 100%;
    margin-top: 16px
}

.glightbox img {
    width: 100%;
    height: auto;
    min-width: 100%
}

* + .prefix-screenshot-gallery {
    margin-top: 20px;
}

.prefix-screenshot-gallery {
    overflow: hidden;
}

.prefix-screenshot-gallery__list {
    overflow-x: auto;
}

@media (max-width: 1000px) {
    .glightbox img {
        min-width: 192px
    }

    .prefix-screenshot-gallery {
        overflow: scroll;
        width: 100%;
    }

    .prefix-screenshot-gallery__list img {
        width: 100%;
        min-width: 230px;
    }
}

@media (min-width: 1000px) {
    .prefix-screenshot-gallery__list {
        scrollbar-width: none
    }

}

.prefix-advantages__item-title {
    font-family: var(--ff-secondary)
}

.prefix-header__logo img, .prefix-footer__logo img {
    height: 44px;
    width: auto;
}

* + .prefix-pros-cons {
    margin-top: 20px;
}

.prefix-pros-cons {
    gap: 24px;
}

.prefix-pros-cons__element-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #e3e3e3
}

.prefix-pros-cons__element-title {
    margin-top: 0;
}

.difference-prefix-wrapper {
    display: flex;
    justify-content: center;
    gap: 50px
}

.prefix-pros-cons__element-item {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    display: flex;
    padding: 8px 8px 8px 40px;
    align-items: flex-start;
    gap: 8px;
    border-radius: 8px;
    background: rgba(0, 188, 122, 0.08);
    color: var(--text-secondary, #38383C);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.prefix-pros-cons__element-item_minus {
    background: rgba(255, 31, 53, 0.08);
}

.prefix-pros-cons__element-item_plus::before {
    position: absolute;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M4.23529 0.529412C4.23529 0.237026 4.47232 0 4.76471 0C5.05709 0 5.29412 0.237026 5.29412 0.529412V9C5.29412 9.29239 5.05709 9.52941 4.76471 9.52941C4.47232 9.52941 4.23529 9.29239 4.23529 9V0.529412Z" fill="%23F1F1F1"/><path d="M0.529412 5.29412C0.237026 5.29412 1.27806e-08 5.05709 0 4.76471C-1.27806e-08 4.47232 0.237026 4.23529 0.529412 4.23529L9 4.23529C9.29239 4.23529 9.52941 4.47232 9.52941 4.76471C9.52941 5.05709 9.29239 5.29412 9 5.29412L0.529412 5.29412Z" fill="%23F1F1F1"/></svg>');
    width: 18px;
    height: 18px;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    background: #00BC6B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prefix-pros-cons__element-item_minus::before {
    position: absolute;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M0.529412 5.29412C0.237026 5.29412 1.27806e-08 5.05709 0 4.76471C-1.27806e-08 4.47232 0.237026 4.23529 0.529412 4.23529L9 4.23529C9.29239 4.23529 9.52941 4.47232 9.52941 4.76471C9.52941 5.05709 9.29239 5.29412 9 5.29412L0.529412 5.29412Z" fill="%23F1F1F1"/></svg>');
    width: 18px;
    height: 18px;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    background: #FE1D21;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prefix-pros-cons__element-item svg {
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
    width: 100%
}

@media (max-width: 768px) {
    .difference-prefix-wrapper {
        display: flex;
        justify-content: center;
        gap: 35px;
        flex-direction: column
    }

    .prefix-pros-cons__element {
        width: 100%
    }

    .prefix-pros-cons__element-item svg {
        min-width: 20px;
        min-height: 20px;
        max-width: 20px;
        max-height: 20px;
        width: 100%
    }

    .prefix-header__logo img, .prefix-footer__logo img {
        height: 33px;

    }
}

h2 {
    margin-bottom: 1rem
}

.prefix-container h2:first-child {
    margin-top: 0
}

.prefix-auto-toc__title.prefix-toc__title {
    margin: 0
}

.prefix-footer__content-payments {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    align-content: center;
    gap: 12px 20px;
    align-self: stretch;
    flex-wrap: wrap;
}

.prefix-footer__content-payments-item img {
    max-width: 80px;
    width: 100%;
    height: auto
}

@media (max-width: 768px) {
    .prefix-footer__content-payments {
        gap: 30px;
        padding: 35px 0 0 0
    }

    .prefix-footer__content-payments-item img {
        max-width: 60px
    }
}

.prefix-header__nav-item-arrow-svg, .prefix-sub-menu__item-arrow-svg {
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: 250ms
}

@media (min-width: 1381px) {
    .prefix-header__nav .prefix-header__nav-item:hover .prefix-header__nav-item-arrow-svg path,
    .prefix-sub-menu__item.prefix-sub-menu__item--has-children:hover .prefix-sub-menu__item-arrow-svg path {
        stroke: var(--color-first-button-bg);
    }


    .prefix-header__nav .prefix-header__nav-item:hover > a,
    .prefix-sub-menu__item.prefix-sub-menu__item--has-children:hover > a {
        color: var(--color-first-button-bg);
    }
}

.prefix-header__nav-item {
    position: relative
}

div.prefix-sub-menu__link.prefix-sub-menu__link--current {
    color: #02bbff;
    font-size: 16px;
}

.prefix-sub-menu__link {
    display: flex;
    align-items: center;
}

@media (min-width: 1381px) {
    .prefix-header__nav-item--has-children:hover .prefix-header__nav-item-arrow svg {
        -webkit-transform: rotateZ(180deg);
        transform: rotateZ(180deg);
        padding-top: 0
    }
}

@media (max-width: 1380px) {
    .prefix-sub-menu {
        position: relative;
        width: 100%;
    }

    .prefix-sub-menu__item.prefix-sub-menu__item--has-children.active .prefix-sub-menu__item-arrow {
        transform: rotate(180deg);
    }

    .prefix-sub-menu__item.prefix-sub-menu__item--has-children.active .prefix-sub-menu {
        display: flex;
        position: relative;
        left: 0;
        top: 0;
        padding: 0 16px;
        border-left: 0;
    }

    .prefix-sub-menu__item.prefix-sub-menu__item--has-children.active .prefix-sub-menu__item-arrow path {
        stroke: var(--accent-base, #0BF);
    }

    .prefix-sub-menu__item.prefix-sub-menu__item--has-children.active > .prefix-sub-menu__link {
        color: var(--accent-base, #0BF);
    }

    .prefix-sub-menu__link.prefix-sub-menu__link--current {
        color: var(--accent-base, #0BF);
    }

    .prefix-sub-menu {

        min-width: auto !important;
    }
}


.prefix-promocode__bonus p {
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px
}


.prefix-promocode__controls {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 15px;
    justify-content: center;
}

.prefix-promocode__controls.active .copy {
    display: none;
}

.copied {
    display: none
}

.prefix-promocode__buttons {
    display: flex;
    gap: 10px;
    margin-top: 20px
}


.prefix-promocode__info {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    margin-top: 23px
}

* + .prefix-promocode {
    margin-top: 16px;
}

.prefix-promocode {
    border-radius: 8px;
    padding: 20px;
    background: var(--accent-base, #0BF);
    overflow: hidden;
}

.prefix-promocode__inner {
    max-width: 671px;
    width: 100%;
    padding-right: 64px;
}

.prefix-promocode:has(img) {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.prefix-promocode:has(img)::before {
    position: absolute;
    left: 447px;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="194" height="277" viewBox="0 0 194 277" fill="none"><path d="M0 0H194V277H0L194 138.5L0 0Z" fill="%2300BBFF"/></svg>');
}

.prefix-promocode img {
    width: 640.5px;
    height: 271px;
    object-fit: cover;
}

.prefix-promocode__bonus {
    text-align: center;
    color: var(--text-main, #0C0C1A);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 8px;
}


.prefix-promocode__title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
}

.prefix-promocode__info-item {
    display: flex;
    gap: 5px
}

.prefix-footer__copyright {
    color: var(--color-footer-text)
}

@media (max-width: 1385px) {
    .prefix-promocode img {
        width: 445.5px;
    }

    .prefix-promocode:has(img)::before {
        left: 252px;
    }
}

@media (max-width: 1172px) {
    .prefix-promocode:has(img) {
        flex-direction: column;
    }

    .prefix-promocode__inner {
        padding: 16px;
    }

    .prefix-promocode:has(img)::before {
        content: none;
    }

    .prefix-promocode img {
        width: 100%;
        height: 215px;
    }
}

@media (max-width: 768px) {
    .prefix-footer__content-payments {
        gap: 30px;
        padding: 35px 0 0 0
    }

    .prefix-footer__content-payments-item img {
        max-width: 60px
    }

    .prefix-promocode__controls {
        flex-wrap: wrap;
    }


}

@media (max-width: 360px) {
    .prefix-promocode:has(img)::before {
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="82" viewBox="0 0 328 82" fill="none"><path d="M328 0V82L-1.54972e-06 82V0L164 82L328 0Z" fill="%2300BBFF"/></svg>');
        position: absolute;
        left: 50%;
        top: 135px;
        transform: translateX(-50%);
        width: 328px;
        pointer-events: none;
    }
}

.prefix-sub-menu {
    display: none;
    position: absolute;
    background-color: var(--color-header);
    top: 20px;
    border-radius: .375rem;
    width: 100%;
    min-width: max-content;
    border-radius: 8px;
    box-shadow: 0 6px 12px 0 rgba(11, 0, 5, 0.08);
}


.prefix-sub-menu__link {
    padding: 8px 12px;
}

.prefix-header__nav-item {
    position: relative
}

@media (max-width: 1380px) {
    .prefix-sub-menu {
        position: relative;
        width: 100%;
        box-shadow: none;
        top: 0;
    }

    .prefix-header__nav-item.prefix-header__nav-item--has-children {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
    }

    .prefix-sub-menu__item.prefix-sub-menu__item--has-children.active > .prefix-sub-menu__link--current {
        width: fit-content;
    }

    div.prefix-sub-menu__link.prefix-sub-menu__link--current {
        color: var(--accent-base, #0BF);
        font-size: 16px;
    }

    .prefix-header__nav-item.prefix-header__nav-item--has-children a {
        width: fit-content;
    }

    .prefix-sub-menu {
        display: none;
    }

    .prefix-header__nav-item--has-children.active > .prefix-sub-menu {
        display: flex;
        flex-direction: column;
        position: relative;
        left: 0;
        top: 0;
        padding: 0 16px;
    }

    .prefix-header__nav .prefix-header__nav-item span {
        margin-left: auto;
    }

    .prefix-sub-menu__item.prefix-sub-menu__item--has-children {
        padding: 0;
    }

    .prefix-sub-menu__item.prefix-sub-menu__item--has-children.active {
        display: flex;
        flex-wrap: wrap;
    }

    .prefix-header__nav-item--has-children.active .prefix-sub-menu .prefix-sub-menu__link {
        padding: 12px 16px;
    }

    .prefix-header__nav-item--has-children.active .prefix-header__nav-item-arrow svg {
        -webkit-transform: rotateZ(180deg);
        transform: rotateZ(180deg);
        padding-top: 0
    }
}

@media (min-width: 1381px) {
    .prefix-header__nav .prefix-header__nav-item:hover > .prefix-sub-menu {
        display: flex;
        gap: 10px;
        flex-direction: column
    }

    .prefix-header__nav-item--has-children:hover .prefix-header__nav-item-arrow svg {
        -webkit-transform: rotateZ(180deg);
        transform: rotateZ(180deg);
        padding-top: 0
    }
}

.prefix-comment-form__form {
    display: grid;
    grid-template-columns:420px auto;
    gap: 20px 24px
}

.prefix-comment-form__field {
    position: relative;
    padding: 1rem;
    border-radius: .75rem;
    background: var(--color-white);
    color: var(--color-title)
}

.prefix-comment-form__field::placeholder {
    color: #e3e3e3
}

.prefix-comment-form__textarea {
    resize: none;
    width: 100%;
    height: 100%
}

.prefix-comment-form__textarea {
    grid-row: 1 / span 3;
    grid-column: 2
}

.prefix-comment-form__button {
    width: 100%;
    min-width: 100%;
    background: var(--color-second-button-bg);
    color: var(--color-white);
}

.prefix-comment-form__alert {
    color: var(--color-title)
}

.prefix-comment-form__alert {
    display: none
}

.prefix-comment-form__alert.success {
    display: flex
}

.prefix-comment-form__alert.error {
    display: flex;
    color: #b25656
}

@media (max-width: 850px) {
    .prefix-comment-form__form {
        grid-template-columns:1fr
    }

    .prefix-comment-form__textarea {
        grid-row: 3;
        grid-column: 1
    }
}

.prefix-comments {
    margin-top: 24px
}

.prefix-comment {
    position: relative;
    padding: 1rem;
    border-radius: .75rem;
    background: var(--color-faq-item);
    color: var(--color-title);
    margin-top: 16px
}

.prefix-comment__author {
    font-size: 24px;
    margin: 0 0 16px 0
}

.prefix-comment__date {
    margin: 10px 0;
    display: block
}

.prefix-relink__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    flex-direction: column-reverse;
    border-radius: 8px;
    background: var(--card-bg, #F8F8F9);
    box-shadow: 0 6px 12px 0 rgba(11, 0, 5, 0.08);
}

.prefix-relink__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(226px, 1fr));
    gap: 1rem;
    justify-content: center;
    margin-top: 62px;
}

.prefix-relink__item img {
    width: 64px;
    height: 64px;
    margin-top: -50px;
    border-radius: 50%;
    object-fit: cover;
}

.prefix-relink__title {
    color: var(--text-main, #0C0C1A);
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    margin-top: 8px;
}


@media (max-width: 1023px) {
    .prefix-relink__list {
        grid-template-columns:1fr 1fr
    }
}

@media (max-width: 650px) {
    .prefix-relink__list {
        gap: 48px 12px;
    }
}

.prefix-category__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(226px, 1fr));
    gap: 1rem;
    justify-content: center;
}

@media (max-width: 650px) {
    .prefix-category__list {
        gap: 16px;
        grid-template-columns: 1fr 1fr
    }
}

.prefix-category__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    flex: 1;
    cursor: pointer;
}

.prefix-category__text {
    text-align: center;
}

.prefix-category__item:hover, .prefix-category__item:hover .prefix-category__title {
    color: var(--link-color-hover, #0BF);
}


.prefix-category__title {
    color: var(--text-main, #0C0C1A);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.prefix-category__item img {
    height: 32px;
    width: 56px;
    z-index: 2;
    padding: 0 12px;
    background: #f8f8f9;
}

.prefix-category__img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.prefix-category__img::after {
    content: '';
    background: var(--accent-base, #0BF);
    height: 1px;
    position: absolute;
    width: 100%;

}

.last-modified-date time {
    color: var(--color-title)
}

.page._active {
    overflow: hidden;
}

.popup-bg {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    z-index: 900
}

.popup-bg.active {
    display: flex;
    max-width: 100%;
}

.popup {
    width: 1243px;
    padding: 16px;
    background: var(--text-main, #0C0C1A);
}

.popup .popup__cross {
    cursor: pointer
}

.slots-popup {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    gap: 12px;
}

.slots-popup .slots-popup__header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #0C0C1A
}

.slots-popup .slots-popup__title {
    flex: 1 1;
    margin-top: 0;
    margin-bottom: 0;
    color: var(--site-bg, #F1F1F1);
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
}

.slots-popup .slots-popup__buttons {
    display: flex;
    justify-content: center;
    flex: 1 1
}

.slots-popup .slots__button {
    width: auto;
    padding: 10px 12.5px
}

.slots-popup .slots-popup__cross-container {
    display: flex;
    justify-content: flex-end;
    flex: 1 1
}

.slots-popup .slots-popup__content {
    min-height: 630px;
    background-color: #12192B;
    aspect-ratio: 16 / 9
}

.slots-popup .slots-popup__content-button {
    display: flex;
    justify-content: center;
}

.slots-popup .slots-popup__iframe {
    width: 100%;
    height: 100%
}

@media (max-width: 1412px) {
    .popup {
        margin: 0 20px
    }

    .slots-popup .slots-popup__content {
        min-height: 540px
    }
}

@media (max-width: 1200px) {
    .popup {
        margin: 0
    }
}

@media (max-width: 760px) {
    .slots-popup .slots-popup__content {
        flex: 1;
        max-width: 100%;
    }

    .prefix-header__nav-mobile {
        max-width: 100%;
    }

    .toc__title {
        width: 100%
    }

    .slots-popup__iframe {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        z-index: 2
    }

    .slots-popup .slots-popup__title {
        order: 1
    }

    .slots-popup .slots-popup__buttons {
        order: 3;
        flex: 1 1 100%;
        margin-top: 8px
    }

    .slots-popup .slots-popup__cross-container {
        flex: 0 0 32px;
        order: 2
    }

    .slots-popup .slots-popup__content-button {
        width: 100%;
    }

    .slots-popup .slots-popup__content-button .btn {
        width: 100%;
        min-width: 100%;
    }
}

.prefix-promocode__bonus p {
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px
}

.prefix-promocode__value {
    width: 100%;
    border-radius: 8px;
    border: 1px solid var(--line-color, #EBEBEB);
    background: var(--site-bg, #F1F1F1);
    max-width: 293px;
    color: var(--text-main, #0C0C1A);
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    padding: 10.5px 16px;
}

.prefix-promocode__button {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    max-width: 48px;
    gap: .625rem;
    border-radius: .5rem;
    padding: 16px;
    color: #1e1e28;
    font-family: var(--ff-primary);
    font-size: .875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    text-align: center;
    cursor: pointer;
    background: var(--color-content-button);
    color: var(--color-content-button)
}

.prefix-promocode__controls {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 15px
}

.prefix-promocode__controls.active .copy {
    display: none;
}

.copied {
    display: none
}

.prefix-promocode__buttons {
    display: flex;
    gap: 10px;
    margin-top: 20px
}

.prefix-promocode__link {
    width: 100%;
    max-width: 345px;
    padding: 16px;
    background: var(--color-content-button);
    color: var(--color-second-button);
}

.prefix-promocode__info {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    margin-top: 23px
}


.prefix-promocode__info-item {
    display: flex;
    gap: 5px
}

@media (max-width: 650px) {
    .prefix-promocode__value {
        max-width: 100%;
        flex: 1;
    }
}

.prefix-buttons-content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.prefix-buttons-content .btn {
    display: flex;
    gap: 5px;
    align-items: center;
}

.prefix-buttons-content .btn img {
    max-width: 24px;
}

.prefix-buttons-content.align-right {
    justify-content: flex-end;
}

.prefix-buttons-content.align-center {
    justify-content: center;
}

.prefix-buttons-content.align-left {
    justify-content: flex-start;
}

@media (max-width: 565px) {
    .prefix-buttons-content .btn {
        min-width: 100%;
        width: 100%;
        justify-content: center;
    }
}

.prefix-footer__links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}


.prefix-footer__links img {
    display: block;
    height: auto;
    max-height: 50px;
    width: auto;
    object-fit: scale-down;
}


.prefix-video.align-center {
    margin: 0 auto
}

.prefix-video.align-right {
    margin-left: auto
}

.prefix-video__container {
    position: relative;
    width: 100%;
    height: auto;
}

.prefix-video__pprefix-review {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.prefix-video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: 0 0;
    border: none;
    border-radius: 50%;
    background: #212121;
    height: 65px;
    width: 65px;
    opacity: .8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prefix-video__button-shape {
    fill: #212121;
    fill-opacity: .8
}

.prefix-video__button-icon {
    fill: var(--color-white)
}

.prefix-video__button:focus {
    outline: 0
}

.prefix-video__button:focus, .prefix-video__button:hover {
    background: var(--color-body);
    opacity: 1
}

.prefix-video__button:hover {
    cursor: pointer
}

.prefix-video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.prefix-video img {
    width: 100%;
    height: auto;
}

.prefix-video__player {
    width: 100%;
}

.prefix-video__container.open .prefix-video__button {
    display: none;
}

* + .prefix-title {
    margin-top: 16px;
}

.prefix-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.prefix-title .wp-block-heading {
    margin-bottom: 0;
}

.prefix-section-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: var(--text-main, #0C0C1A);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 6px 0;
    min-width: fit-content;
}

* + .prefix-matches {
    margin-top: 20px;
}

.prefix-matches {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
    gap: 1rem;
    justify-content: center;
}

.prefix-matches__team img {
    border: 4px solid #F1F1F1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.prefix-matches__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}


.prefix-matches__team {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--text-main, #0C0C1A);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    gap: 8px;
    flex: 1 0 0;
}

.prefix-matches__time {
    text-align: center;
    max-width: 73px;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
}

.prefix-matches .btn {
    margin-top: 16px;
    width: 100%;
    min-width: 100%;
    padding: 12px;
    color: var(--button-color, #0C0C1A);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.prefix-matches__title {
    color: var(--text-main, #0C0C1A);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 16px;
}

@media (max-width: 560px) {
    .prefix-matches {
        grid-template-columns: 1fr;
    }

    .prefix-title {
        margin-bottom: 16px;
    }
}

.wp-block-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.wp-block-columns.col-2 {
    grid-template-columns: 1fr 1fr;
}

.wp-block-columns.col-3 {
    grid-template-columns: 1fr 1fr  1fr;
}

@media (max-width: 1024px) {
    .wp-block-columns.col-2 {
        grid-template-columns: 1fr;
    }

    .wp-block-columns.col-3 {
        grid-template-columns: 1fr;
    }

    .wp-block-column {
        display: contents;
    }

    body .wp-block-columns.col-2.is-layout-flex {
        flex-direction: column;
        gap: 0;
    }

    .wp-block-column .prefix-buttons-content {
        order: 30;
        margin-top: 0;
    }
}

@media (max-width: 565px) {
    .wp-block-column .prefix-buttons-content .btn {
        min-width: 100%;
        width: 100%;
        justify-content: center;
    }
}

.prefix-wrapper-style .last-modified-date, .prefix-wrapper-style .last-modified-date time {
    color: var(--line-color, #EBEBEB);
    position: relative;

}

.prefix-wrapper-style .last-modified-date {
    padding-left: 28px;
}

.prefix-wrapper-style .last-modified-date::before {
    top: 2px;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="20" viewBox="0 0 18 20" fill="none"><path d="M0.759766 7.33887H16.8014" stroke="%23EBEBEB" stroke-width="1.35" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.7734 10.8535H12.7824" stroke="%23EBEBEB" stroke-width="1.35" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.78125 10.8535H8.79025" stroke="%23EBEBEB" stroke-width="1.35" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.77734 10.8535H4.78634" stroke="%23EBEBEB" stroke-width="1.35" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.7734 14.3516H12.7824" stroke="%23EBEBEB" stroke-width="1.35" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.78125 14.3516H8.79025" stroke="%23EBEBEB" stroke-width="1.35" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.77734 14.3516H4.78634" stroke="%23EBEBEB" stroke-width="1.35" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.416 0.674805V3.6367" stroke="%23EBEBEB" stroke-width="1.35" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.14648 0.674805V3.6367" stroke="%23EBEBEB" stroke-width="1.35" stroke-linecap="round" stroke-linejoin="round"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12.5902 2.0957H4.96965C2.32663 2.0957 0.675781 3.56804 0.675781 6.27443V14.4191C0.675781 17.168 2.32663 18.6744 4.96965 18.6744H12.5819C15.2332 18.6744 16.8758 17.1936 16.8758 14.4872V6.27443C16.8841 3.56804 15.2416 2.0957 12.5902 2.0957Z" stroke="%23EBEBEB" stroke-width="1.35" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    left: 0;
    position: absolute;
}

@media (max-width: 640px) {
    .prefix-advantages {
        grid-template-columns: 1fr;
      	margin-bottom: 15px;
    }
  
  	h2.wp-block-heading {
        word-break: break-word;
        overflow-wrap: break-word;
    }
}