﻿.view.view--home
{
    overflow: hidden;
    padding-bottom: 0;
}
.view--home .view__paymentsInfo .splitView
{
    padding: 0;
}
.view--home .view__paymentsInfo .jumbotron__title
{
    color: var(--primaryColor);
    text-align: left;
}
.view--home .view__paymentsLogos .trustFactors
{
    margin: 0 auto;
    max-width: 480px;
}
.view--home .view__paymentsLogos .trustFactors__image
{
    max-width: 125%;
    width: 125%;
}
.view--home .view__homeTerms
{
    padding-bottom: var(--sidePadding);
}
.view.view--home>.section.view__slots
{
    padding-bottom: calc(var(--sidePadding) / 2);
    padding-top: 0;
}
.view--home .view__slots .slotCardCompact
{
    flex-basis: 240px;
    margin-right: 10px;
    padding-bottom: 133px;
    width: 240px;
}
.section.section.view__slots .scrollingCarousel.section__child .scrollingCarousel__content
{
    margin-left: 0;
    padding-left: 0;
    width: 100%;
}
.view__slots--3x2 .grid__content
{
    grid-template-columns: repeat(12,1fr);
    grid-gap: 14px;
}
.view__slots--3x2 .grid__content .slotCardCompact
{
    grid-column: span 4;
}
.view__slots--3x2 .grid__content .slotCardCompact:nth-child(n+4)
{
    grid-column: span 3;
}
.view__slots--4 .grid__content
{
    grid-template-columns: repeat(4,1fr);
    grid-gap: 14px;
}
.view__slots--6x1 .grid__content
{
    grid-template-columns: repeat(3,1fr);
    grid-gap: 14px;
}
.view__slots--6x1 .grid__content .slotCardCompact
{
    padding-bottom: 90%;
}
.view__slots--1x6 .grid__content
{
    grid-template-columns: repeat(3,1fr);
    grid-gap: 14px;
}
.view__slots--1x6 .splitView, .view__slots--6x1 .splitView
{
    grid-gap: 14px;
    align-items: flex-start;
    padding: 0;
}
.view__slots--1x6 .grid__content .slotCardCompact
{
    padding-bottom: 90%;
}
.view__slots--6x6 .grid__content
{
    grid-template-columns: repeat(6,1fr);
    grid-gap: 14px;
}
.view__slots--6x6 .grid__content .slotCardCompact
{
    padding-bottom: 90%;
}
.view--home .view__bingo .grid__content
{
    grid-template-columns: repeat(auto-fill,minmax(220px,1fr));
}
.view--home .view__trustFactors
{
    padding: 20px 0;
}
.view--home .view__trustFactors .trustFactors
{
    justify-content: space-evenly;
}
.view--home .view__trustFactors .trustFactors__separator
{
    height: 48px;
}
.view--home .section--metricList
{
    background-position: 50%;
}
.view--home .section--metricList .gallery
{
    width: 100%;
}
.view--home .section--metricList .gallery__content
{
    gap: 24px;
    margin: 0;
}
.view--home .view__verticalLinks .gallery__content .verticalLink
{
    flex: unset;
    margin: 24px;
    min-width: auto;
}
.view--home .section--winnersSlideShow .slideShow
{
    display: flex;
    flex-direction: row;
}
.view--home .view__verticalLinks .verticalLink
{
    flex: unset;
    margin: 24px;
    min-width: auto;
}
.view--home .view__verticalLinks .gallery__content
{
    border-bottom: 1px solid var(--neutral5);
    justify-content: center;
    margin: 0;
}
@media(max-width: 1200px)
{
    .section .view__slots .section-main
    {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .section .view__slots .scrollingCarousel__content
    {
        padding-left: var(--sidePadding);
    }
    .view--home .section--winnersSlideShow .slideShow
    {
        display: flex;
        flex-direction: column;
    }
}
@media(max-width: 768px)
{
    .section .view__slots .section-main
    {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .view--home .view__trustFactors .trustFactors
    {
        justify-content: space-between;
    }
    .view--home .view__paymentsLogos .trustFactors__image
    {
        max-width: 100%;
    }
    .view--home .section__symbol
    {
        display: block;
        height: 160px;
        left: auto!important;
        right: 0;
        transform: none;
        width: 160px;
        z-index: -1;
    }
    .section .view__slots .scrollingCarousel__content
    {
        padding-left: var(--sidePadding);
    }
    .view__slots .scrollingCarousel__arrow
    {
        display: none;
    }
}
@media(max-width: 570px)
{
    .view__slots--3x2 .grid__content
    {
        padding: 5px var(--sidePadding);
        width: 200%;
    }
    .view__slots--6x1 .splitView
    {
        grid-template-areas: "right right" "left left";
    }
    .view__slots--1x6 .grid__content, .view__slots--6x1 .grid__content
    {
        grid-template-columns: repeat(6,1fr);
        padding: 5px var(--sidePadding);
        width: 250%;
    }
    .view--home .view__bingo .grid__content
    {
        padding: var(--sidePadding);
        width: 1000px;
    }
    .view--home .view__bingo .grid, .view__slots--1x6 .grid, .view__slots--3x2 .grid, .view__slots--4 .grid, .view__slots--6x1 .grid, .view__slots--6x6 .grid
    {
        margin: 0 calc(var(--sidePadding) * -1);
        overflow-x: scroll;
    }
    .view__slots--4 .grid__content, .view__slots--6x6 .grid__content
    {
        width: 250%;
        grid-gap: 10px;
        padding: 5px var(--sidePadding);
    }
    .view--home .view__trustFactors .trustFactors__separator
    {
        height: 30px;
    }
    .view--home .view__verticalLinks .verticalLink p
    {
        font-size: var(--text-xs);
    }
    .view--home .view__verticalLinks .verticalLink img
    {
        height: 24px;
        width: 32px;
    }
    .view--home .view__verticalLinks
    {
        padding-bottom: 0;
        padding-top: 0;
    }
    .view--home .view__verticalLinks .gallery__content
    {
        border-bottom: none;
    }
    .view--home .view__verticalLinks .verticalLink
    {
        margin: 10px 24px;
    }
    .view.view--home .view__verticalLinks
    {
        padding-bottom: 0;
    }
}
.section--Testimonials .gallery__content
{
    display: flex;
    flex-direction: column;
    margin: 0;
    max-width: 400px;
    overflow: visible;
    position: relative;
}
.section--Testimonials .testimonial
{
    background: var(--neutral0);
    margin: 8px 30px 8px 0;
}
.section--Testimonials .section__symbol--topLeft
{
    height: 444px;
    transform: none;
    width: 387px;
}
.section--Testimonials .section__symbol--topRight
{
    display: none;
}
@media(min-width: 768px)
{
    .section--Testimonials .section__symbol--topLeft
    {
        height: 500px;
        width: 500px;
    }
    .section--Testimonials .section__symbol--topRight
    {
        display: block;
    }
}
.view>.section.section--homepageHeaderBanner
{
    background-image: linear-gradient(180deg,#2b8dff,#0774f0);
    background-position: calc(50% + 260px) 20%;
    background-size: calc(100% + 550px);
    display: flex;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    width: 100%;
    z-index: 10;
}
@media(min-width: 1024px)
{
    .section.section--homepageHeaderBanner
    {
        max-width: unset;
    }
}
@media(max-width: 768px)
{
    .section.section--homepageHeaderBanner
    {
        background-position: 50%;
        background-size: cover;
    }
}
.view>.section.section--awardWinnerBanner
{
    display: flex;
    justify-content: center;
}
.section.section--awardWinnerBanner .section__child
{
    margin: 0 auto;
}
.section.section--awardWinnerBanner .jumbotron__title
{
    font-weight: 900;
}
.section.section--awardWinnerBanner .splitView
{
    background: 100%/65% no-repeat;
}
@media(max-width: 600px)
{
    .section.section--awardWinnerBanner .jumbotron__title
    {
        font-size: 32px;
    }
    .section.section--awardWinnerBanner .picture__container
    {
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
        margin-top: 35px;
    }
    .section.section--awardWinnerBanner .picture__item
    {
        width: 70%;
    }
    .section.section--awardWinnerBanner .splitView
    {
        background: top/cover no-repeat;
    }
}
.section.section--depositBanner .heroImage__overlay--bottom
{
    margin: -20px auto 0;
    padding: 0;
}
.section.section--depositBanner .heroImage__overlay--bottom .heroImage__child
{
    padding: 0;
}
.section.section--depositBanner .jumbotron__footer
{
    margin: 0;
    max-width: 650px;
    text-align: center;
}
.section.section--depositBanner .heroImage__image
{
    margin: auto;
    max-height: 440px;
    max-width: 100%;
}
@media(max-width: 570px)
{
    .section.section--depositBanner
    {
        font-size: 9px;
    }
    .section.section--depositBanner .heroImage__image
    {
        max-height: 200px;
        min-height: 200px;
    }
    .section.section--depositBanner .jumbotron__footer
    {
        max-width: 100%;
    }
}
@media(max-width: 375px)
{
    .section.section--depositBanner
    {
        font-size: 7px;
    }
    .section.section--depositBanner .heroImage__image
    {
        max-height: 190px;
        min-height: 150px;
    }
}
.breadcrumbLinks
{
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 24px 0;
}
.breadcrumbLinks .breadcrumb
{
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    max-width: 195px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.breadcrumbLinks .breadcrumb .breadcrumb__link
{
    display: inline;
}
.breadcrumbLinks .breadcrumb .breadcrumb__link a
{
    color: #fff;
    text-transform: capitalize;
}
.breadcrumbsInView__gradientBg
{
    background: linear-gradient(0deg,#0000,#000000b3);
    height: 90px;
    position: absolute;
    right: 0;
    width: 100vw;
    z-index: -1;
}
.breadcrumbsInView
{
    position: absolute;
    width: 100%;
    z-index: 90;
}
.breadcrumbsInView__content
{
    margin: auto;
    max-width: var(--maxWidth);
    width: calc(100% - var(--sidePadding) * 2);
}
@media(max-width: 768px)
{
    .breadcrumbLinks
    {
        padding: 12px 0;
    }
    .breadcrumbLinks .breadcrumb
    {
        font-size: 14px;
    }
}
.breadcrumb:not(:last-child):after
{
    content: "●";
    padding: 0 12px;
}
.loading-fullscreen
{
    height: 100vh;
    margin: 0;
    max-width: 100%;
    width: 100%;
}
.loading-spinner--element-block
{
    background: url(../../gambling/image/loader-ring.svg) 50%/80px no-repeat;
    display: block;
    height: 0;
    margin: auto;
    min-width: 100px;
    padding-bottom: 60%;
    position: relative;
    width: 60%;
}
.loading__card
{
    background-color: #fff;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.loading__shimmerBG
{
    animation-duration: 2.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: shimmer;
    animation-timing-function: linear;
    background: #e5f0fb;
    background: linear-gradient(90deg,#eff1f3 4%,#e2e2e2 25%,#eff1f3 36%);
    background-size: 1200px 100%;
}
@keyframes shimmer
{
    0%
    {
        background-position: -1200px 0;
    }
    to
    {
        background-position: 1200px 0;
    }
}
.loading__media
{
    height: 410px;
}
.loading__paragraph
{
    padding: 32px;
}
.loading__title-line
{
    border-radius: 20px;
    height: 24px;
    margin-bottom: 12px;
    width: 100%;
}
.loading__content-line
{
    border-radius: 8px;
    height: 8px;
    margin-bottom: 16px;
    width: 100%;
}
.loading__end
{
    width: 40%;
}
.loading__subtitle
{
    margin-top: 24px;
}