﻿body
{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    margin: 0;
}
html
{
    overflow-x: hidden;
}
a
{
    color: #fff;
}
code
{
    font-family: source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;
}
.footer-container
{
    background-color: #1c1c1c;
    border-top: 1px solid #808080;
    color: #a1a1a1;
    padding: 60px 0 0;
}
.footer-container .footer-content
{
    justify-content: space-between;
    padding-bottom: 80px;
}
.footer-container .footer-content .footer-item
{
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 345px;
}
.footer-container .footer-content .footer-item .title
{
    color: #ffff01;
    font-size: 20px;
    font-weight: 700;
}
.footer-container .footer-content .footer-item .footer-links
{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.footer-container .footer-content .footer-item .footer-links>a
{
    color: #a1a1a1;
    font-weight: 700;
    text-decoration: none;
}
.footer-container .footer-content .footer-item .footer-images
{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.footer-container .footer-content .footer-item .footer-images img
{
    height: 50px;
}
.footer-container .footer-content .footer-item:nth-child(2)
{
    order: -1;
}
@media screen and (max-width: 768px)
{
    .footer-container .footer-content
    {
        flex-direction: column;
        gap: 32px;
    }
}
.footer-container .footer-copyright
{
    background: #0d0d0d 0 0 no-repeat padding-box;
    padding: 27px 0;
    width: 100%;
}
.footer-container .footer-copyright .footer-copyright-content
{
    align-items: center;
    display: flex;
    gap: 20px;
    max-width: 1600px;
}
.footer-container .footer-copyright .footer-copyright-content>div:first-child
{
    align-items: center;
    display: flex;
    gap: 20px;
}
@media screen and (max-width: 768px)
{
    .footer-container .footer-copyright .footer-copyright-content
    {
        flex-direction: column;
        max-width: 350px;
    }
}
.content
{
    align-items: center;
    display: flex;
    margin: auto;
    max-width: 1408px;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 768px)
{
    .content
    {
        max-width: 350px;
    }
}
.rd-text
{
    display: inline;
    width: 100%;
}
.read-or-hide
{
    color: #ffff01;
    cursor: pointer;
}
.info-container
{
    background: #01010a 0 0 no-repeat padding-box;
    padding: 163px 10vw 30px;
}
@media(max-width: 560px)
{
    .info-container
    {
        padding: 15vh 16px 0;
    }
}
.info-container .info-content
{
    align-items: flex-start;
    background: #0d0d12 0 0 no-repeat padding-box;
    border-radius: 8px;
    box-sizing: border-box;
    color: #a1a1a1;
    flex-direction: column;
    padding: 20px 40px 16px 24px;
}
.info-container .info-content p
{
    font-size: 14px;
}
.info-container .info-content h3
{
    color: hsla(0,0%,100%,.6);
    font-size: 24px;
    margin: 10px 0;
}
.info-container .info-content .see-more
{
    align-items: center;
    background-color: transparent;
    border: none;
    color: hsla(0,0%,100%,.6);
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin: 12px 0;
    padding: 0;
}
.info-container .info-content .see-more img
{
    margin-left: 8px;
}
.top-bar-container
{
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 5vh;
    position: relative;
    width: 100%;
    z-index: 3;
}
@media screen and (max-width: 768px)
{
    .top-bar-container
    {
        padding-top: 0;
    }
}
.top-bar-container .top-bar-wrapper
{
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
@media(min-width: 769px)
{
    .top-bar-container .top-bar-wrapper .top-bar-logo
    {
        margin-left: 5vw;
    }
}
.top-bar-container .top-bar-wrapper .lowerLogo
{
    margin-top: 5vh;
}
.top-bar-container .top-bar-wrapper .controls-container
{
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 12px;
    gap: 24px;
}
@media screen and (max-width: 768px)
{
    .top-bar-container .top-bar-wrapper .controls-container
    {
        border-bottom: 1px solid hsla(0,0%,50%,.2);
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
        padding-bottom: 10px;
        width: 100%;
    }
    .top-bar-container .top-bar-wrapper
    {
        flex-direction: column-reverse;
    }
}
.top-bar-container.disableMenu
{
    margin-top: 10px;
}
@media screen and (max-width: 768px)
{
    .top-bar-container
    {
        margin-top: 10px;
    }
}
.button
{
    border: none;
    border-radius: 40px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.button.type1
{
    background-color: transparent;
    border: 1px solid #ffff01;
    font-size: 14px;
    padding: 16px 64px;
    transition: all .3s ease-in-out 0ms;
}
.button.type1:hover
{
    background: #ffff01;
    color: #000;
}
.button.type2
{
    -webkit-animation: pulse 2s cubic-bezier(.25,0,0,1) 3s infinite;
    animation: pulse 2s cubic-bezier(.25,0,0,1) 3s infinite;
    background-color: #ffff01;
    box-shadow: 0 0 0 0 #ffff01;
    color: #000;
    font-size: 24px;
    padding: 22px 120px;
}
@-webkit-keyframes pulse
{
    to
    {
        box-shadow: 0 0 0 18px hsla(0,0%,100%,0);
    }
}
@keyframes pulse
{
    to
    {
        box-shadow: 0 0 0 18px hsla(0,0%,100%,0);
    }
}
@media screen and (max-width: 768px)
{
    .button.type2
    {
        font-size: 18px;
        padding: 16px 90px;
    }
}
.footballView
{
    background-color: transparent;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.footballView, .footballView .info
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.footballView .info
{
    align-items: center;
}
.footballView .info h1
{
    color: hsla(0,0%,100%,.871);
    font-size: 4.69vw;
    margin: 0;
    position: relative;
    z-index: 99;
}
@media screen and (max-width: 768px)
{
    .footballView .info h1
    {
        font-size: 40px;
    }
}
.footballView .info h2
{
    color: #ffff01;
    font-size: 6.25vw;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    z-index: 99;
}
@media screen and (max-width: 768px)
{
    .footballView .info h2
    {
        font-size: 60px;
    }
}
.footballView .info .footballButton
{
    -webkit-animation: pulse_and_shake 2.5s linear infinite;
    animation: pulse_and_shake 2.5s linear infinite;
    background: #ffff01 0 0 no-repeat padding-box;
    border-radius: 40px;
    color: #211e1e;
    font-size: 1.25vw;
    font-weight: 700;
    margin-top: 11vh;
    padding: 1.14vw 5.2vw;
    position: relative;
    text-decoration: none;
    z-index: 100;
}
@media screen and (max-width: 768px)
{
    .footballView .info .footballButton
    {
        font-size: 16px;
        padding: 16px 60px;
    }
}
.footballView .info .ball
{
    -webkit-animation: bounce 1s linear infinite;
    animation: bounce 1s linear infinite;
    bottom: -30%;
    position: absolute;
}
.footballView .info .ball img
{
    height: auto;
    width: 8.4vw;
}
@media screen and (max-width: 768px)
{
    .footballView .info .ball img
    {
        height: 100%;
        width: 100%;
    }
}
.footballView .playerOne, .footballView .playerTwo
{
    bottom: 0;
    position: absolute;
}
.footballView .playerOne
{
    -webkit-animation: left_to_right 2s linear infinite;
    animation: left_to_right 2s linear infinite;
    left: 10%;
}
@media screen and (max-width: 768px)
{
    .footballView .playerOne
    {
        -webkit-animation: left_to_right_mobile 2s linear infinite;
        animation: left_to_right_mobile 2s linear infinite;
        bottom: auto;
        left: -15%;
    }
}
.footballView .playerOne img
{
    height: auto;
    width: 22vw;
}
@media screen and (max-width: 768px)
{
    .footballView .playerOne img
    {
        height: 100%;
        width: 100%;
    }
}
.footballView .playerTwo
{
    -webkit-animation: right_to_left 2s linear infinite;
    animation: right_to_left 2s linear infinite;
    right: 0;
}
@media screen and (max-width: 768px)
{
    .footballView .playerTwo
    {
        display: none;
    }
}
.footballView .playerTwo img
{
    height: auto;
    width: 35vw;
}
.footballView .cards
{
    bottom: -12%;
    display: flex;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media screen and (max-widh: 768px)
{
    .footballView .cards
    {
        width: 100%;
    }
}
.footballView .swiperContainer
{
    bottom: -13%;
    position: absolute;
    width: 100%;
}
@-webkit-keyframes left_to_right
{
    0%
    {
        left: 10%;
    }
    30%
    {
        left: 14%;
    }
}
@keyframes left_to_right
{
    0%
    {
        left: 10%;
    }
    30%
    {
        left: 14%;
    }
}
@-webkit-keyframes right_to_left
{
    0%
    {
        right: 0;
    }
    30%
    {
        right: 4%;
    }
}
@keyframes right_to_left
{
    0%
    {
        right: 0;
    }
    30%
    {
        right: 4%;
    }
}
@-webkit-keyframes left_to_right_mobile
{
    0%
    {
        left: -15%;
    }
    50%
    {
        left: -5%;
    }
}
@keyframes left_to_right_mobile
{
    0%
    {
        left: -15%;
    }
    50%
    {
        left: -5%;
    }
}
@-webkit-keyframes pulse_and_shake
{
    0%
    {
        -webkit-transform: scale(100%);
        transform: scale(100%);
    }
    50%
    {
        -webkit-transform: scale(110%);
        transform: scale(110%);
    }
    70%
    {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    80%
    {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    90%
    {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    to
    {
        -webkit-transform: scale(100%);
        transform: scale(100%);
    }
}
@keyframes pulse_and_shake
{
    0%
    {
        -webkit-transform: scale(100%);
        transform: scale(100%);
    }
    50%
    {
        -webkit-transform: scale(110%);
        transform: scale(110%);
    }
    70%
    {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    80%
    {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    90%
    {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    to
    {
        -webkit-transform: scale(100%);
        transform: scale(100%);
    }
}
@-webkit-keyframes bounce
{
    0%
    {
        bottom: -30%;
    }
    50%
    {
        bottom: 10%;
    }
}
@keyframes bounce
{
    0%
    {
        bottom: -30%;
    }
    50%
    {
        bottom: 10%;
    }
}
@font-face
{
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, 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");
}
:root
{
    --swiper-theme-color: #007aff;
}
.swiper
{
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}
.swiper-vertical>.swiper-wrapper
{
    flex-direction: column;
}
.swiper-wrapper
{
    box-sizing: initial;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    width: 100%;
    z-index: 1;
}
.swiper-android .swiper-slide, .swiper-wrapper
{
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.swiper-pointer-events
{
    touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical
{
    touch-action: pan-x;
}
.swiper-slide
{
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    width: 100%;
}
.swiper-slide-invisible-blank
{
    visibility: hidden;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide
{
    height: auto;
}
.swiper-autoheight .swiper-wrapper
{
    align-items: flex-start;
    transition-property: height,-webkit-transform;
    transition-property: transform,height;
    transition-property: transform,height,-webkit-transform;
}
.swiper-backface-hidden .swiper-slide
{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper
{
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper
{
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top
{
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow
{
    background: rgba(0,0,0,.15);
}
.swiper-3d .swiper-slide-shadow-left
{
    background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent);
}
.swiper-3d .swiper-slide-shadow-right
{
    background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent);
}
.swiper-3d .swiper-slide-shadow-top
{
    background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent);
}
.swiper-3d .swiper-slide-shadow-bottom
{
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent);
}
.swiper-css-mode>.swiper-wrapper
{
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none;
}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar
{
    display: none;
}
.swiper-css-mode>.swiper-wrapper>.swiper-slide
{
    scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode>.swiper-wrapper
{
    scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode>.swiper-wrapper
{
    scroll-snap-type: y mandatory;
}
.swiper-centered>.swiper-wrapper:before
{
    content: "";
    flex-shrink: 0;
    order: 9999;
}
.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child
{
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal>.swiper-wrapper:before
{
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child
{
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical>.swiper-wrapper:before
{
    height: var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%;
}
.swiper-centered>.swiper-wrapper>.swiper-slide
{
    scroll-snap-align: center center;
}
.card
{
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 21vh;
    justify-content: center;
    position: relative;
    width: 22vw;
}
@media screen and (max-width: 768px)
{
    .card
    {
        height: 192px;
        width: 274px;
    }
}
.card:first-of-type
{
    margin-right: 40px;
}
@media screen and (max-width: 768px)
{
    .card:first-of-type
    {
        margin-right: 0;
    }
}
.card img
{
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.card .cardTitle
{
    color: hsla(0,0%,100%,.871);
    font-size: 1.25vw;
    margin: 0;
    padding-left: 3.5vw;
    position: relative;
    z-index: 10;
}
@media screen and (max-width: 768px)
{
    .card .cardTitle
    {
        align-items: center;
        display: flex;
        font-size: 18px;
        height: 50%;
        justify-content: center;
        padding-left: 80px;
    }
}
.card .cardDescription
{
    color: hsla(0,0%,100%,.8);
    font-size: .83vw;
    margin: 0;
    padding-left: 3vw;
    padding-right: 2vw;
    padding-top: 4vh;
    position: relative;
    z-index: 10;
}
@media screen and (max-width: 768px)
{
    .card .cardDescription
    {
        font-size: 14px;
        height: 50%;
        line-height: 20px;
        padding-left: 30px;
        padding-right: 10px;
        padding-top: 0;
    }
}
.card .cardDescription .yellow
{
    color: #ffff01;
    font-size: .83vw;
    font-weight: 700;
}
@media screen and (max-width: 768px)
{
    .card .cardDescription .yellow
    {
        font-size: 14px;
    }
}
.introSection
{
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
    position: relative;
    width: 100%;
}
.introSection .introBackground
{
    background: url(../../willbetgambling/image/hero_banner_desktop.c3b1879d955e9075879b.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
@media screen and (max-width: 768px)
{
    .introSection .introBackground
    {
        background: url(../../willbetgambling/image/hero_banner_mobile.3bf801e0f16a9d685e36.jpg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
    }
}/*# sourceMappingURL=main.6355b2a2.css.map*/