html {
    scroll-behavior: smooth;
}

body {
    margin: inherit;
    letter-spacing: 0.6px;
}

.cookieOverflowHidden {
    overflow: hidden !important;
}

/* Hide static content when on fixture route */
body.route-fixture .background-wrapper,
body.route-fixture footer,
body.route-fixture .footer-bar {
    display: none !important;
}


h1 {
    color: #333333;
    font-size: 1.25rem;
    font-weight: 500;
    font-family: "Sen", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0px;
}

h2 {
    color: #333333;
    font-size: 1.25rem;
    font-weight: 500;
    font-family: "Sen", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0px;
}

h3 {
    color: #333333;
    font-size: 1rem;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.6px;
    margin: 0px;
    line-height: 1.1rem;
}

h4 {
    color: #0c2461;
    font-size: 0.8125rem;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    letter-spacing: 0.6px;
    margin: 0px;
}

p, li {
    color: #333333;
    font-size: 0.6875rem;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0px;
}

a {
    color: #333333;
    /* font-size: 0.6875rem; */
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0px;
    text-decoration: none;
}

span {
    color: #333;
    font-size: 0.6875rem;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0px;
}

.link-color {
    color: #032d5f !important;
    display: inline;
    border-bottom: 1px solid #032c5f29;
}

.link-color:hover {
    cursor: pointer;
    border-bottom: 1px solid #032c5f;
}

/* FLEX CLASSES */

.flex {
    display: flex;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-vertical-center {
    display: flex;
    align-items: center;
}

.flex-horizon-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* BUTTONS */

button a {
    color: #FFF;
}

.button-cta {
    appearance: button;
    backface-visibility: hidden;
    background-color: #032d5f;
    border-radius: 6px;
    border-width: 0;
    /* box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0; */
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 36px;
    line-height: 1.15;
    letter-spacing: 1px;
    margin: 0;
    outline: none;
    overflow: hidden;
    padding: 0 16px;
    position: relative;
    text-align: center;
    text-transform: none;
    transform: translateZ(0);
    transition: all .2s,box-shadow .08s ease-in;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-cta:hover {
    background-color: #11427c;
}

.button-cta:disabled {
    cursor: default;
}

.button-cta:focus {
    box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 2px;
}

.button-secondary {
    appearance: button;
    backface-visibility: hidden;
    background-color: #FFF;
    border-radius: 6px;
    border: solid 1px #f3f3f3;
    /* box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0; */
    box-sizing: border-box;
    color: #032d5f;
    cursor: pointer;
    font-family: -apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Ubuntu,sans-serif;
    font-size: 12px;
    height: 36px;
    line-height: 1.15;
    letter-spacing: 1px;
    margin: 20px 0 0;
    outline: none;
    overflow: hidden;
    padding: 0 16px;
    position: relative;
    text-align: center;
    text-transform: none;
    transform: translateZ(0);
    transition: all .2s,box-shadow .08s ease-in;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-secondary:hover {
    background-color: #f8f9fc;
}

.button-secondary:disabled {
    cursor: default;
    background-color: #fff;
    color: #f3f3f3;
    box-shadow: none;
}

.button-secondary:focus {
    box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 2px;
}

.pill-button {
    height: 32px;
    border-radius: 32px;
    margin: 12px 8px 0px 0px;
    font-size: 0.6875rem;
}

form {
    padding: 20px 20px 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
}

form label {
    margin: 12px 0px;
    display: flex;
    flex-direction: column;
}

label p {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 12px;
}

input, textarea {
    padding: 8px;
    border: 1px solid #eee;
    font-size: 1rem;
    color: #333333;
    font-family: "Sen", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

textarea {
    height: 100px;
}


/* HEADER */

.header {
    background-color: #032d5f;
    z-index: 100;
}

/*DELETE? h1?*/

.header h1 {
    color: #FFF;
    display: inline-block;
    float: right;
    margin-right: 20px;
    margin-top: 8px;
    font-size: 0.8125rem;
}

.header-wrapper {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    padding: 8px 12px 8px 0px;
}

.header .statty-logo {
    height: 24px;
    margin-left: 20px;
    margin-top: 2px;
}

.header-outer {
    display: flex;
}

.nav-items {
    display: none;
    gap: 24px;
    align-items: center;
}

.nav-items a {
    color: #fff;
}

.header button img {
    height: 20px;
    width: 20px;
}

.menu-wrapper {
    position: fixed;
    top: 0;
    /* left: 0; */
    width: 100vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    z-index: 1000;
    background-color: #FFF;
    left: 100vw;
    -webkit-animation: slide 0.5s forwards;
    animation: slide 0.5s forwards;
}

.menu {
    height: calc(100% - 56px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@-webkit-keyframes slide {
    100% {
        left: 0;
    }
}

@keyframes slide {
    100% {
        left: 0;
    }
}

.top-back {
    display: flex;
    align-items: center;
    padding: 20px 0px 20px;
    cursor: pointer;
}

.top-back .back-arrow {
    height: 8px;
    margin: -1px 6px 0px 12px;
}

.menu-items {
    display: flex;
    flex-direction: column;
    padding: 32px 12px;
    gap: 20px
}

.menu-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.menu-item img {
    width: 20px;
}

.menu-footer {
    padding: 0px 12px;
}

.feedback {
    margin: 20px 0px 0px;
    padding: 20px 16px;
    border-radius: 8px;
    background-color: #f8f9fc;
}

.feedback h2 {
    margin-bottom: 12px;
}

.feedback-buttons button {
    margin-right: 12px;
}

.mobile-terms {
    padding: 20px 0px;
    gap: 16px;
}

nav {
    padding: 0px 20px;
    border-bottom: solid 1px #F3F3F3;
    display: flex;
    background-color: #FFF;
    z-index: 95;
}

nav h2 {
    margin-right: 18px;
    padding: 12px 0px;
    color: #C8C8C8;
}

nav #navactive {
    color: #333;
    font-weight: 500;
    /* border-top: 2px solid; */
    border-bottom: 1px solid;
    background-color: #aed3ff;
}

/* Modal */
.modal-shadow {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(248, 249, 255, 0.88);
}

.modal-container {
    width: 96vw;
    margin: 100px auto 0;
    display: flex;
    flex-direction: column;
    background-color: #FFF;
    box-shadow: 0 0 8px 0px rgb(0 0 0 / 16%);
    border-radius: 12px;
}

.modal-buttons {
    height: 40px;
    padding: 12px 20px;
    border-top: 1px solid #F3F3F3;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-buttons button {
    margin-top: 0px;
}

.modal-close {
    display: flex;
    padding: 12px 20px;
    justify-content: flex-end;
    border-bottom: 1px solid #F3F3F3;
}

.closeIcon {
    padding-left: 4px;
    cursor: pointer;
}

.modal-content {
    padding: 16px 20px;
    max-height: 360px;
    overflow: scroll;
}

/* Age */
#ageShadow {
    display: none;
    z-index: 1000;
}

#age-consent p {
    margin-top: 12px;
}

#age-consent img {
    width: 40px;
    display: block;
    margin: 0 auto;
    margin-bottom: 32px;
}

.age-btns button {
    width: 100%;
    margin-top: 20px;
}

#age-consent-false {
    display: none;
}

#age-consent-false p {
    margin-top: 12px;
}

/* Cookie */

.cookie-consent {
    position: fixed;
    bottom: 12px;
    right: 12px;
    height: 120px;
    padding: 0px 12px;
    display: none;
    background-color: #F8F9FC;
    box-shadow: 0 0 8px 0px rgb(0 0 0 / 16%);
    border-radius: 24px;
    z-index: 980;
}

.cookie-img {
    position: absolute;
}

.cookie-img img {
    width: 112px;
    margin-top: -55px;
    padding: 20px 0px;
}

.cookie-content {
    width: 200px;
    margin-left: 124px;
    padding: 12px 0px;
}

.cookie-content h3 {
    margin-bottom: 8px;
}

.cookie-btns {
    margin-top: 8px;
    display: flex;
    align-items: center;
}

.cookie-btns .button-cta {
    padding: 8px 12px;
    margin: 0px 16px 0px 0px;
    height: initial;
    font-size: 0.6875rem;
}

.cookie-btns p {
    text-decoration: underline;
    cursor: pointer;
}

#cookieModal {
    display: none;
    z-index: 980;
}

/* Onboardingflow */
#onboardingModal {
    display: none;
    z-index: 1000;
}

#onboarding-step2, #onboarding-step3 {
    display: none;
}

.onboarding-text img {
    height: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
    margin: 0 auto;
}

.onboarding-text h2, .onboarding-text h3 {
    text-align: center;
}

.onboarding-text h3 {
    margin-top: 16px;
}

.onboarding-img {
    margin-top: 8px;
    margin-bottom: -4px;
}

.onboarding-img img {
    width: 100%;
    margin-top: 24px;
}

.onboarding-buttons .onboarding-btn {
    width: 40%;
}

.onboarding-buttons #onboarding-skip, .onboarding-buttons #prev2, .onboarding-buttons #prev3 {
    text-decoration: underline;
    cursor: pointer;
}

.onboarding-buttons .button-cta {
    float: right;
}

.onboarding-indicators {
    display: flex;
    width: 20%;
    justify-content: center;
}

.onboarding-indicators div {
    width: 8px;
    height: 8px;
    margin-right: 4px;
    border-radius: 8px;
}

.onboarding-indicators .active {
    background-color: #032d5f;
}

.onboarding-indicators .non-active {
    background-color: #F3F3F3;
}

.tf-v1-popover-button {
    display: none !important;
    width: 40px !important;
    height: 40px !important;
    margin-bottom: -6px;
    margin-right: 0px;
}


/* ARTICLE */
.background-wrapper {
    background-color: #FFF;
}

.content-wrapper {
    margin: 0px auto;
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    background-color: #FFF;
}

.content-100 {
    width: 100%;
}

.reverse {
    flex-direction: column-reverse;
}

.big-text h1, .big-text h2 {
    margin: 8px 0px;
}

.big-text h3 {
    margin: 16px 0px 4px;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
}

.big-text p, .big-text li {
    margin: 0px 0px 8px;
    padding: 8px 20px 0px 0px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5rem;
}

.content-50split {
    width: 100%;
}

.article-header {
    margin: 0 auto;
    padding: 20px 20px 0px;
    color:#032d5f;
}

.article-header h1 {
    font-size: 1.75rem;
    margin-bottom: 20px;
    color:#032d5f;
}

.article-header h2 {
    font-weight: 300;
    line-height: 1.3;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.seo-text {
    padding: 0px 20px 20px;
}

.seo-text h1, .seo-text h2  {
    margin-top: 20px;
}

.article-text {
    margin: 0 auto;
    padding: 0px 20px 20px;
}

.article-text h1,
.article-text h2 {
    margin-top: 20px;
}

.header-img {
    width: 100%;
    margin: 20px 0px;
    max-height: 480px;
    object-fit: cover;
}

.content-blocks {
    margin: 0px 20px;
}

.content-block {
    margin-bottom: 40px;
    /* background-color: #f8f9fc; */
    border: solid 1px #F3F3F3;
    border-radius: 8px;
}

.content-block-header {
    padding: 8px 20px 8px;
    background-color: #f8f9fc;
    border-bottom: solid 1px #F3F3F3;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.content-block-content {
    padding: 12px 20px 20px;
}

.supported-leagues p {
    margin-bottom: 0px;
    color: #032d5f;
}


/* ABOUT */
.about-img {
    display: none;
}


/* Related Articles */
.related-list {
    padding: 0px 20px;
}

.related-list h2 {
    margin: 20px 0px 8px;
}

.related-articles {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.related-articles a {
    flex-basis: 33%;
}

.related img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 4px;
}

.related h3 {
    margin-top: 4px;
    font-weight: 500;
}

.supported-leagues p {
    margin-bottom: 0px;
    color: #032d5f;
}


/* FOOTER */

footer {
    background-color: #032d5f;
    /* box-shadow: 0 0 20px 20px #f8f9fc; */
}

footer h2 {
    margin-bottom: 16px;
    color: #FFFFFF;
}
  
footer h3 {
    margin-bottom: 12px;
    font-weight: 300;
    color: #FFFFFF;
}

footer p, .footer-bar p {
    color: #FFFFFF;
    line-height: 1.5;
    font-weight: 300;
}

footer a h3, footer a {
    color: #FFFFFF;
}

.footer-socials a {
    text-decoration: underline;
    text-underline-offset: 8px;
}

footer a h3:hover, footer a:hover, .nav-items a:hover {
    text-decoration: underline;
    text-underline-offset: 8px;
}

.footer-wrapper {
    margin: 0 auto;
    max-width: 1200px;
}

.footer-row {
    display: flex;
    flex-direction: column;
    padding: 40px 20px 32px;
}

.footer-cell {
    margin-bottom: 40px;
}

.footer-cell:last-of-type {
    margin-bottom: 0px;
}

.footer-bar {
    background-color: #022854;
}

.footer-bar-row {
    padding: 16px 20px 16px;
    flex-direction: row;
    justify-content: space-between;
}

.footer-bar-row .footer-cell, .footer-bar-row .footer-cell-double {
    display: flex;
    align-items: center;
    margin-bottom: 56px;
}

/* .footer-bar-row .footer-cell:nth-last-of-type(2) {
    justify-content: center;
}

.footer-bar-row .footer-cell:last-of-type {
    justify-content: flex-end;
} */

.footer-cell-desktop {
    display: none !important;
}

.footer-socials {
    margin: 40px 0px 0px;
    display: flex;
    flex-direction: column;
}

.footer-socials img {
    margin-right: 16px;
    width: 40px;
}

/* .footer-copy {
    margin-top: 20px;
    text-align: left;
} */

.logo-footer {
    width: 140px;
}

.aware-logos {
    display: flex;
    margin-top: 28px;
}

.aware-logos a {
    margin: 0;
}

.logo-bga {
    height: 20px;
    display: none;
}

.logo-18 {
    height: 20px;
    margin-right: 8px;
}


@media (min-width: 500px) {
}
  
@media (min-width: 700px) {
    .modal-container {
        width: 460px;
    }

    #age-consent {
        width: 340px;
        padding: 16px 8px;
    }

    #age-consent-false {
        width: 340px;
        padding: 16px 8px;
    }

    .age-btns {
        margin-top: 12px;
    }

    .nav-items {
        display: flex;
    }

    .header-outer .header-buttons {
        display: none;
    }

    .content-wrapper {
        padding-top: 20px;
        padding-bottom: 80px;
        flex-direction: row;
    }

    .wrapper-split {
        display: flex;
    }

    .content-50split {
        width: 50%;
    }

    .about-img {
        display: block;
        margin: 0 auto;
        width: 64%;
        margin-top: 64px;
    }

    .related-articles {
        flex-direction: row;
    }

    .footer-wrapper {
        margin-bottom: 0px;
    }

    .footer-row {
        flex-direction: row;
    }

    .footer-cell {
        width: 26%;
        margin-bottom: 0px;
    }

    .footer-cell-double {
        width: 48%;
        padding-right: 80px;
    }

    .footer-bar-row .footer-cell, .footer-bar-row .footer-cell-double {
        margin-bottom: 0px;
    }

    .footer-cell-desktop {
        display: block !important;
    }

    .footer-cell-mobile {
        display: none !important;
    }

    .logo-footer {
        margin-top: 24px;
    }

    .tf-v1-popover-button {
        display: none !important;
        width: 40px !important;
        height: 40px !important;
        margin-bottom: -6px;
        margin-right: 0px;
        left: 26px !important;
    }
}

@media (min-width: 1100px) {
    html {
        font-size: 19px;
    }

    .cookie-consent {
        margin: auto 40vw;
        height: 140px;
    }

    .cookie-img img {
        width: 127px;
    }

    .cookie-content {
        width: 248px;
        margin-left: 140px;
        padding: 16px 0px;
    }

    .cookie-btns {
        margin-top: 16px;
    }

    .tf-v1-popover-button {
        width: 54px !important;
        height: 54px !important;
    }

    .background-wrapper {
        position: relative;
        z-index: 800;
    }

    .content-wrapper {
        padding-top: 20px;
        padding-bottom: 80px;
        flex-direction: row;
    }

    .related-wrapper {
        margin: 0px auto;
        max-width: 1200px;
    }

    .related-list {
        padding: 32px 20px;
    }

    .index-text .seo-text {
        width: 55%;
    }

    .content-blocks {
        width: 45%;
    }

    footer, .footer-bar {
        z-index: 800;
        position: relative;
    }
}
