* {
    box-sizing: border-box
}

img,
video {
    width: 100%;
    height: 100%
}

html {
    font-size: 62.5%
}

body {
    display: grid;
    grid-template-areas: "hero" "main" "legal" "footer";
    justify-items: center;
    background-color: #0c0917;
    width: 100%;
    overflow-x: hidden;
    max-width: 2560px;
    margin: 0 auto
}

body.active {
    overflow: hidden
}

body.legalpage .hero header {
    position: unset
}

body.legalpage .hero+main {
    margin-top: 0
}

body.legalpage .hero+main .webpart:first-of-type>div,
body.legalpage .hero+main .webpart:first-of-type>section {
    padding-top: 0
}

body.legalpage main .webpart:nth-of-type(odd):not(:has(.hasBackgroundImage)) {
    background: #0c0917
}

body.legalpage main .webpart .text {
    text-align: left;
    align-items: flex-start;
    width: 100%
}

body.legalpage main .webpart .text table {
    font-size: 1.3rem
}

@media screen and (min-width: 1024px) {
    body.legalpage main .webpart .text table {
        font-size: 1.5rem
    }
}

@media screen and (min-width: 1024px) {
    body.legalpage main .webpart .text {
        width: 80%
    }
}

body.legalpage main .webpart .text h1,
body.legalpage main .webpart .text h2,
body.legalpage main .webpart .text h3,
body.legalpage main .webpart .text h4,
body.legalpage main .webpart .text h5,
body.legalpage main .webpart .text h6 {
    align-self: center;
    text-align: center
}

body .sign_up,
body .login,
body .read-more {
    font-family: "Space Grotesk", "Instrument Sans", serif;
    font-weight: bold;
    border-radius: 1.2rem;
    font-size: 2.2rem;
    min-width: 9.6rem;
    min-height: 4.2rem;
    padding: 0 .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase
}

@media screen and (min-width: 320px) {

    body .sign_up,
    body .login,
    body .read-more {
        font-size: 1.8rem;
        min-width: 9.6rem
    }
}

@media screen and (min-width: 1024px) {

    body .sign_up,
    body .login,
    body .read-more {
        font-size: 2.2rem;
        min-width: 11rem
    }
}

body .sign_up {
    color: #fff;
    background: linear-gradient(24.98deg, #e09328 23.77%, #f7a403 87.48%);
    -webkit-box-shadow: 0 0 11px #ffe13e, 0 0 10px #2d2809, 0 0 11px #ffe13e inset;
    box-shadow: 0 0 11px #ffe13e, 0 0 10px #2d2809, 0 0 11px #ffe13e inset;
}

body .sign_up:hover {
    background: linear-gradient(24.98deg, #b37d10 23.77%, #b37d10 87.48%);
    -webkit-box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset;
    box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset
}

body .login,
body .read-more {
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #fdc05f;
    text-transform: capitalize;
    color: #fff;
    background: linear-gradient(24.98deg, #e09328 23.77%, #f7a403 87.48%);
    -webkit-box-shadow: 0 0 11px #ffe13e, 0 0 10px #2d2809, 0 0 11px #ffe13e inset;
    box-shadow: 0 0 11px #ffe13e, 0 0 10px #2d2809, 0 0 11px #ffe13e inset;
}

body .login:hover,
body .read-more:hover {
    background: linear-gradient(24.98deg, #b37d10 23.77%, #b37d10 87.48%);
    -webkit-box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset;
    box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset
}

body a {
    text-decoration: none
}

body .content__breadcrumbs {
    display: flex;
    justify-content: center;
    font-family: "Instrument Sans", serif;
    color: #fff;
    margin-top: 13rem;
    position: relative;
    z-index: 20;
    align-items: center
}

body .content__breadcrumbs a {
    padding-right: 10px
}

body .content__breadcrumbs span {
    padding-left: 10px;
    color: #fdc04a;
    font-size: 1.6rem
}

body .overlay.popshop_override {
    display: block
}

body .overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9;
    cursor: pointer
}

body .overlay.active {
    display: block
}

@media screen and (min-width: 1024px) {
    body .overlay.active {
        display: none
    }
}

body .pill {
    min-width: 19rem;
    min-height: 3rem;
    background: rgba(63, 20, 84, .6);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .4rem 2.4rem;
    gap: .6rem;
    border-radius: 24px;
    color: #d1b7e6;
    font-family: "Instrument Sans", serif;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-transform: uppercase
}

body .pill img {
    width: 2rem
}

body .pill--md {
    min-width: 15.8rem;
    min-height: 2.5rem;
    font-size: 1.4rem;
    line-height: 1.7rem
}

body .pill--sm {
    min-width: 10.5rem;
    min-height: .17rem;
    font-size: 1rem;
    line-height: 1.2rem
}

body .pill--green {
    background: rgba(63, 20, 84, .6);
    color: #cc39ff;
    -webkit-box-shadow: 0 0 11px #cc39ff, 0 0 10px #2d2809, 0 0 11px #cc39ff;
    box-shadow: 0 0 11px #cc39ff, 0 0 10px #2d2809, 0 0 11px #cc39ff;
}

body .pill--blue {
    background: rgba(35, 0, 64, .9);
    color: #0ed1ff
}

body .go_to_help {
    position: fixed;
    bottom: 27vw;
    left: 1rem;
    width: 3rem;
    z-index: 9;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    cursor: pointer
}

@media screen and (min-width: 320px) {
    body .go_to_help {
        width: 4rem
    }
}

@media screen and (min-width: 760px) {
    body .go_to_help {
        bottom: .5rem
    }
}

body .go_to_help.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

body .back_to_top {
    position: fixed;
    bottom: 27vw;
    right: 1rem;
    width: 3rem;
    z-index: 9;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    cursor: pointer
}

@media screen and (min-width: 320px) {
    body .back_to_top {
        width: 4rem
    }
}

@media screen and (min-width: 760px) {
    body .back_to_top {
        bottom: .5rem
    }
}

body .back_to_top.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

body .eprivacy-banner-container,
body .eprivacy-modal-container .eprivacy-modal-subheader,
body .eprivacy-modal-category-item .eprivacy-modal-category-item-description {
    font-size: 1.4rem
}

body .eprivacy-modal-category-container .eprivacy-modal-category-item h3 {
    font-size: 1.5rem
}

body .fixed_bottom_bar_wrapper {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: fixed;
    bottom: -25vw;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    background: #0d0e0f;
    z-index: 10
}

body .fixed_bottom_bar_wrapper.trust_adjust {
    bottom: -20rem;
    font-family: "Instrument Sans", serif
}

body .fixed_bottom_bar_wrapper.display-fixed-cta {
    bottom: 0
}

body .fixed_bottom_bar_wrapper .bottom_bar_content_reg_login {
    display: flex;
    margin: 1.5vw;
    line-height: 11vw;
    text-align: center
}

body .mob-btn-group {
    position: relative;
    width: 100%;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    margin: 0 auto;
    text-align: center
}

body .reg-menu-btn {
    color: #230040;
    background: linear-gradient(24.98deg, #e09328 23.77%, #f7a403 87.48%);
    -webkit-box-shadow: 0 0 11px #ffe13e, 0 0 10px #2d2809, 0 0 11px #ffe13e inset;
    box-shadow: 0 0 11px #ffe13e, 0 0 10px #2d2809, 0 0 11px #ffe13e inset;
    text-shadow: 0 0 5px #651690
}

body .login-menu-btn,
body .reg-menu-btn {
    border-radius: 1.2rem;
    display: inline-block;
    max-width: 45%;
    width: 100%;
    text-align: center !important;
    margin: 5vw 1%;
    font-family: "Space Grotesk", "Instrument Sans", serif;
    font-weight: bold;
    font-size: 2rem;
    text-transform: capitalize
}

body .login-menu-btn a,
body .reg-menu-btn a {
    padding: 3vw;
    display: block
}

body .login-menu-btn {
    color: #fff;
    background: #1c192b;
    -webkit-box-shadow: 0 0 11px #cc39ff, 0 0 10px #2d2809, 0 0 11px #cc39ff;
    box-shadow: 0 0 11px #cc39ff, 0 0 10px #2d2809, 0 0 11px #cc39ff;
    text-shadow: 0 0 5px #651690;
    margin-top: 0
}

body .fixed_bottom_bar_wrapper .mob-btn-group a {
    color: inherit
}

body .fixed_bottom_bar_wrapper .mob-btn-group .login-menu-btn a {
    color: #fdc05f
}

@media only screen and (min-width: 760px) {
    body .fixed_bottom_bar_wrapper {
        display: none
    }
}

body nav {
    font-family: "Space Grotesk", serif
}

body nav.supernav {
    height: 100%;
    width: 240px;
    position: fixed;
    z-index: 10;
    top: 0;
    left: -240px;
    background-color: inherit;
    overflow-x: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff
}

@media screen and (min-width: 320px) {
    body nav.supernav {
        max-width: 390px;
        width: 100%;
        left: -100%
    }
}

@media screen and (min-width: 1024px) {
    body nav.supernav {
        display: none
    }
}

body nav.supernav.active {
    left: 0
}

body nav.supernav>ul>li:nth-child(2) section .dropdown {
    border-top: none;
    margin-top: 0
}

body nav.supernav>ul>li:last-of-type {
    padding-right: 0
}

body nav.supernav ul {
    padding-left: 0;
    margin: 0;
    display: flex;
    flex-direction: column
}

body nav.supernav ul li {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column
}

body nav.supernav ul li.menu-col {
    margin: 1.5rem 1.5rem 0
}

body nav.supernav ul li .x {
    cursor: pointer;
    width: 3.8rem;
    display: flex;
    align-self: flex-end;
    margin: .75rem
}

body nav.supernav ul li section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #171325;
    width: 100%;
    margin: 0;
    padding: 0 1.5rem;
    border: 1px solid #e09328;
    border-radius: 1.2rem
}

body nav.supernav ul li section .dropdown {
    display: flex;
    cursor: pointer;
    width: 100%;
    justify-content: start;
    padding: 0
}

body nav.supernav ul li section .dropdown.active {
    border-bottom: 1px solid rgba(173, 115, 205, .21)
}

body nav.supernav ul li section .dropdown.active img:last-of-type {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

body nav.supernav ul li section .dropdown img {
    width: 2.8rem;
    align-self: center
}

body nav.supernav ul li section .dropdown span {
    font-family: "Space Grotesk", serif;
    color: inherit;
    margin: 1.5rem 0;
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    padding: 0 1rem;
    flex: 1
}

body nav.supernav ul li section ul {
    display: none;
    align-items: flex-start;
    padding: 1.5rem 4rem 1.5rem;
    justify-content: space-between;
    width: 100%
}

body nav.supernav ul li section ul:first-of-type {
    padding-right: 0
}

body nav.supernav ul li ul {
    flex-direction: column
}

body nav.supernav ul li ul.active {
    display: flex
}

body nav.supernav ul li ul li {
    display: flex;
    flex-direction: column;
    margin: .5rem 0
}

body nav.supernav ul li ul li a {
    color: inherit;
    font-size: 1.6rem
}

body nav.supernav ul li ul li a:hover {
    color: #e09328
}

body nav.supernav ul li.close {
    position: relative;
    display: grid;
    grid: auto-flow/1fr 1fr 1fr
}

body nav.supernav ul li.close::after {
    content: "";
    width: 100vw;
    background-color: #e09328;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0
}

body nav.supernav ul li.close .logo-mobile {
    max-width: 10rem;
    width: 100%;
    display: inline-block;
    grid-row: 1;
    grid-column: 2;
    justify-self: center;
    padding: .5rem 0
}

body nav.supernav ul li.close .x {
    grid-row: 1;
    grid-column: 3;
    justify-self: flex-end;
    align-self: center
}

body nav.supernav .jackpot {
    display: flex;
    flex-direction: column;
    align-items: center
}

body nav.supernav .jackpot p {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Space Grotesk", serif
}

body nav.supernav .jackpot p .jackpot_text {
    color: #e09328;
    font-size: 1.5rem
}

body nav.supernav .jackpot p .jackpot_total {
    font-size: 4rem
}

body nav.supernav .jackpot .sign_up {
    margin-bottom: 1rem
}

body .nav {
    display: none
}

@media screen and (min-width: 1024px) {
    body .nav {
        display: flex;
        grid-area: navigation;
        margin-left: 5%;
        left: unset;
        position: relative;
        background-color: rgba(0, 0, 0, 0);
        max-width: unset;
        width: auto
    }
}

@media screen and (min-width: 1024px) {
    body .nav__list {
        display: flex;
        align-items: center;
        gap: 2rem;
        flex-direction: row;
        padding: 1rem;
        flex: 1;
        margin-top: 0
    }
}

@media screen and (min-width: 1536px) {
    body .nav__list {
        gap: 5rem
    }
}

@media screen and (min-width: 1024px) {
    body .nav__item {
        list-style-type: none;
        font-family: "Instrument Sans";
        font-weight: 700;
        line-height: 1.7rem;
        font-size: clamp(1.2rem, 1vw, 1.4rem)
    }
}

body .nav__item a {
    color: #fff
}

body .hero {
    grid-area: hero;
    display: grid;
    grid-template-areas: "header" "offer";
    width: 100%;
    position: relative;
    z-index: 2;
    background: linear-gradient(180deg, rgba(255, 36, 40, 0.38) 0%, rgba(0, 0, 0, 0.38) 100%)
}

@media screen and (min-width: 1024px) {
    body .hero {
        background: linear-gradient(270deg, rgba(255, 36, 40, 0.38) 0%, rgba(0, 0, 0, 0.38) 100%)
    }
}

body .hero header {
    grid-area: header;
    width: 100%;
    position: absolute;
    z-index: 2
}

body .hero header .header-container {
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    grid-template-areas: "burger_menu mobilelogo ctas";
    width: 100%;
    z-index: 2;
    justify-self: center;
    margin: 0 auto;
    position: relative
}

@media screen and (min-width: 1024px) {
    body .hero header .header-container {
        grid-template-areas: "logo navigation ctas";
        grid-template-columns: auto 1fr auto;
        max-width: 142rem
    }
}

@media screen and (min-width: 320px) {
    body .hero header {
        padding: 1rem
    }
}

@media screen and (min-width: 481px) {
    body .hero header {
        padding: .5rem 1rem
    }
}

@media screen and (min-width: 640px) {
    body .hero header {
        padding: 2rem 6vw;
        align-items: center
    }
}

@media screen and (min-width: 1024px) {
    body .hero header {
        padding: 2rem 2vw
    }
}

@media screen and (min-width: 1536px) {
    body .hero header {
        padding: 2rem .5rem
    }
}

body .hero header .burger_menu {
    grid-area: burger_menu;
    display: flex;
    justify-content: flex-start
}

@media screen and (min-width: 1024px) {
    body .hero header .burger_menu {
        display: none
    }
}

body .hero header .burger_menu .icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer
}

body .hero header .burger_menu .icon:hover>span:nth-of-type(1) {
    width: 2.5rem
}

@media screen and (min-width: 479px) {
    body .hero header .burger_menu .icon:hover>span:nth-of-type(1) {
        width: 3rem
    }
}

body .hero header .burger_menu .icon:hover>span:last-of-type {
    width: 1.5rem
}

@media screen and (min-width: 479px) {
    body .hero header .burger_menu .icon:hover>span:last-of-type {
        width: 2rem
    }
}

body .hero header .burger_menu .icon span {
    width: 3rem;
    height: .35rem;
    border-radius: 1rem;
    margin: .2rem 0;
    background: #d1b7e6;
    -webkit-transition: width 200ms linear;
    transition: width 200ms linear
}

@media screen and (min-width: 479px) {
    body .hero header .burger_menu .icon span {
        width: 2.5rem;
        height: .4rem;
        margin: .25rem 0
    }
}

body .hero header .logo {
    grid-area: logo;
    display: none
}

@media screen and (min-width: 1024px) {
    body .hero header .logo {
        display: flex;
        max-width: 13rem
    }
}

@media screen and (min-width: 1280px) {
    body .hero header .logo {
        max-width: 23rem
    }
}

body .hero header .logo-mobile {
    grid-area: mobilelogo;
    max-width: 17.7rem;
    justify-self: center
}

@media screen and (min-width: 1024px) {
    body .hero header .logo-mobile {
        display: none
    }
}

body .hero header .ctas {
    padding-left: 0;
    grid-area: ctas;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

body .hero header .ctas .hidden {
    display: none
}

@media screen and (max-width: 480px) {
    body .hero header .ctas .login {
        min-width: 7.6rem
    }
}

body .hero header .ctas .lang-dropdown {
    padding-left: 0
}

body .hero header .ctas ul {
    margin-right: 1rem;
    list-style-type: none;
    display: none;
    position: relative;
    font-family: "Instrument Sans", serif
}

@media screen and (min-width: 1024px) {
    body .hero header .ctas ul {
        display: block
    }
}

body .hero header .ctas ul li:hover .dropdown img:last-of-type {
    -webkit-transition: transform .25s;
    transition: transform .25s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

body .hero header .ctas ul li:hover .dropdown~ul {
    display: flex
}

body .hero header .ctas ul li .dropdown {
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-width: 10rem;
    padding: .5rem 0;
    gap: .5rem
}

body .hero header .ctas ul li .dropdown span {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: capitalize
}

@media screen and (min-width: 1024px) {
    body .hero header .ctas ul li .dropdown span {
        font-size: clamp(1.2rem, 1vw, 1.4rem)
    }
}

body .hero header .ctas ul li .dropdown img {
    width: 1rem
}

body .hero header .ctas ul li .dropdown img:first-of-type {
    width: 2rem
}

body .hero header .ctas ul ul {
    display: none;
    position: absolute;
    min-width: 14.5rem;
    flex-direction: column;
    align-items: center;
    color: #fdc05f;
    width: 100%;
    padding: 1rem 0;
    margin: 0;
    background: #1c192b;
    border-radius: 1.2rem;
    left: -1.7rem
}

body .hero header .ctas ul ul:hover {
    display: flex
}

body .hero header .ctas ul ul li {
    display: flex;
    justify-content: center
}

body .hero header .ctas ul ul li a {
    color: #fdc05f;
    font-size: 1.3rem;
    margin: 0;
    text-align: center;
    min-width: 12.6rem;
    padding: 1rem 0;
    font-weight: 700
}

body .hero header .ctas ul ul li a.active {
    background-color: #340b55;
    border-radius: 1.2rem
}

body .hero header .ctas .sign_up {
    display: none
}

@media screen and (orientation: landscape) {
    body .hero header .ctas .sign_up {
        display: inherit
    }
}

@media screen and (max-width: 480px) {
    body .hero header .ctas .sign_up {
        display: none
    }
}

@media screen and (min-width: 768px) {
    body .hero header .ctas .sign_up {
        display: inherit
    }
}

@media screen and (min-width: 1200px) {
    body .hero header .ctas .sign_up {
        min-width: 9rem
    }
}

@media screen and (min-width: 1200px) {

    body .hero header .ctas .login,
    body .hero header .ctas .sign_up {
        min-width: 11rem
    }
}

@media screen and (min-width: 533px) {
    body .hero header .ctas>a:first-of-type {
        margin-left: .5rem;
        margin-right: .5rem
    }
}

@media screen and (min-width: 768px) {
    body .hero header .ctas>a:first-of-type {
        margin-left: 1rem;
        margin-right: 1rem
    }
}

body .hero video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1
}

body .hero video.desktop {
    display: none
}

@media screen and (min-width: 481px)and (orientation: landscape) {
    body .hero video.desktop {
        display: block
    }
}

@media screen and (min-width: 481px)and (orientation: landscape) {
    body .hero video.mobile {
        display: none
    }
}

body .hero .offer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 1rem;
    right: 1rem;
    padding-top: 25vw;
    height: 100%;
    z-index: 1;
    color: #fff;
    justify-content: flex-end
}

body .hero .offer .mobile-hide {
    display: none
}

@media screen and (min-width: 481px)and (orientation: landscape) {
    body .hero .offer {
        align-items: flex-start;
        text-align: left;
        width: 60vw;
        top: 6vw;
        padding-top: 0
    }
}

@media screen and (min-width: 640px) {
    body .hero .offer {
        left: 6vw
    }

    body .hero .offer .mobile-hide {
        display: block
    }
}

@media screen and (min-width: 667px) {
    body .hero .offer {
        top: -12vw
    }
}

@media screen and (min-width: 768px) {
    body .hero .offer {
        top: -15vw;
        left: 6vw;
        right: 6vw;
        padding-top: 15vw
    }
}

@media screen and (min-width: 958px) {
    body .hero .offer {
        top: 0;
        padding-top: 10vw;
        left: 1vw
    }
}

@media screen and (min-width: 1024px)and (orientation: landscape) {
    body .hero .offer {
        width: 50vw;
        left: 3vw;
        height: auto
    }
}

@media screen and (min-width: 1200px) {
    body .hero .offer {
        left: 3vw
    }
}

@media screen and (min-width: 1366px) {
    body .hero .offer {
        top: 8vw;
        padding-top: 0
    }
}

@media screen and (min-width: 1536px) {
    body .hero .offer {
        width: 142rem;
        justify-self: center;
        left: 5vw;
        margin: 0 auto
    }
}

@media screen and (min-width: 1920px) {
    body .hero .offer {
        left: 8vw
    }
}

body .hero .offer .pill {
    font-size: 1rem;
    height: auto
}

@media screen and (min-width: 640px) {
    body .hero .offer .pill {
        font-size: 1.2rem
    }
}

body .hero .offer p:first-of-type {
    font-family: "Space Grotesk", "Instrument Sans", serif;
    font-size: 3.8rem;
    margin-top: 1rem;
    margin-bottom: .5rem;
    font-weight: bold;
    line-height: 1
}

@media screen and (min-width: 375px) {
    body .hero .offer p:first-of-type {
        font-size: 4.1rem
    }
}

@media screen and (min-width: 768px)and (orientation: portrait) {
    body .hero .offer p:first-of-type {
        display: flex;
        flex-direction: column;
        gap: 1rem
    }
}

@media screen and (min-width: 1366px) {
    body .hero .offer p:first-of-type {
        display: flex;
        flex-direction: column;
        font-size: 6.4rem
    }
}

@media screen and (min-width: 2560px) {
    body .hero .offer p:first-of-type {
        font-size: 7rem
    }
}

body .hero .offer p:first-of-type .second-line {
    display: inline-block;
    font-size: 2.2rem
}

@media screen and (min-width: 768px) {
    body .hero .offer p:first-of-type .second-line {
        font-size: 3.5rem
    }
}

body .hero .offer p:last-of-type {
    font-family: "Instrument Sans", serif;
    font-size: 1rem;
    -webkit-filter: drop-shadow(0px 0px 15px rgb(0, 0, 0));
    filter: drop-shadow(0px 0px 15px rgb(0, 0, 0))
}

@media screen and (min-width: 768px)and (orientation: portrait) {
    body .hero .offer p:last-of-type {
        font-size: 1.2rem
    }
}

@media screen and (min-width: 958px)and (orientation: landscape) {
    body .hero .offer p:last-of-type {
        max-width: 41.8rem
    }
}

@media screen and (min-width: 1024px) {
    body .hero .offer p:last-of-type {
        font-size: 1rem
    }
}

@media screen and (min-width: 1280px) {
    body .hero .offer p:last-of-type {
        font-size: 1.3rem
    }
}

@media screen and (min-width: 2560px) {
    body .hero .offer p:last-of-type {
        font-size: 1.5rem
    }
}

body .hero .offer p a {
    color: #fff;
    text-decoration: underline
}

body .hero .offer .sign_up {
    min-width: 29.5rem;
    height: 5rem;
    position: relative;
    font-size: 2rem;
    margin: 1.5rem 0;
    border-radius: 1.2rem;
    font-weight: bold;
    text-transform: capitalize;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

@media screen and (min-width: 640px) {
    body .hero .offer .sign_up {
        min-width: 31.8rem
    }
}

@media screen and (min-width: 768px)and (orientation: portrait) {
    body .hero .offer .sign_up {
        height: 5rem;
        padding: 0 2rem
    }
}

@media screen and (min-width: 1024px)and (orientation: landscape) {
    body .hero .offer .sign_up {
        height: 5rem;
        padding: 0 2rem;
        margin: .5rem 0 0 0
    }
}

@media screen and (min-width: 2560px) {
    body .hero .offer .sign_up {
        height: 5rem
    }
}

body .hero .jackpot a {
    color: #000
}

body .hero .jackpot p {
    font-family: "Space Grotesk", "Instrument Sans", serif;
    display: flex;
    flex-direction: column;
    align-items: center
}

body .hero canvas {
    width: 100%
}

body .hero canvas.hero_image {
    cursor: pointer
}

body .hero canvas.sign-up_button {
    cursor: pointer
}

body main {
    grid-area: main;
    width: 100%;
    overflow: hidden;
    max-width: 1420px;
    z-index: 1
}

body main h1,
body main h2,
body main h3,
body main h4,
body main h5,
body main h6 {
    letter-spacing: 0
}

body main h1,
body main h2,
body main h3 {
    font-family: "Space Grotesk", "Instrument Sans", serif;
    font-weight: bold;
    color: #e09328;
    margin-top: 3rem;
    margin-bottom: .6rem;
    font-size: clamp(3.5rem, 5vw, 4.8rem)
}

@media screen and (min-width: 768px) {

    body main h1,
    body main h2,
    body main h3 {
        margin-top: 5rem
    }
}

body main h2,
body main h3 {
    margin-top: 3rem;
    margin-bottom: .6rem
}

body main h2 {
    font-size: clamp(2.7rem, 5vw, 4rem)
}

body main h3 {
    font-size: clamp(2.5rem, 5vw, 3.2rem)
}

body main h4 {
    font-size: clamp(2.3rem, 5vw, 2.6rem)
}

body main h5 {
    font-size: clamp(1.8rem, 5vw, 2rem)
}

body main h6 {
    font-size: 1.6rem
}

body main div.heading {
    font-family: "Space Grotesk", serif;
    font-weight: normal;
    color: #fff;
    margin-bottom: .3em;
    text-align: center;
    font-size: 3.5rem
}

body main div.heading span.sub-heading {
    display: block;
    font-family: "Space Grotesk", serif;
    font-size: 2.6rem;
    color: #d1b7e6;
    font-style: normal;
    line-height: 3.3rem
}

@media screen and (min-width: 768px) {
    body main div.heading {
        font-size: 3.5rem
    }
}

body main h4,
body main h5,
body main h6 {
    font-family: "Instrument Sans", serif;
    font-weight: bold;
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: .6rem
}

body main p,
body main ul,
body main ol,
body main li,
body main a,
body main table {
    font-family: "Instrument Sans", serif;
    font-weight: lighter;
    font-size: 1.5rem;
    color: #fbc256
}

@media screen and (min-width: 1024px) {

    body main p,
    body main ul,
    body main ol,
    body main li,
    body main a,
    body main table {
        font-size: 1.6rem
    }
}

body main table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 15px 0;
    overflow-wrap: break-word;
    word-wrap: break-word
}

body main table th {
    text-align: center;
    letter-spacing: .1em
}

body main table th,
body main table td {
    padding: .625em 5px;
    border: 1px solid #fff;
    word-break: normal
}

body main p,
body main ul,
body main ol {
    line-height: 180%
}

body main .no-margin {
    margin-top: 0
}

body main .webpart {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

body main .webpart .container {
    max-width: none;
    margin: 0 auto;
    padding-bottom: 2.5rem
}

@media screen and (min-width: 991px) {
    body main .webpart .container {
        max-width: 980px
    }
}

@media screen and (min-width: 1200px) {
    body main .webpart .container {
        max-width: 1390px
    }
}

body main .webpart .Game_Item__heading {
    display: flex;
    align-items: center
}

body main .webpart .Game_Item__heading img {
    max-width: 2rem
}

body main .webpart .Game_Item__headings {
    flex: 1
}

body main .webpart .Game_Item__headings div {
    display: flex;
    align-items: center;
    gap: 10px
}

body main .webpart .Game_Item__headings h2 {
    font-family: "Space Grotesk";
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.6rem;
    color: #d1b7e6;
    margin-top: .5rem
}

body main .webpart .Game_Item__headings p {
    font-family: "Instrument Sans";
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #887871;
    margin-top: 0
}

body main .webpart .Game_Item__heading__navigation {
    display: flex;
    align-items: center;
    width: 3rem;
    justify-content: space-between;
    margin-right: 1rem
}

body main .webpart .sign_up {
    margin: 3rem 0 .5rem
}

body main .webpart .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: center;
    text-align: left;
    margin-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem
}

@media screen and (min-width: 1600px) {
    body main .webpart .text {
        width: 50%
    }
}

body main .webpart .text p>a {
    color: #d1b7e6;
    font-weight: bold
}

body main .webpart .text p>a:hover {
    color: #fdc05f
}

body main .webpart .text ul,
body main .webpart .text ol {
    padding-left: 3rem
}

body main .webpart .text ul li,
body main .webpart .text ol li {
    text-align: left
}

body main .webpart .text ul li>a,
body main .webpart .text ol li>a {
    color: #d1b7e6;
    font-weight: bold
}

body main .webpart .text ul li>a:hover,
body main .webpart .text ol li>a:hover {
    color: #e09328
}

body main .webpart .text ul li::marker {
    color: #e09328
}

body main .webpart .text.hide-text {
    height: 50rem;
    overflow: hidden;
    position: relative
}

body main .webpart .text.hide-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30rem;
    background: linear-gradient(180deg, rgba(39, 16, 88, 0) 0%, rgba(39, 16, 88, 0.5) 33%, rgb(39, 16, 88) 90%, rgb(39, 16, 88) 100%)
}

@media screen and (min-width: 1024px) {
    body main .webpart .text.hide-text {
        height: auto;
        overflow: visible
    }

    body main .webpart .text.hide-text::after {
        content: none
    }
}

body main .webpart .read-more-ctn {
    cursor: pointer;
    position: absolute;
    bottom: 6rem;
    z-index: 1
}

body main .webpart.dark,
body main .webpart.light {
    background-repeat: no-repeat;
    background-size: cover
}

body main .webpart .hide-text {
    height: 65rem;
    overflow: hidden;
    justify-content: start
}

body main .webpart .hide-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30rem;
    background: linear-gradient(0deg, #0c0917 0%, rgba(0, 0, 0, 0) 100%)
}

body main .webpart .cta {
    border: none;
    color: #230040;
    background: linear-gradient(24.98deg, #e09328 23.77%, #f7a403 87.48%);
    -webkit-box-shadow: 0 0 11px #ffe13e, 0 0 10px #2d2809, 0 0 11px #ffe13e inset;
    box-shadow: 0 0 11px #ffe13e, 0 0 10px #2d2809, 0 0 11px #ffe13e inset;
    text-shadow: 0 0 5px #651690;
    min-width: 18.5rem;
    min-height: 5rem;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

body main .webpart .cta:hover {
    background: linear-gradient(24.98deg, #b37d10 23.77%, #b37d10 87.48%)
}

body main .webpart .cta--secondary {
    background: linear-gradient(24.98deg, #340b55 23.77%, #651690 87.48%);
    color: #fff
}

body main .webpart .cta--secondary:hover {
    background: linear-gradient(24.98deg, #271058 23.77%, #481571 87.48%)
}

body main .webpart .cta--tertiary {
    background: #1c192b;
    color: #fdc05f
}

body main .webpart .cta--tertiary:hover {
    background: #1c192b
}

body main .webpart .cta--md {
    min-width: 15rem;
    min-height: 4.6rem;
    font-size: 16px
}

body main .webpart .cta--sm {
    min-width: 11rem;
    min-height: 4.2rem;
    font-size: 14px
}

body main .webpart .game {
    height: 24rem;
    width: 38.5rem;
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 1.2rem
}

body main .webpart .game--vert {
    height: 32rem;
    width: 24rem
}

body main .webpart .game--vert.game--md {
    width: 16rem;
    height: 21.5rem
}

body main .webpart .game--vert.game--sm {
    width: 12rem;
    height: 16.1rem
}

body main .webpart .game--bgwhite {
    background-color: #fff
}

body main .webpart .game__img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit
}

body main .webpart .game__img--contain {
    -o-object-fit: contain;
    object-fit: contain
}

body main .webpart .game--md {
    width: 29rem;
    height: 18rem
}

body main .webpart .game--sm {
    width: 20rem;
    height: 12.4rem
}

body main .webpart .game-item-full {
    display: flex;
    align-items: center;
    color: #fff;
    width: 35.6rem
}

body main .webpart .game-item-full--simple,
body main .webpart .game-item-full--gameprovider,
body main .webpart .game-item-full--winners {
    display: inline-flex;
    width: auto
}

body main .webpart .game-item-full .rank {
    font-family: "Instrument Sans", serif;
    font-size: 13.6rem;
    font-weight: bold;
    min-height: 16.6rem;
    text-align: center;
    color: #897872;
    margin-right: -1rem
}

body main .webpart .game-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: .6rem
}

body main .webpart .game-item-descriptor {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

body main .webpart .game-item-heading {
    font-family: "Space Grotesk", "Instrument Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #fff;
    margin-top: 1rem
}

body main .webpart .game-item .pill {
    margin: unset
}

body main .webpart .game-item-winner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 1.2rem
}

body main .webpart .game-item-winner-value {
    color: #74ff49;
    font-family: "Instrument Sans", serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2rem
}

body main .webpart .game-item-winner-info {
    font-family: "Instrument Sans", serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #897872;
    margin-left: .5rem
}

body main .webpart .game-item-winner-data {
    display: flex;
    align-items: center
}

body main .webpart .game-item-winner-data img {
    width: 1.4rem;
    height: 1.4rem
}

body main .webpart .jackpot {
    position: relative
}

body main .webpart .jackpot-item {
    width: 42.35rem;
    height: 48.7rem;
    border-radius: 1.2rem
}

body main .webpart .jackpot-item:hover img {
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3);
    -webkit-transition: .3s;
    transition: .3s
}

body main .webpart .jackpot-item__img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit
}

body main .webpart .jackpot-item__offer {
    position: absolute;
    bottom: 3%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 1rem;
    z-index: 2
}

body main .webpart .jackpot-item__offer--top {
    bottom: unset;
    top: 3%
}

body main .webpart .jackpot-item__offerheading {
    margin: 1rem;
    text-align: left;
    z-index: 2;
    color: #fff;
    font-family: "Space Grotesk";
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem
}

body main .webpart .jackpot-item__offersubheading {
    font-family: "Space Grotesk", serif;
    font-size: 2.6rem;
    color: #d1b7e6;
    line-height: 3.3rem;
    display: block
}

body main .webpart .jackpot-item__offer-cta .sign_up {
    text-transform: capitalize;
    margin: unset
}

body main .webpart .jackpot-item .loading_pulse_wrap {
    margin-bottom: .5rem
}

body main .webpart .jackpot-item .loading_pulse_wrap .loading_pulse {
    margin-bottom: .625rem;
    height: .625rem;
    max-width: 10rem;
    background-color: #d1b7e6;
    border-radius: .34rem
}

body main .webpart .jackpot-item .jackpot-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -16.01%, rgba(0, 0, 0, 0.7) 100%);
    border-radius: inherit
}

body main .webpart .jackpot-item .jackpot-overlay.jackpot-item__offer--top {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) -16.01%, rgba(0, 0, 0, 0) 100%)
}

body main .webpart .Game_Item {
    max-width: 95%
}

@media screen and (min-width: 1280px) {
    body main .webpart .Game_Item {
        max-width: 1420px;
        overflow: hidden;
        flex: 1
    }
}

body main .webpart .Game_Item article.game-item-full.swiper-slide {
    width: auto
}

body main .webpart .Game_Item .game-nav {
    position: relative;
    color: #fdc05f
}

body main .webpart .Game_Item .game-nav-next,
body main .webpart .Game_Item .game-nav-prev {
    right: unset;
    left: unset;
    top: unset
}

body main .webpart .text_100 {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    padding: .5rem 0;
    align-items: center;
    justify-content: space-between
}

body main .webpart .text_100 .image {
    max-width: 39rem
}

body main .webpart .text_100 .read-more {
    min-width: 21rem
}

@media screen and (min-width: 1200px) {
    body main .webpart .text_100 {
        padding: .5rem 1rem
    }

    body main .webpart .text_100.has-image {
        flex-direction: row
    }

    body main .webpart .text_100.has-image .image {
        max-width: 80rem
    }

    body main .webpart .text_100.has-image.right .text {
        order: 0
    }

    body main .webpart .text_100.has-image.left .text {
        order: 1
    }

    body main .webpart .text_100.has-image .text,
    body main .webpart .text_100.has-image .image {
        width: 50%;
        text-align: left;
        align-items: start
    }

    body main .webpart .text_100.no-image.align-left .text {
        text-align: left;
        align-items: start
    }

    body main .webpart .text_100.no-image.align-left .text h1 {
        align-self: center
    }

    body main .webpart .text_100.no-image.align-right .text {
        text-align: right;
        align-items: end
    }

    body main .webpart .text_100.no-image.align-right .text h1 {
        align-self: center
    }

    body main .webpart .text_100.no-image .text {
        width: 100%
    }
}

body main .webpart .promotions_box {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%
}

body main .webpart .promotions_box h1 {
    text-align: left
}

body main .webpart .promotions_box .promotions_container {
    width: 100%;
    height: 100%;
    padding: .5rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media screen and (min-width: 1200px) {
    body main .webpart .promotions_box .promotions_container.hasBackgroundImage {
        justify-content: center;
        margin-top: 0
    }
}

@media screen and (min-width: 1366px) {
    body main .webpart .promotions_box .promotions_container.hasBackgroundImage {
        margin-bottom: 10rem
    }
}

@media screen and (min-width: 1920px) {
    body main .webpart .promotions_box .promotions_container.hasBackgroundImage {
        margin-bottom: 0
    }
}

body main .webpart .promotions_box .promotions_container .promotions_text_container {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media screen and (min-width: 1200px) {
    body main .webpart .promotions_box .promotions_container .promotions_text_container {
        flex-direction: row;
        justify-content: space-evenly
    }
}

@media screen and (min-width: 1920px) {
    body main .webpart .promotions_box .promotions_container .promotions_text_container {
        justify-content: space-evenly
    }
}

body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    max-width: 80rem
}

@media screen and (min-width: 1200px) {
    body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions {
        flex-direction: column;
        max-width: 81rem
    }
}

@media screen and (min-width: 1920px) {
    body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions {
        max-width: 78rem
    }
}

body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .video_container {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    border-top: 3px solid rgba(0, 0, 0, 0);
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    border-right: 1px solid rgba(0, 0, 0, 0);
    border-left: 1px solid rgba(0, 0, 0, 0);
    border-bottom-right-radius: 1.8rem;
    margin-top: -3px;
    z-index: 1
}

@media screen and (min-width: 768px) {
    body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .video_container {
        border-bottom-left-radius: .75rem;
        border-bottom-right-radius: .75rem
    }
}

@media screen and (min-width: 1200px) {
    body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .video_container {
        border-top: 5px solid rgba(0, 0, 0, 0);
        border-bottom: 5px solid rgba(0, 0, 0, 0);
        border-right: 1px solid rgba(0, 0, 0, 0);
        border-left: 1px solid rgba(0, 0, 0, 0);
        border-bottom-left-radius: 1.8rem;
        border-bottom-left-radius: 1.8rem;
        border-bottom-right-radius: 1.8rem;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        margin-top: 0
    }
}

body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .video_container .offer-overlay {
    position: absolute;
    bottom: 0;
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 1rem;
    z-index: 1
}

body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .video_container .offer-overlay:not(:has(.heading)) {
    justify-content: flex-end
}

body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .video_container .offer-overlay.active {
    display: flex
}

body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .video_container .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -16.01%, rgba(0, 0, 0, 0.7) 100%);
    border-radius: inherit
}

body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .video_container div.heading {
    display: block;
    margin: 1rem;
    text-align: left;
    z-index: 2;
    color: #fff;
    font-family: "Space Grotesk";
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem
}

@media screen and (max-width: 280px) {
    body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .video_container div.heading {
        font-size: .8rem
    }
}

@media screen and (max-width: 320px) {
    body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .video_container div.heading {
        font-size: 1.25rem
    }
}

body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .video_container .video {
    display: none;
    position: relative;
    cursor: pointer;
    border-radius: 0 0 1.8rem 1.8rem;
    max-width: 100%
}

body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .video_container .video.active {
    display: flex
}

body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .video_container .video:hover video+img.active {
    visibility: visible
}

body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .video_container .video video {
    border-radius: inherit
}

@media screen and (min-width: 1440px) {
    body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .video_container .video video {
        border-radius: 0 0 1.3rem 1.3rem
    }
}

@media screen and (min-width: 1440px) {
    body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .video_container .video .imageSingle {
        border-radius: 1.8rem
    }
}

body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .video_container .video img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 30px
}

@media screen and (min-width: 320px) {
    body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .video_container .video img {
        width: 60px;
        height: 60px
    }
}

body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .video_container .video img:hover {
    background-color: #fde15a
}

body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .video_container .video img.active {
    visibility: hidden
}

body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .video_container .video_description {
    font-family: "Instrument Sans", serif
}

body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .video_container .sign_up {
    display: flex;
    margin: .5rem 0;
    text-transform: capitalize
}

@media screen and (min-width: 768px) {
    body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .video_container .sign_up {
        margin: 1rem
    }
}

body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .offers {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    gap: 0;
    margin-top: 0;
    z-index: 1
}

@media screen and (min-width: 1200px) {
    body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .offers {
        margin-bottom: -5px
    }
}

body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .offers .offer {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #1c192b;
    cursor: pointer;
    position: relative;
    width: 33.34%;
    border-top-left-radius: 1.8rem;
    border-top-right-radius: 1.8rem;
    border-bottom: 3px solid #1c192b;
    border-top: 3px solid rgba(0, 0, 0, 0);
    border-left: 3px solid rgba(0, 0, 0, 0);
    border-right: 3px solid rgba(0, 0, 0, 0);
    -webkit-box-shadow: 4px 0 8px 0 rgba(0, 0, 0, .25);
    box-shadow: 4px 0 8px 0 rgba(0, 0, 0, .25);
    text-align: center;
    padding: .5rem
}

body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .offers .offer:first-of-type {
    border-top-right-radius: 0
}

body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .offers .offer:nth-child(2) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .offers .offer:last-of-type {
    border-top-left-radius: 0
}

body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .offers .offer::before,
body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .offers .offer::after {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #1c192b;
    bottom: -3px;
    position: absolute
}

body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .offers .offer::before {
    left: -3px
}

body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .offers .offer::after {
    right: -3px
}

@media screen and (min-width: 768px) {
    body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .offers .offer {
        border-top-left-radius: 1.8rem;
        border-top-right-radius: 1.8rem;
        padding: 1rem
    }
}

@media screen and (min-width: 1200px) {
    body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .offers .offer {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 1.8rem;
        border-top-right-radius: 1.8rem;
        border-top: 5px solid rgba(0, 0, 0, 0);
        border-bottom: 5px solid #1c192b;
        border-left: 5px solid rgba(0, 0, 0, 0);
        border-right: 5px solid rgba(0, 0, 0, 0)
    }

    body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .offers .offer::before,
    body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .offers .offer::after {
        content: "";
        width: 5px;
        height: 5px;
        background-color: #1c192b;
        bottom: -5px;
        position: absolute
    }

    body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .offers .offer::before {
        left: -5px
    }

    body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .offers .offer::after {
        right: -5px
    }
}

body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .offers .offer.active {
    border-top: 3px solid rgba(0, 0, 0, 0);
    border-bottom: 3px solid #fdfab1;
    border-left: 3px solid rgba(0, 0, 0, 0);
    border-right: 3px solid rgba(0, 0, 0, 0);
    background: #1c192b
}

body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .offers .offer.active .title {
    opacity: 1
}

body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .offers .offer.active::before,
body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .offers .offer.active::after {
    background-color: #fdfab1
}

@media screen and (min-width: 1200px) {
    body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .offers .offer.active {
        border-bottom: 5px solid #fdfab1;
        border-top: 5px solid rgba(0, 0, 0, 0);
        border-left: 5px solid rgba(0, 0, 0, 0);
        border-right: 5px solid rgba(0, 0, 0, 0)
    }
}

body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .offers .offer img {
    width: 3rem;
    order: 1
}

@media screen and (min-width: 320px) {
    body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .offers .offer img {
        width: 7.3rem
    }
}

@media screen and (min-width: 768px) {
    body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .offers .offer img {
        width: 8rem;
        order: 0
    }
}

body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .offers .offer .title {
    color: #d1b7e6;
    margin-top: .5rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 700;
    font-family: "Space Grotesk", serif;
    opacity: .5
}

body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .offers .offer .title__subheading {
    color: #e09328;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.5rem;
    display: block
}

@media screen and (min-width: 768px) {
    body main .webpart .promotions_box .promotions_container .promotions_text_container .promotions .offers .offer .title {
        font-size: 1.6rem;
        margin-top: 0;
        margin-bottom: .5rem
    }
}

@media screen and (min-width: 958px) {
    body main .webpart .promotions_box .promotions_container .promotions_text_container .text {
        max-width: 80%
    }
}

@media screen and (min-width: 1200px) {
    body main .webpart .promotions_box .promotions_container .promotions_text_container .text {
        width: 40%;
        align-items: flex-start;
        align-self: center
    }
}

body main .webpart .promotions_box .promotions_container .promotions_text_container .text.hide {
    visibility: hidden
}

@media screen and (min-width: 1200px) {

    body main .webpart .promotions_box .promotions_container .promotions_text_container .text h2,
    body main .webpart .promotions_box .promotions_container .promotions_text_container .text h3 {
        text-align: left
    }
}

body main .webpart .promotions_box .promotions_container .promotions_text_container .text h2 {
    font-size: 2.5rem
}

body main .webpart .promotions_box .promotions_container .promotions_text_container .text h3 {
    font-size: 2.5rem
}

@media screen and (min-width: 1200px) {
    body main .webpart .promotions_box .promotions_container .promotions_text_container .text p {
        text-align: left;
        margin: 0 0 1.25em
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

body main .webpart :root {
    --swiper-theme-color: #007aff
}

body main .webpart .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

body main .webpart .swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

body main .webpart .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

body main .webpart .swiper-android .swiper-slide,
body main .webpart .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

body main .webpart .swiper-pointer-events {
    touch-action: pan-y
}

body main .webpart .swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

body main .webpart .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

body main .webpart .swiper-slide-invisible-blank {
    visibility: hidden
}

body main .webpart .swiper-autoheight,
body main .webpart .swiper-autoheight .swiper-slide {
    height: auto
}

body main .webpart .swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

body main .webpart .swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

body main .webpart .swiper-3d,
body main .webpart .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

body main .webpart .swiper-3d .swiper-cube-shadow,
body main .webpart .swiper-3d .swiper-slide,
body main .webpart .swiper-3d .swiper-slide-shadow,
body main .webpart .swiper-3d .swiper-slide-shadow-bottom,
body main .webpart .swiper-3d .swiper-slide-shadow-left,
body main .webpart .swiper-3d .swiper-slide-shadow-right,
body main .webpart .swiper-3d .swiper-slide-shadow-top,
body main .webpart .swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

body main .webpart .swiper-3d .swiper-slide-shadow,
body main .webpart .swiper-3d .swiper-slide-shadow-bottom,
body main .webpart .swiper-3d .swiper-slide-shadow-left,
body main .webpart .swiper-3d .swiper-slide-shadow-right,
body main .webpart .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

body main .webpart .swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

body main .webpart .swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

body main .webpart .swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

body main .webpart .swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

body main .webpart .swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

body main .webpart .swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

body main .webpart .swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

body main .webpart .swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

body main .webpart .swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

body main .webpart .swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

body main .webpart .swiper-centered>.swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

body main .webpart .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

body main .webpart .swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

body main .webpart .swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

body main .webpart .swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

body main .webpart .swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

body main .webpart .swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

body main .webpart .swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

body main .webpart .swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

body main .webpart .swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

body main .webpart :root {
    --swiper-navigation-size: 44px
}

body main .webpart .swiper-button-next,
body main .webpart .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

body main .webpart .swiper-button-next.swiper-button-disabled,
body main .webpart .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

body main .webpart .swiper-button-next.swiper-button-hidden,
body main .webpart .swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

body main .webpart .swiper-navigation-disabled .swiper-button-next,
body main .webpart .swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

body main .webpart .swiper-button-next:after,
body main .webpart .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

body main .webpart .swiper-button-prev,
body main .webpart .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

body main .webpart .swiper-button-prev:after,
body main .webpart .swiper-rtl .swiper-button-next:after {
    content: "prev"
}

body main .webpart .swiper-button-next,
body main .webpart .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

body main .webpart .swiper-button-next:after,
body main .webpart .swiper-rtl .swiper-button-prev:after {
    content: "next"
}

body main .webpart .swiper-button-lock {
    display: none
}

body main .webpart .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

body main .webpart .swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

body main .webpart .swiper-pagination-disabled>.swiper-pagination,
body main .webpart .swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

body main .webpart .swiper-horizontal>.swiper-pagination-bullets,
body main .webpart .swiper-pagination-bullets.swiper-pagination-horizontal,
body main .webpart .swiper-pagination-custom,
body main .webpart .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

body main .webpart .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

body main .webpart .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    position: relative
}

body main .webpart .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

body main .webpart .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

body main .webpart .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66)
}

body main .webpart .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33)
}

body main .webpart .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66)
}

body main .webpart .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33)
}

body main .webpart .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2)
}

body main .webpart button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

body main .webpart .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

body main .webpart .swiper-pagination-bullet:only-child {
    display: none !important
}

body main .webpart .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

body main .webpart .swiper-pagination-vertical.swiper-pagination-bullets,
body main .webpart .swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0)
}

body main .webpart .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
body main .webpart .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

body main .webpart .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
body main .webpart .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

body main .webpart .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
body main .webpart .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top
}

body main .webpart .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
body main .webpart .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

body main .webpart .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
body main .webpart .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

body main .webpart .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
body main .webpart .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left
}

body main .webpart .swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right
}

body main .webpart .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

body main .webpart .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

body main .webpart .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

body main .webpart .swiper-horizontal>.swiper-pagination-progressbar,
body main .webpart .swiper-pagination-progressbar.swiper-pagination-horizontal,
body main .webpart .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
body main .webpart .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

body main .webpart .swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
body main .webpart .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
body main .webpart .swiper-pagination-progressbar.swiper-pagination-vertical,
body main .webpart .swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

body main .webpart .swiper-pagination-lock {
    display: none
}

body main .webpart .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

body main .webpart .swiper-scrollbar-disabled>.swiper-scrollbar,
body main .webpart .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

body main .webpart .swiper-horizontal>.swiper-scrollbar,
body main .webpart .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

body main .webpart .swiper-scrollbar.swiper-scrollbar-vertical,
body main .webpart .swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

body main .webpart .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

body main .webpart .swiper-scrollbar-cursor-drag {
    cursor: move
}

body main .webpart .swiper-scrollbar-lock {
    display: none
}

body main .webpart .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

body main .webpart .swiper-zoom-container>canvas,
body main .webpart .swiper-zoom-container>img,
body main .webpart .swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

body main .webpart .swiper-slide-zoomed {
    cursor: move
}

body main .webpart .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: rgba(0, 0, 0, 0)
}

body main .webpart .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
body main .webpart .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear
}

body main .webpart .swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

body main .webpart .swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

body main .webpart .swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

body main .webpart .swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

body main .webpart .swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

body main .webpart .swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

body main .webpart .swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

body main .webpart .swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

body main .webpart .swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

body main .webpart .swiper-fade .swiper-slide-active,
body main .webpart .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

body main .webpart .swiper-cube {
    overflow: visible
}

body main .webpart .swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

body main .webpart .swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

body main .webpart .swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

body main .webpart .swiper-cube .swiper-slide-active,
body main .webpart .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

body main .webpart .swiper-cube .swiper-slide-active,
body main .webpart .swiper-cube .swiper-slide-next,
body main .webpart .swiper-cube .swiper-slide-next+.swiper-slide,
body main .webpart .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

body main .webpart .swiper-cube .swiper-slide-shadow-bottom,
body main .webpart .swiper-cube .swiper-slide-shadow-left,
body main .webpart .swiper-cube .swiper-slide-shadow-right,
body main .webpart .swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

body main .webpart .swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

body main .webpart .swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

body main .webpart .swiper-flip {
    overflow: visible
}

body main .webpart .swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

body main .webpart .swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

body main .webpart .swiper-flip .swiper-slide-active,
body main .webpart .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

body main .webpart .swiper-flip .swiper-slide-shadow-bottom,
body main .webpart .swiper-flip .swiper-slide-shadow-left,
body main .webpart .swiper-flip .swiper-slide-shadow-right,
body main .webpart .swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

body main .webpart .swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

body main .webpart .swiper-cards {
    overflow: visible
}

body main .webpart .swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

body main .webpart.faq_wrapper_outer {
    flex-direction: column;
    position: relative;
    display: block
}

body main .webpart.faq_wrapper_outer h2 {
    text-align: center
}

body main .webpart.faq_wrapper_outer .faq_accordion {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    padding-left: 2rem;
    padding-right: 2rem
}

body main .webpart.faq_wrapper_outer .faq_accordion .faq_wrapper {
    margin-top: 1rem;
    display: flex;
    flex-direction: column
}

@media only screen and (min-width: 767px) {
    body main .webpart.faq_wrapper_outer .faq_accordion .faq_wrapper {
        flex-direction: row
    }
}

body main .webpart.faq_wrapper_outer .faq_accordion .faq_wrapper .acc_column {
    width: 100%
}

@media only screen and (min-width: 767px) {
    body main .webpart.faq_wrapper_outer .faq_accordion .faq_wrapper .acc_column:first-child {
        padding-right: 5px
    }

    body main .webpart.faq_wrapper_outer .faq_accordion .faq_wrapper .acc_column:nth-child(2) {
        padding-left: 5px
    }
}

body main .webpart.faq_wrapper_outer .faq_accordion .faq_question {
    width: 100%;
    border-radius: 15px;
    position: relative;
    padding: 0 15px 20px;
    margin-bottom: 1vw;
    overflow: hidden;
    background: #1c192b;
    cursor: pointer
}

body main .webpart.faq_wrapper_outer .faq_accordion .faq_question.active {
    border-color: #e09328
}

body main .webpart.faq_wrapper_outer .faq_accordion .faq_question.active .faq_heading {
    color: #d1b7e6
}

body main .webpart.faq_wrapper_outer .faq_accordion .faq_question.active .faq_content {
    color: #fff
}

body main .webpart.faq_wrapper_outer .faq_accordion .faq_question.active img {
    -webkit-transition: transform .25s;
    transition: transform .25s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

body main .webpart.faq_wrapper_outer .faq_accordion .faq_question .faq_content {
    margin: 0
}

body main .webpart.faq_wrapper_outer .faq_accordion .faq_question img {
    width: 1.25rem;
    position: absolute;
    top: 0;
    right: 1%
}

body main .webpart.faq_wrapper_outer .faq_accordion .faq_question .faq_heading {
    font-size: 18px;
    position: relative;
    margin-bottom: 5px;
    padding-right: 30px;
    color: #e09328
}

body main .webpart .faq_wrapper .faq_question .faq_heading:after,
body main .webpart .faq_wrapper .faq_question .faq_heading .arrow-down {
    border: solid #000;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    right: 0;
    top: 0;
    vertical-align: middle;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

body main .webpart .faq_wrapper .faq_question.active .faq_heading:after,
body main .webpart .faq_wrapper .faq_question.active .faq_heading .arrow-down {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

body main .webpart #Layer_2 {
    margin-bottom: -15px;
    z-index: 9;
    position: relative
}

body main .webpart .show_hide {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: .5rem 2rem
}

@media screen and (min-width: 640px) {
    body main .webpart .show_hide {
        padding: .5rem 1rem
    }
}

body main .webpart .show_hide ul#rg_nav {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-overflow-style: none;
    scrollbar-width: none
}

body main .webpart .show_hide ul#rg_nav::-webkit-scrollbar {
    display: none
}

body main .webpart .show_hide ul#rg_nav li {
    list-style: none;
    display: inline-block;
    margin: 0 1vw;
    padding-bottom: .5vw
}

body main .webpart .show_hide ul#rg_nav li img {
    display: none;
    width: auto
}

body main .webpart .show_hide ul#rg_nav li span {
    font-size: 4vw;
    font-weight: normal;
    vertical-align: middle;
    padding: 0 2vw;
    color: #726a76
}

body main .webpart .show_hide ul#rg_nav li.active {
    border-bottom: 5px solid #e09328
}

body main .webpart .show_hide ul#rg_nav li.active span {
    color: #e09328
}

body main .webpart .show_hide div#rg_self_test_questionaire,
body main .webpart .show_hide div.rg_tabs {
    display: none
}

body main .webpart .show_hide div.rg_do_not_remove {
    display: none
}

body main .webpart .show_hide ul#rg_questions {
    margin: unset;
    padding: unset
}

body main .webpart .show_hide ul#rg_questions li {
    display: none;
    list-style: none;
    margin-bottom: 5vw;
    padding: unset;
    color: #726a76
}

body main .webpart .show_hide ul#rg_questions li.active {
    display: block
}

body main .webpart .show_hide .element_paragrph_content:has(div.rg_tabs) {
    width: 95vw;
    margin: 0 auto
}

body main .webpart .show_hide [data-page=Responsible-Gaming] .element_paragrph_content p {
    text-align: unset
}

body main .webpart .show_hide div.rg_tabs {
    margin: 6vw auto;
    width: 100%;
    line-height: 1.5;
    color: #726a76
}

body main .webpart .show_hide div.rg_tabs a {
    text-decoration: underline
}

body main .webpart .show_hide div.rg_tabs.active,
body main .webpart .show_hide div#rg_self_test_questionaire.active {
    display: block
}

body main .webpart .show_hide div.rg_tabs h3.rg_support_links {
    margin-top: 5vw
}

body main .webpart .show_hide div.rg_question_number {
    text-align: center
}

body main .webpart .show_hide p.rg_question_error {
    color: red;
    text-align: center;
    display: none
}

body main .webpart .show_hide p.rg_question_error.active {
    display: block
}

body main .webpart .show_hide p#rg_question_error {
    color: red;
    text-align: center;
    display: none
}

body main .webpart .show_hide p#rg_question_error.active {
    display: block
}

body main .webpart .show_hide div#rg_outcome,
body main .webpart .show_hide div#rg_outcome_good,
body main .webpart .show_hide div#rg_outcome_bad,
body main .webpart .show_hide div#rg_outcome_mod,
body main .webpart .show_hide div#rg_outcome_low {
    display: none;
    text-align: center
}

body main .webpart .show_hide div#rg_outcome.active,
body main .webpart .show_hide div#rg_outcome_good.active,
body main .webpart .show_hide div#rg_outcome_bad.active,
body main .webpart .show_hide div#rg_outcome_mod.active,
body main .webpart .show_hide div#rg_outcome_low.active {
    display: block
}

body main .webpart .show_hide div#rg_outcome {
    margin: 0 auto
}

body main .webpart .show_hide div#rg_outcome p {
    text-align: center;
    color: #fff
}

body main .webpart .show_hide div#rg_self_assessment,
body main .webpart .show_hide div#rg_outcome_results {
    background-color: #d2d2d2;
    margin-top: 5vw;
    border-radius: 5vw;
    padding: 3vw
}

body main .webpart .show_hide div#rg_self_assessment a,
body main .webpart .show_hide div#rg_outcome_results a {
    color: #a58a8d
}

body main .webpart .show_hide div#rg_outcome_results ul {
    padding-left: unset
}

body main .webpart .show_hide div#rg_outcome_results img {
    width: auto
}

body main .webpart .show_hide div#rg_outcome_good li,
body main .webpart .show_hide div#rg_outcome_bad li {
    list-style: none
}

body main .webpart .show_hide div.rg_ctas {
    margin: 0 auto;
    text-align: center
}

body main .webpart .show_hide div.rg_cta {
    display: inline-block;
    margin: 4vw auto 2vw;
    padding: 3vw 6vw;
    font-size: 1.6rem;
    color: #fff;
    font-family: "Space Grotesk", serif;
    background: #e09328;
    text-align: center;
    border-radius: 2vw;
    cursor: pointer;
    min-height: 4.2rem;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body main .webpart .show_hide div#rg_back_button,
body main .webpart .show_hide div#rg_next_button,
body main .webpart .show_hide div#rg_submit_button {
    display: none
}

body main .webpart .show_hide div#rg_back_button.active,
body main .webpart .show_hide div#rg_next_button.active,
body main .webpart .show_hide div#rg_submit_button.active {
    display: inline-block
}

body main .webpart .show_hide div#rg_back_button {
    color: #e09328;
    -moz-box-shadow: inset 0 0 0 10px #e09328;
    -webkit-box-shadow: inset 0 0 0 1px #e09328;
    box-shadow: inset 0 0 0 1px #e09328;
    background: #fff
}

body main .webpart .show_hide div#rg_contact_us_link {
    text-align: center;
    margin-bottom: 1vw
}

@media only screen and (min-width: 768px) {
    body main .webpart .show_hide .faq_wrapper .faq_question h3 {
        font-size: 1.25vw
    }

    body main .webpart .show_hide ul#rg_nav {
        white-space: unset;
        overflow-x: unset
    }

    body main .webpart .show_hide ul#rg_nav li img {
        display: inline-block
    }

    body main .webpart .show_hide ul#rg_nav li span {
        font-size: 2vw;
        padding: unset;
        display: block
    }

    body main .webpart .show_hide div.rg_tabs {
        margin: 3vw auto
    }

    body main .webpart .show_hide div.rg_tabs h3.rg_support_links {
        margin-top: 2vw
    }

    body main .webpart .show_hide div#rg_self_assessment,
    body main .webpart .show_hide div#rg_outcome_results {
        margin-top: unset;
        border-radius: 2vw;
        padding: 1vw 3vw .5vw
    }

    body main .webpart .show_hide ul#rg_questions li {
        display: block;
        border-bottom: 1px solid rgba(170, 170, 170, .25);
        margin: 2vw 0;
        padding-bottom: 2vw
    }

    body main .webpart .show_hide div.rg_answer {
        display: inline-block;
        cursor: pointer
    }

    body main .webpart .show_hide div.rg_answer input,
    body main .webpart .show_hide div.rg_answer label {
        cursor: pointer
    }

    body main .webpart .show_hide div.rg_question_number {
        display: none
    }

    body main .webpart .show_hide p.rg_question_error {
        display: none
    }

    body main .webpart .show_hide div.rg_cta {
        font-size: 3rem;
        margin: 0 auto 2vw;
        border-radius: 1vw
    }

    body main .webpart .show_hide div#rg_next_button,
    body main .webpart .show_hide div#rg_next_button.active {
        display: none
    }

    body main .webpart .show_hide div#rg_submit_button {
        display: inline-block
    }
}

@media only screen and (min-width: 1024px) {
    body main .webpart .show_hide .element_paragrph_content:has(div.rg_tabs) {
        width: 80vw
    }

    body main .webpart .show_hide [data-page=responsible-gaming] .element_paragraph {
        padding-bottom: 0
    }

    body main .webpart .show_hide [data-page=responsible-gaming] .element_paragrph_content p:last-of-type {
        margin-bottom: 0
    }

    body main .webpart .show_hide ul#rg_nav li {
        cursor: pointer
    }

    body main .webpart .show_hide ul#rg_nav li span {
        font-size: 1.5vw
    }

    body main .webpart .show_hide div.rg_tabs {
        width: 80%
    }

    body main .webpart .show_hide div#rg_outcome {
        width: 80%
    }

    body main .webpart .show_hide div.rg_cta {
        padding: 1vw 2vw;
        font-size: 3vw;
        border-radius: 1vw
    }
}

@media only screen and (min-width: 1366px) {
    body main .webpart .show_hide ul#rg_nav li span {
        font-size: 1vw
    }

    body main .webpart .show_hide ul#rg_questions li {
        padding: 1vw 0;
        font-size: 1.1rem;
        margin: unset
    }

    body main .webpart .show_hide ul#rg_questions li:last-of-type {
        margin: 0 0 2vw
    }

    body main .webpart .show_hide strong.rg_question {
        display: inline-block;
        vertical-align: middle;
        width: 52vw
    }

    body main .webpart .show_hide div.rg_answers {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        margin: 0 auto
    }

    body main .webpart .show_hide div.rg_answer input {
        display: inline-block
    }

    body main .webpart .show_hide div.rg_cta {
        font-size: 2vw;
        border-radius: 1vw
    }
}

@media only screen and (min-width: 1600px) {
    body main .webpart .show_hide strong.rg_question {
        width: 40vw
    }
}

@media only screen and (min-width: 1920px) {
    body main .webpart .show_hide strong.rg_question {
        width: 30vw
    }

    body main .webpart .show_hide ul#rg_questions li {
        font-size: 1.6rem
    }
}

@media screen and (min-width: 2560px)and (min-resolution: 2dppx) {
    body main .webpart .show_hide strong.rg_question {
        width: 23vw
    }
}

@media only screen and (min-width: 3840px) {
    body main .webpart .show_hide ul#rg_nav li img {
        width: 2vw
    }

    body main .webpart .show_hide div#rg_outcome_results img {
        width: 2vw
    }
}

@-webkit-keyframes pulse {
    0% {
        opacity: 1
    }

    50% {
        opacity: .7
    }

    100% {
        opacity: 1
    }
}

@keyframes pulse {
    0% {
        opacity: 1
    }

    50% {
        opacity: .7
    }

    100% {
        opacity: 1
    }
}

body main .animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite
}

body footer {
    grid-area: footer;
    grid-template-areas: "footerlogo" "footernav" "trust_queue" "license";
    display: grid;
    padding: 1rem 2.5rem;
    width: 100%;
    color: #d1b7e6;
    font-family: "Instrument Sans", serif;
    max-width: 1420px
}

@media screen and (min-width: 768px) {
    body footer {
        padding: 3rem 1rem
    }
}

body footer a {
    color: #cfcfcf
}

body footer .logo {
    grid-area: footerlogo;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4rem
}

@media screen and (min-width: 1024px) {
    body footer .logo {
        justify-content: center
    }
}

body footer nav {
    grid-area: footernav;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 1.25rem;
    flex-wrap: wrap
}

@media screen and (orientation: landscape) {
    body footer nav {
        flex-direction: row;
        justify-content: space-around;
        align-items: flex-start
    }
}

@media screen and (max-width: 568px) {
    body footer nav {
        flex-direction: row;
        justify-content: center;
        align-items: start
    }
}

@media screen and (min-width: 768px) {
    body footer nav {
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-around;
        align-items: flex-start;
        margin: 1rem 0
    }
}

body footer nav .links_group {
    min-width: 200px;
    border-bottom: 1px solid #442161
}

@media screen and (min-width: 320px) {
    body footer nav .links_group {
        min-width: unset;
        flex: 100%
    }
}

@media screen and (min-width: 640px) {
    body footer nav .links_group {
        border-bottom: none;
        flex: 50%
    }
}

@media screen and (min-width: 1024px) {
    body footer nav .links_group {
        min-width: unset;
        flex: 50%
    }
}

@media screen and (max-width: 639px) {
    body footer nav .links_group .dropdown {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-width: 10rem;
        padding: .5rem 0
    }
}

@media screen and (max-width: 639px) {
    body footer nav .links_group .dropdown.active {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #442161
    }
}

body footer nav .links_group .dropdown.active img:last-of-type {
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    -webkit-transition: transform .25s;
    transition: transform .25s;
    -webkit-transition: transform .25s, -webkit-transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

body footer nav .links_group .dropdown img {
    width: 2rem;
    margin: 0 1rem 0 .5rem
}

@media screen and (min-width: 640px) {
    body footer nav .links_group .dropdown img {
        display: none
    }
}

body footer nav .links_group .dropdown img.down-arrow {
    margin-left: auto;
    margin-right: 0;
    width: 1.5rem
}

body footer nav .links_group .dropdown span {
    color: #d1b7e6;
    font-weight: bold;
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    text-wrap: nowrap
}

@media screen and (min-width: 640px) {
    body footer nav .links_group .dropdown span {
        justify-content: left;
        padding: 0 0 15px 0;
        font-size: 2rem
    }
}

@media screen and (min-width: 1024px) {
    body footer nav .links_group .dropdown span {
        padding: 0 0 15px 110px
    }
}

@media screen and (min-width: 640px) {
    body footer nav .links_group .link-columns {
        padding: 0 0 15px 0
    }
}

@media screen and (min-width: 1024px) {
    body footer nav .links_group .link-columns {
        padding: 15px 0 0 110px
    }
}

body footer nav .links_group ul {
    display: none;
    flex-direction: row;
    align-items: center;
    margin: 1.5rem 1rem 1.5rem 4rem;
    font-size: 1.2rem;
    flex-wrap: wrap;
    gap: 1rem 2rem
}

@media screen and (min-width: 640px) {
    body footer nav .links_group ul {
        display: flex;
        margin: unset
    }
}

@media screen and (min-width: 769px) {
    body footer nav .links_group ul {
        align-items: flex-start;
        flex-direction: column;
        font-size: 1.4rem;
        gap: unset
    }
}

@media screen and (min-width: 1024px) {
    body footer nav .links_group ul {
        padding: 0 0 15px 110px
    }
}

body footer nav .links_group ul.active {
    display: flex
}

body footer nav .links_group ul li {
    margin: .5rem 0;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    width: 100%
}

body footer nav .links_group ul li:hover {
    opacity: 1
}

body footer nav .links_group ul li a {
    color: #a58a8d
}

body footer .trust_queue {
    grid-area: trust_queue;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
    margin: 0 auto
}

@media screen and (min-width: 1024px) {
    body footer .trust_queue {
        gap: 15px
    }
}

body footer .trust_queue .trust_queue__payment,
body footer .trust_queue .trust_queue__trusticons {
    display: inline-flex;
    align-items: center;
    flex: 100%;
    justify-content: flex-start;
    gap: inherit;
    flex-wrap: inherit
}

@media screen and (min-width: 1024px) {

    body footer .trust_queue .trust_queue__payment,
    body footer .trust_queue .trust_queue__trusticons {
        justify-content: center
    }
}

body footer .trust_queue img {
    max-width: 8rem;
    height: auto;
    width: 8rem;
}

body footer .trust_queue img.ecogra {
    width: 200px
}

body footer .trust_queue img.img--resize--sm {
    max-width: 3rem
}

@media screen and (min-width: 1600px) {
    body footer .trust_queue img.img--resize--sm {
        max-width: 20rem
    }
}

body footer .trust_queue img.filter {
    -webkit-filter: brightness(0) saturate(100%) invert(52%) sepia(7%) saturate(671%) hue-rotate(330deg) brightness(91%) contrast(89%);
    filter: brightness(0) saturate(100%) invert(52%) sepia(7%) saturate(671%) hue-rotate(330deg) brightness(91%) contrast(89%)
}

@media screen and (min-width: 1600px) {
    body footer .trust_queue img {
        max-width: 20rem;
        height: auto;
        width: 20rem;
    }
}

body footer .trust_queue li {
    margin: 0 .5rem
}

body footer .trust_queue li:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

body footer ul {
    padding-left: 0
}

body footer ul li {
    list-style-type: none
}

body footer .license {
    grid-area: license;
    display: flex;
    flex-direction: column;
    font-size: 1.3rem;
    color: #897872
}

body footer .license p {
    text-align: center;
    align-self: center;
    margin-bottom: 0
}

body footer .license p a {
    color: #d1b7e6;
    text-decoration: underline
}

body.subpage .hero video {
    display: none
}

@media screen and (min-width: 1366px) {
    body.subpage .hero .offer {
        top: 9vw
    }
}

@media screen and (min-width: 1440px) {
    body.subpage .hero .offer {
        top: 10vw
    }
}

@media screen and (min-width: 1600px) {
    body.subpage .hero .offer {
        top: 6vw;
        width: 142rem;
        justify-self: center
    }
}

body.subpage .hero .hero-image {
    height: 100%
}

body.subpage .hero .sign_up {
    order: 0
}

body .hero+main {
    margin-top: -11rem
}

@media screen and (min-width: 2560px)and (min-resolution: 2dppx) {
    body .hero+main:has(.webpart:first-child .promotions_box) {
        margin-top: -10%;
        z-index: 3
    }
}

@media screen and (min-width: 1024px) {
    body .hero+main .webpart>div {
        padding-bottom: 2.5rem
    }
}

@media screen and (min-width: 1200px) {
    body .hero+main .webpart>div.text_100.no-image {
        box-sizing: content-box
    }
}

body .hero+main .webpart:first-of-type {
    margin-top: 0
}

body .hero+main .webpart:first-of-type>div {
    padding-top: 15rem
}

body.legalpage .hero {
    background: inherit
}

body.subpage main .content__breadcrumbs+.webpart:first-of-type>div {
    padding-top: 0
}

body.subpage main .webpart:first-of-type {
    margin-top: 0
}

body.subpage main .webpart:first-of-type>div {
    padding-top: 15rem
}

body[data-page=sitemap] .webpart .text {
    align-items: flex-start
}

@media screen and (min-width: 1024px) {
    body[data-page=sitemap] .webpart .text h1 {
        align-self: center
    }
}

body[data-page=responsible-gaming] .webpart {
    flex-direction: column
}

body[data-page=responsible-gaming] .webpart .text_100 {
    padding: 0
}

@media only screen and (min-width: 1366px) {
    body.fr-ca .webpart .show_hide strong.rg_question {
        width: 48vw
    }
}

@media only screen and (min-width: 1600px) {
    body.fr-ca .webpart .show_hide strong.rg_question {
        width: 40vw
    }
}

@media only screen and (min-width: 1920px) {
    body.fr-ca .webpart .show_hide strong.rg_question {
        width: 29vw
    }
}

@media screen and (min-width: 2560px)and (min-resolution: 2dppx) {
    body.fr-ca .webpart .show_hide strong.rg_question {
        width: 22vw
    }
}

body main:has(>:last-child:nth-child(-n+1)) .hide-text {
    height: auto
}

body main:has(>:last-child:nth-child(-n+1)) .hide-text::after {
    content: none
}

body main:has(>:last-child:nth-child(-n+1)) .read-more-ctn {
    display: none
}

/*# sourceMappingURL=styles.min.css.map */

.legal-section {
    grid-area: legal;
    background-color: #0c0917;
    padding: 2.5rem 0 1.5rem;
    text-align: center;
    width: 100%
}

.legal-heading {
    font-size: 5vw;
    font-weight: 700;
    line-height: 2;
    color: #ad73cd;
    margin: 0;
    display: block
}

.open-legal {
    cursor: pointer;
    color: #726a76;
    font-size: 1.4rem;
    margin: .3rem auto;
    display: block;
    transition: color .2s ease;
    text-decoration: none
}

.open-legal:hover {
    color: #ad73cd
}

@media screen and (min-width:1025px) {
    .legal-heading {
        font-size: 1.2vw
    }
}

.legal-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 200;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px)
}

.legal-modal {
    position: fixed;
    top: 5vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 85vh;
    max-height: 85vh;
    width: 95%;
    max-width: 960px;
    overflow: hidden;
    border-radius: .375rem;
    background-color: #000;
    border: none;
    font-size: .75rem;
    line-height: 1rem;
    color: #fff;
    padding: 0;
    z-index: 300;
    margin: 0;
    display: flex;
    flex-direction: column
}

.legal-modal:not([open]) {
    display: none
}

.legal-modal[open] {
    display: flex
}

.legal-frame {
    flex: 1;
    width: 100%;
    border: none;
    background: #000;
    display: block
}

.legal-modal-header {
    position: sticky;
    top: 0;
    z-index: 150;
    width: 100%;
    background: #000;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 1rem 1.5rem;
    box-sizing: border-box
}

.legal-modal-inner {
    display: grid;
    grid-template-columns: 1fr .25fr;
    align-items: center
}

.legal-modal-inner h2 {
    font-weight: inherit;
    margin: 0;
    text-align: left;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #fff
}

.legal-close-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    color: #6b7280;
    font-size: 1.2rem;
    justify-self: end;
    font-family: inherit;
    padding: .25rem .5rem;
    -webkit-appearance: none;
    appearance: none
}

.legal-close-btn:hover {
    color: #fff
}

.terms-container {
    font-weight: normal;
    display: grid;
    grid-auto-flow: row;
    gap: .75rem;
    border-radius: .375rem;
    padding: 1.25rem;
    text-align: justify;
    color: #b9b9b9
}

.terms-container h1 {
    color: #fff;
    font-size: 1rem;
    margin: .5rem 0 0
}

.terms-container h2 {
    color: #fff;
    font-size: .875rem;
    margin: .5rem 0 0
}

.terms-container h3 {
    color: #d1b7e6;
    font-size: .8rem;
    margin: .5rem 0 0
}

.terms-container a {
    color: #ad73cd
}

.terms-container b,
.terms-container strong {
    color: #d1b7e6
}

.terms-container ul,
.terms-container ol {
    padding-left: 1.5rem;
    margin: .25rem 0
}

.terms-container li {
    margin-bottom: .25rem
}

.terms-container table {
    width: 100%;
    border-collapse: collapse;
    font-size: .7rem
}

.terms-container th,
.terms-container td {
    border: 1px solid rgba(255, 255, 255, .2);
    padding: .5rem;
    text-align: left
}