.single-prediction .article-body .new-column {
    width: 100%;
    padding: 0
}

.single-prediction .predictions-fact-box ul li img {
    width: 36px;
    height: auto
}

.comment-form input:not([type="submit"]):not([type="checkbox"]), .comment-form textarea {
    width: 100%
}

.comment-respond {
    margin-top: 50px
}

.comment-list .comment {
    margin-bottom: 30px
}

#listenButton1 {
    display: none
}

.rvNotification {
    display: none !important
}

.responsivevoice__wrap {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #C1C3C5;
    background: rgb(193 193 193 / 50%);
    border-radius: 8px;
    display: flex;
    align-items: center
}

.responsivevoice__wrap button {
    background: #018465;
    border: 0;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    cursor: pointer
}

.responsivevoice__wrap button:focus-visible {
    outline: none !important
}

.responsivevoice__wrap span {
    font-family: 'Poppins', sans-serif;
    color: #555;
    font-size: 14px
}

.responsivevoice__wrap button svg {
    width: 20px;
    height: auto
}

.responsivevoice__wrap button svg.pause {
    display: none
}

.responsivevoice__wrap button.playing svg.pause {
    display: block
}

.responsivevoice__wrap button.playing svg.play {
    display: none
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

table, th, td {
    border: 1px solid;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide {
    display: block
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

picture img {
    border-radius: 14px;
    margin: 20px auto;
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

html, body {
    width: 100%;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    background: #fff
}

body {
    padding-top: 64px
}

h1, h2, h3, h4 {
    font-family: 'Poppins', sans-serif
}

h1, .h1 {
    font-size: 36px;
    color: #fff;
    margin: 0;
    font-weight: 700;
    line-height: 42px
}

h2 {
    font-size: 28px;
    margin-bottom: 6px
}

h3 {
    font-size: 18px
}

h3.h2 {
    font-size: 28px
}

section {
    padding: 16px 0;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto
}

section.green {
    background: #019560;
    padding: 64px 0 42px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
    max-width: initial;
    background-image: url(../../../../../../../../../../../themes/crictips/img/hero_bg.svg)
}

section.white {
    background: #fff;
    max-width: initial
}

.row {
    margin: 0 -24px
}

section.margin-top {
    margin-top: 32px
}

.row-rc h2, section h2 {
    margin-top: 0
}

p, ol, ul {
    font-size: var(--normal-font-size);
    margin-bottom: 16px;
    line-height: 28px;
    text-align: start;
}

/*p {
    margin: 12px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    letter-spacing: .2px
}*/

b, strong {
    font-weight: 700;
    letter-spacing: 0
}

a {
    text-decoration: none
}

@media screen and (max-width: 992px) {
    p {
        font-size: 15px;
        line-height: 26px
    }

    h1, .h1 {
        font-size: 32px;
        line-height: 38px
    }

    h2 {
        font-size: 25px
    }

    h3.h2 {
        font-size: 25px
    }

    ul.rc-schedule li.game .teams > div {
        height: auto
    }
}

@media screen and (max-width: 600px) {
    p {
        font-size: 14px;
        line-height: 21px
    }

    h1, .h1 {
        font-size: 36px;
        line-height: 48px
    }

    h2 {
        font-size: 28px;
        line-height: 42px
    }

    h3.h2 {
        font-size: 28px;
        line-height: 42px
    }

    h3 {
        font-size: 24px;
        line-height: 36px
    }

    h4 {
        font-size: 20px;
        line-height: 30px
    }

    section.green {
        padding: 18px 0 0
    }

    .container.top-space {
        margin-top: 0
    }
}

.sticky {
    position: sticky;
    top: 80px
}

.btn {
    background: #019560;
    border-radius: 40px;
    color: #fff;
    border: none;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 16px
}

.btn.disabled {
    background: #E8E8E8;
    cursor: default;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 26px;
    color: #303030 !important
}

.row-100 {
    width: 100%
}

.row-90 {
    width: 90%
}

.row-80 {
    width: 80%
}

.row-70 {
    width: 70%
}

.row-60 {
    width: 60%
}

.row-50 {
    width: 50%
}

.row-40 {
    width: 40%
}

.row-30 {
    width: 30%
}

.row-20 {
    width: 20%
}

.row-10 {
    width: 10%
}

.row-main {
    width: calc(100% - 424px);
    padding-right: 24px
}

.row-rc {
    width: 400px;
    padding: 16px 0
}

#disqus_thread {
    width: 100%
}

@media screen and (max-width: 1000px) {
    .row-main {
        width: 100%;
        padding-right: 0
    }

    .row-rc {
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .row-sm-100 {
        width: 100%
    }

    .hide-on-phone {
        display: none
    }
}

.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 44px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.container.top-space {
    margin-top: 50px
}

.container.no-padding {
    padding: 0;
    position: relative
}

section.no-padding {
    padding: 0
}

section.no-padding > h1, section.no-padding > h2 {
    margin-left: 15px
}

#primary-menu {
    height: 64px;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 98;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2)
}

.nav-logo {
    display: inline-block;
    width: 118px;
    height: 100%;
    left: 10px
}

/*.nav-logo > img {
    height: 42px;
    width: auto
}*/

.navbar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
    margin-top: 23px;
    margin-right: 32px
}

.navbar ul li {
    display: inline-block;
    margin-right: 23px;
    position: relative
}

.navbar ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #202020;
    padding: 2px
}

.navbar ul li.menu-item-has-children > a:after {
    background-image: var(--wpr-bg-02282259-7b88-4e81-af66-580aca90cec3);
    background-size: 10px 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    content: "";
    margin-left: 5px
}

.navbar ul li.menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    top: -2px;
    left: -12px;
    right: -12px;
    background: #fff;
    padding: 12px;
    width: calc(100% + 24px);
    min-width: 260px
}

.navbar ul li.menu-item-has-children .sub-menu li {
    display: block
}

.navbar ul li.menu-item-has-children .sub-menu a {
    text-transform: initial
}

.navbar ul li.menu-item-has-children:hover > .sub-menu {
    display: block
}

.navbar ul .sub-menu li {
    margin-bottom: 8px
}

.navbar ul .sub-menu li:last-of-type {
    margin-bottom: 0
}

.navbar .container {
    display: block
}

#menu-btn {
    float: right;
    cursor: pointer;
    padding: 4px 0 4px 4px;
    margin-top: 18px;
    display: none
}

@media screen and (max-width: 992px) {
    .navbar ul {
        display: none
    }

    #menu-btn {
        display: block
    }

    .container {
        padding: 0 16px
    }

    .container.top-space {
        margin-top: 18px
    }
}

@media screen and (max-width: 800px) {
    .nav-logo {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

.social-btns a.youtube:hover svg path {
    fill: red
}

.social-btns a.twitter:hover svg path {
    fill: #1DA1F2
}

.social-btns a.instagram:hover svg path {
    fill: #405DE6
}

.social-btns a.facebook:hover svg path {
    fill: #4267B2
}

.social-btns a.tiktok:hover svg path {
    fill: #000
}

#side-menu .social-btns {
    float: none;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    top: initial;
    display: none;
    text-align: center
}

.social-btns a {
    margin: 0 3px
}

#side-menu {
    position: fixed;
    width: 400px;
    top: 0;
    bottom: 0;
    left: -400px;
    background: #fff;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    z-index: 9999;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    box-shadow: 0 0 16px rgba(0, 0, 0, .1)
}

body.menu-open #side-menu {
    left: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

#side-menu .close-menu {
    position: absolute;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    top: 19px;
    left: 28px
}

.side-menu-container {
    margin: 82px 0
}

#side-menu ul {
    padding: 24px 24px 0;
    margin: 0;
    list-style: none;
    max-height: calc(100vh - 80px);
    overflow-y: scroll
}

#side-menu ul li {
    margin-bottom: 16px;
    position: relative
}

.toggle-sub-menu {
    background-image: var(--wpr-bg-6628a3aa-4046-405c-87ab-9cc66fc3a99d);
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: center 9px;
    background-color: #fff;
    display: inline-block;
    width: 12px;
    height: 12px;
    float: right;
    width: 20px;
    height: 20px;
    padding: 4px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .12);
    -ms-box-shadow: 0 0 8px rgba(0, 0, 0, .12);
    -o-box-shadow: 0 0 8px rgba(0, 0, 0, .12);
    box-shadow: 0 0 8px rgba(0, 0, 0, .12);
    position: absolute;
    top: -2px;
    right: -6px;
    cursor: pointer
}

#side-menu ul li.open .toggle-sub-menu {
    transform: rotate(180deg)
}

#side-menu ul li p, #side-menu ul li a {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 25px;
    color: #000;
    cursor: pointer;
    margin: 0
}

#side-menu ul li p svg, #side-menu ul li a svg {
    position: relative;
    left: 8px
}

#side-menu ul li.show p svg {
    transform: rotate(90deg)
}

#side-menu ul.sub-menu {
    padding-left: 0;
    display: none;
    margin-top: 10px
}

#side-menu li.open ul.sub-menu {
    display: block
}

#side-menu .show ul.sub-menu {
    display: block
}

#side-menu ul.sub-menu li {
    margin-bottom: 8px
}

#side-menu ul.sub-menu li a {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px
}

@media screen and (max-width: 992px) {
    #side-menu ul {
        max-height: calc(100vh - 220px)
    }

    #side-menu .social-btns {
        display: block
    }

    #side-menu li.open ul.sub-menu {
        padding-top: 0
    }
}

@media screen and (max-width: 450px) {
    #side-menu {
        width: 100vw;
        right: -100vw;
        left: initial
    }

    body.menu-open #side-menu {
        left: initial;
        right: 0
    }

    body.menu-open {
        overflow: hidden
    }

    #side-menu .close-menu {
        top: 12px;
        right: 12px;
        left: initial
    }

    .side-menu-container {
        margin-top: 44px
    }

    #side-menu ul li {
        margin-bottom: 13px
    }
}

.hero-section {
    background: linear-gradient(180deg, #038366 0%, #018365 44.27%, #08634F 100%);
    padding: 64px 0 42px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative
}

.hero-section.has-logo {
    min-height: 240px
}

.hero-section.article-hero {
    padding: 0;
    height: 400px
}

.hero-section h1 {
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
    letter-spacing: 0;
    text-align: left
}

.hero-logo img {
    width: 100%;
    height: auto
}

img.hero-logo, picture.hero-logo {
    max-width: 220px;
    position: absolute;
    right: 0;
    height: auto
}

body.page-template-template_review .hero-section .row-main {
    position: relative
}

#mobile-texture {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.breadcrumb-container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 4
}

p#breadcrumbs {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .2px
    color: #fff
}

p#breadcrumbs a {
    color: #fff;
    opacity: .7;
    text-shadow: 1px 1px rgba(0, 0, 0, .08)
}

p#breadcrumbs span.breadcrumb_last {
    color: #fff;
    cursor: default;
    opacity: 1
}

@media screen and (max-width: 1360px) {
    img.hero-logo {
        margin-right: 3%
    }
}

@media screen and (max-width: 768px) {
    .breadcrumb-container {
        padding: 0 16px;
        top: 16px;
        width: auto
    }

    p#breadcrumbs {
        font-size: 11px;
        letter-spacing: 0
    }

    img.hero-logo {
        position: relative;
        display: inline-block;
        max-width: 100px;
        height: auto;
        margin: 6px 0 10px 16px
    }
}

@media screen and (max-width: 600px) {
    img.hero-logo {
        margin: 0 0 8px 16px
    }

    .breadcrumb-container {
        top: 12px
    }

    p#breadcrumbs {
        font-size: 10px
    }
}

@media screen and (max-width: 450px) {
    #mobile-texture {
        display: block
    }
}

@media screen and (max-width: 370px) {
    img.hero-logo {
        max-width: 70px
    }
}

body.page-template-template_guide p#breadcrumbs, body.single p#breadcrumbs {
    margin-top: 24px
}

body.page-template-template_guide p#breadcrumbs, body.page-template-template_guide p#breadcrumbs a, body.page-template-template_guide p#breadcrumbs span.breadcrumb_last, body.single p#breadcrumbs, body.single p#breadcrumbs a, body.single p#breadcrumbs span.breadcrumb_last {
    color: #000;
    text-shadow: none
}

.hero-section p {
    color: #fff;
    line-height: 24px;
    -webkit-font-smoothing: initial
}

.hero-section h2 {
    color: #fff;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0;
    margin: 4px 0 0
}

.hero-graphic {
    position: absolute;
    z-index: 0;
    margin-bottom: -42px;
    max-height: 97%;
    right: 4%;
    bottom: 0;
    height: 572px;
    width: 252px
}

.hero-section .container {
    position: relative;
    z-index: 2
}

.hero-top h1, .hero-top p {
    position: relative;
    z-index: 2
}

.hero-middle {
    position: relative
}

.bottom-bg-layer {
    display: none
}

.hero-bubble {
    display: none;
    cursor: pointer
}

@media screen and (max-width: 992px) {
    .hero-section {
        padding: 48px 0 32px
    }

    .hero-section h1 {
        font-size: 38px;
        line-height: 48px
    }

    .hero-section p {
        font-size: 15px;
        line-height: 22px
    }

    .hero-section h2 {
        font-size: 22px;
        line-height: 30px
    }
}

@media screen and (max-width: 600px) {
    .hero-section {
        padding: 36px 0 24px
    }

    .hero-section h1 {
        font-size: 32px;
        line-height: 40px
    }

    .hero-section h2 {
        font-size: 22px;
        line-height: 30px
    }

    .hero-graphic {
        position: absolute;
        right: 2%;
        max-height: 30%;
        bottom: 0
    }

    .hero-section.has-sections {
        padding: 0;
        background: linear-gradient(180deg, #038366 -28.29%, #018365 28.5%, #08634F 100%) !important
    }

    .has-sections .hero-top {
        margin-left: -16px;
        margin-right: -16px;
        width: calc(100% + 32px);
        padding: 36px 16px 24px;
        background: linear-gradient(180deg, #00A983 -275.6%, #018365 -98.16%, #035946 132.74%);
        border-radius: 0 0 56px 0;
        position: relative;
        overflow: hidden
    }

    .hero-graphic {
        display: none
    }

    .has-sections .hero-top.has-graphic {
        padding-bottom: 170px
    }

    .has-sections .hero-top.has-graphic .hero-graphic {
        margin-bottom: -18px;
        height: 192px;
        width: 84px;
        right: 8%;
        max-height: initial;
        display: block
    }

    .hero-bubble {
        display: block;
        position: absolute;
        bottom: 46px;
        right: 124px
    }

    .has-sections .hero-middle {
        padding: 24px 0 0
    }

    .has-sections .game-grid {
        margin-bottom: 16px
    }

    .has-sections .hero-bottom {
        margin-left: -16px;
        margin-right: -16px;
        width: calc(100% + 32px);
        padding: 32px 0;
        background: silver;
        background: linear-gradient(180deg, #018566 -1.06%, #08634F 100%);
        border-radius: 56px 0;
        box-shadow: 0 -12px 34px rgba(1, 88, 68, .18)
    }

    .has-sections .hero-bottom .btn-group ul {
        margin-top: 0
    }

    .has-sections .hero-bottom .btn-group ul li {
        width: auto;
        display: block;
        margin-bottom: 16px;
        margin-right: 32px;
        margin-left: 32px
    }

    .has-sections .hero-bottom .btn-group ul li:last-of-type {
        margin-bottom: 0
    }

    .bottom-bg-layer {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        height: 80px;
        background: #F8F8F8
    }
}

@media screen and (max-width: 350px) {
    .hero-bubble {
        display: none
    }

    .hero-section h2 {
        font-size: 19px;
        line-height: 26px
    }
}

.page-navbar {
    position: sticky;
    top: 64px;
    padding: 12px 0;
    background: #018566;
    text-align: center;
    z-index: 10
}

.page-navbar ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.page-navbar ul li {
    display: inline-block;
    margin: 0 8px
}

.page-navbar ul li a {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: #fff
}

@media screen and (max-width: 1060px) {
    .page-navbar {
        text-align: left
    }

    .page-navbar ul {
        overflow: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap
    }

    .page-navbar ul {
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .page-navbar ul::-webkit-scrollbar {
        display: none
    }

    .page-navbar ul li:first-of-type {
        margin-left: 15px
    }

    .page-navbar ul li:last-of-type {
        margin-right: 15px
    }
}

.card {
    background: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    border: none;
    padding: 16px;
    margin-bottom: 24px
}

.content-card {
    background: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    border: none;
    padding: 16px;
    margin-bottom: 24px
}

.content-card.grey {
    background: #f3f3f3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.content-card.yellow {
    background: #FFFBE8
}

.article-bullets-card h2 {
    font-size: 24px;
    margin-bottom: 12px
}

.article-bullets-card ul {
    margin: 0;
    padding: 20px 0 0 16px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none
}

.article-bullets-card ul li {
    width: calc(50% - 16px);
    margin-bottom: 12px;
    position: relative
}

.article-bullets-card ul li:before {
    content: "\2022";
    color: #018465;
    font-weight: 700;
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    width: 24px;
    position: absolute;
    left: -16px;
    top: -3px
}

.article-bullets-card ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #151515;
    font-family: 'Montserrat', sans-serif
}

@media screen and (max-width: 700px) {
    .article-bullets-card ul li {
        width: 100%
    }
}

.article-loop-sm-container h2 {
    margin-bottom: 12px
}

.article-loop-sm {
    display: flex;
    flex-wrap: wrap
}

.article-loop-sm .article-sm {
    width: calc(50% - 15px);
    margin-right: 15px;
    margin-bottom: 10px
}

.row-rc .article-loop-sm .article-sm {
    width: 100% !important;
    margin-right: 0 !important
}

.article-loop-sm .article-sm div {
    width: calc(100% - 114px);
    float: right
}

.article-loop-sm .article-sm img {
    width: 104px;
    height: 74px;
    border-radius: 2px;
    object-fit: cover;
    float: left;
    margin-right: 10px
}

.article-loop-sm .article-sm h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #303030;
    margin: 0;
    padding-right: 5px;
    min-height: 50px
}

.article-loop-sm .article-sm p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: #333;
    margin: 8px 0;
    text-transform: uppercase
}

.article-loop-sm .article-sm p span {
    display: inline-block;
    margin-left: 4px
}

.article-loop-sm .article-sm p span:last-of-type {
    color: #329DFF
}

@media screen and (max-width: 1120px) {
    .article-loop-sm .article-sm {
        width: 100%;
        margin-right: 0
    }

    .article-loop-sm .article-sm:last-of-type {
        display: none
    }

    .article-loop-sm .article-sm h5 {
        padding-right: 0
    }

    .article-loop-sm .article-sm p span:last-of-type {
        display: none
    }
}

@media screen and (max-width: 1000px) {
    .article-loop-sm .article-sm {
        width: calc(50% - 15px);
        margin-right: 15px
    }

    .article-loop-sm .article-sm:last-of-type {
        display: block
    }

    .article-loop-sm .article-sm h5 {
        padding-right: 5px
    }
}

@media screen and (max-width: 768px) {
    .article-loop-sm .article-sm {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }

    .article-loop-sm .article-sm:last-of-type {
        display: none
    }

    .article-loop-sm .article-sm h5 {
        padding-right: 0
    }
}

.card-grid {
    display: flex;
    flex-wrap: wrap
}

.card-grid .card.article-card {
    width: calc(50% - 12px);
    height: auto;
    padding: 0
}

.card-grid.full-width .card.article-card {
    width: calc(33.3% - 24px);
    height: auto;
    padding: 0
}

.card-grid .card.article-card:nth-of-type(even) {
    margin-left: 24px
}

.card-grid.full-width .card.article-card:nth-of-type(3) {
    margin-left: 24px
}

#ajax-load-more {
    width: 100%
}

.alm-reveal {
    display: flex;
    flex-wrap: wrap
}

#ajax-load-more button.alm-load-more-btn {
    border-radius: 32px;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #202020;
    border: none;
    font-weight: 400
}

@media screen and (max-width: 1000px) {
    .card-grid.full-width .card.article-card, .card-grid .card.article-card {
        width: 100%;
        height: auto;
        padding: 0
    }

    .card-grid.full-width .card.article-card:nth-of-type(3), .card-grid .card.article-card:nth-of-type(even) {
        margin-left: 0
    }
}

.card-grid .card.article-card .img-container {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative
}

.card-grid .card.article-card .img-container img {
    -webkit-border-top-left-radius: 12px;
    -moz-border-top-left-radius: 12px;
    -ms-border-top-left-radius: 12px;
    -o-border-top-left-radius: 12px;
    border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-top-right-radius: 12px;
    -ms-border-top-right-radius: 12px;
    -o-border-top-right-radius: 12px;
    border-top-right-radius: 12px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -ms-border-bottom-left-radius: 0;
    -o-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.article-tag {
    display: inline-block;
    position: absolute;
    background: #019560;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: .02em;
    color: #FFF;
    padding: 4px 8px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    top: 10px;
    left: 10px;
    border-radius: 24px
}

.card-grid .card.article-card .body {
    padding: 10px 15px 0;
    position: relative;
    height: auto
}

.card-grid .card.article-card .body h3 {
    margin: 0 auto 8px;
    color: #000;
    font-size: 17px;
    line-height: 22px;
    height: auto
}

.card-grid .card.article-card .body p.meta {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: .02em;
    color: #333;
    text-transform: uppercase
}

.author-tag {
    display: inline-block;
    margin-right: 10px
}

.card-grid .card.article-card .body p.read-more {
    font-size: 14px;
    line-height: 20px;
    margin: 9px 0 14px;
    color: #019560;
    text-transform: uppercase
}

.pagination {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 32px
}

.pagination.margin-top {
    margin-top: 32px
}

.pagination span.current, .pagination a {
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    border-radius: 100px;
    color: #05745B;
    font-weight: 700;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    margin-left: 4px;
    margin-right: 4px
}

.pagination span.current {
    background: #05745B;
    color: #fff;
    cursor: default
}

@media screen and (max-width: 768px) {
    .card-grid .card.article-card .body h3 {
        font-size: 16px;
        line-height: 21px
    }

    .card-grid .card.article-card .img-container {
        height: 192px
    }

    .card {
        margin-bottom: 16px
    }
}

.review-hero-img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.review-hero-img img {
    width: 100%;
    height: auto;
    max-width: 300px;
    max-height: 100px;
    display: block
}

.review-hero-img .stars {
    display: none !important;
    margin-left: 24px;
    position: relative;
    top: 4px
}

.review-hero-img .stars svg {
    margin-right: 3px
}

h1.review-subtitle {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 29px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 2px;
    border-bottom: 3px solid #fff;
    margin: 20px 0
}

body.page-template-template_review {
    background: #fff
}

.review-content .text-block h2, .review-content .text-block h3, .review-content .text-block h4, .review-content .text-block h5 {
    color: #000
}

img.alignright {
    margin-right: 0;
    margin-left: auto;
    display: block
}

img.alignleft {
    margin-right: auto;
    margin-left: 0;
    display: block
}

img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block
}

.pros-cons {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pros-cons > div {
    width: 50%
}

.pros-cons > div > ul {
    margin: 20px 0;
    padding: 0 60px 0 0;
    list-style: none
}

.pros-cons ul li svg {
    float: left
}

.review-content ul.score-list {
    list-style: none;
    margin: 24px 0;
    padding: 0
}

.review-content ul.score-list li {
    padding: 12px 15px;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .3px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #333
}

.review-content ul.score-list li:nth-of-type(odd) {
    background: #F4F5F5
}

.review-content ul.score-list li:nth-of-type(even) {
    background: #fff
}

.review-content ul.score-list li .text {
    width: 40%;
    position: relative;
    top: 4px
}

.review-content ul.score-list li .stars {
    width: 40%
}

.review-content ul.score-list li .rating {
    width: 20%;
    position: relative;
    text-align: right;
    top: 4px
}

.review-content ul.score-list li .stars svg {
    margin-right: 7px
}

ul.fact-list {
    padding: 0;
    margin: 14px 0;
    list-style: none
}

ul.fact-list li {
    margin: 6px 0;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

ul.fact-list li p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    display: inline-block;
    flex: 2;
    margin: 0
}

ul.fact-list li p:first-of-type {
    max-width: 33%
}

ul.fact-list li p:last-of-type {
    color: #666;
    padding-left: 10px
}

@media screen and (max-width: 992px) {
    .review-hero-img {
        position: relative;
        top: initial;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        text-align: center
    }

    .review-hero-img img {
        width: 240px;
        height: auto;
        margin: 0 auto
    }

    h1.review-subtitle {
        display: inline-block;
        font-size: 22px;
        line-height: 100%;
        padding-bottom: 1px;
        border-bottom: 2px solid #fff;
        text-align: center;
        margin-top: 28px;
        margin-bottom: 6px;
        margin: 16px 0
    }

    .review-hero-img .stars {
        display: block;
        margin-left: 0;
        margin-bottom: 18px
    }
}

@media screen and (max-width: 768px) {
    .review-content ul.score-list li {
        display: block;
        -ms-flex-wrap: initial;
        flex-wrap: initial;
        position: relative
    }

    .review-content ul.score-list li .text {
        width: 100%;
        padding-top: 6px
    }

    .review-content ul.score-list li .stars {
        width: 100%;
        margin-top: 16px
    }

    .review-content ul.score-list li .rating {
        width: auto;
        position: absolute;
        top: 22px;
        right: 16px
    }

    .pros-cons > div {
        width: 100%
    }

    .pros-cons > div > ul {
        margin: 20px 0;
        padding: 0 30px 0 0
    }

    .text-block p, .review-content .text-block p {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        color: #000
    }

    .text-block h1, .text-block .h1, .review-content .text-block h1, .review-content .text-block .h1 {
        font-size: 36px;
        line-height: 48px
    }

    .text-block h3.h2, .text-block h2, .review-content .text-block h3.h2, .review-content .text-block h2 {
        font-size: 28px;
        line-height: 42px
    }

    .text-block h3, .review-content .text-block h3 {
        font-size: 24px;
        line-height: 36px
    }

    .text-block h4, .review-content .text-block h4 {
        font-size: 20px;
        line-height: 30px
    }
}

.text-block.narrow-text > p, .text-block.narrow-text > h1, .text-block.narrow-text > h2, .text-block.narrow-text > h3, .text-block.narrow-text > h4, .text-block.narrow-text > h5, .text-block.narrow-text > h6, .text-block.narrow-text > ul:not(.toplist), .text-block.narrow-text > ol {
    margin-left: auto;
    margin-right: auto
}

.text-block.narrow-text img {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto
}

.text-block .new-column img {
    max-width: 100%
}

@media screen and (max-width: 720px) {
    .text-block.narrow-text img {
        max-width: 100%
    }
}

@media screen and (max-width: 340px) {
    .review-content ul.score-list li .stars svg {
        margin-right: 4px;
        width: 16px;
        height: 16px
    }
}

.mobile-sticky-offer {
    display: none
}

@media screen and (max-width: 800px) {
    .mobile-sticky-offer {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        background: #fff;
        bottom: -120px;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-transition: all 120ms ease-in-out;
        -moz-transition: all 120ms ease-in-out;
        -ms-transition: all 120ms ease-in-out;
        -o-transition: all 120ms ease-in-out;
        transition: all 120ms ease-in-out;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        height: 92px;
        -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .32);
        -moz-box-shadow: 0 0 16px rgba(0, 0, 0, .32);
        -ms-box-shadow: 0 0 16px rgba(0, 0, 0, .32);
        -o-box-shadow: 0 0 16px rgba(0, 0, 0, .32);
        box-shadow: 0 0 16px rgba(0, 0, 0, .32)
    }

    .mobile-sticky-offer.banner {
        height: auto
    }

    .mobile-sticky-offer.banner img {
        height: auto;
        width: 100%
    }

    body.show-sticky-offer .mobile-sticky-offer {
        bottom: 0
    }

    .mobile-sticky-offer .offer-body {
        width: 60%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        margin-top: -4px
    }

    .mobile-sticky-offer .offer-cta {
        width: 40%;
        text-align: right;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        margin-top: -4px
    }

    .mobile-sticky-offer .offer-cta button {
        text-transform: uppercase;
        background: #329DFF;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        padding: 16px 20px;
        border-radius: 32px;
        border: none;
        margin-right: 16px
    }

    .mobile-sticky-offer p.o-title {
        color: #000;
        margin: 0;
        font-size: 13px;
        padding-left: 16px
    }

    .mobile-sticky-offer h4.sticky-offer {
        color: #000;
        margin: 2px 0 1px;
        font-size: 22px;
        line-height: 28px;
        padding-left: 16px
    }

    .mobile-sticky-offer h4.sticky-offer > span {
        font-size: 26px;
        color: #00CA60
    }
}

@media screen and (max-width: 480px) {
    .mobile-sticky-offer .offer-body {
        width: 63%
    }

    .mobile-sticky-offer .offer-cta {
        width: 37%
    }

    .mobile-sticky-offer h4.sticky-offer {
        font-size: 16px;
        line-height: 22px
    }

    .mobile-sticky-offer h4.sticky-offer > span {
        font-size: 18px
    }

    .mobile-sticky-offer .offer-cta button {
        font-size: 11px
    }
}

@media screen and (max-width: 400px) {
    .mobile-sticky-offer h4.sticky-offer {
        font-size: 14px;
        line-height: 20px
    }

    .mobile-sticky-offer h4.sticky-offer > span {
        font-size: 16px
    }
}

@media screen and (max-width: 370px) {
    .mobile-sticky-offer h4.sticky-offer {
        font-size: 12px;
        line-height: 18px
    }

    .mobile-sticky-offer h4.sticky-offer > span {
        font-size: 14px
    }

    .mobile-sticky-offer p.sticky-disc {
        font-size: 9px;
        opacity: .82
    }

    .mobile-sticky-offer .offer-cta button {
        font-size: 10px;
        padding: 12px 16px;
        margin-top: 5px
    }
}

a.content-btn {
    display: inline-block;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border: none;
    margin-bottom: 12px;
    margin-right: 24px;
    cursor: pointer;
    width: 300px;
    padding: 14px 42px 14px 16px;
    text-decoration: none !important;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a.content-btn.has-icon {
    padding: 26px 42px 26px 16px
}

a.content-btn p {
    margin: 0;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .5px;
    color: #303030 !important
}

a.content-btn.has-icon p {
    padding-left: 48px
}

a.content-btn svg {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 18px;
    width: auto
}

a.content-btn p img.icon {
    width: 36px;
    height: 36px;
    object-fit: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 16px
}

@media screen and (max-width: 460px) {
    a.content-btn {
        width: calc(100% - 58px);
        margin-right: 0
    }
}

.content-button-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.offer-card {
    background: #fff;
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    border: none;
    margin-bottom: 24px;
    cursor: default
}

.offer-card .card-header {
    padding: 16px 0;
    background: #000;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    text-align: center
}

.offer-card .card-header img {
    max-height: 30px;
    width: auto;
    margin: 0 auto;
    display: block;
    height: auto
}

.offer-card .card-body {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 16px;
    text-align: center
}

p.offer-title {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    color: #329DFF;
    margin: 0
}

p.offer-text {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    color: #000;
    margin: 4px 0 0
}

p.offer-subtitle {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #000;
    margin: 0
}

ul.offer-bullets {
    padding: 0;
    margin: 10px auto;
    list-style: none;
    max-width: 240px
}

ul.offer-bullets li {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    text-align: left;
    margin-bottom: 8px;
    position: relative
}

ul.offer-bullets li svg {
    position: relative;
    margin-right: 8px;
    top: 2px
}

a.cta-btn, button.cta-btn {
    background: #329DFF;
    border-radius: 40px;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: .2px;
    line-height: 44px;
    border: none;
    text-transform: uppercase;
    min-width: 200px;
    max-width: 260px;
    width: 100%;
    margin: 12px 0 6px;
    cursor: pointer;
    opacity: 1
}

a.cta-btn:hover, button.cta-btn:hover {
    opacity: .88
}

p.disclaimer {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
    color: #000;
    margin: 0
}

body.single-post {
    background: #fff
}

.article-intro {
    margin-top: 32px
}

.article-intro h1 {
    color: #000;
    font-style: italic;
    text-transform: uppercase
}

.article-intro .img-container img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-top: 18px;
    border-radius: 6px
}

.article-title-card-container {
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 880px;
    margin: 0 auto
}

.card.article-title-card {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 32px 42px
}

.card.article-title-card h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 55px;
    text-transform: capitalize;
    color: #000
}

.article-content {
    max-width: 730px;
    margin: 0 auto
}

.article-meta {
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #ccc;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.article-meta p.published {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #303030;
    width: 100%
}

.article-meta p.published > span {
    font-weight: 500
}

.article-meta .author {
    height: 44px;
    width: 50%;
    position: relative
}

.article-meta .author img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    float: left;
    margin-right: 12px
}

.article-meta .author h5 a, .article-meta .author h5 {
    margin: 0;
    display: inline-block;
    line-height: 44px;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .2px;
    color: #000
}

.article-meta .bio {
    width: 50%;
    position: relative;
    text-align: right
}

.article-meta .bio p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .2px;
    color: #018465;
    max-width: 130px;
    margin: 8px 0 0;
    display: inline-block
}

.article-body {
    padding-top: 32px
}

.related-articles {
    padding-top: 32px;
    margin-top: 32px;
    padding-bottom: 32px
}

.article-share {
    margin-top: 32px;
    border-top: 1px solid #ccc
}

.article-share h5 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .5px;
    text-transform: capitalize;
    color: #018465;
    margin-bottom: 12px;
    text-align: center
}

.article-share ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

.article-share ul li {
    display: inline-block
}

.article-share ul li img, .article-share ul li svg {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin: 0 6px
}

.text-block {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0;
    margin: 12px 0;
    color: #222
}

.text-block > div.wp-caption {
    max-width: 100%
}

.wp-block-image img, .text-block > div.wp-caption > img, .text-block > p > img, .text-block > img {
    max-width: 100%;
    border-radius: 6px;
    height: auto
}

.text-block .content-card div.wp-caption > img, .text-block .content-card p > img, .text-block .content-card img {
    max-width: 100%;
    border-radius: 6px;
    height: auto
}

/*.text-block img {
    max-width: 100%
}*/

.wp-block-image:not(.is-style-rounded) img {
    border-radius: 4px
}

.text-block img.size-full {
    height: auto;
    border-radius: 4px
}

.text-block.inverted h1, .text-block.inverted h2, .text-block.inverted h3, .text-block.inverted h4, .text-block.inverted p {
    color: #fff
}

.text-block.inverted a {
    color: #fff
}

.text-block.inverted ol li, .text-block.inverted ul li {
    color: #fff
}

.review-content .text-block .content-card h1, .review-content .text-block .content-card h2, .review-content .text-block .content-card h3, .review-content .text-block .content-card h4, .text-block.inverted .content-card h1, .text-block.inverted .content-card h2, .text-block.inverted .content-card h3, .text-block.inverted .content-card h4 {
    color: #018465
}

.text-block.inverted .content-card p {
    color: #202020
}

.text-block.inverted .content-card a {
    color: #202020
}

.text-block.inverted .content-card ol li, .text-block.inverted .content-card ul li {
    color: #202020
}

.text-block h1 {
    color: #018465
}

.text-block h2 {
    color: #018465;
    line-height: 36px;
    margin-top: 24px;
    margin-bottom: 8px
}

.text-block h3 {
    color: #018465
}

.text-block h4 {
    color: #018465
}

.text-block h5 {
    color: #018465
}

.text-block iframe {
    max-width: 100%
}

.text-block a {
    color: #018465;
    font-weight: 700;
    text-decoration: underline
}

.text-block li {
    color: #202020;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0;
    margin: 8px 0
}

.text-block ol {
    list-style: none;
    counter-reset: item;
    padding-left: 8px
}

.text-block ol li {
    padding-left: 36px;
    position: relative;
    counter-increment: item;
    margin-bottom: 12px
}

.text-block ol li::before {
    content: counter(item);
    background: #018465;
    border-radius: 100%;
    color: #fff;
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    left: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -.2px;
    vertical-align: middle
}

.text-block blockquote {
    margin: 24px 0;
    border-radius: 8px;
    padding: 16px 32px;
    position: relative
}

.text-block.inverted blockquote p, .text-block blockquote p, .review-content .text-block.inverted blockquote p, .review-content .text-block blockquote p {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: .5px;
    color: #303030
}

.text-block blockquote:after {
    content: '';
    height: 100%;
    width: 6px;
    background: #018465;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: 5px
}

.text-block.inverted blockquote p, .review-content .text-block.inverted blockquote p {
    color: #fff
}

.text-block.inverted blockquote:after {
    background: #fff
}

.text-block table {
    width: 100%;
    font-size: 15px;
    border-collapse: collapse;
    border-radius: 4px;
    margin: 12px 0
}

.text-block table tr {
    border-radius: 4px
}

.text-block table tr td {
    padding: 4px 6px;
    background: rgba(1, 132, 101, .2)
}

.text-block table tr:nth-of-type(even) td {
    background: rgba(1, 132, 101, .06)
}

@media screen and (max-width: 768px) {
    .article-intro {
        margin-top: 16px
    }

    .article-intro h1 {
        font-size: 27px;
        line-height: 32px
    }

    .single-post .article-intro h1 {
        font-size: 25px;
        line-height: 31px
    }

    .article-body {
        padding-top: 12px
    }
}

@media screen and (max-width: 600px) {
    .article-intro {
        margin-top: 12px
    }

    .article-intro .img-container {
        width: calc(100% + 32px);
        margin-left: -16px;
        margin-right: -16px
    }

    .article-intro .img-container img {
        border-radius: 0
    }

    .text-block p, .review-content .text-block p {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: .2px
    }

    .text-block h1, .text-block .h1, .review-content .text-block h1, .review-content .text-block .h1 {
        font-size: 36px;
        line-height: 48px
    }

    .text-block h3.h2, .text-block h2, .review-content .text-block h3.h2, .review-content .text-block h2 {
        font-size: 28px;
        line-height: 42px
    }

    .text-block h3, .review-content .text-block h3 {
        font-size: 24px;
        line-height: 36px
    }

    .text-block h4, .review-content .text-block h4 {
        font-size: 20px;
        line-height: 30px
    }

    .text-block blockquote {
        margin: 18px 0;
        padding: 8px 24px
    }

    .text-block blockquote:after {
        width: 5px
    }
}

.card.home-video {
    width: 100%;
    padding: 0;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 20px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black)
}

.card.home-video iframe {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    left: 0
}

.main-video {
    width: calc(100% - 220px);
    display: inline-block
}

.main-video h3 {
    margin-top: -10px;
    line-height: 24px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600
}

.main-video-rc {
    width: calc(220px - 16px);
    display: inline-block;
    float: right;
    margin-top: 28px;
    padding-left: 16px
}

.main-video-rc h4 {
    margin: 0 0 7px
}

.main-video-rc .video-ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: scroll;
    max-height: 410px;
    display: block
}

.main-video-rc .video-ul::-webkit-scrollbar {
    display: none
}

.main-video-rc .video-ul .play-related-video {
    height: auto;
    margin-bottom: 10px;
    cursor: pointer
}

.main-video-rc .video-ul .play-related-video .img-container {
    width: 100%;
    display: inline-block;
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px
}

.main-video-rc .video-ul .play-related-video .img-container img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: 100%
}

.main-video-rc .video-ul .play-related-video .body {
    position: relative
}

.main-video-rc .video-ul .play-related-video .body h5 {
    color: #000;
    font-weight: 400;
    margin: 0
}

@media screen and (max-width: 1220px) {
    .main-video {
        width: 100%
    }

    .main-video-rc {
        float: initial;
        width: 100%;
        padding-left: 0;
        margin-top: 0
    }

    .main-video-rc .video-ul {
        height: auto !important;
        max-height: initial !important;
        display: flex;
        overflow: initial
    }

    .main-video-rc .video-ul .play-related-video {
        width: calc(25% - 16px);
        margin-right: 16px
    }

    .main-video-rc .video-ul .play-related-video:last-of-type {
        display: none
    }

    .main-video-rc h4 {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .main-video-rc .owl-dots, .main-video-rc .owl-nav {
        display: none
    }

    .main-video-rc .video-ul .play-related-video:last-of-type {
        display: inline-block
    }

    .main-video-rc .video-ul .play-related-video {
        width: 100%;
        margin-right: 0
    }

    .main-video-rc .video-ul .play-related-video .body {
        cursor: default
    }

    .main-video-rc .video-ul .play-related-video .body h5 {
        color: #151515;
        font-family: Montserrat;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        margin-top: 4px
    }

    .main-video-rc .video-ul {
        display: block;
        width: 564px
    }

    .main-video-rc {
        display: block;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        margin-top: -8px
    }

    .main-video-rc::-webkit-scrollbar {
        display: none
    }

    .main-video-rc .video-ul .play-related-video {
        width: 180px;
        display: inline-block;
        margin-right: 8px;
        vertical-align: top
    }

    .main-video h3 {
        height: auto
    }
}

.prediction-grid {
    margin: 0 0 24px
}

.prediction-card-margin {
    padding-top: 80px;
    margin-top: -80px
}

.card.prediction-card {
    padding: 0;
    margin-bottom: 16px
}

.prediction-card .intro {
    padding: 16px 64px 16px 16px;
    position: relative;
    cursor: pointer;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.prediction-card .intro h2 {
    margin: 0;
    font-weight: 700;
    color: #303030;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .5px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 54px
}

.prediction-card .intro h2 span.starttime {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: #303030;
    display: block;
    margin-top: 4px
}

.prediction-card .intro > div:first-of-type {
    width: 174px;
    float: left;
    padding-right: 16px;
    border-right: 1px solid #dedede
}

.prediction-card .intro .teams {
    height: 52px;
    text-align: center;
    padding-top: 8px
}

.prediction-card .intro .teams img {
    max-width: 44px;
    max-height: 44px;
    height: 100%;
    width: 100%;
    border-radius: 5px
}

.prediction-card .intro .teams span {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 44px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #797979;
    vertical-align: text-bottom;
    display: inline-block;
    margin: 0 8px
}

.prediction-card .intro > div:last-of-type {
    width: calc(100% - 232px);
    padding-left: 32px
}

.prediction-card svg.toggle-open {
    width: 14px;
    height: 14px;
    position: relative;
    top: 2px
}

.prediction-card.open svg.toggle-open {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.prediction-card .body {
    padding: 0 16px 16px;
    height: auto;
    display: none;
    border-top: 1px solid #dedede
}

.prediction-card .body > div {
    height: 100%
}

.prediction-card.open .body {
    display: block
}

.prediction-body {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0
}

.new-column {
    width: calc(50% - 20px);
    display: inline-block;
    vertical-align: top
}

.prediction-body .new-column:first-of-type {
    border-right: 1px solid #dedede;
    box-sizing: border-box
}

.new-column:nth-of-type(odd) {
    padding-right: 20px
}

.new-column:nth-of-type(even) {
    padding-left: 20px
}

.text-block.prediction-body h2 {
    font-size: 24px
}

.text-block.prediction-body h3 {
    font-size: 20px
}

.text-block.prediction-body h4 {
    font-size: 18px
}

.text-block.prediction-body p {
    font-size: 15px;
    line-height: 22px
}

.text-block.prediction-body > p > img, .text-block.prediction-body > img, .text-block.prediction-body .prediction-column > p > img, .text-block.prediction-body .prediction-column > img {
    max-width: 100%;
    height: auto;
    border-radius: 6px
}

.prediction-body .tableauPlaceholder, .prediction-body .tableauPlaceholder iframe {
    height: 300px !important
}

.predictions-fact-box {
    background: #F3F3F3;
    border-radius: 16px;
    padding: 16px 16px 8px;
    margin: 32px 0
}

.predictions-fact-box h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .5px;
    text-transform: capitalize;
    color: #018465;
    margin: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #dedede
}

.game-conditions ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.game-conditions ul li {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 4px 0;
    border-bottom: 1px solid #dedede;
    margin: 6px 0
}

.game-conditions ul li:last-of-type {
    border-bottom: none
}

.game-conditions ul li > div {
    height: auto;
    position: relative
}

.game-conditions ul li > div:first-of-type {
    width: 60%
}

.game-conditions ul li > div:last-of-type {
    width: 40%
}

.text-block.prediction-body .game-conditions ul li > div p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .2px;
    color: #797979
}

.text-block.prediction-body .game-conditions ul li > div:first-of-type p {
    padding-left: 44px
}

.text-block.prediction-body .game-conditions ul li > div:last-of-type p {
    padding-left: 4px
}

.text-block.prediction-body .game-conditions ul li > div p > span {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .2px;
    color: #303030;
    display: block
}

.text-block.prediction-body .game-conditions ul li > div img {
    height: 34px;
    width: 34px;
    float: left;
    position: relative;
    top: 12px;
    margin-right: 10px
}

.predictions-fact-box p.subtitle {
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #383838;
    margin: 6px 0 0
}

.predictions-fact-box .team {
    position: relative
}

.predictions-fact-box .team > img {
    width: 42px;
    height: 42px;
    float: left;
    position: relative;
    top: -8px;
    margin-right: 10px;
    border-radius: 5px
}

.predictions-fact-box .team h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .2px;
    color: #383838;
    margin: 26px 0 16px
}

.predictions-fact-box .team ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.predictions-fact-box .team ul li {
    background: #fff;
    padding: 8px;
    border-radius: 4px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.predictions-fact-box .team ul li > p.offer {
    width: 100%;
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    text-align: right;
    color: #383838;
    margin: 8px 0 0
}

@media screen and (max-width: 1200px) {
    .new-column {
        width: 100%
    }

    .new-column:nth-of-type(odd) {
        padding-right: 0;
        border-right: none;
        box-sizing: initial
    }

    .new-column:nth-of-type(even) {
        padding-left: 0
    }
}

@media screen and (max-width: 1000px) {
    .new-column {
        width: calc(50% - 20px)
    }

    .prediction-body .new-column:first-of-type {
        border-right: 1px solid #dedede
    }

    .new-column:nth-of-type(odd) {
        padding-right: 20px;
        box-sizing: border-box
    }

    .new-column:nth-of-type(even) {
        padding-left: 20px
    }

    .hide-on-mobile {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .new-column {
        width: 100%
    }

    .prediction-body .new-column:first-of-type {
        border-right: none
    }

    .new-column:nth-of-type(odd) {
        padding-right: 0;
        border-right: none;
        box-sizing: initial
    }

    .new-column:nth-of-type(even) {
        padding-left: 0
    }

    .prediction-card .intro {
        padding: 16px;
        display: block;
        -ms-flex-wrap: initial;
        flex-wrap: initial
    }

    .prediction-card .intro > div:first-of-type {
        width: 100%;
        float: initial
    }

    .prediction-card .intro > div:last-of-type {
        width: 100%;
        padding: 0
    }

    .prediction-card .intro h2 {
        position: relative;
        top: initial;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        padding-right: 54px
    }
}

.prediction-card.v2 .prediction-title {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    background: #018465;
    padding: 5px 0;
    text-align: center;
    cursor: pointer
}

.prediction-card.v2 .prediction-title h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: .02em;
    color: #fff;
    margin: 0 8px
}

.prediction-card.v2 .game-info .teams {
    text-align: center;
    padding: 10px 0 6px;
    cursor: pointer
}

.prediction-card.v2 .game-info .teams > div {
    display: inline-block;
    height: 40px;
    position: relative
}

.prediction-card.v2 .game-info .teams img {
    max-width: 40px;
    max-height: 40px;
    margin: 0 4px
}

.prediction-card.v2 .game-info .teams h2 {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 40px;
    color: #000;
    margin: 0;
    vertical-align: text-bottom
}

.prediction-card.v2 .game-info .teams span {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: rgba(0, 0, 0, .5);
    vertical-align: text-bottom;
    margin: 0 8px
}

.prediction-card.v2 .game-info .time-place {
    text-align: center;
    cursor: pointer
}

.prediction-card.v2 .game-info .time-place p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: .02em;
    color: #000;
    display: inline-block;
    margin: 0 5px;
    vertical-align: text-bottom
}

.prediction-card.v2 .game-info .time-place p svg {
    vertical-align: text-bottom
}

.expand-prediction {
    border-top: 1px solid #dedede;
    text-align: center;
    margin-top: 8px;
    padding-bottom: 8px;
    cursor: pointer
}

.expand-prediction h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: .02em;
    color: #000;
    margin: 18px 0 10px;
    position: relative
}

.expand-prediction h5 svg {
    margin-left: 20px
}

.yt-embed {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%
}

.yt-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    border-radius: 8px
}

.game-grid {
    margin-top: 12px;
    overflow: hidden;
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    padding: 0 24px;
    margin-left: -24px;
    margin-right: -24px;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.game-grid::-webkit-scrollbar {
    display: none
}

.card.game-card {
    width: 228px;
    box-shadow: none;
    padding: 16px;
    margin-right: 16px;
    display: inline-block;
    border-radius: 12px
}

.game-grid_wrap {
    max-width: calc(244px * 3 - 16px);
    position: relative;
    margin: 12px 0 24px
}

.game-grid_wrap .game-grid {
    margin: 0;
    padding: 0;
    overflow: hidden
}

.game-grid_wrap .card.game-card {
    margin: 0
}

.game-grid_wrap .swiper-button-next:after, .game-grid_wrap .swiper-button-prev:after {
    font-size: 12px;
    color: #000
}

.game-grid_wrap .swiper-button-next {
    right: -25px
}

.game-grid_wrap .swiper-button-prev {
    left: -25px
}

.game-grid_wrap .swiper-button-next, .game-grid_wrap .swiper-button-prev {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 100%
}

.card.game-card .meta {
    position: relative;
    cursor: default
}

.card.game-card .meta p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: .1px;
    color: #333;
    margin: 0
}

.card.game-card .meta .article-tag {
    left: initial;
    right: 0;
    top: -4px;
    display: none
}

.card.game-card .meta .article-tag.live-tag {
    display: block;
    text-transform: uppercase;
    padding: 2px 12px;
    border-radius: 4px;
    font-weight: 500
}

.card.game-card .body {
    margin-top: 10px;
    cursor: default
}

.card.game-card .body ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.card.game-card .body ul li {
    height: 36px;
    margin-top: 8px;
    margin-bottom: 8px;
    position: relative
}

.card.game-card .body ul li img {
    width: 36px;
    height: 36px;
    float: left;
    position: relative;
    margin-right: 8px;
    border-radius: 5px
}

.card.game-card .body ul li p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    white-space: break-spaces;
    color: #000;
    position: relative;
    top: 8px;
    margin: 0;
    -webkit-font-smoothing: initial
}

.card.game-card .body .venue {
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    color: #333;
    margin: 16px 0 6px
}

.card.game-card .body .venue.competition {
    margin: 6px 0 6px
}

.card.game-card .body p.game-meta {
    color: #fff;
    margin: 0;
    border-radius: 22px;
    padding: 4px 8px;
    font-size: 10px;
    line-height: 13px;
    background: #019560;
    display: inline-block;
    position: relative;
    top: -4px
}

.card.game-card .body .venue svg {
    margin-right: 4px;
    top: 4px;
    height: 14px;
    width: 14px;
    position: relative
}

.card.game-card .cta .btn {
    width: 100%;
    font-size: 14px;
    opacity: 1
}

.card.game-card .cta .btn:hover {
    opacity: .9
}

.card.game-card .cta .btn.disabled {
    display: inline-block;
    text-align: center;
    line-height: 20px;
    letter-spacing: -.2px
}

.btn-group ul {
    padding: 0;
    margin: 8px 0 0;
    list-style: none;
    justify-content: space-between;
    display: flex
}

.btn-group.align-left ul {
    display: block
}

.btn-group ul li {
    display: inline-block;
    width: 250px
}

.btn-group.align-left ul li {
    margin-left: 16px
}

.btn-group.align-left ul li:first-of-type {
    margin-left: 0
}

.btn-group ul li .btn {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group.black ul li .btn {
    background: #1E1E1E;
    text-align: left;
    padding-left: 58px;
    font-size: 14px;
    position: relative;
    padding-right: 32px
}

.btn-group.black ul li .btn .icon {
    position: absolute;
    top: 16px;
    left: 24px;
    width: 20px;
    height: auto
}

.btn-group.black ul li .btn svg.arrow {
    position: absolute;
    right: 24px;
    top: 19px;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.btn-group.black ul li .btn:hover svg.arrow {
    right: 21px
}

@media screen and (max-width: 1100px) {
    .btn-group ul {
        justify-content: initial;
        display: block
    }

    .btn-group ul li {
        margin-bottom: 12px;
        margin-right: 12px
    }
}

@media screen and (max-width: 992px) {
    .card.game-card .meta p {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0
    }

    .card.game-card .meta .article-tag {
        top: -5px
    }

    .article-tag {
        line-height: 15px
    }

    .game-grid {
        padding: 0 16px;
        margin-left: -16px;
        margin-right: -16px
    }

    .game-grid_wrap {
        margin-left: 25px
    }

    .game-grid_wrap .game-grid {
        margin: 0;
        padding: 0
    }
}

@media screen and (max-width: 790px) {
    .game-grid_wrap {
        margin-left: 0
    }

    .game-grid_wrap .swiper-button-next, .game-grid_wrap .swiper-button-prev {
        display: none
    }
}

@media screen and (max-width: 600px) {
    .btn-group.align-left ul li {
        margin-left: 0
    }
}

ul.toplist {
    list-style: none;
    padding: 0;
    margin: 16px 0;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    border-radius: 16px
}

ul.toplist li {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    margin: 0
}

ul.toplist li:last-of-type {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px
}

ul.toplist li.list-header {
    padding: 5px 0;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom: 1px solid #efefef
}

ul.toplist li.list-header p {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #000;
    font-family: 'Montserrat', sans-serif
}

.tl-rank {
    width: 6%
}

.tl-brand {
    width: 16%
}

.tl-usps {
    width: 14%
}

.tl-pay {
    width: 7%
}

.tl-bonus {
    width: 36%
}

.tl-cta {
    width: 19%
}

.row-main .tl-rank {
    width: 0%;
    display: none
}

.row-main .tl-brand {
    width: 25%
}

.row-main .tl-usps {
    width: 0%;
    display: none
}

.row-main .tl-pay {
    width: 0%;
    display: none
}

.row-main .tl-bonus {
    width: 45%
}

.row-main .tl-cta {
    width: 30%
}

ul.toplist li.list-card {
    height: 140px
}

ul.toplist li.list-card > div {
    position: relative
}

ul.toplist li.list-card .tl-rank p {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    text-align: center;
    left: 0;
    right: 0;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    color: #303030
}

ul.toplist li.list-card .tl-cta > a, ul.toplist li.list-card .tl-brand > div, ul.toplist li.list-card .tl-pay > div, ul.toplist li.list-card .tl-bonus > div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center
}

ul.toplist li.list-card .tl-pay > div img {
    width: 50px;
    height: auto
}

ul.toplist li.list-card .tl-brand > div a {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
    color: #329DFF;
    -webkit-font-smoothing: initial;
    text-decoration: none
}

ul.toplist li.list-card .tl-brand > div img {
    max-width: 80%;
    width: 100%;
    max-height: 50px;
    height: auto
}

ul.toplist li.list-card .tl-cta .cta-btn {
    max-width: 80%;
    font-size: 19px;
    letter-spacing: .1px;
    line-height: 38px
}

ul.toplist li.list-card .tl-usps > div > p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
    color: #000;
    margin: 18px 0 8px
}

ul.toplist li.list-card .tl-usps ul {
    padding: 0
}

ul.toplist li.list-card .tl-usps ul li {
    margin-bottom: 6px;
    border-radius: 0
}

ul.toplist li.list-card .tl-usps ul li p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    display: inline-block;
    margin: 0
}

ul.toplist li.list-card .tl-usps ul li svg {
    position: relative;
    top: 2px;
    margin-right: 5px
}

p.tl-offer-title {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #329DFF;
    margin: 0 0 0
}

p.tl-offer-text {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #000;
    margin: 0 0 0
}

p.tl-offer-text > span {
    font-size: 28px;
    line-height: 36px;
    color: #00CA60
}

p.tl-offer-subtitle {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin: 0 0 0
}

@media screen and (max-width: 1200px) {
    .tl-rank {
        width: 0%;
        display: none
    }

    .tl-brand {
        width: 16%
    }

    .tl-usps {
        width: 15%
    }

    .tl-pay {
        width: 7%
    }

    .tl-bonus {
        width: 42%
    }

    .tl-cta {
        width: 20%
    }
}

@media screen and (max-width: 1060px) {
    .tl-brand {
        width: 24%
    }

    .tl-usps {
        width: 0;
        display: none
    }

    .tl-pay {
        width: 8%
    }

    .tl-bonus {
        width: 40%
    }

    .tl-cta {
        width: 28%
    }
}

@media screen and (max-width: 840px) {
    .tl-brand {
        width: 22%
    }

    .tl-pay {
        width: 0;
        display: none
    }

    .tl-bonus {
        width: 44%
    }

    .tl-cta {
        width: 34%
    }
}

.mobile-only {
    display: none
}

.imitate-sm ul.toplist:not(.slim) {
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 0 16px rgba(0, 0, 0, 0);
    -o-box-shadow: 0 0 16px rgba(0, 0, 0, 0);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0)
}

.imitate-sm ul.toplist li.list-header {
    display: none
}

.imitate-sm ul.toplist:not(.slim) li.list-card {
    height: auto;
    border-radius: 16px;
    margin: 12px 0;
    -ms-flex-wrap: initial;
    flex-wrap: initial;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    box-shadow: 0 0 16px rgba(0, 0, 0, .1)
}

.imitate-sm ul.toplist li {
    display: block
}

.imitate-sm ul.toplist.slim {
    margin-left: -16px;
    margin-right: -16px
}

.imitate-sm ul.toplist.slim li {
    display: flex
}

.imitate-sm p.tl-offer-subtitle {
    -webkit-font-smoothing: initial
}

.imitate-sm .tl-rank {
    width: 0%;
    display: none
}

.imitate-sm ul.toplist:not(.slim) .row-main .tl-brand, .imitate-sm ul.toplist:not(.slim) .tl-brand {
    width: 100%;
    border-bottom: 1px solid #efefef
}

.imitate-sm ul.toplist:not(.slim) li.list-card .tl-brand > div img {
    max-width: 120px;
    margin: 14px auto 4px
}

.imitate-sm ul.toplist:not(.slim) .row-main .tl-usps, .imitate-sm ul.toplist:not(.slim) .tl-usps {
    width: 100%;
    display: none
}

.imitate-sm ul.toplist:not(.slim) .row-main .tl-pay, .imitate-sm ul.toplist:not(.slim) .tl-pay {
    width: 100%
}

.imitate-sm ul.toplist:not(.slim) .row-main .tl-bonus, .imitate-sm ul.toplist:not(.slim) .tl-bonus {
    width: 100%
}

.imitate-sm ul.toplist:not(.slim) .row-main .tl-cta, .imitate-sm ul.toplist:not(.slim) .tl-cta {
    width: 100%;
    text-align: center
}

.imitate-sm ul.toplist li.list-card .tl-cta > a:visited, .imitate-sm ul.toplist li.list-card .tl-cta > a {
    text-decoration: none
}

.imitate-sm ul.toplist:not(.slim) li.list-card .tl-cta > a, .imitate-sm ul.toplist:not(.slim) li.list-card .tl-brand > div, .imitate-sm ul.toplist:not(.slim) li.list-card .tl-pay > div, .imitate-sm ul.toplist:not(.slim) li.list-card .tl-bonus > div {
    top: initial;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    left: initial;
    right: initial;
    position: relative
}

.imitate-sm ul.toplist li.list-card .tl-brand > div a.review-link {
    display: none
}

.imitate-sm p.tl-offer-title {
    margin-top: 10px
}

.imitate-sm p.tl-offer-text {
    padding: 0 24px
}

.imitate-sm ul.toplist:not(.slim) li.list-card .tl-cta .cta-btn {
    margin-bottom: 6px
}

.imitate-sm .tl-usps {
    display: none
}

.imitate-sm ul.toplist li.list-card .tl-usps > div > p {
    display: none
}

.imitate-sm ul.toplist li.list-card .tl-usps ul {
    max-width: 180px;
    margin: 18px auto 16px
}

.imitate-sm ul.toplist li.list-card .mobile-only .tl-usps {
    display: block
}

.imitate-sm ul.toplist li.list-card .mobile-only .tl-usps ul {
    margin: 14px auto 10px
}

.imitate-sm ul.toplist li.list-card p.disclaimer {
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 20px;
    align-items: center;
    color: #000;
    letter-spacing: 0;
    border-bottom: none;
    text-decoration: none !important;
    margin: 0
}

.imitate-sm ul.toplist li.list-card .payments {
    padding: 8px 8px;
    background: #FAFAFA;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    text-align: center;
    margin-top: 12px
}

.imitate-sm .mobile-only {
    display: block
}

.imitate-sm .tl-usps {
    display: none !important
}

.imitate-sm ul.toplist li.list-card .payments img {
    display: inline-block;
    margin: 0 6px;
    position: relative;
    width: 40px;
    top: 4px
}

li.list-card .payments img {
    width: 44px;
    height: auto;
    top: 3px
}

.imitate-sm ul.toplist li.list-card .payments img.upi {
    width: 48px;
    height: 24px;
    top: 2px
}

.imitate-sm ul.toplist li.list-card .payments img.visa {
    width: 40px;
    height: auto;
    top: 2px
}

.imitate-sm ul.toplist li.list-card .payments img.mastercard {
    width: 30px;
    height: auto;
    top: 2px
}

.imitate-sm ul.toplist li.list-card .payments img.neteller {
    width: 70px;
    height: auto;
    position: relative;
    top: -4px
}

.imitate-sm ul.toplist li.list-card .payments a.review-link {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .2px;
    text-decoration-line: underline;
    color: #329DFF;
    display: inline-block;
    margin: 0 8px;
    position: relative;
    top: -5px
}

.imitate-sm {
    max-width: 380px;
    right: 10%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width: 768px) {
    .imitate-sm {
        left: 0;
        right: 0;
        width: 92%;
        margin: auto
    }

    .mobile-only {
        display: block
    }

    ul.toplist:not(.slim) {
        -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0);
        -ms-box-shadow: 0 0 16px rgba(0, 0, 0, 0);
        -o-box-shadow: 0 0 16px rgba(0, 0, 0, 0);
        box-shadow: 0 0 16px rgba(0, 0, 0, 0)
    }

    ul.toplist li.list-header {
        display: none
    }

    ul.toplist:not(.slim) li.list-card {
        height: auto;
        border-radius: 16px;
        margin: 12px 0;
        -ms-flex-wrap: initial;
        flex-wrap: initial;
        -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
        -ms-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
        -o-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
        box-shadow: 0 0 16px rgba(0, 0, 0, .1)
    }

    ul.toplist li {
        display: block
    }

    ul.toplist.slim {
        margin-left: -16px;
        margin-right: -16px
    }

    ul.toplist.slim li {
        display: flex
    }

    p.tl-offer-subtitle {
        -webkit-font-smoothing: initial
    }

    .tl-rank {
        width: 0%;
        display: none
    }

    ul.toplist:not(.slim) .row-main .tl-brand, ul.toplist:not(.slim) .tl-brand {
        width: 100%;
        border-bottom: 1px solid #efefef
    }

    ul.toplist:not(.slim) li.list-card .tl-brand > div img {
        max-width: 120px;
        margin: 14px auto 4px
    }

    ul.toplist:not(.slim) .row-main .tl-usps, ul.toplist:not(.slim) .tl-usps {
        width: 100%;
        display: none
    }

    ul.toplist:not(.slim) .row-main .tl-pay, ul.toplist:not(.slim) .tl-pay {
        width: 100%
    }

    ul.toplist:not(.slim) .row-main .tl-bonus, ul.toplist:not(.slim) .tl-bonus {
        width: 100%
    }

    ul.toplist:not(.slim) .row-main .tl-cta, ul.toplist:not(.slim) .tl-cta {
        width: 100%;
        text-align: center
    }

    ul.toplist li.list-card .tl-cta > a:visited, ul.toplist li.list-card .tl-cta > a {
        text-decoration: none
    }

    ul.toplist:not(.slim) li.list-card .tl-cta > a, ul.toplist:not(.slim) li.list-card .tl-brand > div, ul.toplist:not(.slim) li.list-card .tl-pay > div, ul.toplist:not(.slim) li.list-card .tl-bonus > div {
        top: initial;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        left: initial;
        right: initial;
        position: relative
    }

    ul.toplist li.list-card .tl-brand > div a.review-link {
        display: none
    }

    p.tl-offer-title {
        margin-top: 10px
    }

    p.tl-offer-text {
        padding: 0 24px
    }

    ul.toplist:not(.slim) li.list-card .tl-cta .cta-btn {
        margin-bottom: 6px
    }

    .tl-usps {
        display: none
    }

    ul.toplist li.list-card .tl-usps > div > p {
        display: none
    }

    ul.toplist li.list-card .tl-usps ul {
        max-width: 180px;
        margin: 18px auto 16px
    }

    ul.toplist li.list-card .mobile-only .tl-usps {
        display: block
    }

    ul.toplist li.list-card .mobile-only .tl-usps ul {
        margin: 14px auto 10px
    }

    ul.toplist li.list-card p.disclaimer {
        font-style: normal;
        font-weight: 300;
        font-size: 10px;
        line-height: 20px;
        align-items: center;
        color: #000;
        letter-spacing: 0;
        border-bottom: none;
        text-decoration: none !important;
        margin: 0
    }

    ul.toplist li.list-card .payments {
        padding: 8px 8px;
        background: #FAFAFA;
        border-bottom-right-radius: 16px;
        border-bottom-left-radius: 16px;
        text-align: center;
        margin-top: 12px
    }

    ul.toplist li.list-card .payments img {
        display: inline-block;
        margin: 0 8px;
        position: relative
    }

    ul.toplist li.list-card .payments img.upi {
        width: 48px;
        height: 24px;
        top: 2px
    }

    ul.toplist li.list-card .payments img.visa {
        width: 40px;
        height: auto;
        top: 2px
    }

    ul.toplist li.list-card .payments img.mastercard {
        width: 30px;
        height: auto;
        top: 2px
    }

    ul.toplist li.list-card .payments img.neteller {
        width: 70px;
        height: auto;
        position: relative;
        top: -4px
    }

    ul.toplist li.list-card .payments a.review-link {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: .2px;
        text-decoration-line: underline;
        color: #329DFF;
        display: inline-block;
        margin: 0 8px;
        position: relative;
        top: -5px
    }
}

@media screen and (max-width: 400px) {
    ul.toplist li.list-card .payments img.neteller {
        display: none
    }
}

@media screen and (max-width: 360px) {
    ul.toplist li.list-card .payments {
        padding: 7px 7px;
        margin-top: 10px
    }

    ul.toplist li.list-card .payments img {
        margin: 0 6px
    }

    ul.toplist li.list-card .payments img.upi {
        width: 44px;
        height: 22px;
        top: 3px
    }

    ul.toplist li.list-card .payments img.visa {
        width: 38px;
        top: 3px
    }

    ul.toplist li.list-card .payments img.mastercard {
        width: 28px;
        top: 3px
    }

    ul.toplist li.list-card .payments a.review-link {
        letter-spacing: 0;
        margin: 0 6px;
        top: -4px
    }
}

ul.toplist.slim {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

ul.toplist.slim li .tl-pay, ul.toplist.slim li .tl-usps, ul.toplist.slim li .tl-rank {
    display: none
}

ul.toplist.slim .tl-brand {
    width: 25%
}

ul.toplist.slim .tl-bonus {
    width: 45%
}

ul.toplist.slim .tl-cta {
    width: 30%
}

ul.toplist.slim li {
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, .1);
    height: auto
}

ul.toplist.slim li:last-of-type {
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

ul.toplist.slim li.list-header {
    display: none
}

ul.toplist.slim li.list-card .tl-brand > div a.review-link, ul.toplist.slim p.tl-offer-subtitle {
    display: none
}

ul.toplist.slim li.list-card .tl-brand > div a {
    position: relative
}

ul.toplist.slim li.list-card .tl-brand > div a img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    max-height: 46px
}

ul.toplist.slim li.list-card .tl-brand > div img {
    max-width: 120px
}

ul.toplist.slim p.tl-offer-title {
    font-weight: 300;
    font-size: 10px;
    line-height: 150%;
    text-transform: capitalize;
    color: #303030
}

ul.toplist.slim p.tl-offer-text, ul.toplist.slim p.tl-offer-text span {
    font-size: 15px;
    line-height: 140%;
    text-transform: capitalize
}

ul.toplist.slim p.tl-offer-text {
    color: #303030;
    padding: 0 5px
}

ul.toplist.slim li.list-card .tl-cta .cta-btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .1) 100%), #329DFF;
    border-radius: 8px;
    height: 40px;
    width: 140px;
    padding: 0;
    min-width: initial;
    margin: 0
}

ul.toplist.slim li.list-card .tl-bonus > div {
    position: relative;
    top: initial;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px
}

ul.toplist.slim .mobile-only {
    display: none
}

section#faq {
    margin-top: 32px;
    margin-bottom: 32px
}

ul.faq {
    margin: 20px 0 14px;
    padding: 0;
    list-style: none
}

ul.faq li {
    border-bottom: solid 1px #EEEFF7;
    cursor: pointer
}

ul.faq li:first-of-type {
    border-top: solid 1px #EEEFF7
}

ul.faq li h4 {
    margin: 12px 0;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    padding-right: 28px
}

ul.faq li h4 svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin-right: 12px;
    cursor: pointer
}

ul.faq li .answer {
    display: none;
    height: 0;
    font-size: 14px;
    color: #333;
    margin: 16px 0
}

ul.faq li.open .answer {
    display: block;
    height: auto
}

ul.faq li.open h4 svg {
    transform: rotate(180deg)
}

.row-rc ul.toplist.slim {
    margin-top: 5px
}

.row-rc ul.toplist.slim li.list-header {
    display: flex;
    background: #F2F2F2;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: none;
    border-top: none
}

.row-rc ul.toplist.slim li.list-card:nth-of-type(2) {
    border-top: none
}

.row-rc ul.toplist.slim {
    margin-left: 0;
    margin-right: 0
}

.row-rc ul.toplist.slim .tl-brand {
    width: 90px
}

.row-rc ul.toplist.slim .tl-bonus {
    width: calc(100% - 180px)
}

.row-rc ul.toplist.slim .tl-cta {
    width: 90px
}

.row-rc ul.toplist.slim li.list-card .tl-brand > div img {
    max-width: 80px;
    margin-left: 10px;
    max-height: 28px
}

.row-rc ul.toplist.slim p.tl-offer-text, .row-rc ul.toplist.slim p.tl-offer-text span {
    line-height: 130%;
    font-size: 12px
}

.betting-modal-body ul.toplist.slim p.tl-offer-text {
    font-size: 14px;
    line-height: 120%
}

.betting-modal-body ul.toplist.slim p.tl-offer-text span {
    font-size: 17px;
    line-height: 120%
}

.row-rc ul.toplist.slim p.tl-offer-text {
    padding: 0 8px
}

.row-rc h2 {
    font-size: 24px
}

.row-rc h2.rc-title {
    margin-top: 10px;
    margin-bottom: 0
}

@media screen and (max-width: 768px) {
    ul.toplist.slim {
        margin-left: -16px;
        margin-right: -16px
    }

    ul.toplist.slim .tl-brand {
        width: 90px
    }

    ul.toplist.slim .tl-bonus {
        width: calc(100% - 180px)
    }

    ul.toplist.slim .tl-cta {
        width: 90px
    }

    ul.toplist.slim li.list-card .tl-brand > div img {
        max-width: 74px;
        margin-left: 10px;
        max-height: 28px
    }

    ul.toplist.slim p.tl-offer-text, ul.toplist.slim p.tl-offer-text span {
        line-height: 130%;
        font-size: 12px
    }

    ul.toplist.slim p.tl-offer-text {
        padding: 0 8px
    }
}

.card.schedule-odds {
    padding: 0
}

.league-picker {
    padding: 6px 16px
}

.league-picker select {
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    background-color: transparent;
    border: 0;
    text-indent: 0;
    font-size: 14px;
    cursor: pointer
}

ul.rc-schedule {
    list-style: none;
    padding: 0;
    margin: 0
}

ul.rc-schedule li {
    padding: 16px;
    cursor: default
}

ul.rc-schedule li.day {
    padding: 10px 16px;
    background: #E8E8E8
}

ul.rc-schedule li.day p {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #202020;
    margin: 0
}

ul.rc-schedule li.day p img {
    width: 12px;
    height: 12px;
    opacity: .8;
    position: relative;
    top: 1px;
    margin-right: 8px
}

ul.rc-schedule li.game {
    border-bottom: 1px solid #efefef
}

ul.rc-schedule li.game .starttime {
    margin: -3px 0 6px;
    height: 16px
}

ul.rc-schedule li.game .starttime p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #666;
    margin: 0;
    float: left
}

ul.rc-schedule li.game .starttime p img {
    width: 10px;
    height: 10px;
    opacity: .6;
    position: relative;
    top: 1px;
    margin-right: 5px
}

ul.rc-schedule li.game .starttime p .flag img {
    opacity: .9
}

ul.rc-schedule li.game .starttime p:last-of-type {
    float: right;
    position: relative;
    top: -4px
}

ul.rc-schedule li.game .starttime p > span.flag {
    position: relative;
    font-size: 18px;
    margin-right: 5px;
    top: 2px
}

ul.rc-schedule li.game .teams > div {
    height: 32px;
    position: relative;
    margin-bottom: 2px
}

ul.rc-schedule li.game .teams img {
    width: 32px;
    height: 32px;
    float: left;
    position: relative;
    margin-right: 12px;
    border-radius: 5px
}

ul.rc-schedule li.game .teams p {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #000;
    margin: 0
}

ul.rc-schedule li.game .odds {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 8px;
    justify-content: space-between
}

ul.rc-schedule li.game .odds p.odds-title {
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    color: #303030;
    margin: 0 0 3px
}

ul.rc-schedule li.game .odds div.outcome {
    width: calc(50% - 6px);
    height: 48px;
    background: #F8F8F8;
    border-radius: 4px;
    cursor: pointer;
    position: relative
}

ul.rc-schedule li.game .odds div.outcome.open {
    background: #E8E8E8
}

ul.rc-schedule li.game .odds div.outcome:hover {
    background: #E8E8E8
}

ul.rc-schedule li.game .odds div.outcome img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 8px;
    width: 8px;
    right: 16px
}

ul.rc-schedule li.game .odds div.outcome.open img {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg)
}

ul.rc-schedule li.game .odds div.outcome > div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
}

ul.rc-schedule li.game .odds div.outcome > div p {
    margin: 0 auto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #383838;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

ul.rc-schedule li.game .odds div.outcome > div p > span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px
}

ul.rc-schedule li.game .cta {
    margin-top: 12px;
    width: 100%
}

ul.rc-schedule li.game .cta .btn {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    opacity: 1
}

ul.rc-schedule li.game .cta .btn:hover {
    opacity: .9
}

ul.odds-list {
    list-style: none;
    padding: 0;
    margin: 6px 0 0;
    width: 100%;
    display: none
}

.predictions-fact-box ul.odds-list, ul.odds-list.open {
    display: block
}

ul.odds-list > li {
    padding: 8px;
    border-radius: 4px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #F3F3F3;
    margin-top: 6px
}

ul.odds-list > li:first-of-type {
    margin-top: 0
}

ul.odds-list > li > div {
    width: 28%;
    position: relative;
    cursor: default;
    height: 44px
}

ul.odds-list > li .brand {
    border-radius: 4px;
    cursor: pointer
}

ul.odds-list > li .brand img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 84%;
    height: auto;
    max-width: 80px;
    max-height: 70%
}

ul.odds-list > li .offer-text {
    width: 44%
}

ul.odds-list > li .offer-text p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 8px
}

ul.odds-list > li .cta-field {
    background: #019560;
    border-radius: 64px;
    cursor: pointer;
    opacity: 1;
    margin: 0
}

ul.odds-list > li .cta-field:hover {
    opacity: .9
}

ul.odds-list > li .cta-field p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center
}

@media screen and (max-width: 768px) {
    ul.rc-schedule li.game .teams p {
        font-size: 15px;
        line-height: 32px
    }

    ul.rc-schedule li.game .teams img {
        margin-right: 8px
    }
}

.schedule-odds .no-games {
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #888;
    padding: 24px 0;
    margin: 0;
    font-family: 'Poppins', sans-serif
}

.row-rc .card h4.card-title {
    margin: 4px 0 0;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: .2px;
    color: #303030
}

.potd-card {
    height: auto;
    min-height: 340px;
    background-image: var(--wpr-bg-b860ef1d-d0fc-4dcf-a131-a9703595a14c);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    position: relative;
    overflow: hidden;
    border-radius: 12px
}

.potd-card .pick-card {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10%;
    z-index: 2
}

.potd-card img.person {
    position: absolute;
    z-index: 1;
    left: 2%;
    bottom: -150px;
    max-width: 320px
}

@media screen and (max-width: 1260px) {
    .potd-card img.person {
        left: 0%
    }
}

@media screen and (max-width: 1220px) {
    .potd-card img.person {
        left: -2%
    }
}

@media screen and (max-width: 1180px) {
    .potd-card img.person {
        left: -4%;
        bottom: -124px;
        max-width: 260px
    }
}

@media screen and (max-width: 1000px) {
    .potd-card {
        border-radius: 0;
        margin-left: -16px;
        margin-right: -16px
    }

    .potd-card img.person {
        left: 4%;
        bottom: -150px;
        max-width: 320px
    }
}

@media screen and (max-width: 800px) {
    .potd-card img.person {
        left: -2%;
        bottom: -150px;
        max-width: 320px
    }
}

@media screen and (max-width: 760px) {
    .potd-card img.person {
        left: -4%;
        bottom: -122px;
        max-width: 260px
    }
}

@media screen and (max-width: 720px) {
    .potd-card img.person {
        display: none
    }

    .potd-card .pick-card {
        margin: 0 auto;
        left: 16px;
        right: 16px
    }
}

a.no-underline {
    text-decoration: none !important
}

.pick-card {
    max-width: 388px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: 'Montserrat', sans-serif
}

.pick-card p.pick-title a, .pick-card p.pick-title {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin: 0;
    text-decoration: none;
    font-weight: 400;
    width: 100%
}

.pick-card .pick-text {
    width: 70%
}

.pick-card .pick-text h5 a, .pick-card .pick-text h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin: 2px 0 8px
}

.pick-card p.game-info a, .pick-card p.game-info {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin: 0;
    text-decoration: none;
    font-weight: 400;
    width: 100%
}

.pick-card p.game-info span a, .pick-card p.game-info span {
    float: right;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 21px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .2px
}

.pick-card .odds-info {
    width: 30%;
    text-align: right
}

.pick-card .odds-info h5 a, .pick-card .odds-info h5 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    color: #329DFF
}

.pick-card .pick-operator {
    padding: 0 16px 16px;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: -16px;
    background: #EBEBEB;
    width: 100%;
    margin-top: 16px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px
}

.pick-card p.operator-title {
    padding: 0 8px;
    background: #018465;
    border-radius: 56px;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 24px;
    letter-spacing: .02em;
    color: #fff;
    margin: 16px 0 0 0;
    text-transform: uppercase
}

.pick-card p.operator-title a {
    color: #fff
}

.pick-card p.offer a, .pick-card p.offer {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin: 8px 0;
    font-weight: 500
}

.pick-card p.offer span a, .pick-card p.offer span {
    font-weight: 600
}

.pick-card .cta-btn {
    background: #329DFF;
    border-radius: 32px;
    text-decoration: none;
    min-width: 100%;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    height: 48px;
    cursor: pointer;
    position: 1
}

.pick-card .cta-btn:hover {
    opacity: .9
}

.pick-card .cta-btn .logo {
    width: 100px;
    position: relative;
    height: 100%;
    border-top-left-radius: 0 !important;
    clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%)
}

.pick-card .cta-btn .logo img {
    width: auto;
    max-width: 52px;
    height: auto;
    max-height: 32px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto
}

.pick-card .cta-btn .text {
    height: 100%;
    width: calc(100% - 111px);
    position: relative;
    font-weight: 700;
    font-size: 15px;
    line-height: 46px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    top: 1px;
    font-family: 'Montserrat', sans-serif
}

.pick-card .cta-btn .text a {
    color: #fff
}

@media screen and (max-width: 600px) {
    .pick-card .pick-text h5 {
        font-size: 17px;
        line-height: 23px
    }

    .pick-card p.game-info, .pick-card p.pick-title {
        font-size: 12px;
        line-height: 18px
    }

    .pick-card p.game-info span {
        font-size: 9px;
        line-height: 20px
    }

    .pick-card p.offer {
        font-size: 12px;
        line-height: 22px;
        margin: 6px 0
    }

    .pick-card .cta-btn {
        height: 44px
    }

    .pick-card .cta-btn .text {
        font-size: 14px;
        line-height: 44px;
        letter-spacing: 0
    }

    .pick-card .cta-btn .logo {
        width: 90px
    }

    .pick-card .cta-btn .logo img {
        max-width: 46px;
        max-height: 28px
    }

    .pick-card .cta-btn .text {
        width: calc(100% - 90px)
    }
}

@media screen and (max-width: 360px) {
    .pick-card .cta-btn {
        height: 42px
    }

    .pick-card p.game-info span {
        display: none
    }

    .pick-card .cta-btn .text {
        font-size: 10px;
        line-height: 42px;
        letter-spacing: 0
    }
}

ul.toc {
    list-style: none;
    margin: 12px 0 12px;
    padding: 0 20px 0 0
}

ul.toc li {
    margin: 0
}

ul.toc li::before {
    content: "\2022";
    color: #019560;
    font-weight: 700;
    display: inline-block;
    font-size: 44px;
    line-height: 18px;
    width: 18px;
    margin-left: 0;
    position: relative;
    top: 7px
}

ul.toc li a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .2px;
    color: #202020
}

footer {
    background: #fff;
    padding: 0;
    border-top: 8px solid #018465
}

footer .footer-branding {
    padding: 24px 0;
    text-align: left;
    width: 25%;
    margin-bottom: 24px
}

footer .footer-branding h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .5px;
    text-transform: capitalize;
    color: #018465;
    margin-bottom: 12px
}

footer .footer-logo {
    margin: 12px auto;
    height: 42px;
    width: auto;
    display: inline-block
}

footer .footer-logo img {
    height: 100%;
    width: auto
}

.footer-menus {
    width: 50%;
    margin-top: 36px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 42px
}

.footer-menus h4 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #202020;
    margin: 12px 0
}

.footer-menus > div {
    width: 50%
}

.footer-menus ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-menus ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    color: #818181
}

footer .footer-copy {
    background: #018465;
    padding: 16px 0;
    width: 100%
}

footer .footer-copy p {
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: uppercase
}

@media screen and (max-width: 992px) {
    footer .footer-branding {
        padding: 24px 0;
        width: 100%;
        margin-bottom: 0;
        text-align: center
    }

    .footer-menus > div {
        width: 100%
    }

    .footer-menus {
        width: 100%;
        margin-top: 0;
        text-align: center;
        margin-bottom: 32px
    }

    footer .footer-copy p {
        font-size: 12px;
        line-height: 20px
    }
}

#scroll-to-top-btn {
    position: fixed;
    width: 46px;
    height: 46px;
    background: #fff;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, .14);
    -ms-box-shadow: 0 0 16px rgba(0, 0, 0, .14);
    -o-box-shadow: 0 0 16px rgba(0, 0, 0, .14);
    box-shadow: 0 0 16px rgba(0, 0, 0, .14);
    z-index: 9999;
    border-radius: 50%;
    bottom: 15px;
    right: -215px;
    cursor: pointer;
    -webkit-transition: all 120ms ease-in-out;
    -moz-transition: all 120ms ease-in-out;
    -ms-transition: all 120ms ease-in-out;
    -o-transition: all 120ms ease-in-out;
    transition: all 120ms ease-in-out;
    display: none !important
}

body.scrolled #scroll-to-top-btn {
    right: 15px
}

body.scrolled.show-sticky-offer #scroll-to-top-btn {
    bottom: 105px
}

#scroll-to-top-btn svg {
    width: 36px;
    height: 36px;
    position: absolute;
    transform: rotate(180deg);
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 4px
}

.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 480px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: transparent;
    border-radius: 8px;
    background: #fff;
    f overflow: hidden
}

.md-modal.image-popup {
    width: 600px;
    max-width: 100%;
    height: auto;
    font-size: 0;
    line-height: 0;
    border-radius: 8px !important
}

.md-modal.image-popup img {
    width: calc(100% + 2px);
    height: auto;
    border-radius: 8px
}

.md-show {
    visibility: visible
}

.md-close {
    border: none;
    background: none;
    cursor: pointer
}

.md-close svg {
    width: 20px;
    height: 20px
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(0, 0, 0, .78);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible
}

.md-effect-1 .md-content {
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative
}

.md-effect-1 .md-content .md-close {
    position: absolute;
    top: 12px;
    right: 8px
}

.md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.popup-header {
    height: 150px;
    position: relative;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.popup-header img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 220px;
    max-height: 100px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.popup-body {
    padding: 36px 20px 32px
}

.popup-body p {
    font-style: normal;
    text-align: center;
    color: #20365E;
    margin: 0 0 20px 0;
    font-family: 'poppins', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px
}

.popup-body .btn {
    text-align: center;
    text-transform: uppercase;
    max-width: 200px;
    margin: 0 auto;
    background: #329DFF;
    box-shadow: 0 2px 0 rgba(47, 120, 187, .9)
}

.md-modal .md-close {
    position: absolute;
    top: -2px;
    right: -2px;
    z-index: 80;
    padding: 16px
}

.betting-modal-header {
    background: #018465;
    padding: 8px 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.betting-modal-header p {
    color: #fff;
    font-family: 'poppins', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    text-align: center
}

.betting-modal-body {
    padding: 0 15px
}

.betting-modal ul.toplist.slim {
    margin-bottom: 0;
    margin-top: 0
}

.betting-modal ul.toplist.slim li.list-card:first-of-type {
    border-top: none
}

.betting-modal ul.toplist.slim li.list-card:last-of-type {
    border-bottom: none
}

@media screen and (max-width: 700px) {
    .md-modal {
        width: 100%;
        border-radius: 0
    }

    .betting-modal-header {
        border-radius: 0
    }

    .popup-header {
        height: 140px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .popup-header img {
        max-width: 180px;
        max-height: 90px
    }

    .md-modal.image-popup {
        width: 90%;
        max-width: 600px
    }
}

@media screen and (max-width: 360px) {
    .popup-body {
        padding: 28px 14px 22px
    }

    .popup-body p {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 16px 0
    }

    .popup-header {
        height: 120px
    }

    .popup-header img {
        max-width: 180px;
        max-height: 70px
    }
}

.single-promotion .article-intro h1 {
    text-transform: uppercase
}

.single-promotion .text-block p {
    font-family: Montserrat, sans-serif;
    color: #1D1C1D;
    letter-spacing: .2%;
    line-height: 28px
}

.single-promotion .article-body {
    padding-top: 0
}

ul.promo-list {
    padding: 0;
    background: #fff;
    border-radius: 16px;
    margin-top: 32px;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    box-shadow: 0 0 16px rgba(0, 0, 0, .1)
}

ul.promo-list li:before {
    content: '';
    display: none
}

ul.promo-list li.list-header {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 8px 0;
    border-bottom: 1px solid #EEEFF7;
    margin-bottom: 0
}

ul.promo-list li.list-header > div {
    text-align: center;
    font-size: 14px;
    line-height: 150%;
    color: #000
}

.w30 {
    width: 30%
}

.w40 {
    width: 40%
}

ul.promo-list li.list-card {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-top: 0;
    border-bottom: 1px solid #EEEFF7
}

ul.promo-list li.list-card:first-of-type {
    border-bottom: none
}

ul.promo-list li.list-card .brand {
    height: 132px;
    position: relative;
    cursor: pointer;
    text-align: center
}

ul.promo-list li.list-card .brand > div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center
}

ul.promo-list li.list-card .brand .img-container {
    display: inline-block;
    height: 50px;
    width: auto;
    border-radius: 6px;
    width: 140px;
    position: relative
}

ul.promo-list li.list-card .brand img {
    max-height: 70%;
    width: auto;
    max-width: 90%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto
}

ul.promo-list li.list-card .brand p {
    font-family: 'poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
    color: #000;
    margin: 0
}

ul.promo-list li.list-card .offers {
    height: 132px;
    position: relative
}

ul.promo-list li.list-card .offers > div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center
}

ul.promo-list li.list-card .offers .promo-headline {
    font-family: 'poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
    color: #329DFF;
    margin: 0;
    margin-bottom: 3px
}

ul.promo-list li.list-card .offers .promo-offer {
    font-family: 'poppins', sans-serif;
    font-style: normal;
    text-align: center;
    color: #329DFF;
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #000
}

ul.promo-list li.list-card .offers .promo-offer > span {
    font-size: 32px;
    color: #00CA60
}

ul.promo-list li.list-card .offers .promo-subtitle {
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #000;
    margin: 0
}

ul.promo-list li.list-card .ctas {
    text-align: center;
    position: relative;
    height: 132px
}

ul.promo-list li.list-card .ctas > div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0
}

ul.promo-list li.list-card .ctas .code-btn {
    background: #FFEB82;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border: dashed 2px #000;
    display: inline-block;
    font-weight: 600;
    opacity: 1;
    border: none;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 15px;
    padding: 9px 10px 6px;
    border: dashed 1px #000;
    min-width: 100px
}

ul.promo-list li.list-card .ctas .code-btn.no-code {
    background: rgba(0, 0, 0, .14);
    color: #fff;
    border: none
}

ul.promo-list li.list-card .ctas .offer-btn {
    display: inline-block;
    text-transform: uppercase;
    background: #329DFF;
    color: #fff;
    font-weight: 600;
    border-radius: 26px;
    opacity: 1;
    font-family: Montserrat, sans-serif;
    text-decoration: none;
    width: 100%;
    max-width: 80%;
    font-size: 19px;
    letter-spacing: .1px;
    line-height: 37px
}

.btn.promo-btn {
    width: 360px;
    max-width: 100%;
    height: 60px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .1) 100%), #329DFF;
    box-sizing: border-box;
    border-radius: 50px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 150%;
    display: block;
    margin: 18px auto;
    text-align: center;
    line-height: 43px;
    text-transform: uppercase;
    text-decoration: none
}

table.promo-table {
    width: 100%;
    margin: 0 0 18px;
    border-collapse: collapse;
    font-family: Montserrat, sans-serif
}

table.promo-table tr {
    background: #fff
}

table.promo-table tr td {
    background: #fff;
    border: 1px solid #B9B9B9;
    padding: 8px 6px;
    font-size: 14px
}

.text-block table.promo-table tr:nth-of-type(odd) td, .text-block table.promo-table tr:nth-of-type(even) td {
    background: #f2f2f2
}

@media screen and (max-width: 1100px) {
    ul.promo-list li.list-header > div.brand, ul.promo-list li.list-card .brand {
        width: 25%
    }

    ul.promo-list li.list-header > div.offer, ul.promo-list li.list-card .offers {
        width: 45%
    }
}

@media screen and (max-width: 992px) {
    ul.promo-list li.list-header > div.brand, ul.promo-list li.list-card .brand {
        width: 30%
    }

    ul.promo-list li.list-header > div.offer, ul.promo-list li.list-card .offers {
        width: 40%
    }
}

@media screen and (max-width: 768px) {
    ul.promo-list li.list-header > div.brand, ul.promo-list li.list-card .brand {
        width: 25%
    }

    ul.promo-list li.list-header > div.offer, ul.promo-list li.list-card .offers {
        width: 45%
    }

    ul.promo-list li.list-card .brand img {
        max-height: 40%
    }

    ul.promo-list li.list-card .brand > div p {
        display: none
    }

    ul.promo-list li.list-card .ctas {
        margin-top: 12px
    }
}

@media screen and (max-width: 600px) {
    ul.promo-list li.list-header {
        display: none
    }

    ul.promo-list {
        -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0);
        -ms-box-shadow: 0 0 16px rgba(0, 0, 0, 0);
        -o-box-shadow: 0 0 16px rgba(0, 0, 0, 0);
        box-shadow: 0 0 16px rgba(0, 0, 0, 0);
        background: none
    }

    ul.promo-list li {
        -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
        -ms-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
        -o-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
        box-shadow: 0 0 16px rgba(0, 0, 0, .1);
        border-radius: 16px;
        margin-bottom: 12px;
        background: #fff
    }

    ul.promo-list li.list-card .brand, ul.promo-list li.list-card .offers, ul.promo-list li.list-card .ctas {
        width: 100%;
        height: auto
    }

    ul.promo-list li.list-card .brand > div, ul.promo-list li.list-card .offers > div, ul.promo-list li.list-card .ctas > div {
        position: relative;
        top: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
        left: initial;
        right: initial;
        text-align: center;
        height: auto
    }

    ul.promo-list li.list-card .brand .img-container {
        width: 100%;
        border-top-right-radius: 16px;
        border-top-left-radius: 16px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        height: 66px
    }

    ul.promo-list li.list-card .ctas .code-btn {
        display: block;
        width: 156px;
        margin: 6px auto
    }

    ul.promo-list li.list-card .ctas .offer-btn {
        width: 180px;
        margin-bottom: 24px
    }

    table.promo-table tr td {
        padding: 6px 4px;
        font-size: 12px
    }
}

.team-members {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.team-members > div {
    width: calc(25% - 14px);
    background: #fff;
    margin-right: 18px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    margin-bottom: 18px
}

.team-members > div:nth-of-type(4n+4) {
    margin-right: 0
}

.team-members > div > div {
    padding: 15px
}

.team-members > div img {
    border-radius: 50%;
    width: 50%;
    height: auto;
    margin: 0 auto;
    display: block
}

.team-members > div h5 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #000;
    margin: 12px 0
}

.team-members > div p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: .2px;
    color: rgba(0, 0, 0, .8)
}

@media screen and (max-width: 992px) {
    .team-members > div {
        width: calc(50% - 14px);
        margin-bottom: 18px
    }

    .team-members > div:nth-of-type(2n+2) {
        margin-right: 0
    }
}

@media screen and (max-width: 700px) {
    .team-members > div {
        width: 100%;
        margin-right: 0
    }

    .team-members > div h5 {
        font-size: 18px
    }

    .team-members > div p {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0
    }
}

.promotion-row {
    height: 73px
}

.promotion-slider {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 70px;
    padding-top: 3px;
    position: relative
}

.promotion-slider.owl-carousel .owl-stage-outer {
    height: 70px
}

.promotion-slider .owl-item {
    box-sizing: border-box;
    border-right: 1px solid #efefef
}

.promotion-slider .owl-item:last-of-type {
    border-right: none
}

.promo-item-container {
    width: calc(100% - 12px);
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 64px;
    padding: 0 6px
}

.promo-item-container > div {
    height: 100%;
    position: relative
}

.promo-item-container > div:first-of-type {
    width: 20%
}

.promo-item-container > div:last-of-type {
    width: 80%
}

.promo-item-container > div img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: auto;
    margin: 0 auto;
    max-width: 40px;
    height: auto;
    border-radius: 50%
}

.promo-item-container > div:last-of-type > div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding-left: 4px
}

.promo-item-container > div p {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase;
    color: #303030;
    margin-top: -2px
}

.promo-item-container > div h5 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #303030
}

@media screen and (max-width: 1100px) {
    .promotion-slider {
        height: 72px
    }
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #019560 !important
}

.promotion-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 0
}

.promotion-slider.owl-theme .owl-dots .owl-dot span {
    opacity: .4
}

.promotion-slider.owl-theme .owl-dots .owl-dot.active span {
    opacity: 1
}

.promotion-slider.owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 2px 2px
}

@media screen and (max-width: 992px) {
    .promotion-slider .owl-item {
        border-right: none
    }

    .promo-item-container > div img {
        max-height: 50px
    }

    .promotion-row {
        height: 73px
    }
}

.single .row-rc {
    margin-top: 38px
}

h4.rc-title {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #303030;
    margin-bottom: 0
}

.row-rc .promo-item-container {
    padding-left: 0;
    width: 100%
}

.row-rc .promo-item-container > div:first-of-type {
    width: 54px
}

.row-rc .promo-item-container > div:last-of-type {
    width: calc(100% - 54px)
}

.row-rc .promo-item-container > div img {
    width: 46px;
    right: initial
}

@media screen and (max-width: 992px) {
    .single .row-rc {
        margin-top: 12px
    }
}

.card.league-table-card {
    padding: 0
}

table.league-table {
    width: 100%;
    border-collapse: collapse
}

table.league-table th {
    background: #018465;
    color: #fff;
    border-collapse: #018465
}

table.league-table tr:last-of-type td {
    padding-bottom: 12px
}

table.league-table tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 8px
}

table.league-table tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 8px
}

table.league-table tr {
    border-bottom: 1px solid #f6f6f6
}

table.league-table tr:last-of-type {
    border-bottom: none
}

table.league-table th, table.league-table td {
    padding: 10px;
    font-size: 14px;
    text-align: left;
    border: none;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif
}

table.league-table td {
    background: #fff !important
}

table.league-table th:first-of-type {
    border-top-left-radius: 8px
}

table.league-table th:last-of-type {
    border-top-right-radius: 8px
}

table.league-table td.bold {
    font-weight: 700
}

.hide-on-lg {
    display: none
}

@media screen and (max-width: 600px) {
    .hide-on-sm {
        display: none
    }

    .hide-on-lg {
        display: inline-block
    }

    table.league-table tr:last-of-type td {
        padding-bottom: 10px
    }

    table.league-table th, table.league-table td {
        padding: 8px;
        font-size: 12px
    }
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: var(--wpr-bg-bc0b79a8-31b7-4d51-91a5-10d67d9472a1) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.sub-menu > li.menu-item-has-children > a:after {
    position: absolute;
    top: 7px;
    right: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.sub-menu > li.menu-item-has-children > a {
    display: block
}

.sub-menu > li.menu-item-has-children > a, .sub-menu > li.menu-item-has-children {
    position: relative
}

.sub-menu > li.menu-item-has-children > .sub-menu {
    top: -11px !important;
    left: 100% !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
    right: auto !important;
    width: auto !important
}

.sub-menu > li {
    margin-right: 0 !important
}

#side-menu ul.sub-menu .toggle-sub-menu {
    display: none
}

#side-menu ul.sub-menu ul.sub-menu {
    padding: 15px !important;
    background: #ededed !important;
    margin-top: 7px !important
}

.team_bio_intro table td {
    padding: 5px 0
}

.team_bio_intro table td:nth-child(1) {
    min-width: 220px
}

.team_bio_intro table td:nth-child(2) {
    font-weight: 500
}

.team_bio_intro table {
    font-weight: 400;
    font-size: 18px;
    line-height: 140.62%;
    font-family: 'Poppins', sans-serif
}

.team_bio_intro p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140.62%;
    color: #141414
}

.team_bio_intro h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 140.62%;
    color: #141414;
    margin-bottom: 10px
}

.team_bio_page h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 140.62%;
    color: #141414
}

.team_bio_intro .row {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.team_bio_page .row > div {
    padding-left: 17px;
    padding-right: 17px
}

.team_bio_page, .team_bio_page * {
    box-sizing: border-box
}

.team_bio_predictions h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 15px
}

.team_bio_predictions .game-grid .card.game-card .body ul li:nth-child(1) img {
    margin-right: 0;
    margin-left: 8px
}

.team_bio_predictions .game-grid .card.game-card .body ul li:nth-child(2) {
    padding-left: 5px
}

.team_bio_predictions .game-grid .card.game-card .body ul li:nth-child(1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right;
    padding-right: 5px
}

.team_bio_predictions .game-grid .card.game-card .body .venue.competition, .team_bio_predictions .game-grid .card.game-card .body .venue, .team_bio_predictions .game-grid .card.game-card .meta p {
    font-size: 18px;
    font-weight: 300
}

.team_bio_predictions .game-grid .card.game-card .meta {
    margin-bottom: 20px
}

.team_bio_predictions .game-grid .card.game-card .body .venue.competition svg, .team_bio_predictions .game-grid .card.game-card .body .venue svg {
    display: none
}

.team_bio_predictions .game-grid .card.game-card .cta .btn.disabled {
    color: #898989 !important
}

.team_bio_predictions .game-grid .card.game-card .cta .btn.disabled, .team_bio_predictions .game-grid .card.game-card .cta .btn {
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 120%;
    margin-top: 15px
}

.team_bio_predictions .game-grid .card.game-card .body ul li p {
    top: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px
}

.team_bio_predictions .game-grid .card.game-card .body ul li {
    white-space: normal;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.team_bio_predictions .game-grid .card.game-card .body ul li, .team_bio_predictions .game-grid .card.game-card .body ul {
    display: -ms-flexbox;
    display: flex
}

.team_bio_predictions .game-grid .card.game-card {
    width: 100%;
    max-width: 24%;
    text-align: center;
    overflow: hidden;
    padding: 25px;
    margin-bottom: 0
}

.team_bio_predictions .game-grid {
    padding: 0;
    margin: 0
}

.team_bio_predictions {
    background: var(--wpr-bg-43fcc388-24a4-49a3-899c-e8ab859db26d) no-repeat;
    background-size: cover;
    max-width: 1375px;
    padding: 22px 45px 48px;
    margin: 0 auto;
    border-radius: 20px
}

.team_bio_predictions_wrap {
    padding: 30px 15px 100px
}

.team_bio_page img {
    max-width: 100%;
    height: auto
}

.team_bio_page {
    overflow: hidden
}

.team_bio_page .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -17px;
    margin-left: -17px;
    min-width: 100%
}

.team_bio_page .gutenberg_wrap {
    max-width: 1328px;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto
}

.team_bio_page .container {
    max-width: 1328px
}

.team_bio_page .gutenberg_wrap h2 {
    color: #141414;
    font-weight: 700;
    font-size: 24px;
    line-height: 140.62%;
    margin-bottom: 24px
}

.team_bio_page .gutenberg_wrap p {
    font-weight: 400;
    font-size: 18px;
    line-height: 140.62%;
    color: #141414;
    margin-bottom: 24px
}

.team_bio_posts h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 140.62%;
    color: #141414;
    margin-bottom: 25px;
    text-align: center;
    width: 100%
}

.team_bio_posts .postbox {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 38px
}

.team_bio_posts .postbox .postbox_content {
    padding: 10px 25px 35px;
    background: #018465;
    color: #fff
}

.team_bio_posts .postbox .postbox_content .datename {
    font-weight: 300;
    font-size: 16px;
    line-height: 120%
}

.team_bio_posts .postbox .postbox_content .datename a {
    color: #00CA60
}

.team_bio_posts .postbox .postbox_content .datename a:hover {
    text-decoration: none
}

.team_bio_posts .postbox .postbox_content h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 15px
}

.team_bio_posts .postbox .postbox_content h3 a {
    color: #fff
}

.team_bio_posts .postbox .postbox_content .readmore {
    color: #00CA60;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%
}

.team_bio_posts .postbox .postbox_image {
    height: 185px;
    position: relative
}

.team_bio_posts .postbox .postbox_image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 101%;
    width: 100%;
    background: linear-gradient(180deg, #018465 0%, rgba(1, 132, 101, 0) 100%);
    transform: rotate(-180deg)
}

.team_bio_posts .postbox .postbox_image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.team_bio_posts .row {
    margin-left: -15px;
    margin-right: -15px
}

.team_bio_posts .row > div {
    padding-left: 15px;
    padding-right: 15px
}

.team_bio_expert h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 30px
}

.team_bio_expert ul li, .team_bio_expert p {
    font-weight: 400;
    font-size: 18px;
    line-height: 140.62%;
    color: #fff
}

.team_bio_expert .relative > img {
    position: absolute;
    bottom: 0;
    right: 15px;
    max-width: 187px
}

.team_bio_expert .relative {
    position: relative
}

.team_bio_expert .team_bio_expert_txt {
    padding-top: 82px;
    padding-bottom: 82px;
    min-height: 443px
}

.team_bio_expert {
    background: #6AA6FF;
    color: #FFF;
    margin-bottom: 54px
}

figure.wp-block-image {
    width: 100%
}

.team_bio_posts {
    padding-top: 50px
}

.team_bio_page figure.wp-block-image {
    margin-bottom: 50px
}

.team_bio_bet {
    padding-top: 51px;
    padding-bottom: 83px;
    background: #018465;
    position: relative;
    color: #fff
}

.team_bio_bet .color_fff h1, .team_bio_bet .color_fff h2, .team_bio_bet .color_fff h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 30px
}

.team_bio_bet .color_fff {
    position: relative;
    z-index: 2
}

.team_bio_bet .color_fff p, .team_bio_bet .color_fff ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 140.62%;
    color: #fff
}

.team_bio_bet .container:before {
    content: '';
    position: absolute;
    top: -51px;
    right: -90px;
    background: var(--wpr-bg-195dcfef-5fdd-466a-9f17-1ec3f629a9b9) no-repeat;
    width: 393px;
    height: 397px
}

.team_bio_bet:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--wpr-bg-4e4a6d86-f647-4366-b6d3-08ac5418b49f) no-repeat;
    width: 384px;
    height: 344px
}

.team_bio_bet .container {
    max-width: 1070px;
    position: relative
}

.team_bio_bet ul.toplist {
    width: 100%;
    padding-bottom: 15px;
    background: #fff;
    position: relative;
    z-index: 2;
    margin-top: 35px
}

.team_bio_bet ul.toplist li.list-card {
    height: auto;
    min-height: 170px
}

@media (max-width: 1200px) {
    .navbar ul li a {
        font-size: 13px
    }

    .navbar ul li {
        margin-right: 15px
    }

    .team_bio_intro .row {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .team_bio_predictions .game-grid .card.game-card {
        max-width: 32%
    }
}

@media (max-width: 992px) {
    .team_bio_posts .slick-slide {
        padding: 0 4px
    }

    .team_bio_expert .relative > img {
        display: none
    }

    .team_bio_page .row > div.col-lg-6:nth-child(2) {
        -ms-flex-order: 1;
        order: 1
    }

    .team_bio_page .row > div.col-lg-6:nth-child(1) {
        -ms-flex-order: 2;
        order: 2
    }

    .team_bio_page .row > div.col-lg-6 {
        width: 100%
    }

    .team_bio_predictions .game-grid .card.game-card {
        max-width: 49%
    }

    .team_bio_introimg {
        text-align: center;
        padding-bottom: 20px
    }

    .team_bio_expert .team_bio_expert_txt {
        padding-top: 37px;
        padding-bottom: 37px;
        padding-left: 8px;
        padding-right: 8px;
        min-height: 1px
    }

    .team_bio_predictions_wrap {
        padding: 30px 15px 30px
    }
}

@media (max-width: 767px) {
    .team_bio_intro table, .text-center767 {
        text-align: center
    }

    .team_bio_predictions .game-grid {
        padding: 0 0 0 15px
    }

    .team_bio_predictions_wrap {
        padding: 30px 0 30px
    }

    .team_bio_bet ul.toplist {
        margin-top: 30px;
        background: transparent
    }

    .team_bio_bet .container:before {
        width: 275px;
        height: 246px;
        background: var(--wpr-bg-2638a109-2d64-4f5c-b9e4-f7b4717d3555) no-repeat;
        top: -37px;
        right: -15px
    }

    .team_bio_bet:after {
        left: -60px
    }

    .team_bio_bet .color_fff p, .team_bio_bet .color_fff ul li {
        font-size: 16px;
        line-height: 140.62%
    }

    .team_bio_bet .color_fff h1, .team_bio_bet .color_fff h2, .team_bio_bet .color_fff h3 {
        font-size: 22px;
        line-height: 33px;
        margin-bottom: 25px
    }

    .team_bio_bet {
        padding-top: 37px
    }

    .team_bio_posts .postbox .postbox_content h3 {
        font-size: 16px;
        line-height: 120%
    }

    .team_bio_posts .postbox .postbox_content {
        padding: 10px 20px 25px
    }

    .team_bio_intro table td {
        display: block;
        width: 100%
    }

    .team_bio_intro table td:nth-child(2) {
        padding-bottom: 20px
    }

    .team_bio_intro table td:nth-child(1) {
        padding-bottom: 0
    }

    .team_bio_page h1 {
        font-size: 36px;
        line-height: 140.62%
    }

    .team_bio_intro p {
        font-size: 16px;
        line-height: 140.62%
    }

    .team_bio_intro h3 {
        font-size: 22px;
        line-height: 140.62%
    }

    .team_bio_predictions h2, .team_bio_intro {
        text-align: center
    }

    .team_bio_predictions {
        padding: 20px 0 26px 0;
        border-radius: 0;
        background: #018465
    }

    .team_bio_predictions .game-grid .card.game-card {
        padding: 15px 10px;
        max-width: 80%
    }

    .team_bio_predictions .game-grid .card.game-card .body .venue.competition, .team_bio_predictions .game-grid .card.game-card .body .venue, .team_bio_predictions .game-grid .card.game-card .meta p {
        font-size: 16px
    }

    .team_bio_predictions .game-grid .card.game-card .body ul li {
        display: block;
        text-align: center !important
    }

    .team_bio_predictions .game-grid .card.game-card .body ul li img {
        float: none !important;
        margin: 0 0 10px
    }

    .team_bio_predictions .game-grid .card.game-card .cta .btn.disabled, .team_bio_predictions .game-grid .card.game-card .cta .btn {
        font-size: 16px !important;
        font-weight: 500 !important
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 992px) {
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .col-lg-3 {
        max-width: 25%;
        flex: 0 0 25%
    }

    .col-lg-9 {
        max-width: 75%;
        flex: 0 0 75%
    }
}

.row-main.upd {
    width: calc(100% - 470px);
    padding-right: 0;
    padding-left: 70px
}

@media screen and (max-width: 1000px) {
    .row-main.upd {
        width: 100%;
        padding-left: 0
    }
}

.card.game-card.todays .body ul li img {
    width: 66px;
    height: auto
}

.team_bio_predictions .game-grid .card.game-card.todays .body ul li p {
    font-size: 18px;
    line-height: 20px
}

.team_bio_predictions .game-grid .card.game-card.forlogo img {
    max-width: 100%;
    height: auto
}

.team_bio_predictions .game-grid .card.game-card.forlogo {
    background: transparent;
    padding: 0 20px
}

.team_bio_predictions .game-grid.alce .card.game-card {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin-right: 0;
    box-sizing: border-box
}

.team_bio_predictions .game-grid.alce {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    white-space: normal;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box
}

.page-template-template_cricket-predictions-lp-new .hero-section {
    overflow: hidden
}

@media screen and (max-width: 992px) {
    .team_bio_predictions .game-grid .card.game-card.forlogo {
        padding: 25px
    }

    .team_bio_predictions .game-grid.alce .card.game-card {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .team_bio_predictions .game-grid.alce {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 1200px) {
    .page-template-template_cricket-predictions-lp-new .team_bio_predictions_wrap {
        padding-top: 85px;
        padding-bottom: 80px
    }
}

.tagsplace a {
    margin: 0 5px 5px 0;
    display: inline-block;
    vertical-align: top;
    background: #e7f0ff;
    color: #045de9;
    padding: 5px 15px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase
}

.tagsplace {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.bio_content_imtxt .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.bio_content_imtxt .row .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 15px;
    padding-right: 15px
}

.bio_content_imtxt .row .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (max-width: 767px) {
    .bio_content_imtxt .row .col-md-4, .bio_content_imtxt .row .col-md-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

/*.text-block img {
    height: auto
}*/

@media only screen and (max-width: 767px) {
    .hide767 {
        display: none
    }
}

@media only screen and (min-width: 768px) {
    .show767 {
        display: none
    }
}

.homebanner img {
    border-radius: 12px;
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, .3)
}

.sidebar_ad {
    margin-top: 30px;
    margin-bottom: 30px
}

.sidebar_ad img {
    max-width: 100%;
    height: auto;
    border-radius: 15px
}

ul.odds-list > li .cta-field > a {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    height: 100%;
    min-height: 100%
}

*, ::after, ::before {
    box-sizing: border-box
}

.api_widget {
    background: #1A2C38;
    color: #fff;
    max-width: 850px;
    border-radius: 8px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    margin-bottom: 50px
}

.api_widget .row {
    margin-right: 0;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.api_widget .row .col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.api_widget .row .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.api_widget .row .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.api_widget .api_widget_top {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px
}

.api_widget .api_widget_top h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px
}

.api_widget .api_widget_top .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.api_widget .api_widget_line {
    background: #213743;
    margin-bottom: 10px;
    padding: 14px 15px;
    border-radius: 4px
}

.api_widget .api_widget_line .row {
    margin-left: -5px;
    margin-right: -5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.api_widget .api_widget_line .row > div {
    padding-left: 5px;
    padding-right: 5px
}

.api_widget .api_widget_line .itali, .api_widget .api_widget_line .winner, .api_widget .api_widget_line .date {
    font-size: 12px;
    font-weight: 600;
    color: #B1BAD3;
    margin-bottom: 10px
}

.api_widget .api_widget_line .winner {
    font-weight: 400
}

.api_widget .api_widget_line .itali {
    font-weight: 400;
    font-style: italic;
    text-align: right
}

.api_widget .api_widget_line .name {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px
}

.api_widget .api_widget_line .num {
    font-weight: 700;
    font-size: 14px;
    color: #4391E7
}

.api_widget .api_widget_line .darkbox {
    background: #071824;
    border-radius: 4px;
    padding: 14px 10px
}

.api_widget .api_widget_line .darkbox .name {
    font-weight: 400
}

.api_widget .api_widget_line .darkbox .btn {
    background: #329DFF;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 8px 16px
}

.api_widget .api_widget_line:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .hide767 {
        display: none
    }

    .api_widget .api_widget_line > .row {
        display: block
    }

    .api_widget .api_widget_line > .row > div {
        max-width: 100%
    }

    .api_widget .api_widget_line .winner {
        text-align: center;
        padding-top: 5px
    }

    .api_widget .api_widget_line .darkbox {
        margin-bottom: 5px
    }

    .api_widget .api_widget_line .itali.show767 {
        margin-bottom: 0
    }

    .api_widget .api_widget_top h2 {
        margin-bottom: 12px
    }

    .api_widget .api_widget_line {
        padding-left: 11px;
        padding-right: 11px
    }

    .api_widget {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media only screen and (min-width: 768px) {
    .show767 {
        display: none
    }
}

.widget_on_sidebar .hide767 {
    display: none
}

.widget_on_sidebar .api_widget .api_widget_line > .row {
    display: block
}

.widget_on_sidebar .api_widget .api_widget_line > .row > div {
    max-width: 100%
}

.widget_on_sidebar .api_widget .api_widget_line .winner {
    text-align: center;
    padding-top: 5px
}

.widget_on_sidebar .api_widget .api_widget_line .darkbox {
    margin-bottom: 5px
}

.widget_on_sidebar .api_widget .api_widget_line .itali.show767 {
    margin-bottom: 0
}

.widget_on_sidebar .api_widget .api_widget_top h2 {
    margin-bottom: 12px
}

.widget_on_sidebar .api_widget .api_widget_line {
    padding-left: 11px;
    padding-right: 11px
}

.widget_on_sidebar .api_widget {
    padding-left: 10px;
    padding-right: 10px
}

.widget_on_sidebar .api_widget .api_widget_line > .row > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.home_widget_place {
    width: 100%
}

.home_widget_place .api_widget {
    margin: 50px auto
}

.card.game-card .body {
    cursor: pointer
}