        /* General for all resolutions */
        
        .hero-header {
            /* height: 100%; */
            width: 100%;
            /* padding-bottom: 1.25rem; */
            /* background: var(--nav-bg-reverse); */
            position: relative;
        }
        
        .extra-dimmed {
            /* background: var(--hero-shadow); */
            border-radius: var(--border-15);
            background: var(--hero-title-dimming);
        }
        /* TOP NAV BAR WITH LOGO */
        
        nav.navbar {
            position: fixed;
            z-index: 33;
            left: 0;
            right: 0;
            top: 0;
            height: 3rem;
            background: var(--navbar-bg);
            border-bottom: 1px solid var(--navbar-border);
            display: inline-flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        
        nav.navbar .logo {
            display: -ms-flexbox;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 3rem;
            color: var(--navbar-logo);
        }
        
        .logo-svg {
            width: 2rem;
            height: 2rem;
            border-radius: var(--border-8);
        }
        
        nav.navbar .links {
            float: right;
            padding: 0;
            margin: 0;
            width: 80%;
            height: 100%;
            display: flex;
            display: -ms-flexbox;
            justify-content: space-around;
            align-items: center;
            /* backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    */
        }
        
        .links::before {
            backdrop-filter: saturate(180%) blur(20px);
            -webkit-backdrop-filter: saturate(180%) blur(20px);
        }
        
        nav.navbar .links a {
            display: block;
            padding: 1em 0;
            color: var(--navbar-li-color);
            text-decoration: none;
            height: 3rem;
            line-height: initial;
        }
        
        nav.navbar .links a:hover {
            color: var(--active);
        }
        
        .links strong {
            color: var(--white-dimmed-2);
        }
        
        #nav-toggle {
            position: absolute;
            top: -3rem;
        }
        
        nav.navbar .icon-burger {
            display: none;
            position: absolute;
            right: .5rem;
            top: 50%;
            transform: translateY(-50%);
            z-index: 1;
        }
        
        nav.navbar .icon-burger .line {
            width: 30px;
            height: 5px;
            background: var(--nav-font-color);
            margin: 5px;
            border-radius: 3px;
            transition: all .3s ease-in-out;
            display: block;
        }
        
        nav.navbar .icon-burger .line b {
            position: absolute;
            top: -1000rem;
        }
        
        .logo-item {
            min-width: 3rem;
            line-height: 3rem;
        }
        
        .info-pages {
            text-align: center;
            line-height: 4rem;
            background: var(--info-pages);
            border-radius: var(--border-15);
            margin-top: 1rem;
            box-shadow: var(--light-version-info-header);
        }
        
        .ribbon {
            background: var(--ribbon);
            margin-top: 3rem;
            min-height: 2rem;
            display: flex;
            justify-content: center;
            align-items: center;
            color: var(--ribbon-color);
        }
        
        .ribbon p {
            font-size: 0.75rem;
            line-height: 0.875rem;
            font-weight: 400;
            text-align: center;
            padding: 0.25rem 0;
        }
        
        .ribbon a {
            color: var(--active);
            /* color: var(--header-text-color); */
            text-decoration: underline;
        }
        /* .ribbon a:hover {
    text-decoration: underline;
} */
        /* END TOP NAV BAR WITH LOGO */
        
        .hero-banner {
            display: block;
            position: relative;
            width: 100%;
            height: 20rem;
        }
        
        .hero-banner::before {
            content: '';
            position: absolute;
            left: 0;
            width: 100%;
            height: 100%;
            display: inline-block;
            background: var(--hero-shadow);
            border: none;
            /* border-radius: 0 0 var(--border-15) var(--border-15); */
        }
        
        .hero-figure {
            /* position: absolute;
    bottom: 0; */
            letter-spacing: 3px;
            font-size: 1.125rem;
            line-height: 1.125rem;
            color: #fafafa;
            padding: .25rem .25rem .25rem 0;
            text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 4px;
            /* background: rgba(0, 0, 0, .3); */
            /* border-radius: var(--border-15); */
        }
        
        .article-bg,
        .article-bg-intro,
        .slots-slider,
        .comments-section,
        .card-container {
            scroll-margin-top: 3rem;
        }
        
        .article-bg,
        .article-bg-intro {
            padding: 1rem 0;
        }
        
        .wazamba {
            background: #7824B6;
        }
        
        .wildz {
            background: #412786;
        }
        
        .rizk {
            background: #ef4136;
        }
        
        .caxino {
            background: #FF0F63;
        }
        
        .casino888 {
            background: #171717;
        }
        
        .justspin {
            background: #FFEB00;
        }
        
        .dunder {
            background: #231f20;
        }
        
        .casumo {
            background: #0CD0CD;
        }
        
        .voodoodreams {
            background: #161616;
        }
        
        .frankandfred {
            background: #3b1259;
        }
        
        .videoslots {
            background: #131313;
        }
        
        .spinia {
            background: #f8f8f8;
        }
        
        .bons {
            background: #000000;
        }
        
        .kingbilly {
            background: #0e0e0e;
        }
        
        .livecasinohouse {
            background: #000000;
        }
        
        .playamo {
            background: #291c32;
        }
        
        .royalpanda {
            background: #000000;
        }
        
        .veraandjohn {
            background: #0093d4;
        }
        
        .vulkanvegas {
            background: #ffffff;
        }
        
        .prive21 {
            background: #2b3135;
        }
        
        .spin {
            background: #fefefe;
        }
        
        .genesis {
            background: #070920;
        }
        
        .playojo {
            background: #510478;
        }
        
        .spinia {
            background: #f8fbfb;
        }
        
        .leovegas {
            background: #FD5C3C;
        }
        
        .casinoinsider {
            /* background: rgb(204, 191, 13); */
            background: linear-gradient(0deg, rgb(10 96 10) 0%, rgba(32, 113, 31, 1) 100%);
        }
        
        .indexpage {
            background: var(--slots-slider-bg);
        }
        
        .index_box_green {
            /* background: #41a130; */
            background: #28681d;
        }
        
        .index_box_blue {
            background: #12366a;
        }
        
        .index_box_blueish {
            background: #088987;
        }
        
        .index_box_red {
            background: #a32e27;
        }
        
        .index_box_greenish {
            background: #316a07;
        }
        
        .index_box_yellowish {
            background: #707202;
        }
        /* END HERO BANNER */
        
        .title-with-play {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
        }
        
        .hero-sq-logo,
        .hero-sq-logo-guide {
            position: relative;
            display: flex;
            display: -ms-flexbox;
            margin-left: 1rem;
            margin-right: 1rem;
            color: var(--h1-box-color);
        }
        
        .hero-logo-image {
            display: block;
            width: 5.529rem;
            height: 5.529rem;
        }
        
        .main-title {
            display: flex;
            display: -ms-flexbox;
            flex-direction: column;
            max-height: 5.529rem;
            justify-content: center;
            max-width: 30rem;
            color: var(--white);
            padding: 0 1rem;
            box-sizing: border-box;
        }
        
        .navigation-2nd-line-tabs-vsq {
            padding: 1rem;
            background: var(--bg-reverse);
            box-sizing: border-box;
        }
        
        .cat-item:hover {
            background: var(--bg-linear);
        }
        
        .vertical-scrolling-gallery,
        .vertical-scrolling-header-nav {
            scroll-snap-type: x mandatory;
            overflow-x: scroll;
            display: flex;
            display: -ms-flexbox;
            height: 100%;
            box-sizing: border-box;
            gap: 1rem;
            padding-bottom: 1rem;
        }
        
        .vertical-scrolling-gallery {
            min-height: 6rem;
            /* padding-left: 1rem; */
        }
        
        .vertical-scrolling-header-nav {
            min-height: 4rem;
        }
        
        .review {
            position: relative;
            /* content-visibility: auto;
    contain-intrinsic-size: 32rem; */
        }
        /* Change to class */
        
        .vertical-scrolling-gallery figure,
        .vertical-scrolling-header-nav figure,
        .header-mobile-only-description {
            scroll-snap-align: center;
        }
        
        .header-nav-figure,
        .header-nav-figcap {
            display: flex;
            display: -ms-flexbox;
        }
        
        .header-nav-figure {
            min-width: 12.5rem;
            text-align: center;
            color: var(--white);
            margin-right: 0.625rem;
            position: relative;
            justify-content: space-between;
            border-radius: var(--border-15);
            padding: 0.5rem;
            background: var(--faq-box-bg-color);
        }
        
        .header-nav-figcap {
            flex-direction: column;
            text-align: center;
            justify-content: space-between;
        }
        
        .header-nav-bottom {
            max-width: 7rem;
            line-height: 1.125rem;
        }
        
        .header-nav-figure-img {
            background: rgb(45 64 92);
            width: 5rem;
            height: 5rem;
            border-radius: var(--border-15);
        }
        
        .header-nav-figure-img svg {
            height: 5rem;
        }
        
        .header-nav-top {
            font-weight: 800;
            letter-spacing: .12rem;
            color: #a1a1a6;
        }
        
        .index-no-box-with-title {
            padding-bottom: 1rem;
        }
        
        .cat-item {
            scroll-snap-align: center;
        }
        
        .cat-item {
            /* border: 1px solid var(--cards-border-review); */
            text-align: center;
            color: var(--white);
            /* margin-right: .438rem; */
            position: relative;
            display: flex;
            display: -ms-flexbox;
            flex-wrap: wrap;
            justify-content: space-evenly;
            background: var(--bg-linear-two);
        }
        
        .cat-item {
            min-height: 5.875rem;
            min-width: 12.375rem;
        }
        
        #cat-nav-bonus {
            justify-content: space-between;
        }
        
        .around-bonus-nav {
            background: var(--around-bonus-nav);
            overflow: overlay;
        }
        
        .nav-2nd-icon {
            display: flex;
            display: -ms-flexbox;
            flex-direction: row;
            font-size: 0.875rem;
            line-height: 1.125rem;
            font-weight: 400;
            flex: 0 1 3rem;
            max-width: 3rem;
            padding-left: .5rem;
            align-items: center;
        }
        
        .cat-info-text {
            display: flex;
            flex-direction: column;
            flex: 0 1 calc(100% - 4.5rem);
            max-width: calc(100% - 4.5rem);
            justify-content: center;
        }
        
        .cat-info-info {
            color: var(--cat-info-color);
            line-height: 1.25rem;
        }
        
        .cat-info-info strong {
            font-weight: 600;
        }
        
        .review {
            box-sizing: border-box;
        }
        
        .content-slim h2,
        .content-slim h1 {
            color: var(--content-slim-h2-color);
        }
        
        .content-slim h3 {
            margin: .5rem 0;
        }
        
        .content-slim p {
            color: var(--content-slim-h2-color);
        }
        
        .content-slim-subtitle {
            font-size: 1.125rem;
            text-align: center;
            font-weight: 600;
        }
        
        .content-slim-subtitle em {
            color: var(--active);
            font-style: normal;
        }
        
        .nav-sliding-titles {
            display: flex;
            scroll-snap-type: x mandatory;
            overflow-x: scroll;
            display: -ms-flexbox;
            height: 100%;
            box-sizing: border-box;
            scroll-behavior: smooth;
            -webkit-overflow-scrolling: touch;
            gap: 10px;
            justify-content: start;
            padding: 1rem 0;
            border-bottom: 1px solid var(--border-micro-box);
        }
        
        .sliding-titles {
            border: 2px solid var(--active);
            display: inline-block;
            padding: .5rem 1rem;
            vertical-align: middle;
            text-decoration: none;
            text-align: center;
            cursor: pointer;
            white-space: nowrap;
            line-height: 1.23536;
            /* border-bottom: 1px solid transparent; */
            color: var(--font-color);
            border-radius: var(--border-18);
            text-transform: uppercase;
            /* margin: 10px 35px 5px 0; */
        }
        
        .sliding-titles:first-of-type {
            /* border-bottom: 1px solid var(--active); */
            font-weight: 600;
            padding-bottom: 1px;
            /* color: var(--bg);
            background: var(--active); */
        }
        
        .sliding-titles:hover,
        .sliding-titles:focus {
            color: var(--bg);
            background: var(--active);
            /* border-bottom: 1px solid var(--index-hero-tex); */
        }
        
        .text-part,
        .bonus-summary-text,
        .hb-box-text,
        .faq-text,
        .text-color {
            color: var(--gray_ish);
            /* background: var(--text-bg); */
        }
        
        .bonus-summary-text a,
        .index-hero-text a,
        .faq-text a {
            /* color: var(--active-google); */
            color: var(--linked);
            text-decoration: underline;
        }
        
        .bonus-summary-text ul li::marker,
        .content-slim ul li::marker {
            color: var(--active);
            content: "\2713\0020";
        }
        
        .faq-text {
            width: 100%;
        }
        
        .kicked-logo {
            display: block;
            border-radius: 0.938rem 3.125rem 3.125rem 3.125rem;
            width: 5.875rem;
            height: 5.875rem;
            margin-bottom: 1rem;
        }
        
        .box-rating-icon-review-only {
            width: 4rem;
            height: 4rem;
            position: absolute;
            top: 1rem;
            right: 1rem;
        }
        
        .right-corener-icon {
            width: 4rem;
            height: 4rem;
        }
        
        .faq-box {
            background: var(--faq-box-bg-color);
            border-radius: var(--border-15);
            font-size: 0.875rem;
            position: relative;
            min-height: 15.625rem;
        }
        
        .faq-box h3 {
            padding: 1rem 1rem 0;
        }
        
        .faq-box ul,
        .bonus-summary-text ul {
            padding: 0rem 1rem 1rem 2rem;
            list-style: initial;
            font-size: 0.875rem;
            line-height: 1.5rem;
            color: var(--faq-inside-li);
            box-sizing: border-box;
        }
        
        .article-bg-color {
            background: var(--article-bg);
        }
        
        .article-bg-color-modals {
            background: var(--insider-bg);
        }
        
        .article-bg-color-group {
            background: var(--group-bonus-bg);
        }
        
        .article-bg-color-black {
            background: #000000;
            color: var(--white);
        }
        
        .content-slim ul {
            padding: 1rem 1rem 1rem 2rem;
            list-style: initial;
            font-size: 0.875rem;
            line-height: 1.5rem;
            color: var(--faq-inside-li);
            box-sizing: border-box;
        }
        
        .content-slim ol {
            padding: 1rem 1rem 1rem 2rem;
            font-size: 0.875rem;
            line-height: 1.5rem;
            color: var(--faq-inside-li);
            box-sizing: border-box;
        }
        
        .rating-label {
            font-family: var(--ff-sfpro);
            font-size: 0.875rem;
            line-height: 1.25rem;
            color: var(--white-dimmed);
        }
        
        .rating-number {
            color: var(--rating-number);
        }
        
        .btn-play-above-tc {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        
        .terms {
            font-size: 0.75rem;
            color: var(--grey__text);
            width: 4.5rem;
            display: block;
            margin: 0 auto;
            margin-top: 0.5rem;
            text-align: center;
        }
        
        .read-more,
        .read-more a {
            font-weight: 700;
            font-size: 0.875rem;
            line-height: inherit;
            color: var(--blue-dark);
            min-width: 4.625rem;
            text-align: right;
            letter-spacing: 0.05rem;
            display: flex;
        }
        /* .bottom-getbox {
    position: absolute;
    bottom: .5rem;
    right: 0;
    left: 0;
} */
        
        .box-with-progress {
            min-width: 50%;
        }
        
        .faq-box figure,
        .faq-simple figure {
            min-height: 4rem;
            min-width: 4rem;
            position: absolute;
            right: 1rem;
            bottom: 1rem;
        }
        
        .faq-bottom-icon img {
            min-width: 4rem;
            min-height: 4rem;
            filter: var(--faq-icon-filter);
        }
        
        .mothod-title {
            color: var(--payments-methodes);
        }
        /* .payments-option+.payments-option {
            margin-left: 0.75rem;
        }
        
        .image-s-box+.image-s-box {
            margin-left: 0.75rem;
        } */
        
        .image-s-box span {
            color: var(--white);
            position: absolute;
            top: 0;
            right: 0;
            line-height: 2rem;
            padding: 0 .2rem;
            border-radius: 0 var(--border-15);
            background: rgba(17, 10, 31, 0.6);
        }
        
        .image-s-title {
            text-align: center;
        }
        
        .slots-slider .image-s-title {
            color: var(--white);
        }
        
        aside .image-s-title {
            color: var(--font-color);
        }
        
        details {
            padding: 0.5rem 0;
        }
        
        summary {
            color: var(--summary-color);
            font-size: 1.176rem;
            font-weight: 500;
        }
        
        summary:hover,
        summary::marker,
        summary:focus {
            color: var(--active);
        }
        
        details p {
            padding: 0.5rem 1rem;
            display: flex;
            display: -ms-flexbox;
            align-items: center;
            justify-content: space-between;
            cursor: pointer;
            position: relative;
            transition: all 0.3s ease;
            border-bottom: 1px solid var(--outline);
            color: var(--faq-color);
            background: var(--faq-answer);
            border-radius: var(--border-15);
            margin-top: 0.5rem;
            box-shadow: var(--top-overview-shadows);
        }
        
        .summary div {
            display: flex;
            display: -ms-flexbox;
            justify-content: space-between;
            margin: 0 .5rem;
            padding: 0.75rem 0;
            border-bottom: 1px solid var(--breadcrumbs-border);
            width: auto;
            /* min-width: 17.438rem; */
            min-width: 18rem;
            font-size: 0.875rem;
            line-height: 1.125rem;
            color: var(--tech-detail-color);
            margin-bottom: 0;
            flex-shrink: 0;
            flex-grow: 0;
            font-weight: 700;
        }
        
        .summary div span {
            color: var(--font-color);
            max-width: 70%;
            text-align: right;
            opacity: 0.8;
            font-weight: 600;
        }
        
        .summary a {
            /* color: var(--btn-primary); */
            color: var(--blue-dark);
            text-decoration: underline;
        }
        /* .comments-from-users {
    padding: 0 0 1rem 1rem;
} */
        
        .row-rating-data {
            display: flex;
            flex-direction: row;
            /* padding-right: 1rem; */
            box-sizing: border-box;
        }
        
        .big-square-rating {
            width: 7.75rem;
            height: 7.75rem;
            background: var(--main_purple);
            font-size: 3.5rem;
            border-radius: var(--border-15);
            margin-right: 1rem;
            box-sizing: border-box;
            color: var(--white);
        }
        
        .big-square-rating p {
            font-size: 3.5rem;
            width: 7.5rem;
            line-height: 7.75rem;
            text-align: center;
        }
        
        .rating-data {
            width: 100%;
        }
        
        .rating-with-progress label {
            width: 100%;
            display: flex;
            /* color: var(--rating-with-progress); */
            font-size: 0.875rem;
            line-height: 1.125rem;
        }
        
        .comments {
            padding-top: .5rem;
        }
        
        .comment {
            background: var(--card__bg);
            border: 1px solid var(--outline);
            width: 100%;
            display: flex;
            min-width: 18.75rem;
            min-height: 12.875rem;
            flex-direction: column;
        }
        
        .user-info-xs {
            display: flex;
            justify-content: space-around;
            align-items: center;
            height: 3.25rem;
            line-height: 3.25rem;
            opacity: 0.9;
            text-transform: capitalize;
        }
        
        .user-info-xs {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 3.25rem;
            line-height: 3.25rem;
            opacity: 0.9;
            text-transform: capitalize;
            padding: 0 1rem;
        }
        
        .user-image-xs {
            height: 1.5rem;
            width: 1.5rem;
            border-radius: 100%;
            border: 2px solid var(--white);
            display: flex;
            align-items: center;
        }
        
        .comment div {
            color: var(--grey__text);
            padding: 0 1rem 1rem;
        }
        
        .comment+.comment {
            margin-left: .75rem;
        }
        
        .faq-simple :focus {
            outline: none;
            color: var(--active);
        }
        
        .btn-comment-nav-box {
            padding-bottom: 1rem;
            padding-top: 1rem;
            box-sizing: border-box;
            width: calc(100% - 2rem);
            max-width: 35rem;
            margin: 0 auto;
        }
        
        .btn-max {
            width: 100%;
            height: 2.75rem;
            line-height: 2.75rem;
            display: block;
            margin: 0 auto;
            border-radius: var(--border-50);
        }
        
        .btn-comments {
            background: var(--comments-btn);
            color: var(--white);
            text-transform: uppercase;
            border: 1px solid var(--bg-blur);
            font-size: 1rem;
            line-height: 1rem;
        }
        
        .btn-comments:hover {
            background: var(--comments-btn-hover);
        }
        
        .breadcrumbs {
            border-top: 1px solid var(--breadcrumbs-border);
            border-bottom: 1px solid var(--breadcrumbs-border);
            margin: 1rem 0;
            font-size: 0.875rem;
        }
        
        .breadcrumbs ol {
            list-style: none;
            direction: ltr;
            display: flex;
            display: -ms-flexbox;
            padding: 0 1rem;
            margin: 0.5rem 0;
        }
        
        .breadcrumbs a {
            color: var(--active-google);
        }
        
        .breadcrumbs span {
            color: var(--active-google);
        }
        
        .footer-categories {
            display: flex;
            display: -ms-flexbox;
            box-sizing: border-box;
            padding: 1rem;
            font-size: 0.875rem;
        }
        
        .footer-categories a {
            color: var(--gray_ish);
            text-decoration: underline;
        }
        
        .footer-categories a:hover {
            color: var(--linked);
        }
        
        .footer-categories h3,
        .footer-categories ul {
            text-align: center;
        }
        
        .footer-categories h3 {
            font-size: 1.125rem;
            line-height: initial;
            color: var(--footer-h3-color);
        }
        
        .footer-categories p,
        .footer-categories ul {
            color: var(--gray_ish);
        }
        
        .footer-categories p {
            padding: 1rem 0 0;
            text-align: justify;
        }
        
        .aboutus div {
            justify-content: space-around;
            display: flex;
            display: -ms-flexbox;
            min-width: 100%;
            font-size: 0.875rem;
            /* padding: 0 1rem; */
            box-sizing: border-box;
        }
        
        .aboutus a {
            text-decoration: underline;
            color: var(--gray_ish);
        }
        
        .mobile-footer-nav.btn-bottom-nav {
            box-sizing: border-box;
            padding: 0.5rem 1rem;
            display: none;
            transition: all .3s ease-in-out;
        }
        
        .mobile-footer-nav {
            position: fixed;
            background: var(--bg);
            background-image: var(--navbar-footer-bg);
            left: 0;
            bottom: 0;
            width: 100%;
            height: 4.588rem;
            display: flex;
            display: -ms-flexbox;
            flex-direction: row;
            justify-content: space-around;
            border-top: 1px solid var(--navbar-drop-bg);
            /* border-top: 1px solid var(--outline); */
            overflow-x: auto;
        }
        
        .btn-bottom-play {
            width: 36.25rem;
            height: 2.75rem;
            line-height: 2.75rem;
            display: block;
            margin: 0 auto;
            font-size: 1.25rem;
        }
        
        .foot-nav-item-a {
            display: flex;
            flex: 0 1 20%;
            justify-content: center;
            position: relative;
        }
        
        .footer-nav-icon {
            padding-top: .5rem;
            display: block;
            margin: 0 auto;
        }
        
        .footer-nav-item {
            text-align: center;
            width: 100%;
            padding-top: .25rem;
            box-sizing: border-box;
        }
        
        .footer-nav-item figcaption {
            color: var(--footer-icon-text);
            font-size: 0.75rem;
            line-height: 0.75rem;
            position: absolute;
            left: 0.25rem;
            right: 0.25rem;
        }
        
        .active-nav-btn img {
            filter: var(--faq-icon-filter);
        }
        
        .active-nav-btn figcaption {
            color: var(--footer-icon-text-active);
        }
        
        .active-nav-btn .foot-nav-item-a,
        .footer-nav-item.active-nav-btn svg {
            color: var(--active);
            fill: var(--active);
        }
        
        .active-nav-btn {
            background: rgba(0, 0, 0, .07);
        }
        
        .active-top-nav {
            border-bottom: 1px solid var(--active);
        }
        
        .article-bg-news {
            padding-top: 1rem;
            background: var(--news-bg);
        }
        
        .news-info-with-titles {
            display: flex;
            flex-direction: column;
        }
        
        .news-background {
            /* background: var(--banner-dimming); */
            height: 8.824rem;
        }
        
        .news-background img {
            border-radius: var(--border-top);
        }
        
        .news-item {
            width: 17.647rem;
            min-height: 13.25rem;
            position: relative;
            background: var(--white);
            box-shadow: var(--news-item-shadows);
            transition: all .3s cubic-bezier(0, 0, .5, 1);
        }
        
        .news-item:hover {
            box-shadow: var(--box-shadows-hover);
            transform: scale3d(1.01, 1.01, 1.01);
        }
        
        .news-header-title:hover {
            color: var(--linked);
        }
        /* .news-item+.news-item {
            margin-left: .75rem;
        } */
        
        .news-blockquote {
            position: relative;
            bottom: 0;
        }
        
        .news-header-title {
            box-sizing: border-box;
            color: var(--news-header-title);
            font-size: 1.118rem;
            line-height: 1.2105263158;
            margin: 0;
            padding: 1rem;
            letter-spacing: .012em;
            font-weight: 600;
        }
        
        .news-header-title-insider {
            color: var(--news-header-title-insider);
            font-size: 1.25rem;
            padding: 0;
            line-height: 1.45rem;
            margin: 0;
        }
        
        .news-item img {
            height: 8.824rem;
            width: 17.647rem;
        }
        
        .insider-item img {
            height: 8.824rem;
        }
        
        .news-top-title {
            color: var(--news-top-title);
            justify-items: center;
            font-weight: 400;
            padding-left: 1rem;
            font-size: 0.824rem;
        }
        
        .hb-box {
            display: flex;
            flex-wrap: wrap;
            padding-bottom: 1rem;
        }
        
        .hb-box svg {
            width: 1.5rem;
            height: 4.875rem;
            padding: 0 1rem;
        }
        
        .hb-box-two-graph {
            flex-direction: row;
            height: 4.875rem;
            width: 4.875rem;
            text-align: center;
            font-weight: 700;
            letter-spacing: .2rem;
            font-size: 1.25rem;
            display: flex;
            vertical-align: middle;
            justify-content: center;
            align-items: center;
            flex: 0 1 40%;
        }
        
        .hb-box-two-graph span {
            box-sizing: border-box;
            /* background: var(--wager-box-bg); */
            background: var(--how-to-small-boxes);
            border: 1px solid var(--how-to-small-boxes-border);
            border-radius: var(--border-15);
            box-shadow: var(--box-shadows-how);
            width: 100%;
            height: 4.875rem;
            line-height: 4.875rem;
        }
        
        .hb-box-one-image {
            background: var(--hb-box-one-image)
        }
        
        .wager-group-box {
            display: flex;
            display: -ms-flexbox;
            flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            justify-content: space-between;
            width: 100%;
            margin: 1rem 0 0.5rem;
        }
        
        .wager-box {
            display: flex;
            display: -ms-flexbox;
            flex: 1 1 calc((100% - 3rem) / 3);
            box-sizing: border-box;
            flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            min-width: calc((100% - 3rem) / 3);
            /* background: var(--wager-box-bg); */
            background: var(--how-to-small-boxes);
            border: 1px solid var(--how-to-small-boxes-border);
            border-radius: var(--border-15);
            height: 7rem;
            justify-content: center;
            box-shadow: var(--box-shadows-how);
        }
        
        .wager-box p {
            display: flex;
            flex-direction: column;
            vertical-align: middle;
            justify-content: center;
            align-items: center;
            text-align: center;
            font-weight: 700;
            /* color: var(--white); */
            font-size: 1.25rem;
            line-height: 1.5rem;
        }
        
        .wager-box p span {
            font-size: 0.875rem;
            font-weight: 400;
            line-height: 1.125rem;
            color: var(--gray_ish);
        }
        
        .wager-box+.wager-box {
            margin-left: 0.75rem;
        }
        
        .icon-slider,
        .bundle-banner-section {
            margin: 0 1rem 1rem;
        }
        
        .slots-slider,
        .payments-slider,
        .review-slider {
            /* margin: 0 0 1rem; */
            box-sizing: border-box;
            /* padding: 0 0 1rem 1rem; */
        }
        
        .header-slots,
        .header-payments {
            /* margin: 0 0 1rem; */
            box-sizing: border-box;
            padding: 1rem 0 0;
        }
        /* .slots-slider h2,
.payments-slider h2,
.header-slots h2,
.header-payments h2 {
    padding: 0;
} */
        
        .slots-slider h2 {
            color: var(--white);
        }
        
        .slots-slider {
            background: var(--slots-slider-bg);
            padding: 1rem 0;
        }
        
        .payments-slider {
            background: var(--payments-slider-bg);
        }
        
        .review-slider {
            background: var(--review-slider);
            padding: 0 0 1rem 1rem;
        }
        
        .footer-nav-item svg {
            fill: var(--navbar-icon);
        }
        
        .bonus-summary-text h3 {
            color: var(--bonus-summary-h3);
            border-left: 2px solid var(--active);
            padding-left: 0.5rem;
            margin: 1rem 0;
        }
        
        .box-rating-tablet {
            color: var(--box-rating-tablet);
        }
        
        .slots-only {
            background: var(--slots-only-background);
            border-radius: var(--slots-only-border-radius);
        }
        /* END General for all resolutions */
        
        @media only screen and (min-width: 220px) and (max-width: 319px) {
            html {
                font-size: 0.706rem;
            }
        }
        
        @media only screen and (max-width: 320px) {
            h1 {
                font-size: 1.25rem;
                line-height: 1.35rem;
            }
            .review,
            .title-with-play,
            .header-slots,
            .vertical-scrolling-header-nav,
            .content-slim {
                margin-left: auto;
                margin-right: auto;
                width: calc(100% - 1rem);
            }
            .hero-header {
                height: 23.25rem;
            }
            .hero-logo-image {
                width: 4.5rem;
                height: 4.5rem;
            }
            .title-with-play {
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
            }
            .hero-banner::before {
                height: calc(100% - 2.75rem);
            }
            .image-not-svg {
                height: 12.353rem;
            }
        }
        
        @media only screen and (min-width: 320px) and (max-width: 350px) {
            html {
                font-size: 0.765rem;
            }
        }
        
        @media only screen and (min-width: 321px) and (max-width: 360px) {
            html {
                font-size: 0.882rem;
            }
            .image-not-svg {
                height: 16.471rem;
            }
        }
        
        @media only screen and (min-width: 321px) and (max-width: 575px) {
            .review,
            .header-slots,
            .vertical-scrolling-header-nav,
            .content-slim {
                margin-left: auto;
                margin-right: auto;
                width: calc(100% - 2.25rem);
            }
            .hero-header {
                min-height: 24.75rem;
            }
            .title-with-play {
                position: absolute;
                bottom: 1rem;
                left: 0;
                right: 0;
            }
            .vertical-scrolling-header-nav {
                margin-bottom: .75rem;
                overflow-x: initial;
            }
        }
        
        @media only screen and (max-width: 575px) {
            h1 {
                font-size: 1.425rem;
                line-height: 1.5rem;
            }
            h1.box-align-default,
            h2.index-hero-subtitle {
                margin: 0 1rem;
            }
            .hero-banner-center-csv,
            .hero-banner-center-csv-core-box {
                height: 30%;
                margin: 0 auto;
                position: relative;
            }
            .hero-banner-center-csv {
                top: 15%;
                width: 50%;
            }
            .hero-banner-center-csv-core-box {
                top: 38%;
                width: 62%;
            }
            .hero-sq-logo {
                max-width: 100%;
            }
            .header-mobile-only {
                /* scroll-snap-type: x mandatory;
                overflow-x: scroll; */
                display: flex;
                display: -ms-flexbox;
                height: 100%;
                box-sizing: border-box;
                /* margin: 0 1rem; */
            }
            .header-mobile-only-description {
                min-width: 97%;
                padding-right: 1rem;
            }
            .navigation-1st-line-tabs {
                /* padding: 0.75rem 0 1rem; */
                display: flex;
                flex: 0 1 100%;
                position: relative;
            }
            .btn-large-mobile {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 100%;
                max-width: calc(100% - 2rem);
                margin: 0 auto;
                height: 2.75rem;
                line-height: 2.75rem;
            }
            .review {
                margin-bottom: 1rem;
            }
            .rating-details {
                border: 1px solid var(--rating-details-border);
                box-shadow: var(--box-shadows-faq);
            }
            .summary_box {
                padding: 1rem;
                background: var(--review-box-background);
                border-radius: var(--border-18);
                box-sizing: border-box;
                margin: 2rem;
                position: relative;
                box-shadow: var(--review-box-shadow);
                display: flex;
                flex-direction: column;
            }
            .btn-inside-box {
                display: flex;
                min-width: 100%;
                justify-content: center;
                vertical-align: middle;
                letter-spacing: .05rem;
            }
            .banner-index-inside-nav,
            .box-rating-tablet,
            .box-rating-tablet-number,
            .banner-index,
            .micro-horizontal-item-seperate-text img {
                display: none;
            }
            .top-10-list {
                padding: 0 1rem 1rem;
                margin: 0 1rem 1rem;
                background: var(--bg-linear);
                box-shadow: var(--box-shadows);
                border-radius: var(--border-15);
            }
            .header-top-10 h2 {
                color: var(--top-10-change-color);
            }
            .micro-horizontal-item-seperate {
                padding: 1rem .5rem;
                border-radius: 15px;
                height: 6rem;
                display: flex;
                display: -ms-flexbox;
                justify-content: space-between;
                margin: 0 0 1rem;
                background: var(--bluish-bg);
            }
            .micro-horizontal-item-seperate-bg {
                background: var(--bg-linear);
            }
            .micro-horizontal-item-seperate-text {
                border-bottom: 1px solid var(--border-micro-box);
                width: calc(100% - 2rem);
                margin-left: 1rem;
                margin-right: 1rem;
                flex-direction: column;
                display: flex;
                display: -ms-flexbox;
                font-weight: 700;
            }
            .comments-from-users {
                margin: 0 0 1rem 1rem;
            }
            .row-rating-data {
                margin: 1rem 1rem 1rem 0;
            }
            .footer-nav-item svg {
                width: 1.5rem;
                height: 1.5rem;
            }
            .footer-nav-item figcaption {
                top: 1.85rem
            }
            aside .vertical-scrolling-gallery {
                padding-top: 1rem;
            }
            .nav-sliding-titles {
                padding-left: 1rem;
                background-color: var(--white);
            }
            .content-slim-summary-header {
                width: 100%;
                height: 100%;
                display: block;
                text-align: center;
                line-height: 2.25rem;
                font-size: 2rem;
                margin-bottom: 1rem;
            }
            .content-slim-top-overview {
                display: flex;
                justify-content: space-evenly;
                flex-wrap: wrap;
                box-shadow: var(--top-overview-shadows);
                text-align: center;
                flex-direction: column;
                margin-bottom: 1rem;
            }
            header.h5 {
                font-weight: 600;
            }
            .overview-item-p {
                font-size: 0.706rem;
                color: var(--top-overview-p);
                padding: 0 0.5rem;
            }
            .hero-sq-logo {
                margin-bottom: 0.5rem;
            }
            .content-slim h2,
            .content-slim h1 {
                font-size: 1.5rem;
                line-height: 1.05;
                font-weight: 500;
                letter-spacing: .008em;
                text-align: center;
            }
            /* .panels {
                background: var(--white);
            } */
            .insider-item {
                margin-bottom: 1rem;
            }
        }
        
        @media only screen and (max-width: 767px) {
            main {
                background: var(--main-bg-mobile);
            }
            nav.navbar .links a {
                font-weight: bold;
            }
            .hero-banner {
                min-height: 14rem;
            }
            .hero-banner-image {
                height: 14rem;
                width: 100%;
                box-sizing: border-box
            }
            .rating-board .faq-box {
                margin-top: 1rem;
                box-shadow: var(--box-shadows);
            }
            .box-rating-tablet-number,
            .brand-name {
                display: none;
            }
            .card-top-list {
                border-radius: var(--border-15);
                /* box-shadow: var(--box-shadows-hover); */
            }
            .item-box-offer {
                display: flex;
                /* margin-bottom: 1rem; */
                padding: 0.5rem;
            }
            .item-box-offer-imgs {
                display: flex;
            }
            .logo-image-top-list {
                height: 4rem;
                width: 4rem;
                display: block;
                border-radius: var(--border-8);
            }
            .item-box-offer-details {
                border-bottom: 1px solid var(--bottom-hr);
                width: calc(100% - 2rem);
                margin-left: 1rem;
                /* margin-right: 1rem; */
                flex-direction: column;
                display: flex;
                display: -ms-flexbox;
                font-weight: 700;
            }
            .item-box-offer-details img {
                display: none;
            }
            .bonus-subtitle {
                color: var(--linked);
                font-weight: 500;
                font-size: 0.938rem;
                line-height: 1.125rem;
            }
            .wager {
                color: var(--wager-box);
                font-size: 0.938rem;
                line-height: 1.063rem;
                font-weight: 400;
            }
            .btn-inside-box {
                width: 100%;
                height: 1.75rem;
                line-height: 1.75rem;
                font-size: 1rem;
                text-transform: uppercase;
                padding: 0 .25rem;
                /* height: 1.5rem;
        line-height: 1.5rem;
        font-size: 0.875rem; */
            }
            .bonus-amount-up-to {
                color: var(--red);
            }
            .footer-categories {
                flex-direction: column;
            }
            .hb-box {
                flex-direction: column;
            }
            .hb-box-text {
                flex: 0 1 100%;
                max-width: 0 1 100%;
            }
            .hb-box-one-image,
            .hb-box-two-graph {
                display: flex;
                justify-content: space-between;
                width: 100%;
                padding: 1rem 0;
            }
            .faq-text {
                margin-bottom: 1rem;
            }
            .up-to-color {
                color: var(--active);
            }
            .up-to-color-free-spins {
                color: var(--linked);
            }
            .article-bg {
                padding: 1rem 0;
            }
            .sliding-bonuses-offer {
                background: var(--sliding-bonus-offer-mobile);
            }
            /* .item-box-offer:nth-child(even) {
                background: var(--white);
                background-image: var(--odds-even-bg);
            } */
            .item-box-offer:nth-child(odd) {
                background: var(--white);
            }
            .footer-categories a,
            .aboutus a {
                line-height: 2.824rem;
            }
            .panels {
                padding: 1rem 0;
            }
            .shadow {
                box-shadow: var(--box-shadows-hover);
            }
        }
        
        @media screen and (max-width: 768px) {
            nav.navbar .logo-list {
                display: inline-flex;
                justify-content: space-between;
                width: 100%;
                margin: 0;
                height: 100%;
                line-height: 2.82353em;
                -webkit-backdrop-filter: var(--navbar-blur);
                backdrop-filter: var(--navbar-blur);
                padding: 0 0.5rem;
            }
            nav.navbar .links {
                float: none;
                position: fixed;
                z-index: 9;
                left: 0;
                right: 0;
                top: 2.875rem;
                bottom: 100%;
                width: auto;
                height: auto;
                max-height: auto;
                flex-direction: column;
                justify-content: space-evenly;
                background: var(--navbar-drop-bg);
                overflow: hidden;
                box-sizing: border-box;
                transition: all .5s ease-in-out;
                -webkit-backdrop-filter: blur(10px);
                backdrop-filter: blur(10px);
            }
            nav.navbar .links a {
                font-size: 1.5rem;
            }
            nav.navbar :checked~.links {
                bottom: 0;
            }
            nav.navbar .icon-burger {
                display: block;
            }
            nav.navbar :checked~.icon-burger .line:nth-child(1) {
                transform: translateY(10px) rotate(225deg);
            }
            nav.navbar :checked~.icon-burger .line:nth-child(3) {
                transform: translateY(-10px) rotate(-225deg);
            }
            nav.navbar :checked~.icon-burger .line:nth-child(2) {
                opacity: 0;
            }
            .arrow {
                font-size: 1.5rem;
                line-height: 1.5rem;
                font-weight: bold;
                color: #69696d;
            }
            .payments-option {
                display: flex;
                flex-grow: 0;
                flex-shrink: 0;
                position: relative;
                flex-direction: column;
                min-width: 7.5rem;
                min-height: 6.5rem;
                background: var(--payments-item);
                border: 1px solid var(--regular);
                max-width: 9.5rem;
                padding: .75rem;
                box-sizing: border-box;
            }
            .payments-option picture {
                height: 2.625rem;
            }
            .payments-option img {
                width: 100%;
                max-width: 3rem;
                max-height: 3rem;
            }
            .option {
                display: flex;
                display: -ms-flexbox;
                flex-direction: column;
                padding-top: 1rem;
                font-size: 0.875rem;
                line-height: 1.125rem;
                font-weight: 400;
                text-transform: capitalize;
                color: var(--white);
            }
        }
        
        @media only screen and (min-width: 576px) {
            .title-with-play {
                position: absolute;
                bottom: 1rem;
                left: 0;
                right: 0;
                /* padding-bottom: 1rem; */
            }
        }
        
        @media only screen and (min-width: 576px) and (max-width: 767px) {
            .hero-banner-center-csv,
            .hero-banner-center-csv-core-box {
                height: 40%;
                margin: 0 auto;
                position: relative;
            }
            .hero-banner-center-csv {
                top: 5%;
                width: 50%;
            }
            .hero-banner-center-csv-core-box {
                top: 35%;
                width: 50%;
            }
            .hero-header {
                min-height: 24.75rem;
            }
            .navigation-1st-line-tabs {
                width: calc(100% - 2rem);
                height: 2.75rem;
                margin: 0 auto;
                /* padding: 0.75rem 0; */
            }
            .btn-large-mobile {
                height: 2.75rem;
                line-height: 2.75rem;
            }
            .review,
            .top-10-list,
            .header-slots {
                padding: 0 1rem 1rem;
            }
            .review {
                background: var(--card__bg);
                border-radius: var(--border-15);
                margin: 0 1rem 1rem
            }
            .top-10-list {
                background: var(--bg-linear);
                border-radius: var(--border-15);
                margin: 0 1rem 1rem;
            }
            .text-part {
                display: flex;
                flex-direction: column;
                flex: 0 1 calc(100% - 1rem);
            }
            /* .rating-details {
                border: 1px solid var(--regular);
            } */
            .summary_box {
                padding: 1rem;
                background: var(--bluish-bg);
                border-radius: var(--border-18);
                box-sizing: border-box;
                margin: 2rem;
                display: flex;
                justify-content: space-between;
                flex-direction: row;
                box-shadow: var(--box-shadows-hover);
            }
            .item-box-offer-imgs {
                /* display: flex; */
                justify-content: center;
                align-items: center;
            }
            .box-rating-tablet {
                align-items: center;
                padding: 1rem;
                width: auto;
                display: flex;
                justify-content: center;
                align-content: center;
                backdrop-filter: var(--navbar-blur);
                -webkit-backdrop-filter: var(--navbar-blur);
                background: var(--box-rating-number);
                border-radius: var(--border-15);
                margin-left: 1rem;
                min-width: 6.875rem;
            }
            .micro-horizontal-item-seperate-text img,
            .box-rating-icon-review-only {
                display: none;
            }
            .micro-horizontal-item-seperate {
                background: var(--bluish-bg);
                padding: 1rem .5rem;
                border-radius: 15px;
                /* DO NOT CHANGE ITS FOR MIDDLE SIZE */
                height: 6rem;
                display: flex;
                display: -ms-flexbox;
                justify-content: space-between;
                margin: 0 0 1rem;
                box-shadow: var(--box-shadows-hover);
            }
            .micro-horizontal-item-seperate-text {
                border-bottom: 1px solid var(--border-micro-box);
                width: calc(100% - 2rem);
                margin-left: 1rem;
                margin-right: 1rem;
                flex-direction: column;
                display: flex;
                display: -ms-flexbox;
                font-weight: 700;
            }
            .comments-from-users {
                margin: 0 0 1rem 1rem;
            }
            .row-rating-data {
                margin: 1rem 1rem 1rem 0
            }
            .hero-tag {
                position: absolute;
                top: 0.5rem;
                font-size: 2rem;
                color: var(--hero-tag-tweet);
                right: 1rem;
            }
            .article-bg {
                padding: 1rem 0;
            }
            .article-bg-intro {
                background: var(--article-bg-intro);
                padding: 1rem 0;
            }
            .content-slim {
                margin: 0 1rem 1rem;
            }
            .content-slim h2,
            .content-slim h1 {
                font-size: 2rem;
                line-height: 1.05;
                font-weight: 500;
                letter-spacing: .008em;
                text-align: center;
            }
            .nav-sliding-titles {
                margin-left: 1rem;
            }
            .content-slim-summary-header {
                width: 100%;
                height: 100%;
                display: block;
                text-align: center;
                line-height: 2.25rem;
                font-size: 2rem;
            }
            .content-slim-top-overview {
                display: flex;
                justify-content: space-evenly;
                flex-wrap: wrap;
                box-shadow: var(--top-overview-shadows);
                text-align: center;
            }
            .content-slim-top-overview-item {
                max-width: 32%;
            }
            header.h5 {
                font-weight: 600;
            }
            .overview-item-p {
                font-size: 0.706rem;
                color: var(--top-overview-p);
            }
            .hero-sq-logo {
                margin-bottom: 0.5rem;
            }
            .card-top-list,
            .card-top-list-insider {
                display: flex;
                display: -ms-flexbox;
                justify-content: space-between;
                flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                box-sizing: border-box;
                flex-grow: 1;
            }
            .card-top-list {
                flex-direction: column;
            }
            .card-top-list-insider {
                gap: 1rem;
            }
            .insider-item {
                display: flex;
                display: -ms-flexbox;
                flex-direction: column;
                box-shadow: var(--box-shadows);
                min-width: 40%;
                max-width: 49%;
                flex-grow: 1;
                flex-basis: 1rem;
                transition: all .3s cubic-bezier(0, 0, .5, 1);
            }
        }
        
        @media only screen and (min-width: 768px) {
            main {
                background: var(--main-bg);
            }
            .hero-sq-logo {
                margin-left: 0;
                /* margin-right: 0; */
                max-width: calc(100% - 282px);
                padding: 0 1rem 0 0;
            }
            .hero-sq-logo-guide {
                margin: 0 auto;
            }
            .hero-banner-image {
                height: 18.25rem;
                width: 100%;
                box-sizing: border-box;
            }
            .navigation-1st-line-tabs {
                /* padding: 0.75rem 0 1rem; */
                display: flex;
                /* flex: 0 1 45%; */
                position: relative;
                justify-content: center;
                vertical-align: middle;
                max-width: 16.563rem;
            }
            .btn-large-mobile {
                min-width: 16.563rem;
                height: 2.75rem;
                line-height: 2.75rem;
                border-radius: var(--border-25);
            }
            .footer-nav-item svg {
                width: 1.75rem;
                height: 1.75rem;
            }
            .footer-nav-item figcaption {
                top: 2.25rem
            }
            .rating-board {
                display: flex;
                flex-direction: row;
            }
            .summary_box {
                background: var(--bluish-bg);
                padding: 1rem;
            }
            .rating-details {
                width: 100%;
                min-width: 16.563rem;
                max-width: 16.563rem;
                border-radius: var(--border-15);
                margin-left: 1rem;
                position: relative;
                box-shadow: var(--box-shadows-hover);
                /* min-height: 21.875rem; */
                min-height: 15.625rem;
                /* border: 1px solid var(--border-rating-details); */
                /* border: 1px solid var(--cards-border-review); */
                display: flex;
                flex-direction: column;
                box-sizing: border-box;
            }
            .btn-inside-box {
                width: 100%;
                max-width: calc(100% - 2rem);
                /* background: var(--btn-primary); */
                border: 1px solid var(--green);
                height: 2rem;
                text-align: center;
                font-size: 1.125rem;
                line-height: 2rem;
                font-weight: 700;
                /* color: var(--white); */
                display: block;
                /* margin: 2rem auto 1rem; */
                margin: 1rem auto .5rem;
                height: 2.75rem;
                line-height: 2.75rem;
                text-transform: uppercase;
                letter-spacing: .2rem;
            }
            .hero-tag {
                position: absolute;
                bottom: 0;
                color: var(--hero-tag-tweet);
            }
            .top-10-list {
                background: var(--index-background-top-10);
            }
            .card-top-list,
            .card-top-list-insider {
                display: flex;
                display: -ms-flexbox;
                justify-content: space-between;
                flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                box-sizing: border-box;
            }
            .item-box-offer {
                background: var(--item-box-offer-bg);
                position: relative;
                border: 1px solid var(--outline);
                box-sizing: border-box;
                border-radius: var(--border-15);
                display: flex;
                flex-direction: column;
                box-shadow: var(--box-shadows);
                max-width: 33%;
                flex-grow: 1;
                flex-basis: 1rem;
                transition: all .3s cubic-bezier(0, 0, .5, 1);
                min-height: 20rem;
            }
            .insider-item {
                display: flex;
                flex-direction: column;
                box-shadow: var(--box-shadows);
                min-width: 30%;
                max-width: 33%;
                flex-grow: 1;
                flex-basis: 1rem;
                transition: all .3s cubic-bezier(0, 0, .5, 1);
            }
            .item-box-offer:hover,
            .insider-item:hover {
                box-shadow: var(--box-shadows-hover);
                transform: scale3d(1.01, 1.01, 1.01);
            }
            .logo-image-top-list {
                display: block;
                border-radius: var(--border-8) var(--border-8) var(--border-25) var(--border-25);
                width: 5.882rem;
                height: 5.882rem;
                margin: 1rem 1rem 0.5rem;
            }
            .box-rating-tablet-number {
                position: absolute;
                top: 2.5rem;
                right: 0.5rem;
                font-weight: 300;
                font-size: 5rem;
                line-height: 5.25rem;
                color: var(--grey__text);
                mix-blend-mode: normal;
                opacity: 0.1;
            }
            .box-rating-tablet {
                position: absolute;
                top: 1rem;
                right: 1rem;
            }
            .brand-name {
                padding: 0;
                font-weight: 600;
                font-size: 1.25rem;
                text-align: center;
                line-height: 1.4rem;
            }
            .brand-name a {
                color: var(--brand-name-color);
            }
            .brand-name span {
                display: flex;
                justify-content: center;
                text-transform: capitalize;
                /* color: var(--active); */
                color: var(--wager-box);
                font-weight: 500;
            }
            .bonus-amount-up-to {
                font-size: 1.375rem;
                /* font-size: 1.55rem; */
                line-height: 1.7rem;
                /* padding-top: .5rem; */
                text-align: center;
                font-weight: 600;
                color: var(--red);
            }
            .up-to-color {
                color: var(--active);
            }
            .up-to-color-free-spins {
                color: var(--linked);
            }
            .bonus-subtitle {
                color: var(--linked);
                font-weight: 500;
                font-size: 1.125rem;
                line-height: 2rem;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                /* padding-top: .5rem; */
                text-align: center;
            }
            .bonus-subtitle img {
                width: 1rem;
                height: 1rem;
                margin-right: .5rem;
            }
            .bottom-getbox-free-spins {
                position: relative;
                bottom: 0;
                width: 100%;
            }
            .bottom-getbox {
                position: absolute;
                bottom: 0;
                width: 100%;
            }
            .wager {
                color: var(--wager-color);
                font-size: 0.938rem;
                line-height: 1.063rem;
                font-weight: 400;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                letter-spacing: .05rem;
            }
            .wager img {
                width: 1rem;
                height: 1rem;
                margin-right: .5rem;
            }
            .tnt {
                display: flex;
                display: -ms-flexbox;
                -webkit-flex-direction: row-reverse;
                flex-direction: row-reverse;
                box-sizing: border-box;
                width: 100%;
            }
            .footer-categories div {
                flex: 1 0 calc((100% - 3rem)/3);
            }
            .hb-box {
                flex-direction: row;
            }
            .hb-box-text {
                /* display: flex;
        flex: 0 1 calc(60% - 2rem); */
                max-width: calc(60% - 2rem);
                padding-right: 2rem;
            }
            .hb-box-one-image,
            .hb-box-two-graph {
                display: flex;
                flex: 0 1 40%;
                max-width: 0 1 40%;
            }
            .article-bg-intro {
                background: var(--article-bg-intro);
                padding: 1rem 0;
            }
            .article-bg {
                /* padding: 1rem 0; */
            }
            .sliding-bonuses-offer {
                background: var(--sliding-bonuses-offer-bg);
            }
            .footer-categories a,
            .aboutus a {
                line-height: 1.75rem;
            }
            .panels {
                padding: 1rem;
            }
        }
        
        @media only screen and (min-width: 768px) and (max-width: 991px) {
            .hero-banner-center-csv,
            .hero-banner-center-csv-core-box {
                height: 25%;
                margin: 0 auto;
                position: relative;
            }
            .hero-banner-center-csv {
                top: 15%;
                width: 35%;
            }
            .card.active .hero-banner-center-csv-core-box {
                top: 30%;
                width: 40%;
            }
            .card .hero-banner-center-csv-core-box {
                top: 35%;
                width: 62%;
            }
            .hero-header {
                min-height: 25rem;
            }
            .review,
            .title-with-play,
            .top-10-list,
            .bundle-banner-section,
            .comments-from-users,
            .comments,
            .header-slots,
            .vertical-scrolling-header-nav,
            .content-slim,
            .nav-sliding-titles,
            .hero-header-banner,
            .special-list-box-section {
                max-width: 720px;
                margin: 0 auto 1rem;
            }
            .title-with-play,
            .hero-banner-picture,
            .article-box-no-margin-bottom {
                max-width: 720px;
                margin: 0 auto;
            }
            .title-with-play {
                background: var(--hero-shadow);
            }
            .content-slim h2,
            .content-slim h1 {
                font-size: 2.118rem;
                line-height: 1.05;
                font-weight: 500;
                letter-spacing: .008em;
                text-align: center;
            }
            .content-slim-summary-header {
                width: 100%;
                height: 100%;
                display: block;
                text-align: center;
                line-height: 2.5rem;
                font-size: 2.25rem;
            }
            .content-slim-top-overview {
                display: flex;
                justify-content: space-evenly;
                flex-wrap: wrap;
                box-shadow: var(--top-overview-shadows);
                text-align: center;
            }
            .content-slim-top-overview-item {
                max-width: 32%;
            }
            header.h5 {
                font-weight: 600;
            }
            .overview-item-p {
                font-size: 0.824rem;
                color: var(--top-overview-p);
            }
            .header-top-10,
            .header-payments,
            .ribbon p {
                max-width: 720px;
                margin: 0 auto;
            }
            .review {
                /* border: 1px solid var(--border-micro-box); */
                border: 1px solid var(--cards-border-review);
                background: var(--card__bg);
                border-radius: var(--border-15);
                box-shadow: var(--box-shadows);
                /* margin: 0 1rem 1rem; */
                padding: 0 1rem 1rem;
            }
            .micro-horizontal-item-seperate {
                min-height: 20rem;
                min-width: 16.563rem;
                max-width: 18.75rem;
                background: var(--bluish-bg);
                position: relative;
                /* border: 1px solid var(--outline); */
                box-sizing: border-box;
                border-radius: var(--border-15);
                margin-left: 1rem;
                /* padding: 1rem; */
                display: flex;
                flex-direction: column;
                box-shadow: var(--box-shadows-hover);
                /* flex: 0 1 32%;
        max-width: 32%; */
            }
            .card-top-list,
            .card-top-list-insider {
                gap: 1rem;
            }
            .item-box-offer {
                min-width: 30%;
            }
            .hero-tag {
                font-size: 2rem;
            }
        }
        
        @media only screen and (min-width: 769px) {
            #nav-toggle {
                display: none;
            }
            nav.navbar {
                backdrop-filter: var(--navbar-blur);
                -webkit-backdrop-filter: var(--navbar-blur);
            }
            .arrow {
                display: none;
            }
            .payments-option {
                display: flex;
                flex: 1 1 17.5rem;
                position: relative;
                flex-direction: row;
                background: var(--payments-item);
                border: 1px solid var(--regular);
                padding: 1rem;
                min-width: 14.5rem;
                max-width: 15rem;
            }
            .payments-option picture {
                height: 5.882rem;
            }
            .payments-option img {
                display: flex;
                height: 5.882rem;
                width: 5.882rem;
            }
            .option {
                display: flex;
                display: -ms-flexbox;
                flex-direction: column;
                font-size: 0.938rem;
                line-height: 1.125rem;
                font-weight: 400;
                text-transform: capitalize;
                vertical-align: middle;
                justify-content: center;
                padding-left: 1rem;
                color: var(--white);
            }
            .mothod-title {
                font-size: 1rem;
                line-height: 1.125rem;
            }
        }
        
        @media only screen and (max-width: 991px) {
            .hide-show {
                display: none;
            }
        }
        
        @media only screen and (min-width: 992px) {
            footer {
                display: none;
            }
            .hide-show {
                padding-left: .5rem;
                color: var(--white-dimmed-2);
            }
            .logo-svg {
                margin-left: .5rem;
            }
            .review {
                background: none;
                border: none;
                box-shadow: none;
                margin: 0 1rem 1rem;
            }
            .text-part,
            .bonus-summary-text,
            .faq-text,
            .tech-table,
            .bonus-wager,
            .faq-simple {
                padding: 1rem;
                box-sizing: border-box;
                border: 1px solid var(--outline);
                border-radius: var(--border-15);
                box-shadow: var(--box-shadows);
                width: 100%;
                background: var(--text-bg);
            }
            .changing-color-header {
                color: var(--changing-color-header);
            }
            .micro-horizontal-item-seperate {
                min-width: 16.563rem;
                max-width: 21.875rem;
                box-sizing: border-box;
                margin-left: 1rem;
                position: relative;
                /* background: var(--outline); */
                background: var(--bluish-bg);
                border-radius: var(--border-15);
                min-height: 20rem;
                box-shadow: var(--box-shadows-hover);
                /* border: 1px solid var(--cards-border-review); */
            }
            .details p {
                max-width: 90%;
            }
            .card-top-list,
            .card-top-list-insider {
                gap: 1rem;
            }
            .hero-tag {
                font-size: 3rem;
            }
        }
        
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .hero-banner-center-csv,
            .hero-banner-center-csv-core-box {
                height: 28%;
                margin: 0 auto;
                position: relative;
            }
            .hero-banner-center-csv {
                top: 12%;
                width: 40%;
            }
            .card.active .hero-banner-center-csv-core-box {
                top: 30%;
                width: 34%;
            }
            .card .hero-banner-center-csv-core-box {
                top: 35%;
                width: 58%;
            }
            .hero-header {
                height: 25rem;
            }
            .review,
            .detail-page-bonuses,
            .bundle-banner-section,
            .top-10-list,
            .comments-from-users,
            .comments,
            .header-slots,
            .vertical-scrolling-header-nav,
            .nav-sliding-titles,
            .hero-header-banner,
            .special-list-box-section {
                max-width: 960px;
                margin: 0 auto 1rem;
            }
            .hero-banner-center,
            .title-with-play,
            .hero-banner-picture,
            .article-box-no-margin-bottom {
                max-width: 960px;
                margin: 0 auto;
            }
            .hero-banner-center {
                height: 100%;
            }
            .content-slim-summary-header {
                width: 100%;
                height: 100%;
                display: block;
                text-align: center;
                line-height: 2.75rem;
                font-size: 2.5rem;
            }
            .content-slim {
                max-width: 817px;
                margin: 0 auto 1rem;
            }
            .content-slim h2,
            .content-slim h1 {
                font-size: 2.353rem;
                line-height: 1.05;
                font-weight: 500;
                letter-spacing: .008em;
                text-align: center;
            }
            .content-slim-top-overview {
                display: flex;
                justify-content: space-evenly;
                flex-wrap: wrap;
                box-shadow: var(--top-overview-shadows);
                text-align: center;
            }
            .content-slim-top-overview-item {
                max-width: 33%;
            }
            header.h5 {
                font-weight: 600;
            }
            .overview-item-p {
                font-size: 0.824rem;
                color: var(--top-overview-p);
            }
            .detail-page-bonuses {
                border-radius: var(--border-15);
                gap: 1rem;
            }
            .header-top-10,
            .header-payments,
            .ribbon p {
                max-width: 960px;
                margin: 0 auto;
            }
            .item-box-offer {
                min-width: 22%;
            }
        }
        
        @media only screen and (max-width: 1023px) {
            .image-s-box {
                width: 8.875rem;
                position: relative;
            }
            .image-slot {
                width: 8.875rem;
                height: 13.25rem;
                display: block;
            }
            .btn-small-box-vsq-playnow {
                min-width: 6rem;
                height: 1.875rem;
                line-height: 1.875rem;
                position: absolute;
                z-index: 1;
                top: 10.7rem;
                left: 0;
                width: calc(100% - 2rem);
                margin: 0 1rem;
            }
        }
        
        @media only screen and (min-width: 1024px) {
            /* html {
        font-size: 1.125rem;
    } */
            .image-slot {
                width: 18.75rem;
                height: 13.25rem;
                display: block;
                background: radial-gradient(119.58% 119.58% at 50% 50%, rgb(18 10 31 / 0%) 30%, rgb(18 10 31 / 95%) 60.2%);
            }
            .only-casino .image-slot {
                padding: 4rem;
            }
            .image-s-box {
                width: 18.75rem;
                position: relative;
            }
            .image-s-box picture {
                width: 18.75rem;
                height: 13.25rem;
            }
            .btn-small-box-vsq-playnow {
                min-width: 6rem;
                height: 1.875rem;
                line-height: 1.875rem;
                position: absolute;
                z-index: 1;
                top: 10.7rem;
                left: 0;
                width: calc(100% - 2rem);
                margin: 0 1rem;
            }
        }
        
        @media only screen and (min-width: 1200px) and (max-width: 1399px) {
            /* html {
        font-size: 1.25rem;
        line-height: 1.47059rem;
    } */
            .hero-banner-center-csv,
            .hero-banner-center-csv-core-box {
                height: 28%;
                margin: 0 auto;
                position: relative;
            }
            .hero-banner-center-csv {
                top: 12%;
                width: 30%;
            }
            .card.active .hero-banner-center-csv-core-box {
                top: 30%;
                width: 34%;
            }
            .card .hero-banner-center-csv-core-box {
                top: 35%;
                width: 48%;
            }
            .hero-header {
                height: 25rem;
            }
            .review,
            .detail-page-bonuses,
            .top-10-list,
            .bundle-banner-section,
            .comments-from-users,
            .comments,
            .vertical-scrolling-header-nav,
            .nav-sliding-titles,
            .hero-header-banner,
            .special-list-box-section {
                max-width: 1140px;
                margin: 0 auto 1rem;
            }
            .title-with-play,
            .hero-banner-picture,
            .article-box-no-margin-bottom {
                max-width: 1140px;
                margin: 0 auto
            }
            .content-slim-summary-header {
                width: 100%;
                height: 100%;
                display: block;
                text-align: center;
                line-height: 2.75rem;
                font-size: 2.5rem;
            }
            .content-slim {
                max-width: 817px;
                margin: 0 auto 1rem;
            }
            .content-slim h2,
            .content-slim h1 {
                font-size: 2.353rem;
                line-height: 1.05;
                font-weight: 500;
                letter-spacing: .008em;
                text-align: center;
            }
            .content-slim-top-overview {
                display: flex;
                justify-content: space-evenly;
                flex-wrap: wrap;
                box-shadow: var(--top-overview-shadows);
                text-align: center;
            }
            .content-slim-top-overview-item {
                max-width: 32%;
            }
            header.h5 {
                font-weight: 600;
            }
            .overview-item-p {
                font-size: 0.824rem;
                color: var(--top-overview-p);
            }
            .hero-banner-center {
                max-width: 960px;
                margin: 0 auto;
                height: 100%;
            }
            .detail-page-bonuses {
                border-radius: var(--border-15);
                gap: 1rem;
            }
            .header-top-10,
            .header-payments,
            .header-slots,
            .ribbon p {
                max-width: 1140px;
                margin: 0 auto;
            }
            .item-box-offer {
                min-width: 18%;
            }
        }
        
        @media only screen and (min-width: 1400px) and (max-width: 1920px) {
            .hero-banner-center-csv,
            .hero-banner-center-csv-core-box {
                height: 30%;
                width: 28%;
                margin: 0 auto;
                position: relative;
                top: 12%;
            }
            .hero-banner-center-csv {
                top: 12%;
                width: 28%;
            }
            .card.active .hero-banner-center-csv-core-box {
                top: 30%;
                width: 34%;
            }
            .card .hero-banner-center-csv-core-box {
                top: 35%;
                width: 48%;
            }
        }
        
        @media only screen and (min-width: 1400px) {
            /* html {
        font-size: 1.25rem;
        line-height: 1.47059rem;
    } */
            .hero-header {
                height: 25rem;
            }
            .title-with-play {
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
            }
            .review,
            .detail-page-bonuses,
            .bundle-banner-section,
            .top-10-list,
            .comments-from-users,
            .comments,
            .vertical-scrolling-header-nav,
            .nav-sliding-titles,
            .hero-header-banner,
            .special-list-box-section {
                /* max-width: 1320px; */
                max-width: 1140px;
                margin: 0 auto 1rem;
            }
            .title-with-play,
            .hero-banner-picture,
            .article-box-no-margin-bottom {
                max-width: 1140px;
                margin: 0 auto;
            }
            .content-slim-summary-header {
                width: 100%;
                height: 100%;
                display: block;
                text-align: center;
                line-height: 2.75rem;
                font-size: 2.5rem;
            }
            .content-slim {
                max-width: 817px;
                margin: 0 auto 1rem;
            }
            .content-slim h2,
            .content-slim h1 {
                font-size: 2.353rem;
                line-height: 1.05;
                font-weight: 500;
                letter-spacing: .008em;
                text-align: center;
            }
            .content-slim-top-overview {
                display: flex;
                justify-content: space-evenly;
                flex-wrap: wrap;
                box-shadow: var(--top-overview-shadows);
                text-align: center;
            }
            .content-slim-top-overview-item {
                max-width: 32%;
            }
            header.h5 {
                font-weight: 600;
            }
            .overview-item-p {
                font-size: 0.824rem;
                color: var(--top-overview-p);
            }
            .hero-banner-center {
                max-width: 960px;
                margin: 0 auto;
                height: 100%;
            }
            .detail-page-bonuses {
                border-radius: var(--border-15);
                gap: 1rem;
            }
            .header-top-10,
            .header-payments,
            .header-slots,
            .ribbon p {
                /* max-width: 1320px; */
                max-width: 1140px;
                margin: 0 auto;
            }
            .item-box-offer {
                min-width: 18%;
            }
        }
        
        @media only screen and (min-width: 1921px) {
            /* html {
        font-size: 1.375rem;
    } */
            .hero-banner-center-csv,
            .hero-banner-center-csv-core-box {
                height: 30%;
                width: 28%;
                margin: 0 auto;
                position: relative;
                top: 12%;
            }
            .hero-banner-center-csv {
                top: 12%;
                width: 28%;
            }
            .card.active .hero-banner-center-csv-core-box {
                top: 30%;
                width: 22%;
            }
            .card .hero-banner-center-csv-core-box {
                top: 35%;
                width: 48%;
            }
        }
        
        @media only screen and (min-width: 2561px) {
            /* html {
        font-size: 2rem;
    } */
            .hero-banner-center-csv,
            .hero-banner-center-csv-core-box {
                height: 30%;
                width: 22%;
                margin: 0 auto;
                position: relative;
                top: 12%;
            }
            .hero-banner-center-csv {
                top: 12%;
                width: 22%;
            }
            .card.active .hero-banner-center-csv-core-box {
                top: 30%;
                width: 18%;
            }
            .card .hero-banner-center-csv-core-box {
                top: 35%;
                width: 48%;
            }
        }
        /* EXTRA FOR TEST */