﻿@import url(css2-Poppinswght100200300400500600700800900_swap.css);
/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root
{
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}
.animate__animated
{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animate__animated.animate__infinite
{
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1
{
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: var(--animate-repeat);
    animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2
{
    -webkit-animation-iteration-count: 2;
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
    animation-iteration-count: 2;
    animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3
{
    -webkit-animation-iteration-count: 3;
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
    animation-iteration-count: 3;
    animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s
{
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s
{
    -webkit-animation-delay: 2s;
    -webkit-animation-delay: calc(var(--animate-delay) * 2);
    animation-delay: 2s;
    animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s
{
    -webkit-animation-delay: 3s;
    -webkit-animation-delay: calc(var(--animate-delay) * 3);
    animation-delay: 3s;
    animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s
{
    -webkit-animation-delay: 4s;
    -webkit-animation-delay: calc(var(--animate-delay) * 4);
    animation-delay: 4s;
    animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s
{
    -webkit-animation-delay: 5s;
    -webkit-animation-delay: calc(var(--animate-delay) * 5);
    animation-delay: 5s;
    animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster
{
    -webkit-animation-duration: .5s;
    -webkit-animation-duration: calc(var(--animate-duration) / 2);
    animation-duration: .5s;
    animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast
{
    -webkit-animation-duration: .8s;
    -webkit-animation-duration: calc(var(--animate-duration) * .8);
    animation-duration: .8s;
    animation-duration: calc(var(--animate-duration) * .8);
}
.animate__animated.animate__slow
{
    -webkit-animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: 2s;
    animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower
{
    -webkit-animation-duration: 3s;
    -webkit-animation-duration: calc(var(--animate-duration) * 3);
    animation-duration: 3s;
    animation-duration: calc(var(--animate-duration) * 3);
}
@media(prefers-reduced-motion: reduce), print
{
    .animate__animated
    {
        -webkit-animation-duration: 1ms!important;
        animation-duration: 1ms!important;
        -webkit-animation-iteration-count: 1!important;
        animation-iteration-count: 1!important;
        -webkit-transition-duration: 1ms!important;
        transition-duration: 1ms!important;
    }
    .animate__animated[class*=Out]
    {
        opacity: 0;
    }
}
@-webkit-keyframes bounce
{
    0%, 20%, 53%, to
    {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    40%, 43%
    {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0) scaleY(1.1);
        transform: translate3d(0,-30px,0) scaleY(1.1);
    }
    70%
    {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0) scaleY(1.05);
        transform: translate3d(0,-15px,0) scaleY(1.05);
    }
    80%
    {
        -webkit-transform: translateZ(0) scaleY(.95);
        transform: translateZ(0) scaleY(.95);
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
    }
    90%
    {
        -webkit-transform: translate3d(0,-4px,0) scaleY(1.02);
        transform: translate3d(0,-4px,0) scaleY(1.02);
    }
}
@keyframes bounce
{
    0%, 20%, 53%, to
    {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    40%, 43%
    {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0) scaleY(1.1);
        transform: translate3d(0,-30px,0) scaleY(1.1);
    }
    70%
    {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0) scaleY(1.05);
        transform: translate3d(0,-15px,0) scaleY(1.05);
    }
    80%
    {
        -webkit-transform: translateZ(0) scaleY(.95);
        transform: translateZ(0) scaleY(.95);
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
    }
    90%
    {
        -webkit-transform: translate3d(0,-4px,0) scaleY(1.02);
        transform: translate3d(0,-4px,0) scaleY(1.02);
    }
}
.animate__bounce
{
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
@-webkit-keyframes flash
{
    0%, 50%, to
    {
        opacity: 1;
    }
    25%, 75%
    {
        opacity: 0;
    }
}
@keyframes flash
{
    0%, 50%, to
    {
        opacity: 1;
    }
    25%, 75%
    {
        opacity: 0;
    }
}
.animate__flash
{
    -webkit-animation-name: flash;
    animation-name: flash;
}
@-webkit-keyframes pulse
{
    0%
    {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50%
    {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05);
    }
    to
    {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes pulse
{
    0%
    {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50%
    {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05);
    }
    to
    {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
.animate__pulse
{
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
@-webkit-keyframes rubberBand
{
    0%
    {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    30%
    {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1);
    }
    40%
    {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1);
    }
    50%
    {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1);
    }
    65%
    {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1);
    }
    75%
    {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1);
    }
    to
    {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes rubberBand
{
    0%
    {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    30%
    {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1);
    }
    40%
    {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1);
    }
    50%
    {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1);
    }
    65%
    {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1);
    }
    75%
    {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1);
    }
    to
    {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
.animate__rubberBand
{
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes shakeX
{
    0%, to
    {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    10%, 30%, 50%, 70%, 90%
    {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }
    20%, 40%, 60%, 80%
    {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }
}
@keyframes shakeX
{
    0%, to
    {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    10%, 30%, 50%, 70%, 90%
    {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }
    20%, 40%, 60%, 80%
    {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }
}
.animate__shakeX
{
    -webkit-animation-name: shakeX;
    animation-name: shakeX;
}
@-webkit-keyframes shakeY
{
    0%, to
    {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    10%, 30%, 50%, 70%, 90%
    {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }
    20%, 40%, 60%, 80%
    {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
    }
}
@keyframes shakeY
{
    0%, to
    {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    10%, 30%, 50%, 70%, 90%
    {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }
    20%, 40%, 60%, 80%
    {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
    }
}
.animate__shakeY
{
    -webkit-animation-name: shakeY;
    animation-name: shakeY;
}
@-webkit-keyframes headShake
{
    0%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5%
    {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5%
    {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5%
    {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5%
    {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes headShake
{
    0%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5%
    {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5%
    {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5%
    {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5%
    {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.animate__headShake
{
    -webkit-animation-name: headShake;
    animation-name: headShake;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
@-webkit-keyframes swing
{
    20%
    {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40%
    {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60%
    {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80%
    {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to
    {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes swing
{
    20%
    {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40%
    {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60%
    {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80%
    {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to
    {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.animate__swing
{
    -webkit-animation-name: swing;
    animation-name: swing;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}
@-webkit-keyframes tada
{
    0%
    {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    10%, 20%
    {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90%
    {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(3deg);
    }
    40%, 60%, 80%
    {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
    }
    to
    {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes tada
{
    0%
    {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    10%, 20%
    {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90%
    {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(3deg);
    }
    40%, 60%, 80%
    {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
    }
    to
    {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
.animate__tada
{
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes wobble
{
    0%
    {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    15%
    {
        -webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
        transform: translate3d(-25%,0,0) rotate(-5deg);
    }
    30%
    {
        -webkit-transform: translate3d(20%,0,0) rotate(3deg);
        transform: translate3d(20%,0,0) rotate(3deg);
    }
    45%
    {
        -webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
        transform: translate3d(-15%,0,0) rotate(-3deg);
    }
    60%
    {
        -webkit-transform: translate3d(10%,0,0) rotate(2deg);
        transform: translate3d(10%,0,0) rotate(2deg);
    }
    75%
    {
        -webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
        transform: translate3d(-5%,0,0) rotate(-1deg);
    }
    to
    {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes wobble
{
    0%
    {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    15%
    {
        -webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
        transform: translate3d(-25%,0,0) rotate(-5deg);
    }
    30%
    {
        -webkit-transform: translate3d(20%,0,0) rotate(3deg);
        transform: translate3d(20%,0,0) rotate(3deg);
    }
    45%
    {
        -webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
        transform: translate3d(-15%,0,0) rotate(-3deg);
    }
    60%
    {
        -webkit-transform: translate3d(10%,0,0) rotate(2deg);
        transform: translate3d(10%,0,0) rotate(2deg);
    }
    75%
    {
        -webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
        transform: translate3d(-5%,0,0) rotate(-1deg);
    }
    to
    {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__wobble
{
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes jello
{
    0%, 11.1%, to
    {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    22.2%
    {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3%
    {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4%
    {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5%
    {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6%
    {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg);
    }
    77.7%
    {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg);
    }
    88.8%
    {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg);
    }
}
@keyframes jello
{
    0%, 11.1%, to
    {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    22.2%
    {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3%
    {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4%
    {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5%
    {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6%
    {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg);
    }
    77.7%
    {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg);
    }
    88.8%
    {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg);
    }
}
.animate__jello
{
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}
@-webkit-keyframes heartBeat
{
    0%
    {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14%
    {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    28%
    {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42%
    {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    70%
    {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes heartBeat
{
    0%
    {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14%
    {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    28%
    {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42%
    {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    70%
    {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.animate__heartBeat
{
    -webkit-animation-duration: 1.3s;
    -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
    animation-duration: 1.3s;
    animation-duration: calc(var(--animate-duration) * 1.3);
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
@-webkit-keyframes backInDown
{
    0%
    {
        opacity: .7;
        -webkit-transform: translateY(-1200px) scale(.7);
        transform: translateY(-1200px) scale(.7);
    }
    80%
    {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
    }
    to
    {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes backInDown
{
    0%
    {
        opacity: .7;
        -webkit-transform: translateY(-1200px) scale(.7);
        transform: translateY(-1200px) scale(.7);
    }
    80%
    {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
    }
    to
    {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.animate__backInDown
{
    -webkit-animation-name: backInDown;
    animation-name: backInDown;
}
@-webkit-keyframes backInLeft
{
    0%
    {
        opacity: .7;
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7);
    }
    80%
    {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
    }
    to
    {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes backInLeft
{
    0%
    {
        opacity: .7;
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7);
    }
    80%
    {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
    }
    to
    {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.animate__backInLeft
{
    -webkit-animation-name: backInLeft;
    animation-name: backInLeft;
}
@-webkit-keyframes backInRight
{
    0%
    {
        opacity: .7;
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
    }
    80%
    {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
    }
    to
    {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes backInRight
{
    0%
    {
        opacity: .7;
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
    }
    80%
    {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
    }
    to
    {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.animate__backInRight
{
    -webkit-animation-name: backInRight;
    animation-name: backInRight;
}
@-webkit-keyframes backInUp
{
    0%
    {
        opacity: .7;
        -webkit-transform: translateY(1200px) scale(.7);
        transform: translateY(1200px) scale(.7);
    }
    80%
    {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
    }
    to
    {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes backInUp
{
    0%
    {
        opacity: .7;
        -webkit-transform: translateY(1200px) scale(.7);
        transform: translateY(1200px) scale(.7);
    }
    80%
    {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
    }
    to
    {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.animate__backInUp
{
    -webkit-animation-name: backInUp;
    animation-name: backInUp;
}
@-webkit-keyframes backOutDown
{
    0%
    {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    20%
    {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
    }
    to
    {
        opacity: .7;
        -webkit-transform: translateY(700px) scale(.7);
        transform: translateY(700px) scale(.7);
    }
}
@keyframes backOutDown
{
    0%
    {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    20%
    {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
    }
    to
    {
        opacity: .7;
        -webkit-transform: translateY(700px) scale(.7);
        transform: translateY(700px) scale(.7);
    }
}
.animate__backOutDown
{
    -webkit-animation-name: backOutDown;
    animation-name: backOutDown;
}
@-webkit-keyframes backOutLeft
{
    0%
    {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    20%
    {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
    }
    to
    {
        opacity: .7;
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7);
    }
}
@keyframes backOutLeft
{
    0%
    {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    20%
    {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
    }
    to
    {
        opacity: .7;
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7);
    }
}
.animate__backOutLeft
{
    -webkit-animation-name: backOutLeft;
    animation-name: backOutLeft;
}
@-webkit-keyframes backOutRight
{
    0%
    {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    20%
    {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
    }
    to
    {
        opacity: .7;
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
    }
}
@keyframes backOutRight
{
    0%
    {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    20%
    {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
    }
    to
    {
        opacity: .7;
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
    }
}
.animate__backOutRight
{
    -webkit-animation-name: backOutRight;
    animation-name: backOutRight;
}
@-webkit-keyframes backOutUp
{
    0%
    {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    20%
    {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
    }
    to
    {
        opacity: .7;
        -webkit-transform: translateY(-700px) scale(.7);
        transform: translateY(-700px) scale(.7);
    }
}
@keyframes backOutUp
{
    0%
    {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    20%
    {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
    }
    to
    {
        opacity: .7;
        -webkit-transform: translateY(-700px) scale(.7);
        transform: translateY(-700px) scale(.7);
    }
}
.animate__backOutUp
{
    -webkit-animation-name: backOutUp;
    animation-name: backOutUp;
}
@-webkit-keyframes bounceIn
{
    0%, 20%, 40%, 60%, 80%, to
    {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }
    0%
    {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }
    20%
    {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }
    40%
    {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }
    60%
    {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03);
    }
    80%
    {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97);
    }
    to
    {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes bounceIn
{
    0%, 20%, 40%, 60%, 80%, to
    {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }
    0%
    {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }
    20%
    {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }
    40%
    {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }
    60%
    {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03);
    }
    80%
    {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97);
    }
    to
    {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
.animate__bounceIn
{
    -webkit-animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration) * .75);
    animation-duration: .75s;
    animation-duration: calc(var(--animate-duration) * .75);
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown
{
    0%, 60%, 75%, 90%, to
    {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0) scaleY(3);
        transform: translate3d(0,-3000px,0) scaleY(3);
    }
    60%
    {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0) scaleY(.9);
        transform: translate3d(0,25px,0) scaleY(.9);
    }
    75%
    {
        -webkit-transform: translate3d(0,-10px,0) scaleY(.95);
        transform: translate3d(0,-10px,0) scaleY(.95);
    }
    90%
    {
        -webkit-transform: translate3d(0,5px,0) scaleY(.985);
        transform: translate3d(0,5px,0) scaleY(.985);
    }
    to
    {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes bounceInDown
{
    0%, 60%, 75%, 90%, to
    {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0) scaleY(3);
        transform: translate3d(0,-3000px,0) scaleY(3);
    }
    60%
    {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0) scaleY(.9);
        transform: translate3d(0,25px,0) scaleY(.9);
    }
    75%
    {
        -webkit-transform: translate3d(0,-10px,0) scaleY(.95);
        transform: translate3d(0,-10px,0) scaleY(.95);
    }
    90%
    {
        -webkit-transform: translate3d(0,5px,0) scaleY(.985);
        transform: translate3d(0,5px,0) scaleY(.985);
    }
    to
    {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__bounceInDown
{
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft
{
    0%, 60%, 75%, 90%, to
    {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0) scaleX(3);
        transform: translate3d(-3000px,0,0) scaleX(3);
    }
    60%
    {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0) scaleX(1);
        transform: translate3d(25px,0,0) scaleX(1);
    }
    75%
    {
        -webkit-transform: translate3d(-10px,0,0) scaleX(.98);
        transform: translate3d(-10px,0,0) scaleX(.98);
    }
    90%
    {
        -webkit-transform: translate3d(5px,0,0) scaleX(.995);
        transform: translate3d(5px,0,0) scaleX(.995);
    }
    to
    {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes bounceInLeft
{
    0%, 60%, 75%, 90%, to
    {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0) scaleX(3);
        transform: translate3d(-3000px,0,0) scaleX(3);
    }
    60%
    {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0) scaleX(1);
        transform: translate3d(25px,0,0) scaleX(1);
    }
    75%
    {
        -webkit-transform: translate3d(-10px,0,0) scaleX(.98);
        transform: translate3d(-10px,0,0) scaleX(.98);
    }
    90%
    {
        -webkit-transform: translate3d(5px,0,0) scaleX(.995);
        transform: translate3d(5px,0,0) scaleX(.995);
    }
    to
    {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__bounceInLeft
{
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight
{
    0%, 60%, 75%, 90%, to
    {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0) scaleX(3);
        transform: translate3d(3000px,0,0) scaleX(3);
    }
    60%
    {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0) scaleX(1);
        transform: translate3d(-25px,0,0) scaleX(1);
    }
    75%
    {
        -webkit-transform: translate3d(10px,0,0) scaleX(.98);
        transform: translate3d(10px,0,0) scaleX(.98);
    }
    90%
    {
        -webkit-transform: translate3d(-5px,0,0) scaleX(.995);
        transform: translate3d(-5px,0,0) scaleX(.995);
    }
    to
    {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes bounceInRight
{
    0%, 60%, 75%, 90%, to
    {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0) scaleX(3);
        transform: translate3d(3000px,0,0) scaleX(3);
    }
    60%
    {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0) scaleX(1);
        transform: translate3d(-25px,0,0) scaleX(1);
    }
    75%
    {
        -webkit-transform: translate3d(10px,0,0) scaleX(.98);
        transform: translate3d(10px,0,0) scaleX(.98);
    }
    90%
    {
        -webkit-transform: translate3d(-5px,0,0) scaleX(.995);
        transform: translate3d(-5px,0,0) scaleX(.995);
    }
    to
    {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__bounceInRight
{
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp
{
    0%, 60%, 75%, 90%, to
    {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0) scaleY(5);
        transform: translate3d(0,3000px,0) scaleY(5);
    }
    60%
    {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0) scaleY(.9);
        transform: translate3d(0,-20px,0) scaleY(.9);
    }
    75%
    {
        -webkit-transform: translate3d(0,10px,0) scaleY(.95);
        transform: translate3d(0,10px,0) scaleY(.95);
    }
    90%
    {
        -webkit-transform: translate3d(0,-5px,0) scaleY(.985);
        transform: translate3d(0,-5px,0) scaleY(.985);
    }
    to
    {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes bounceInUp
{
    0%, 60%, 75%, 90%, to
    {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0) scaleY(5);
        transform: translate3d(0,3000px,0) scaleY(5);
    }
    60%
    {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0) scaleY(.9);
        transform: translate3d(0,-20px,0) scaleY(.9);
    }
    75%
    {
        -webkit-transform: translate3d(0,10px,0) scaleY(.95);
        transform: translate3d(0,10px,0) scaleY(.95);
    }
    90%
    {
        -webkit-transform: translate3d(0,-5px,0) scaleY(.985);
        transform: translate3d(0,-5px,0) scaleY(.985);
    }
    to
    {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__bounceInUp
{
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut
{
    20%
    {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }
    50%, 55%
    {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }
    to
    {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }
}
@keyframes bounceOut
{
    20%
    {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }
    50%, 55%
    {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }
    to
    {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }
}
.animate__bounceOut
{
    -webkit-animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration) * .75);
    animation-duration: .75s;
    animation-duration: calc(var(--animate-duration) * .75);
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown
{
    20%
    {
        -webkit-transform: translate3d(0,10px,0) scaleY(.985);
        transform: translate3d(0,10px,0) scaleY(.985);
    }
    40%, 45%
    {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0) scaleY(.9);
        transform: translate3d(0,-20px,0) scaleY(.9);
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0) scaleY(3);
        transform: translate3d(0,2000px,0) scaleY(3);
    }
}
@keyframes bounceOutDown
{
    20%
    {
        -webkit-transform: translate3d(0,10px,0) scaleY(.985);
        transform: translate3d(0,10px,0) scaleY(.985);
    }
    40%, 45%
    {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0) scaleY(.9);
        transform: translate3d(0,-20px,0) scaleY(.9);
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0) scaleY(3);
        transform: translate3d(0,2000px,0) scaleY(3);
    }
}
.animate__bounceOutDown
{
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft
{
    20%
    {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0) scaleX(.9);
        transform: translate3d(20px,0,0) scaleX(.9);
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0) scaleX(2);
        transform: translate3d(-2000px,0,0) scaleX(2);
    }
}
@keyframes bounceOutLeft
{
    20%
    {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0) scaleX(.9);
        transform: translate3d(20px,0,0) scaleX(.9);
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0) scaleX(2);
        transform: translate3d(-2000px,0,0) scaleX(2);
    }
}
.animate__bounceOutLeft
{
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight
{
    20%
    {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0) scaleX(.9);
        transform: translate3d(-20px,0,0) scaleX(.9);
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0) scaleX(2);
        transform: translate3d(2000px,0,0) scaleX(2);
    }
}
@keyframes bounceOutRight
{
    20%
    {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0) scaleX(.9);
        transform: translate3d(-20px,0,0) scaleX(.9);
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0) scaleX(2);
        transform: translate3d(2000px,0,0) scaleX(2);
    }
}
.animate__bounceOutRight
{
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp
{
    20%
    {
        -webkit-transform: translate3d(0,-10px,0) scaleY(.985);
        transform: translate3d(0,-10px,0) scaleY(.985);
    }
    40%, 45%
    {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0) scaleY(.9);
        transform: translate3d(0,20px,0) scaleY(.9);
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0) scaleY(3);
        transform: translate3d(0,-2000px,0) scaleY(3);
    }
}
@keyframes bounceOutUp
{
    20%
    {
        -webkit-transform: translate3d(0,-10px,0) scaleY(.985);
        transform: translate3d(0,-10px,0) scaleY(.985);
    }
    40%, 45%
    {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0) scaleY(.9);
        transform: translate3d(0,20px,0) scaleY(.9);
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0) scaleY(3);
        transform: translate3d(0,-2000px,0) scaleY(3);
    }
}
.animate__bounceOutUp
{
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn
{
    0%
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}
.animate__fadeIn
{
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
    to
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInDown
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
    to
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInDown
{
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
    to
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInDownBig
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
    to
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInDownBig
{
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
    to
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInLeft
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
    to
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInLeft
{
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }
    to
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInLeftBig
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }
    to
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInLeftBig
{
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
    to
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInRight
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
    to
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInRight
{
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }
    to
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInRightBig
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }
    to
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInRightBig
{
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
    to
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInUp
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
    to
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInUp
{
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }
    to
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInUpBig
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }
    to
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInUpBig
{
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(-100%,-100%,0);
        transform: translate3d(-100%,-100%,0);
    }
    to
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInTopLeft
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(-100%,-100%,0);
        transform: translate3d(-100%,-100%,0);
    }
    to
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInTopLeft
{
    -webkit-animation-name: fadeInTopLeft;
    animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(100%,-100%,0);
        transform: translate3d(100%,-100%,0);
    }
    to
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInTopRight
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(100%,-100%,0);
        transform: translate3d(100%,-100%,0);
    }
    to
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInTopRight
{
    -webkit-animation-name: fadeInTopRight;
    animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(-100%,100%,0);
        transform: translate3d(-100%,100%,0);
    }
    to
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInBottomLeft
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(-100%,100%,0);
        transform: translate3d(-100%,100%,0);
    }
    to
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInBottomLeft
{
    -webkit-animation-name: fadeInBottomLeft;
    animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(100%,100%,0);
        transform: translate3d(100%,100%,0);
    }
    to
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInBottomRight
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(100%,100%,0);
        transform: translate3d(100%,100%,0);
    }
    to
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInBottomRight
{
    -webkit-animation-name: fadeInBottomRight;
    animation-name: fadeInBottomRight;
}
@-webkit-keyframes fadeOut
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
    }
}
@keyframes fadeOut
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
    }
}
.animate__fadeOut
{
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
}
@keyframes fadeOutDown
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
}
.animate__fadeOutDown
{
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }
}
@keyframes fadeOutDownBig
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }
}
.animate__fadeOutDownBig
{
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}
@keyframes fadeOutLeft
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}
.animate__fadeOutLeft
{
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }
}
@keyframes fadeOutLeftBig
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }
}
.animate__fadeOutLeftBig
{
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}
@keyframes fadeOutRight
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}
.animate__fadeOutRight
{
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }
}
@keyframes fadeOutRightBig
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }
}
.animate__fadeOutRightBig
{
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
}
@keyframes fadeOutUp
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
}
.animate__fadeOutUp
{
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
}
@keyframes fadeOutUpBig
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
}
.animate__fadeOutUpBig
{
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutTopLeft
{
    0%
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(-100%,-100%,0);
        transform: translate3d(-100%,-100%,0);
    }
}
@keyframes fadeOutTopLeft
{
    0%
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(-100%,-100%,0);
        transform: translate3d(-100%,-100%,0);
    }
}
.animate__fadeOutTopLeft
{
    -webkit-animation-name: fadeOutTopLeft;
    animation-name: fadeOutTopLeft;
}
@-webkit-keyframes fadeOutTopRight
{
    0%
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(100%,-100%,0);
        transform: translate3d(100%,-100%,0);
    }
}
@keyframes fadeOutTopRight
{
    0%
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(100%,-100%,0);
        transform: translate3d(100%,-100%,0);
    }
}
.animate__fadeOutTopRight
{
    -webkit-animation-name: fadeOutTopRight;
    animation-name: fadeOutTopRight;
}
@-webkit-keyframes fadeOutBottomRight
{
    0%
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(100%,100%,0);
        transform: translate3d(100%,100%,0);
    }
}
@keyframes fadeOutBottomRight
{
    0%
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(100%,100%,0);
        transform: translate3d(100%,100%,0);
    }
}
.animate__fadeOutBottomRight
{
    -webkit-animation-name: fadeOutBottomRight;
    animation-name: fadeOutBottomRight;
}
@-webkit-keyframes fadeOutBottomLeft
{
    0%
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(-100%,100%,0);
        transform: translate3d(-100%,100%,0);
    }
}
@keyframes fadeOutBottomLeft
{
    0%
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(-100%,100%,0);
        transform: translate3d(-100%,100%,0);
    }
}
.animate__fadeOutBottomLeft
{
    -webkit-animation-name: fadeOutBottomLeft;
    animation-name: fadeOutBottomLeft;
}
@-webkit-keyframes flip
{
    0%
    {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    }
    40%
    {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    }
    50%
    {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    }
    80%
    {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);
    }
    to
    {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    }
}
@keyframes flip
{
    0%
    {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    }
    40%
    {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    }
    50%
    {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    }
    80%
    {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);
    }
    to
    {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    }
}
.animate__animated.animate__flip
{
    -webkit-animation-name: flip;
    animation-name: flip;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
@-webkit-keyframes flipInX
{
    0%
    {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
    }
    40%
    {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
    }
    60%
    {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }
    80%
    {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }
    to
    {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX
{
    0%
    {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
    }
    40%
    {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
    }
    60%
    {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }
    80%
    {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }
    to
    {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.animate__flipInX
{
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
}
@-webkit-keyframes flipInY
{
    0%
    {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
    }
    40%
    {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
    }
    60%
    {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }
    80%
    {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }
    to
    {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInY
{
    0%
    {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
    }
    40%
    {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
    }
    60%
    {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }
    80%
    {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }
    to
    {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.animate__flipInY
{
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
}
@-webkit-keyframes flipOutX
{
    0%
    {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30%
    {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
    }
    to
    {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
    }
}
@keyframes flipOutX
{
    0%
    {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30%
    {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
    }
    to
    {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
    }
}
.animate__flipOutX
{
    -webkit-animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration) * .75);
    animation-duration: .75s;
    animation-duration: calc(var(--animate-duration) * .75);
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
}
@-webkit-keyframes flipOutY
{
    0%
    {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30%
    {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
    }
    to
    {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
    }
}
@keyframes flipOutY
{
    0%
    {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30%
    {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
    }
    to
    {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
    }
}
.animate__flipOutY
{
    -webkit-animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration) * .75);
    animation-duration: .75s;
    animation-duration: calc(var(--animate-duration) * .75);
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
}
@-webkit-keyframes lightSpeedInRight
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
    }
    60%
    {
        opacity: 1;
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
    }
    80%
    {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to
    {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes lightSpeedInRight
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
    }
    60%
    {
        opacity: 1;
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
    }
    80%
    {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to
    {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__lightSpeedInRight
{
    -webkit-animation-name: lightSpeedInRight;
    animation-name: lightSpeedInRight;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) skewX(30deg);
        transform: translate3d(-100%,0,0) skewX(30deg);
    }
    60%
    {
        opacity: 1;
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
    }
    80%
    {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg);
    }
    to
    {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes lightSpeedInLeft
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) skewX(30deg);
        transform: translate3d(-100%,0,0) skewX(30deg);
    }
    60%
    {
        opacity: 1;
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
    }
    80%
    {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg);
    }
    to
    {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__lightSpeedInLeft
{
    -webkit-animation-name: lightSpeedInLeft;
    animation-name: lightSpeedInLeft;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
    }
}
@keyframes lightSpeedOutRight
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
    }
}
.animate__lightSpeedOutRight
{
    -webkit-animation-name: lightSpeedOutRight;
    animation-name: lightSpeedOutRight;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) skewX(-30deg);
        transform: translate3d(-100%,0,0) skewX(-30deg);
    }
}
@keyframes lightSpeedOutLeft
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) skewX(-30deg);
        transform: translate3d(-100%,0,0) skewX(-30deg);
    }
}
.animate__lightSpeedOutLeft
{
    -webkit-animation-name: lightSpeedOutLeft;
    animation-name: lightSpeedOutLeft;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn
{
    0%
    {
        opacity: 0;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
    }
    to
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes rotateIn
{
    0%
    {
        opacity: 0;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
    }
    to
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__rotateIn
{
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-transform-origin: center;
    transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft
{
    0%
    {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    to
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes rotateInDownLeft
{
    0%
    {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    to
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__rotateInDownLeft
{
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight
{
    0%
    {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    to
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes rotateInDownRight
{
    0%
    {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    to
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__rotateInDownRight
{
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft
{
    0%
    {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    to
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes rotateInUpLeft
{
    0%
    {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    to
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__rotateInUpLeft
{
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight
{
    0%
    {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    to
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes rotateInUpRight
{
    0%
    {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    to
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__rotateInUpRight
{
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}
@-webkit-keyframes rotateOut
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
    }
}
@keyframes rotateOut
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
    }
}
.animate__rotateOut
{
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
    -webkit-transform-origin: center;
    transform-origin: center;
}
@-webkit-keyframes rotateOutDownLeft
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
@keyframes rotateOutDownLeft
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
.animate__rotateOutDownLeft
{
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}
@-webkit-keyframes rotateOutDownRight
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
@keyframes rotateOutDownRight
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
.animate__rotateOutDownRight
{
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}
@-webkit-keyframes rotateOutUpLeft
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
@keyframes rotateOutUpLeft
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
.animate__rotateOutUpLeft
{
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}
@-webkit-keyframes rotateOutUpRight
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes rotateOutUpRight
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
.animate__rotateOutUpRight
{
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}
@-webkit-keyframes hinge
{
    0%
    {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%, 60%
    {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
    }
    40%, 80%
    {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
    }
}
@keyframes hinge
{
    0%
    {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%, 60%
    {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
    }
    40%, 80%
    {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
    }
}
.animate__hinge
{
    -webkit-animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: 2s;
    animation-duration: calc(var(--animate-duration) * 2);
    -webkit-animation-name: hinge;
    animation-name: hinge;
    -webkit-transform-origin: top left;
    transform-origin: top left;
}
@-webkit-keyframes jackInTheBox
{
    0%
    {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50%
    {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70%
    {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to
    {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes jackInTheBox
{
    0%
    {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50%
    {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70%
    {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to
    {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.animate__jackInTheBox
{
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
        transform: translate3d(-100%,0,0) rotate(-120deg);
    }
    to
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes rollIn
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
        transform: translate3d(-100%,0,0) rotate(-120deg);
    }
    to
    {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__rollIn
{
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
@-webkit-keyframes rollOut
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate(120deg);
        transform: translate3d(100%,0,0) rotate(120deg);
    }
}
@keyframes rollOut
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate(120deg);
        transform: translate3d(100%,0,0) rotate(120deg);
    }
}
.animate__rollOut
{
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
@-webkit-keyframes zoomIn
{
    0%
    {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }
    50%
    {
        opacity: 1;
    }
}
@keyframes zoomIn
{
    0%
    {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }
    50%
    {
        opacity: 1;
    }
}
.animate__zoomIn
{
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown
{
    0%
    {
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    }
    60%
    {
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    }
}
@keyframes zoomInDown
{
    0%
    {
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    }
    60%
    {
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    }
}
.animate__zoomInDown
{
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft
{
    0%
    {
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    }
    60%
    {
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    }
}
@keyframes zoomInLeft
{
    0%
    {
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    }
    60%
    {
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    }
}
.animate__zoomInLeft
{
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight
{
    0%
    {
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    }
    60%
    {
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    }
}
@keyframes zoomInRight
{
    0%
    {
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    }
    60%
    {
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    }
}
.animate__zoomInRight
{
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp
{
    0%
    {
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    }
    60%
    {
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    }
}
@keyframes zoomInUp
{
    0%
    {
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    }
    60%
    {
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    }
}
.animate__zoomInUp
{
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut
{
    0%
    {
        opacity: 1;
    }
    50%
    {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }
    to
    {
        opacity: 0;
    }
}
@keyframes zoomOut
{
    0%
    {
        opacity: 1;
    }
    50%
    {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }
    to
    {
        opacity: 0;
    }
}
.animate__zoomOut
{
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown
{
    40%
    {
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    }
    to
    {
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    }
}
@keyframes zoomOutDown
{
    40%
    {
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    }
    to
    {
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    }
}
.animate__zoomOutDown
{
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
@-webkit-keyframes zoomOutLeft
{
    40%
    {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    }
    to
    {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
    }
}
@keyframes zoomOutLeft
{
    40%
    {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    }
    to
    {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
    }
}
.animate__zoomOutLeft
{
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
@-webkit-keyframes zoomOutRight
{
    40%
    {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    }
    to
    {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
    }
}
@keyframes zoomOutRight
{
    40%
    {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    }
    to
    {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
    }
}
.animate__zoomOutRight
{
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
@-webkit-keyframes zoomOutUp
{
    40%
    {
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    }
    to
    {
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    }
}
@keyframes zoomOutUp
{
    40%
    {
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    }
    to
    {
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    }
}
.animate__zoomOutUp
{
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
@-webkit-keyframes slideInDown
{
    0%
    {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible;
    }
    to
    {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInDown
{
    0%
    {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible;
    }
    to
    {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__slideInDown
{
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft
{
    0%
    {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible;
    }
    to
    {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInLeft
{
    0%
    {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible;
    }
    to
    {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__slideInLeft
{
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight
{
    0%
    {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible;
    }
    to
    {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInRight
{
    0%
    {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible;
    }
    to
    {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__slideInRight
{
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideInUp
{
    0%
    {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible;
    }
    to
    {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInUp
{
    0%
    {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible;
    }
    to
    {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__slideInUp
{
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown
{
    0%
    {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to
    {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: hidden;
    }
}
@keyframes slideOutDown
{
    0%
    {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to
    {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: hidden;
    }
}
.animate__slideOutDown
{
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft
{
    0%
    {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to
    {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: hidden;
    }
}
@keyframes slideOutLeft
{
    0%
    {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to
    {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: hidden;
    }
}
.animate__slideOutLeft
{
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight
{
    0%
    {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to
    {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: hidden;
    }
}
@keyframes slideOutRight
{
    0%
    {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to
    {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: hidden;
    }
}
.animate__slideOutRight
{
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp
{
    0%
    {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to
    {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: hidden;
    }
}
@keyframes slideOutUp
{
    0%
    {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to
    {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: hidden;
    }
}
.animate__slideOutUp
{
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
:root
{
    --bs-font-sans-serif: "Poppins"!important;
}
:root, [data-bs-theme=light]
{
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg,#ffffff26,#fff0);
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255,255,255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0,0,0;
    --bs-secondary-color: #212529bf;
    --bs-secondary-color-rgb: 33,37,41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233,236,239;
    --bs-tertiary-color: #21252980;
    --bs-tertiary-color-rgb: 33,37,41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248,249,250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13,110,253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10,88,202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0,0,0,.175);
    --bs-border-radius: .375rem;
    --bs-border-radius-sm: .25rem;
    --bs-border-radius-lg: .5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 .5rem 1rem #00000026;
    --bs-box-shadow-sm: 0 .125rem .25rem rgba(0,0,0,.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0,0,0,.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0,0,0,.075);
    --bs-focus-ring-width: .25rem;
    --bs-focus-ring-opacity: .25;
    --bs-focus-ring-color: #0d6efd40;
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}
[data-bs-theme=dark]
{
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222,226,230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33,37,41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255,255,255;
    --bs-secondary-color: #dee2e6bf;
    --bs-secondary-color-rgb: 222,226,230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52,58,64;
    --bs-tertiary-color: #dee2e680;
    --bs-tertiary-color-rgb: 222,226,230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43,48,53;
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-color-rgb: 110,168,254;
    --bs-link-hover-color-rgb: 139,185,254;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #495057;
    --bs-border-color-translucent: #ffffff26;
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f;
    color-scheme: dark;
}
.title-lg
{
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .0012em;
    line-height: 150%;
}
@media(max-width: 1199px)
{
    .title-lg
    {
        font-size: 26px;
    }
}
.title
{
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .0012em;
    line-height: 150%;
}
@media(max-width: 1199px)
{
    .title
    {
        font-size: 24px;
    }
}
.title-sm
{
    font-size: 24px;
}
.title-sm, .title-xs
{
    font-style: normal;
    font-weight: 500;
    letter-spacing: .0012em;
    line-height: 150%;
}
.title-xs
{
    font-size: 20px;
}
@media(max-width: 1199px)
{
    .title-xs
    {
        font-size: 18px;
    }
}
.subtitle-lg
{
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .0012em;
    line-height: 150%;
}
@media(max-width: 1199px)
{
    .subtitle-lg
    {
        font-size: 16px;
    }
}
.subtitle
{
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .0012em;
    line-height: 150%;
}
@media(max-width: 1199px)
{
    .subtitle
    {
        font-size: 16px;
    }
}
.subtitle-sm
{
    font-size: 16px;
}
.subtitle-sm, .subtitle-xs
{
    font-style: normal;
    font-weight: 500;
    letter-spacing: .0012em;
    line-height: 150%;
}
.subtitle-xs
{
    font-size: 15px;
}
.tag-lg
{
    font-size: 15px;
    font-weight: 600;
}
.tag-lg, a, li, p
{
    font-style: normal;
    letter-spacing: .0012em;
    line-height: 150%;
}
a, li, p
{
    font-size: .875rem;
}
.primary-alt
{
    color: #ff8f00;
}
.font-full
{
    color: #1b1701;
}
.font-mid
{
    color: #1b1701b3;
}
.font-low
{
    color: #1b170166;
}
.error-full
{
    color: #dc3545;
}
.success
{
    color: #198754;
}
.primary
{
    color: #ffd814;
}
.primary-alt
{
    color: #f0aaff;
}
*
{
    -webkit-overflow-scrolling: touch;
}
body
{
    background-color: #f0f0f0;
    position: relative;
}
body.modal-open
{
    overflow: hidden;
    touch-action: none;
    -ms-touch-action: none;
}
.bonus-card-row-wrapper::-webkit-scrollbar, .bonus-row-wrapper::-webkit-scrollbar, .game-row-double-wrapper::-webkit-scrollbar, .game-row-last-played-wrapper::-webkit-scrollbar, .game-row-wrapper::-webkit-scrollbar, .games-filter::-webkit-scrollbar, .promotions-row-container::-webkit-scrollbar, .provider-row-wrapper::-webkit-scrollbar, .spotlight-row-wrapper::-webkit-scrollbar
{
    display: none;
}
.bonus-card-row-wrapper, .bonus-row-wrapper, .game-row-double-wrapper, .game-row-last-played-wrapper, .game-row-wrapper, .games-filter, .promotions-row-container, .provider-row-wrapper, .spotlight-row-wrapper
{
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.category-container
{
    margin-top: 30px;
    position: relative;
}
@media(max-width: 575px)
{
    .category-container
    {
        margin-top: 20px;
    }
}
@media(max-width: 991px)
{
    .row-container
    {
        padding-right: 0;
    }
}
.section-margin
{
    margin-bottom: 40px;
}
@media(max-width: 767px)
{
    .section-margin
    {
        margin-bottom: 30px;
    }
}
.lazy-loader-container
{
    position: relative;
}
.lazy-loader
{
    bottom: 0;
    padding-bottom: 200px;
    padding-top: 200px;
    position: absolute;
    z-index: -1;
}
.form-control
{
    border-color: #e1e1e1;
    border-radius: 17px!important;
    padding: 16px;
}
.form-control, .form-control:focus
{
    background-color: #fff;
    color: #1b1701;
}
.form-control.is-invalid, .form-control.is-valid, .was-validated .form-control:invalid, .was-validated .form-control:valid
{
    background-position: right calc(1em + .1875rem) center;
}
.form-floating>.form-control, .form-floating>.form-select
{
    height: calc(3.75rem + 2px);
    padding-left: 20px;
    padding-right: 20px;
}
.form-floating>label
{
    color: #1b1701b3;
    padding: 1.125rem 0 1.125rem 20px;
}
.form-check-input
{
    border-color: #e1e1e1;
}
.bb-feedback-button
{
    display: none!important;
}
.btn-main, .btn-main-lg
{
    background: #ffd814;
    border: 1px solid #0000;
    border-radius: 17px;
    color: #1b1701;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    padding: 15px 30px;
    text-decoration: none;
    transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    -ms-transition: .2s ease;
    -webkit-transition: .2s ease;
}
.btn-main .spinner-border, .btn-main-lg .spinner-border
{
    height: 14px!important;
    width: 14px!important;
}
@media(max-width: 991px)
{
    .btn-main, .btn-main-lg
    {
        padding: 15px 20px;
    }
}
.btn-main-lg:active, .btn-main-lg:focus, .btn-main-lg:hover, .btn-main:active, .btn-main:focus, .btn-main:hover
{
    background: #ffd814;
    border-color: #0000;
    box-shadow: none!important;
    color: #1b1701;
    outline: none!important;
    text-decoration: none;
}
.btn-main-lg:active, .btn-main:active
{
    transform: scale(.96);
}
.btn-main-lg:disabled, .btn-main:disabled
{
    background: #ffd814;
    border-color: #0000;
    color: #1b1701;
    opacity: .65;
}
.btn-main-lg
{
    border: 1px solid #0000;
    border-radius: 17px;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    padding: 20px 30px;
    text-decoration: none;
    transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    -ms-transition: .2s ease;
    -webkit-transition: .2s ease;
}
.btn-main-lg .spinner-border
{
    height: 14px!important;
    width: 14px!important;
}
@media(max-width: 991px)
{
    .btn-main-lg
    {
        padding: 15px 20px;
        padding: 20px;
    }
}
.btn-main-outline, .btn-main-outline-lg
{
    background: #0000;
    background-color: #0000;
    border: 1px solid #ffd814;
    border-radius: 17px;
    color: #1b1701;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    padding: 15px 30px;
    text-decoration: none;
    transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    -ms-transition: .2s ease;
    -webkit-transition: .2s ease;
}
.btn-main-outline .spinner-border, .btn-main-outline-lg .spinner-border
{
    height: 14px!important;
    width: 14px!important;
}
@media(max-width: 991px)
{
    .btn-main-outline, .btn-main-outline-lg
    {
        padding: 15px 20px;
    }
}
.btn-main-outline-lg:focus, .btn-main-outline:focus
{
    background-color: #0000;
    border-color: #ffd814;
}
.btn-main-outline-lg:active, .btn-main-outline-lg:hover, .btn-main-outline:active, .btn-main-outline:hover
{
    background: #0000;
    border-color: #ffd814;
    box-shadow: none!important;
    color: #1b1701;
    outline: none!important;
    text-decoration: none;
}
.btn-main-outline-lg:active, .btn-main-outline:active
{
    transform: scale(.96);
}
.btn-main-outline-lg:disabled, .btn-main-outline:disabled
{
    background: #0000;
    border-color: #e1e1e1;
    color: #1b170166;
    opacity: .65;
}
.btn-secondary, .btn-secondary-lg
{
    background: #f0f0f0;
    border: 1px solid #0000;
    border-radius: 17px;
    color: #1b1701b3;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    padding: 15px 30px;
    text-decoration: none;
    transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    -ms-transition: .2s ease;
    -webkit-transition: .2s ease;
}
.btn-secondary .spinner-border, .btn-secondary-lg .spinner-border
{
    height: 14px!important;
    width: 14px!important;
}
@media(max-width: 991px)
{
    .btn-secondary, .btn-secondary-lg
    {
        padding: 15px 20px;
    }
}
.btn-secondary-lg:focus, .btn-secondary:focus
{
    background: #f0f0f0;
    border-color: #0000;
    box-shadow: none!important;
    color: #1b1701b3;
    outline: none!important;
    text-decoration: none;
}
.btn-secondary-lg:active, .btn-secondary-lg:hover, .btn-secondary:active, .btn-secondary:hover
{
    background: #f0f0f0;
    border-color: #0000;
    box-shadow: none!important;
    color: #1b1701;
    outline: none!important;
    text-decoration: none;
}
.btn-secondary-lg:active, .btn-secondary:active
{
    transform: scale(.96);
}
.btn-secondary-lg:disabled, .btn-secondary:disabled
{
    background: #f0f0f0;
    border-color: #0000;
    color: #1b170166;
    opacity: .65;
}
.btn-secondary-lg
{
    border: 1px solid #0000;
    border-radius: 17px;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    padding: 20px 30px;
    text-decoration: none;
    transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    -ms-transition: .2s ease;
    -webkit-transition: .2s ease;
}
.btn-secondary-lg .spinner-border
{
    height: 14px!important;
    width: 14px!important;
}
@media(max-width: 991px)
{
    .btn-secondary-lg
    {
        padding: 15px 20px;
        padding: 20px;
    }
}
.btn-secondary-outline, .btn-secondary-outline-lg
{
    background: #0000;
    background-color: #0000;
    border: 1px solid #e1e1e1;
    border-radius: 17px;
    color: #1b1701b3;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    padding: 15px 30px;
    text-decoration: none;
    transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    -ms-transition: .2s ease;
    -webkit-transition: .2s ease;
}
.btn-secondary-outline .spinner-border, .btn-secondary-outline-lg .spinner-border
{
    height: 14px!important;
    width: 14px!important;
}
@media(max-width: 991px)
{
    .btn-secondary-outline, .btn-secondary-outline-lg
    {
        padding: 15px 20px;
    }
}
.btn-secondary-outline-lg:focus, .btn-secondary-outline:focus
{
    background-color: #0000;
    border-color: #e1e1e1;
}
.btn-secondary-outline-lg:active, .btn-secondary-outline-lg:hover, .btn-secondary-outline:active, .btn-secondary-outline:hover
{
    background: #0000;
    border-color: #e1e1e1;
    box-shadow: none!important;
    color: #1b1701;
    outline: none!important;
    text-decoration: none;
}
.btn-secondary-outline-lg:active, .btn-secondary-outline:active
{
    transform: scale(.96);
}
.btn-secondary-outline-lg:disabled, .btn-secondary-outline:disabled
{
    background: #0000;
    border-color: #e1e1e1;
    color: #1b170166;
    opacity: .65;
}
.btn-secondary-outline-lg
{
    border: 1px solid #0000;
    border-radius: 17px;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    padding: 20px 30px;
    text-decoration: none;
    transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    -ms-transition: .2s ease;
    -webkit-transition: .2s ease;
}
.btn-secondary-outline-lg .spinner-border
{
    height: 14px!important;
    width: 14px!important;
}
@media(max-width: 991px)
{
    .btn-secondary-outline-lg
    {
        padding: 15px 20px;
        padding: 20px;
    }
}
.btn-danger, .btn-danger-lg
{
    background: #dc3545;
    border: 1px solid #0000;
    border-radius: 17px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    padding: 15px 30px;
    text-decoration: none;
    transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    -ms-transition: .2s ease;
    -webkit-transition: .2s ease;
}
.btn-danger .spinner-border, .btn-danger-lg .spinner-border
{
    height: 14px!important;
    width: 14px!important;
}
@media(max-width: 991px)
{
    .btn-danger, .btn-danger-lg
    {
        padding: 15px 20px;
    }
}
.btn-danger-lg:active, .btn-danger-lg:focus, .btn-danger-lg:hover, .btn-danger:active, .btn-danger:focus, .btn-danger:hover
{
    background: #dc3545;
    border-color: #0000;
    box-shadow: none!important;
    color: #fff;
    outline: none!important;
    text-decoration: none;
}
.btn-danger-lg:active, .btn-danger:active
{
    transform: scale(.96);
}
.btn-danger-lg:disabled, .btn-danger:disabled
{
    background: #dc3545;
    border-color: #0000;
    color: #fff;
    opacity: .65;
}
.btn-danger-lg
{
    border: 1px solid #0000;
    border-radius: 17px;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    padding: 20px 30px;
    text-decoration: none;
    transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    -ms-transition: .2s ease;
    -webkit-transition: .2s ease;
}
.btn-danger-lg .spinner-border
{
    height: 14px!important;
    width: 14px!important;
}
@media(max-width: 991px)
{
    .btn-danger-lg
    {
        padding: 15px 20px;
        padding: 20px;
    }
}
.btn-alert, .btn-alert-lg
{
    background: #dc35451a;
    border: 1px solid #0000;
    border-radius: 17px;
    color: #dc3545;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    padding: 15px 30px;
    text-decoration: none;
    transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    -ms-transition: .2s ease;
    -webkit-transition: .2s ease;
}
.btn-alert .spinner-border, .btn-alert-lg .spinner-border
{
    height: 14px!important;
    width: 14px!important;
}
@media(max-width: 991px)
{
    .btn-alert, .btn-alert-lg
    {
        padding: 15px 20px;
    }
}
.btn-alert-lg:active, .btn-alert-lg:focus, .btn-alert-lg:hover, .btn-alert:active, .btn-alert:focus, .btn-alert:hover
{
    background: #dc35451a;
    border-color: #0000;
    box-shadow: none!important;
    color: #dc3545;
    outline: none!important;
    text-decoration: none;
}
.btn-alert-lg:active, .btn-alert:active
{
    transform: scale(.96);
}
.btn-alert-lg:disabled, .btn-alert:disabled
{
    background: #dc35451a;
    border-color: #0000;
    color: #dc3545;
    opacity: .65;
}
.btn-alert-lg
{
    border: 1px solid #0000;
    border-radius: 17px;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    padding: 20px 30px;
    text-decoration: none;
    transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    -ms-transition: .2s ease;
    -webkit-transition: .2s ease;
}
.btn-alert-lg .spinner-border
{
    height: 14px!important;
    width: 14px!important;
}
@media(max-width: 991px)
{
    .btn-alert-lg
    {
        padding: 15px 20px;
        padding: 20px;
    }
}
.modal-backdrop, .modal-content, .offcanvas-backdrop
{
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    touch-action: none;
    -ms-touch-action: none;
}
.offcanvas
{
    background: #fff;
    border: none;
    border-radius: 0 0 0 0;
    border-top: 0 solid #f0f0f0;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}
@media(min-width: 992px)
{
    .offcanvas
    {
        border-radius: 17px 0 0 0;
        height: 100%;
        max-width: 92%;
        width: 550px;
    }
}
.modal-content
{
    border: 0 solid #0000;
    border-radius: 17px;
}
.offcanvas-header
{
    padding: 13px 20px;
    z-index: 1;
}
@media(min-width: 992px)
{
    .offcanvas-header
    {
        border-radius: 17px 0 0 0;
        justify-content: start;
        padding: 13px 30px 0;
    }
}
.modal-header-title, .offcanvas_header_title
{
    color: #1b1701b3;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
@media(max-width: 1199px)
{
    .modal-header-title, .offcanvas_header_title
    {
        font-size: 16px;
    }
}
.modal-header .btn-close, .offcanvas_header .btn-close
{
    font-size: 12px;
}
.offcanvas-body
{
    padding: 0;
}
.modal-footer, .modal-header
{
    border: none;
}
.game-page-body
{
    background-color: #000;
    height: calc(100vh + 30px);
    overflow: inherit;
}
.game-page-container
{
    background-color: #000;
    min-height: 100vh;
}
.game-page-full-hight
{
    background-color: #000;
    height: 100vh;
}
.game-page-wrapper
{
    background-color: #000;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 1fr;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 0;
    width: 100%;
}
.game-frame-container
{
    display: block;
    flex-grow: 1;
    height: 100%;
    padding: 0;
    position: relative;
    z-index: 1;
}
@media(min-width: 1200px)
{
    .game-frame-container
    {
        display: flex;
        justify-content: center;
        padding: 90px 0;
    }
}
.game-frame-wrapper
{
    background-color: #000;
    cursor: pointer;
    height: 100%;
    width: 100%;
}
@media(min-width: 1200px)
{
    .game-frame-wrapper
    {
        height: auto;
        max-width: calc(177.7vh - 319.86px);
    }
}
.game-frame
{
    background-color: #000;
    border: none;
    display: block;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
}
.size-portrait .game-frame
{
    height: calc(100% - 35px);
    top: 35px;
    width: 100%;
}
.size-landscape .game-frame
{
    height: 100%;
    left: 35px;
    width: calc(100% - 35px);
}
@media screen and (orientation: portrait)
{
    .size-mobile .game-frame
    {
        height: calc(100% - 35px);
        top: 35px;
        width: 100%;
    }
}
@media screen and (orientation: landscape)
{
    .size-mobile .game-frame
    {
        height: 100%;
        left: 35px;
        width: calc(100% - 35px);
    }
}
.game-page-background
{
    display: none;
}
@media(min-width: 1200px)
{
    .game-page-background
    {
        animation: fadeInBackground 2s;
        animation-timing-function: ease-out;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        height: 100vh;
        left: 0;
        opacity: .6;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 100vw;
        z-index: -1;
        z-index: 0;
    }
}
@keyframes fadeInBackground
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: .6;
    }
}
.swipe-up-overlay
{
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: scroll;
    background-clip: initial;
    background-color: #000c;
    background-image: none;
    background-origin: initial;
    background-position-x: 0;
    background-position-y: 0;
    background-size: initial;
    display: flex;
    height: 3000px;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: 1;
}
.swipe-up-overlay img
{
    animation: dragAnimate 1.5s infinite;
    animation-timing-function: ease-out;
    height: 150px;
    width: auto;
}
@keyframes dragAnimate
{
    0%, 80%
    {
        -webkit-transform: translateY(30);
    }
    0%
    {
        -webkit-transform: translateY(200px);
    }
}
.game-frame-loading
{
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
}
@media(min-width: 1200px)
{
    .game-frame, .game-frame-wrapper
    {
        border-radius: 10px;
    }
}
.profile-balance
{
    display: block;
    margin: 0 15px 15px;
    position: relative;
}
@media(max-width: 991px)
{
    .profile-balance
    {
        margin: 0 10px 15px;
    }
}
.profile-main
{
    margin-bottom: 15px;
}
.profile-email
{
    color: #1b170166;
    font-size: 14px;
}
.profile-balance-title
{
    color: #1b1701b3;
    font-weight: 600;
}
.profile-balance-main
{
    padding: 20px 15px;
}
@media(max-width: 991px)
{
    .profile-balance-main
    {
        padding: 20px 10px;
    }
}
.profile-balance-item
{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.profile-balance-item span, .profile-bonus-item span
{
    font-weight: 500;
}
.profile-bonus
{
    background-color: #f0f0f0;
    border-radius: 17px;
    display: block;
    padding: 20px;
    position: relative;
}
@media(max-width: 991px)
{
    .profile-bonus
    {
        padding: 15px 10px;
    }
}
.profile-bonus-item
{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.profile-bonus-wager
{
    background-color: #fff;
    border-radius: 17px;
    box-shadow: 0 1px 3px 1px #e1e1e1;
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 10px 15px;
}
.profile-bonus-wager-title
{
    font-size: 13px;
    margin-bottom: 10px;
}
.profile-bonus-wager-bar
{
    margin-bottom: 5px;
}
.profile-bonus-wager-value
{
    font-size: 13px;
    margin-bottom: 0;
    text-align: right;
}
.progress-bar
{
    background-color: #ffd814;
}
.profile-bonus-expiry-date
{
    color: #1b170166;
    font-size: 12px;
    margin-bottom: 0;
    text-align: right;
}
.profile-bonus-controls
{
    margin-bottom: 10px;
    margin-top: 10px;
}
.profile-bonus-controls, .profile-support
{
    display: flex;
    justify-content: space-between;
}
.profile-support
{
    align-items: center;
    margin: 0 15px 20px;
    padding: 0;
    position: relative;
}
@media(max-width: 991px)
{
    .profile-support
    {
        margin: 0 10px 25px;
    }
}
.profile-support-button
{
    width: 100%;
}
.profile-information
{
    margin-bottom: 30px;
    padding: 10px 15px 0;
}
@media(max-width: 991px)
{
    .profile-information
    {
        margin-bottom: 20px;
        padding: 10px 10px 0;
    }
}
.profile-information-title-wrapper
{
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.profile-information-title
{
    color: #1b1701b3;
    font-weight: 600;
    margin-bottom: 0;
    padding-left: 15px;
}
@media(max-width: 991px)
{
    .profile-information-title
    {
        padding-left: 0;
    }
}
.profile-information .row
{
    --bs-gutter-x: 0!important;
}
.profile-information-button
{
    font-size: 22px;
    line-height: 22px;
    margin-left: 10px;
    padding: 7px 25px;
}
.profile-logout
{
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 30px 15px;
    position: relative;
}
@media(max-width: 991px)
{
    .profile-logout
    {
        padding: 20px 10px;
    }
}
.profile-logout-button
{
    white-space: nowrap;
    width: 100%;
}
.profile-close-account
{
    background: #f0f0f0;
    border-radius: 17px;
    margin: 0 15px;
    padding: 20px;
    position: relative;
}
@media(max-width: 991px)
{
    .profile-close-account
    {
        margin: 0 10px;
        padding: 15px 10px;
    }
}
.profile-close-account-button
{
    white-space: nowrap;
}
.profile-bottom-space
{
    padding-bottom: 70px;
}
.cashier_offcanvas_header
{
    background: #0000;
    left: 0;
    padding: 15px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
@media(max-width: 991px)
{
    .cashier_offcanvas_header
    {
        padding: 10px;
    }
}
.cashier_offcanvas_header_wrapper
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.cashier_offcanvas_header_title
{
    color: #1b1701;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
@media(max-width: 991px)
{
    .cashier_offcanvas_header_title
    {
        font-size: 16px;
    }
}
.cashier_offcanvas_header .player-balance
{
    color: #1b1701;
    font-size: 18px;
    font-weight: 500;
}
@media(max-width: 991px)
{
    .cashier_offcanvas_header .player-balance
    {
        font-size: 16px;
    }
}
.cashier_offcanvas_body
{
    padding-top: 64px;
}
@media(max-width: 991px)
{
    .cashier_offcanvas_body
    {
        padding-top: 54px;
    }
}
.deposit-container, .deposit-section, .withdraw-container, .withdraw-section
{
    height: calc(100vh - 74px);
}
@media(max-width: 991px)
{
    .deposit-container, .deposit-section, .withdraw-container, .withdraw-section
    {
        height: calc(100vh - 64px);
    }
}
.offcanvas-registration-section
{
    padding: 15px;
}
@media(max-width: 768px)
{
    .offcanvas-registration-section
    {
        padding: 10px;
    }
}
.offcanvas-registration-section .btn-back-registration-form-wrapper
{
    margin-top: -5px;
}
.offcanvas-registration-section .offcanvas-registration-form-wrapper
{
    background-color: #fff;
    border-radius: 12px;
    margin: 0 50px;
    padding: 30px 30px 20px;
    position: relative;
    z-index: 0;
}
@media(max-width: 768px)
{
    .offcanvas-registration-section .offcanvas-registration-form-wrapper
    {
        margin: 0 10px;
        padding: 35px 15px 20px;
    }
}
.verify-email-container
{
    height: calc(100vh - 60px);
    width: 100%;
}
.verify-email-container, .verify-email-wrapper
{
    align-items: center;
    display: flex;
    justify-content: center;
}
.verify-email-wrapper
{
    flex-direction: column;
}
.verify-email-icon-wrap-success
{
    background: #fff;
    border-radius: 50%;
    padding: 10px;
}
.verify-email-icon-wrap-success svg
{
    color: #198754;
    display: block;
    height: 100px;
    width: 100px;
}
.verify-email-icon-wrap-success .circle
{
    stroke-dasharray: 76;
    stroke-dashoffset: 76;
    animation: draw 1s forwards;
}
.verify-email-icon-wrap-success .tick
{
    stroke-dasharray: 18;
    stroke-dashoffset: 18;
    animation: draw 1s 1s forwards;
}
.verify-email-icon-wrap-fail
{
    background: #fff;
    border-radius: 50%;
    padding: 10px;
}
.verify-email-icon-wrap-fail svg
{
    color: #dc3545;
    display: block;
    height: 100px;
    width: 100px;
}
.brand
{
    margin-left: .5rem;
    margin-right: 1.5rem;
    padding-bottom: 0;
    padding-top: 0;
}
@media(max-width: 767px)
{
    .brand
    {
        margin-left: .25rem;
        margin-right: 0;
        padding-bottom: 0;
        padding-top: 0;
    }
}
.logo
{
    height: 43px;
}
@media(max-width: 576px)
{
    .logo
    {
        height: 34px;
        margin-top: 5px;
    }
}
.navbar-top
{
    background-color: #fff;
    left: 0;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    transition: all .1s ease-in;
    width: 100%;
    z-index: 1004;
}
@media(max-width: 999px)
{
    .navbar-top
    {
        padding-bottom: 7px;
        padding-top: 6px;
    }
}
.navbar-top-logged-in-mobile
{
    background-color: #fff;
    left: 0;
    padding-bottom: .125rem;
    padding-top: .125rem;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    transition: all .1s ease-in;
    width: 100%;
    z-index: 1004;
}
.navbar-name-wrapper
{
    width: 130px;
}
.navbar-balance-mobile-wrapper
{
    justify-content: flex-end;
    width: 130px;
}
.navbar-name
{
    color: #1b1701;
}
.navbar-balance-mobile, .navbar-name
{
    font-size: .75rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.navbar-balance-mobile
{
    color: #1b1701!important;
    text-align: right;
    text-decoration: none!important;
}
.navbar-link
{
    border: 2px solid #0000;
    border-radius: 15px;
    color: #1b1701b3;
    font-size: 14px;
    font-weight: 500;
    margin: 2px 7px 0;
    padding: 4px 10px;
    text-decoration: none;
    transition: all .3s ease-out;
}
.navbar-link:active, .navbar-link:hover
{
    background: #f0f0f0;
    color: #1b1701b3;
}
.navbar-link-active, .navbar-link-active:active, .navbar-link-active:hover
{
    color: #1b1701;
    font-weight: 600;
}
.navbar-bottom
{
    background: #fff;
    border-radius: 17px 17px 0 0;
    bottom: 0;
    box-shadow: 0 0 10px 0 #00000026;
    left: 0;
    padding: 0 10px;
    position: fixed;
    transition: bottom .3s ease-in;
    width: 100%;
    z-index: 1004;
}
.navbar-bottom-hidden
{
    bottom: -100px;
}
.navbar-bottom-app
{
    padding: 0 10px 25px;
}
.navbar-bottom>div>div>a:first-child
{
    border-radius: 17px 0 0 17px;
}
.navbar-bottom>div>div>a:last-child
{
    border-radius: 0 17px 17px 0;
}
.navbar-bottom-wrapper
{
    background: #fff;
    border-radius: 17px;
}
.navbar-bottom-link, .navbar-bottom-link:active, .navbar-bottom-link:focus, .navbar-bottom-link:hover
{
    background-color: #fff;
    border: 0 solid #0000;
    border-radius: 0;
    color: #1b1701;
    flex-grow: 1;
    font-size: 19px;
    line-height: 1.125rem;
    outline: none;
    padding: 15px 0 25px;
    position: relative;
    text-align: center;
}
.navbar-bottom-link:active
{
    background-color: #fff;
    border: 0 solid #0000;
    outline: none;
}
.navbar-bottom-link:active>*
{
    transform: scale(.95);
}
.navbar-bottom-link-logo>img
{
    height: 20px;
    width: 20px;
}
.navbar-bottom-link.navbar-bottom-link-active:after
{
    background-color: #ffd814;
    border-radius: 0 0 5px 5px;
    content: "";
    height: 5px;
    left: calc(50% - 15px);
    position: absolute;
    top: 0;
    width: 30px;
}
.navbar-bottom-link-deposit, .navbar-bottom-link-deposit:active, .navbar-bottom-link-deposit:focus, .navbar-bottom-link-deposit:hover
{
    flex-grow: 1.3;
}
.navbar-bottom-link-deposit-alert
{
    color: #d93744;
    font-size: 14px;
    left: 24px;
    position: absolute;
    top: 9px;
}
.navbar-balance, .navbar-balance:focus
{
    border-color: #ffd814;
    color: #1b1701;
    margin: 0 10px;
    transition: all .2s ease-in;
}
.navbar-balance:active, .navbar-balance:hover
{
    background-color: #fff;
    border-color: #ffd814;
    color: #1b1701;
}
.btn-navbar
{
    padding-bottom: 13px;
    padding-top: 13px;
}
@media(max-width: 991px)
{
    .btn-navbar
    {
        min-width: 95px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
.navbar-game
{
    height: 50px;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 1005;
}
@media(max-width: 1199px)
{
    .navbar-game
    {
        background: #000;
        left: 0;
        position: fixed;
        top: 0;
    }
    .navbar-game-portrait
    {
        height: 35px;
        width: 100%;
    }
    .navbar-game-portrait .navbar-game-wrapper
    {
        flex-direction: row;
    }
    .navbar-game-portrait .navbar-back-links .navbar-game-link:first-child
    {
        margin-left: 15px;
    }
    .navbar-game-portrait .btn-add-funds
    {
        margin-right: 15px;
    }
    .navbar-game-portrait .navbar-game-link
    {
        padding: 0 1.5rem;
    }
    .navbar-game-landscape
    {
        display: flex;
        flex-direction: row;
        height: 100%;
        width: 35px;
    }
    .navbar-game-landscape .navbar-game-wrapper, .navbar-game-landscape .navbar-nav
    {
        flex-direction: column;
    }
    .navbar-game-landscape .navbar-back-links .navbar-game-link:first-child
    {
        margin-bottom: 15px;
        margin-right: 0;
        margin-top: 15px;
    }
    .navbar-game-landscape .btn-add-funds
    {
        margin-bottom: 15px;
    }
    .navbar-game-landscape .navbar-game-link
    {
        padding: 1rem .25rem;
    }
}
.navbar-game-wrapper
{
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
}
@media(min-width: 1200px)
{
    .navbar-game-wrapper
    {
        max-width: calc(177.7vh - 355.4px);
    }
}
.navbar-game-link
{
    background-color: #0000004d;
    border: none;
    border-radius: 17px;
    color: #fff!important;
    font-size: 1rem;
    line-height: normal;
    padding: .25rem 1.5rem;
    text-align: center;
    text-decoration: none;
}
.navbar-game-link:active, .navbar-game-link:hover
{
    background-color: #00000080;
}
.navbar-game-link:active
{
    transform: scale(.95);
}
@media(max-width: 1199px)
{
    .navbar-game-link, .navbar-game-link:active, .navbar-game-link:hover
    {
        border: 1px solid #fff;
        color: #fff!important;
        line-height: 1.375rem;
    }
    .navbar-game-link:active
    {
        transform: scale(.95);
    }
}
.btn-add-funds
{
    font-size: 14px;
    position: relative;
}
.btn-add-funds-red
{
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}
.btn-add-funds-alert
{
    background-color: #dc3545;
    border-radius: 17px;
    height: 15px;
    left: 0;
    position: absolute;
    top: -3px;
    width: 15px;
}
@media(max-width: 1199px)
{
    .btn-add-funds-alert
    {
        height: 13px;
        width: 13px;
    }
}
.navbar-back-links .navbar-game-link:first-child
{
    margin-right: 15px;
}
.error-handler
{
    border: none;
    border-radius: 0;
    color: #dc3545;
    font-size: 14px;
    padding: 5px 15px;
    position: relative;
}
.error-handler:after
{
    animation-duration: 5s;
    animation-iteration-count: 1;
    animation-name: timer;
    animation-timing-function: linear;
    background: #dc354580;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform-origin: 50% 100%;
    width: 100%;
}
.game-row-wrapper
{
    -webkit-overflow-scrolling: touch;
    display: grid;
    grid-auto-flow: column;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    width: 100%;
}
.game-row-wrapper>*
{
    margin-right: 10px;
}
@media(min-width: 1200px)
{
    .game-row-wrapper
    {
        grid-auto-columns: 210px;
        min-height: 280px;
    }
    .game-row-wrapper>*
    {
        margin-right: 1.25rem;
    }
}
@media(min-width: 768px) and (max-width: 1199px)
{
    .game-row-wrapper
    {
        grid-auto-columns: 195px;
        min-height: 269px;
    }
    .game-row-wrapper>*
    {
        margin-right: 1rem;
    }
}
@media(max-width: 767px)
{
    .game-row-wrapper
    {
        grid-auto-columns: 175px;
        min-height: 244px;
    }
    .game-row-wrapper>*
    {
        margin-right: .75rem;
    }
}
.game-list-wrapper
{
    grid-gap: 1.5rem;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill,minmax(170px,1fr));
    width: 100%;
}
.game-list-wrapper>*
{
    min-height: 290px;
}
@media(min-width: 768px) and (max-width: 1199px)
{
    .game-list-wrapper
    {
        gap: 1rem;
        grid-template-columns: repeat(auto-fill,minmax(160px,1fr));
    }
    .game-list-wrapper>*
    {
        min-height: 264px;
    }
}
@media(max-width: 767px)
{
    .game-list-wrapper
    {
        gap: .75rem;
        grid-template-columns: repeat(auto-fill,minmax(140px,1fr));
    }
    .game-list-wrapper>*
    {
        min-height: 244px;
    }
}
.game-tile-container
{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}
.game-tile-overlay
{
    align-items: center;
    background-color: #00000080;
    border-radius: 17px;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .1s ease;
    -moz-transition: .21s ease;
    -o-transition: .1s ease;
    -ms-transition: .1s ease;
    -webkit-transition: .1s ease;
    width: 100%;
}
@media(hover: hover) and (pointer: fine)
{
    .game-tile-container:hover .game-tile-overlay
    {
        opacity: 1;
    }
}
.game-tile-overlay-icon
{
    color: #fff;
    font-size: 3rem;
    opacity: .9;
}
.game-tile-image-wrapper
{
    align-items: center;
    animation-duration: .2s;
    animation-iteration-count: 1;
    animation-name: fadeIn;
    animation-timing-function: ease-in;
    border-radius: 17px;
    display: flex;
    flex-grow: 1;
    opacity: 1;
    overflow: hidden;
    position: relative;
}
.game-tile-image-cover
{
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 17px;
    filter: blur(5px);
    height: 100%;
    opacity: .61;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.game-tile-image
{
    height: auto;
    width: 100%;
}
@keyframes fadeIn
{
    0%
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}
.game-tile-placeholder-wrapper
{
    display: flex;
    flex-direction: column;
}
.game-tile-image-placeholder-wrapper
{
    height: 100%;
}
.game-tile-image-placeholder
{
    border-radius: 17px;
    flex-grow: 1;
    height: 100%;
    width: 100%;
}
.game-tile-title
{
    color: #1b1701;
    font-size: 1rem;
    font-weight: 600;
    margin: .375rem 0 0;
}
.game-tile-provider, .game-tile-title
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.game-tile-provider
{
    color: #1b170166;
    font-size: 12px;
    margin: 0;
}
@media(max-width: 575px)
{
    .game-tile-title
    {
        font-size: .875rem;
    }
    .game-tile-provider
    {
        font-size: .75rem;
    }
}
.tag-container-left, .tag-container-right
{
    align-items: center;
    background-color: #000000b3;
    border-radius: 17px;
    display: flex;
    padding: 1px 6px;
    position: absolute;
    right: 7px;
    top: 7px;
}
.tag-container-left
{
    left: 7px;
    right: auto;
}
.tag-container-bottom-center
{
    background-color: #000000b3;
    border-radius: 17px;
    bottom: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    left: 0;
    margin: auto;
    padding: 4px 6px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 90%;
}
.tag-image
{
    height: auto;
    margin-right: 5px;
    width: 17px;
}
.tag-name
{
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}
.img-live
{
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: fadeInOpacity;
    animation-timing-function: ease-in;
    background-color: #48b280;
    border-radius: 50%;
    display: inline-block;
    height: 9px;
    margin-right: 7px;
    opacity: 1;
    width: 9px;
}
@keyframes fadeInOpacity
{
    0%
    {
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
    }
}
.games-categories-loading
{
    align-items: center;
    display: flex;
    height: 300px;
    justify-content: center;
    width: 100%;
}
.games-search-field-wrapper
{
    padding: 25px 10px 15px;
}
@media(max-width: 575px)
{
    .games-search-field-wrapper
    {
        padding: 15px 10px 10px;
    }
}
.games-search-field
{
    margin: auto;
    max-width: 480px;
    position: relative;
}
.games-search-field-icon
{
    color: #1b170166;
    font-size: 22px;
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 1002;
}
input[type=search]::-webkit-search-cancel-button
{
    -webkit-appearance: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAn0lEQVR42u3UMQrDMBBEUZ9WfQqDmm22EaTyjRMHAlM5K+Y7lb0wnUZPIKHlnutOa+25Z4D++MRBX98MD1V/trSppLKHqj9TTBWKcoUqffbUcbBBEhTjBOV4ja4l4OIAZThEOV6jHO8ARXD+gPPvKMABinGOrnu6gTNUawrcQKNCAQ7QeTxORzle3+sDfjJpPCqhJh7GixZq4rHcc9l5A9qZ+WeBhgEuAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-size: 16px;
    color: #1b1701;
    display: block;
    height: 16px;
    width: 16px;
}
.games-filter-container
{
    background-color: #f0f0f0;
    left: 0;
    padding: 10px 0;
    position: sticky;
    position: -webkit-sticky;
    top: 58px;
    width: 100%;
    z-index: 1003;
}
@media(max-width: 575px)
{
    .games-filter-container
    {
        padding: 10px 7px;
        top: 55px;
    }
}
@media(max-width: 767px)
{
    .games-filter-container-logged-in
    {
        top: 21px;
    }
}
.games-filter
{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
@media(max-width: 991px)
{
    .games-filter
    {
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start;
        overflow-x: scroll;
        overflow-y: hidden;
    }
}
.games-category
{
    border: 2px solid #0000;
    border-radius: 17px;
    color: #1b1701b3;
    display: flex;
    flex-wrap: nowrap;
    font-weight: 500;
    margin: 0 .275rem;
    padding: 7px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease-out;
    white-space: nowrap;
}
.games-category:active, .games-category:hover
{
    background-color: #e1e1e1;
    color: #1b1701b3;
}
@media(max-width: 576px)
{
    .games-category
    {
        font-size: 14px;
        padding: .5rem .75rem;
    }
}
.games-category-active, .games-category-active:hover
{
    background-color: #e1e1e1;
    color: #1b1701;
    font-weight: 600;
}
.games-category-placeholder
{
    border: none;
    border-radius: 17px;
    font-size: .875rem;
    height: 37px;
    margin: 0 .375rem;
    width: 100px;
}
@media(max-width: 576px)
{
    .games-category-placeholder
    {
        height: 34px;
    }
}
.loading-container
{
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 100vh;
    justify-content: center;
    position: absolute;
    width: 100vw;
    z-index: 99999;
}
.games-row-columns-wrapper
{
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0 0 3px;
    width: 100%;
}
.games-row-columns-wrapper>div
{
    flex-shrink: 0;
    margin-right: 1.25rem;
    width: 350px;
}
@media(max-width: 767px)
{
    .games-row-columns-wrapper>div
    {
        margin-right: .75rem;
        width: 330px;
    }
}
@media(max-width: 374px)
{
    .games-row-columns-wrapper>div
    {
        width: 310px;
    }
}
.games-row-columns-wrapper::-webkit-scrollbar
{
    display: none;
}
.games-row-columns-wrapper
{
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.game-column
{
    background-color: #fff;
    border-radius: 17px;
    box-shadow: 0 1px 3px 1px #e1e1e1;
    padding-bottom: 15px;
}
.game-column-top-row
{
    display: flex;
    justify-content: space-between;
    padding: 20px 0 5px 20px;
}
.game-column-wrapper
{
    border: 10px solid #0000;
    border-radius: 17px;
    display: flex;
    height: 140px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    text-decoration: none;
    transition: .1s ease;
    -moz-transition: .21s ease;
    -o-transition: .1s ease;
    -ms-transition: .1s ease;
    -webkit-transition: .1s ease;
}
@media(min-width: 768px)
{
    .game-column-wrapper:hover
    {
        background-color: #f0f0f0;
    }
}
@media(max-width: 767px)
{
    .game-column-wrapper:active
    {
        background-color: #f0f0f0;
    }
}
.game-column-wrapper .tag-container-right
{
    right: 0;
    top: 0;
}
.game-column-wrapper-placeholder
{
    border-radius: 17px;
    height: 120px;
    margin-bottom: 10px;
    width: 100%;
}
.game-column-image-wrapper
{
    align-items: center;
    border-radius: 17px;
    display: flex;
    flex-shrink: 0;
    margin-right: 15px;
    overflow: hidden;
    position: relative;
}
.game-column-image-cover
{
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 17px;
    filter: blur(5px);
    height: 100%;
    opacity: .61;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.game-column-image
{
    height: auto;
    position: relative;
    width: 99px;
    z-index: 1;
}
.game-column-text
{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.game-column-text-title
{
    color: #1b1701;
    font-size: .875rem;
    font-weight: 600;
    margin-bottom: 0;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media(max-width: 767px)
{
    .game-column-text-title
    {
        width: 130px;
    }
}
.game-column-text-provider
{
    color: #1b170166;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.providers-row-wrapper
{
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    -webkit-overflow-scrolling: touch;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: 1fr 1fr 1fr;
    order: 2;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    width: 100%;
}
.providers-row-wrapper::-webkit-scrollbar
{
    display: none;
}
.providers-row-wrapper
{
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.category-link-image
{
    align-items: center;
    border-radius: 17px;
    display: flex;
    flex-grow: .33;
    justify-content: space-between;
    min-height: 70px;
    min-width: 300px;
    padding: 5px 25px;
    text-decoration: none;
    transition: all .1s ease-in;
}
.category-link-image, .category-link-image:hover
{
    background-color: #fff;
}
.category-link-image:last-child
{
    margin-right: 0;
}
@media(max-width: 767px)
{
    .category-link-image
    {
        justify-content: space-between;
        margin-right: 0;
    }
    .category-link-image:last-child
    {
        margin-bottom: 0;
    }
}
.category-link-image img
{
    max-height: 50px;
    max-width: 100px;
}
.spotlight-row-wrapper
{
    -webkit-overflow-scrolling: touch;
    display: grid;
    grid-auto-flow: column;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    width: 100%;
}
.spotlight-row-wrapper>*
{
    margin-right: 10px;
}
@media(min-width: 1200px)
{
    .spotlight-row-wrapper
    {
        grid-auto-columns: 275px;
        min-height: 335px;
    }
    .spotlight-row-wrapper>*
    {
        margin-right: 1.25rem;
    }
}
@media(min-width: 768px) and (max-width: 1199px)
{
    .spotlight-row-wrapper
    {
        grid-auto-columns: 275px;
        min-height: 335px;
    }
    .spotlight-row-wrapper>*
    {
        margin-right: 1rem;
    }
}
@media(max-width: 767px)
{
    .spotlight-row-wrapper
    {
        grid-auto-columns: 175px;
        min-height: 244px;
    }
    .spotlight-row-wrapper>*
    {
        margin-right: .75rem;
    }
}
.background-container-home
{
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background: linear-gradient(0deg,#f0f0f0,#fff 80%);
    height: 400px;
}
.background-container-games, .background-container-home
{
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.background-container-games
{
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background: linear-gradient(0deg,#f0f0f0,#fff 40%);
    height: 110px;
}
.verify-phone-container
{
    align-items: stretch;
    background-color: #fff;
    border-radius: 17px;
    box-shadow: 0 1px 3px 1px #e1e1e1;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    position: relative;
    z-index: 1001;
}
@media(max-width: 767px)
{
    .verify-phone-container
    {
        flex-direction: column;
    }
}
.verify-phone-content
{
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 20px;
    width: 100%;
}
@media(max-width: 767px)
{
    .verify-phone-content
    {
        align-items: normal;
        align-self: baseline;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 10px 5px;
    }
}
.verify-phone-content-text
{
    margin-right: 10px;
}
@media(max-width: 767px)
{
    .verify-phone-content-text
    {
        margin-right: 0;
    }
}
.logged-out .verify-phone-content
{
    display: flex;
    justify-content: center;
    padding: 25px 20px;
    text-align: center;
    width: 100%;
}
@media(max-width: 767px)
{
    .logged-out .verify-phone-content
    {
        padding: 30px 20px;
    }
}
.logged-out .verify-phone-badge
{
    color: #1b1701;
    font-size: 12px;
    font-weight: 600;
}
.verify-phone-title
{
    font-weight: 500;
    margin-bottom: 10px;
}
.logged-out .verify-phone-cta
{
    color: #1b1701;
    font-weight: 600;
}
.verify-phone-buttons
{
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-left: 15px;
}
@media(max-width: 767px)
{
    .verify-phone-buttons
    {
        align-items: flex-start;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-left: 0;
        margin-top: 15px;
    }
    .verify-phone-buttons>*
    {
        width: 100%;
    }
    .verify-phone-buttons.logged-out
    {
        justify-content: center;
        margin-top: 15px;
    }
}
.verify-phone-button-confirm
{
    margin-right: 10px;
}
@media(max-width: 767px)
{
    .verify-phone-button-confirm
    {
        margin-bottom: 10px;
        margin-right: 0;
    }
}
.verify-phone-image
{
    border-radius: 12px;
    height: 140px;
}
@media(max-width: 767px)
{
    .verify-phone-image
    {
        height: auto;
        width: 100%;
    }
}
.verify-phone-modal-buttons-container
{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.deposit-bonus-section
{
    margin-bottom: 5px;
    padding: 15px 0 10px;
}
@media(max-width: 991px)
{
    .deposit-bonus-section
    {
        padding: 10px 0;
    }
}
.deposit-bonus-section-title
{
    color: #1b1701b3;
    margin-bottom: 10px;
    max-width: 380px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media(max-width: 991px)
{
    .deposit-bonus-section-title
    {
        max-width: 300px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
.bonus-card-row-container
{
    position: relative;
}
.bonus-card-row-wrapper
{
    -webkit-overflow-scrolling: touch;
    display: grid;
    grid-auto-columns: 240px;
    grid-auto-flow: column;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    width: 100%;
}
.bonus-card-row-wrapper>button
{
    margin-bottom: 10px;
    margin-left: 10px;
    min-height: 174px;
}
.bonus-card-row-wrapper>button:first-child
{
    margin-left: 15px;
}
@media(max-width: 991px)
{
    .bonus-card-row-wrapper>button:first-child
    {
        margin-left: 10px;
    }
}
.bonus-card-row-wrapper>button:last-child
{
    margin-right: 15px;
}
@media(max-width: 991px)
{
    .bonus-card-row-wrapper>button:last-child
    {
        margin-right: 10px;
    }
}
.deposit-bonus-section .scroll_buttons_container .arrow-left, .deposit-bonus-section .scroll_buttons_container .arrow-right
{
    top: -43px;
}
.deposit-bonus-section .scroll_buttons_container .arrow-right
{
    right: 15px;
}
.deposit-bonus-section .scroll_buttons_container .arrow-left
{
    right: 65px;
}
.bonus-promocode-field-accordion-item
{
    background: #0000;
    border: 0 solid #0000;
}
.bonus-promocode-field-accordion-item .accordion-body
{
    padding: 10px 15px;
}
.bonus-promocode-field-link
{
    display: inline-block;
}
.bonus-promocode-field-link button
{
    background: #0000!important;
    box-shadow: none!important;
    color: #1b1701b3!important;
    font-size: 14px;
    outline: none!important;
    padding: 5px 15px;
}
.bonus-promocode-field-link button:after
{
    content: none;
}
.bonus-card-placeholder
{
    background: #f0f0f0;
    border: none;
    padding: 0;
}
.bonus-card-placeholder .placeholder
{
    border-radius: 17px;
    height: 100%;
}
.bonus-card
{
    background: #fff;
    border: 0 solid #0000;
    border-radius: 17px;
    box-shadow: 0 1px 3px 1px #e1e1e1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 5px 5px 0;
    position: relative;
    text-align: left;
}
.bonus-card:active, .bonus-card:focus, .bonus-card:hover
{
    background: #f0f0f0;
    border: 0 solid #0000;
    box-shadow: 0 1px 3px 1px #e1e1e1!important;
    outline: none!important;
}
.bonus-card-selected, .bonus-card-selected:active, .bonus-card-selected:focus, .bonus-card-selected:hover
{
    background: #ffd814;
    outline: none!important;
}
.bonus-card img
{
    border-radius: 12px;
    width: 100%;
}
.bonus-card-text-wrapper
{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 8px 10px 10px;
}
.bonus-card-title
{
    color: #1b1701;
    font-weight: 500;
    margin-bottom: 0;
}
.bonus-card-badge, .bonus-card-details
{
    color: #1b1701b3;
    font-size: 12px;
    margin-bottom: 0;
}
.bonus-card-details
{
    margin-top: 10px;
}
.bonus-card-check
{
    bottom: 0;
    padding: 0 12px 6px 0;
    position: absolute;
    right: 0;
}
.bonus-card-check svg
{
    color: #fff;
    height: 18px;
}
.bonus-card-timer-wrapper
{
    background: #dc3545;
    border-radius: 17px;
    font-family: Roboto Mono,monospace;
    font-size: 11px;
    font-weight: 500;
    left: 12px;
    margin: 0;
    padding: 1px 10px 1px 5px;
    position: absolute;
    top: 0;
}
.arrow-left, .arrow-right
{
    background: #0000;
    border: 1px solid #0000;
    border-radius: 50%;
    box-shadow: none!important;
    color: #0009;
    display: none;
    font-size: 1.5rem;
    font-size: 1rem;
    font-weight: 700;
    outline: none!important;
    padding: 4px 11px;
    position: absolute;
    right: -35px;
    right: 0;
    top: calc(50% - 55px);
    top: -48px;
    z-index: 1002;
}
.arrow-left:focus, .arrow-right:focus
{
    background: #0000;
    border: 1px solid #0000;
    color: #000000e6;
}
.arrow-left:active, .arrow-left:hover, .arrow-right:active, .arrow-right:hover
{
    background-color: #00000012;
    border: 1px solid #0000;
    color: #000000e6;
}
.arrow-left
{
    left: -35px;
    left: auto;
    right: auto;
    right: 50px;
}
.arrow-left:active, .arrow-right:active
{
    transform: scale(.95);
}
@media(min-width: 992px)
{
    .arrow-visible
    {
        background: #0000;
        display: block;
        opacity: .2;
    }
    .arrow-active
    {
        opacity: 1;
    }
}
.cashier_toggle
{
    background: #f0f0f0;
    border-radius: 17px;
    display: flex;
    width: 100%;
}
.cashier_toggle_button
{
    background: #0000;
    border: 1px solid #0000!important;
    border-radius: 17px!important;
    box-shadow: none!important;
    color: #1b170166!important;
    flex-basis: 50%!important;
    font-weight: 500;
    outline: none!important;
    padding: 9px;
}
.cashier_toggle_button:active, .cashier_toggle_button:focus, .cashier_toggle_button:hover
{
    background: #0000!important;
    border: 1px solid #0000!important;
    color: #1b1701!important;
    transform: scale(1);
}
.cashier_toggle .btn-check:checked+.cashier_toggle_button
{
    background: #fff!important;
    border: 1px solid #f0f0f0!important;
    color: #1b1701!important;
    font-weight: 600;
}
.deposit_amount_section
{
    padding: 0 15px 90px;
}
@media(max-width: 991px)
{
    .deposit_amount_section
    {
        padding: 0 10px 90px;
    }
}
.deposit_amount_section_title
{
    color: #1b1701b3;
    margin-bottom: 10px;
}
.btn-deposit
{
    margin-top: 15px;
    position: relative;
    width: 100%;
}
.deposit_amount_section_images
{
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
}
.deposit_amount_section_images>*
{
    height: 32px;
}
.btn-deposit-back-container
{
    background: #fff;
    border-radius: 17px 17px 0 0;
    bottom: 55px;
    box-shadow: 0 0 10px 0 #00000026;
    display: flex;
    justify-content: start;
    padding: 11px 15px 17px;
    position: absolute;
    width: 100%;
}
.btn-deposit-back-container-app
{
    padding: 5px 15px 30px;
}
.btn-deposit-back
{
    align-items: center;
    background: #fff;
    border: none;
    border-radius: 17px;
    box-shadow: none;
    color: #1b1701b3;
    display: flex;
    height: 43px;
    justify-content: center;
    outline: none;
    padding: 15px 0 20px;
    width: 100%;
}
.btn-deposit-back:active, .btn-deposit-back:focus, .btn-deposit-back:hover
{
    background: #fff;
    border: none;
    box-shadow: none!important;
    color: #1b1701;
    outline: none;
}
.btn-deposit-back:active
{
    transform: scale(.95);
}
.deposit-redirect-container
{
    padding: 15px 15px 155px;
}
@media(max-width: 991px)
{
    .deposit-redirect-container
    {
        padding: 10px 10px 155px;
    }
}
.deposit-redirect-container .row
{
    --bs-gutter-x: 0!important;
}
.deposit-redirect-title
{
    margin-bottom: 15px;
}
.deposit-redirect-container
{
    position: relative;
}
.deposit-redirect-summary-container
{
    position: relative;
    text-align: center;
}
.deposit-redirect-summary
{
    background: #0080001a;
    border-radius: 17px;
    padding: 15px;
}
.deposit-check-icon
{
    color: #008000;
    font-size: 30px;
}
.btn-deposit-redirect
{
    align-items: center;
    border-radius: 17px;
    display: flex;
    font-size: 15px;
    justify-content: space-between;
    margin-top: 10px;
    padding-bottom: 1.375rem;
    padding-top: 1.375rem;
    width: 100%;
}
.deposit_redirect_section_images
{
    gap: 10px;
    margin-bottom: 10px;
}
.deposit_redirect_section_images>*
{
    height: 35px;
}
.deposit-frame
{
    height: 100%;
    width: 100%;
}
.deposit-frame-modal .btn-close
{
    font-size: 20px;
    opacity: 1;
}
.deposit-summary
{
    align-items: center;
    background: #0080001a;
    border-radius: 17px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 10px 15px;
}
.deposit-summary-promocode
{
    max-width: 430px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media(max-width: 991px)
{
    .deposit-summary-promocode
    {
        max-width: 270px;
    }
}
.deposit-summary-icon
{
    color: #008000;
    font-size: 24px;
}
.close_offcanvas_button_container
{
    background: #fff;
    border-radius: 17px 17px 0 0;
    bottom: 0;
    box-shadow: 0 0 10px 0 #00000026;
    display: flex;
    justify-content: start;
    padding: 5px 15px 11px;
    position: absolute;
    width: 100%;
    z-index: 10;
}
.close_offcanvas_button_container-app
{
    padding: 5px 15px 36px;
}
.close_offcanvas_button
{
    align-items: center;
    background: #fff;
    border: none;
    border-radius: 17px;
    box-shadow: none;
    color: #1b1701b3;
    display: flex;
    font-size: 20px;
    height: 43px;
    justify-content: center;
    outline: none;
    padding: 15px 0 20px;
    width: 100%;
}
.close_offcanvas_button:active, .close_offcanvas_button:focus, .close_offcanvas_button:hover
{
    background: #fff;
    border: none;
    box-shadow: none!important;
    color: #1b1701;
    outline: none;
}
.close_offcanvas_button:active
{
    transform: scale(.95);
}
.deposit_amount_preset
{
    border-radius: 17px;
    gap: 10px;
    margin-bottom: 15px;
    padding: 0;
    width: 100%;
}
.deposit_amount_preset_button
{
    background: #fff;
    border: 0 solid #0000;
    border-radius: 13.0769230769px!important;
    box-shadow: 0 1px 3px 1px #e1e1e1;
    color: #1b1701b3!important;
    flex-basis: 50%!important;
    font-size: 14px!important;
    font-weight: 500!important;
    outline: none!important;
    padding: 9px;
    z-index: 0;
}
.deposit_amount_preset_button.active, .deposit_amount_preset_button:active, .deposit_amount_preset_button:focus, .deposit_amount_preset_button:hover
{
    background: #f0f0f0!important;
    border: 0 solid #0000!important;
    box-shadow: 0 1px 3px 1px #e1e1e1!important;
    color: #1b1701!important;
}
.deposit_amount_preset .btn-check:checked+.deposit_amount_preset_button
{
    background: #ffd814;
    box-shadow: none;
    color: #1b1701!important;
    font-weight: 600!important;
}
.deposit_amount_preset .btn-check:checked+.deposit_amount_preset_button.active, .deposit_amount_preset .btn-check:checked+.deposit_amount_preset_button:active, .deposit_amount_preset .btn-check:checked+.deposit_amount_preset_button:focus, .deposit_amount_preset .btn-check:checked+.deposit_amount_preset_button:hover
{
    background: #ffd814!important;
    box-shadow: none!important;
    color: #1b1701!important;
    font-weight: 600!important;
}
.bonus-tile
{
    background: #fff;
    border-radius: 17px;
    box-shadow: 0 1px 3px 1px #e1e1e1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px;
    position: relative;
    text-align: left;
}
.bonus-tile img
{
    border-radius: 12px;
    width: 100%;
}
.bonus-tile-content
{
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    padding: 10px 5px;
}
@media(max-width: 768px)
{
    .bonus-tile-content
    {
        padding: 10px 5px;
    }
}
.bonus-tile-title
{
    margin-bottom: 15px;
}
.bonus-tile-content-button
{
    width: 100%;
}
.bonus-tile-badge, .bonus-tile-details
{
    color: #1b1701b3;
    font-size: 12px;
    margin-bottom: 0;
}
.bonus-tile-details
{
    margin-top: 10px;
}
.btn-bonus-select
{
    margin: 0 10px 10px;
}
.icon-bonus-selected
{
    font-size: 18px;
}
.bonus-tile-check
{
    padding: 3px 7px 3px 9px;
    position: absolute;
    right: 0;
    top: 0;
}
.bonus-tile-timer-wrapper
{
    background: #dc3545;
    border-radius: 17px;
    box-shadow: 0 1px 3px 1px #0000001f;
    color: #fff;
    font-family: Roboto Mono,monospace;
    font-size: 13px;
    left: 22px;
    margin: 0;
    padding: 3px 20px 3px 15px;
    position: absolute;
    top: 0;
}
.bonus-row-wrapper
{
    -webkit-overflow-scrolling: touch;
    display: grid;
    grid-auto-flow: column;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 3px;
    position: relative;
    width: 100%;
}
.bonus-row-wrapper>*
{
    margin-right: 10px;
}
@media(min-width: 1200px)
{
    .bonus-row-wrapper
    {
        grid-auto-columns: 380px;
    }
    .bonus-row-wrapper>*
    {
        margin-right: 1.25rem;
    }
}
@media(min-width: 768px) and (max-width: 1199px)
{
    .bonus-row-wrapper
    {
        grid-auto-columns: 320px;
    }
    .bonus-row-wrapper>*
    {
        margin-right: 1rem;
    }
}
@media(max-width: 767px)
{
    .bonus-row-wrapper
    {
        grid-auto-columns: 320px;
    }
    .bonus-row-wrapper>*
    {
        margin-right: .75rem;
    }
}
.bonus-row-title-container
{
    align-items: center;
    display: flex;
    gap: 7px;
}
.bonus-row-title-container .faq-page-icon
{
    margin-top: 1px;
}
.weekly-bonus-tile-container
{
    align-items: center;
    background-color: #fff;
    border-radius: 17px;
    box-shadow: 0 1px 3px 1px #e1e1e1;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    position: relative;
}
@media(max-width: 767px)
{
    .weekly-bonus-tile-container
    {
        flex-direction: column;
    }
}
.weekly-bonus-tile-content
{
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 30px 15px 20px;
    position: relative;
    width: 100%;
    z-index: 2;
}
@media(max-width: 767px)
{
    .weekly-bonus-tile-content
    {
        align-items: center;
        align-items: baseline;
        align-self: baseline;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 10px 5px;
    }
}
.weekly-bonus-tile-buttons
{
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}
@media(max-width: 767px)
{
    .weekly-bonus-tile-buttons
    {
        margin-top: 15px;
        width: 100%;
    }
    .weekly-bonus-tile-buttons>a
    {
        width: 100%;
    }
}
.weekly-bonus-image-wrapper
{
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    min-width: 320px;
    position: relative;
    width: auto;
}
@media(max-width: 767px)
{
    .weekly-bonus-image-wrapper
    {
        flex-grow: 1;
        width: 100%;
    }
}
.weekly-bonus-image
{
    align-self: flex-start;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    flex-shrink: 0;
    height: 140px;
    margin: 0;
    width: auto;
}
@media(max-width: 767px)
{
    .weekly-bonus-image
    {
        height: auto;
        width: 100%;
    }
}
.weekly-bonus-badge
{
    color: #f0aaff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
}
.weekly-bonus-timer-container
{
    background: linear-gradient(150deg,#ffd814 30%,#ffd814);
    border-radius: 17px 17px 0 0;
    left: 0;
    padding: 0 15px 40px;
    position: absolute;
    text-align: left;
    top: -24px;
    width: 100%;
    z-index: -1;
}
@media(max-width: 767px)
{
    .weekly-bonus-timer-container
    {
        background: #ffd814;
        text-align: center;
    }
}
.weekly-bonus-timer-wrapper
{
    background: #dc3545;
    border-radius: 17px;
    color: #fff;
    font-family: Roboto Mono,monospace;
    font-size: 13px;
    font-weight: 500;
    left: 17px;
    margin: 0;
    padding: 3px 20px 3px 15px;
    position: absolute;
    top: -13px;
    z-index: 1;
}
.promotions-row-container
{
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
}
.promotions-row-container::-webkit-scrollbar
{
    display: none;
}
.promotions-row-container
{
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.promotion-tile-container
{
    background-color: #fff;
    border-radius: 17px;
    box-sizing: initial;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    margin-right: 1.25rem;
    padding: 0;
    position: relative;
    width: 350px;
}
@media(max-width: 767px)
{
    .promotion-tile-container
    {
        margin-right: 15px;
        width: 335px;
    }
}
@media(max-width: 375px)
{
    .promotion-tile-container
    {
        width: 310px;
    }
}
.featured-promotion-tile-container
{
    align-items: center;
    background-color: #fff;
    border-radius: 17px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: relative;
    z-index: 1001;
}
@media(max-width: 767px)
{
    .featured-promotion-tile-container
    {
        flex-direction: column;
    }
}
.promotion-tile-content
{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    padding: 15px;
}
@media(max-width: 767px)
{
    .promotion-tile-content
    {
        padding: 15px 15px 20px;
    }
}
.featured-promotion-tile-container .promotion-tile-content
{
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 30px 15px 20px;
}
@media(max-width: 767px)
{
    .featured-promotion-tile-container .promotion-tile-content
    {
        align-items: baseline;
        align-self: baseline;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 15px 15px 20px;
    }
}
.promotion-tile-buttons
{
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.featured-promotion-tile-container .promotion-tile-buttons
{
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}
@media(max-width: 767px)
{
    .promotion-tile-buttons
    {
        margin-top: 3px;
    }
    .featured-promotion-tile-container .promotion-tile-buttons
    {
        align-items: flex-start;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}
.promotion-tile-image-wrapper
{
    display: flex;
    justify-content: center;
    width: 100%;
}
.featured-promotion-tile-container .promotion-tile-image-wrapper
{
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    min-width: 320px;
    width: auto;
}
.promotion-tile-image
{
    height: auto;
    margin: 0 auto;
    width: 100%;
}
.featured-promotion-tile-container .promotion-tile-image, .promotion-tile-image
{
    align-self: flex-start;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 17px;
}
.featured-promotion-tile-container .promotion-tile-image
{
    flex-shrink: 0;
    height: 140px;
    margin: 0;
    width: auto;
}
@media(max-width: 767px)
{
    .featured-promotion-tile-container .promotion-tile-image
    {
        border-radius: 17px;
        height: auto;
        margin: 0 auto;
        width: 100%;
    }
}
.promotion-tile-badge
{
    color: #ffd814;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}
.game-row-double-wrapper
{
    -webkit-overflow-scrolling: touch;
    display: grid;
    grid-auto-columns: 315px;
    grid-auto-flow: column;
    grid-template-rows: 1fr 1fr;
    min-height: 200px;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
}
.game-row-double-wrapper>*
{
    margin-bottom: 10px;
    margin-right: 10px;
}
@media(min-width: 1200px)
{
    .game-row-double-wrapper>*
    {
        margin-bottom: 1.25rem;
        margin-right: 1.25rem;
    }
}
@media(min-width: 768px) and (max-width: 1199px)
{
    .game-row-double-wrapper>*
    {
        margin-bottom: 1rem;
        margin-right: 1rem;
    }
}
@media(max-width: 767px)
{
    .game-row-double-wrapper>*
    {
        margin-bottom: .75rem;
        margin-right: .75rem;
    }
}
.game-tile-horizontal-wrapper
{
    background-color: #fff;
    border-radius: 17px;
    box-shadow: 0 1px 3px 1px #e1e1e1;
    display: flex;
    height: 140px;
    padding: 10px;
    position: relative;
    text-decoration: none;
    transition: .1s ease;
    -moz-transition: .21s ease;
    -o-transition: .1s ease;
    -ms-transition: .1s ease;
    -webkit-transition: .1s ease;
}
@media(min-width: 768px)
{
    .game-tile-horizontal-wrapper:hover
    {
        background-color: #f0f0f0;
    }
}
@media(max-width: 767px)
{
    .game-tile-horizontal-wrapper:active
    {
        background-color: #f0f0f0;
    }
}
.game-tile-horizontal-wrapper .tag-container-right
{
    right: 15px;
    top: 15px;
}
.game-tile-horizontal-wrapper-placeholder
{
    border-radius: 17px;
    height: 120px;
    margin-bottom: 10px;
    width: 100%;
}
.game-tile-horizontal-image-wrapper
{
    align-items: center;
    border-radius: 17px;
    display: flex;
    flex-shrink: 0;
    margin-right: 15px;
    overflow: hidden;
    position: relative;
}
.game-tile-horizontal-image-cover
{
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 17px;
    filter: blur(5px);
    height: 100%;
    opacity: .61;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.game-tile-horizontal-image
{
    height: auto;
    position: relative;
    width: 98px;
    z-index: 1;
}
.game-tile-horizontal-text
{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.game-tile-horizontal-text-title
{
    color: #1b1701;
    font-size: .875rem;
    font-weight: 600;
    margin-bottom: 0;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media(max-width: 767px)
{
    .game-tile-horizontal-text-title
    {
        width: 130px;
    }
}
.game-tile-horizontal-text-provider
{
    color: #1b170166;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.withdraw-balance
{
    margin-bottom: 10px;
    margin-top: 15px;
    text-align: center;
}
@media(max-width: 991px)
{
    .withdraw-balance
    {
        margin-top: 10px;
    }
}
.withraw-amount
{
    margin: 30px 15px 15px;
}
@media(max-width: 991px)
{
    .withraw-amount
    {
        margin: 25px 10px 15px;
    }
}
.withdraw-method, .withdraw-redirect
{
    margin: 0 15px 15px;
}
@media(max-width: 991px)
{
    .withdraw-method, .withdraw-redirect
    {
        margin: 0 10px 15px;
    }
}
.withdraw-method
{
    padding-bottom: 90px;
}
.withdraw-redirect
{
    padding-bottom: 150px;
    padding-top: 15px;
}
@media(max-width: 991px)
{
    .withdraw-redirect
    {
        padding-top: 10px;
    }
}
.withdraw-redirect .row
{
    --bs-gutter-x: 0!important;
}
.withdraw-bonus
{
    background: #f0f0f0;
    border-radius: 17px;
    display: flex;
    justify-content: space-around;
    margin: auto;
    max-width: 300px;
    padding: 15px;
    position: relative;
}
.withdraw-bonus-item
{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.withdraw-bonus-item-label
{
    font-size: 13px;
}
.withdraw-bonus-question-mark-container
{
    position: absolute;
    right: -15px;
    top: -10px;
}
.must-drop-jackpot-row-wrapper
{
    grid-template-columns: 300px 210px;
    padding-bottom: 3px;
}
@media(min-width: 768px) and (max-width: 1199px)
{
    .must-drop-jackpot-row-wrapper
    {
        grid-template-columns: 300px 195px;
    }
}
@media(max-width: 767px)
{
    .must-drop-jackpot-row-wrapper
    {
        grid-template-columns: 290px 175px;
    }
}
@media(min-width: 992px)
{
    .title-placeholder
    {
        margin-top: 60px;
    }
}
.must-drop-jackpot-tile-wrapper
{
    align-items: center;
    display: flex;
    gap: 7px;
}
.must-drop-jackpot-tile-wrapper .faq-page-icon
{
    margin-top: 1px;
}
.must-drop-jackpot-tile-container
{
    background-color: #fff;
    border-radius: 17px;
    box-shadow: 0 1px 3px 1px #e1e1e1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 25px;
}
@media(max-width: 992px)
{
    .must-drop-jackpot-tile-container
    {
        padding: 15px;
    }
}
.must-drop-content-top
{
    align-self: center;
    color: #fff;
    margin-bottom: 39px;
    text-align: center;
}
@media(max-width: 768px)
{
    .must-drop-content-top
    {
        margin-bottom: 33px;
    }
}
.must-drop-content-bottom
{
    align-self: center;
    position: relative;
    text-align: right;
}
.must-drop-timer-lable
{
    color: #fff;
    font-size: 12px;
    line-height: 150%;
}
.must-drop-timer
{
    color: #fff;
    font-family: Roboto Mono,monospace;
    font-size: 19px;
    font-weight: 500;
}
.game-row-last-played-wrapper
{
    -webkit-overflow-scrolling: touch;
    display: grid;
    grid-auto-flow: column;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    width: 100%;
}
.game-row-last-played-wrapper>*
{
    margin-right: 10px;
}
@media(min-width: 1200px)
{
    .game-row-last-played-wrapper
    {
        grid-auto-columns: 210px;
        min-height: 230px;
    }
    .game-row-last-played-wrapper>*
    {
        margin-right: 1.25rem;
    }
}
@media(min-width: 768px) and (max-width: 1199px)
{
    .game-row-last-played-wrapper
    {
        grid-auto-columns: 195px;
        min-height: 218px;
    }
    .game-row-last-played-wrapper>*
    {
        margin-right: 1rem;
    }
}
@media(max-width: 767px)
{
    .game-row-last-played-wrapper
    {
        grid-auto-columns: 175px;
        min-height: 198px;
    }
    .game-row-last-played-wrapper>*
    {
        margin-right: .75rem;
    }
}
.freespins-row-container
{
    align-items: center;
    background: #fff;
    border-radius: 17px;
    box-shadow: 0 1px 3px 1px #e1e1e1;
    display: flex;
    justify-content: flex-start;
    text-decoration: none!important;
}
@media(max-width: 767px)
{
    .freespins-row-container
    {
        flex-direction: column;
    }
}
.freespins-row-image-wrapper
{
    border-radius: 17px;
    overflow: hidden;
    position: relative;
}
@media(max-width: 767px)
{
    .freespins-row-image-wrapper
    {
        padding-top: 20px;
        text-align: center;
        width: 100%;
    }
}
.freespins-row-image
{
    border-radius: 17px;
    height: 140px;
    position: relative;
    width: auto;
    z-index: 1;
}
@media(max-width: 767px)
{
    .freespins-row-image
    {
        height: 140px;
    }
}
.freespins-row-text-wrapper
{
    padding-left: 30px;
}
@media(max-width: 767px)
{
    .freespins-row-text-wrapper
    {
        padding: 15px;
        text-align: center;
    }
}
.freespins-row-text-gold
{
    color: #1b1701;
    white-space: nowrap;
}
.freespins-row-button-wrapper
{
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    padding-right: 30px;
}
@media(max-width: 767px)
{
    .freespins-row-button-wrapper
    {
        display: flex;
        flex-grow: 1;
        justify-content: center;
        padding-bottom: 20px;
        padding-right: 0;
        width: 100%;
    }
}
.freespins-row-icon
{
    color: #1b1701;
    font-size: 20px;
}
.registration-form
{
    text-align: center;
}
.registration-form-terms, .registration-form-terms a
{
    color: #1b1701b3;
    font-size: 13px;
}
.registration-method-container, .registration-method-wrapper
{
    display: flex;
    flex-direction: column;
}
.registration-method-wrapper
{
    align-items: center;
}
.registration-method-separator
{
    color: #1b170166;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    margin: 20px auto;
    position: relative;
    width: 250px;
}
.registration-method-separator:before
{
    background-color: #e1e1e1;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 250px;
    z-index: -1;
}
.registration-method-separator:after
{
    background-color: #fff;
    content: "";
    height: 12px;
    left: calc(50% - 20px);
    position: absolute;
    top: 0;
    width: 40px;
    z-index: -1;
}
.btn-back-registration-form-wrapper
{
    align-items: center;
    display: flex;
    margin-bottom: 20px;
    margin-top: -20px;
    text-align: left;
}
.btn-back-registration-form
{
    border: none;
    font-size: 12px;
    margin-right: 15px;
    padding: 7px 20px;
}
.btn-register
{
    border-radius: 30px;
    padding: 12px 24px;
}
.registration-verify-email-icon-wrap-success
{
    background: #fff;
    border-radius: 50%;
    padding: 10px;
}
.registration-verify-email-icon-wrap-success svg
{
    color: #198754;
    display: block;
    height: 60px;
    width: 60px;
}
.registration-verify-email-icon-wrap-success .circle
{
    stroke-dasharray: 76;
    stroke-dashoffset: 76;
    animation: draw 1s forwards;
}
.registration-verify-email-icon-wrap-success .tick
{
    stroke-dasharray: 18;
    stroke-dashoffset: 18;
    animation: draw 1s 1s forwards;
}
@keyframes draw
{
    to
    {
        stroke-dashoffset: 0;
    }
}
.notification-timer
{
    position: relative;
}
.notification-timer .toast-body, .notification-timer .toast-header
{
    background: #fff;
}
.notification-timer:after
{
    animation-duration: 5.05s;
    animation-iteration-count: 1;
    animation-name: timer;
    animation-timing-function: linear;
    background: #ffd814;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform-origin: 0 100%;
    width: 100%;
}
@keyframes timer
{
    0%
    {
        transform: scaleX(1);
    }
    to
    {
        transform: scaleX(0);
    }
}
.question-mark-icon
{
    color: #1b170166;
    font-size: 14px;
    line-height: 14px;
}
.tooltip.show
{
    opacity: 1;
}
.question-mark-tooltip .tooltip-inner
{
    background: #2f2f2f;
    border-radius: 17px;
    max-width: 230px;
    padding: 10px;
    text-align: left!important;
}
.question-mark-tooltip .tooltip-inner ul
{
    margin-bottom: 10px;
    padding-left: 1.25rem;
}
.cfb-container
{
    align-items: stretch;
    background-color: #fff;
    border-radius: 17px;
    box-shadow: 0 1px 3px 1px #e1e1e1;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    position: relative;
    z-index: 1001;
}
@media(max-width: 767px)
{
    .cfb-container
    {
        flex-direction: column;
    }
}
.cfb-content
{
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 20px;
    width: 100%;
}
@media(max-width: 767px)
{
    .cfb-content
    {
        align-items: normal;
        align-self: baseline;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 10px 5px;
    }
}
.cfb-content-text
{
    margin-right: 10px;
}
@media(max-width: 767px)
{
    .cfb-content-text
    {
        margin-right: 0;
    }
}
.logged-out .cfb-content
{
    display: flex;
    justify-content: center;
    padding: 25px 20px;
    text-align: center;
    width: 100%;
}
@media(max-width: 767px)
{
    .logged-out .cfb-content
    {
        padding: 30px 20px;
    }
}
.logged-out .cfb-badge
{
    color: #1b1701;
    font-size: 12px;
    font-weight: 600;
}
.cfb-title
{
    font-weight: 500;
    margin-bottom: 10px;
}
.logged-out .cfb-cta
{
    color: #1b1701;
    font-weight: 600;
}
.cfb-buttons
{
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-left: 15px;
}
@media(max-width: 767px)
{
    .cfb-buttons
    {
        align-items: flex-start;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-left: 0;
        margin-top: 15px;
    }
    .cfb-buttons>*
    {
        width: 100%;
    }
    .cfb-buttons.logged-out
    {
        justify-content: center;
        margin-top: 15px;
    }
}
.cfb-button-confirm
{
    margin-right: 10px;
}
@media(max-width: 767px)
{
    .cfb-button-confirm
    {
        margin-bottom: 10px;
        margin-right: 0;
    }
}
.cfb-image
{
    border-radius: 12px;
    height: 140px;
}
@media(max-width: 767px)
{
    .cfb-image
    {
        height: auto;
        width: 100%;
    }
}
.cfb-modal-buttons-container
{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-container
{
    background: #f0f0f0;
    background: linear-gradient(180deg,#f0f0f0 1%,#fff);
    margin-top: 2rem;
    padding: 4rem 0;
}
@media(max-width: 767px)
{
    .footer-container
    {
        padding: 3rem 0;
    }
}
.footer-logo
{
    margin-bottom: 2rem;
    width: 140px;
}
.footer-content
{
    display: flex;
    flex-direction: row;
}
@media(max-width: 767px)
{
    .footer-content
    {
        flex-direction: column;
    }
}
.footer-info
{
    display: flex;
    flex-basis: 75%;
    flex-direction: column;
    flex-shrink: 0;
    margin-right: 30px;
}
@media(max-width: 767px)
{
    .footer-info
    {
        margin-bottom: 1rem;
        margin-right: 0;
    }
}
.footer-links
{
    display: flex;
    flex-basis: 20%;
    flex-direction: column;
    flex-shrink: 0;
    margin-bottom: .875rem;
}
.footer-link
{
    color: #1b1701b3;
    font-size: .875rem;
    font-weight: 600;
    letter-spacing: .0012em;
    line-height: 150%;
    margin-bottom: .5rem;
    text-decoration: none;
}
.footer-link:active, .footer-link:focus, .footer-link:hover
{
    color: #000;
    color: #1b1701;
}
.footer-images
{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1rem;
    margin-top: 2rem;
}
@media(max-width: 767px)
{
    .footer-images
    {
        justify-content: space-around;
        margin-top: 1rem;
    }
}
.footer-image
{
    height: 40px;
    margin-bottom: 20px;
    width: auto;
}
@media(max-width: 767px)
{
    .footer-image
    {
        height: 30px;
        margin-right: 20px;
        margin-top: 10px;
    }
}
.footer-image-opacity
{
    opacity: .6;
}
.footer-language-select
{
    border-radius: 17px;
    width: 100px;
}
.home_banner-container
{
    background: url(../../willbetgambling/image/banner_background_blured-1.png);
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 17px;
    margin-top: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
}
@media(max-width: 768px)
{
    .home_banner-container
    {
        background: url(../../willbetgambling/image/banner_background_blured_mobile-1.png);
        background-position: 50% 9%;
        background-repeat: no-repeat;
        background-size: 150% 150%;
    }
}
.home_banner-background
{
    height: auto;
    left: 0;
    position: absolute;
    top: -5%;
    width: 100%;
    z-index: 0;
}
@media(max-width: 1399px)
{
    .home_banner-background
    {
        top: 0;
    }
}
@media(max-width: 1199px)
{
    .home_banner-background
    {
        transform: scale(1.2);
        transform-origin: 50% 0;
    }
}
@media(max-width: 991px)
{
    .home_banner-background
    {
        transform: scale(1.5);
        transform-origin: 50% 0;
    }
}
@media(max-width: 768px)
{
    .home_banner-background
    {
        transform-origin: 50% 25%;
    }
}
@media(max-width: 359px)
{
    .home_banner-background
    {
        transform-origin: 50% 0;
    }
}
.home_banner-content_wrapper
{
    display: flex;
    height: 560px;
    position: relative;
    width: 100%;
    z-index: 10;
}
@media(max-width: 1399px)
{
    .home_banner-content_wrapper
    {
        height: 515px;
    }
}
@media(max-width: 768px)
{
    .home_banner-content_wrapper
    {
        height: auto;
    }
}
.home_banner-content
{
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}
@media(max-width: 768px)
{
    .home_banner-content
    {
        flex-direction: column;
        justify-content: space-between;
    }
}
.home_banner-content>div
{
    margin: 0 10px;
}
@media(max-width: 768px)
{
    .home_banner-content>div
    {
        margin: 0;
    }
}
.home_banner-offer-wrapper
{
    position: relative;
}
@media(max-width: 768px)
{
    .home_banner-offer-wrapper
    {
        padding: 60px 0 50px;
        text-align: center;
    }
}
@media(max-width: 359px)
{
    .home_banner-offer-wrapper
    {
        padding: 30px 0;
    }
}
.home_banner-offer-wrapper:before
{
    background: #d5f4ffbf;
    content: "";
    filter: blur(40px);
    height: 180px;
    left: 0;
    position: absolute;
    top: -20px;
    width: 100%;
    z-index: -1;
}
@media(max-width: 768px)
{
    .home_banner-offer-wrapper:before
    {
        background: #a6ebffbf;
        content: "";
        filter: blur(40px);
        height: 100px;
        left: 0;
        position: absolute;
        top: 35px;
        width: 100%;
        z-index: -1;
    }
}
.home_banner-form-container
{
    align-items: center;
    display: flex;
    height: 400px;
    width: 450px;
}
@media(max-width: 768px)
{
    .home_banner-form-container
    {
        height: auto;
        padding: 10px;
        width: 100%;
    }
}
.home_banner-form-wrapper
{
    background-color: #fffffff2;
    border-radius: 12px;
    padding: 40px 30px 20px;
    width: 100%;
}
@media(max-width: 768px)
{
    .home_banner-form-wrapper
    {
        background-color: #fff;
        padding: 35px 15px 20px;
    }
}
.home_banner-welcome-wrapper
{
    background-color: #fffffff2;
    border-radius: 17px;
    padding: 30px;
    width: 100%;
}
@media(max-width: 768px)
{
    .home_banner-welcome-wrapper
    {
        background-color: #fff;
        padding: 40px 20px;
    }
}
.home_banner-form-title
{
    font-weight: 600;
    margin-bottom: 13px;
}
.home_baner-promo_font
{
    font-weight: 600;
    position: relative;
    white-space: nowrap;
}
.home_baner-promo_font:before
{
    background-color: #ffd814;
    background-position: 0 43%;
    background-size: cover;
    content: "";
    font-style: normal;
    height: 100%;
    left: -13%;
    -webkit-mask-image: url(../../willbetgambling/image/P1bFwVG.png);
    mask-image: url(../../willbetgambling/image/P1bFwVG.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    top: 0;
    width: 125%;
    z-index: -1;
}
.home_baner-promo_font:before, .home_banner-left_tree
{
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
}
.home_banner-left_tree
{
    bottom: 0;
    height: 500px;
    left: 0;
    -webkit-mask-image: linear-gradient(180deg,#fff 95%,#fff0);
    mask-image: linear-gradient(180deg,#fff 95%,#fff0);
    width: 200px;
    z-index: 4;
}
.home_banner-left_tree_image
{
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    width: 100%;
}
@media(max-width: 1399px)
{
    .home_banner-left_tree_image
    {
        left: -30px;
    }
}
@media(max-width: 1199px)
{
    .home_banner-left_tree_image
    {
        left: -70px;
    }
}
@media(max-width: 550px)
{
    .home_banner-left_tree_image
    {
        left: -100px;
    }
}
.home_banner-right_tree
{
    bottom: 0;
    height: 500px;
    -webkit-mask-image: linear-gradient(180deg,#fff 95%,#fff0);
    mask-image: linear-gradient(180deg,#fff 95%,#fff0);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    right: 0;
    width: 200px;
    z-index: 4;
}
.home_banner-right_tree_image
{
    height: auto;
    position: absolute;
    width: 100%;
}
@media(max-width: 1399px)
{
    .home_banner-right_tree_image
    {
        right: -30px;
    }
}
@media(max-width: 1199px)
{
    .home_banner-right_tree_image
    {
        right: -50px;
    }
}
@media(max-width: 550px)
{
    .home_banner-right_tree_image
    {
        right: -100px;
    }
}
.home_banner-logged-in
{
    padding: 50px 0 0;
    text-align: center;
}
@media(max-width: 768px)
{
    .home_banner-logged-in
    {
        padding: 35px 0 0;
    }
}
.home_banner-greeting
{
    display: inline-block;
    position: relative;
}
.home_banner-greeting:before
{
    background-color: #ffd814;
    background-position: 0 43%;
    background-size: cover;
    content: "";
    font-style: normal;
    height: 100%;
    left: -13%;
    -webkit-mask-image: url(../../willbetgambling/image/P1bFwVG.png);
    mask-image: url(../../willbetgambling/image/P1bFwVG.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    position: absolute;
    top: 0;
    width: 125%;
    z-index: -1;
}
@media(max-width: 768px)
{
    .home_banner-greeting:before
    {
        left: -10px;
        top: 0;
        width: calc(100% + 20px);
    }
}
.bonus_roll-container
{
    position: relative;
}
.bonus_roll-title-container
{
    align-items: center;
    display: flex;
    gap: 7px;
    justify-content: center;
}
.bonus_roll-title-container .faq-page-icon
{
    margin-top: 1px;
}
.bonus_roll-items_container
{
    height: 280px;
    max-width: 100%;
    perspective: 600px;
    position: relative;
}
@media(max-width: 991px)
{
    .bonus_roll-items_container_mobile-height
    {
        height: 430px;
    }
}
.bonus_roll-attempts_container
{
    margin: 0 auto 20px;
    text-align: center;
}
@media(max-width: 991px)
{
    .bonus_roll-attempts_container
    {
        margin: 0 auto 15px;
    }
}
.bonus_roll-attempts_container span
{
    background-color: #e1e1e1;
    border-radius: 17px;
    color: #1b1701b3;
    font-size: 12px;
    padding: 3px 7px;
}
.bonus_roll-timer_container
{
    align-items: center;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 100px;
    width: 100%;
    z-index: 10;
}
.bonus_roll-timer_wrapper
{
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #ffffffb3;
    border-radius: 17px;
    margin: 10px;
    padding: 30px 20px;
    text-align: center;
}
.bonus_roll-deposit_container
{
    align-items: center;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 100px;
    width: 100%;
    z-index: 10;
}
.bonus_roll-deposit_wrapper
{
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #ffffffb3;
    border-radius: 17px;
    margin: 10px;
    padding: 30px 20px;
    text-align: center;
}
.bonus_roll-arrow
{
    position: absolute;
    right: calc(50% - 130px);
    top: 49px;
    transform: rotate(322deg);
    width: 40px;
    z-index: 5;
}
.bonus_roll-background
{
    background: #fff;
    height: 80%;
    left: 0;
    -webkit-mask-image: url(../../willbetgambling/image/P1bFwVG.png);
    mask-image: url(../../willbetgambling/image/P1bFwVG.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    position: absolute;
    top: 20%;
    width: 100%;
    z-index: -1;
}
.bonus_roll-item-wrapper
{
    height: 235px;
    perspective: 600px;
    position: absolute;
    transition: all .5s ease-in-out;
    width: 154px;
}
.item-1-wrapper.pos-initial
{
    animation-delay: .7s;
    left: calc(50% - 80px);
    top: 0;
}
.item-1-wrapper.pos-default
{
    left: calc(50% - 80px);
    top: 0;
}
@media(max-width: 991px)
{
    .item-1-wrapper.pos-default
    {
        left: calc(50% - 80px);
        top: 0;
    }
}
.item-2-wrapper.pos-initial
{
    animation-delay: 1s;
    left: calc(50% - 80px);
    top: 20px;
}
.item-2-wrapper.pos-default
{
    left: calc(50% - 350px);
    top: 0;
}
@media(max-width: 991px)
{
    .item-2-wrapper.pos-default
    {
        left: 2%;
        top: 170px;
    }
}
.item-3-wrapper.pos-initial
{
    animation-delay: 1.3s;
    right: calc(50% - 75px);
    top: 40px;
}
.item-3-wrapper.pos-default
{
    right: calc(50% - 350px);
    top: 0;
}
@media(max-width: 991px)
{
    .item-3-wrapper.pos-default
    {
        right: 2%;
        top: 190px;
    }
}
.bonus_roll-item
{
    align-items: center;
    border-radius: 17px;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    transform-style: preserve-3d;
    transition: all .5s ease-in-out;
    width: 100%;
}
.bonus_roll-item.item-is-flipped
{
    transform: rotateY(180deg);
}
.bonus_roll-item-front
{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    position: absolute;
    width: 100%;
}
.bonus_roll-item-back, .bonus_roll-item-front
{
    border-radius: 17px;
    box-shadow: 0 5px 15px 0 #0003;
}
.bonus_roll-item-back, .bonus_roll-item-result
{
    transform: rotateY(180deg);
}
.bonus_roll-item-result
{
    color: #fff6;
    font-size: 35px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 0;
    text-align: center;
    transition: all .5s ease-in-out;
    visibility: hidden;
}
.item-result-text
{
    font-size: 15px;
    line-height: 12px;
}
.item-result-currency
{
    font-size: 12px;
}
.item-result-winner
{
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 0 0 5px #c4882b;
}
.result-is-visible
{
    visibility: visible;
}
.animation-shaking
{
    animation-duration: .8s;
    animation-iteration-count: infinite;
    animation-name: spaceboots;
    animation-timing-function: linear;
    transform-origin: 50% 100%;
}
.animation-floating
{
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-name: float;
    animation-timing-function: ease-in-out;
    transform-origin: 50% 100%;
}
.animation-floating:hover img.bonus_roll-item-front, .animation-floating:hover video.bonus_roll-item-front
{
    transform: scale(1.1);
    transition: all .2s ease-in-out;
}
.animation-floating:hover img.bonus_roll-item-back, .animation-floating:hover video.bonus_roll-item-back
{
    transform: rotateY(180deg);
}
.item-1-wrapper.animation-floating
{
    animation-delay: .4s;
    -webkit-animation-delay: .4s;
}
.item-3-wrapper.animation-floating
{
    animation-delay: .8s;
    -webkit-animation-delay: .8s;
}
.item-winner
{
    z-index: 10;
}
@keyframes shake
{
    0%
    {
        transform: skewX(-15deg);
    }
    5%
    {
        transform: skewX(15deg);
    }
    10%
    {
        transform: skewX(-15deg);
    }
    15%
    {
        transform: skewX(15deg);
    }
    20%
    {
        transform: skewX(0deg);
    }
    to
    {
        transform: skewX(0deg);
    }
}
@keyframes shake1
{
    0%
    {
        transform: translate(2px,-10px) rotate(0deg);
    }
    10%
    {
        transform: translate(-10px,-15px) rotate(-2deg);
    }
    20%
    {
        transform: translate(-3px,-10px) rotate(3deg);
    }
    30%
    {
        transform: translateY(2px) rotate(0deg);
    }
    40%
    {
        transform: translate(1px,-10px) rotate(1deg);
    }
    50%
    {
        transform: translate(-1px,20px) rotate(-1deg);
    }
    60%
    {
        transform: translate(-3px,10px) rotate(0deg);
    }
    70%
    {
        transform: translate(2px,1px) rotate(-2deg);
    }
    80%
    {
        transform: translate(-1px,-10px) rotate(4deg);
    }
    90%
    {
        transform: translate(2px,10px) rotate(0deg);
    }
    to
    {
        transform: translate(1px) rotate(-1deg);
    }
}
@keyframes spaceboots
{
    0%
    {
        transform: translate(2px,1px) rotate(0deg);
    }
    10%
    {
        transform: translate(-1px,-2px) rotate(-1deg);
    }
    20%
    {
        transform: translate(-3px) rotate(1deg);
    }
    30%
    {
        transform: translateY(2px) rotate(0deg);
    }
    40%
    {
        transform: translate(1px,-1px) rotate(1deg);
    }
    50%
    {
        transform: translate(-1px,2px) rotate(-1deg);
    }
    60%
    {
        transform: translate(-3px,1px) rotate(0deg);
    }
    70%
    {
        transform: translate(2px,1px) rotate(-1deg);
    }
    80%
    {
        transform: translate(-1px,-1px) rotate(1deg);
    }
    90%
    {
        transform: translate(2px,2px) rotate(0deg);
    }
    to
    {
        transform: translate(1px,-2px) rotate(-1deg);
    }
}
@keyframes float
{
    0%
    {
        transform: translatey(0);
    }
    50%
    {
        transform: translatey(20px);
    }
    to
    {
        transform: translatey(0);
    }
}
.animate__animated.animate__flipCustom
{
    animation-name: flipCustom;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
@keyframes flipCustom
{
    0%
    {
        animation-timing-function: ease-out;
        transform: perspective(1300px) scaleX(1) translateZ(0) rotateY(-1turn);
    }
    40%
    {
        animation-timing-function: ease-out;
        transform: perspective(1300px) scaleX(1) translateZ(150px) rotateY(-190deg);
    }
    50%
    {
        animation-timing-function: ease-in;
        transform: perspective(1300px) scaleX(1) translateZ(150px) rotateY(-170deg);
    }
    80%
    {
        animation-timing-function: ease-in;
        transform: perspective(1300px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);
    }
    to
    {
        animation-timing-function: ease-in;
        transform: perspective(1300px) scaleX(1) translateZ(0) rotateY(0deg);
    }
}
.gsi-material-button
{
    -webkit-appearance: none;
    background-color: #131314;
    background-image: none;
    border: 1px solid #131314;
    border-radius: 20px;
    box-sizing: border-box;
    color: #e3e3e3;
    cursor: pointer;
    font-family: Roboto,arial,sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: .25px;
    max-width: 400px;
    min-width: -webkit-min-content;
    min-width: min-content;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    transition: background-color .218s,border-color .218s,box-shadow .218s;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
}
.gsi-material-button .gsi-material-button-icon
{
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
}
.gsi-material-button .gsi-material-button-content-wrapper
{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
}
.gsi-material-button .gsi-material-button-contents
{
    flex-grow: 1;
    font-family: Roboto,arial,sans-serif;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}
.gsi-material-button .gsi-material-button-state
{
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .218s;
}
.gsi-material-button:disabled
{
    background-color: #13131461;
    border-color: hsla(140,1%,56%,.122);
    cursor: default;
}
.gsi-material-button:disabled .gsi-material-button-state
{
    background-color: hsla(0,0%,89%,.122);
}
.gsi-material-button:disabled .gsi-material-button-contents, .gsi-material-button:disabled .gsi-material-button-icon
{
    opacity: 38%;
}
.gsi-material-button:not(:disabled):active .gsi-material-button-state, .gsi-material-button:not(:disabled):focus .gsi-material-button-state
{
    background-color: #fff;
    opacity: 12%;
}
.gsi-material-button:not(:disabled):hover
{
    box-shadow: 0 1px 2px 0 #3c40434d,0 1px 3px 1px #3c404326;
}
.gsi-material-button:not(:disabled):hover .gsi-material-button-state
{
    background-color: #fff;
    opacity: 8%;
}
.responsible-gaming-wrapper
{
    align-items: center;
    background: #fff;
    border-radius: 17px;
    box-shadow: 0 1px 3px 1px #e1e1e1;
    display: flex;
    padding: 10px;
}
@media(max-width: 991px)
{
    .responsible-gaming-wrapper
    {
        flex-direction: column-reverse;
        padding-bottom: 25px;
    }
}
.responsible-gaming-content-wrapper
{
    flex-basis: 50%;
    flex-shrink: 0;
    padding: 10px;
    text-align: center;
}
@media(max-width: 991px)
{
    .responsible-gaming-content-wrapper
    {
        flex-basis: 100%;
        margin-top: 10px;
        padding: 0;
    }
}
.responsible-gaming-image-wrapper
{
    flex-basis: 50%;
    flex-shrink: 0;
    text-align: right;
}
@media(max-width: 991px)
{
    .responsible-gaming-image-wrapper
    {
        flex-basis: 100%;
    }
}
.responsible-gaming-image
{
    border-radius: 12px;
    height: auto;
    width: 100%;
}
.responsible-gaming-logos
{
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
}
@media(max-width: 991px)
{
    .responsible-gaming-logos
    {
        justify-content: space-evenly;
        margin-top: 30px;
    }
}
.responsible-gaming-logo
{
    height: 40px;
    margin-right: 50px;
}
@media(max-width: 991px)
{
    .responsible-gaming-logo
    {
        margin-right: 0;
    }
}
.deposit-payment-method-container
{
    padding: 15px 15px 135px;
}
@media(max-width: 991px)
{
    .deposit-payment-method-container
    {
        padding: 10px 10px 135px;
    }
}
.deposit-payment-method-title
{
    margin-bottom: 15px;
}
.btn-choose-payment
{
    align-items: center;
    background: #f0f0f0;
    border-radius: 17px;
    color: #1b1701b3;
    display: flex;
    font-weight: 500;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}
.btn-choose-payment:active, .btn-choose-payment:focus, .btn-choose-payment:hover
{
    background: #f0f0f0;
    color: #1b1701;
}
.btn-choose-payment img
{
    margin: 3px 13px 3px 0;
    max-height: 30px;
    max-width: 300px;
}
.choose-payment-bonus
{
    background: #ffd814;
    border-radius: 10px;
    font-size: 12px;
    margin-left: 10px;
    padding: 0 10px;
}
.welcome_modal .modal-content
{
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    background-color: #0000;
}
.welcome_modal .modal-body
{
    display: flex;
    justify-content: center;
    padding: 0;
}
.welcome_modal .welcome_modal_timer_wrapper
{
    background: #e1e1e1;
    background-color: #d93744;
    border-radius: 17px;
    bottom: 0;
    color: #fff;
    font-family: Roboto Mono,monospace;
    font-size: 11px;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    -webkit-mask-image: url(../../willbetgambling/image/P1bFwVG.png);
    mask-image: url(../../willbetgambling/image/P1bFwVG.png);
    -webkit-mask-position: 30%;
    mask-position: 30%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 105% 100%;
    mask-size: 105% 100%;
    padding: 3px 15px;
    position: absolute;
    right: 27px;
    right: auto;
    white-space: nowrap;
}
@media(max-width: 767px)
{
    .welcome_modal .welcome_modal_timer_wrapper
    {
        font-size: 13px;
    }
}
.welcome_modal_image
{
    max-width: 450px;
    width: 100%;
}
.welcome_modal_button, .welcome_modal_button:active, .welcome_modal_button:hover
{
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background: linear-gradient(0deg,#21ae48,#33db41);
    border-radius: 40em;
    border-style: none;
    bottom: 17%;
    box-shadow: inset 0 -8px 8px #2bb50d,inset 0 8px 8px #5ae53f;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 1.5rem 3rem;
    position: absolute;
    text-shadow: 0 1px #000000b3;
}
@media(max-width: 767px)
{
    .welcome_modal_button, .welcome_modal_button:active, .welcome_modal_button:hover
    {
        bottom: 17%;
        font-size: 20px;
        padding: 20px 35px;
    }
}
.registration_banner_background
{
    margin: -15px;
    position: absolute;
    width: 100%;
    z-index: -1;
}
@media(max-width: 768px)
{
    .registration_banner_background
    {
        margin: -10px;
    }
}
.registration_banner_image
{
    position: absolute;
    right: -5%;
    width: 45%;
    z-index: -1;
}
@media(max-width: 768px)
{
    .registration_banner_image
    {
        right: -5%;
        width: 55%;
    }
}
.registration_banner_arrow
{
    height: 80px;
    left: 58px;
    position: absolute;
    top: 150px;
    z-index: 1;
}
@media(max-width: 768px)
{
    .registration_banner_arrow
    {
        height: 72px;
        left: 15px;
        top: 110px;
    }
}
.registration_banner_container
{
    margin: 10px 0 50px;
}
@media(max-width: 768px)
{
    .registration_banner_container
    {
        margin: 10px 0 40px;
    }
}
.registration_banner_content
{
    text-align: center;
    width: 65%;
}
.registration_banner_content_background
{
    background-color: #1b1701;
    -webkit-mask-image: url(../../willbetgambling/image/P1bFwVG.png);
    mask-image: url(../../willbetgambling/image/P1bFwVG.png);
    -webkit-mask-position: 30%;
    mask-position: 30%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 105% 100%;
    mask-size: 105% 100%;
    padding: 20px 50px;
    text-align: center;
    white-space: nowrap;
}
@media(max-width: 768px)
{
    .registration_banner_content_background
    {
        padding: 15px 20px;
    }
}
.registration_banner_content_badges
{
    height: 25px;
    padding: 0 30px;
}
.registration_banner_content_title
{
    color: #ffd814;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 0;
}
@media(max-width: 768px)
{
    .registration_banner_content_title
    {
        font-size: 20px;
    }
}
.registration_banner_content_subtitle
{
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}
@media(max-width: 768px)
{
    .registration_banner_content_subtitle
    {
        font-size: 12px;
    }
}
.deposit_banner_background
{
    margin-top: -65px;
    position: absolute;
    width: 100%;
    z-index: -1;
}
@media(max-width: 768px)
{
    .deposit_banner_background
    {
        margin-top: -55px;
    }
}
.deposit_banner_image
{
    float: left;
    margin-left: 10px;
    position: relative;
    width: 150px;
    z-index: -1;
}
@media(max-width: 768px)
{
    .deposit_banner_image
    {
        margin-left: 0;
        width: 140px;
    }
}
.deposit_banner_arrow
{
    height: 67px;
    position: absolute;
    right: 60%;
    top: 120px;
    transform: rotate(87deg);
    z-index: 1;
}
@media(max-width: 768px)
{
    .deposit_banner_arrow
    {
        height: 54px;
        right: 58%;
        top: 108px;
        transform: rotate(77deg);
    }
}
.deposit_banner_container
{
    margin-bottom: 10px;
}
@media(max-width: 768px)
{
    .deposit_banner_container
    {
        margin: 0 0 15px;
    }
}
.deposit_banner_content
{
    margin-left: auto;
    position: relative;
    text-align: right;
    width: 65%;
}
@media(max-width: 768px)
{
    .deposit_banner_content
    {
        width: 68%;
    }
}
.deposit_banner_content_background
{
    background-color: #1b1701;
    margin-top: -17px;
    -webkit-mask-image: url(../../willbetgambling/image/P1bFwVG.png);
    mask-image: url(../../willbetgambling/image/P1bFwVG.png);
    -webkit-mask-position: 30%;
    mask-position: 30%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 110% 100%;
    mask-size: 110% 100%;
    padding: 20px 50px 10px 0;
    white-space: nowrap;
}
@media(max-width: 768px)
{
    .deposit_banner_content_background
    {
        margin-top: -13px;
        padding: 15px 30px 10px 10px;
    }
}
.deposit_banner_content_title
{
    color: #ffd814;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
}
@media(max-width: 768px)
{
    .deposit_banner_content_title
    {
        font-size: 20px;
    }
}
.deposit_banner_content_subtitle
{
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}
@media(max-width: 768px)
{
    .deposit_banner_content_subtitle
    {
        font-size: 12px;
    }
}
.deposit_banner-timer-wrapper
{
    background: #dc3545;
    border-radius: 17px;
    color: #fff;
    display: inline-block;
    font-family: Roboto Mono,monospace;
    font-size: 11px;
    font-weight: 500;
    margin: 0 15px 0 0;
    -webkit-mask-image: url(../../willbetgambling/image/P1bFwVG.png);
    mask-image: url(../../willbetgambling/image/P1bFwVG.png);
    -webkit-mask-position: 30%;
    mask-position: 30%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 105% 100%;
    mask-size: 105% 100%;
    padding: 3px 15px;
    position: relative;
    white-space: nowrap;
    z-index: 2;
}
@media(max-width: 768px)
{
    .deposit_banner-timer-wrapper
    {
        margin-right: 5px;
    }
}
.email_opt_in_form_email
{
    font-weight: 600;
}
.email_opt_in_form .form-check-label
{
    color: #1b1701b3;
    font-size: 14px;
    margin-bottom: 10px;
}
.bonus-card-timer-wrapper, .bonus-tile-timer-wrapper, .verify-phone-title-spins, .weekly-bonus-timer-wrapper
{
    -webkit-mask-image: url(../../willbetgambling/image/P1bFwVG.png);
    mask-image: url(../../willbetgambling/image/P1bFwVG.png);
    -webkit-mask-position: 30%;
    mask-position: 30%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 105% 100%;
    mask-size: 105% 100%;
    white-space: nowrap;
}
.verify-phone-title-spins
{
    background-color: #1b1701;
    color: #ffd814;
    margin-left: -5px;
    margin-right: -2px;
    padding: 0 15px;
}
.bonus-tile-timer-wrapper
{
    padding-bottom: 5px;
    padding-top: 5px;
    top: -2px;
}
.weekly-bonus-timer-wrapper
{
    padding-bottom: 5px;
    padding-top: 5px;
    top: -9px;
}
.bonus-card-timer-wrapper
{
    padding: 3px 15px;
    top: -2px;
}
.daily-drop
{
    background-image: url(../../willbetgambling/image/jackpot-daily-14.png);
}
.daily-drop, .hourly-drop
{
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.hourly-drop
{
    background-image: url(../../willbetgambling/image/jackpot-daily-15.png);
}
.must-drop-title-daily, .must-drop-title-hourly
{
    color: #ffd814;
    font-size: 32px;
}
.home_banner_container_theme
{
    background-image: url(../../willbetgambling/image/home_banner_background.jpg);
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 17px;
    margin-top: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
}
@media(max-width: 1199px)
{
    .home_banner_container_theme
    {
        background-position-y: 0;
    }
}
.home_banner_content_wrapper_theme
{
    display: flex;
    height: 560px;
    position: relative;
    width: 100%;
    z-index: 10;
}
@media(max-width: 1399px)
{
    .home_banner_content_wrapper_theme
    {
        height: 515px;
    }
}
.home_banner_images_theme
{
    z-index: -1;
}
@media(max-width: 768px)
{
    .home_banner_images_theme
    {
        height: 250px;
        margin-bottom: -70px;
        margin-top: 20px;
    }
}
.home_banner_content_theme
{
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    width: 100%;
}
@media(max-width: 768px)
{
    .home_banner_content_theme
    {
        flex-direction: column;
        justify-content: flex-start;
    }
}
.home_banner_content_background_theme
{
    background-color: #1b1701;
    -webkit-mask-image: url(../../willbetgambling/image/P1bFwVG.png);
    mask-image: url(../../willbetgambling/image/P1bFwVG.png);
    -webkit-mask-position: 30%;
    mask-position: 30%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 105% 100%;
    mask-size: 105% 100%;
    padding: 35px 60px;
    text-align: center;
    white-space: nowrap;
}
@media(max-width: 768px)
{
    .home_banner_content_background_theme
    {
        padding: 25px 40px;
    }
}
.surtile_theme
{
    color: #fff;
}
.title_theme
{
    color: #ffd814;
    font-weight: 700;
}
@media(min-width: 1200px)
{
    .title_theme
    {
        font-size: 45px;
    }
}
.subtitle_theme
{
    color: #fff;
}
.home_banner_container_theme_olympus
{
    background-image: url(../../willbetgambling/image/home_banner_background1.jpg);
}
.registration_banner_arrow_olympus
{
    height: 68px;
    left: 110px;
    position: absolute;
    top: 168px;
    z-index: 1;
}
@media(max-width: 768px)
{
    .registration_banner_arrow_olympus
    {
        left: 30px;
        top: 120px;
    }
}
.deposit_banner_image_olympus
{
    float: left;
    margin-left: 10px;
    position: relative;
    width: 140px;
    z-index: -1;
}
@media(max-width: 768px)
{
    .deposit_banner_image_olympus
    {
        margin-left: 0;
        width: 120px;
    }
}
.home_banner_container_theme_brazil
{
    background-image: url(../../willbetgambling/image/home_banner_background2.jpg);
    background-position: 50%;
}
@media(max-width: 1399px)
{
    .home_banner_images_theme_brazil
    {
        max-width: 500px;
    }
}
.registration_banner_arrow_brazil
{
    height: 68px;
    left: 110px;
    position: absolute;
    top: 168px;
    z-index: 1;
}
@media(max-width: 768px)
{
    .registration_banner_arrow_brazil
    {
        left: 30px;
        top: 120px;
    }
    .registration_banner_image_brazil
    {
        right: -10%;
    }
}
.deposit_banner_image_brazil
{
    float: left;
    margin-left: 10px;
    position: relative;
    width: 140px;
    z-index: -1;
}
@media(max-width: 768px)
{
    .deposit_banner_image_brazil
    {
        margin-left: 0;
        width: 120px;
    }
}
.home_banner_container_theme_crazy_time
{
    background-image: url(../../willbetgambling/image/home_banner_background3.jpg);
    background-position: 50%;
}
.home_banner_images_theme_crazy_time
{
    z-index: 0;
}
@media(max-width: 1399px)
{
    .home_banner_images_theme_crazy_time
    {
        max-width: 500px;
    }
}
.home_banner_images_theme_crazy_time_2
{
    bottom: -31px;
    height: 422px;
    left: -94px;
    position: absolute;
    z-index: 1;
}
@media(max-width: 1399px)
{
    .home_banner_images_theme_crazy_time_2
    {
        bottom: 4px;
        height: 350px;
        left: -40px;
    }
}
@media(max-width: 768px)
{
    .home_banner_images_theme_crazy_time_2
    {
        bottom: -13px;
        height: 220px;
        left: -44px;
    }
}
.registration_banner_arrow_crazy_time
{
    height: 68px;
    left: 110px;
    position: absolute;
    top: 168px;
    z-index: 1;
}
@media(max-width: 768px)
{
    .registration_banner_arrow_crazy_time
    {
        left: 30px;
        top: 120px;
    }
    .registration_banner_image_crazy_time
    {
        right: -10%;
    }
}
.deposit_banner_image_crazy_time
{
    float: left;
    margin-left: 10px;
    position: relative;
    width: 120px;
    z-index: -1;
}
@media(max-width: 768px)
{
    .deposit_banner_image_crazy_time
    {
        margin-left: 0;
        width: 100px;
    }
}
.home_banner_container_theme_dragon_kingdom
{
    background-image: url(../../willbetgambling/image/home_banner_background4.jpg);
    background-position: 50%;
}
@media(max-width: 768px)
{
    .home_banner_container_theme_dragon_kingdom
    {
        background-position-x: -120px;
    }
}
.home_banner_images_theme_dragon_kingdom
{
    margin-top: 50px;
    max-width: 600px;
}
@media(max-width: 1399px)
{
    .home_banner_images_theme_dragon_kingdom
    {
        margin-top: 20px;
        max-width: 500px;
    }
}
@media(max-width: 768px)
{
    .home_banner_images_theme_dragon_kingdom
    {
        height: auto;
        margin-top: 20px;
        max-width: 340px;
    }
}
.registration_banner_arrow_dragon_kingdom
{
    height: 68px;
    left: 110px;
    position: absolute;
    top: 168px;
    z-index: 1;
}
@media(max-width: 768px)
{
    .registration_banner_arrow_dragon_kingdom
    {
        left: 30px;
        top: 120px;
    }
}
.registration_banner_image_dragon_kingdom
{
    right: -8%;
}
@media(max-width: 768px)
{
    .registration_banner_image_dragon_kingdom
    {
        right: -17%;
    }
}
.deposit_banner_image_dragon_kingdom
{
    float: left;
    margin-left: 10px;
    position: relative;
    width: 185px;
    z-index: -1;
}
@media(max-width: 768px)
{
    .deposit_banner_image_dragon_kingdom
    {
        margin-left: 0;
        width: 140px;
    }
}
.home_banner_container_theme_vip_10
{
    background-image: url(../../willbetgambling/image/home_banner_background5.jpg);
    background-position: 50%;
}
.theme_vip_banner_container
{
    background-image: url(../../willbetgambling/image/home_banner_loggedin_background.jpg);
    background-position: top;
}
@media(max-width: 768px)
{
    .theme_vip_banner_image
    {
        height: auto;
        margin-bottom: 0;
        margin-top: -20px;
        max-height: 100px;
        width: auto;
    }
}
.theme_vip_banner_image_text_container
{
    bottom: 13%;
    position: absolute;
    text-align: center;
    width: 100%;
}
.theme_vip_banner_image_text
{
    color: #fff;
    margin-bottom: 15px;
    opacity: .75;
}
@media(max-width: 768px)
{
    .theme_vip_banner_image_text
    {
        margin-bottom: 0;
    }
}
.theme_vip_banner_text_wrapper
{
    padding-top: 0;
}
.theme_vip_banner_text_wrapper h2
{
    color: #fff;
}
@media(min-width: 769px)
{
    .theme_vip_banner_text_wrapper h2
    {
        text-align: left;
    }
}
.theme_vip_banner_text_list
{
    color: #fff;
    column-count: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-type: none;
    margin: 10px 0 0;
    padding: 0;
    text-align: left;
}
@media(max-width: 768px)
{
    .theme_vip_banner_text_list
    {
        column-count: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        margin-bottom: 5px;
        margin-top: 15px;
        text-align: center;
    }
}
.theme_vip_banner_text_list li:before
{
    content: "✓";
    margin-right: 7px;
}
.theme_vip_banner_text_list li
{
    font-size: 14px;
    margin-bottom: 5px;
    opacity: .75;
}
.registration_banner_arrow_vip_10
{
    height: 68px;
    left: 110px;
    position: absolute;
    top: 168px;
    z-index: 1;
}
@media(max-width: 768px)
{
    .registration_banner_arrow_vip_10
    {
        left: 30px;
        top: 120px;
    }
}
.deposit_banner_image_vip_10
{
    float: left;
    margin-left: 10px;
    position: relative;
    width: 120px;
    z-index: -1;
}
@media(max-width: 768px)
{
    .deposit_banner_image_vip_10
    {
        margin-left: 6px;
        width: 120px;
    }
}
.deposit_banner_content_background_vip_10
{
    padding: 18px 30px 15px 10px;
}
.deposit_banner_content_subtitle_vip_10
{
    font-size: 14px;
    text-align: right;
}
@media(max-width: 768px)
{
    .deposit_banner_content_subtitle_vip_10
    {
        font-size: 12px;
    }
}
.deposit_banner_content_subtitle_vip_10 span
{
    color: #ffd814;
    font-weight: 500;
}
.home_banner_container_theme_christmas
{
    background-image: url(../../willbetgambling/image/home_banner_background6.jpg);
    background-position: 50%;
}
.deposit_banner_image_christmas
{
    float: left;
    margin-left: 15px;
    position: relative;
    width: 140px;
    z-index: -1;
}
@media(max-width: 768px)
{
    .deposit_banner_image_christmas
    {
        margin-left: 10px;
        width: 120px;
    }
}
.home_banner_container_theme_egypt
{
    background-image: url(../../willbetgambling/image/home_banner_background7.jpg);
}
.deposit_banner_image_egypt
{
    float: left;
    margin-left: 20px;
    position: relative;
    width: 110px;
    z-index: -1;
}
@media(max-width: 768px)
{
    .deposit_banner_image_egypt
    {
        margin-left: 15px;
        width: 90px;
    }
}
.registration_banner_content_title_egypt_0
{
    font-size: 35px;
    line-height: 41px;
}
@media(max-width: 768px)
{
    .registration_banner_content_title_egypt_0
    {
        font-size: 26px;
        line-height: 30px;
    }
}
.registration_banner_content_subtitle_egypt_0
{
    white-space: normal;
}
@media(max-width: 768px)
{
    .registration_banner_content_subtitle_egypt_0
    {
        padding: 0 10px;
    }
}
.home_banner_container_theme_wolf_gold
{
    background-image: url(../../willbetgambling/image/home_banner_background8.jpg);
}
.registration_banner_image_wolf_gold
{
    right: -10%;
}
@media(max-width: 768px)
{
    .registration_banner_image_wolf_gold
    {
        right: -18%;
    }
}
.deposit_banner_image_wolf_gold
{
    float: left;
    margin-left: 20px;
    position: relative;
    width: 110px;
    z-index: -1;
}
@media(max-width: 768px)
{
    .deposit_banner_image_wolf_gold
    {
        margin-left: 15px;
        width: 90px;
    }
}
.home_banner_container_theme_burning_fortunator
{
    background-image: url(../../willbetgambling/image/home_banner_background9.jpg);
}
.registration_banner_image_burning_fortunator
{
    right: 0;
}
@media(max-width: 768px)
{
    .registration_banner_image_burning_fortunator
    {
        right: -5%;
    }
}/*# sourceMappingURL=main.bbe13942.css.map*/