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

.instant-26efue {
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
    .instant-26efue {
        padding: 54px 0 0;
    }
}

.instant-kyvtpl {
    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) {
    .instant-kyvtpl: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;
    }
}

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

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

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

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

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

.instant-2euzpu {
    cursor: pointer;
}

.instant-1kq3g1 {
    position: absolute;
    pointer-events: none;
    visibility: hidden;
}

.instant-1z39r4 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.instant-1z39r4 figure {
    margin: 0;
}

.instant-1z39r4.instant-sjlchv {
    justify-content: flex-start;
    margin-right: 4px;
}

.instant-1z39r4.instant-1ew01d {
    justify-content: flex-end;
    margin-left: 4px;
}

.instant-1z39r4.instant-1lgbq0 {
    justify-content: center;
}

.instant-1z39r4.instant-1z60m0 {
    justify-content: normal;
}

.instant-k2tahv {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto 100px;
}

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

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

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

.instant-16i885 {
    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) {
    .instant-16i885 {
        flex-direction: column;
    }
}

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

.instant-p9ykiz img {
    width: 100%;
}

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

.instant-15t4af {
    max-width: 400px;
    width: 100%;
    flex-basis: 400px;
}

.instant-15t4af 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) {
    .instant-15t4af ul {
        margin-bottom: 15px;
    }
}

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

.instant-15t4af 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);
}

.instant-15t4af ul li span svg {
    fill: var(--title-color);
}

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

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

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

.instant-15t4af ul li:last-of-type::after {
    display: none;
}

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

.instant-1i01mb {
    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) {
    .instant-1i01mb {
        font-size: 24px;
        margin-bottom: 16px;
    }
}

.instant-1v4efl {
    display: flex;
    align-items: center;
    margin: 0 -5px;
}

.instant-1j9gi5 {
    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) {
    .instant-1j9gi5 {
        height: 50px;
    }
}

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

.instant-1j9gi5.instant-1gqa50 {
    background-color: #000;
}

@media only screen and (min-width: 1025px) {
    .instant-1j9gi5.instant-1gqa50:hover {
        box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
    }
}

.instant-1wdtyw {
    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) {
    .instant-1wdtyw {
        padding: 80px 16px 0;
    }
}

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

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

.instant-j9ez0i {
    margin-bottom: 94px;
}

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

.instant-3lwa1h .instant-1olt9g {
    margin-bottom: 28px;
}

.instant-3lwa1h .instant-1olt9g img {
    max-height: 100px;
    max-width: 230px;
    width: auto;
}

.instant-1hz2sc {
    display: flex;
    align-items: center;
}

.instant-1hz2sc a+a {
    margin-left: 24px;
}

.instant-1hz2sc img {
    max-height: 56px;
    width: auto;
}

.instant-1hz2sc img+img {
    margin-left: 24px;
}

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

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

.instant-spw03i {
    display: flex;
    align-items: flex-start;
    margin-left: 20px;
}

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

.instant-1z9g2b {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0 -7px 48px;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .instant-1z9g2b {
        flex-wrap: wrap;
    }
}

.instant-1z9g2b li {
    display: flex;
    margin: 0 7px;
}

.instant-1z9g2b li svg {
    transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
    .instant-1z9g2b li:hover svg {
        transform: scale(1.2);
    }
}

.instant-2lnxwn {
    color: var(--footer-text-color);
    font-size: 12px;
    text-align: center;
}

.instant-24b9za+.instant-24b9za {
    margin-left: 120px;
}

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

.instant-spbgd1 {
    color: var(--footer-menu-color);
    font-size: 20px;
    margin-bottom: 24px;
}

.instant-14617r {
    list-style: none;
    margin: 0;
    padding: 0;
}

.instant-14617r li {
    font-size: 16px;
}

.instant-14617r li a {
    color: var(--footer-menu-color);
    text-decoration: none;
}

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

.instant-14617r li+li {
    margin-top: 16px;
}

.instant-16b57s {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.15s ease-in-out;
}

.instant-16b57s.instant-1yi3ln {
    height: auto;
    overflow: visible;
    opacity: 1;
}

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

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

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

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

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

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

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

.instant-1m1yne li {
    width: 100%;
}

.instant-1m1yne 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);
}

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


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

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

.instant-25w00k {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -10px;
}

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

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

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

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

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

.instant-1e2t85 {
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.instant-1e2t85 img {
    width: 100%;
    transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
    .instant-1e2t85:hover img {
        transform: scale(1.1);
    }
}

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

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

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

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

.instant-292fyt {
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.instant-292fyt img {
    width: 100%;
    transition: 0.3s ease-in-out;
}

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

.instant-1izvl6 {
    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) {
    .instant-1izvl6 {
        height: 54px;
    }
}

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

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

@media only screen and (max-width: 767px) {
    .instant-edqv4y .instant-1olt9g img {
        max-width: 90px;
    }
}

.instant-1olt9g img {
    max-height: 50px;
    width: auto;
}

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

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

.instant-mn982t {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.instant-mn982t li {
    font-size: 16px;
    margin: 0 20px;
}

.instant-mn982t li a {
    color: var(--menu-color);
    text-decoration: none;
}

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

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

.instant-20td63 {
    display: flex;
    align-items: center;
    margin-right: 120px;
}

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

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

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

.instant-20td63.instant-89tnon {
    margin-right: 0;
}

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

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

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

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

.instant-13vstm {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

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

.instant-13vstm:hover>ul {
    display: flex;
}

.instant-13vstm:focus>ul {
    display: flex;
}

.instant-13vstm:focus-within>ul {
    display: flex;
}

.instant-b3txmg {
    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;
}

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

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

.instant-13vstm 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) {
    .instant-13vstm ul li {
        padding: 5px;
    }
}

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

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

.instant-m6pq45 {
    display: none;
}

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

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

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

.instant-ne6m2d {
    padding: 24px 0 0;
    max-width: 1110px;
    width: 100%;
    margin: 0 auto 100px;
}

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

.instant-ne6m2d img {
    margin-bottom: 20px;
}

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

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

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

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

.instant-1hvv6j {
    color: var(--text-color);
}

.instant-14x1zl {
    color: var(--text-color);
    font-size: 18px;
    line-height: 135%;
}

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

.instant-14x1zl p {
    color: var(--text-color);
    font-size: 18px;
    line-height: 135%;
}

.instant-14x1zl p:first-of-type {
    margin-top: 0;
}

.instant-14x1zl p:last-of-type {
    margin-bottom: 0;
}

.instant-14x1zl p:last-of-type+h2,
.instant-14x1zl p:last-of-type+h3 {
    margin-top: 24px;
}

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

.instant-14x1zl ul {
    padding: 0 0 0 20px;
}

.instant-14x1zl table {
    width: 100%;
    border-collapse: collapse;
}

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

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

.instant-14x1zl table tr:nth-child(even) td {
    background: var(--table-2-color);
}

.instant-14x1zl iframe {
    max-width: 100%;
    width: 100%;
    height: 620px;
    border: none;
    margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
    .instant-14x1zl iframe {
        height: 200px;
    }
}

.instant-23o5oe {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto 100px;
}

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

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

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

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

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

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

.instant-1t0ek8 .instant-2cf281 {
    max-width: 545px;
    width: 100%;
    flex-basis: 545px;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .instant-1t0ek8 .instant-2cf281 {
        max-width: 100%;
        flex-basis: auto;
        margin: 0;
    }
}

.instant-1t0ek8 .instant-7frkra {
    max-width: 514px;
    width: 100%;
    flex-basis: 514px;
    margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
    .instant-1t0ek8 .instant-7frkra {
        max-width: 100%;
        flex-basis: auto;
        margin: 0 0 18px;
    }
    .instant-1t0ek8 .instant-7frkra img {
        width: 100%;
    }
}

.instant-7frkra {
    margin: 0 0 28px;
}

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

.instant-2cf281 {
    margin: 0 0 28px;
}

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

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

.instant-23o5oe .instant-kyvtpl {
    margin-top: 30px;
    margin-bottom: 30px;
}

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

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

.instant-18ulfk {
    position: relative;
    border: none;
}

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

.instant-2r54sw {
    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;
}

.instant-2r54sw span {
    height: 32px;
}

.instant-2r54sw span svg rect {
    fill: var(--table-2-color);
    stroke: var(--table-2-color);
}

.instant-2r54sw.instant-2boxt5 span {
    transform: scaleY(-1);
}

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

.instant-1szy6n {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

.instant-1szy6n 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) {
    .instant-1szy6n li a:hover {
        background: var(--main-theme-color);
    }
}

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

.instant-1szy6n.instant-2g3zmg {
    display: none;
}

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

.instant-1wtuzf table {
    width: 100%;
    border-collapse: collapse;
}

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

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

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

.instant-1wtuzf p {
    color: #a29eb6;
    font-size: 18px;
    line-height: 135%;
}

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

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

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

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

.instant-gfr59j p+table {
    margin-top: 24px;
}

.instant-gfr59j:not(:has(> p))+* {
    margin-top: 32px;
}

.instant-gfr59j,
.instant-gfr59j table {
    width: 100%;
    border-collapse: collapse;
}

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

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

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

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

.instant-26acj3 table tr td {
    color: var(--text-color);
    background: var(--table-1-color);
    border-color: var(--border-color);
}

.instant-26acj3 table tr:nth-child(even) td {
    background: var(--table-2-color);
}

.instant-26acj3 p {
    color: var(--text-color);
}

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

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

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

.instant-1gety7 {
    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);
}

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

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

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

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

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

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

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

.instant-2gqyr0 p+p {
    margin-top: 10px;
}

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

.instant-28zpyt {
    display: none;
}

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

.instant-2dek5t {
    list-style: none;
    margin: 0 -20px;
    padding: 0;
    display: flex;
    align-items: center;
}

.instant-2dek5t li {
    margin: 0 20px;
}

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

.instant-2dek5t li a img {
    margin-bottom: 4px;
}

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

.instant-25cnnh {
    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) {
    .instant-25cnnh {
        padding: 0 16px;
    }
}

.instant-25cnnh li {
    font-size: 16px;
    position: relative;
}

.instant-25cnnh li a {
    color: var(--text-color);
    text-decoration: none;
}

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

.instant-25cnnh li span {
    opacity: 0.5;
}

.instant-25cnnh li+li {
    margin-left: 30px;
}

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

h2.instant-2hqbt5 {
    margin: 0 0 28px;
}

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

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

.instant-ezwzti 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);
}

.instant-ezwzti 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;
}

.instant-ezwzti 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;
}

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

.instant-ezwzti tbody tr:last-of-type {
    margin-bottom: 0;
}

.instant-ezwzti tbody tr td:first-of-type {
    flex-shrink: 0;
}

.instant-ezwzti 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);
}

.instant-ezwzti 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);
}

.instant-ezwzti tbody tr td:last-of-type {
    margin-left: auto;
}

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

.instant-ezwzti tbody tr td .instant-1v4yfs {
    display: flex;
    flex-direction: column;
    text-align: center;
}

@media only screen and (max-width: 420px) {
    .instant-ezwzti tbody tr td .instant-1v4yfs {
        width: 100%;
    }
}

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

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

@media only screen and (max-width: 420px) {
    .instant-ezwzti tbody tr td .instant-1yvv5d {
        width: 100%;
    }
}

.instant-ezwzti tbody tr td .instant-1h3g1e {
    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) {
    .instant-ezwzti tbody tr td .instant-1h3g1e:hover {
        text-decoration: none;
    }
}

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

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

.instant-31xuln {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto 100px;
}

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

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

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

.instant-1fja9m {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px;
}

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

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

.instant-3j8o1u img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.instant-3j8o1u p {
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0 0;
    color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
    .instant-3j8o1u:hover img {
        transform: scale(1.01);
    }
}

@media only screen and (max-width: 991px) {
    .instant-3j8o1u {
        max-width: calc(33.33333% - 20px);
        flex-basis: calc(33.33333% - 20px);
    }
}

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

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

@media only screen and (max-width: 520px) {
    .instant-26lnrf {
        height: 190px;
        margin: 20px auto;
    }
}

.instant-26lnrf img {
    width: 100%;
    height: 100%;
}

.instant-26lnrf iframe {
    width: 100%;
    height: 400px;
    margin: 0;
}

@media only screen and (max-width: 520px) {
    .instant-26lnrf iframe {
        height: 190px;
    }
}

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

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

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

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

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

.instant-xd8nu3 {
    padding: 90px 0;
}

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

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

.instant-1ph0ty:has(.instant-p6zdqf) {
    justify-content: space-between;
}

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

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

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

.instant-p6zdqf img {
    width: 100%;
}

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

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

.instant-rw7kmz {
    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);
}

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

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

.instant-muusfq {
    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;
}

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

.instant-1oakqw {
    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);
}

.instant-1oakqw:hover {
    background: var(--button-bg-hover);
}

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

.instant-28jdcl ul,
.instant-28jdcl ol {
    text-align: left;
}

.instant-28jdcl a {
    text-decoration: underline;
    color: #8babff;
}

.instant-cbk12v {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin: 0 0 10px;
}

.instant-cbk12v .instant-muusfq {
    width: 50%;
    margin: 0;
}

.instant-2r1nzv {
    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;
}

.instant-2r1nzv:hover {
    background: var(--button-bg-hover);
}

.instant-1hpwr7 {
    margin: 0 0 100px;
}

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

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

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

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

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

.instant-1xrqi3 {
    max-width: 842px;
    width: 100%;
    flex-basis: 842px;
}

@media only screen and (max-width: 767px) {
    .instant-1xrqi3 {
        flex-basis: auto;
        max-width: 100%;
    }
}

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

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

.instant-2b69c6 a svg {
    fill: #fff;
}

.instant-2b69c6 a:hover {
    background: #3d68e7;
}

.instant-16frhr {
    font-size: 16px;
    color: var(--text-color);
    opacity: 0.9;
}

.instant-1k9nfv {
    margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
    .instant-1k9nfv {
        position: absolute;
        top: 18px;
        left: 115px;
    }
}

.instant-1vb332 {
    font-size: 16px;
    color: var(--text-color);
}

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

@media only screen and (max-width: 767px) {
    .instant-2afyha {
        margin: 20px auto 60px;
    }
}

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

.instant-24ofgn {
    grid-area: play-block__left;
    width: 100%;
    padding-right: 0;
}

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

@media only screen and (min-width: 992px) {
    .instant-24ofgn {
        margin: 0;
        padding-right: 20px;
    }
}

.instant-140m36 {
    grid-area: play-block__right;
    margin: 24px 0 0;
    width: 100%;
}

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

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

.instant-140m36 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);
}

.instant-140m36 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) {
    .instant-140m36 table tr td {
        padding: 12px 4px;
    }
}

.instant-140m36 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) {
    .instant-140m36 table tr th {
        padding: 12px 4px;
    }
}

.instant-140m36 table tr:last-of-type td {
    border-bottom: none;
}

@media only screen and (min-width: 992px) {
    .instant-140m36 {
        margin: 0;
    }
}

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

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

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

.instant-excjyk {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.instant-excjyk.instant-i3amcd {
    display: none;
}

.instant-1zyw89 {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
}

.instant-1zyw89 iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.instant-1zyw89 iframe.instant-dtlnhj {
    position: fixed;
    inset: 0px;
    width: 100vw;
    height: 100vh;
    margin: 0px;
}

.instant-1zyw89.instant-15eego {
    opacity: 1;
    pointer-events: all;
}

.instant-14yoqy {
    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;
}

.instant-14yoqy svg {
    margin-right: 10px;
}

.instant-14yoqy+.instant-14yoqy {
    margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
    .instant-14yoqy:hover {
        background: #a8a6b3;
    }
}

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

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

@media only screen and (max-width: 767px) {
    .instant-14yoqy {
        height: 42px;
        max-width: 220px;
    }
}

.instant-2afyha .instant-23o5oe {
    padding: 0;
    grid-area: content-section;
    width: 100%;
    margin: 24px 0 0;
}

.instant-2afyha .instant-23o5oe h1,
.instant-2afyha .instant-23o5oe 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) {
    .instant-2afyha .instant-23o5oe h1,
    .instant-2afyha .instant-23o5oe h2 {
        font-size: 26px;
        margin: 0 0 18px;
    }
}

@media only screen and (min-width: 991px) {
    .instant-2afyha .instant-23o5oe {
        margin: 28px 0 0;
    }
}

.instant-8heyfa {
    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) {
    .instant-8heyfa {
        padding: 0 16px;
    }
}

@media only screen and (max-width: 991px) {
    .instant-8heyfa {
        flex-direction: column;
    }
}

@media only screen and (max-width: 767px) {
    .instant-8heyfa {
        margin: 20px auto 60px;
    }
}

.instant-2v7te7 {
    max-width: 545px;
    width: 100%;
}

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

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

.instant-1sboy9 {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border-radius: 20px;
}

.instant-1sboy9 iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.instant-kp6dni {
    max-width: 540px;
    width: 100%;
    margin-left: 24px;
}

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

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

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

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

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

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

.instant-yjltzk {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

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

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

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

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

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

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

.instant-2hbdmo .instant-kyvtpl {
    max-width: 156px;
    height: 46px;
    font-size: 16px;
    margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
    .instant-2hbdmo .instant-kyvtpl {
        max-width: 100%;
        margin: 10px 0 0;
    }
}

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

.instant-1g6pc9 {
    width: 98px;
    flex-shrink: 0;
    margin-right: 12px;
}

.instant-1g6pc9 img {
    width: 100%;
}

.instant-rmfhps {
    max-width: 230px;
    width: 100%;
    margin-right: 5px;
}

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

.instant-fm7aa7 {
    font-size: 14px;
    color: var(--title-color);
    opacity: 0.8;
}

.instant-8kghpu {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: var(--text-color);
}

.instant-hd1kak {
    width: 100%;
    margin: 0 0 100px;
}

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

.instant-hd1kak .instant-2dd2fl {
    position: relative;
}

.instant-hd1kak .instant-2pa2yx {
    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;
}

.instant-hd1kak .instant-2pa2yx.instant-i3amcd {
    display: none;
}

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

@media only screen and (max-width: 520px) {
    .instant-hd1kak .instant-khuj30 {
        bottom: 90px;
    }
}

.instant-hd1kak .instant-khuj30 .instant-gsyo04 {
    max-width: 300px;
    width: 100%;
}

.instant-hd1kak .instant-khuj30 .instant-gsyo04 .instant-1l6cyv {
    font-weight: 800;
    font-size: 40px;
    line-height: 110%;
    color: var(--title-color);
}

@media only screen and (max-width: 767px) {
    .instant-hd1kak .instant-khuj30 .instant-gsyo04 .instant-1l6cyv {
        font-size: 32px;
        text-align: center;
    }
}

.instant-hd1kak .instant-khuj30 .instant-gsyo04 .instant-2pdsaj {
    margin-top: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    color: var(--text-color);
}

@media only screen and (max-width: 767px) {
    .instant-hd1kak .instant-khuj30 .instant-gsyo04 .instant-2pdsaj {
        text-align: center;
    }
}

.instant-hd1kak .instant-khuj30 .instant-89tnon {
    max-width: 488px;
    width: 100%;
    gap: 14px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .instant-hd1kak .instant-khuj30 .instant-89tnon {
        flex-direction: column-reverse;
    }
}

.instant-hd1kak .instant-khuj30 .instant-89tnon .instant-uvrb4v {
    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;
}

.instant-hd1kak .instant-khuj30 .instant-89tnon .instant-uvrb4v:hover {
    background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
    .instant-hd1kak .instant-khuj30 .instant-89tnon .instant-uvrb4v {
        width: 100%;
    }
}

.instant-hd1kak .instant-khuj30 .instant-89tnon .instant-akouzv {
    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;
}

.instant-hd1kak .instant-khuj30 .instant-89tnon .instant-akouzv 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);
    }
}

.instant-hd1kak .instant-khuj30 .instant-89tnon .instant-akouzv: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;
}

.instant-hd1kak .instant-khuj30 .instant-89tnon .instant-akouzv:hover {
    background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
    .instant-hd1kak .instant-khuj30 .instant-89tnon .instant-akouzv {
        width: 100%;
    }
}

.instant-hd1kak .instant-khuj30.instant-i3amcd {
    display: none;
}

.instant-hd1kak .instant-1yw0ll {
    display: none;
}

.instant-hd1kak .instant-1yw0ll.instant-15eego {
    display: block;
}

.instant-hd1kak .instant-1yw0ll iframe {
    width: 100%;
    height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
    .instant-hd1kak .instant-1yw0ll iframe {
        height: calc(100vh - 54px);
    }
}

.instant-hd1kak .instant-1o8vg1 {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
    padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
    .instant-hd1kak .instant-1o8vg1 {
        padding: 24px 16px 0;
    }
}

.instant-hd1kak .instant-1o8vg1 .instant-1l6cyv {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: var(--title-color);
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .instant-hd1kak .instant-1o8vg1 .instant-1l6cyv {
        margin-bottom: 24px;
    }
}

.instant-hd1kak .instant-1o8vg1 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);
}

.instant-hd1kak .instant-1o8vg1 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) {
    .instant-hd1kak .instant-1o8vg1 table tr td {
        padding: 12px 4px;
    }
}

.instant-hd1kak .instant-1o8vg1 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) {
    .instant-hd1kak .instant-1o8vg1 table tr th {
        padding: 12px 4px;
    }
}

.instant-hd1kak .instant-1o8vg1 table tr:last-of-type td {
    border-bottom: none;
}

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

.instant-12475b.instant-1yi3ln {
    display: block;
}

.instant-12475b iframe {
    width: 100%;
    height: calc(100% - 72px);
    border: none;
}

.instant-12475b .instant-1uggfg {
    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;
}

.instant-12475b .instant-2u7zmc {
    height: 72px;
    padding: 8px 16px 18px;
    background: var(--main-theme-color);
}

.instant-12475b .instant-akouzv {
    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;
}

.instant-12475b .instant-akouzv:hover {
    background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.instant-10zuy5.instant-1yi3ln {
    display: block;
}

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

.instant-jzkea6 {
    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;
}

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

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

.instant-2b7bp3 {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.instant-2b7bp3 svg {
    width: 15px;
    height: 15px;
    fill: #000;
}

.instant-1y25uh {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.instant-fkm974.instant-i3amcd {
    display: none;
}

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

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

.instant-299ia6 {
    padding-bottom: 36px;
    margin-bottom: 36px;
    border-bottom: 1px solid var(--border-color);
}

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

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

.instant-299ia6 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);
}

.instant-299ia6 input::-moz-placeholder {
    color: var(--text-color);
    opacity: 0.6;
}

.instant-299ia6 input::placeholder {
    color: var(--text-color);
    opacity: 0.6;
}

.instant-299ia6 input:hover {
    border-color: rgba(194, 192, 206, 0.5);
}

.instant-299ia6 input:active {
    border-color: #c2c0ce;
}

.instant-299ia6 input:focus {
    border-color: #c2c0ce;
}

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

.instant-rww838 {
    margin-bottom: 36px;
}

.instant-rww838 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;
}

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

.instant-rww838 textarea::placeholder {
    color: var(--text-color);
    opacity: 0.6;
}

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

.instant-210or6 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.instant-68m4yg {
    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;
}

.instant-68m4yg:hover {
    background: var(--border-color);
}

.instant-thvshu {
    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;
}

.instant-thvshu:hover {
    background: #166ad9;
}

.instant-1zp44l {
    max-width: 292px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.instant-1zp44l.instant-i3amcd {
    display: none;
}

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

.instant-1zp44l .instant-68m4yg {
    margin: 0 auto;
}

.instant-z4qqoq {
    padding: 0;
    border: none;
    margin: 0 auto 24px;
}

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

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

.instant-196j92 {
    filter: grayscale(100%);
}

.instant-wp21om>input {
    display: none;
}

.instant-wp21om>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;
}

.instant-wp21om>input:checked~label,
.instant-wp21om>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");
}

.instant-wp21om>input:not(:checked)~label:hover,
.instant-wp21om>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~.instant-6yiy1x>.instant-2md2zt {
    transform: translateY(-100px);
}

#rating-container-2:checked~.instant-6yiy1x>.instant-2md2zt {
    transform: translateY(-200px);
}

#rating-container-3:checked~.instant-6yiy1x>.instant-2md2zt {
    transform: translateY(-300px);
}

#rating-container-4:checked~.instant-6yiy1x>.instant-2md2zt {
    transform: translateY(-400px);
}

#rating-container-5:checked~.instant-6yiy1x>.instant-2md2zt {
    transform: translateY(-500px);
}

#rating-0 {
    display: none;
}

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

.instant-z5l1uq {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    text-decoration: none;
}

.instant-z5l1uq.instant-i3amcd {
    display: none;
}

.instant-1m5eaa {
    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) {
    .instant-1m5eaa {
        height: 74px;
        overflow: visible;
    }
}

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

.instant-11slbp {
    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;
}

.instant-11slbp::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border: 20px solid transparent;
}

.instant-11slbp::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border: 20px solid transparent;
}

.instant-11slbp img {
    border-radius: 16px;
    overflow: hidden;
}

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

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

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

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

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

.instant-22dgr2 {
    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;
}

.instant-22dgr2::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) {
    .instant-22dgr2::before {
        left: 0;
        width: 137px;
        height: 145px;
    }
}

.instant-22dgr2::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) {
    .instant-22dgr2::after {
        display: none;
    }
}

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

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

.instant-22wmyk {
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 2;
}

@media only screen and (max-width: 1023px) {
    .instant-22wmyk {
        top: -20px;
    }
}

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

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

@media only screen and (max-width: 767px) {
    .instant-17ihxu {
        width: 90px;
        height: 40px;
    }
}

.instant-z5l1uq.instant-1rb33m .instant-1m5eaa {
    background: #2b3b67;
}

.instant-z5l1uq.instant-1rb33m .instant-11slbp {
    background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.instant-z5l1uq.instant-1rb33m .instant-11slbp::before {
    border-top: 40px solid #2b3b67;
    border-right: 10px solid #2b3b67;
}

.instant-z5l1uq.instant-1rb33m .instant-11slbp::after {
    border-right: 10px solid #2b3b67;
    border-bottom: 36px solid #2b3b67;
}

.instant-z5l1uq.instant-1rb33m .instant-22dgr2::before {
    background: #0e0f41;
}

.instant-z5l1uq.instant-1rb33m .instant-22dgr2::after {
    background: #152557;
}

.instant-z5l1uq.instant-1kg6gu .instant-1m5eaa {
    background: #1f35fa;
}

.instant-z5l1uq.instant-1kg6gu .instant-11slbp {
    background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.instant-z5l1uq.instant-1kg6gu .instant-11slbp::before {
    border-top: 40px solid #1f35fa;
    border-right: 10px solid #1f35fa;
}

.instant-z5l1uq.instant-1kg6gu .instant-11slbp::after {
    border-right: 10px solid #1f35fa;
    border-bottom: 36px solid #1f35fa;
}

.instant-z5l1uq.instant-1kg6gu .instant-22dgr2::before {
    background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.instant-z5l1uq.instant-1kg6gu .instant-22dgr2::after {
    background: #192ac8;
}

.instant-z5l1uq.instant-uyl55x .instant-1m5eaa {
    background: #fa771f;
}

.instant-z5l1uq.instant-uyl55x .instant-11slbp {
    background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.instant-z5l1uq.instant-uyl55x .instant-11slbp::before {
    border-top: 40px solid #fa771f;
    border-right: 10px solid #fa771f;
}

.instant-z5l1uq.instant-uyl55x .instant-11slbp::after {
    border-right: 10px solid #fa771f;
    border-bottom: 36px solid #fa771f;
}

.instant-z5l1uq.instant-uyl55x .instant-22dgr2::before {
    background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.instant-z5l1uq.instant-uyl55x .instant-22dgr2::after {
    background: #fa8535;
}

.instant-1nfrk9 {
    max-width: 1110px;
    width: 100%;
    margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.instant-y934n1 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.instant-y934n1 span {
    font-weight: 600;
    font-size: 24px;
    color: var(--text-color);
}

.instant-y934n1 small {
    font-size: 14px;
    color: var(--text-color);
}

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

.instant-2nk5re {
    width: 120px;
    height: 22px;
}

.instant-2nk5re .instant-wgkav3 {
    fill: #c2c0ce;
}

.instant-2nk5re [rating='1'] .instant-wgkav3:not(:nth-child(n+2)) {
    fill: #ffbe16;
}

.instant-2nk5re [rating='2'] .instant-wgkav3:not(:nth-child(n+3)) {
    fill: #ffbe16;
}

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

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

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

.instant-17dx2r {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -10px;
    gap: 20px 0;
}

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

.instant-1kfjya {
    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);
}

.instant-1kfjya.instant-15eego {
    display: block;
}

.instant-1kfjya.instant-i3amcd {
    display: none;
}

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

.instant-17zn7c {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.instant-1qiuoz {
    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);
}

.instant-2joxng {
    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;
}

.instant-sbgijd small {
    font-size: 14px;
    display: block;
    color: var(--text-color);
}

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

.instant-1bpbon {
    font-size: 16px;
    line-height: 140%;
}

.instant-2np6fl {
    width: 88px;
    height: 16px;
    margin-bottom: 14px;
}

.instant-2np6fl .instant-wgkav3 {
    fill: #c2c0ce;
}

.instant-2np6fl [rating='1'] .instant-wgkav3:not(:nth-child(n+2)) {
    fill: #ffbe16;
}

.instant-2np6fl [rating='2'] .instant-wgkav3:not(:nth-child(n+3)) {
    fill: #ffbe16;
}

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

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

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

.instant-v0a6zj {
    max-width: 214px;
    height: 46px;
    font-size: 16px;
    margin: 32px auto 0;
}

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

/* Review Hero Block Styles */

.instant-ociaob {
    max-width: 1110px;
    width: 100%;
    margin: 32px auto;
}

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

.instant-12r3x2 {
    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) {
    .instant-12r3x2 {
        font-size: 26px;
        margin-bottom: 18px;
    }
}

.instant-19nqjf {
    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) {
    .instant-19nqjf {
        padding: 12px;
        gap: 12px;
    }
}

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

.instant-kxh4r6 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.instant-2bzotb {
    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;
}

.instant-16p0oh {
    flex: 1;
    min-width: 0;
}

.instant-2br3e3 {
    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) {
    .instant-2br3e3 {
        font-size: 14px;
        gap: 6px;
    }
}

.instant-18peqn {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

.instant-18peqn svg,
.instant-18peqn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.instant-18peqn svg path {
    fill: var(--button-bg-color);
}

.instant-18peqn svg circle {
    fill: var(--button-text-color);
}

.instant-26of87 {
    font-size: 14px;
    color: var(--text-color);
    opacity: 0.7;
}

@media only screen and (max-width: 767px) {
    .instant-26of87 {
        font-size: 12px;
    }
}

.instant-26of87 strong {
    font-weight: 600;
}

.instant-8eamzq {
    font-size: 16px;
    line-height: 160%;
    color: var(--text-color);
    margin: 0;
}

.instant-8eamzq p {
    margin: 0 0 16px;
}

.instant-8eamzq p:last-child {
    margin-bottom: 0;
}

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


table {
    margin-bottom: 32px;
}

.instant-gfr59j p,
.instant-gfr59j ul,
.instant-gfr59j ol {
    font-size: 110%;
    line-height: 135%;
}

.instant-23o5oe p img {
    display: block;
    margin: 20px auto;
}

.instant-23d42e {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px;
    text-decoration: none;
}

.instant-23d42e picture,
.instant-23d42e img {
    display: block;
    width: 100%;
}

.instant-23d42e img {
    margin: 0 !important;
}

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

.instant-1encvi {
    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);
}

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

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

.instant-1g4l1j {
    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);
}

.instant-23d42e:hover .instant-1g4l1j {
    transform: scale(1.05);
}

@media (max-width: 767px) {

    .instant-dyztc2{
        left:20px;
        right:20px;
        max-width:220px;
    }

    .instant-1encvi{
        font-size:10px;
        margin-bottom:6px;
    }

    .instant-d6myrh{
        font-size:34px;
    }

    .instant-d6myrh span{
        font-size:26px;
        margin-top:4px;
    }

    .instant-1g4l1j{
        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) {
  .instant-dyztc2 { left: 16px; right: 16px; max-width: 58%; }
  .instant-d6myrh { font-size: 23px; line-height: 1.15; text-shadow: 0 0 8px rgba(0,0,0,.65); }
  .instant-d6myrh span { font-size: 20px; margin-top: 3px; }
  .instant-1g4l1j { margin-top: 10px; padding: 8px 14px; font-size: 14px; }
}
@media (max-width: 480px) {
  .instant-dyztc2 { max-width: 62%; left: 12px; right: 12px; }
  .instant-d6myrh { font-size: 19px; line-height: 1.12; }
  .instant-d6myrh span { font-size: 17px; }
  .instant-1g4l1j { 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); }
.instant-1wybz3 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) {
  .instant-1wybz3 p#h2_2 { font-size: 26px; margin-bottom: 20px; }
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.instant-25ht0d, .instant-1nsz6g, [class*="review-card"],
thead, thead th, table th, .instant-g999v9,
.instant-1amwym, [class*="collapsible-header"],
.instant-25pdsx, [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; }
.instant-1j9gi5, .instant-1j9gi5 :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
.instant-kyvtpl, .instant-kyvtpl :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.instant-1m1yne li a, .instant-1m1yne li a :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.instant-2krwhd, .instant-2krwhd :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.instant-bsj16w, .instant-bsj16w :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.instant-b3txmg, .instant-b3txmg :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.instant-13vstm ul, .instant-13vstm ul :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.instant-13vstm ul li, .instant-13vstm ul li :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.instant-w9q4c2, .instant-w9q4c2 :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.instant-ezwzti tbody tr td .instant-1yvv5d, .instant-ezwzti tbody tr td .instant-1yvv5d :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.instant-1oakqw, .instant-1oakqw :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.instant-2r1nzv, .instant-2r1nzv :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.instant-2oom8b, .instant-2oom8b :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.instant-1g4l1j, .instant-1g4l1j :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--button-text-color) !important; }

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


/* live fix: CTA centering + FAQ contrast */
.instant-2krwhd { text-align: center; padding-left: 12px; padding-right: 12px; }


/* live fix v2: CTA centering (all buttons) */
.instant-2krwhd, .instant-bsj16w, .instant-kyvtpl { text-align: center; padding-left: 12px; padding-right: 12px; }
