html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp,
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

[hidden] {
    display: none;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
}

input:not([type='checkbox']):not([type='radio']),
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

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

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

body {
    height: 100%;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    background: var(--main-theme-color);
    color: var(--text-color);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
}

a {
    cursor: pointer;
}

* {
    outline: none;
    box-sizing: border-box;
}

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

svg {
    transform: translateZ(0);
}

input,
textarea {
    font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: normal;
    margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }
}

h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: normal;
    margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
}

h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: normal;
    margin: 0 auto 28px;
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 22px;
        margin-bottom: 16px;
    }
}

h4 {
    font-weight: 700;
    font-size: 32px;
    line-height: normal;
    margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
    h4 {
        font-size: 20px;
        margin-bottom: 16px;
    }
}

h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: normal;
    margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
    h5 {
        font-size: 18px;
        margin-bottom: 16px;
    }
}

h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
    h6 {
        font-size: 16px;
        margin-bottom: 16px;
    }
}

.rollxo-2rns7l {
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
    .rollxo-2rns7l {
        padding: 54px 0 0;
    }
}

.rollxo-1gbnu6 {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    border-radius: 6px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    background: var(--button-bg-color);
    color: var(--button-text-color);
    cursor: pointer;
    border: none;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

@media only screen and (min-width: 1025px) {
    .rollxo-1gbnu6:hover {
        background: var(--button-bg-hover);
    }
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 var(--button-bg-color);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 4px 24px 0 var(--button-bg-hover);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 var(--button-bg-color);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 4px 24px 0 var(--button-bg-hover);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 transparent;
    }
}

.rollxo-okwa4x {
    max-width: 800px;
    width: 100%;
    padding: 0 16px;
    text-align: center;
    margin: 50px auto 200px;
}

@media only screen and (max-width: 767px) {
    .rollxo-okwa4x {
        margin: 20px auto 100px;
    }
}

.rollxo-okwa4x h1 {
    font-size: 200px;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    color: var(--title-color);
}

@media only screen and (max-width: 767px) {
    .rollxo-okwa4x h1 {
        font-size: 120px;
    }
}

.rollxo-okwa4x p {
    color: var(--text-color);
    font-size: 20px;
    line-height: normal;
    margin: 0 0 50px;
}

.rollxo-1feers {
    cursor: pointer;
}

.rollxo-d30o29 {
    position: absolute;
    pointer-events: none;
    visibility: hidden;
}

.rollxo-17hhsw {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.rollxo-17hhsw figure {
    margin: 0;
}

.rollxo-17hhsw.rollxo-13hnn9 {
    justify-content: flex-start;
    margin-right: 4px;
}

.rollxo-17hhsw.rollxo-qghwxn {
    justify-content: flex-end;
    margin-left: 4px;
}

.rollxo-17hhsw.rollxo-imw1cg {
    justify-content: center;
}

.rollxo-17hhsw.rollxo-3zu9kn {
    justify-content: normal;
}

.rollxo-28fq55 {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto 100px;
}

@media only screen and (max-width: 991px) {
    .rollxo-28fq55 {
        padding: 0 16px;
        margin: 0 auto 80px;
    }
}

@media only screen and (max-width: 767px) {
    .rollxo-28fq55 {
        padding: 0 16px;
        margin: 0 auto 60px;
    }
}

.rollxo-2d0lca {
    font-size: 60px;
    line-height: 66px;
    font-weight: 600;
    margin: 0 0 32px;
    text-align: center;
    color: var(--title-color);
    cursor: pointer;
}

@media only screen and (max-width: 991px) {
    .rollxo-2d0lca {
        font-size: 32px;
        line-height: 110%;
        font-weight: 700;
    }
}

.rollxo-2ajwjv {
    max-width: 794px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .rollxo-2ajwjv {
        flex-direction: column;
    }
}

.rollxo-2m4fgc {
    max-width: 370px;
    width: 100%;
    max-width: 370px;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 24px;
}

.rollxo-2m4fgc img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .rollxo-2m4fgc {
        flex-basis: auto;
        margin: 0 auto 16px;
    }
}

.rollxo-iwfskk {
    max-width: 400px;
    width: 100%;
    flex-basis: 400px;
}

.rollxo-iwfskk ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
    .rollxo-iwfskk ul {
        margin-bottom: 15px;
    }
}

.rollxo-iwfskk ul li {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    position: relative;
}

.rollxo-iwfskk ul li span {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    gap: 2px;
    height: 22px;
    color: var(--title-color);
}

.rollxo-iwfskk ul li span svg {
    fill: var(--title-color);
}

.rollxo-iwfskk ul li small {
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
    .rollxo-iwfskk ul li small {
        font-size: 12px;
    }
}

.rollxo-iwfskk ul li::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 22px;
    background: #c2c0ce;
}

.rollxo-iwfskk ul li:last-of-type::after {
    display: none;
}

@media only screen and (max-width: 767px) {
    .rollxo-iwfskk {
        flex-basis: auto;
        margin: 0 auto;
    }
}

.rollxo-fls87u {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 24px;
    color: var(--title-color);
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .rollxo-fls87u {
        font-size: 24px;
        margin-bottom: 16px;
    }
}

.rollxo-11h9v0 {
    display: flex;
    align-items: center;
    margin: 0 -5px;
}

.rollxo-10dxba {
    width: 100%;
    height: 52px;
    border-radius: 6px;
    margin: 0 5px;
    background-color: #fff;
    transition: 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
}

@media only screen and (max-width: 767px) {
    .rollxo-10dxba {
        height: 50px;
    }
}

@media only screen and (min-width: 1025px) {
    .rollxo-10dxba:hover {
        box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
    }
}

.rollxo-10dxba.rollxo-1ple5y {
    background-color: #000;
}

@media only screen and (min-width: 1025px) {
    .rollxo-10dxba.rollxo-1ple5y:hover {
        box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
    }
}

.rollxo-3hbyw2 {
    padding: 80px 0 0;
    background: var(--fh-bg-color);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1200px) {
    .rollxo-3hbyw2 {
        padding: 80px 16px 0;
    }
}

@media only screen and (max-width: 767px) {
    .rollxo-3hbyw2 {
        padding: 50px 16px 68px;
    }
}

.rollxo-234rkk {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .rollxo-234rkk {
        flex-direction: column;
    }
}

.rollxo-2lr6tm {
    margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
    .rollxo-2lr6tm {
        margin-bottom: 40px;
    }
}

.rollxo-q99vy4 .rollxo-1ubs00 {
    margin-bottom: 28px;
}

.rollxo-q99vy4 .rollxo-1ubs00 img {
    max-height: 100px;
    max-width: 230px;
    width: auto;
}

.rollxo-cnru9r {
    display: flex;
    align-items: center;
}

.rollxo-cnru9r a+a {
    margin-left: 24px;
}

.rollxo-cnru9r img {
    max-height: 56px;
    width: auto;
}

.rollxo-cnru9r img+img {
    margin-left: 24px;
}

.rollxo-1zbk70 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 40px;
}

@media only screen and (max-width: 767px) {
    .rollxo-1zbk70 {
        padding: 0 0 50px;
        justify-content: flex-start;
    }
}

.rollxo-h0tfi0 {
    display: flex;
    align-items: flex-start;
    margin-left: 20px;
}

@media only screen and (max-width: 767px) {
    .rollxo-h0tfi0 {
        margin: 40px 0 0;
        flex-direction: column;
    }
}

.rollxo-20raxx {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0 -7px 48px;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .rollxo-20raxx {
        flex-wrap: wrap;
    }
}

.rollxo-20raxx li {
    display: flex;
    margin: 0 7px;
}

.rollxo-20raxx li svg {
    transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
    .rollxo-20raxx li:hover svg {
        transform: scale(1.2);
    }
}

.rollxo-22ocp6 {
    color: var(--footer-text-color);
    font-size: 12px;
    text-align: center;
}

.rollxo-1w9rxe+.rollxo-1w9rxe {
    margin-left: 120px;
}

@media only screen and (max-width: 767px) {
    .rollxo-1w9rxe+.rollxo-1w9rxe {
        margin: 36px 0 0;
    }
}

.rollxo-2rcdle {
    color: var(--footer-menu-color);
    font-size: 20px;
    margin-bottom: 24px;
}

.rollxo-1ltard {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rollxo-1ltard li {
    font-size: 16px;
}

.rollxo-1ltard li a {
    color: var(--footer-menu-color);
    text-decoration: none;
}

@media only screen and (min-width: 1025px) {
    .rollxo-1ltard li a:hover {
        text-decoration: underline;
    }
}

.rollxo-1ltard li+li {
    margin-top: 16px;
}

.rollxo-25e90y {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.15s ease-in-out;
}

.rollxo-25e90y.rollxo-rkk500 {
    height: auto;
    overflow: visible;
    opacity: 1;
}

.rollxo-21y1cx {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto 100px;
}

.rollxo-21y1cx h1,
.rollxo-21y1cx h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: normal;
    text-align: center;
    margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
    .rollxo-21y1cx h1,
    .rollxo-21y1cx h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .rollxo-21y1cx {
        padding: 0 16px;
    }
}

@media only screen and (max-width: 767px) {
    .rollxo-21y1cx {
        margin-bottom: 60px;
    }
}

.rollxo-news3y {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    display: flex;
    align-items: center;
    gap: 14px;
}

@media only screen and (max-width: 767px) {
    .rollxo-news3y {
        gap: 6px;
        overflow-x: auto;
        margin: 0 0 20px;
    }
}

.rollxo-news3y li {
    width: 100%;
}

.rollxo-news3y li a {
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    gap: 7px;
    color: var(--button-text-color);
    background: var(--button-bg-color);
    border: 1px solid var(--table-1-color);
}

.rollxo-news3y li a svg {
    fill: var(--games-nav-text-color);
}


@media only screen and (min-width: 1025px) {
    .rollxo-news3y li a:hover {
        background: var(--button-bg-hover);
    }
}

@media only screen and (max-width: 767px) {
    .rollxo-news3y li a {
        font-size: 14px;
        height: 36px;
        padding: 0 10px;
    }
    .rollxo-news3y li a img {
        max-width: 16px;
    }
}

.rollxo-1ijfpm {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
    .rollxo-1ijfpm {
        margin: 0 -5px;
    }
}

.rollxo-2lt2c9 {
    max-width: calc(25% - 20px);
    width: 100%;
    flex-basis: calc(25% - 20px);
    margin: 0 10px 20px;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.rollxo-2lt2c9 span {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    color: var(--title-color);
}

.rollxo-2lt2c9 small {
    display: block;
    color: var(--title-color);
    opacity: 0.8;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .rollxo-2lt2c9 {
        max-width: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
        margin: 0 5px 10px;
    }
    .rollxo-2lt2c9 span {
        font-size: 16px;
        margin-bottom: 2px;
    }
}

.rollxo-2ceq8y {
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.rollxo-2ceq8y img {
    width: 100%;
    transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
    .rollxo-2ceq8y:hover img {
        transform: scale(1.1);
    }
}

/* payments */
.rollxo-ivtt9c {
    max-width: calc(25% - 20px);
    width: 100%;
    flex-basis: calc(25% - 20px);
    margin: 0 10px 20px;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.rollxo-ivtt9c span {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    color: var(--title-color);
}

.rollxo-ivtt9c small {
    display: block;
    color: var(--title-color);
    opacity: 0.8;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .rollxo-ivtt9c {
        max-width: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
        margin: 0 5px 10px;
    }
    .rollxo-ivtt9c span {
        font-size: 16px;
        margin-bottom: 2px;
    }
}

.rollxo-a4969b {
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.rollxo-a4969b img {
    width: 100%;
    transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
    .rollxo-a4969b:hover img {
        transform: scale(1.1);
    }
}
/* end */

.rollxo-2ludrm {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 66px;
    background: var(--fh-bg-color);
    z-index: 99;
}

@media only screen and (max-width: 767px) {
    .rollxo-2ludrm {
        height: 54px;
    }
}

.rollxo-ekz6z5 {
    max-width: 1310px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

@media only screen and (max-width: 1400px) {
    .rollxo-ekz6z5 {
        padding: 0 16px;
    }
}

@media only screen and (max-width: 1023px) {
    .rollxo-ekz6z5 {
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    .rollxo-ekz6z5 .rollxo-1ubs00 img {
        max-width: 90px;
    }
}

.rollxo-1ubs00 img {
    max-height: 50px;
    width: auto;
}

@media only screen and (max-width: 1023px) {
    .rollxo-1ubs00 {
        order: -2;
    }
}

@media only screen and (max-width: 1023px) {
    .rollxo-2ix7vm {
        display: none;
    }
    .rollxo-2ix7vm::before {
        content: '';
        position: absolute;
        top: 0;
        right: 100%;
        height: 100%;
        width: 300%;
        background: rgba(0, 0, 0, 0.6);
        pointer-events: none;
    }
}

.rollxo-2bqbah {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.rollxo-2bqbah li {
    font-size: 16px;
    margin: 0 20px;
}

.rollxo-2bqbah li a {
    color: var(--menu-color);
    text-decoration: none;
}

@media only screen and (min-width: 1025px) {
    .rollxo-2bqbah li a:hover {
        text-decoration: underline;
    }
}

@media only screen and (max-width: 1023px) {
    .rollxo-2bqbah {
        display: block;
    }
    .rollxo-2bqbah li {
        margin: 0;
        font-size: 16px;
        border-bottom: 1px solid var(--border-color);
    }
    .rollxo-2bqbah li a {
        display: flex;
        align-items: center;
        padding: 14px 16px;
        position: relative;
    }
    .rollxo-2bqbah li a::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 12px;
        border: 5px solid transparent;
        border-left: 5px solid var(--menu-color);
    }
    .rollxo-2bqbah li:first-of-type {
        border-top: 1px solid var(--border-color);
    }
}

.rollxo-z38nh5 {
    display: flex;
    align-items: center;
    margin-right: 120px;
}

@media only screen and (max-width: 1400px) {
    .rollxo-z38nh5 {
        margin-right: 105px;
    }
}

@media only screen and (max-width: 1023px) {
    .rollxo-z38nh5 {
        order: -1;
        margin-left: auto;
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .rollxo-z38nh5 {
        max-width: 230px;
        justify-content: flex-end;
    }
}

.rollxo-z38nh5.rollxo-141j5h {
    margin-right: 0;
}

.rollxo-17jxep {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    white-space: nowrap;
    height: 42px;
    border-radius: 6px;
    font-size: 16px;
    background: var(--button-bg-color);
    color: var(--button-text-color);
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .rollxo-17jxep {
        height: 38px;
        max-width: none;
        width: auto;
        padding: 0 10px;
        white-space: normal;
        text-align: center;
    }
}

@media only screen and (min-width: 1025px) {
    .rollxo-17jxep:hover {
        background: var(--button-bg-hover);
        opacity: 0.9;
    }
}

.rollxo-21bi6u {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    white-space: nowrap;
    height: 42px;
    border-radius: 6px;
    font-size: 16px;
    background: var(--button-bg-color);
    color: var(--button-text-color);
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    margin-left: 10px;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

@media only screen and (min-width: 1025px) {
    .rollxo-21bi6u:hover {
        background: var(--button-bg-hover);
    }
}

@media only screen and (max-width: 767px) {
    .rollxo-21bi6u {
        height: 38px;
        max-width: none;
        width: auto;
        padding: 0 10px;
        white-space: normal;
        text-align: center;
    }
}

.rollxo-1zzw2y {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 1023px) {
    .rollxo-1zzw2y {
        top: 9px;
        transform: none;
        right: auto;
        left: 0;
    }
}

.rollxo-1zzw2y:hover>ul {
    display: flex;
}

.rollxo-1zzw2y:focus>ul {
    display: flex;
}

.rollxo-1zzw2y:focus-within>ul {
    display: flex;
}

.rollxo-138m59 {
    position: relative;
    border-radius: 10px;
    height: 42px;
    padding: 5px 32px 5px 12px;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-left: 10px;
    cursor: pointer;
    background: var(--button-bg-color);
    color: var(--button-text-color);
    gap: 5px;
}

.rollxo-138m59::after {
    border-bottom: 1px solid var(--button-bg-color);
    border-right: 1px solid var(--button-bg-color);
    content: '';
    height: 7px;
    width: 7px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
}

@media only screen and (max-width: 767px) {
    .rollxo-138m59 {
        padding: 5px 30px 5px 5px;
        font-size: 14px;
        height: 38px;
        gap: 3px;
    }
    .rollxo-138m59 img {
        max-width: 20px;
    }
}

.rollxo-1zzw2y ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    right: 0;
    transition: 0.3s ease-in-out;
    z-index: 2;
    border-radius: 10px;
    min-width: 66px;
    display: none;
    max-height: 465px;
    overflow: hidden;
    flex-direction: column;
    flex-wrap: wrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: var(--button-bg-color);
}

@media only screen and (max-width: 767px) {
    .rollxo-1zzw2y ul {
        min-width: 52px;
        max-height: 315px;
        left: 10px;
        right: auto;
    }
}

.rollxo-1zzw2y ul li {
    padding: 10px 12px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--button-text-color);
    background: var(--button-bg-color);
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .rollxo-1zzw2y ul li {
        padding: 5px;
    }
}

.rollxo-1zzw2y ul li a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--button-text-color);
    text-decoration: none;
}

@media only screen and (min-width: 1025px) {
    .rollxo-1zzw2y ul li a:hover {
        text-decoration: underline;
    }
}

@media only screen and (max-width: 767px) {
    .rollxo-1zzw2y ul li a {
        font-size: 14px;
        gap: 3px;
    }
    .rollxo-1zzw2y ul li a img {
        max-width: 20px;
    }
}

.rollxo-v04lal {
    display: none;
}

.rollxo-gwxdpf {
    width: 38px;
    height: 38px;
    display: none;
    cursor: pointer;
    border-radius: 6px;
    background: var(--button-bg-color);
    padding: 12px 5px;
    z-index: 99;
    margin-left: 8px;
}

@media only screen and (max-width: 1023px) {
    .rollxo-gwxdpf {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
}

.rollxo-gwxdpf span {
    display: block;
    height: 1px;
    border-radius: 4px;
    width: 20px;
    background: var(--button-text-color);
}

@media only screen and (max-width: 1023px) {
    .rollxo-v04lal:checked~.rollxo-2ix7vm {
        display: block;
        position: absolute;
        height: 100vh;
        background: var(--fh-bg-color);
        top: 0;
        right: 0;
        max-width: 286px;
        width: 100%;
        z-index: 9;
        padding: 85px 0;
    }
    .rollxo-2ix7vm {
        display: none;
        transition: display 0.3s ease-in-out;
    }
    .rollxo-v04lal:checked~.rollxo-2ix7vm {
        display: block;
    }
    .rollxo-v04lal:checked+.rollxo-gwxdpf span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 4px);
    }
    .rollxo-v04lal:checked+.rollxo-gwxdpf span:nth-child(2) {
        display: none;
    }
    .rollxo-v04lal:checked+.rollxo-gwxdpf span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }
}

.rollxo-2qjqz6 {
    padding: 24px 0 0;
    max-width: 1110px;
    width: 100%;
    margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
    .rollxo-2qjqz6 {
        padding: 20px 16px 0;
    }
}

.rollxo-2qjqz6 img {
    margin-bottom: 20px;
}

.rollxo-2qjqz6 p {
    color: var(--text-color);
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .rollxo-2qjqz6 p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .rollxo-2qjqz6 {
        margin-bottom: 60px;
    }
}

.rollxo-1ps8xn {
    font-size: 60px;
    font-weight: 700;
    line-height: 110%;
    color: var(--title-color);
    text-align: center;
    max-width: 985px;
    width: 100%;
    margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
    .rollxo-1ps8xn {
        font-size: 32px;
    }
}

.rollxo-u9jm01 {
    color: var(--text-color);
}

.rollxo-2pzqgn {
    color: var(--text-color);
    font-size: 18px;
    line-height: 135%;
}

@media only screen and (max-width: 767px) {
    .rollxo-2pzqgn {
        font-size: 16px;
        line-height: 140%;
    }
}

.rollxo-2pzqgn p {
    color: var(--text-color);
    font-size: 18px;
    line-height: 135%;
}

.rollxo-2pzqgn p:first-of-type {
    margin-top: 0;
}

.rollxo-2pzqgn p:last-of-type {
    margin-bottom: 0;
}

.rollxo-2pzqgn p:last-of-type+h2,
.rollxo-2pzqgn p:last-of-type+h3 {
    margin-top: 24px;
}

@media only screen and (max-width: 767px) {
    .rollxo-2pzqgn p {
        font-size: 16px;
        line-height: 140%;
    }
}

.rollxo-2pzqgn ul {
    padding: 0 0 0 20px;
}

.rollxo-2pzqgn table {
    width: 100%;
    border-collapse: collapse;
}

.rollxo-2pzqgn table tr td {
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: var(--text-color);
    border: 1px solid var(--border-color);
    background: var(--table-1-color);
}

@media only screen and (max-width: 767px) {
    .rollxo-2pzqgn table tr td {
        padding: 12px 4px;
        font-size: 16px;
    }
}

.rollxo-2pzqgn table tr th {
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: var(--text-color);
    border: 1px solid var(--border-color);
    background: var(--table-1-color);
}

@media only screen and (max-width: 767px) {
    .rollxo-2pzqgn table tr th {
        padding: 12px 4px;
        font-size: 16px;
    }
}

.rollxo-2pzqgn table tr:nth-child(even) td {
    background: var(--table-2-color);
}

.rollxo-2pzqgn iframe {
    max-width: 100%;
    width: 100%;
    height: 620px;
    border: none;
    margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
    .rollxo-2pzqgn iframe {
        height: 200px;
    }
}

.rollxo-1qdyiq {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
    .rollxo-1qdyiq {
        padding: 0 16px;
    }
}

@media only screen and (max-width: 767px) {
    .rollxo-1qdyiq {
        margin-bottom: 60px;
    }
}

.rollxo-p89uv2 {
    color: var(--title-color);
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
    .rollxo-p89uv2 {
        font-size: 26px;
        margin-bottom: 18px;
    }
}

.rollxo-p89uv2 h1,
.rollxo-p89uv2 h2,
.rollxo-p89uv2 h3,
.rollxo-p89uv2 h4 {
    color: var(--title-color);
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
    .rollxo-p89uv2 h1,
    .rollxo-p89uv2 h2,
    .rollxo-p89uv2 h3,
    .rollxo-p89uv2 h4 {
        font-size: 26px;
        margin-bottom: 18px;
    }
}

.rollxo-1fs5pp {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
    .rollxo-1fs5pp {
        flex-direction: column-reverse;
    }
}

.rollxo-1fs5pp .rollxo-a8g4y8 {
    max-width: 545px;
    width: 100%;
    flex-basis: 545px;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .rollxo-1fs5pp .rollxo-a8g4y8 {
        max-width: 100%;
        flex-basis: auto;
        margin: 0;
    }
}

.rollxo-1fs5pp .rollxo-bdrsf4 {
    max-width: 514px;
    width: 100%;
    flex-basis: 514px;
    margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
    .rollxo-1fs5pp .rollxo-bdrsf4 {
        max-width: 100%;
        flex-basis: auto;
        margin: 0 0 18px;
    }
    .rollxo-1fs5pp .rollxo-bdrsf4 img {
        width: 100%;
    }
}

.rollxo-bdrsf4 {
    margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
    .rollxo-bdrsf4 {
        margin-bottom: 18px;
    }
}

.rollxo-a8g4y8 {
    margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
    .rollxo-a8g4y8 {
        margin-bottom: 18px;
    }
}

.rollxo-1qdyiq h2 {
    color: var(--title-color);
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
    .rollxo-1qdyiq h2 {
        font-size: 26px;
        margin-bottom: 18px;
    }
}

.rollxo-1qdyiq .rollxo-1gbnu6 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.rollxo-1ce6ut {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto 110px;
    border-radius: 10px;
    border: 1px solid var(--border-color);
    background: #1a1b2d;
    overflow: hidden;
}

@media only screen and (max-width: 1200px) {
    .rollxo-1ce6ut {
        margin: 0 16px;
        max-width: calc(100% - 32px);
    }
}

@media only screen and (max-width: 767px) {
    .rollxo-1ce6ut {
        margin-bottom: 60px;
    }
}

.rollxo-8hgh8d {
    position: relative;
    border: none;
}

.rollxo-8hgh8d::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: var(--table-header-color);
}

.rollxo-1ek6ad {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px;
    font-size: 24px;
    font-weight: 700;
    background: var(--fh-bg-color);
    color: var(--title-color);
    border-bottom: 1px solid var(--border-color);
    cursor: pointer;
}

.rollxo-1ek6ad span {
    height: 32px;
}

.rollxo-1ek6ad span svg rect {
    fill: var(--table-2-color);
    stroke: var(--table-2-color);
}

.rollxo-1ek6ad.rollxo-1vohgv span {
    transform: scaleY(-1);
}

@media only screen and (max-width: 767px) {
    .rollxo-1ek6ad {
        padding: 0 14px;
        font-size: 22px;
        height: 68px;
    }
}

.rollxo-1tlf34 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rollxo-1tlf34 li {
    font-size: 18px;
    background: var(--fh-bg-color);
    border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
    .rollxo-1tlf34 li {
        font-size: 16px;
    }
}

.rollxo-1tlf34 li a {
    display: block;
    color: var(--text-color);
    padding: 14px 32px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
    .rollxo-1tlf34 li a:hover {
        background: var(--main-theme-color);
    }
}

@media only screen and (max-width: 767px) {
    .rollxo-1tlf34 li a {
        padding: 12px 14px;
    }
}

.rollxo-1tlf34.rollxo-2bzv9d {
    display: none;
}

.rollxo-11ck11 {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto 100px;
}

.rollxo-11ck11 table {
    width: 100%;
    border-collapse: collapse;
}

.rollxo-11ck11 table tr td {
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 700;
    color: #a29eb6;
    text-align: center;
    border: 1px solid #262646;
    background: #171a2b;
}

@media only screen and (max-width: 767px) {
    .rollxo-11ck11 table tr td {
        padding: 12px 4px;
        font-size: 16px;
    }
}

.rollxo-11ck11 table tr th {
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: var(--text-color);
    border: 1px solid var(--border-color);
    background: var(--table-2-color);
}

@media only screen and (max-width: 767px) {
    .rollxo-11ck11 table tr th {
        padding: 12px 4px;
        font-size: 16px;
    }
}

.rollxo-11ck11 table tr:nth-child(even) td {
    background: rgba(29, 33, 60, 0.6);
}

.rollxo-11ck11 p {
    color: #a29eb6;
    font-size: 18px;
    line-height: 135%;
}

@media only screen and (max-width: 767px) {
    .rollxo-11ck11 p {
        font-size: 16px;
        line-height: 140%;
    }
}

@media only screen and (max-width: 1200px) {
    .rollxo-11ck11 {
        padding: 0 16px;
    }
}

@media only screen and (max-width: 767px) {
    .rollxo-11ck11 {
        margin-bottom: 60px;
    }
}

.rollxo-m8ehhj {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--table-header-color);
    color: var(--title-color);
    font-size: 28px;
    font-weight: 700;
    padding: 24px 32px;
    border-radius: 12px 12px 0 0;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .rollxo-m8ehhj {
        padding: 16px 14px;
        font-size: 18px;
        text-align: center;
    }
}

.rollxo-1r63ih p+table {
    margin-top: 24px;
}

.rollxo-1r63ih:not(:has(> p))+* {
    margin-top: 32px;
}

.rollxo-1r63ih,
.rollxo-1r63ih table {
    width: 100%;
    border-collapse: collapse;
}

@media only screen and (max-width: 500px) {
    .rollxo-1r63ih {
        width: 100%;
        border-collapse: collapse;
        display: block;
        width: 100%;
        overflow-x: auto;
    }
}

.rollxo-1r63ih tr td {
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 700;
    color: #a29eb6;
    text-align: center;
    border: 1px solid #262646;
    background: #171a2b;
}

@media only screen and (max-width: 767px) {
    .rollxo-1r63ih tr td {
        padding: 12px 4px;
        font-size: 16px;
    }
}

.rollxo-1r63ih thead tr th,
.rollxo-1r63ih thead tr td {
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: var(--text-color);
    border: 1px solid var(--border-color);
    background: var(--table-header-color);
}

@media only screen and (max-width: 767px) {
    .rollxo-1r63ih thead th,
    .rollxo-1r63ih thead td {
        padding: 12px 4px;
        font-size: 16px;
    }
}

.rollxo-1r63ih tr:nth-child(even) td {
    background: rgba(29, 33, 60, 0.6);
}

.rollxo-184z7q table tr td {
    color: var(--text-color);
    background: var(--table-1-color);
    border-color: var(--border-color);
}

.rollxo-184z7q table tr:nth-child(even) td {
    background: var(--table-2-color);
}

.rollxo-184z7q p {
    color: var(--text-color);
}

.rollxo-1dtye3 {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
    .rollxo-1dtye3 {
        padding: 0 16px;
    }
}

@media only screen and (max-width: 767px) {
    .rollxo-1dtye3 {
        margin-bottom: 60px;
    }
}

.rollxo-3dl7lt {
    padding: 16px 32px;
    border-radius: 10px;
    font-size: 20px;
    background: var(--fh-bg-color);
    color: var(--updated-block-color);
    border-left: 5px solid var(--button-bg-color);
    border-color: var(--border-color);
}

.rollxo-2blrmw {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
    .rollxo-2blrmw {
        padding: 0 16px;
    }
}

@media only screen and (max-width: 767px) {
    .rollxo-2blrmw {
        margin-bottom: 60px;
    }
}

.rollxo-lmmnut {
    border-radius: 10px;
    background: var(--fh-bg-color);
    border: 1px solid var(--border-color);
    margin-bottom: 10px;
    padding: 20px 32px 20px;
}

.rollxo-lmmnut h3 {
    position: relative;
    color: var(--title-color);
    font-size: 20px;
    cursor: pointer;
    margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
    .rollxo-lmmnut h3 {
        font-size: 16px;
        font-weight: 600;
    }
}

.rollxo-lmmnut p {
    padding: 0;
    font-size: 18px;
    line-height: 135%;
    margin: 0;
    color: var(--text-color);
}

.rollxo-lmmnut p+p {
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    .rollxo-lmmnut p {
        font-size: 16px;
    }
}

.rollxo-2bjuy0 {
    display: none;
}

@media only screen and (max-width: 767px) {
    .rollxo-2bjuy0 {
        display: flex;
        justify-content: center;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 5;
        height: 68px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        background: #161d33;
        padding: 0 40px;
    }
}

.rollxo-156ots {
    list-style: none;
    margin: 0 -20px;
    padding: 0;
    display: flex;
    align-items: center;
}

.rollxo-156ots li {
    margin: 0 20px;
}

.rollxo-156ots li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    text-decoration: none;
}

.rollxo-156ots li a img {
    margin-bottom: 4px;
}

@media only screen and (min-width: 1025px) {
    .rollxo-156ots li a:hover {
        color: #2ab765;
    }
}

.rollxo-2ihkag {
    max-width: 1110px;
    width: 100%;
    list-style: none;
    margin: 10px auto;
    padding: 0;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1200px) {
    .rollxo-2ihkag {
        padding: 0 16px;
    }
}

.rollxo-2ihkag li {
    font-size: 16px;
    position: relative;
}

.rollxo-2ihkag li a {
    color: var(--text-color);
    text-decoration: none;
}

@media only screen and (min-width: 1025px) {
    .rollxo-2ihkag li a:hover {
        text-decoration: underline;
    }
}

.rollxo-2ihkag li span {
    opacity: 0.5;
}

.rollxo-2ihkag li+li {
    margin-left: 30px;
}

.rollxo-2ihkag li+li::before {
    content: '-';
    left: -20px;
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
    color: var(--text-color);
    position: absolute;
}

h2.rollxo-p89uv2 {
    margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
    h2.rollxo-p89uv2 {
        margin-bottom: 18px;
    }
}

.rollxo-jm7ykd {
    border-collapse: separate;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: var(--text-color);
    counter-reset: table-row;
}

.rollxo-jm7ykd tbody tr {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px 36px;
    padding: 20px 24px;
    border-radius: 10px;
    margin-bottom: 16px;
    cursor: pointer;
    background-color: var(--fh-bg-color);
}

.rollxo-jm7ykd tbody tr:first-of-type::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    z-index: -1;
    background: var(--table-header-color);
    border-radius: 10px;
}

.rollxo-jm7ykd tbody tr:first-of-type::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: var(--fh-bg-color);
    border-radius: 10px;
}

.rollxo-jm7ykd tbody tr:first-of-type td {
    z-index: 2;
    border-radius: 10px;
}

.rollxo-jm7ykd tbody tr:last-of-type {
    margin-bottom: 0;
}

.rollxo-jm7ykd tbody tr td:first-of-type {
    flex-shrink: 0;
}

.rollxo-jm7ykd tbody tr td:first-of-type>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid var(--rate-image-border);
}

.rollxo-jm7ykd tbody tr td:first-of-type>a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 10px 0;
    padding: 2px 9px;
    width: 28px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    counter-increment: table-row;
    content: counter(table-row);
    background: var(--rate-counter-bg);
}

.rollxo-jm7ykd tbody tr td:last-of-type {
    margin-left: auto;
}

@media only screen and (max-width: 767px) {
    .rollxo-jm7ykd tbody tr td:last-of-type {
        margin-left: 0;
        width: 100%;
    }
}

.rollxo-jm7ykd tbody tr td .rollxo-2krdof {
    display: flex;
    flex-direction: column;
    text-align: center;
}

@media only screen and (max-width: 420px) {
    .rollxo-jm7ykd tbody tr td .rollxo-2krdof {
        width: 100%;
    }
}

.rollxo-jm7ykd tbody tr td .rollxo-665dne {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 10px;
    width: 181px;
    height: 46px;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    color: var(--button-text-color);
    background: var(--button-bg-color);
    transition: 0.3s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    border: none;
}

@media only screen and (min-width: 1025px) {
    .rollxo-jm7ykd tbody tr td .rollxo-665dne:hover {
        background: var(--button-bg-hover);
    }
}

@media only screen and (max-width: 767px) {
    .rollxo-jm7ykd tbody tr td .rollxo-665dne {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 420px) {
    .rollxo-jm7ykd tbody tr td .rollxo-665dne {
        width: 100%;
    }
}

.rollxo-jm7ykd tbody tr td .rollxo-26q39h {
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
    .rollxo-jm7ykd tbody tr td .rollxo-26q39h:hover {
        text-decoration: none;
    }
}

@media only screen and (max-width: 767px) {
    .rollxo-jm7ykd tbody tr {
        flex-direction: column;
    }
}

.rollxo-jm7ykd tbody tr:nth-child(-n + 3) td>a::before {
    background: var(--rate-counter-bg-top);
}

.rollxo-ua929l {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
    .rollxo-ua929l {
        padding: 0 16px;
    }
}

@media only screen and (max-width: 767px) {
    .rollxo-ua929l {
        margin: 0 auto 60px;
    }
}

.rollxo-2f518s {
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;
    margin: 0 0 32px;
    text-align: center;
    color: var(--title-color);
}

@media only screen and (max-width: 767px) {
    .rollxo-2f518s {
        font-size: 26px;
        line-height: normal;
        margin: 0 0 20px;
        text-align: left;
    }
}

.rollxo-25yvb2 {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
    .rollxo-25yvb2 {
        margin: 0 -5px;
    }
}

.rollxo-2pf0vt {
    max-width: calc(25% - 20px);
    width: 100%;
    flex-basis: calc(25% - 20px);
    margin: 0 10px 20px;
    text-decoration: none;
    cursor: pointer;
}

.rollxo-2pf0vt img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.rollxo-2pf0vt p {
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0 0;
    color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
    .rollxo-2pf0vt:hover img {
        transform: scale(1.01);
    }
}

@media only screen and (max-width: 991px) {
    .rollxo-2pf0vt {
        max-width: calc(33.33333% - 20px);
        flex-basis: calc(33.33333% - 20px);
    }
}

@media only screen and (max-width: 767px) {
    .rollxo-2pf0vt {
        max-width: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
        margin: 0 5px 12px;
    }
    .rollxo-2pf0vt p {
        font-size: 16px;
    }
}

.rollxo-1mbzvv {
    position: relative;
    max-width: 800px;
    height: 400px;
    width: 100%;
    margin: 40px auto;
    border-radius: 10px;
    overflow: hidden;
}

@media only screen and (max-width: 520px) {
    .rollxo-1mbzvv {
        height: 190px;
        margin: 20px auto;
    }
}

.rollxo-1mbzvv img {
    width: 100%;
    height: 100%; object-fit: cover;
}

.rollxo-1mbzvv iframe {
    width: 100%;
    height: 400px;
    margin: 0;
}

@media only screen and (max-width: 520px) {
    .rollxo-1mbzvv iframe {
        height: 190px;
    }
}

.rollxo-2gu4m5 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
    filter: blur(3px);
}

.rollxo-2gu4m5::before {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    content: '';
}

.rollxo-kl5kt1 {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 52px;
    max-width: 200px;
    -webkit-animation: none;
    animation: none;
    transform: translate(-50%, -50%);
}

.rollxo-kl5kt1 svg {
    width: 50px;
    height: 50px;
    fill: #fff;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
    .rollxo-kl5kt1:hover svg {
        transform: scale(1.1);
    }
}

.rollxo-10uxki {
    padding: 90px 0;
}

@media only screen and (max-width: 767px) {
    .rollxo-10uxki {
        padding: 40px 0;
    }
}

.rollxo-6rqvda {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
}

.rollxo-6rqvda:has(.rollxo-2phxjs) {
    justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
    .rollxo-6rqvda {
        padding: 0 16px;
    }
}

@media only screen and (max-width: 991px) {
    .rollxo-6rqvda {
        flex-direction: column-reverse;
    }
}

.rollxo-2phxjs {
    max-width: 520px;
    width: 100%;
    flex-basis: 520px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 24px;
}

.rollxo-2phxjs img {
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .rollxo-2phxjs {
        max-width: 565px;
        flex-basis: auto;
        margin: 24px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .rollxo-2phxjs {
        margin: 10px 0 0;
    }
}

.rollxo-2lb9z1 {
    max-width: 565px;
    width: 100%;
    flex-basis: 565px;
    border-radius: 10px;
    padding: 36px 32px;
    background: radial-gradient( 114.2% 133.85% at 7.14% 3.6%, var(--main-theme-color) 0.01%, var(--table-header-color) 0.1%, rgba(255, 255, 255, 0.25) 100%);
    border: 1px solid var(--border-color);
}

.rollxo-2lb9z1 h2 {
    color: inherit;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    margin: 0 0 16px;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .rollxo-2lb9z1 {
        flex-basis: auto;
    }
}

@media only screen and (max-width: 767px) {
    .rollxo-2lb9z1 {
        padding: 24px 10px;
    }
}

.rollxo-2hoygd {
    background: rgba(0, 0, 0, 0.46);
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    padding: 14px 20px;
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.rollxo-2hoygd:hover {
    border: 1px solid rgba(255, 255, 255, 0.65);
}

.rollxo-cbhqox {
    margin: 20px auto 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    border-radius: 6px;
    padding: 15px 10px;
    width: 100%;
    height: 52px;
    cursor: pointer;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: var(--button-bg-color);
    color: var(--button-text-color);
}

.rollxo-cbhqox:hover {
    background: var(--button-bg-hover);
}

.rollxo-10hcxn {
    max-width: 342px;
    width: 100%;
    margin: 20px auto 0;
    font-size: 12px;
    line-height: 140%;
    text-align: center;
    color: inherit;
}

.rollxo-10hcxn ul,
.rollxo-10hcxn ol {
    text-align: left;
}

.rollxo-10hcxn a {
    text-decoration: underline;
    color: #8babff;
}

.rollxo-2nqexm {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin: 0 0 10px;
}

.rollxo-2nqexm .rollxo-2hoygd {
    width: 50%;
    margin: 0;
}

.rollxo-2jqja5 {
    border-radius: 6px;
    padding: 15px 10px;
    width: 50%;
    height: 52px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: var(--button-bg-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--button-text-color);
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

.rollxo-2jqja5:hover {
    background: var(--button-bg-hover);
}

.rollxo-11pkhh {
    margin: 0 0 100px;
}

@media only screen and (max-width: 1200px) {
    .rollxo-11pkhh {
        padding: 0 16px;
    }
}

@media only screen and (max-width: 767px) {
    .rollxo-11pkhh {
        margin: 0 0 60px;
    }
}

.rollxo-1lxize {
    position: relative;
    padding: 20px 24px;
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    border-radius: 10px;
    background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
    .rollxo-1lxize {
        padding: 18px 14px;
        flex-direction: column;
        align-items: flex-start;
    }
}

.rollxo-w59a3y {
    max-width: 200px;
    width: 100%;
    flex-basis: 200px;
    margin-right: 20px;
    border-radius: 10px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .rollxo-w59a3y {
        max-width: 80px;
        flex-basis: auto;
        margin-bottom: 10px;
    }
}

.rollxo-24ia11 {
    max-width: 842px;
    width: 100%;
    flex-basis: 842px;
}

@media only screen and (max-width: 767px) {
    .rollxo-24ia11 {
        flex-basis: auto;
        max-width: 100%;
    }
}

.rollxo-1rbhhx {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 40px;
    font-weight: 700;
    color: var(--title-color);
}

@media only screen and (max-width: 767px) {
    .rollxo-1rbhhx {
        font-size: 26px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}

.rollxo-1rbhhx a {
    width: 26px;
    height: 26px;
    background: #5277e7;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    margin-left: 20px;
    border-radius: 4px;
    transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
    .rollxo-1rbhhx a {
        margin: 1px 0 4px;
    }
}

.rollxo-1rbhhx a svg {
    fill: #fff;
}

.rollxo-1rbhhx a:hover {
    background: #3d68e7;
}

.rollxo-2mvb7o {
    font-size: 16px;
    color: var(--text-color);
    opacity: 0.9;
}

.rollxo-2e0z19 {
    margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
    .rollxo-2e0z19 {
        position: absolute;
        top: 18px;
        left: 115px;
    }
}

.rollxo-2dw2wo {
    font-size: 16px;
    color: var(--text-color);
}

.rollxo-29wvba {
    display: grid;
    grid-template-areas: 'play-block__left' 'content-section' 'play-block__right';
    max-width: 1110px;
    width: 100%;
    margin: 40px auto 100px;
}

@media only screen and (max-width: 1200px) {
    .rollxo-29wvba {
        padding: 0 16px;
    }
}

@media only screen and (max-width: 767px) {
    .rollxo-29wvba {
        margin: 20px auto 60px;
    }
}

@media only screen and (min-width: 992px) {
    .rollxo-29wvba {
        grid-template-areas: 'play-block__left play-block__right' 'content-section content-section';
        grid-template-columns: 65% 35%;
    }
}

.rollxo-2cxbpd {
    grid-area: play-block__left;
    width: 100%;
    padding-right: 0;
}

.rollxo-2cxbpd h1,
.rollxo-2cxbpd h2 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    color: var(--title-color);
    margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
    .rollxo-2cxbpd h1,
    .rollxo-2cxbpd h2 {
        font-weight: 700;
        font-size: 26px;
        line-height: 110%;
        margin-bottom: 16px;
    }
}

@media only screen and (min-width: 992px) {
    .rollxo-2cxbpd {
        margin: 0;
        padding-right: 20px;
    }
}

.rollxo-rbd612 {
    grid-area: play-block__right;
    margin: 24px 0 0;
    width: 100%;
}

.rollxo-rbd612 h1 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    color: var(--title-color);
    margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
    .rollxo-rbd612 h1 {
        font-weight: 700;
        font-size: 26px;
        line-height: 110%;
        margin-bottom: 16px;
    }
}

.rollxo-rbd612 h2 {
    display: flex;
    align-items: center;
    min-height: 68px;
    font-size: 26px;
    line-height: normal;
    font-weight: 700;
    color: var(--title-color);
    margin: 0 0 6px;
}

@media only screen and (max-width: 767px) {
    .rollxo-rbd612 h2 {
        font-size: 24px;
        line-height: 110%;
        margin-bottom: 16px;
        min-height: auto;
    }
}

.rollxo-rbd612 table {
    border-radius: 10px;
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border: 1px solid var(--border-color);
    box-shadow: 0 0 0 1px var(--border-color);
}

.rollxo-rbd612 table tr td {
    padding: 12px 28px;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    border: 1px solid var(--border-color);
    color: var(--text-color);
    background: var(--table-1-color);
    border-top: none;
    border-left: none;
    border-right: none;
}

@media only screen and (max-width: 767px) {
    .rollxo-rbd612 table tr td {
        padding: 12px 4px;
    }
}

.rollxo-rbd612 table tr th {
    padding: 12px 28px;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    border: 1px solid var(--border-color);
    color: var(--text-color);
    background: var(--table-1-color);
    border-top: none;
    border-left: none;
    border-right: none;
}

@media only screen and (max-width: 767px) {
    .rollxo-rbd612 table tr th {
        padding: 12px 4px;
    }
}

.rollxo-rbd612 table tr:last-of-type td {
    border-bottom: none;
}

@media only screen and (min-width: 992px) {
    .rollxo-rbd612 {
        margin: 0;
    }
}

.rollxo-23lldp {
    width: 100%;
    min-height: 356px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .rollxo-23lldp {
        min-height: 190px;
    }
}

.rollxo-ioccmv {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
    filter: blur(5px);
}

.rollxo-ioccmv::before {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    content: '';
}

.rollxo-2h2jls {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.rollxo-2h2jls.rollxo-22ql2m {
    display: none;
}

.rollxo-25f6w2 {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
}

.rollxo-25f6w2 iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rollxo-25f6w2 iframe.rollxo-1xz0ku {
    position: fixed;
    inset: 0px;
    width: 100vw;
    height: 100vh;
    margin: 0px;
}

.rollxo-25f6w2.rollxo-1brg5n {
    opacity: 1;
    pointer-events: all;
}

.rollxo-15smv1 {
    border: none;
    cursor: pointer;
    text-decoration: none;
    max-width: 252px;
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #c2c0ce;
    margin: 0 auto;
    color: #090909;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s ease-in-out;
}

.rollxo-15smv1 svg {
    margin-right: 10px;
}

.rollxo-15smv1+.rollxo-15smv1 {
    margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
    .rollxo-15smv1:hover {
        background: #a8a6b3;
    }
}

.rollxo-1g6fvz {
    background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}

@media only screen and (min-width: 1025px) {
    .rollxo-1g6fvz:hover {
        background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
    }
}

@media only screen and (max-width: 767px) {
    .rollxo-15smv1 {
        height: 42px;
        max-width: 220px;
    }
}

.rollxo-29wvba .rollxo-1qdyiq {
    padding: 0;
    grid-area: content-section;
    width: 100%;
    margin: 24px 0 0;
}

.rollxo-29wvba .rollxo-1qdyiq h1,
.rollxo-29wvba .rollxo-1qdyiq h2 {
    color: var(--title-color);
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
    .rollxo-29wvba .rollxo-1qdyiq h1,
    .rollxo-29wvba .rollxo-1qdyiq h2 {
        font-size: 26px;
        margin: 0 0 18px;
    }
}

@media only screen and (min-width: 991px) {
    .rollxo-29wvba .rollxo-1qdyiq {
        margin: 28px 0 0;
    }
}

.rollxo-1jubn4 {
    max-width: 1110px;
    width: 100%;
    margin: 40px auto 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
    .rollxo-1jubn4 {
        padding: 0 16px;
    }
}

@media only screen and (max-width: 991px) {
    .rollxo-1jubn4 {
        flex-direction: column;
    }
}

@media only screen and (max-width: 767px) {
    .rollxo-1jubn4 {
        margin: 20px auto 60px;
    }
}

.rollxo-2hihd1 {
    max-width: 545px;
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .rollxo-2hihd1 {
        max-width: 100%;
        margin: 0 0 30px;
    }
}

@media only screen and (max-width: 767px) {
    .rollxo-2hihd1 {
        max-width: 100%;
        margin: 0 0 10px;
    }
}

.rollxo-25gq5p {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border-radius: 20px;
}

.rollxo-25gq5p iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rollxo-1mhx05 {
    max-width: 540px;
    width: 100%;
    margin-left: 24px;
}

.rollxo-1mhx05 h1 {
    font-weight: 600;
    font-size: 60px;
    line-height: normal;
    margin: 0;
    color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
    .rollxo-1mhx05 h1 {
        font-size: 44px;
    }
}

@media only screen and (max-width: 767px) {
    .rollxo-1mhx05 h1 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 991px) {
    .rollxo-1mhx05 {
        max-width: 100%;
        margin: 0;
    }
}

.rollxo-g2u5rk {
    padding: 25px 20px;
    border-radius: 10px;
    background: var(--fh-bg-color);
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .rollxo-g2u5rk {
        padding: 14px;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }
}

.rollxo-q8dot0 {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
    .rollxo-q8dot0 {
        flex-direction: column;
        margin: 0 0 0 20px;
    }
}

.rollxo-1rd4py {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-right: 12px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.rollxo-1rd4py span {
    margin-right: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff0000;
}

@media only screen and (max-width: 767px) {
    .rollxo-1rd4py {
        margin: 0;
    }
    .rollxo-1rd4py:last-of-type {
        margin-top: 4px;
    }
}

.rollxo-10v7g2 {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    border-radius: 10px;
    background: var(--table-header-color);
}

@media only screen and (max-width: 540px) {
    .rollxo-10v7g2 {
        padding: 10px;
    }
}

.rollxo-10v7g2 .rollxo-1gbnu6 {
    max-width: 156px;
    height: 46px;
    font-size: 16px;
    margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
    .rollxo-10v7g2 .rollxo-1gbnu6 {
        max-width: 100%;
        margin: 10px 0 0;
    }
}

@media only screen and (max-width: 540px) {
    .rollxo-10v7g2 {
        flex-wrap: wrap;
    }
}

.rollxo-fob2v0 {
    width: 98px;
    flex-shrink: 0;
    margin-right: 12px;
}

.rollxo-fob2v0 img {
    width: 100%;
}

.rollxo-2r48lm {
    max-width: 230px;
    width: 100%;
    margin-right: 5px;
}

@media only screen and (max-width: 540px) {
    .rollxo-2r48lm {
        max-width: 200px;
        margin: 0;
    }
}

.rollxo-2nim8a {
    font-size: 14px;
    color: var(--title-color);
    opacity: 0.8;
}

.rollxo-22mxjk {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: var(--text-color);
}

.rollxo-o0fiv1 {
    width: 100%;
    margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
    .rollxo-o0fiv1 {
        margin: 0 0 60px;
    }
}

.rollxo-o0fiv1 .rollxo-23j03w {
    position: relative;
}

.rollxo-o0fiv1 .rollxo-2g9l27 {
    width: 100%;
    height: calc(100vh - 54px);
    height: 100dvh;
    height: calc(100dvh - env(safe-area-inset-bottom, 0px));
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.rollxo-o0fiv1 .rollxo-2g9l27.rollxo-22ql2m {
    display: none;
}

.rollxo-o0fiv1 .rollxo-zk39pu {
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 32px;
    max-width: 910px;
    width: 100%;
    border-radius: 20px;
    padding: 17px 40px;
    background: var(--main-theme-color);
    border: 1px solid var(--border-color);
    margin-bottom: env(safe-area-inset-bottom, 0px);
}

@media only screen and (max-width: 991px) {
    .rollxo-o0fiv1 .rollxo-zk39pu {
        bottom: 90px;
        padding: 14px 16px;
        flex-direction: column;
        max-width: calc(100% - 32px);
    }
}

@media only screen and (max-width: 520px) {
    .rollxo-o0fiv1 .rollxo-zk39pu {
        bottom: 90px;
    }
}

.rollxo-o0fiv1 .rollxo-zk39pu .rollxo-1humwl {
    max-width: 300px;
    width: 100%;
}

.rollxo-o0fiv1 .rollxo-zk39pu .rollxo-1humwl .rollxo-2m6vi5 {
    font-weight: 800;
    font-size: 40px;
    line-height: 110%;
    color: var(--title-color);
}

@media only screen and (max-width: 767px) {
    .rollxo-o0fiv1 .rollxo-zk39pu .rollxo-1humwl .rollxo-2m6vi5 {
        font-size: 32px;
        text-align: center;
    }
}

.rollxo-o0fiv1 .rollxo-zk39pu .rollxo-1humwl .rollxo-182mtt {
    margin-top: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    color: var(--text-color);
}

@media only screen and (max-width: 767px) {
    .rollxo-o0fiv1 .rollxo-zk39pu .rollxo-1humwl .rollxo-182mtt {
        text-align: center;
    }
}

.rollxo-o0fiv1 .rollxo-zk39pu .rollxo-141j5h {
    max-width: 488px;
    width: 100%;
    gap: 14px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .rollxo-o0fiv1 .rollxo-zk39pu .rollxo-141j5h {
        flex-direction: column-reverse;
    }
}

.rollxo-o0fiv1 .rollxo-zk39pu .rollxo-141j5h .rollxo-pdfcs3 {
    border-radius: 10px;
    padding: 12px 28px;
    width: 200px;
    height: 46px;
    background: #a9afbc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #0b0b10;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.rollxo-o0fiv1 .rollxo-zk39pu .rollxo-141j5h .rollxo-pdfcs3:hover {
    background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
    .rollxo-o0fiv1 .rollxo-zk39pu .rollxo-141j5h .rollxo-pdfcs3 {
        width: 100%;
    }
}

.rollxo-o0fiv1 .rollxo-zk39pu .rollxo-141j5h .rollxo-1gm4r6 {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 10px;
    width: 274px;
    height: 46px;
    background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    color: #0b0b10;
    cursor: pointer;
    position: relative;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}

.rollxo-o0fiv1 .rollxo-zk39pu .rollxo-141j5h .rollxo-1gm4r6 span {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

@keyframes slideLeftRight {
    0% {
        left: -16px;
    }
    100% {
        left: calc(100% + 16px);
    }
}

.rollxo-o0fiv1 .rollxo-zk39pu .rollxo-141j5h .rollxo-1gm4r6:before {
    content: '';
    border-radius: 10px;
    position: absolute;
    height: 100%;
    width: 32px;
    top: 0;
    left: -16px;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.75) 50%, transparent 100%);
    z-index: 0;
    backdrop-filter: blur(5px);
    animation: slideLeftRight 2s infinite;
}

.rollxo-o0fiv1 .rollxo-zk39pu .rollxo-141j5h .rollxo-1gm4r6:hover {
    background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
    .rollxo-o0fiv1 .rollxo-zk39pu .rollxo-141j5h .rollxo-1gm4r6 {
        width: 100%;
    }
}

.rollxo-o0fiv1 .rollxo-zk39pu.rollxo-22ql2m {
    display: none;
}

.rollxo-o0fiv1 .rollxo-13qv05 {
    display: none;
}

.rollxo-o0fiv1 .rollxo-13qv05.rollxo-1brg5n {
    display: block;
}

.rollxo-o0fiv1 .rollxo-13qv05 iframe {
    width: 100%;
    height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
    .rollxo-o0fiv1 .rollxo-13qv05 iframe {
        height: calc(100vh - 54px);
    }
}

.rollxo-o0fiv1 .rollxo-1dhorl {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
    padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
    .rollxo-o0fiv1 .rollxo-1dhorl {
        padding: 24px 16px 0;
    }
}

.rollxo-o0fiv1 .rollxo-1dhorl .rollxo-2m6vi5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: var(--title-color);
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .rollxo-o0fiv1 .rollxo-1dhorl .rollxo-2m6vi5 {
        margin-bottom: 24px;
    }
}

.rollxo-o0fiv1 .rollxo-1dhorl table {
    border-radius: 10px;
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border: 1px solid var(--border-color);
    box-shadow: 0 0 0 1px var(--border-color);
}

.rollxo-o0fiv1 .rollxo-1dhorl table tr td {
    padding: 12px 28px;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    border: 1px solid var(--border-color);
    color: var(--text-color);
    background: var(--table-1-color);
    border-top: none;
}

@media only screen and (max-width: 767px) {
    .rollxo-o0fiv1 .rollxo-1dhorl table tr td {
        padding: 12px 4px;
    }
}

.rollxo-o0fiv1 .rollxo-1dhorl table tr th {
    padding: 12px 28px;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    border: 1px solid var(--border-color);
    color: var(--text-color);
    background: var(--table-2-color);
    border-top: none;
}

@media only screen and (max-width: 767px) {
    .rollxo-o0fiv1 .rollxo-1dhorl table tr th {
        padding: 12px 4px;
    }
}

.rollxo-o0fiv1 .rollxo-1dhorl table tr:last-of-type td {
    border-bottom: none;
}

.rollxo-1ekm5e {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    background: var(--main-theme-color);
}

.rollxo-1ekm5e.rollxo-rkk500 {
    display: block;
}

.rollxo-1ekm5e iframe {
    width: 100%;
    height: calc(100% - 72px);
    border: none;
}

.rollxo-1ekm5e .rollxo-11ehwz {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
    color: #000;
    border: 1px solid #000;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 10000;
}

.rollxo-1ekm5e .rollxo-2661x4 {
    height: 72px;
    padding: 8px 16px 18px;
    background: var(--main-theme-color);
}

.rollxo-1ekm5e .rollxo-1gm4r6 {
    bottom: 20px;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 10px;
    height: 46px;
    width: 100%;
    background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    color: #0b0b10;
    cursor: pointer;
    z-index: 10000;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    transition: 0.3s ease-in-out;
}

.rollxo-1ekm5e .rollxo-1gm4r6:hover {
    background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

.rollxo-j33dgp {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 20;
    display: none;
    overflow: auto;
}

.rollxo-j33dgp.rollxo-rkk500 {
    display: block;
}

.rollxo-2mo4l1 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.rollxo-mjiteu {
    position: relative;
    top: 100px;
    margin: 0 auto;
    z-index: 999;
    max-width: 600px;
    width: 100%;
    background: var(--fh-bg-color);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 28px 44px;
}

.rollxo-uqo8dz {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
    .rollxo-mjiteu {
        width: calc(100% - 20px);
        max-width: 100%;
        padding: 28px 16px;
    }
}

.rollxo-2pnzbk {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.rollxo-2pnzbk svg {
    width: 15px;
    height: 15px;
    fill: #000;
}

.rollxo-1j9v0r {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.rollxo-266ltx.rollxo-22ql2m {
    display: none;
}

.rollxo-ym5cp2 {
    font-size: 16px;
    line-height: 140%;
    color: var(--title-color);
    text-align: center;
    margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
    .rollxo-ym5cp2 {
        margin-bottom: 20px;
    }
}

.rollxo-29m77t {
    padding-bottom: 36px;
    margin-bottom: 36px;
    border-bottom: 1px solid var(--border-color);
}

.rollxo-29m77t span {
    font-weight: 500;
    font-size: 20px;
    color: var(--text-color);
    display: block;
    margin-bottom: 4px;
}

.rollxo-29m77t small {
    font-weight: 400;
    font-size: 16px;
    color: var(--text-color);
    opacity: 0.8;
    display: block;
    margin-bottom: 16px;
}

.rollxo-29m77t input {
    border-radius: 46px;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    background: rgba(245, 245, 245, 0.05);
    color: var(--text-color);
    border: none;
    font-size: 16px;
    transition: 0.3s ease-in-out;
    border: 1px solid rgba(245, 245, 245, 0.05);
}

.rollxo-29m77t input::-moz-placeholder {
    color: var(--text-color);
    opacity: 0.6;
}

.rollxo-29m77t input::placeholder {
    color: var(--text-color);
    opacity: 0.6;
}

.rollxo-29m77t input:hover {
    border-color: rgba(194, 192, 206, 0.5);
}

.rollxo-29m77t input:active {
    border-color: #c2c0ce;
}

.rollxo-29m77t input:focus {
    border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
    .rollxo-29m77t {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

.rollxo-2o1w4i {
    margin-bottom: 36px;
}

.rollxo-2o1w4i textarea {
    border-radius: 20px;
    padding: 14px 20px;
    width: 100%;
    height: 120px;
    resize: none;
    overflow: hidden;
    background: rgba(245, 245, 245, 0.05);
    color: var(--text-color);
    border: 1px solid #c2c0ce;
    font-size: 16px;
}

.rollxo-2o1w4i textarea::-moz-placeholder {
    color: var(--text-color);
    opacity: 0.6;
}

.rollxo-2o1w4i textarea::placeholder {
    color: var(--text-color);
    opacity: 0.6;
}

@media only screen and (max-width: 767px) {
    .rollxo-2o1w4i {
        margin-bottom: 24px;
    }
}

.rollxo-1lc2qv {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.rollxo-1gbx4y {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    width: 136px;
    height: 42px;
    font-size: 16px;
    font-weight: 700;
    color: var(--title-color);
    border: 1px solid var(--border-color);
    transition: 0.3s ease-in-out;
}

.rollxo-1gbx4y:hover {
    background: var(--border-color);
}

.rollxo-1if920 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #197bff;
    color: var(--title-color);
    border-radius: 6px;
    padding: 10px;
    width: 193px;
    height: 42px;
    margin-left: 16px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    transition: 0.3s ease-in-out;
}

.rollxo-1if920:hover {
    background: #166ad9;
}

.rollxo-2l35t8 {
    max-width: 292px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.rollxo-2l35t8.rollxo-22ql2m {
    display: none;
}

.rollxo-lk5wxs {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: var(--title-color);
    margin: 16px 0 20px;
}

.rollxo-2l35t8 .rollxo-1gbx4y {
    margin: 0 auto;
}

.rollxo-wjdca2 {
    padding: 0;
    border: none;
    margin: 0 auto 24px;
}

@media only screen and (max-width: 767px) {
    .rollxo-wjdca2 {
        margin-bottom: 16px;
    }
}

.rollxo-e6nhov {
    display: flex;
    width: 100%;
    justify-content: center;
    overflow: hidden;
    flex-direction: row-reverse;
    height: auto;
    position: relative;
}

.rollxo-1es0g5 {
    filter: grayscale(100%);
}

.rollxo-e6nhov>input {
    display: none;
}

.rollxo-e6nhov>label {
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-top: auto;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    font-size: 0;
    transition: 0.3s;
}

.rollxo-e6nhov>input:checked~label,
.rollxo-e6nhov>input:checked~label~label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.rollxo-e6nhov>input:not(:checked)~label:hover,
.rollxo-e6nhov>input:not(:checked)~label:hover~label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked~.rollxo-2e75iw>.rollxo-2k6gls {
    transform: translateY(-100px);
}

#rating-container-2:checked~.rollxo-2e75iw>.rollxo-2k6gls {
    transform: translateY(-200px);
}

#rating-container-3:checked~.rollxo-2e75iw>.rollxo-2k6gls {
    transform: translateY(-300px);
}

#rating-container-4:checked~.rollxo-2e75iw>.rollxo-2k6gls {
    transform: translateY(-400px);
}

#rating-container-5:checked~.rollxo-2e75iw>.rollxo-2k6gls {
    transform: translateY(-500px);
}

#rating-0 {
    display: none;
}

label[for='rating-0'] {
    display: none;
}

.rollxo-2optgf {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    text-decoration: none;
}

.rollxo-2optgf.rollxo-22ql2m {
    display: none;
}

.rollxo-1u1w9k {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
    height: 110px;
    border-radius: 30px 30px 0 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}

@media only screen and (max-width: 1023px) {
    .rollxo-1u1w9k {
        height: 74px;
        overflow: visible;
    }
}

@media only screen and (max-width: 767px) {
    .rollxo-1u1w9k {
        border-radius: 20px 20px 0 0;
    }
}

.rollxo-ev2jqj {
    max-width: 360px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 0 0 52px;
    gap: 16px;
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    color: #fff;
    border-top-left-radius: 30px;
}

.rollxo-ev2jqj::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border: 20px solid transparent;
}

.rollxo-ev2jqj::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border: 20px solid transparent;
}

.rollxo-ev2jqj img {
    border-radius: 16px;
    overflow: hidden;
}

@media only screen and (max-width: 1023px) {
    .rollxo-ev2jqj {
        max-width: 300px;
        padding: 0 10px;
        font-size: 16px;
    }
    .rollxo-ev2jqj img {
        max-width: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .rollxo-ev2jqj {
        max-width: 120px;
        font-size: 14px;
        border-top-left-radius: 20px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 5px;
        font-size: 14px;
    }
    .rollxo-ev2jqj img {
        max-width: 60px;
        border-radius: 7px;
    }
}

.rollxo-1sxyiv {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    color: #fff;
}

@media only screen and (max-width: 1023px) {
    .rollxo-1sxyiv {
        font-size: 16px;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .rollxo-1sxyiv {
        font-size: 14px;
    }
}

.rollxo-y80cde {
    max-width: 360px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 52px 0 0;
    z-index: 2;
    overflow: hidden;
    border-top-right-radius: 30px;
}

.rollxo-y80cde::before {
    content: '';
    position: absolute;
    left: 42px;
    top: 50%;
    transform: translateY(-50%);
    height: 410px;
    width: 388px;
    border-radius: 50%;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .rollxo-y80cde::before {
        left: 0;
        width: 137px;
        height: 145px;
    }
}

.rollxo-y80cde::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 410px;
    width: 388px;
    border-radius: 50%;
    z-index: -2;
}

@media only screen and (max-width: 767px) {
    .rollxo-y80cde::after {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .rollxo-y80cde {
        max-width: 300px;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .rollxo-y80cde {
        max-width: 120px;
        border-top-right-radius: 20px;
    }
}

.rollxo-1r0uay {
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 2;
}

@media only screen and (max-width: 1023px) {
    .rollxo-1r0uay {
        top: -20px;
    }
}

.rollxo-2blgj5 {
    width: 220px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    color: #090909;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s ease-in-out;
    background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

@media only screen and (min-width: 1025px) {
    .rollxo-2blgj5:hover {
        background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
    }
}

@media only screen and (max-width: 1023px) {
    .rollxo-2blgj5 {
        width: 200px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .rollxo-2blgj5 {
        width: 90px;
        height: 40px;
    }
}

.rollxo-2optgf.rollxo-7q5en1 .rollxo-1u1w9k {
    background: #2b3b67;
}

.rollxo-2optgf.rollxo-7q5en1 .rollxo-ev2jqj {
    background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.rollxo-2optgf.rollxo-7q5en1 .rollxo-ev2jqj::before {
    border-top: 40px solid #2b3b67;
    border-right: 10px solid #2b3b67;
}

.rollxo-2optgf.rollxo-7q5en1 .rollxo-ev2jqj::after {
    border-right: 10px solid #2b3b67;
    border-bottom: 36px solid #2b3b67;
}

.rollxo-2optgf.rollxo-7q5en1 .rollxo-y80cde::before {
    background: #0e0f41;
}

.rollxo-2optgf.rollxo-7q5en1 .rollxo-y80cde::after {
    background: #152557;
}

.rollxo-2optgf.rollxo-26dsac .rollxo-1u1w9k {
    background: #1f35fa;
}

.rollxo-2optgf.rollxo-26dsac .rollxo-ev2jqj {
    background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.rollxo-2optgf.rollxo-26dsac .rollxo-ev2jqj::before {
    border-top: 40px solid #1f35fa;
    border-right: 10px solid #1f35fa;
}

.rollxo-2optgf.rollxo-26dsac .rollxo-ev2jqj::after {
    border-right: 10px solid #1f35fa;
    border-bottom: 36px solid #1f35fa;
}

.rollxo-2optgf.rollxo-26dsac .rollxo-y80cde::before {
    background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.rollxo-2optgf.rollxo-26dsac .rollxo-y80cde::after {
    background: #192ac8;
}

.rollxo-2optgf.rollxo-2is0cd .rollxo-1u1w9k {
    background: #fa771f;
}

.rollxo-2optgf.rollxo-2is0cd .rollxo-ev2jqj {
    background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.rollxo-2optgf.rollxo-2is0cd .rollxo-ev2jqj::before {
    border-top: 40px solid #fa771f;
    border-right: 10px solid #fa771f;
}

.rollxo-2optgf.rollxo-2is0cd .rollxo-ev2jqj::after {
    border-right: 10px solid #fa771f;
    border-bottom: 36px solid #fa771f;
}

.rollxo-2optgf.rollxo-2is0cd .rollxo-y80cde::before {
    background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.rollxo-2optgf.rollxo-2is0cd .rollxo-y80cde::after {
    background: #fa8535;
}

.rollxo-7b8igt {
    max-width: 1110px;
    width: 100%;
    margin: 64px auto 100px;
}

@media only screen and (max-width: 1200px) {
    .rollxo-7b8igt {
        padding: 0 16px;
    }
}

@media only screen and (max-width: 767px) {
    .rollxo-7b8igt {
        margin: 24px 0 60px;
    }
}

.rollxo-7b8igt h1 {
    font-size: 60px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
    .rollxo-7b8igt h1 {
        font-size: 26px;
        line-height: 110%;
        margin-bottom: 18px;
    }
}

.rollxo-1svbz4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    padding: 20px 24px;
    margin-bottom: 24px;
    background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
    .rollxo-1svbz4 {
        flex-direction: column;
        justify-content: center;
        padding: 20px 16px;
        margin-bottom: 16px;
    }
}

.rollxo-6kno3q {
    display: flex;
    align-items: center;
    color: var(--text-color);
    gap: 6px;
    font-weight: 700;
    font-size: 24px;
}

@media only screen and (max-width: 767px) {
    .rollxo-6kno3q {
        display: block;
        text-align: center;
        margin: 0 auto 5px;
    }
}

.rollxo-1wn40g {
    max-width: 200px;
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: var(--button-bg-color);
    color: var(--button-text-color);
    cursor: pointer;
    text-decoration: none;
}

@media only screen and (min-width: 1025px) {
    .rollxo-1wn40g:hover {
        background: var(--button-bg-hover);
    }
}

.rollxo-26hu9w {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rollxo-26hu9w span {
    font-weight: 600;
    font-size: 24px;
    color: var(--text-color);
}

.rollxo-26hu9w small {
    font-size: 14px;
    color: var(--text-color);
}

@media only screen and (max-width: 767px) {
    .rollxo-26hu9w {
        margin-bottom: 16px;
    }
}

.rollxo-265lqd {
    width: 120px;
    height: 22px;
}

.rollxo-265lqd .rollxo-7aawkc {
    fill: #c2c0ce;
}

.rollxo-265lqd [rating='1'] .rollxo-7aawkc:not(:nth-child(n+2)) {
    fill: #ffbe16;
}

.rollxo-265lqd [rating='2'] .rollxo-7aawkc:not(:nth-child(n+3)) {
    fill: #ffbe16;
}

.rollxo-265lqd [rating='3'] .rollxo-7aawkc:not(:nth-child(n+4)) {
    fill: #ffbe16;
}

.rollxo-265lqd [rating='4'] .rollxo-7aawkc:not(:nth-child(n+5)) {
    fill: #ffbe16;
}

.rollxo-265lqd [rating='5'] .rollxo-7aawkc:not(:nth-child(n+6)) {
    fill: #ffbe16;
}

.rollxo-2anfwn {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -10px;
    gap: 20px 0;
}

@media only screen and (max-width: 767px) {
    .rollxo-2anfwn {
        gap: 16px 0;
    }
}

.rollxo-2psofv {
    max-width: calc(33.33333% - 20px);
    width: 100%;
    flex-basis: calc(33.33333% - 20px);
    border-radius: 10px;
    padding: 24px;
    margin: 0 10px;
    background: var(--fh-bg-color);
}

.rollxo-2psofv.rollxo-1brg5n {
    display: block;
}

.rollxo-2psofv.rollxo-22ql2m {
    display: none;
}

@media only screen and (max-width: 767px) {
    .rollxo-2psofv {
        max-width: 100%;
        flex-basis: auto;
        padding: 16px;
    }
}

.rollxo-2kke75 {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.rollxo-emj3nz {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c2c0ce;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    margin-right: 10px;
    color: var(--fh-bg-color);
}

.rollxo-1s6sq1 {
    content: '';
    position: absolute;
    right: -3px;
    bottom: -3px;
    border-radius: 50%;
    padding: 1px;
    width: 18px;
    height: 18px;
    background-color: var(--fh-bg-color);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.rollxo-17yxbr small {
    font-size: 14px;
    display: block;
    color: var(--text-color);
}

.rollxo-17yxbr span {
    font-weight: 600;
    font-size: 16px;
    display: block;
    color: var(--text-color);
}

.rollxo-t3t01e {
    font-size: 16px;
    line-height: 140%;
}

.rollxo-1kssti {
    width: 88px;
    height: 16px;
    margin-bottom: 14px;
}

.rollxo-1kssti .rollxo-7aawkc {
    fill: #c2c0ce;
}

.rollxo-1kssti [rating='1'] .rollxo-7aawkc:not(:nth-child(n+2)) {
    fill: #ffbe16;
}

.rollxo-1kssti [rating='2'] .rollxo-7aawkc:not(:nth-child(n+3)) {
    fill: #ffbe16;
}

.rollxo-1kssti [rating='3'] .rollxo-7aawkc:not(:nth-child(n+4)) {
    fill: #ffbe16;
}

.rollxo-1kssti [rating='4'] .rollxo-7aawkc:not(:nth-child(n+5)) {
    fill: #ffbe16;
}

.rollxo-1kssti [rating='5'] .rollxo-7aawkc:not(:nth-child(n+6)) {
    fill: #ffbe16;
}

.rollxo-2eelrb {
    max-width: 214px;
    height: 46px;
    font-size: 16px;
    margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
    .rollxo-2eelrb {
        margin: 18px auto 0;
    }
}

/* Review Hero Block Styles */

.rollxo-20a3nk {
    max-width: 1110px;
    width: 100%;
    margin: 32px auto;
}

@media screen and (max-width: 1200px) {
    .rollxo-20a3nk {
        padding: 0 16px;
    }
}

.rollxo-fa49by {
    font-size: 60px;
    font-weight: 700;
    line-height: 110%;
    color: var(--title-color);
    text-align: center;
    max-width: 985px;
    width: 100%;
    margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
    .rollxo-fa49by {
        font-size: 26px;
        margin-bottom: 18px;
    }
}

.rollxo-2hfmrj {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 24px;
    padding: 16px;
    border-radius: 10px;
    background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
    .rollxo-2hfmrj {
        padding: 12px;
        gap: 12px;
    }
}

.rollxo-1ticv8 {
    position: relative;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}

.rollxo-1ticv8 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rollxo-1mtfsu {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--button-bg-color) 0%, var(--button-bg-hover) 100%);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.rollxo-1lchnk {
    flex: 1;
    min-width: 0;
}

.rollxo-dmakgu {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
    .rollxo-dmakgu {
        font-size: 14px;
        gap: 6px;
    }
}

.rollxo-1soxrd {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

.rollxo-1soxrd svg,
.rollxo-1soxrd img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rollxo-1soxrd svg path {
    fill: var(--button-bg-color);
}

.rollxo-1soxrd svg circle {
    fill: var(--button-text-color);
}

.rollxo-18vsp7 {
    font-size: 14px;
    color: var(--text-color);
    opacity: 0.7;
}

@media only screen and (max-width: 767px) {
    .rollxo-18vsp7 {
        font-size: 12px;
    }
}

.rollxo-18vsp7 strong {
    font-weight: 600;
}

.rollxo-2d4d5t {
    font-size: 16px;
    line-height: 160%;
    color: var(--text-color);
    margin: 0;
}

.rollxo-2d4d5t p {
    margin: 0 0 16px;
}

.rollxo-2d4d5t p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .rollxo-2d4d5t {
        font-size: 14px;
        line-height: 150%;
    }
}


table {
    margin-bottom: 32px;
}

.rollxo-1r63ih p,
.rollxo-1r63ih ul,
.rollxo-1r63ih ol {
    font-size: 110%;
    line-height: 135%;
}

.rollxo-1qdyiq p img {
    display: block;
    margin: 20px auto;
}

.rollxo-2q7drt {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px;
    text-decoration: none;
}

.rollxo-2q7drt picture,
.rollxo-2q7drt img {
    display: block;
    width: 100%;
}

.rollxo-2q7drt img {
    margin: 0 !important;
}

.rollxo-13eydx {
    position: absolute;
    left: 7%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 550px;
    z-index: 2;
}

.rollxo-1y1ecd {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-color);
    text-transform: uppercase;
    margin-bottom: 12px;
    text-shadow: 0 2px 8px rgba(0,0,0,.7);
}

.rollxo-2k7yp4 {
    font-size: 42px;
    line-height: 0.95;
    font-weight: 800;
    color: var(--title-color);
    text-shadow: 0px 0px 12px rgb(0 0 0);
}

.rollxo-2k7yp4 span {
    display: block;
    color: var(--text-color);
    font-size: 56px;
    margin-top: 8px;
}

.rollxo-1m83dd {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 26px;
    padding: 15px 25px;
    border-radius: 8px;
    background: var(--button-bg-color);
    color: var(--button-text-color);
    font-size: 22px;
    font-weight: 700;
    transition: .25s;
    box-shadow: 0 8px 30px var(--button-bg-color);
}

.rollxo-2q7drt:hover .rollxo-1m83dd {
    transform: scale(1.05);
}

@media (max-width: 767px) {

    .rollxo-13eydx{
        left:20px;
        right:20px;
        max-width:220px;
    }

    .rollxo-1y1ecd{
        font-size:10px;
        margin-bottom:6px;
    }

    .rollxo-2k7yp4{
        font-size:34px;
    }

    .rollxo-2k7yp4 span{
        font-size:26px;
        margin-top:4px;
    }

    .rollxo-1m83dd{
        margin-top:12px;
        padding:10px 18px;
        font-size:14px;
    }

}

/* hero-banner mobile CTA fit */
/* The bonus line ("200 % jusqu'a 15 000 EUR + 350 tours gratuits") is far longer than the
   short strings this banner was designed around; at 34px inside a 220px box it overflowed
   the artwork on phones. Scale the overlay down and let it use more of the banner width. */
@media (max-width: 767px) {
  .rollxo-13eydx { left: 16px; right: 16px; max-width: 58%; }
  .rollxo-2k7yp4 { font-size: 23px; line-height: 1.15; text-shadow: 0 0 8px rgba(0,0,0,.65); }
  .rollxo-2k7yp4 span { font-size: 20px; margin-top: 3px; }
  .rollxo-1m83dd { margin-top: 10px; padding: 8px 14px; font-size: 14px; }
}
@media (max-width: 480px) {
  .rollxo-13eydx { max-width: 62%; left: 12px; right: 12px; }
  .rollxo-2k7yp4 { font-size: 19px; line-height: 1.12; }
  .rollxo-2k7yp4 span { font-size: 17px; }
  .rollxo-1m83dd { margin-top: 8px; padding: 7px 12px; font-size: 13px; }
}


/* flattened headings (h2_0 / h2_2) keep their heading look */
/* These two were <h1>/<h2> in the markup; they are captions, not document headings, so the
   page keeps a single real <h1>. Tags became <p> - restore the exact visual size/weight. */
p#h2_0 { font-weight: 700; color: var(--title-color); }
.rollxo-21y1cx p#h2_2 { font-weight: 700; font-size: 40px; line-height: normal; text-align: center; margin: 0 auto 32px; color: var(--title-color); }
@media (max-width: 767px) {
  .rollxo-21y1cx p#h2_2 { font-size: 26px; margin-bottom: 20px; }
}


/* CTA text centering */
/* .main-button is a flex box centred with justify-content, which places the text block
   as a whole. A long CTA ("Obtenez 250 tours gratuits maintenant !") wraps onto a second
   line, and those lines fall back to the default left alignment — visibly off-centre.
   text-align centres every line; padding keeps the text off the rounded edges. */
.rollxo-1gbnu6 { text-align: center; padding-left: 12px; padding-right: 12px; }


/* page H1 (replaces the removed breadcrumbs) — values taken from trueluck-inloggen.nl */
.rollxo-1ps8xn {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .rollxo-1ps8xn { font-size: 32px; }
}

/* headings: table caption + sections (matches trueluck-inloggen.nl) */
/* The pipeline flattens generated headings to <p id="h2_N">; style them rather than
   rewriting the tags. h2_0 is the caption directly above the comparison table. */
.rollxo-m8ehhj,
p[id="h2_0"], h2[id="h2_0"] {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--table-header-color, var(--table-head-bg-color, var(--fh-bg-color)));
  color: var(--title-color);
  font-size: 28px;
  font-weight: 700;
  padding: 24px 32px;
  border-radius: 12px 12px 0 0;
  margin: 0;
  text-align: center;
}
.rollxo-p89uv2,
p[id^="h2_"]:not([id="h2_0"]), h2[id^="h2_"]:not([id="h2_0"]) {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin: 0 0 28px;
}
@media (max-width: 767px) {
  .rollxo-m8ehhj,
  p[id="h2_0"], h2[id="h2_0"] { padding: 16px 14px; font-size: 18px; }
  .rollxo-p89uv2,
  p[id^="h2_"]:not([id="h2_0"]), h2[id^="h2_"]:not([id="h2_0"]) { font-size: 26px; margin-bottom: 18px; }
}

.rollxo-208dkz,
  .rollxo-208dkz * {
    box-sizing: border-box;
  }

  .rollxo-d2jwmu,
  .rollxo-d2jwmu body {
    overflow: hidden;
  }

  .rollxo-208dkz {
    --fsbp-bg: var(--fh-bg-color, var(--main-theme-color, #111827));
    --fsbp-card-bg: var(--card-bg-color, #ffffff);
    --fsbp-card-text: var(--card-text-color, #111111);
    --fsbp-title: var(--button-text-color, #ffffff);
    --fsbp-accent: var(--button-bg-color, var(--main-theme-color, #e6007e));
    --fsbp-accent-hover: var(--button-bg-hover, var(--main-theme-color, #cc006f));
    --fsbp-button-text: var(--button-text-color, #ffffff);
    --fsbp-border: var(--border-color, rgba(255, 255, 255, 0.18));

    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 24px;
    font-family: inherit;
    backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity 220ms ease,
      visibility 220ms ease;
  }

  .rollxo-208dkz.rollxo-1unbbh {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .rollxo-28k2zv {
    position: relative;
    width: min(400px, calc(100vw - 32px));
    overflow: hidden;
    color: var(--fsbp-card-text);
    text-align: center;
    background: var(--fsbp-card-bg);
    border: 1px solid color-mix(in srgb, var(--fsbp-border) 55%, transparent);
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
    transform: translateY(18px) scale(0.96);
    transition: transform 260ms ease;
  }

  .rollxo-208dkz.rollxo-1unbbh .rollxo-28k2zv {
    transform: translateY(0) scale(1);
  }

  .rollxo-199jo1 {
    padding: 24px 28px 22px;
    color: var(--fsbp-title);
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0)),
      var(--fsbp-accent);
  }

  .rollxo-2qws1a {
    margin: 0;
    color: inherit;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.15;
    text-transform: uppercase;
  }

  .rollxo-2h7555 {
    padding: 42px 34px 40px;
  }

  .rollxo-2n14sa {
    max-width: 290px;
    margin: 0 auto 32px;
    color: var(--fsbp-card-text);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .rollxo-1hnr25 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(248px, 100%);
    min-height: 50px;
    padding: 13px 24px;
    color: var(--fsbp-button-text);
    font: inherit;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    background: var(--fsbp-accent);
    border: 0;
    border-radius: 999px;
    box-shadow: 0 10px 24px color-mix(in srgb, var(--fsbp-accent) 34%, transparent);
    cursor: pointer;
    transition:
      background-color 180ms ease,
      box-shadow 180ms ease,
      transform 180ms ease;
  }

  .rollxo-1hnr25:hover,
  .rollxo-1hnr25:focus-visible {
    background: var(--fsbp-accent-hover);
    box-shadow: 0 12px 28px color-mix(in srgb, var(--fsbp-accent-hover) 38%, transparent);
    outline: none;
    transform: translateY(-1px);
  }

  .rollxo-1hnr25:active {
    transform: translateY(0);
  }

  @supports not (background: color-mix(in srgb, #000 50%, transparent)) {
    .rollxo-208dkz {
      background: rgba(226, 230, 236, 0.86);
    }

    .rollxo-28k2zv {
      border-color: rgba(0, 0, 0, 0.08);
    }

    .rollxo-1hnr25 {
      box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    }
  }

  @media (max-width: 520px) {
    .rollxo-208dkz {
      padding: 16px;
    }

    .rollxo-28k2zv {
      border-radius: 22px;
    }

    .rollxo-199jo1 {
      padding: 21px 22px 19px;
    }

    .rollxo-2qws1a {
      font-size: 19px;
    }

    .rollxo-2h7555 {
      padding: 34px 24px 32px;
    }

    .rollxo-2n14sa {
      margin-bottom: 26px;
      font-size: 18px;
    }

    .rollxo-1hnr25 {
      font-size: 17px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .rollxo-208dkz,
    .rollxo-28k2zv,
    .rollxo-1hnr25 {
      transition: none;
    }
  }

  .rollxo-qwx2vo {
    position: absolute;
    top: 0px;
    right: 3px;
    z-index: 5;

    width: 36px;
    height: 36px;
    padding: 0;

    background: none;
    border: 0;
    border-radius: 50%;

    cursor: pointer;

    transition:
        background-color 180ms ease,
        transform 180ms ease;
}

.rollxo-qwx2vo::before,
.rollxo-qwx2vo::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;

    width: 17px;
    height: 2px;

    background: var(--text-color);
    border-radius: 2px;
}

.rollxo-qwx2vo::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.rollxo-qwx2vo::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.rollxo-qwx2vo:hover {
    background: none;
    transform: rotate(90deg);
}

.rollxo-qwx2vo:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.rollxo-2j1gxx, .rollxo-ahe14h, [class*="review-card"],
.rollxo-29kl5s, [class*="collapsible-header"],
.rollxo-1dtye3, [class*="updated-block"] {
  color: #ece7dc !important;
}
thead, thead th, table th, .rollxo-dpjwh8 {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
.rollxo-10dxba, .rollxo-10dxba :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
.rollxo-1gbnu6, .rollxo-1gbnu6 :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.rollxo-news3y li a, .rollxo-news3y li a :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.rollxo-17jxep, .rollxo-17jxep :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.rollxo-21bi6u, .rollxo-21bi6u :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.rollxo-138m59, .rollxo-138m59 :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.rollxo-1zzw2y ul, .rollxo-1zzw2y ul :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.rollxo-1zzw2y ul li, .rollxo-1zzw2y ul li :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.rollxo-gwxdpf, .rollxo-gwxdpf :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.rollxo-jm7ykd tbody tr td .rollxo-665dne, .rollxo-jm7ykd tbody tr td .rollxo-665dne :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.rollxo-cbhqox, .rollxo-cbhqox :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.rollxo-2jqja5, .rollxo-2jqja5 :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.rollxo-1wn40g, .rollxo-1wn40g :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.rollxo-1m83dd, .rollxo-1m83dd :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--button-text-color) !important; }
[data-fsbp-popup] :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: inherit !important; }

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
