﻿.arcadia-standard-footer-type .left {
    float: left;
}

.arcadia-standard-footer-type .global-width {
    display: flex;
    justify-content: space-between;
    overflow: unset;
}

.arcadia-standard-footer-type main {
    background-color: #F1F3F7;
}

.arcadia-standard-footer-type .language-selector {
    float: unset;
    overflow: unset;
}

.arcadia-standard-footer-type .dropdown-button-flat {
    float: right;
    position: relative;
    width: auto;
}

.arcadia-standard-footer-type .header-item.lang {
    margin: 0;
    border-left: none;
    border-right: none;
}

.arcadia-standard-footer-type .dropdown-button-flat:after {
    /*content: " ";*/
    top: 8px;
    bottom: 0;
    left: auto;
    right: -20px;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(145, 148, 155, 0);
    border-top-color: #91949b;
    border-width: 5px;
    margin-left: -5px;
}

.arcadia-standard-footer-type .top-bar-buttons {
    float: none;
    position: relative;
}

.arcadia-standard-footer-type .language-selector ul {
    position: absolute;
    display: block;
    width: 400px;
    left: auto;
    right: -43px;
    top: 20px;
    padding: 15px;
    border-radius: 3px;
    border: 1px transparent solid;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: rgb(0 0 0 / 50%) 0 4px 25px;
    -webkit-filter: drop-shadow(rgba(0,0,0,.5) 0 4px 25px);
    filter: drop-shadow(rgba(0,0,0,.5) 0 4px 25px);
    transform: translateZ(0);
    box-sizing: border-box;
}

.arcadia-standard-footer-type .language-selector ul::after {
    position: absolute;
    content: "";
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
    top: -10px;
    left: auto;
    right: 39px;
}

.arcadia-standard-footer-type .language-selector ul li {
    float: left;
    width: 50%;
    padding-left: 15px;
    list-style: none;
    border-radius: 2px;
    box-sizing: border-box;
}

.arcadia-standard-footer-type .language-selector ul li:hover {
    background-color: #f1f1f1;
}

.arcadia-standard-footer-type .language-selector ul li.active {
    background: #046DB6;
}

.arcadia-standard-footer-type .language-selector ul li a {
    width: 100%;
    display: block;
    text-decoration: none;
    text-align: left;
}

.arcadia-standard-footer-type .language-selector li span {
    font-size: 11px;
    line-height: 26px;
    color: #0b1422;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .arcadia-standard-footer-type .language-selector li span {
        font-size: 18px;
        line-height: 40px;
    }
}

.arcadia-standard-footer-type .language-selector span.with-space {
    margin-right: 5px;
}

.arcadia-standard-footer-type .language-selector li.active span {
    color: #fff;
}

.arcadia-standard-footer-type .header-image {
    display: block;
    min-height: 250px;
    padding: 0;
    border: none;
    overflow: auto;
}

.arcadia-standard-footer-type .main-content {
    margin: 0 auto;
    padding: 48px 40px 35px;
    max-width: 750px;
    border: none;
    border-radius: 3px;
    background: #fff;
    color: #0b1422;
    box-shadow: 0 1px 3px 0 rgb(11 20 34 / 20%);
    box-sizing: border-box;
}

.arcadia-standard-footer-type .main-content h1 {
    display: block;
    position: relative;
    margin-bottom: 45px;
}

.arcadia-standard-footer-type .main-content h1::after {
    content: '';
    position: absolute;
    display: block;
    width: 34px;
    height: 4px;
    top: auto;
    bottom: -14px;
    margin-left: calc(50% - 62px);
    background-color: #ff5500;
}

@media screen and (max-width: 640px) {
    .arcadia-standard-footer-type .main-content h1::after {
        margin-left: calc(50% - 32px);
    }
}

.arcadia-standard-footer-type .main-content p,
.arcadia-standard-footer-type .main-content ul {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
}

.arcadia-standard-footer-type .main-content ul li {
    list-style: none;
}

.arcadia-standard-footer-type hr {
    margin: 0 0 40px;
    border-color: rgba(218, 219, 220,0.3);
}

.arcadia-standard-footer-type h2 {
    text-align: left;
}

.arcadia-standard-footer-type .que {
    position: relative;
    margin: 20px 0 20px 40px;
    font-weight: 600;
}

.arcadia-standard-footer-type .que::before {
    content: '';
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    top: -5px;
    left: -40px;
    background: url(../image/Q-Buttons.png) no-repeat;
    background-size: contain;
}

.arcadia-standard-footer-type .ans {
    position: relative;
    display: block;
    margin: 20px 20px 40px 40px;
}

.arcadia-standard-footer-type .ans::before {
    content: '';
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    top: 2px;
    left: -40px;
    background: url(../image/A-Buttons.png) no-repeat;
    background-size: contain;
}

.arcadia-standard-footer-type .ans a {
    color: #ff5500;
}


/* == footer == */

.arcadia-standard-footer-type footer {
    display: block;
    position: relative;
    padding-top: 0;
    background-color: #E8ECF3;
}

.arcadia-standard-footer-type .footer-back-to-top {
    display: inline-block;
    position: absolute;
    margin: auto;
    width: 40px;
    height: 40px;
    top: 475px;
    right: -990px;
    bottom: auto;
    left: 0;
    z-index: 20;
}

@media screen and (max-width: 1024px) {
    .arcadia-standard-footer-type .footer-back-to-top {
        position: relative;
        display: flex;
        margin: 0 auto 15px;
        justify-content: center;
        align-items: center;
        top: 45px;
        right: auto;
        left: auto;
        width: calc(100% - 30px);
        background-color: #334e6a;
        border-radius: 3px;
    }
}

.arcadia-standard-footer-type .footer-back-to-top span {
    display: none;
    color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
    .arcadia-standard-footer-type .footer-back-to-top span {
        display: block;
    }
}

.arcadia-standard-footer-type footer .container {
    display: flex;
    margin: 0 auto;
    padding: 80px 0;
    width: 100%;
    background: #E8ECF3;
    font-size: 13px;
    color: #343B48;
    border: none;
}

@media screen and (max-width: 1024px) {
    .arcadia-standard-footer-type .container {
        position: relative;
        padding-bottom: 40px;
    }
}

.arcadia-standard-footer-type .content {
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 770px;
    font-style: normal;
    border: none;
    background-color: transparent;
    box-shadow: none;
}

@media screen and (max-width: 768px){
    .arcadia-standard-footer-type .content {
        padding: 0 15px;
    }
}

[lang="pt"] .arcadia-standard-footer-type .content {
    max-width: 850px;
}

.arcadia-standard-footer-type .columns {
    display: flex;
    width: 100%;
    justify-content: space-between;
    text-align: left;
    box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
    .arcadia-standard-footer-type .columns > * {
        flex: 0 0 50%;
    }
}

@media screen and (max-width: 1024px) {
    .arcadia-standard-footer-type .columns {
        flex-wrap: wrap;
        padding-left: 30px;
        padding-right: 30px;
        margin-right: -15px;
        flex-direction: row;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 768) {
    .arcadia-standard-footer-type .columns {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.arcadia-standard-footer-type .col a {
    display: block;
    position: relative;
    padding: .25em 0;
    font-size: 13px;
    line-height: 15px;
    color: #343B48;
    margin-top: 5px;
    text-decoration: none;
}

.arcadia-standard-footer-type .col a:hover {
    text-decoration: underline;
}

.arcadia-standard-footer-type a.social-link {
    display: flex;
    align-items: center;
    margin: 0;
}

.arcadia-standard-footer-type a.social-link .icon {
    width: 22px;
    height: 22px;
    margin-right: .4em;
    background-size: contain;
}

.facebook {
    background: url(../image/facebookIcon.png);
}

.twitter {
    background: url(../image/x-gray.svg) no-repeat;
}

.linkedin {
    background: url(../image/linkedinIcon.png);
}

.youtube {
    background: url(../image/youtubeIcon.png);
}

.apple-podcasts {
    background: url(../image/applePodcastIcon.png);
}

.spotify {
    background: url(../image/spotifyIcon.png);
}

.sound-cloud {
    background: url(../image/soundcloudIcon.png);
}

.arcadia-standard-footer-type .addictive {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
}

@media screen and (max-width: 1024px) {
    .arcadia-standard-footer-type .addictive {
        padding: 1em 20px;
        line-height: 1.2;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        text-align: left;
        margin: 30px -15px;
    }
}

.arcadia-standard-footer-type .addictive a {
    text-decoration: none;
    color: #343B48;
    align-self: center;
}

@media screen and (max-width: 1024px) {
    .arcadia-standard-footer-type .addictive a {
        align-self: unset;
    }
}

.arcadia-standard-footer-type .addictive img {
    width: 32px;
    height: 32px;
}

@media screen and (max-width: 1024px) {
    .arcadia-standard-footer-type .addictive img {
        width: 72px;
        height: auto;
        max-height: none;
    }
}

.arcadia-standard-footer-type .payments {
    padding-top: 3em;
    transform: scale(1.03);
}

.arcadia-standard-footer-type .payments span {
    display: flex;
    align-items: center;
}

.arcadia-standard-footer-type .payments img {
    width: auto;
    height: 18px;
    max-width: none;
    max-height: none;
    display: flex;
    margin: 6px 13px;
    opacity: 1;
    cursor: default;
}

.arcadia-standard-footer-type .licenses {
    text-align: center;
    margin-top: 40px;
}

.arcadia-standard-footer-type .license {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    line-height: 18px;
}

.arcadia-standard-footer-type footer .logos {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

@media screen and (max-width: 547px) {
    .arcadia-standard-footer-type footer .logos {
        gap: 20px;
    }
}

.arcadia-standard-footer-type footer .logos .pinnacle-line img {
    height: 30px;
}

.arcadia-standard-footer-type .license p {
    margin-bottom: 1em;
    font-size: 13px;
    line-height: 1.6;
    color: #343b48;
}

.arcadia-standard-footer-type footer .regulation {
    margin-top: 40px;
}

.arcadia-standard-footer-type .licenses .ecogra img,
.arcadia-standard-footer-type .licenses .ecogra-adr img {
    height: 25.97px;
    width: 140px;
}

.arcadia-standard-footer-type .regulation.logos .kb-field-empty {
    display: none !important;
}

.arcadia-standard-footer-type .licenses .gcb img {
    height: 34px;
    width: auto;
}

.arcadia-standard-footer-type .licenses .gamcare img {
    height: 34.96px;
    width: 31.53px;
}

.arcadia-standard-footer-type .ca-domain-licenses .ibia img,
.arcadia-standard-footer-type .section.regulation .pinnacle-sports-direct img,
.arcadia-standard-footer-type .ca-domain-licenses .rg-check img {
    height: 30px;
}

.arcadia-standard-footer-type .licenses .mga img,
.arcadia-standard-footer-type .licenses .sweden-authority img,
.arcadia-standard-footer-type .section.regulation .stodlinjen img,
.arcadia-standard-footer-type .ca-domain-licenses .connex img {
    height: 35px;
}

.arcadia-standard-footer-type .footer_text a,
.arcadia-standard-footer-type .license a {
    color: #ff5500;
    font-weight: 700;
}

.arcadia-standard-footer-type .footer-copyright-block {
    margin-top: -1em;
}

.arcadia-standard-footer-type .top.right {
    display: none;
}
/**  Canadian footer  */
footer .canadian-addiction-warning-block {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding: 15px;
    background: #F1F3F7;
    font-size: 14px;
    box-sizing: border-box;
}

footer .addictive .canadian-addiction-warning-block img {
    display: block;
    width: 47px;
    height: 42px;
    margin-right: 20px;
}

footer .canadian-payment-options {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 43px;
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
    footer .canadian-payment-options {
        display: none;
    }
}

footer .canadian-payment-options .inner-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
}

footer .canadian-payment-options .inner-wrap .interac img {
    height: 35px;
}

footer .canadian-payment-options .inner-wrap .visa img {
    height: 15px;
}

footer .canadian-payment-options .inner-wrap .master-card img {
    height: 24px;
}

footer .canadian-payment-options .inner-wrap .idebit img {
    height: 18px;
}

footer .canadian-payment-options .inner-wrap .eco-payz img,
footer .canadian-payment-options .inner-wrap .much-better img {
    height: 22px;
}

footer .ca-domain-licenses {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    align-items: center;
}

@media screen and (max-width: 567px) {
    footer .ca-domain-licenses {
        width: 95%;
        flex-wrap: wrap;
    }
}