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;
    }
}

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

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

.fridayroll-1f98lj {
    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) {
    .fridayroll-1f98lj: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;
    }
}

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

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

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

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

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

.fridayroll-opqh7a {
    cursor: pointer;
}

.fridayroll-1hur1q {
    position: absolute;
    pointer-events: none;
    visibility: hidden;
}

.fridayroll-2nvrgb {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.fridayroll-2nvrgb figure {
    margin: 0;
}

.fridayroll-2nvrgb.fridayroll-zv3l2x {
    justify-content: flex-start;
    margin-right: 4px;
}

.fridayroll-2nvrgb.fridayroll-xixlvm {
    justify-content: flex-end;
    margin-left: 4px;
}

.fridayroll-2nvrgb.fridayroll-cpm3h1 {
    justify-content: center;
}

.fridayroll-2nvrgb.fridayroll-26e7s3 {
    justify-content: normal;
}

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

@media only screen and (max-width: 991px) {
    .fridayroll-1iygjz {
        padding: 0 16px;
        margin: 0 auto 80px;
    }
}

@media only screen and (max-width: 767px) {
    .fridayroll-1iygjz {
        padding: 0 16px;
        margin: 0 auto 60px;
    }
}

.fridayroll-nrio0f {
    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) {
    .fridayroll-nrio0f {
        font-size: 32px;
        line-height: 110%;
        font-weight: 700;
    }
}

.fridayroll-z1jq5j {
    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) {
    .fridayroll-z1jq5j {
        flex-direction: column;
    }
}

.fridayroll-1urra6 {
    max-width: 370px;
    width: 100%;
    max-width: 370px;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 24px;
}

.fridayroll-1urra6 img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .fridayroll-1urra6 {
        flex-basis: auto;
        margin: 0 auto 16px;
    }
}

.fridayroll-1wvoqv {
    max-width: 400px;
    width: 100%;
    flex-basis: 400px;
}

.fridayroll-1wvoqv 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) {
    .fridayroll-1wvoqv ul {
        margin-bottom: 15px;
    }
}

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

.fridayroll-1wvoqv 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);
}

.fridayroll-1wvoqv ul li span svg {
    fill: var(--title-color);
}

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

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

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

.fridayroll-1wvoqv ul li:last-of-type::after {
    display: none;
}

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

.fridayroll-20fjc7 {
    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) {
    .fridayroll-20fjc7 {
        font-size: 24px;
        margin-bottom: 16px;
    }
}

.fridayroll-186e3g {
    display: flex;
    align-items: center;
    margin: 0 -5px;
}

.fridayroll-v347af {
    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) {
    .fridayroll-v347af {
        height: 50px;
    }
}

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

.fridayroll-v347af.fridayroll-29zmoe {
    background-color: #000;
}

@media only screen and (min-width: 1025px) {
    .fridayroll-v347af.fridayroll-29zmoe:hover {
        box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
    }
}

.fridayroll-pflpxk {
    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) {
    .fridayroll-pflpxk {
        padding: 80px 16px 0;
    }
}

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

.fridayroll-1nqm0a {
    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) {
    .fridayroll-1nqm0a {
        flex-direction: column;
    }
}

.fridayroll-15ttd8 {
    margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
    .fridayroll-15ttd8 {
        margin-bottom: 40px;
    }
}

.fridayroll-arhdro .fridayroll-1gz0fj {
    margin-bottom: 28px;
}

.fridayroll-arhdro .fridayroll-1gz0fj img {
    max-height: 100px;
    max-width: 230px;
    width: auto;
}

.fridayroll-24pqe3 {
    display: flex;
    align-items: center;
}

.fridayroll-24pqe3 a+a {
    margin-left: 24px;
}

.fridayroll-24pqe3 img {
    max-height: 56px;
    width: auto;
}

.fridayroll-24pqe3 img+img {
    margin-left: 24px;
}

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

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

.fridayroll-1kl46n {
    display: flex;
    align-items: flex-start;
    margin-left: 20px;
}

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

.fridayroll-2n7j3q {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0 -7px 48px;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .fridayroll-2n7j3q {
        flex-wrap: wrap;
    }
}

.fridayroll-2n7j3q li {
    display: flex;
    margin: 0 7px;
}

.fridayroll-2n7j3q li svg {
    transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
    .fridayroll-2n7j3q li:hover svg {
        transform: scale(1.2);
    }
}

.fridayroll-25jkdj {
    color: var(--footer-text-color);
    font-size: 12px;
    text-align: center;
}

.fridayroll-gem5sf+.fridayroll-gem5sf {
    margin-left: 120px;
}

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

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

.fridayroll-h5e4p3 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fridayroll-h5e4p3 li {
    font-size: 16px;
}

.fridayroll-h5e4p3 li a {
    color: var(--footer-menu-color);
    text-decoration: none;
}

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

.fridayroll-h5e4p3 li+li {
    margin-top: 16px;
}

.fridayroll-17r2xz {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.15s ease-in-out;
}

.fridayroll-17r2xz.fridayroll-2ox86i {
    height: auto;
    overflow: visible;
    opacity: 1;
}

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

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

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

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

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

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

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

.fridayroll-1v2my5 li {
    width: 100%;
}

.fridayroll-1v2my5 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);
}

.fridayroll-1v2my5 li a svg {
    fill: var(--games-nav-text-color);
}


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

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

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

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

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

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

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

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

.fridayroll-2igl8t {
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}

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

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

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

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

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

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

.fridayroll-6j2zgb {
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.fridayroll-6j2zgb img {
    width: 100%;
    transition: 0.3s ease-in-out;
}

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

.fridayroll-27h7zr {
    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) {
    .fridayroll-27h7zr {
        height: 54px;
    }
}

.fridayroll-f0q8ni {
    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) {
    .fridayroll-f0q8ni {
        padding: 0 16px;
    }
}

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

@media only screen and (max-width: 767px) {
    .fridayroll-f0q8ni .fridayroll-1gz0fj img {
        max-width: 90px;
    }
}

.fridayroll-1gz0fj img {
    max-height: 50px;
    width: auto;
}

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

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

.fridayroll-1czjyg {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.fridayroll-1czjyg li {
    font-size: 16px;
    margin: 0 20px;
}

.fridayroll-1czjyg li a {
    color: var(--menu-color);
    text-decoration: none;
}

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

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

.fridayroll-2ct5mt {
    display: flex;
    align-items: center;
    margin-right: 120px;
}

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

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

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

.fridayroll-2ct5mt.fridayroll-51qbxh {
    margin-right: 0;
}

.fridayroll-quq4fe {
    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) {
    .fridayroll-quq4fe {
        height: 38px;
        max-width: none;
        width: auto;
        padding: 0 10px;
        white-space: normal;
        text-align: center;
    }
}

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

.fridayroll-hzbvxa {
    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) {
    .fridayroll-hzbvxa:hover {
        background: var(--button-bg-hover);
    }
}

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

.fridayroll-obahsw {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

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

.fridayroll-obahsw:hover>ul {
    display: flex;
}

.fridayroll-obahsw:focus>ul {
    display: flex;
}

.fridayroll-obahsw:focus-within>ul {
    display: flex;
}

.fridayroll-d6gr3g {
    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;
}

.fridayroll-d6gr3g::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) {
    .fridayroll-d6gr3g {
        padding: 5px 30px 5px 5px;
        font-size: 14px;
        height: 38px;
        gap: 3px;
    }
    .fridayroll-d6gr3g img {
        max-width: 20px;
    }
}

.fridayroll-obahsw 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) {
    .fridayroll-obahsw ul {
        min-width: 52px;
        max-height: 315px;
        left: 10px;
        right: auto;
    }
}

.fridayroll-obahsw 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) {
    .fridayroll-obahsw ul li {
        padding: 5px;
    }
}

.fridayroll-obahsw 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) {
    .fridayroll-obahsw ul li a:hover {
        text-decoration: underline;
    }
}

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

.fridayroll-1hajau {
    display: none;
}

.fridayroll-19sicu {
    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) {
    .fridayroll-19sicu {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
}

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

@media only screen and (max-width: 1023px) {
    .fridayroll-1hajau:checked~.fridayroll-10oo42 {
        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;
    }
    .fridayroll-10oo42 {
        display: none;
        transition: display 0.3s ease-in-out;
    }
    .fridayroll-1hajau:checked~.fridayroll-10oo42 {
        display: block;
    }
    .fridayroll-1hajau:checked+.fridayroll-19sicu span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 4px);
    }
    .fridayroll-1hajau:checked+.fridayroll-19sicu span:nth-child(2) {
        display: none;
    }
    .fridayroll-1hajau:checked+.fridayroll-19sicu span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }
}

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

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

.fridayroll-2rc5d5 img {
    margin-bottom: 20px;
}

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

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

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

.fridayroll-7qdjua {
    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) {
    .fridayroll-7qdjua {
        font-size: 32px;
    }
}

.fridayroll-2qc6sp {
    color: var(--text-color);
}

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

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

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

.fridayroll-2kicd2 p:first-of-type {
    margin-top: 0;
}

.fridayroll-2kicd2 p:last-of-type {
    margin-bottom: 0;
}

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

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

.fridayroll-2kicd2 ul {
    padding: 0 0 0 20px;
}

.fridayroll-2kicd2 table {
    width: 100%;
    border-collapse: collapse;
}

.fridayroll-2kicd2 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) {
    .fridayroll-2kicd2 table tr td {
        padding: 12px 4px;
        font-size: 16px;
    }
}

.fridayroll-2kicd2 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) {
    .fridayroll-2kicd2 table tr th {
        padding: 12px 4px;
        font-size: 16px;
    }
}

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

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

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

.fridayroll-qsfv1r {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto 100px;
}

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

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

.fridayroll-2hy1on {
    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) {
    .fridayroll-2hy1on {
        font-size: 26px;
        margin-bottom: 18px;
    }
}

.fridayroll-2hy1on h1,
.fridayroll-2hy1on h2,
.fridayroll-2hy1on h3,
.fridayroll-2hy1on 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) {
    .fridayroll-2hy1on h1,
    .fridayroll-2hy1on h2,
    .fridayroll-2hy1on h3,
    .fridayroll-2hy1on h4 {
        font-size: 26px;
        margin-bottom: 18px;
    }
}

.fridayroll-dznkm1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 28px;
}

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

.fridayroll-dznkm1 .fridayroll-21hult {
    max-width: 545px;
    width: 100%;
    flex-basis: 545px;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .fridayroll-dznkm1 .fridayroll-21hult {
        max-width: 100%;
        flex-basis: auto;
        margin: 0;
    }
}

.fridayroll-dznkm1 .fridayroll-5qruoz {
    max-width: 514px;
    width: 100%;
    flex-basis: 514px;
    margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
    .fridayroll-dznkm1 .fridayroll-5qruoz {
        max-width: 100%;
        flex-basis: auto;
        margin: 0 0 18px;
    }
    .fridayroll-dznkm1 .fridayroll-5qruoz img {
        width: 100%;
    }
}

.fridayroll-5qruoz {
    margin: 0 0 28px;
}

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

.fridayroll-21hult {
    margin: 0 0 28px;
}

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

.fridayroll-qsfv1r 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) {
    .fridayroll-qsfv1r h2 {
        font-size: 26px;
        margin-bottom: 18px;
    }
}

.fridayroll-qsfv1r .fridayroll-1f98lj {
    margin-top: 30px;
    margin-bottom: 30px;
}

.fridayroll-2bwr6y {
    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) {
    .fridayroll-2bwr6y {
        margin: 0 16px;
        max-width: calc(100% - 32px);
    }
}

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

.fridayroll-11aqez {
    position: relative;
    border: none;
}

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

.fridayroll-1mi4w6 {
    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;
}

.fridayroll-1mi4w6 span {
    height: 32px;
}

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

.fridayroll-1mi4w6.fridayroll-296huu span {
    transform: scaleY(-1);
}

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

.fridayroll-257ezb {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

@media only screen and (max-width: 767px) {
    .fridayroll-257ezb li {
        font-size: 16px;
    }
}

.fridayroll-257ezb 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) {
    .fridayroll-257ezb li a:hover {
        background: var(--main-theme-color);
    }
}

@media only screen and (max-width: 767px) {
    .fridayroll-257ezb li a {
        padding: 12px 14px;
    }
}

.fridayroll-257ezb.fridayroll-1tdeqc {
    display: none;
}

.fridayroll-25yzu3 {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto 100px;
}

.fridayroll-25yzu3 table {
    width: 100%;
    border-collapse: collapse;
}

.fridayroll-25yzu3 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) {
    .fridayroll-25yzu3 table tr td {
        padding: 12px 4px;
        font-size: 16px;
    }
}

.fridayroll-25yzu3 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) {
    .fridayroll-25yzu3 table tr th {
        padding: 12px 4px;
        font-size: 16px;
    }
}

.fridayroll-25yzu3 table tr:nth-child(even) td {
    background: rgba(29, 33, 60, 0.6);
}

.fridayroll-25yzu3 p {
    color: #a29eb6;
    font-size: 18px;
    line-height: 135%;
}

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

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

@media only screen and (max-width: 767px) {
    .fridayroll-25yzu3 {
        margin-bottom: 60px;
    }
}

.fridayroll-1boh08 {
    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) {
    .fridayroll-1boh08 {
        padding: 16px 14px;
        font-size: 18px;
        text-align: center;
    }
}

.fridayroll-2mvtgk p+table {
    margin-top: 24px;
}

.fridayroll-2mvtgk:not(:has(> p))+* {
    margin-top: 32px;
}

.fridayroll-2mvtgk,
.fridayroll-2mvtgk table {
    width: 100%;
    border-collapse: collapse;
}

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

.fridayroll-2mvtgk 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) {
    .fridayroll-2mvtgk tr td {
        padding: 12px 4px;
        font-size: 16px;
    }
}

.fridayroll-2mvtgk thead tr th,
.fridayroll-2mvtgk 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) {
    .fridayroll-2mvtgk thead th,
    .fridayroll-2mvtgk thead td {
        padding: 12px 4px;
        font-size: 16px;
    }
}

.fridayroll-2mvtgk tr:nth-child(even) td {
    background: rgba(29, 33, 60, 0.6);
}

.fridayroll-22q36k table tr td {
    color: var(--text-color);
    background: var(--table-1-color);
    border-color: var(--border-color);
}

.fridayroll-22q36k table tr:nth-child(even) td {
    background: var(--table-2-color);
}

.fridayroll-22q36k p {
    color: var(--text-color);
}

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

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

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

.fridayroll-1fj2m1 {
    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);
}

.fridayroll-tixy7d {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto 100px;
}

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

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

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

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

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

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

.fridayroll-27phbx p+p {
    margin-top: 10px;
}

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

.fridayroll-210scn {
    display: none;
}

@media only screen and (max-width: 767px) {
    .fridayroll-210scn {
        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;
    }
}

.fridayroll-a2ded8 {
    list-style: none;
    margin: 0 -20px;
    padding: 0;
    display: flex;
    align-items: center;
}

.fridayroll-a2ded8 li {
    margin: 0 20px;
}

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

.fridayroll-a2ded8 li a img {
    margin-bottom: 4px;
}

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

.fridayroll-2ezlip {
    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) {
    .fridayroll-2ezlip {
        padding: 0 16px;
    }
}

.fridayroll-2ezlip li {
    font-size: 16px;
    position: relative;
}

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

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

.fridayroll-2ezlip li span {
    opacity: 0.5;
}

.fridayroll-2ezlip li+li {
    margin-left: 30px;
}

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

h2.fridayroll-2hy1on {
    margin: 0 0 28px;
}

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

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

.fridayroll-1xfvs7 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);
}

.fridayroll-1xfvs7 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;
}

.fridayroll-1xfvs7 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;
}

.fridayroll-1xfvs7 tbody tr:first-of-type td {
    z-index: 2;
    border-radius: 10px;
}

.fridayroll-1xfvs7 tbody tr:last-of-type {
    margin-bottom: 0;
}

.fridayroll-1xfvs7 tbody tr td:first-of-type {
    flex-shrink: 0;
}

.fridayroll-1xfvs7 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);
}

.fridayroll-1xfvs7 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);
}

.fridayroll-1xfvs7 tbody tr td:last-of-type {
    margin-left: auto;
}

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

.fridayroll-1xfvs7 tbody tr td .fridayroll-9mbdmg {
    display: flex;
    flex-direction: column;
    text-align: center;
}

@media only screen and (max-width: 420px) {
    .fridayroll-1xfvs7 tbody tr td .fridayroll-9mbdmg {
        width: 100%;
    }
}

.fridayroll-1xfvs7 tbody tr td .fridayroll-y8y7nh {
    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) {
    .fridayroll-1xfvs7 tbody tr td .fridayroll-y8y7nh:hover {
        background: var(--button-bg-hover);
    }
}

@media only screen and (max-width: 767px) {
    .fridayroll-1xfvs7 tbody tr td .fridayroll-y8y7nh {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 420px) {
    .fridayroll-1xfvs7 tbody tr td .fridayroll-y8y7nh {
        width: 100%;
    }
}

.fridayroll-1xfvs7 tbody tr td .fridayroll-okzagz {
    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) {
    .fridayroll-1xfvs7 tbody tr td .fridayroll-okzagz:hover {
        text-decoration: none;
    }
}

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

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

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

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

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

.fridayroll-1lkwb1 {
    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) {
    .fridayroll-1lkwb1 {
        font-size: 26px;
        line-height: normal;
        margin: 0 0 20px;
        text-align: left;
    }
}

.fridayroll-13dnju {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
    .fridayroll-13dnju {
        margin: 0 -5px;
    }
}

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

.fridayroll-1eqkkb img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.fridayroll-1eqkkb p {
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0 0;
    color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
    .fridayroll-1eqkkb:hover img {
        transform: scale(1.01);
    }
}

@media only screen and (max-width: 991px) {
    .fridayroll-1eqkkb {
        max-width: calc(33.33333% - 20px);
        flex-basis: calc(33.33333% - 20px);
    }
}

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

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

@media only screen and (max-width: 520px) {
    .fridayroll-2rjznv {
        height: 190px;
        margin: 20px auto;
    }
}

.fridayroll-2rjznv img {
    width: 100%;
    height: 100%; object-fit: cover;
}

.fridayroll-2rjznv iframe {
    width: 100%;
    height: 400px;
    margin: 0;
}

@media only screen and (max-width: 520px) {
    .fridayroll-2rjznv iframe {
        height: 190px;
    }
}

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

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

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

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

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

.fridayroll-m9yybn {
    padding: 90px 0;
}

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

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

.fridayroll-rn6wh6:has(.fridayroll-1enk0w) {
    justify-content: space-between;
}

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

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

.fridayroll-1enk0w {
    max-width: 520px;
    width: 100%;
    flex-basis: 520px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 24px;
}

.fridayroll-1enk0w img {
    width: 100%;
}

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

@media only screen and (max-width: 767px) {
    .fridayroll-1enk0w {
        margin: 10px 0 0;
    }
}

.fridayroll-auldqd {
    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);
}

.fridayroll-auldqd 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) {
    .fridayroll-auldqd {
        flex-basis: auto;
    }
}

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

.fridayroll-1r29r4 {
    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;
}

.fridayroll-1r29r4:hover {
    border: 1px solid rgba(255, 255, 255, 0.65);
}

.fridayroll-9bf0ja {
    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);
}

.fridayroll-9bf0ja:hover {
    background: var(--button-bg-hover);
}

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

.fridayroll-21ydw2 ul,
.fridayroll-21ydw2 ol {
    text-align: left;
}

.fridayroll-21ydw2 a {
    text-decoration: underline;
    color: #8babff;
}

.fridayroll-1mf247 {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin: 0 0 10px;
}

.fridayroll-1mf247 .fridayroll-1r29r4 {
    width: 50%;
    margin: 0;
}

.fridayroll-1csg9c {
    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;
}

.fridayroll-1csg9c:hover {
    background: var(--button-bg-hover);
}

.fridayroll-1jkuh2 {
    margin: 0 0 100px;
}

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

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

.fridayroll-1gq668 {
    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) {
    .fridayroll-1gq668 {
        padding: 18px 14px;
        flex-direction: column;
        align-items: flex-start;
    }
}

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

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

.fridayroll-11mtc1 {
    max-width: 842px;
    width: 100%;
    flex-basis: 842px;
}

@media only screen and (max-width: 767px) {
    .fridayroll-11mtc1 {
        flex-basis: auto;
        max-width: 100%;
    }
}

.fridayroll-nfmeqd {
    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) {
    .fridayroll-nfmeqd {
        font-size: 26px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}

.fridayroll-nfmeqd 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) {
    .fridayroll-nfmeqd a {
        margin: 1px 0 4px;
    }
}

.fridayroll-nfmeqd a svg {
    fill: #fff;
}

.fridayroll-nfmeqd a:hover {
    background: #3d68e7;
}

.fridayroll-563qmy {
    font-size: 16px;
    color: var(--text-color);
    opacity: 0.9;
}

.fridayroll-13zqcd {
    margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
    .fridayroll-13zqcd {
        position: absolute;
        top: 18px;
        left: 115px;
    }
}

.fridayroll-wfl0hc {
    font-size: 16px;
    color: var(--text-color);
}

.fridayroll-1c5lsd {
    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) {
    .fridayroll-1c5lsd {
        padding: 0 16px;
    }
}

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

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

.fridayroll-1qlpoy {
    grid-area: play-block__left;
    width: 100%;
    padding-right: 0;
}

.fridayroll-1qlpoy h1,
.fridayroll-1qlpoy 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) {
    .fridayroll-1qlpoy h1,
    .fridayroll-1qlpoy h2 {
        font-weight: 700;
        font-size: 26px;
        line-height: 110%;
        margin-bottom: 16px;
    }
}

@media only screen and (min-width: 992px) {
    .fridayroll-1qlpoy {
        margin: 0;
        padding-right: 20px;
    }
}

.fridayroll-18bv2k {
    grid-area: play-block__right;
    margin: 24px 0 0;
    width: 100%;
}

.fridayroll-18bv2k 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) {
    .fridayroll-18bv2k h1 {
        font-weight: 700;
        font-size: 26px;
        line-height: 110%;
        margin-bottom: 16px;
    }
}

.fridayroll-18bv2k 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) {
    .fridayroll-18bv2k h2 {
        font-size: 24px;
        line-height: 110%;
        margin-bottom: 16px;
        min-height: auto;
    }
}

.fridayroll-18bv2k 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);
}

.fridayroll-18bv2k 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) {
    .fridayroll-18bv2k table tr td {
        padding: 12px 4px;
    }
}

.fridayroll-18bv2k 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) {
    .fridayroll-18bv2k table tr th {
        padding: 12px 4px;
    }
}

.fridayroll-18bv2k table tr:last-of-type td {
    border-bottom: none;
}

@media only screen and (min-width: 992px) {
    .fridayroll-18bv2k {
        margin: 0;
    }
}

.fridayroll-1ta7gw {
    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) {
    .fridayroll-1ta7gw {
        min-height: 190px;
    }
}

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

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

.fridayroll-1frddf {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.fridayroll-1frddf.fridayroll-1bubhl {
    display: none;
}

.fridayroll-2ragyy {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
}

.fridayroll-2ragyy iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fridayroll-2ragyy iframe.fridayroll-ghl2c0 {
    position: fixed;
    inset: 0px;
    width: 100vw;
    height: 100vh;
    margin: 0px;
}

.fridayroll-2ragyy.fridayroll-1dhilu {
    opacity: 1;
    pointer-events: all;
}

.fridayroll-1oe3v9 {
    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;
}

.fridayroll-1oe3v9 svg {
    margin-right: 10px;
}

.fridayroll-1oe3v9+.fridayroll-1oe3v9 {
    margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
    .fridayroll-1oe3v9:hover {
        background: #a8a6b3;
    }
}

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

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

@media only screen and (max-width: 767px) {
    .fridayroll-1oe3v9 {
        height: 42px;
        max-width: 220px;
    }
}

.fridayroll-1c5lsd .fridayroll-qsfv1r {
    padding: 0;
    grid-area: content-section;
    width: 100%;
    margin: 24px 0 0;
}

.fridayroll-1c5lsd .fridayroll-qsfv1r h1,
.fridayroll-1c5lsd .fridayroll-qsfv1r 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) {
    .fridayroll-1c5lsd .fridayroll-qsfv1r h1,
    .fridayroll-1c5lsd .fridayroll-qsfv1r h2 {
        font-size: 26px;
        margin: 0 0 18px;
    }
}

@media only screen and (min-width: 991px) {
    .fridayroll-1c5lsd .fridayroll-qsfv1r {
        margin: 28px 0 0;
    }
}

.fridayroll-1zllel {
    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) {
    .fridayroll-1zllel {
        padding: 0 16px;
    }
}

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

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

.fridayroll-1e01fj {
    max-width: 545px;
    width: 100%;
}

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

@media only screen and (max-width: 767px) {
    .fridayroll-1e01fj {
        max-width: 100%;
        margin: 0 0 10px;
    }
}

.fridayroll-2c28vl {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border-radius: 20px;
}

.fridayroll-2c28vl iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fridayroll-ohf63b {
    max-width: 540px;
    width: 100%;
    margin-left: 24px;
}

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

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

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

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

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

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

.fridayroll-bw8156 {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

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

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

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

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

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

@media only screen and (max-width: 540px) {
    .fridayroll-2b2vgz {
        padding: 10px;
    }
}

.fridayroll-2b2vgz .fridayroll-1f98lj {
    max-width: 156px;
    height: 46px;
    font-size: 16px;
    margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
    .fridayroll-2b2vgz .fridayroll-1f98lj {
        max-width: 100%;
        margin: 10px 0 0;
    }
}

@media only screen and (max-width: 540px) {
    .fridayroll-2b2vgz {
        flex-wrap: wrap;
    }
}

.fridayroll-2bly99 {
    width: 98px;
    flex-shrink: 0;
    margin-right: 12px;
}

.fridayroll-2bly99 img {
    width: 100%;
}

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

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

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

.fridayroll-23343a {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: var(--text-color);
}

.fridayroll-1fvuym {
    width: 100%;
    margin: 0 0 100px;
}

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

.fridayroll-1fvuym .fridayroll-26p02r {
    position: relative;
}

.fridayroll-1fvuym .fridayroll-avnssw {
    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;
}

.fridayroll-1fvuym .fridayroll-avnssw.fridayroll-1bubhl {
    display: none;
}

.fridayroll-1fvuym .fridayroll-rtcsij {
    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) {
    .fridayroll-1fvuym .fridayroll-rtcsij {
        bottom: 90px;
        padding: 14px 16px;
        flex-direction: column;
        max-width: calc(100% - 32px);
    }
}

@media only screen and (max-width: 520px) {
    .fridayroll-1fvuym .fridayroll-rtcsij {
        bottom: 90px;
    }
}

.fridayroll-1fvuym .fridayroll-rtcsij .fridayroll-mt9xtg {
    max-width: 300px;
    width: 100%;
}

.fridayroll-1fvuym .fridayroll-rtcsij .fridayroll-mt9xtg .fridayroll-20x8is {
    font-weight: 800;
    font-size: 40px;
    line-height: 110%;
    color: var(--title-color);
}

@media only screen and (max-width: 767px) {
    .fridayroll-1fvuym .fridayroll-rtcsij .fridayroll-mt9xtg .fridayroll-20x8is {
        font-size: 32px;
        text-align: center;
    }
}

.fridayroll-1fvuym .fridayroll-rtcsij .fridayroll-mt9xtg .fridayroll-2k5z29 {
    margin-top: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    color: var(--text-color);
}

@media only screen and (max-width: 767px) {
    .fridayroll-1fvuym .fridayroll-rtcsij .fridayroll-mt9xtg .fridayroll-2k5z29 {
        text-align: center;
    }
}

.fridayroll-1fvuym .fridayroll-rtcsij .fridayroll-51qbxh {
    max-width: 488px;
    width: 100%;
    gap: 14px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .fridayroll-1fvuym .fridayroll-rtcsij .fridayroll-51qbxh {
        flex-direction: column-reverse;
    }
}

.fridayroll-1fvuym .fridayroll-rtcsij .fridayroll-51qbxh .fridayroll-ddmi2l {
    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;
}

.fridayroll-1fvuym .fridayroll-rtcsij .fridayroll-51qbxh .fridayroll-ddmi2l:hover {
    background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
    .fridayroll-1fvuym .fridayroll-rtcsij .fridayroll-51qbxh .fridayroll-ddmi2l {
        width: 100%;
    }
}

.fridayroll-1fvuym .fridayroll-rtcsij .fridayroll-51qbxh .fridayroll-1l7rzf {
    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;
}

.fridayroll-1fvuym .fridayroll-rtcsij .fridayroll-51qbxh .fridayroll-1l7rzf 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);
    }
}

.fridayroll-1fvuym .fridayroll-rtcsij .fridayroll-51qbxh .fridayroll-1l7rzf: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;
}

.fridayroll-1fvuym .fridayroll-rtcsij .fridayroll-51qbxh .fridayroll-1l7rzf:hover {
    background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
    .fridayroll-1fvuym .fridayroll-rtcsij .fridayroll-51qbxh .fridayroll-1l7rzf {
        width: 100%;
    }
}

.fridayroll-1fvuym .fridayroll-rtcsij.fridayroll-1bubhl {
    display: none;
}

.fridayroll-1fvuym .fridayroll-3m7rrg {
    display: none;
}

.fridayroll-1fvuym .fridayroll-3m7rrg.fridayroll-1dhilu {
    display: block;
}

.fridayroll-1fvuym .fridayroll-3m7rrg iframe {
    width: 100%;
    height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
    .fridayroll-1fvuym .fridayroll-3m7rrg iframe {
        height: calc(100vh - 54px);
    }
}

.fridayroll-1fvuym .fridayroll-2l9pax {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
    padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
    .fridayroll-1fvuym .fridayroll-2l9pax {
        padding: 24px 16px 0;
    }
}

.fridayroll-1fvuym .fridayroll-2l9pax .fridayroll-20x8is {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: var(--title-color);
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .fridayroll-1fvuym .fridayroll-2l9pax .fridayroll-20x8is {
        margin-bottom: 24px;
    }
}

.fridayroll-1fvuym .fridayroll-2l9pax 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);
}

.fridayroll-1fvuym .fridayroll-2l9pax 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) {
    .fridayroll-1fvuym .fridayroll-2l9pax table tr td {
        padding: 12px 4px;
    }
}

.fridayroll-1fvuym .fridayroll-2l9pax 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) {
    .fridayroll-1fvuym .fridayroll-2l9pax table tr th {
        padding: 12px 4px;
    }
}

.fridayroll-1fvuym .fridayroll-2l9pax table tr:last-of-type td {
    border-bottom: none;
}

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

.fridayroll-9zweed.fridayroll-2ox86i {
    display: block;
}

.fridayroll-9zweed iframe {
    width: 100%;
    height: calc(100% - 72px);
    border: none;
}

.fridayroll-9zweed .fridayroll-21vmg5 {
    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;
}

.fridayroll-9zweed .fridayroll-2hmtqf {
    height: 72px;
    padding: 8px 16px 18px;
    background: var(--main-theme-color);
}

.fridayroll-9zweed .fridayroll-1l7rzf {
    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;
}

.fridayroll-9zweed .fridayroll-1l7rzf:hover {
    background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.fridayroll-21yqpm.fridayroll-2ox86i {
    display: block;
}

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

.fridayroll-6p5cls {
    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;
}

.fridayroll-1wnn82 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

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

.fridayroll-e1cex3 {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.fridayroll-e1cex3 svg {
    width: 15px;
    height: 15px;
    fill: #000;
}

.fridayroll-220rff {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fridayroll-1sjpv4.fridayroll-1bubhl {
    display: none;
}

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

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

.fridayroll-hj113k {
    padding-bottom: 36px;
    margin-bottom: 36px;
    border-bottom: 1px solid var(--border-color);
}

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

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

.fridayroll-hj113k 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);
}

.fridayroll-hj113k input::-moz-placeholder {
    color: var(--text-color);
    opacity: 0.6;
}

.fridayroll-hj113k input::placeholder {
    color: var(--text-color);
    opacity: 0.6;
}

.fridayroll-hj113k input:hover {
    border-color: rgba(194, 192, 206, 0.5);
}

.fridayroll-hj113k input:active {
    border-color: #c2c0ce;
}

.fridayroll-hj113k input:focus {
    border-color: #c2c0ce;
}

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

.fridayroll-t5jeaf {
    margin-bottom: 36px;
}

.fridayroll-t5jeaf 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;
}

.fridayroll-t5jeaf textarea::-moz-placeholder {
    color: var(--text-color);
    opacity: 0.6;
}

.fridayroll-t5jeaf textarea::placeholder {
    color: var(--text-color);
    opacity: 0.6;
}

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

.fridayroll-6eznuy {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.fridayroll-2k3n4d {
    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;
}

.fridayroll-2k3n4d:hover {
    background: var(--border-color);
}

.fridayroll-27xqtt {
    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;
}

.fridayroll-27xqtt:hover {
    background: #166ad9;
}

.fridayroll-16wgi9 {
    max-width: 292px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.fridayroll-16wgi9.fridayroll-1bubhl {
    display: none;
}

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

.fridayroll-16wgi9 .fridayroll-2k3n4d {
    margin: 0 auto;
}

.fridayroll-2q4rt4 {
    padding: 0;
    border: none;
    margin: 0 auto 24px;
}

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

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

.fridayroll-vbr9f2 {
    filter: grayscale(100%);
}

.fridayroll-1wonzt>input {
    display: none;
}

.fridayroll-1wonzt>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;
}

.fridayroll-1wonzt>input:checked~label,
.fridayroll-1wonzt>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");
}

.fridayroll-1wonzt>input:not(:checked)~label:hover,
.fridayroll-1wonzt>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~.fridayroll-11ajh8>.fridayroll-ubb4nz {
    transform: translateY(-100px);
}

#rating-container-2:checked~.fridayroll-11ajh8>.fridayroll-ubb4nz {
    transform: translateY(-200px);
}

#rating-container-3:checked~.fridayroll-11ajh8>.fridayroll-ubb4nz {
    transform: translateY(-300px);
}

#rating-container-4:checked~.fridayroll-11ajh8>.fridayroll-ubb4nz {
    transform: translateY(-400px);
}

#rating-container-5:checked~.fridayroll-11ajh8>.fridayroll-ubb4nz {
    transform: translateY(-500px);
}

#rating-0 {
    display: none;
}

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

.fridayroll-1qg13i {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    text-decoration: none;
}

.fridayroll-1qg13i.fridayroll-1bubhl {
    display: none;
}

.fridayroll-1292nh {
    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) {
    .fridayroll-1292nh {
        height: 74px;
        overflow: visible;
    }
}

@media only screen and (max-width: 767px) {
    .fridayroll-1292nh {
        border-radius: 20px 20px 0 0;
    }
}

.fridayroll-2clj4w {
    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;
}

.fridayroll-2clj4w::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border: 20px solid transparent;
}

.fridayroll-2clj4w::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border: 20px solid transparent;
}

.fridayroll-2clj4w img {
    border-radius: 16px;
    overflow: hidden;
}

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

@media only screen and (max-width: 767px) {
    .fridayroll-2clj4w {
        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;
    }
    .fridayroll-2clj4w img {
        max-width: 60px;
        border-radius: 7px;
    }
}

.fridayroll-2fcrrb {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    color: #fff;
}

@media only screen and (max-width: 1023px) {
    .fridayroll-2fcrrb {
        font-size: 16px;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .fridayroll-2fcrrb {
        font-size: 14px;
    }
}

.fridayroll-296dpt {
    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;
}

.fridayroll-296dpt::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) {
    .fridayroll-296dpt::before {
        left: 0;
        width: 137px;
        height: 145px;
    }
}

.fridayroll-296dpt::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) {
    .fridayroll-296dpt::after {
        display: none;
    }
}

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

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

.fridayroll-9k7uhf {
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 2;
}

@media only screen and (max-width: 1023px) {
    .fridayroll-9k7uhf {
        top: -20px;
    }
}

.fridayroll-14pbx7 {
    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) {
    .fridayroll-14pbx7:hover {
        background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
    }
}

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

@media only screen and (max-width: 767px) {
    .fridayroll-14pbx7 {
        width: 90px;
        height: 40px;
    }
}

.fridayroll-1qg13i.fridayroll-64a7il .fridayroll-1292nh {
    background: #2b3b67;
}

.fridayroll-1qg13i.fridayroll-64a7il .fridayroll-2clj4w {
    background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.fridayroll-1qg13i.fridayroll-64a7il .fridayroll-2clj4w::before {
    border-top: 40px solid #2b3b67;
    border-right: 10px solid #2b3b67;
}

.fridayroll-1qg13i.fridayroll-64a7il .fridayroll-2clj4w::after {
    border-right: 10px solid #2b3b67;
    border-bottom: 36px solid #2b3b67;
}

.fridayroll-1qg13i.fridayroll-64a7il .fridayroll-296dpt::before {
    background: #0e0f41;
}

.fridayroll-1qg13i.fridayroll-64a7il .fridayroll-296dpt::after {
    background: #152557;
}

.fridayroll-1qg13i.fridayroll-ml7say .fridayroll-1292nh {
    background: #1f35fa;
}

.fridayroll-1qg13i.fridayroll-ml7say .fridayroll-2clj4w {
    background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.fridayroll-1qg13i.fridayroll-ml7say .fridayroll-2clj4w::before {
    border-top: 40px solid #1f35fa;
    border-right: 10px solid #1f35fa;
}

.fridayroll-1qg13i.fridayroll-ml7say .fridayroll-2clj4w::after {
    border-right: 10px solid #1f35fa;
    border-bottom: 36px solid #1f35fa;
}

.fridayroll-1qg13i.fridayroll-ml7say .fridayroll-296dpt::before {
    background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.fridayroll-1qg13i.fridayroll-ml7say .fridayroll-296dpt::after {
    background: #192ac8;
}

.fridayroll-1qg13i.fridayroll-um8qt6 .fridayroll-1292nh {
    background: #fa771f;
}

.fridayroll-1qg13i.fridayroll-um8qt6 .fridayroll-2clj4w {
    background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.fridayroll-1qg13i.fridayroll-um8qt6 .fridayroll-2clj4w::before {
    border-top: 40px solid #fa771f;
    border-right: 10px solid #fa771f;
}

.fridayroll-1qg13i.fridayroll-um8qt6 .fridayroll-2clj4w::after {
    border-right: 10px solid #fa771f;
    border-bottom: 36px solid #fa771f;
}

.fridayroll-1qg13i.fridayroll-um8qt6 .fridayroll-296dpt::before {
    background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.fridayroll-1qg13i.fridayroll-um8qt6 .fridayroll-296dpt::after {
    background: #fa8535;
}

.fridayroll-c4p6pl {
    max-width: 1110px;
    width: 100%;
    margin: 64px auto 100px;
}

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

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

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

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

.fridayroll-110p4s {
    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) {
    .fridayroll-110p4s {
        flex-direction: column;
        justify-content: center;
        padding: 20px 16px;
        margin-bottom: 16px;
    }
}

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

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

.fridayroll-1vpcx3 {
    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) {
    .fridayroll-1vpcx3:hover {
        background: var(--button-bg-hover);
    }
}

.fridayroll-1hlebp {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fridayroll-1hlebp span {
    font-weight: 600;
    font-size: 24px;
    color: var(--text-color);
}

.fridayroll-1hlebp small {
    font-size: 14px;
    color: var(--text-color);
}

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

.fridayroll-2djnml {
    width: 120px;
    height: 22px;
}

.fridayroll-2djnml .fridayroll-uybja2 {
    fill: #c2c0ce;
}

.fridayroll-2djnml [rating='1'] .fridayroll-uybja2:not(:nth-child(n+2)) {
    fill: #ffbe16;
}

.fridayroll-2djnml [rating='2'] .fridayroll-uybja2:not(:nth-child(n+3)) {
    fill: #ffbe16;
}

.fridayroll-2djnml [rating='3'] .fridayroll-uybja2:not(:nth-child(n+4)) {
    fill: #ffbe16;
}

.fridayroll-2djnml [rating='4'] .fridayroll-uybja2:not(:nth-child(n+5)) {
    fill: #ffbe16;
}

.fridayroll-2djnml [rating='5'] .fridayroll-uybja2:not(:nth-child(n+6)) {
    fill: #ffbe16;
}

.fridayroll-qxsdc6 {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -10px;
    gap: 20px 0;
}

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

.fridayroll-wlcwa1 {
    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);
}

.fridayroll-wlcwa1.fridayroll-1dhilu {
    display: block;
}

.fridayroll-wlcwa1.fridayroll-1bubhl {
    display: none;
}

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

.fridayroll-1dp6m0 {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.fridayroll-2ernib {
    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);
}

.fridayroll-cgvmt1 {
    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;
}

.fridayroll-11822r small {
    font-size: 14px;
    display: block;
    color: var(--text-color);
}

.fridayroll-11822r span {
    font-weight: 600;
    font-size: 16px;
    display: block;
    color: var(--text-color);
}

.fridayroll-5rctfh {
    font-size: 16px;
    line-height: 140%;
}

.fridayroll-27ptvu {
    width: 88px;
    height: 16px;
    margin-bottom: 14px;
}

.fridayroll-27ptvu .fridayroll-uybja2 {
    fill: #c2c0ce;
}

.fridayroll-27ptvu [rating='1'] .fridayroll-uybja2:not(:nth-child(n+2)) {
    fill: #ffbe16;
}

.fridayroll-27ptvu [rating='2'] .fridayroll-uybja2:not(:nth-child(n+3)) {
    fill: #ffbe16;
}

.fridayroll-27ptvu [rating='3'] .fridayroll-uybja2:not(:nth-child(n+4)) {
    fill: #ffbe16;
}

.fridayroll-27ptvu [rating='4'] .fridayroll-uybja2:not(:nth-child(n+5)) {
    fill: #ffbe16;
}

.fridayroll-27ptvu [rating='5'] .fridayroll-uybja2:not(:nth-child(n+6)) {
    fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.fridayroll-cfnm32 {
    max-width: 1110px;
    width: 100%;
    margin: 32px auto;
}

@media screen and (max-width: 1200px) {
    .fridayroll-cfnm32 {
        padding: 0 16px;
    }
}

.fridayroll-30gdzr {
    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) {
    .fridayroll-30gdzr {
        font-size: 26px;
        margin-bottom: 18px;
    }
}

.fridayroll-1mlw52 {
    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) {
    .fridayroll-1mlw52 {
        padding: 12px;
        gap: 12px;
    }
}

.fridayroll-2kce32 {
    position: relative;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}

.fridayroll-2kce32 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fridayroll-27zk7t {
    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;
}

.fridayroll-1tlyj9 {
    flex: 1;
    min-width: 0;
}

.fridayroll-1go8wr {
    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) {
    .fridayroll-1go8wr {
        font-size: 14px;
        gap: 6px;
    }
}

.fridayroll-rjmxto {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

.fridayroll-rjmxto svg,
.fridayroll-rjmxto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fridayroll-rjmxto svg path {
    fill: var(--button-bg-color);
}

.fridayroll-rjmxto svg circle {
    fill: var(--button-text-color);
}

.fridayroll-2rka0v {
    font-size: 14px;
    color: var(--text-color);
    opacity: 0.7;
}

@media only screen and (max-width: 767px) {
    .fridayroll-2rka0v {
        font-size: 12px;
    }
}

.fridayroll-2rka0v strong {
    font-weight: 600;
}

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

.fridayroll-2n3jdy p {
    margin: 0 0 16px;
}

.fridayroll-2n3jdy p:last-child {
    margin-bottom: 0;
}

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


table {
    margin-bottom: 32px;
}

.fridayroll-2mvtgk p,
.fridayroll-2mvtgk ul,
.fridayroll-2mvtgk ol {
    font-size: 110%;
    line-height: 135%;
}

.fridayroll-qsfv1r p img {
    display: block;
    margin: 20px auto;
}

.fridayroll-214cwo {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px;
    text-decoration: none;
}

.fridayroll-214cwo picture,
.fridayroll-214cwo img {
    display: block;
    width: 100%;
}

.fridayroll-214cwo img {
    margin: 0 !important;
}

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

.fridayroll-1d9g4i {
    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);
}

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

.fridayroll-76w5ll span {
    display: block;
    color: var(--text-color);
    font-size: 56px;
    margin-top: 8px;
}

.fridayroll-qacvfz {
    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);
}

.fridayroll-214cwo:hover .fridayroll-qacvfz {
    transform: scale(1.05);
}

@media (max-width: 767px) {

    .fridayroll-1oo9e0{
        left:20px;
        right:20px;
        max-width:220px;
    }

    .fridayroll-1d9g4i{
        font-size:10px;
        margin-bottom:6px;
    }

    .fridayroll-76w5ll{
        font-size:34px;
    }

    .fridayroll-76w5ll span{
        font-size:26px;
        margin-top:4px;
    }

    .fridayroll-qacvfz{
        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) {
  .fridayroll-1oo9e0 { left: 16px; right: 16px; max-width: 58%; }
  .fridayroll-76w5ll { font-size: 23px; line-height: 1.15; text-shadow: 0 0 8px rgba(0,0,0,.65); }
  .fridayroll-76w5ll span { font-size: 20px; margin-top: 3px; }
  .fridayroll-qacvfz { margin-top: 10px; padding: 8px 14px; font-size: 14px; }
}
@media (max-width: 480px) {
  .fridayroll-1oo9e0 { max-width: 62%; left: 12px; right: 12px; }
  .fridayroll-76w5ll { font-size: 19px; line-height: 1.12; }
  .fridayroll-76w5ll span { font-size: 17px; }
  .fridayroll-qacvfz { 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); }
.fridayroll-2ei0db 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) {
  .fridayroll-2ei0db 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. */
.fridayroll-1f98lj { text-align: center; padding-left: 12px; padding-right: 12px; }


/* page H1 (replaces the removed breadcrumbs) — values taken from trueluck-inloggen.nl */
.fridayroll-7qdjua {
  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) {
  .fridayroll-7qdjua { 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. */
.fridayroll-1boh08,
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;
}
.fridayroll-2hy1on,
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) {
  .fridayroll-1boh08,
  p[id="h2_0"], h2[id="h2_0"] { padding: 16px 14px; font-size: 18px; }
  .fridayroll-2hy1on,
  p[id^="h2_"]:not([id="h2_0"]), h2[id^="h2_"]:not([id="h2_0"]) { font-size: 26px; margin-bottom: 18px; }
}

.fridayroll-bbf04r,
  .fridayroll-bbf04r * {
    box-sizing: border-box;
  }

  .fridayroll-1oy4r7,
  .fridayroll-1oy4r7 body {
    overflow: hidden;
  }

  .fridayroll-bbf04r {
    --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;
  }

  .fridayroll-bbf04r.fridayroll-23c3ot {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .fridayroll-or09a2 {
    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;
  }

  .fridayroll-bbf04r.fridayroll-23c3ot .fridayroll-or09a2 {
    transform: translateY(0) scale(1);
  }

  .fridayroll-11xsb6 {
    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);
  }

  .fridayroll-1el0m1 {
    margin: 0;
    color: inherit;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.15;
    text-transform: uppercase;
  }

  .fridayroll-1sa51g {
    padding: 42px 34px 40px;
  }

  .fridayroll-26yrq8 {
    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;
  }

  .fridayroll-14ecs2 {
    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;
  }

  .fridayroll-14ecs2:hover,
  .fridayroll-14ecs2: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);
  }

  .fridayroll-14ecs2:active {
    transform: translateY(0);
  }

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

    .fridayroll-or09a2 {
      border-color: rgba(0, 0, 0, 0.08);
    }

    .fridayroll-14ecs2 {
      box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    }
  }

  @media (max-width: 520px) {
    .fridayroll-bbf04r {
      padding: 16px;
    }

    .fridayroll-or09a2 {
      border-radius: 22px;
    }

    .fridayroll-11xsb6 {
      padding: 21px 22px 19px;
    }

    .fridayroll-1el0m1 {
      font-size: 19px;
    }

    .fridayroll-1sa51g {
      padding: 34px 24px 32px;
    }

    .fridayroll-26yrq8 {
      margin-bottom: 26px;
      font-size: 18px;
    }

    .fridayroll-14ecs2 {
      font-size: 17px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .fridayroll-bbf04r,
    .fridayroll-or09a2,
    .fridayroll-14ecs2 {
      transition: none;
    }
  }

  .fridayroll-2j2s7m {
    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;
}

.fridayroll-2j2s7m::before,
.fridayroll-2j2s7m::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;

    width: 17px;
    height: 2px;

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

.fridayroll-2j2s7m::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.fridayroll-2j2s7m::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.fridayroll-2j2s7m:hover {
    background: none;
    transform: rotate(90deg);
}

.fridayroll-2j2s7m: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;
}
.fridayroll-25o66i, .fridayroll-2744vn, [class*="review-card"],
thead, thead th, table th, .fridayroll-76i67s,
.fridayroll-3as9zo, [class*="collapsible-header"],
.fridayroll-1mqeof, [class*="updated-block"] {
  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; }
.fridayroll-v347af, .fridayroll-v347af :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
.fridayroll-1f98lj, .fridayroll-1f98lj :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.fridayroll-1v2my5 li a, .fridayroll-1v2my5 li a :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.fridayroll-quq4fe, .fridayroll-quq4fe :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.fridayroll-hzbvxa, .fridayroll-hzbvxa :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.fridayroll-d6gr3g, .fridayroll-d6gr3g :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.fridayroll-obahsw ul, .fridayroll-obahsw ul :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.fridayroll-obahsw ul li, .fridayroll-obahsw ul li :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.fridayroll-19sicu, .fridayroll-19sicu :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.fridayroll-1xfvs7 tbody tr td .fridayroll-y8y7nh, .fridayroll-1xfvs7 tbody tr td .fridayroll-y8y7nh :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.fridayroll-9bf0ja, .fridayroll-9bf0ja :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.fridayroll-1csg9c, .fridayroll-1csg9c :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.fridayroll-1vpcx3, .fridayroll-1vpcx3 :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.fridayroll-qacvfz, .fridayroll-qacvfz :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; }
