* {margin: 0; padding: 0; box-sizing: border-box;}

html {scroll-behavior: smooth;}

body {font-weight: normal; color:#fff; font-family: "Montserrat"; display: flex; flex-direction: column; background: #020910;}

img {image-rendering:-webkit-optimize-contrast; image-rendering:-o-crisp-edges; image-rendering:-moz-crisp-edges; width: 100%;}

h1,h2,h3,h4,h5,h6 {font-weight: 700; color:#fff; font-family: "Montserrat";}

h2 {font-weight: 700; font-size: 21px; line-height: 1.2;}

b {font-weight: 700;}

ul li {font-family: "Montserrat";}

a {text-decoration: none; color: #fff;}

.padding-mobile {
    padding: 0 22px 0 31px;
}

/* ------ HEADER ------ */

header {
    background-color: #020910;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.header-mobile  .navigation {
    display: flex;
    padding-top: 18px;
    margin-bottom: 14px;
}

.header-mobile .ontario-logo {
    width: 76px;
}

.header-mobile .logo {
    width: 356px;
    position: relative;
    display: block;
    margin: 0 auto;
    left: 4px;
    top: 7px;
}

@media screen and (min-width: 768px) {
    .header-mobile .logo {
        top: 0;
    }
}

@media screen and (max-width: 409px) {
    .header-mobile .logo {
        width: 280px;
    }
}

.header-mobile nav {
    margin-left: auto;
    position: relative;
    top: 3px;
}

.header-mobile nav ul {
    display: flex;
}

.header-mobile nav ul li {
    margin-right: 8px;
}

.header-mobile nav ul li:last-child {
    margin-right: 0;
}

.header-mobile nav ul li a {
    display: block;
    border-radius: 3px;
    padding: 8px 18px;
    font-size: 14px;
}

.header-mobile nav ul li a {
    display: block;
    border-radius: 3px;
    font-size: 10px;
}

.header-mobile nav ul li a.login {
    border: 1px solid white;
    padding: 8px 24px;
}

.header-mobile nav ul li a.register {
    color: white;
    background-color: #1dce72;
    border: 1px solid #1dce72;
    padding: 8px 17px;
}

.wrapper {
    width: 100%;
    max-width: 700px;
    margin: 0 auto
}

@media screen and (min-width: 1024px) {
    .wrapper {
        max-width: 900px;
    }
}

@media screen and (min-width: 1290px) {
    .wrapper {
        max-width: 1290px;
    }
}

.header-desktop {
    display: none;
}

.header-desktop .navigation {
    display: flex;
    padding-top: 11px;
    margin-bottom: 14px;
}

.header-desktop .ontario-logo {
    width: 136px;
    padding-top: 19px;
    margin: 0 auto;
}

.header-desktop .logo {
    width: 406px;
    display: block;
}

.header-desktop nav {
    margin-left: auto;
    position: relative;
    top: -3px;
    left: -117px;
    display: flex;
    align-items: center;
}

@media screen and (min-width: 1024px) {
    .header-desktop nav {
        top: 4px;
        left: 0px;
    }
}

.header-desktop nav ul {
    display: flex;
}

.header-desktop nav ul li {
    margin-right: 8px;
}

.header-desktop nav ul li:last-child {
    margin-right: 0;
}

.header-desktop nav ul li a {
    display: block;
    border-radius: 3px;
    padding: 8px 18px;
    font-size: 14px;
}

.header-desktop nav ul li a {
    display: block;
    border-radius: 8px;
    font-size: 11.6px;
}

@media screen (min-width: 1024px) {
    .header-desktop nav ul li a {
        font-size: 16px;
    }
}

.header-desktop nav ul li a.login {
    border: 1px solid white;
    padding: 10px 29px;
}

.header-desktop nav ul li a.register {
    color: white;
    background-color: #1dce72;
    border: 1px solid #1dce72;
    padding: 10px 21px;
}

@media screen and (min-width: 1024px) {
    .header-desktop {
        display: block;
    }
    .header-mobile {
        display: none;
    }
}

/* ------ PUNCHLINE ------ */

.punchline {
    background-image: url('/library/lp/rouletteximages/mobiles-m.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    padding: 57px 32px 0 32px;
    margin-bottom: 63px;
}

@media screen and (min-width: 640px) {
    .punchline {
        background-image: url('/library/lp/rouletteximages/mobiles-d.png');
        padding: 57px 0px;
    }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
    .punchline {
		padding-left: 30px;
    }
}

@media screen and (min-width: 1290px) {
    .punchline {
        background-image: url('/library/lp/rouletteximages/mobiles-d.png');
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
        padding: 85px 32px 0 0;
        margin-bottom: 63px;
    }
}

.punchline span {
    display: block;
}

.line1 {
    color: #1bce71;
    letter-spacing: 4px;
    line-height: 1.2;
    margin-bottom: 23px;
    font-size: 20px;
}

@media screen and (min-width: 768px) {
    .line {
        font-size: 20px;
    }
}

@media screen and (min-width: 1290px) {
    .line1 {
        letter-spacing: 8.4px;
        margin-bottom: 25px;
        font-size: 54px;
        line-height: 1.17;
    }
}

.line2 {
    width: 4ch;
    font-size: 33px;
    font-weight: 700;
    letter-spacing: 7px;
    line-height: 1.2;
    margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
    .line2 {
        font-size: 40px;
    }
}

@media screen and (min-width: 1290px) {
    .line2 {
        width: auto;
        letter-spacing: 12.2px;
        margin-bottom: 34px;
        font-size: 60px;
    }
}

.line3 {
    font-size: 14px;
    letter-spacing: 3px;
}

@media screen and (min-width: 1290px) {
    .line3 {
        font-size: 30px;
        letter-spacing: 6.5px;
    }
}

.line4 {
    color: #1dce72;
    font-size: 66px;
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    top: -2px;
    margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
    .line4 {
        font-size: 74px;
    }
}

@media screen and (min-width: 1290px) {
    .line4 {
        font-size: 152.73px;
        letter-spacing: .2px;
        margin-bottom: 0px;
        position: relative;
        top: -17px;
    }
}

.line5 {
    font-size: 14px;
    letter-spacing: 3px;
}

@media screen and (min-width: 1290px) {
    .line5 {
        font-size: 30px;
        letter-spacing: 6.5px;
    }
}

.sign {
    display: inline !important;
    font-size: 43px;
    position: relative;
    top: -15px;
    margin-right: 2px;
}

@media screen and (min-width: 1290px) {
    .sign {
        font-size: 97.2px;
        position: relative;
        top: -29px;
        margin-right: -4px;
    }
}


.cta {
    display: inline-block;
    border-radius: 2px;
    padding: 15px 61px;
    font-size: 14px;
    letter-spacing: 1.3px;
    color: white;
    position: relative;
    background-color: #1dce72;
    margin-top: 43px;
}

@media screen and (min-width: 768px) {
    .cta {
        font-size: 20px;
    }
}

@media screen and (min-width: 1290px) {
    .cta {
        display: inline-block;
        border-radius: 7px;
        padding: 29px 122px;
        font-size: 25.52px;
        letter-spacing: 2.6px;
        color: white;
        font-weight: 700;
        background-color: #1dce72;
        margin-top: 40px;
    }
}

.diamond-wrapper {
    position: relative;
}

@media screen and (min-width: 640px) {
    .diamond-wrapper {
        display: none;
    }
}

.diamond {
    position: absolute;
    z-index: -1;
    top: -146px;
}

.steps-claim {

}

.steps {
    padding: 0 40px 0 56px;
    margin-bottom: 69px;
}

@media screen and (min-width: 640px) {
    .steps {
        padding: 0 0px;
    }
}

@media screen and (min-width: 1290px) {
    .steps {
        padding: 96px 0px 0 0px;
        margin-bottom: 83px;
    }
}

@media screen and (min-width: 640px) {
    .steps-header {
        padding: 0 32px;
    }
}

.steps h2 {
    font-size: 20px;
    letter-spacing: 3px;
    margin-bottom: 2px;
}

@media screen and (min-width: 1290px) {
    .steps h2 {
        font-size: 34px;
        letter-spacing: 6.6px;
        margin-bottom: 6px;
    }
}

.steps h3 {
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 1.9px;
    margin-bottom: 53px;
}

@media screen and (min-width: 1290px) {
    .steps h3 {
        font-size: 18px;
        font-weight: 300;
        letter-spacing: 3.6px;
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 640px) {
    .steps-info {
        background-color: #072038;
        padding: 23px 0 21px 0;
    }
}

@media screen and (min-width: 1290px) {
    .steps-info {
        background-color: #072038;
        padding: 23px 0 21px 0;
    }
}

@media screen and (min-width: 640px) {
    .steps-wrapper {
        display: flex;
    }
}

.step {
    display: flex;
    margin-bottom: 24px;
}

@media screen and (min-width: 640px) {
    .step {
        display: flex;
        margin-bottom: 0px;
        width: 33%;
    }
}

.step-number {
    text-align: center;
}

.step-number span {
    font-weight: 900;
    font-size: 65px;
    width: 50px;
    display: block;
    position: relative;
    top: -9px;
    left: -3px;
}

@media screen and (min-width: 1290px) {
    .step-number span {
        font-weight: 900;
        font-size: 145px;
        width: 125px;
        display: block;
        position: relative;
        top: -17px;
        left: -3px;
    }
}

.step-header {
    margin-bottom: 10px;
}

@media screen and (min-width: 1290px) {
    .step-header {
        margin-bottom: 10px;
    }
}

.step-header span {
    letter-spacing: 3.5px;
    font-size: 18px;
    font-weight: 600;
}

@media screen and (min-width: 1290px) {
    .step-header span {
        letter-spacing: 6px;
        font-size: 30px;
        font-weight: 700;
    }
}

.step-description span {
    font-size: 10px;
    letter-spacing: 1.9px;
    display: block;
    margin-bottom: 2px;
}

@media screen and (min-width: 1290px) {
    .step-description span {
        font-size: 18px;
        letter-spacing: 3.5px;
        display: block;
        margin-bottom: 2px;
        line-height: 1.2;
    }
}

.step-description span:last-child {
    margin-bottom: 0;
}

.claim {
    padding: 0px 32px 81px;
    background-color: #071f36;
}

@media screen and (min-width: 640px) {
    .claim {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: transparent;
    }
}

@media screen and (min-width: 1290px) {
    .claim {
        padding: 0px 0px;
        margin-bottom: 99px;
        display: flex;
    }
}

.claim-cta-text {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 5.5px;
    line-height: 1.2;
    margin-bottom: 26px;
    display: block;
    margin-right: 30px;
}

@media screen and (min-width: 640px) {
    .claim-cta-text {
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 5.5px;
        line-height: 1.2;
        display: block;
        margin-bottom: 0px;
        margin-right: 0px;
    }
}

@media screen and (min-width: 1290px) {
    .claim-cta-text {
        font-size: 48px;
        font-weight: 700;
        letter-spacing: 9.7px;
        line-height: 1.2;
        margin-bottom: 0px;
        margin-right: 69px;
        display: block;
    }
}

@media screen and (max-width: 359px) {
    .claim-cta-text {
        font-size: 24px;
    }
}

.claim-cta {
    display: flex;
    justify-content: center;
    border-radius: 5px;
    padding: 19px 0;
    font-size: 18px;
    letter-spacing: 1.2px;
    color: white;
    background-color: #1dce72;
    margin-bottom: 11px;
    font-weight: 700;
}

@media screen and (min-width: 640px) {
    .claim-cta {
        border-radius: 5px;
        padding: 19px 40px;
        font-size: 18px;
        letter-spacing: 1.2px;
        color: white;
        background-color: #1dce72;
        margin-bottom: 0px;
        font-weight: 700;
    }
}

@media screen and (min-width: 1290px) {
    .claim-cta {
        display: inline-block;
        border-radius: 8px;
        font-size: 31.37px;
        height: 102px;
        display: flex;
        align-items: center;
        justify-content: center;
        letter-spacing: 3px;
        color: white;
        padding: 0 123px;
        background-color: #1dce72;
        position: relative;
        /* top: 11px; */
        margin-bottom: 0px;
        font-weight: 700;
    }
}

@media screen and (max-width: 359px) {
    .claim-cta {
        font-size: 14px;
        padding: 19px 0px;
    }
}

.terms {
    background-color: #0a2948;
}

.terms-header-background {
    background-color: #1c78ce;
}

.terms-header {
    color: white;
    padding: 20px 43px 16px 47px;
    display: flex;
}

@media screen and (min-width: 1290px) {
    .terms-header {
        color: white;
        padding: 37px 0px 35px 6px;
        display: flex;
    }
}

.terms-header h2, .terms-header .plus {
    color: white;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
}

@media screen and (min-width: 1290px) {
    .terms-header h2, .terms-header .plus {
        color: white;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 3.8px;
    }
}

@media screen and (max-width: 359px) {
    .terms-header h2, .terms-header .plus {
        font-size: 12px;
    }
}

.terms-header .plus {
    margin-left: auto;
    font-size: 14px;
    position: relative;
    top: 2px;
}

@media screen and (min-width: 1290px) {
    .terms-header .plus {
        display: none;
    }
}

.terms-list {
    padding: 22px 33px;
}

@media screen and (min-width: 1290px) {
    .terms-list {
        padding: 62px 104px 62px 6px;
    }
}

.term {
    border: 1px solid white;
    padding: 13px 3px 15px 11px;
    margin-bottom: 13px;
    background-color: #08213a;
}

@media screen and (min-width: 1290px) {
    .term {
        border: 1px solid white;
        padding: 25px 3px 29px 22px;
        margin-bottom: 44px;
        background-color: #08213a;
    }
}

.term h3 {
    font-size: 14px;
    letter-spacing: 1.65px;
    margin-bottom: 12px;
}

@media screen and (min-width: 640px) {
    .term h3 {
        font-size: 14px;
    }
}

@media screen and (min-width: 1290px) {
    .term h3 {
        font-size: 16px;
        letter-spacing: 3.1px;
        margin-bottom: 21px;
    }
}

.term-text p, .term p, .term-text li, .term li, td {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -0.16px;
    margin-bottom: 9px;
}

.term ul {
    margin-left: 15px;
    list-style: disc;
}

.term ol {
    margin-left: 20px;
    list-style: decimal;
}

@media screen and (min-width: 640px) {
    .term-text p, .term-text li, td {
        font-size: 14px;
    }
}

.term-text a {
    color: #1c78cf;
}

@media screen and (min-width: 1290px) {
    .term-text p, .term-text li, td {
        font-size: 15px;
        line-height: 1.2;
        letter-spacing: 0.38px;
        margin-bottom: 9px;
    }
}

td {
    padding: 4px 0;
}

@media screen and (min-width: 1290px) {
    td {
        max-width: 50ch;
    }
}

.term-text p:last-child, .term-text li:last-child, td:last-child {
    margin-bottom: 0;
}

.term-text li {
    position: relative;
    list-style-type: none;
    padding-left: 11px;
}

@media screen and (min-width: 640px) {
    .term-text li {
        padding-left: 23px;
    }
}

@media screen and (min-width: 1290px) {
    .term-text li {
        position: relative;
        list-style-type: none;
        padding-left: 26px;
        margin-bottom: 18px;
    }
}

.term-text li::before {
    content: ' ';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 10px;
    background-image: url("/library/lp/rouletteximages/star.png");
    background-size: cover;
    text-align: center;
}

@media screen and (min-width: 640px) {
    .term-text li::before {
        content: ' ';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 17px;
        height: 19px;
        background-image: url("/library/lp/rouletteximages/star.png");
        background-size: cover;
        text-align: center;
    }
}

.terms-cta {
    padding: 25px 0 20px;
}

@media screen and (min-width: 1290px) {
    .terms-cta {
        padding: 25px 0 20px;
    }
}

.terms-cta a {
    display: block;
    text-align: center;
    border-radius: 5px;
    padding: 19px 80px;
    font-size: 18px;
    letter-spacing: 1.2px;
    color: white;
    background-color: #1dce72;
    font-weight: 700;
}

@media screen and (min-width: 1290px) {
    .terms-cta a {
        display: block;
        text-align: center;
        border-radius: 8px;
        padding: 36px 80px;
        font-size: 31.41px;
        letter-spacing: 3px;
        position: relative;
        color: white;
        background-color: #1dce72;
        font-weight: 700;
    }
}

@media screen and (max-width: 359px) {
    .terms-cta a {
        padding: 19px 50px;
        font-size: 16px;
    }
}








.footer-wrapper {
    background-color: #061729;
    width: 100%;
}

footer {
    max-width: 1165px;
    margin: 0 auto;
    /* background-color: #020d14; */
    padding: 0 11px;
}

@media screen and (min-width: 1024px) {
    footer {
        background-color: #061729;
    }
}

.nineteen {
    height: 142px;
    border-bottom: 1px solid #283138;
    display: flex;
    align-items: flex-end;
    padding: 0 0 11px 0;
}

@media screen and (min-width: 550px) {
    .nineteen {
        justify-content: flex-end;
    }
}

.nineteen-image {
    margin-top: auto;
    width: 268px;
}

.logos {
    padding: 30px 0 0 0;
    border-top: 1px solid #283138;
    /* display: none; */
}

@media screen and (min-width: 1024px) {
    .logos {
        display: block;
    }
}

.logos a {
    color: #84d7f7;
}

.logos p {
    color: #626d77;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 20px 0;
    line-height: 1.5;
}

.logos .banners {
    /* width: 960px; */
    margin: 0 0 20px 0;
}

.logos .banners ul {
    display: flex;
    flex-wrap: wrap;
}

.logos .banners ul li {
    margin-right: 20px;
    margin-bottom: 20px;
	display: inline-block;
}

.logos .banners ul li:nth-child(3) {
    /* margin-right: 160px; */
}

.logos .banners img {
    height: 36px;
	width: auto !important;
}

.logos .banners img:not(.igaming) {
    opacity: 50%;
}


@media screen and (max-width: 639px) {
    .terms-desktop {
        display: none;
    }
}
@media screen and (min-width: 640px) {
    .terms-mobile {
        display: none;
    }
}



summary {
    display: block;
  }
summary::-webkit-details-marker {display: none;}
