@charset "UTF-8";* {padding: 0rem;margin: 0rem;border: 0rem;}*, *::before, *::after {box-sizing: border-box;}*::before, *::after {display: inline-block;}html, body {height: 100%;}body {line-height: 1;scrollbar-gutter: stable;-ms-text-size-adjust: 100%;-moz-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}input, button, textarea {font-family: inherit;font-size: inherit;line-height: inherit;color: inherit;background-color: transparent;}input, textarea {width: 100%;}label {display: inline-block;}button, select, option {cursor: pointer;}a {display: inline-block;color: inherit;text-decoration: none;}ul li {list-style: none;}img {max-width: 100%;height: auto;vertical-align: middle;}h1, h2, h3, h4, h5, h6 {font-weight: inherit;font-size: inherit;}@font-face {font-family: Poppins;font-display: swap;src: url("../assets/fonts/Poppins-SemiBold.woff2") format("woff2");font-weight: 600;font-style: normal;}@font-face {font-family: Poppins;font-display: swap;src: url("../assets/fonts/Poppins-Regular.woff2") format("woff2");font-weight: 400;font-style: normal;}@font-face {font-family: "iconfont";font-display: swap;src: url("../assets/fonts/iconfont.woff2") format("woff2");}[class*="--icon-"]::before {font-family: iconfont;}[class*="--icon-user"]::before {content: "\f101";}[class*="--icon-thumb"]::before {content: "\f102";}[class*="--icon-star"]::before {content: "\f103";}[class*="--icon-quote-left"]::before {content: "\f104";}[class*="--icon-puzzle"]::before {content: "\f105";}[class*="--icon-play"]::before {content: "\f106";}[class*="--icon-percent-solid"]::before {content: "\f107";}[class*="--icon-money"]::before {content: "\f108";}[class*="--icon-laptop"]::before {content: "\f109";}[class*="--icon-hat"]::before {content: "\f10a";}[class*="--icon-grid"]::before {content: "\f10b";}[class*="--icon-gift"]::before {content: "\f10c";}[class*="--icon-gearsvg"]::before {content: "\f10d";}[class*="--icon-comments"]::before {content: "\f10e";}[class*="--icon-code"]::before {content: "\f10f";}[class*="--icon-chevron"]::before {content: "\f110";}[class*="--icon-chart"]::before {content: "\f111";}[class*="--icon-calendar-2"]::before {content: "\f112";}[class*="--icon-border"]::before {content: "\f113";}[class*="--icon-arrow"]::before {content: "\f114";}:root {--text-color: #ffffff;--text-highlight: #ffdab4;--text-grey: #aeaeae;--bg-color: #303059;--bg-card: #4b4975;--primary: #ff8205;--btn-default: #9A52EC;--btn-primary: #ff8205;--btn-secondary: #01b765;--link-hover: #ffb639;--pros: #03a45a;--cons: #c35d5d;--star: #ffd700;--border-radius: 0.5rem;--border-color: #4B4975;}body {min-width: 20rem;color: #ffffff;font-family: "Poppins", sans-serif;background: var(--bg-color);}[data-fls-scrolllock] body {overflow: hidden;touch-action: none;overscroll-behavior: none;}.wrapper {min-height: 100%;display: flex;flex-direction: column;overflow: clip;}.wrapper>main {flex: 1 1 auto;}.wrapper>* {min-width: 0;}[class*=__container] {max-width: 75rem;margin: 0 auto;padding-left: 0.9375rem;padding-right: 0.9375rem;}h1, h2, h3, h4 {font-weight: 600;}h1 {color: var(--primary);line-height: 1.2;}h2 {color: var(--primary);line-height: 1.3;}h3 {color: #e1ac77;line-height: 1.4;}h4 {line-height: 1.5;}p {line-height: 1.6;}p img {max-width: 100%;height: auto;vertical-align: middle;border-radius: 0.5rem;width: 100%;}p.tip {background-color: var(--bg-card);border-left: 0.25rem solid #34a853;padding: 1rem;line-height: 1.5;border-radius: 0.25rem;position: relative;padding-left: 2.5rem;}p.tip::before {content: "💡";position: absolute;left: 1rem;top: 1rem;font-size: 1.2rem;}h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), p:not(:last-child), ul:not(:last-child), ol:not(:last-child), table:not(:last-child), .table-wrapper:not(:last-child), video:not(:last-child), .pros-cons:not(:last-child), .reviews:not(:last-child), .game-preview:not(:last-child), .casinos:not(:last-child), .article-meta:not(:last-child), .author-block:not(:last-child), main ol, main ul {margin-bottom: 0.9375rem;}.table-wrapper {overflow-x: auto;border-radius: 0.5rem;-ms-scroll-chaining: none;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;scrollbar-width: thin;scrollbar-color: #dcdfe9 transparent;}table:not([class]) {table-layout: auto;overflow-x: hidden;width: 100%;min-width: 62.5rem;border-collapse: collapse;line-height: 1.5;}table:not([class]) thead {background-color: #202020;}table:not([class]) th {padding: 0.625rem;vertical-align: top;text-align-last: left;border: 0.0625rem solid var(--bg-color);}table:not([class]) td {padding: 0.625rem;vertical-align: top;border: 0.0625rem solid var(--bg-color);background-color: var(--bg-card);}table:not([class]) img {max-width: 9.375rem;border-radius: 0.375rem;}.page__wrapper {display: grid;gap: 1.875rem;padding-bottom: 1.875rem;}.page__left {container-type: inline-size;}.page__left.--watch .slot-card__head {grid-template-columns: 5rem 1fr;}.page__left.--watch .button {font-size: 0.875rem;padding-inline: 0.625rem;padding-block: 0.625rem;}.page__content {display: grid;}.page__content p a, .page__content ul a, .page__content ol a {text-decoration: underline;transition: all 0.3s;color: var(--link-hover);}.page--about .article-meta:first-child, .page--privacy .article-meta:first-child, .page--terms .article-meta:first-child {margin-bottom: 1.25rem;}.page--about .article-meta:last-child, .page--privacy .article-meta:last-child, .page--terms .article-meta:last-child {margin-top: 2.5rem;}.page--search .page__wrapper, .page--not-found .page__wrapper {grid-template-columns: 1fr;}.search-form__input {flex: 1 1 280px;min-width: 220px;height: 44px;padding: 0 14px;border-bottom: 1px solid #d1d5db;transition: border-color .2s, box-shadow .2s;}.search-form__input::placeholder {color: #9ca3af;}.search-form__input:focus {outline: none;border-color: var(--primary, #2563eb);box-shadow: 0 0 0 3px rgba(37, 99, 235, .15);}.search-form__button {min-width: 170px;}.search__meta {font-weight: 600;font-size: 1.375rem;}.search-form__label:not(:last-child), .search-form__input:not(:last-child) {margin-bottom: 1rem;}.search__results .post-card:not(:last-child) {margin-bottom: 2rem;}.search__results .post-card__meta {color: var(--text-highlight);}.search__results .post-card__meta:not(:last-child) {margin-bottom: 1.2rem;}.search__results .post-card__link:hover {text-decoration: underline;}.page ul:not([class]) li {position: relative;line-height: 1.5;}.page ul:not([class]) li:not(:last-child) {margin-bottom: 0.375rem;}.page ul:not([class]) li::before {content: "";width: 0.5em;height: 0.5em;background-color: var(--primary);border-radius: 50%;margin-right: 0.5rem;}.page ul:not([class]) ul {margin-bottom: 0;padding-top: 0 !important;padding-left: 1.875rem;}.page ol {list-style: none;padding: 0;counter-reset: item;}.page ol li {counter-increment: item;position: relative;line-height: 1.5;}.page ol li:not(:last-child) {margin-bottom: 0.375rem;}.page ol li::before {content: counter(item) ".";color: var(--primary);font-weight: 600;margin-right: .3rem;}.last-updated {display: flex;align-items: center;gap: 0.3125rem;font-size: 0.875rem;border-bottom: 0.0625rem solid var(--bg-card);padding-bottom: 0.625rem;}.text-block>section:not(:last-child), .text-block>div:not(:last-child) {margin-bottom: 0.9375rem;}.text-block>picture:not(:last-child) img {margin-bottom: 1.25rem;}.text-block>picture img, .text-block>img {border-radius: 0.5rem;width: 100%;}.text-block>img:not(:last-child) {margin-bottom: 1.25rem;}.text-block:has(table) {overflow: hidden;}.text-block ul:not([class]):not(:first-child), .text-block ol:not([class]):not(:first-child) {padding-top: 0.625rem;}.text-block ul:not([class]):not(:last-child), .text-block ol:not([class]):not(:last-child) {padding-bottom: 0.625rem;}.rating {display: flex;align-items: center;gap: 0.5rem;}.rating__label {font-size: 0.875rem;}.rating__value {margin-top: 0.25rem;}.rating__stars {font-family: "iconfont";position: relative;display: inline-block;color: #ccc;}.rating__stars::before {content: "\f103\f103\f103\f103\f103";display: block;}.rating__stars::after {content: "\f103\f103\f103\f103\f103";color: var(--star);position: absolute;top: 0;left: 0;overflow: hidden;white-space: nowrap;width: calc(var(--rate, 0) * 20%);pointer-events: none;}#scrollTopBtn {position: fixed;z-index: 1000;display: none;background-color: var(--primary);color: #fff;padding: 0.625rem 0.9375rem;border-radius: 50%;font-size: 1.125rem;cursor: pointer;box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.3);transition: all 0.3s ease;}#scrollTopBtn:hover {background-color: var(--btn-secondary);}picture:has(img.--float-right) {float: right;width: auto;margin: 0 0 0.625rem 0.625rem !important;max-width: 8.75rem;}picture:has(img.--float-left) {float: left;width: auto;margin: 0 0.625rem 0.625rem 0 !important;max-width: 8.75rem;}img.--float-right {float: right;width: auto;margin: 0 0 0.625rem 0.625rem !important;max-width: 8.75rem;}img.--float-left {float: left;width: auto;margin: 0 0.625rem 0.625rem 0 !important;max-width: 8.75rem;}.author-block {background: linear-gradient(to bottom, transparent 1.25rem, var(--bg-card) 1.25rem);padding: 2.5rem 1.875rem 0.9375rem 0.9375rem;position: relative;overflow: visible;margin-top: 2rem;border-radius: 0.5rem;}.author-block__img {position: absolute;overflow: hidden;right: 0.9375rem;top: -0.9375rem;width: 6.25rem;height: 6.25rem;border-radius: 50%;z-index: 2;}.author-block__img img {object-fit: cover;object-position: center;height: 100%;width: 100%;}.author-page__img {position: relative;overflow: hidden;width: 150px;height: 150px;margin-bottom: 1rem;border-radius: 50%;}.author-page__img img {position: absolute;left: 0;top: 0;object-fit: cover;object-position: center;width: 100%;height: 100%;}.author-page__intro {margin-bottom: 1rem;font-size: 14px;font-style: italic;color: var(--text-grey);}.author-page__social {display: flex;flex-wrap: wrap;gap: 1rem;}.images {display: inline-block;}.images>picture img, .images>img {border-radius: 0.5rem;width: 100%;}.menu {flex-grow: 1;}.menu__list {display: flex;justify-content: end;flex-wrap: wrap;gap: 0.3125rem 1.25rem;}.menu__link {font-weight: 600;line-height: 1.5;transition: all 0.3s;}.menu__link--active {color: var(--link-hover);}.icon-menu {display: none;}.header {position: sticky;top: 0;background-color: var(--bg-card);left: 0;right: 0;z-index: 5;}.header__body {display: flex;justify-content: space-between;align-items: center;padding-block: 0.5rem;}.header__logo-box {display: grid;row-gap: 4px;}.header__logo-text {font-weight: 600;font-size: 1.2em;}.header__tagline {font-size: 14px;}.footer__links {background-color: var(--bg-card);}.footer__links-wrapper {display: flex;justify-content: center;flex-wrap: wrap;gap: 1.25rem;}.footer__link-img {transition: all 0.5s;filter: invert(1);max-height: 2.5rem;}.footer__bottom {padding-block: 0.625rem;}.footer__bottom-top {padding-top: 0.625rem;display: flex;flex-direction: column;justify-content: space-between;flex-wrap: wrap;align-items: center;gap: 1rem;}.footer__bottom-top:not(:last-child) {border-bottom: 0.0625rem solid var(--bg-card);}.footer__logo {border-radius: 1.25rem;}.footer__logo-text {font-size: 1.2em;text-transform: uppercase;}.footer__nav:has(ul) {padding-bottom: 1.2rem;}.footer__nav-ul {display: flex;align-items: center;flex-wrap: wrap;}.footer__nav-ul a {font-weight: 600;font-size: 0.875rem;transition: all 0.3s;}.footer__copyright {padding-block: 0.625rem;color: var(--text-grey);text-align: center;font-size: 0.8125rem;}.footer__copyright:not(:first-child) {padding-top: 1.25rem;}.footer-nav__list {display: flex;align-items: center;flex-wrap: wrap;}.footer-nav__link {font-weight: 600;font-size: 0.875rem;transition: all 0.3s;}.footer-nav__link--active {color: var(--link-hover);}.article-meta {display: flex;flex-wrap: wrap;gap: 0.9375rem;border-bottom: 0.0625rem solid var(--bg-card);padding-bottom: 0.625rem;}.article-meta__author, .article-meta__last-updated {display: flex;align-items: center;gap: 0.3125rem;font-size: 0.875rem;}.article-meta__author a {text-decoration: underline;color: var(--text-highlight);transition: color .5 linear;}.article-meta__author a:hover {color: var(--primary);}.slot-card {display: grid;align-items: start;background-color: var(--bg-card);padding: 0.9375rem;border-radius: 0.5rem;}@container (min-width: 37.5rem) {.slot-card {grid-template-columns: minmax(0, 14.375rem) 1fr;}}.slot-card__head {display: grid;justify-content: center;align-items: center;gap: 0.625rem;transition: all 0.5s;}.slot-card__image {transition: all 0.5s;max-width: 18.75rem;aspect-ratio: 300/300;overflow: hidden;border-radius: 0.5rem;}.slot-card__image img {object-fit: cover;width: 100%;height: 100%;}.slot-card__actions>*:not(:last-child) {margin-bottom: 0.625rem;}.slot-card__button {transition: all 0.5s;width: 100%;}.slot-card .spollers {border-radius: 0.5rem;background-color: var(--bg-color);}.slot-card .spollers__title {background: var(--bg-color);font-size: 0.875rem;font-weight: 400;display: none;padding: 0.625rem;}.slot-card .spollers__body {padding-top: 0;}.slot-card .--spoller-init .spollers__title {display: block;}.slot-card .--spoller-init .spollers__title::before, .slot-card .--spoller-init .spollers__title::after {right: 0.625rem;width: 0.5rem;}.slot-card .casinos {grid-column: 1/-1;padding: 0;}.slot-card .casino__bonus-desc {display: none;}.slot-card .casinos__text {display: none;}@container (max-width: 37.1875rem) {.slot-card .casinos__body {gap: 0.5rem;}}.slot-card .casino {background-color: var(--bg-color);}.slot-card .casino__rating {display: none;}@container (max-width: 18.75rem) {.slot-card .casino::after {content: none;}.slot-card .casino__brand {flex: 0 1 10%;min-width: 4.375rem;gap: 0.25rem;}.slot-card .casino__title {font-size: 0.75rem;line-height: 1.2;}.slot-card .casino__bonus {flex: 1 0 9%;min-width: 8.3125rem;font-size: 1rem;}.slot-card .casino__btn {font-size: 0.875rem;padding-inline: 0.625rem;padding-block: 0.5rem;}}.slot-details {display: grid;grid-template-columns: repeat(auto-fit, minmax(min(18.125rem, 100%), 1fr));gap: 0rem 0.9375rem;}.slot-details__item {border-bottom: 0.0625rem solid rgba(255, 218, 180, 0.3490196078);display: flex;flex-wrap: wrap;justify-content: space-between;padding-block: 0.625rem;column-gap: 0.9375rem;font-size: 0.875rem;}.slot-details__item:last-child {border-bottom: none;}@container (min-width: 37.1875rem) {.slot-details__item:nth-last-child(-n+2) {border-bottom: none;}}.slot-details__item-type {position: relative;padding-left: 1.25rem;flex: 1 1 auto;color: var(--text-highlight);}.slot-details__item-type:before {position: absolute;left: 0;top: 0;color: var(--primary);content: "";width: 1em;height: 1em;-webkit-mask: var(--icon) no-repeat center / contain;mask: var(--icon) no-repeat center / contain;background-color: var(--primary);}.slot-details__item-type.has-icon {padding-left: 1.25rem;}.slot-details__item-type.has-icon::before {content: "";position: absolute;left: 0;top: 0;width: 1rem;height: 1rem;background: var(--primary);-webkit-mask: var(--icon) no-repeat center / contain;mask: var(--icon) no-repeat center / contain;}.spollers {display: grid;gap: 0.9375rem;}.spollers__title {font-weight: 600;width: 100%;cursor: default;text-align: left;background-color: var(--bg-card);padding: 0.9375rem 1.25rem;border-radius: 0.3125rem;position: relative;list-style: none;line-height: 1.3;}.spollers__title::marker, .spollers__title::-webkit-details-marker {display: none;}.--spoller-init .spollers__title {cursor: pointer;}.--spoller-init .spollers__title::before, .--spoller-init .spollers__title::after {content: "";position: absolute;right: 1.25rem;top: 50%;background-color: #fff;height: 0.125rem;width: 0.625rem;transition: transform 0.5s ease 0s;}.--spoller-init .spollers__title::before {transform: translate(-75%, -50%) rotate(40deg);}.--spoller-init .spollers__title::after {transform: translate(0, -50%) rotate(-40deg);}.--spoller-init .spollers__title.--spoller-active::before {transform: translateX(-75%) rotate(-40deg);}.--spoller-init .spollers__title.--spoller-active::after {transform: rotate(40deg);}.spollers__body {padding-top: 0.9375rem;line-height: 1.5;}.button {display: inline-flex;justify-content: center;min-width: min-content;font-size: 1rem;font-weight: 600;text-transform: uppercase;text-align: center;letter-spacing: 0.0625rem;padding-block: 0.875rem;padding-inline: 1.5rem;border-radius: 0.375rem;background-color: var(--btn-default);transition: all 0.3s;}.button--fw {width: 100%;}.button--primary {background-color: var(--btn-primary);}.button--secondary {background-color: var(--btn-secondary);}.casinos__text {display: block;text-align: center;font-weight: 600;color: var(--text-highlight);padding-inline: 0.625rem;}.casinos__text:last-child {padding-block: 0.9375rem 0rem;}.casinos__body {display: grid;gap: 0.5rem;}.casino {display: grid;gap: .5rem;position: relative;background-color: var(--bg-card);border-radius: 0.375rem;flex: 1 1 calc(33.3333% - 0.9375rem);min-width: 14.6875rem;transition: transform 0.3s ease;}.casino::after {pointer-events: none;position: absolute;right: 0.3125rem;top: -1.25rem;content: "";background-image: url("/wp-content/uploads/2025/09/bonus.svg");width: 4.375rem;height: 3.75rem;background-position: center;background-size: contain;background-repeat: no-repeat;animation-duration: 1s;animation-fill-mode: both;animation-iteration-count: 1;}.casino__body {display: flex;flex-wrap: wrap;align-items: center;justify-content: center;text-align: center;gap: 0.9375rem;height: 100%;}.casino__brand {flex: 0 1 15%;min-width: 7.5rem;display: grid;text-align: center;gap: 0.5rem;}.casino__logo {position: relative;overflow: hidden;border-radius: 0.375rem;aspect-ratio: 400/250;border: 0.0625rem solid #4b4975;}.casino__logo-img {top: 0;left: 0;position: absolute;width: 100%;height: 100%;object-fit: cover;object-position: center;transition: transform 0.3s ease-in;}.casino__title {font-size: 0.875rem;font-weight: 400;}.casino__bonus {flex: 1 0 15%;min-width: 12.5rem;line-height: 1.3;font-weight: 600;font-size: 1.125rem;text-shadow: var(--primary) 0.0625rem 0 0.625rem;}.casino__bonus-desc {text-align: center;font-size: 12px;line-height: 1.2;color: var(--text-grey);}.casino__actions {display: grid;gap: 0.75rem;text-align: center;}.casino__btn {padding-block: 0.625rem;padding-inline: 1rem;display: inline-flex;justify-content: center;min-width: min-content;font-size: 1rem;font-weight: 600;text-transform: uppercase;text-align: center;letter-spacing: 0.0625rem;border-radius: 0.375rem;transition: all 0.3s;background-color: var(--btn-primary);}@keyframes rubberBand {from {transform: scale3d(1, 1, 1);}30% {transform: scale3d(1.25, 0.75, 1);}40% {transform: scale3d(0.75, 1.25, 1);}50% {transform: scale3d(1.15, 0.85, 1);}65% {transform: scale3d(0.95, 1.05, 1);}75% {transform: scale3d(1.05, 0.95, 1);}to {transform: scale3d(1, 1, 1);}}.rubberBand {-webkit-animation-name: rubberBand;animation-name: rubberBand;}.payout-table {width: 100%;border-collapse: collapse;table-layout: fixed;border-radius: 0.5rem;overflow: hidden;}.payout-table__tr {display: flex;flex-wrap: wrap;justify-content: space-between;}.payout-table__td {padding: 0.625rem;vertical-align: top;text-align: center;border: 0.0625rem solid var(--bg-color);flex: 1;min-width: 7.5rem;background-color: var(--bg-card);}.payout-table__img {width: auto;display: block;margin: 0 auto 0.5rem;border-radius: 0.3125rem;}.payout-table__label {color: var(--text-highlight);font-size: 0.875rem;font-weight: bold;margin-bottom: 0.5rem;}.payout-table__values {font-size: 0.9em;line-height: 1.4;}.game-preview {position: relative;width: 100%;margin: auto;overflow: hidden;border-radius: 0.625rem;background-color: #000;}.game-preview__img {width: 100%;display: block;filter: brightness(0.7);}.game-preview__overlay {position: absolute;inset: 0;background-color: rgba(0, 0, 0, 0.5);display: flex;flex-direction: column;align-items: center;justify-content: center;color: #fff;padding: 1.25rem;text-align: center;z-index: 2;}.game-preview__button {display: inline-flex;justify-content: center;min-width: min-content;font-size: 1rem;font-weight: 600;text-transform: uppercase;text-align: center;letter-spacing: 0.0625rem;padding-block: 0.875rem;padding-inline: 1.5rem;border-radius: 0.375rem;background-color: var(--btn-secondary);gap: 0.625rem;transition: all 0.3s;}.game-preview__button::before {font-family: "iconfont";content: "\f106";}.game-preview__note {margin-top: 0.75rem;font-size: 0.9rem;opacity: 0.8;max-width: 18.75rem;}.game-preview__iframe-wrap {left: 0;top: 0;position: absolute;inset: 0;display: none;z-index: 3;background: #000;}.game-preview__iframe-wrap iframe {width: 100%;height: 100%;border: none;}.reviews {display: grid;}.reviews__intro {margin-bottom: 1rem;}.review {background-color: #694975;padding: 0.9375rem 4.2rem 0.9375rem 0.9375rem;border-radius: 0.375rem;line-height: 1.5;position: relative;}.review:not(:last-child) {margin-bottom: 0.5rem;}.review::after {position: absolute;content: "";background-image: url("/wp-content/uploads/2025/08/chat.svg");width: 3.125rem;height: 3.125rem;background-position: center;background-size: contain;background-repeat: no-repeat;right: 0.625rem;top: -0.5rem;}.review__author {display: block;margin-bottom: 0.5rem;}.pros-cons {display: grid;gap: 0.625rem;grid-template-columns: repeat(auto-fit, minmax(min(18.75rem, 100%), 1fr));}.pros-cons__col {background-color: var(--bg-card);border-radius: 0.5rem;}.pros-cons__col--pros .pros-cons__item::before {color: var(--pros);}.pros-cons__col--cons .pros-cons__item::before {color: var(--cons);transform: rotate(180deg);}.pros-cons__title {font-size: 0.9375rem;margin-bottom: 0.625rem;color: var(--text-highlight);}.pros-cons__item {position: relative;display: flex;align-items: start;gap: 0.5rem;line-height: 1.5;}.pros-cons__item::before {content: "\f102";font-family: "iconfont";font-size: 0.875rem;}.pros-cons__item:not(:last-child) {margin-bottom: 0.375rem;}.not-found {display: grid;justify-content: center;align-items: center;text-align: center;}.not-found__container {text-align: center;}.not-found__title {font-weight: 600;}.not-found__title:not(:last-child) {margin-bottom: 1.25rem;}.not-found__text:not(:last-child) {margin-bottom: 2.5rem;}.not-found .button:not(:last-child) {margin-bottom: 1rem;}@media (max-width: 47.99875em) and (any-hover: none) {.icon-menu {cursor: default;}}@media (max-width: 47.99875em) {.menu__body {position: fixed;background-color: var(--bg-color);height: calc(100% - 4.25rem);width: 100%;left: -100%;top: 4.25rem;overflow: auto;padding: 1.875rem;display: flex;flex-direction: column;justify-content: space-between;gap: 2.5rem;transition: left 0.3s;}[data-fls-menu-open] .menu__body {left: 0;}.menu__body form {position: sticky;top: 0;}.menu__body .header__button {width: 100%;font-size: 1.25rem;}.menu__list {flex-direction: column;align-items: end;}.menu__link {font-size: 1.5rem;}.icon-menu {display: block;position: relative;width: 1.875rem;height: 1.125rem;z-index: 5;}.icon-menu span, .icon-menu::before, .icon-menu::after {content: "";transition: all 0.3s ease 0s;right: 0;position: absolute;width: 100%;height: 0.125rem;background-color: #fff;}.icon-menu::before {top: 0;}.icon-menu::after {bottom: 0;}.icon-menu span {top: calc(50% - 0.0625rem);}[data-fls-menu-open] .icon-menu span {width: 0;}[data-fls-menu-open] .icon-menu::before {top: calc(50% - 0.0625rem);transform: rotate(-45deg);}[data-fls-menu-open] .icon-menu::after {bottom: calc(50% - 0.0625rem);transform: rotate(45deg);}.footer__bottom-top {justify-content: center;flex-direction: column;}}@media (max-width: 29.99875em) {.footer__nav-ul {flex-direction: column;}.footer-nav__list {flex-direction: column;}.casino__body {flex-direction: column;flex-wrap: nowrap;}}@media (max-width: 20em) {body {font-size: 0.875rem;}h1 {font-size: 2rem;}h2 {font-size: 1.625rem;}h3 {font-size: 1.25rem;}h4 {font-size: 1rem;}.page__wrapper {padding-top: 6.25e-8rem;}.page--about, .page--privacy, .page--terms {margin-block: 2.5rem;}#scrollTopBtn {bottom: 0.9375rem;}#scrollTopBtn {right: 0.9375rem;}.header__body {gap: 0.375rem;}.header__logo {max-height: 3.4375rem;}.footer__links {padding-block: 1.25rem;}.footer__logo {max-height: 5rem;}.footer__nav-ul {gap: 0.625rem;}.footer-nav__list {gap: 0.625rem;}.slot-card {gap: 0.625rem;}.slot-details {padding-inline: 0.625rem;}.slot-details {padding-block: 6.25e-8rem;}.casinos__text {padding-bottom: 0.625rem;}.casino {padding: 0.625rem;}.payout-table__img {height: 3.75rem;}.pros-cons__col {padding: 0.9375rem;}.not-found__title {font-size: 6.25rem;}.not-found__text {font-size: 1rem;}}@media (min-width: 20em) and (max-width: 75em) {body {font-size: clamp(0.875rem, 0.82954545454375rem + 0.2272727273vw, 1rem);}h1 {font-size: clamp(2rem, 1.772727272725rem + 1.1363636364vw, 2.625rem);}h2 {font-size: clamp(1.625rem, 1.4886363636375rem + 0.6818181818vw, 2rem);}h3 {font-size: clamp(1.25rem, 1.20454545454375rem + 0.2272727273vw, 1.375rem);}h4 {font-size: clamp(1rem, 0.95454545454375rem + 0.2272727273vw, 1.125rem);}.page__wrapper {padding-top: clamp(6.25e-8rem, -0.68181809659375rem + 3.4090907955vw, 1.875rem);}.page--about, .page--privacy, .page--terms {margin-block: clamp(2.5rem, 1.59090909090625rem + 4.5454545455vw, 5rem);}#scrollTopBtn {bottom: clamp(0.9375rem, 0.59659090909375rem + 1.7045454545vw, 1.875rem);}#scrollTopBtn {right: clamp(0.9375rem, 0.59659090909375rem + 1.7045454545vw, 1.875rem);}.header__body {gap: clamp(0.375rem, -0.21590909090625rem + 2.9545454545vw, 2rem);}.header__logo {max-height: clamp(3.4375rem, 3.09659090909375rem + 1.7045454545vw, 4.375rem);}.footer__links {padding-block: clamp(1.25rem, 0.79545454545625rem + 2.2727272727vw, 2.5rem);}.footer__logo {max-height: clamp(5rem, 3.6363636363625rem + 6.8181818182vw, 8.75rem);}.footer__nav-ul {gap: clamp(0.625rem, 0.397727272725rem + 1.1363636364vw, 1.25rem);}.footer-nav__list {gap: clamp(0.625rem, 0.397727272725rem + 1.1363636364vw, 1.25rem);}.slot-card {gap: clamp(0.625rem, 0.5113636363625rem + 0.5681818182vw, 0.9375rem);}.slot-details {padding-inline: clamp(0.625rem, 0.5113636363625rem + 0.5681818182vw, 0.9375rem);}.slot-details {padding-block: clamp(6.25e-8rem, -0.11363627840625rem + 0.5681817045vw, 0.3125rem);}.casinos__text {padding-bottom: clamp(0.625rem, 0.17045454545625rem + 2.2727272727vw, 1.875rem);}.casino {padding: clamp(0.625rem, 0.5113636363625rem + 0.5681818182vw, 0.9375rem);}.payout-table__img {height: clamp(3.75rem, 3.29545454545625rem + 2.2727272727vw, 5rem);}.pros-cons__col {padding: clamp(0.9375rem, 0.8238636363625rem + 0.5681818182vw, 1.25rem);}.not-found__title {font-size: clamp(6.25rem, 3.977272727275rem + 11.3636363636vw, 12.5rem);}.not-found__text {font-size: clamp(1rem, 0.90909090909375rem + 0.4545454545vw, 1.25rem);}}@media (min-width: 61.99875em) {.page--slot .page__wrapper {grid-template-columns: 18.75rem 1fr;}.page__slot-card {position: sticky;top: 6.25rem;}}@media (min-width: 75em) {body {font-size: 1rem;}h1 {font-size: 2.625rem;}h2 {font-size: 2rem;}h3 {font-size: 1.375rem;}h4 {font-size: 1.125rem;}.page__wrapper {padding-top: 1.875rem;}.page--about, .page--privacy, .page--terms {margin-block: 5rem;}#scrollTopBtn {bottom: 1.875rem;}#scrollTopBtn {right: 1.875rem;}.header__body {gap: 2rem;}.header__logo {max-height: 4.375rem;}.footer__links {padding-block: 2.5rem;}.footer__logo {max-height: 8.75rem;}.footer__nav-ul {gap: 1.25rem;}.footer-nav__list {gap: 1.25rem;}.slot-card {gap: 0.9375rem;}.slot-details {padding-inline: 0.9375rem;}.slot-details {padding-block: 0.3125rem;}.casinos__text {padding-bottom: 1rem;}.casino {padding: 0.9375rem;}.payout-table__img {height: 5rem;}.pros-cons__col {padding: 1.25rem;}.not-found__title {font-size: 12.5rem;}.not-found__text {font-size: 1.25rem;}}@media (any-hover: hover) {.page__content p a:hover, .page__content ul a:hover, .page__content ol a:hover {color: var(--primary);}.menu__link:hover {color: var(--link-hover);}.footer__link:hover .footer__link-img {filter: drop-shadow(0 0.125rem 0.3125rem rgba(0, 0, 0, 0.4)) invert(1);}.footer__nav-ul a:hover {color: var(--link-hover);}.footer-nav__link:hover {color: var(--link-hover);}.button:hover {box-shadow: 0rem 0.25rem 0.25rem 0rem rgba(0, 0, 0, 0.25);background-color: #7b43bc;}.button--primary:hover {background-color: #d85e00;}.button--secondary:hover {background-color: #01874b;}.casino__logo:hover .casino__logo-img {transform: scale(1.2);}.casino__btn:hover {box-shadow: 0rem 0.25rem 0.25rem 0rem rgba(0, 0, 0, 0.25);background-color: #d85e00;}.casino:hover {box-shadow: 0rem 0.25rem 0.25rem 0rem rgba(0, 0, 0, 0.25);transform: translateY(-0.375rem);}.casino:hover::after {animation-name: rubberBand;}.game-preview__button:hover {background-color: #01874b;}}