* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
    scroll-behavior: smooth
}

body,
h1,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat"
}

body {
    font-weight: 400;
    flex-direction: column;
    background-color: #041a35
}

img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: -moz-crisp-edges;
    width: 100%
}

h1,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #fff
}

a,
body,
h2 {
    color: #fff
}

h2 {
    font-size: 21px;
    line-height: 1.2
}

b,
h2 {
    font-weight: 700
}

h2,
ul li {
    font-family: "Montserrat"
}

a {
    text-decoration: none
}

.padding-mobile {
    padding: 0 13px 0 18px
}

.igaming,
header {
    display: flex;
    justify-content: center
}

header {
    background-color: #020910;
    flex-direction: column;
    padding: 2vh 0
}

.igaming {
    align-items: center;
    padding: 5px 0 0;
    margin: 0 0 11px
}

@media screen and (min-width:640px) {
    header {
        padding: 2vh 5vw;
    }
}

@media screen and (min-width:1280px) {
    header {
        padding: 2vh 20vw;
    }

    .igaming {
        margin: 0 0 10px
    }
}

.igaming-logo {
    display: block;
    width: 101px
}

.header-wrapper {
    width: 100%
}

.header {
    display: flex;
    flex-direction: column;
    margin: 0 auto
}

.logo-menu {
    display: flex;
    align-items: center
}

.logo-menu-menu {
    width: 18px;
    margin: 0 6px 0 0
}

.logo-menu-menu img {
    position: relative;
    top: 4px
}

.logo-menu-logo {
    display: block;
    margin-right: auto;
    margin-bottom: 10px
}

@media screen and (min-width:769px) {
    .header {
        flex-direction: row;
        justify-items: center;
        align-items: center;
    }
}

@media screen and (min-width:1280px) {


    .logo-menu-logo {
        display: block;
        margin-right: auto;
        width: 220px;
        position: relative;
        margin-bottom: 0;
        left: -10px;
        top: -1px
    }

    .logo-menu-logo img {
        width: 150%
    }
}

@media screen and (max-width:359px) {
    .logo-menu-logo {
        width: 110px
    }
}

.header-nav {
    margin-left: auto;
    position: relative
}

.header-nav ul,
body {
    display: flex
}

.header-nav ul li a {
    display: block;
    border-radius: 8px;
    padding: 8px 20px;
    font-size: 14px
}

.header-nav .login {
    margin-right: 8px;
    border: 1px solid #fff
}

@media screen and (min-width:1280px) {
    .header-nav .login {
        margin-right: 14px
    }
}

.header-nav .register {
    color: #fff;
    background-color: #1bce71;
    border: 1px solid #1bce71
}

.welcome {
    position: relative;
    display: block;
    overflow: hidden;
}

/* TEAM LOGO AND PLAYER */

.welcome-team {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);

    top: 60vw;
    left: 37vw;
    width: 75vw;
}

.welcome-player {
    position: absolute;
    top: 8vw;
    left: 50.235vw;
    width: 69.171vw;
}

@media screen and (min-width: 640px) {
    .welcome-team {
        top: 25.552vw;
        left: 33.135vw;
        width: 32.813vw;
    }

    .welcome-player {
        top: 1.563vw;
        left: 47.188vw;
        width: 29.427vw;
    }
}

/* .welcome::before {
    background-image: url(../images/welcome-mobile.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%
} */


.welcome > .welcome-content, .welcome > .welcome-content-mobile {
    position: absolute;
    
    top: 0;
    height: 100%;
}

.welcome > .welcome-content > div, .welcome > .welcome-content-mobile > div {
    position: absolute;
    width: fit-content;
}

.welcome > .welcome-content {
    display: none;
    
    width: 50vw;
    margin-left: 20vw;
}

.welcome > .welcome-content-mobile {
    width: 60vw;
    margin-left: 13vw;
}

.welcome span {
    font-family: "Montserrat", sans-serif
}

.welcome span strong {
    font-weight: 800
}

.welcome .welcome-text {
    left: 9vw;
    top: 7%;
}

.welcome-signup {
    left: 2vw;
    top: 28%;
}

.welcome-bluejays {
    left: 0;
    top: 46%;
}

.welcome-register {
    left: -20px;
    top: 83%;
}

.message.claim {
    display: none
}

@media screen and (min-width:640px), screen and (orientation:landscape) {

    .welcome > .welcome-content {
        display: block;
    }
    .welcome > .welcome-content-mobile {
        display: none;
    }

    .mobile-break {
        display: none
    }

    /* .welcome span {
        text-shadow: 1px 1px 0#020911
    } */

    .welcome .welcome-text {
        left: 4vw;
        top: 7%;
    }

    .welcome-signup {
        left: 0vw;
        top: 26%;
    }

    .welcome-bluejays {
        left: 0;
        top: 45%;
    }

    .welcome-register {
        left: 0;
        top: 80%;
    }

    .message.claim {
        display: flex;
        justify-content: space-between;
        margin: 30px 10px;
        align-items: center
    }
}

.welcome .nsb {
    width: 245px;
    display: block;
    margin: 0 auto 20px
}

@media screen and (min-width:1280px) {
    .welcome .nsb {
        width: 510px;
        margin: 0 auto 55px
    }
}

.welcome .igaming {
    width: 105px;
    display: block;
    margin: 0 auto 20px
}

@media screen and (min-width:1280px) {
    .welcome .igaming {
        width: auto
    }
}

.welcome span {
    display: block
}

.welcome .line1, .welcome .line2 {
    font-size: 4vw;
}

.cta {
    display: inline-block;
    border-radius: 7px;
    padding: 12px 50px;
    font-size: 14px;
    color: #fff;
    background-color: #1bce71;
    top: 1px;
    left: -4px;
    margin-bottom: 11px
}

@media screen and (min-width:640px) {
    .welcome .line1, .welcome .line2 {
        font-size: 2.5vw;
    }
    
    .cta {
        border-radius: 10px;
        padding: 20px 40px;
        letter-spacing: 2px;
        font-size: 2vw;
    }
}

@media screen and (min-width:992px) {
    .welcome .line1, .welcome .line2 {
        font-size: 2vw;
    }

}

.message .header,
.message p {
    font-size: 2vmax;
    font-weight: 700;
    margin-bottom: 10px
}

.message p {
    font-size: 1.2vmax;
    font-weight: 300;
    line-height: 1
}

.steps-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #041a35
}

.container,
.steps {
    display: flex;
    flex-direction: column
}

.container {
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 20px 0
}

.container .message { 
    width: min-content;
    min-width: 70vw;
}

.steps {
    flex-wrap: wrap;
    min-width: 70vw;
}

@media screen and (min-width:640px) {
    .container {
        display: block;
        justify-content: initial;
        align-items: initial;
        width: 85vw;
    }


    .steps {
        width: 100%;
        margin: 40px auto;
        justify-content: space-between;
        background: 0 0
    }

    .container .message { 
        margin: 1vw 0vw;
    }

    .steps {
        flex-direction: row;
        flex-wrap: nowrap
    }
}

@media screen and (min-width:769px) {
    .container {
        width: 70vw;
    }
}

.step-wrapper {
    width: 100%
}


@media screen and (min-width:640px) {
    .step-wrapper {
        width: 178px;
        background: 0 0;
        margin-bottom: 0
    }
}

@media screen and (min-width:1024px) {
    .step-wrapper {
        width: 25%
    }
}

.step {
    position: relative;
    display: flex;
    margin-bottom: 10px;
    line-height: .8
}

.star {
    width: 6vmax;
}

@media screen and (min-width:664px) {
    .star {
        width: fit-content;
    }
    
}

@media screen and (min-width:1280px) {
    .step {
        margin-bottom: 0
    }
}

@media screen and (min-width:1024px) {
    .step {
        font-size: 48px;
        font-weight: 900;
        position: relative;
        padding: 0 0 39px
    }
}

.number {
    font-size: 9vmax;
    font-weight: 900;
    color: #1c78ce;
    position: relative
}

.info {
    display: flex;
    flex-direction: column;
    margin-left: 20px
}

.info-header {
    font-size: 2.1vh;
    margin: 0 0 4px;
    font-weight: 600;
    line-height: 1.2
}

@media screen and (min-width:664px) {
    .info-header {
        margin: 0 0 12px;
    }
}

@media screen and (min-width:1024px) {
    .info-header {
        letter-spacing: 3px;
        position: relative;
        top: 4px
    }
}

.info-description {
    font-size: 1.2vmax;
    line-height: 1.2;
    max-width: 20ch;
    font-weight: 500
}

.terms-header-wrapper {
    width: 100%;
    background-color: #072038
}

.terms-header {
    width: 90vw;
    margin: 0 auto;
    height: 50px;
    padding: 0 ;
    background-color: #072038;
    display: flex;
    align-items: center
}

.terms-header h2 {
    font-weight: 700;
    letter-spacing: 2px
}


@media screen and (min-width:1024px) {
    .terms-header {
        width: 70vw;
        height: 92px;
        padding: 0
    }
}

.terms-header h2 {
    font-size: 10px;
    line-height: 1.2
}

@media screen and (min-width:1024px) {
    .terms-header h2 {
        font-size: 20px
    }
}

.terms-header .marker {
    margin-left: auto;
    font-weight: 600;
    font-size: 20px
}

@media screen and (min-width:1024px) {
    .terms-header .marker {
        font-size: 38px
    }
}

.terms-wrapper {
    width: 100%;
    background-color: #0a2847;
}

.terms-text {
    padding: 0 2vh;
    margin: 0 auto
}

.footer-section {
    border: solid #fff;
    margin: 15px 0;
    padding: 20px;
    background-color: #08213a
}

.terms-text a {
    color: #6eb2cd
}

.terms-text .cta {
    width: 100%;
    color: white;
    text-align: center;

}

details {
    background-color: #0a2847;
    background: linear-gradient(0deg, rgba(14,59,102,1) 0%, rgba(9,38,66,1) 100%);
    padding-bottom: 15px;
}

details summary {
    width: 100%;
    background-color: #072038;

    list-style: none;
}

details summary .marker::before {
    content: "+";
}

details[open] summary .marker::before {
    content: "-";
}

::-webkit-details-marker {
    display: none
}

@media screen and (min-width:1024px) {
    .terms-text {
        padding: 0;
        width: 70vw;
    }
}

.terms-text h1,
.terms-text h2 {
    text-transform: uppercase
}

.terms-text h1 {
    font-size: 18px;
    margin: 0 0 7px
}

.terms-text h2 {
    font-size: 16px;
    margin: 0 0 7px
}

.terms-text h3,
.terms-text li,
.terms-text p,
.terms-text td {
    font-size: 12px;
    margin: 0 0 7px;
    line-height: 1.5;
    vertical-align: middle;
    word-break: break-word;
}

.terms-text li {
    list-style-type: disc;
    margin-left: 15px
}

@media screen and (min-width:1024px) {
    .terms-text li {
        margin-left: 20px !important
    }
}

.terms-text ul li {
    list-style-type: disc
}

.terms-text ol li {
    list-style-type: decimal
}

.terms-text table {
    margin-bottom: 14px;
    width: 100%
}

.terms-text table tbody tr:nth-of-type(even),
.terms-text table thead {
    background-color: #00162b
}

.terms-text table td,
.terms-text table th {
    padding: 4px 10px
}

@media screen and (min-width:1024px) {

    .terms-text table td,
    .terms-text table th {
        padding: 6px 18px
    }
}

.terms-text table th {
    text-align: left;
    vertical-align: middle;
    font-size: 14px
}

@media screen and (min-width:1024px) {
    .terms-text table th {
        font-size: 20px
    }
}

.terms-text table th:last-child,
.terms-text table tr td:last-child {
    text-align: center
}

@media screen and (min-width:1024px) {

    .terms-text h3,
    .terms-text li,
    .terms-text p,
    .terms-text table td {
        font-size: 18px;
        margin: 0 0 10px;
        line-height: 1.5
    }
}

.terms-text h3 {
    font-weight: 600
}

.footer-wrapper {
    background-color: #020d14;
    width: 100%
}

footer {
    max-width: 1165px;
    margin: 0 auto;
    padding: 0 11px
}

@media screen and (min-width:1024px) {
    .footer-wrapper {
        background-color: #061729
    }
}

.nineteen {
    display: flex;
    align-items: flex-end;
    margin: 20px 0;
}

@media screen and (min-width:550px) {
    .nineteen {
        justify-content: flex-end
    }
}

.nineteen-image {
    margin-top: auto;
    width: 268px
}

.footer-menu {
    display: flex;
    padding: 47px 0
}

.footer-logo {
    width: 50%;
    display: flex;
    align-items: center
}

.footer-logo-image {
    width: 172px
}

.footer-nav {
    width: 50%
}

@media screen and (min-width:1024px) {

    .footer-logo,
    .footer-nav {
        width: 20%
    }
}

.additional-footer-nav {
    display: none
}

@media screen and (min-width:800px) {
    .additional-footer-nav {
        display: block
    }
}

.footer-nav ul li.footer-nav-header {
    font-size: 17px;
    margin: 0 0 25px;
    font-weight: 700
}

.footer-nav ul li {
    margin: 0 0 6px;
    font-size: 13px;
    line-height: 1.4
}

.footer-nav ul li a,
.logos p {
    color: #979ba0;
    font-weight: 600
}

.logos {
    padding: 30px 0 0;
    border-top: 1px solid #283138;
    display: block
}

.logos a {
    color: #84d7f7
}

.logos p {
    color: #626d77;
    font-size: 13px;
    margin: 0 0 20px;
    line-height: 1.5
}

.logos .banners {
    width: 100%;
    margin: 0 0 20px
}

.logos .banners ul {
    display: flex;
    flex-wrap: wrap
}

@media screen and (min-width:640px) {
    .logos .banners {
        flex-wrap: no-wrap
    }
}

.logos .banners ul li {
    margin-right: 20px
}

.logos .banners ul li:nth-child(3) {
    margin-right: 160px
}

.logos .banners img {
    height: 32px;
    width: 100%;
    object-fit: contain;
}

.logos .banners img:not(.igaming) {
    opacity: 50%
}

[src*="{brandLogo}.webp"], [src*="{brandLogo}.avif"] {
    display: none !important;
}
