@charset "utf-8";

* {
    margin: 0;
    padding: 0
}

*,
::after,
::before {
    box-sizing: border-box
}

.clear {
    clear: both;
    font-size: 1px
}

body {
    font-family: ubuntu, sans-serif;
    font-size: 14px
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

.site {
    position: relative;
    border-bottom: 1px solid #e2e2e2;
    background-color: #f5f5f5;
}

header {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    border-bottom: 4px solid #FFA300;
    display: table;
    background-color: #19073F;
    text-align: center
}


.rotate,
.rotate2 {
    width: 50px;
    height: 50px;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}


.logo {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    height: 100px;
    margin: 10px
}

article {
    color: #4d4d4d;
    margin: 0 auto;
    max-width: 66.5rem !important;
    width: 100%;
    padding: 1%;
    display: block;
    font-size: 16px
}

article h1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 30px;
    margin: 25px 0 20px
}

article a:hover {
    text-decoration: none
}

article h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    margin: 25px 0 20px;
    padding-left: 10px;
    border-left: 3px solid #f44336
}

article p {
    font-weight: lighter;
    line-height: 22px;
    text-align: left;
    padding: 10px 0
}

.article-1 {
    margin: 0 auto;
    max-width: 66.5rem !important;
    width: 100%;
    padding: 1% 0;
    display: block
}

.article-1 h2 {
    color: #4d4d4d;
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    margin: 25px 0 20px;
    padding-left: 10px;
    border-left: 3px solid #f44336
}

.article-1 p {
    color: #4d4d4d;
    font-weight: lighter;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    padding: 10px 0
}

.article-2 {
    margin: 0 auto;
    max-width: 66.5rem !important;
    width: 100%;
    padding: 1% 0;
    display: block
}

.article-2 h4 {
    color: #4d4d4d;
    font-size: 20px;
    font-weight: 400
}

.article-2 p {
    color: #4d4d4d;
    font-weight: lighter;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    padding: 10px 0
}

.site:nth-child(odd) {
    background-color: #f5f5f5;

}

.site:last-of-type:nth-child(odd) {
    margin-bottom: 30px
}

.row {
    height: auto;
    margin: 0 auto;
    max-width: 66.5rem !important;
    width: 100%;
    padding: 2.5375rem 0;
    display: table
}

.large-1 {
    width: 7.3333%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 1%
}

.large-1 h2 {
    color: black;
    font-size: 30px;
    font-weight: 600;
    text-align: center
}

.large-1 p {
    color: #666;
    font-size: 14px;
    font-weight: lighter;
    text-align: center !important
}

.star {
    width: 65px;
    height: 65px;
    line-height: 70px;
    background: url(../img/star.png) no-repeat
}

.circle {
    width: 44px;
    margin-left: calc((57px - 44px)/ 2);
    height: 44px;
    line-height: 44px;
    background: url(../img/circle.png) no-repeat
}

.large-2,
.tag-rating {
    width: 5.6667%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 .9375rem
}

.rating {
    text-align: left;
    color: #FFA300;
    font-weight: 600
}

.tag-icon {
    margin-right: 10px
}

.large-2 img {
    min-width: 172px;
    margin: 0
}

.fa-star.fa-star {
    font-size: 20px;
    margin-right: 6px
}

.logo {
    height: 81px;
    object-fit: contain;
}

.large-3 {
    width: 14%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 .9375rem
}

.large-3 ul {
    list-style: none
}

.large-3 ul li {
    color: #666;
    font-size: 14px;
    font-weight: lighter;
    line-height: 20px;
    list-style-image: url(../img/check.png);
    margin: 8px 0;
    padding-left: 8px;
    text-align: left
}

.large-4 {
    width: 26%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 .9375rem
}

.large-4 h3 {
    color: #222;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 14px
}

.large-4 p {
    color: #222;
    font-size: 16px;
    font-weight: 300;
    text-align: center
}

.large-5 {
    width: 20.6667%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 .9375rem
}

.button {
    color: #FFA300;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 600;
    line-height: 55px;
    padding: 0 20px;
    border-radius: 2px;
    display: block;
    background: linear-gradient(to bottom, #5814CC 0, #5814CC 50%, #5814CC 51%, #4709B2 100%);
    transition: box-shadow .3s ease-out;
}

.button:hover {
    box-shadow: 0 7px 13px 0 #19073F
}

.large-5 p {
    text-align: center;
    margin-top: 20px;
    margin-bottom: -10px
}

.review-link {
    color: #666;
    font-size: 12px;
    font-weight: lighter;
    line-height: 30px
}

.proprietary {
    width: 36px;
    height: 35px;
    background: url(../img/logo_sprite.png) -322px 0 no-repeat;
    margin: 10px auto;
    display: block
}

.playtech {
    width: 41px;
    height: 28px;
    background: url(../img/logo_sprite.png) -322px -71px no-repeat;
    margin: 10px auto;
    display: block
}

.cassava {
    width: 44px;
    height: 34px;
    background: url(../img/logo_sprite.png) -322px -36px no-repeat;
    margin: 10px auto;
    display: block
}

footer {
    width: 100%;
    border-top: 2px solid #FFA300;
    background-color: #19073F;
    color: #ffffff;
}

.footer {
    height: 100px;
    max-width: 66.5rem !important;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px
}

.footer p {
    float: left;
    color: #ffffff;
    font-weight: lighter;
    font-size: 16px;
    line-height: 100px;
    text-align: left
}

.icons {
    float: right;
    padding-top: 32px
}

.footer .links {
    float: right;
    line-height: 100px;
    margin-right: 30px;
    font-weight: lighter;
    font-size: 16px
}

.footer .links a {
    margin: 0 10px;
    color: #FFA300;
    text-decoration: none
}

.footer .links a:hover {
    text-decoration: underline
}

.gamble_aware {
    float: left;
    width: 149px;
    height: 23px;
    background: url(../img/logo_sprite.png) -172px 0 no-repeat;
    margin-top: 8px
}

.game_care {
    float: left;
    width: 33px;
    height: 36px;
    background: url(../img/logo_sprite.png) -172px -24px no-repeat;
    margin-left: 10px
}

.hand {
    float: left;
    width: 36px;
    height: 36px;
    background: url(../img/logo_sprite.png) -207px -24px no-repeat;
    margin-left: 10px
}

.eighteen {
    float: left;
    width: 36px;
    height: 36px;
    background: url(../img/logo_sprite.png) -244px -24px no-repeat;
    margin-left: 10px
}

.label {
    color: #fff;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0 12px;
    margin-bottom: 10px;
    position: relative;
    width: auto;
    font-weight: 600
}

.label__arrow {
    content: '';
    position: absolute;
    right: -14px;
    width: 0;
    height: 0;
    display: block
}

.label__arrow--top {
    top: 0;
    border-bottom: 14px solid transparent;
    border-left: 14px solid
}

.label__arrow--bottom {
    bottom: 0;
    border-top: 14px solid transparent;
    border-left: 14px solid
}

@media only screen and (max-width:1100px) {
    .logo {
        max-width: 98% !important
    }

    .article-1,
    .article-2 {
        max-width: 98% !important;
        padding: 1% 0 !important
    }

    .row {
        max-width: 100% !important
    }

    .footer {
        max-width: 98% !important
    }
}

@media only screen and (max-width:1044px) {

    .article-1,
    .article-2,
    .logo {
        max-width: 96% !important
    }

    .row {
        max-width: 80% !important
    }

    .large-1,
    .large-3 {
        display: none
    }

    .footer {
        max-width: 96% !important;
        padding: 0 !important
    }
}

@media only screen and (max-width:890px) {
    .icons {
        float: none;
        width: 284px;
        margin: 0 auto;
        padding-top: 20px;
        display: block
    }

    .footer p {
        float: none;
        color: #4d4d4d;
        font-weight: lighter;
        font-size: 14px;
        line-height: 36px;
        text-align: center;
        display: block
    }

    .footer .links {
        float: none;
        font-size: 14px;
        line-height: 60px;
        text-align: center
    }
}

@media only screen and (max-width:850px) {
    .article-1 h2 {
        font-size: 22px
    }

    .article-2 h4 {
        color: #222;
        font-size: 16px;
        font-weight: 600;
        padding-top: 10px;
        margin-bottom: 5px
    }

    .article-1 p,
    .article-2 p {
        color: #272a2d;
        font-size: 16px;
        line-height: 22px;
        text-align: left;
        padding: 5px 0
    }

    .row {
        max-width: 96% !important
    }

    .large-2 {
        width: 2.6667%
    }

    .large-4 {
        width: 23%
    }
}

@media only screen and (max-width:620px) {
    .logo img {
        width: 260px;
        margin: 0 auto;
        display: block
    }

    .article-1 h2 {
        font-weight: 800;
        font-size: 16px;
        line-height: 24px
    }

    .article-1 p {
        display: none
    }

    .tag-rating {
        display: block;
        position: static
    }

    .label {
        position: absolute;
        top: 0;
        left: 0
    }

    .rating {
        position: absolute;
        top: 7px;
        right: 7px
    }

    .row {
        height: 100% !important;
        margin: 0 auto;
        max-width: 80% !important;
        width: 100%;
        display: block;
        padding-top: calc(30px + 6%);
        padding-bottom: 6%
    }

    .large-2 {
        float: none;
        width: 100%;
        display: block;
        padding: 0;
        margin: 0 auto
    }

    .large-2 img {
        margin: 0 auto 6%;
        padding: 0;
        display: block
    }

    .large-2 p {
        text-align: center;
        font-weight: 600;
        padding: 0
    }

    .large-4 p {
        padding-bottom: 0
    }

    .large-5 p {
        width: 80%;
        margin: 6% auto 0
    }

    .large-5 {
        float: none;
        width: 100%;
        display: block;
        padding: 0;
        margin: 0
    }

    .tag-text {
        display: none
    }
}

@media only screen and (max-width:450px) {
    .logo img {
        width: 220px;
        margin: 0 auto;
        display: block
    }

    .article-1 h2 span {
        display: block
    }

    .icons {
        float: none;
        width: 149px;
        margin: 0 auto;
        padding-top: 20px;
        display: block
    }

    .gamble_aware {
        float: none !important;
        margin: 0 auto !important
    }

    .eighteen,
    .game_care,
    .hand {
        float: none;
        margin: 10px 0 10px 10px !important
    }

    .footer p {
        float: none;
        color: #4d4d4d;
        font-weight: lighter;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        padding: 0 0 15px;
        display: block
    }
}

.offer {
    font-family: Lato, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: rgba(0, 0, 0, .75)
}

.offer__background {
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    height: auto
}

.offer__overlay {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: flex;
    min-height: 100vh;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .75);
    text-decoration: none
}

.offer__content {
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    max-width: 400px;
    width: 100%;
    margin: auto;
    flex-basis: auto;
    flex-shrink: 0;
    flex-grow: 0;
    min-width: 0;
    padding: calc(50vh - 190px) 20px
}

.offer__logo {
    display: block;
    max-width: 280px;
    height: auto;
    margin: 0 auto 13px;
    flex-shrink: 0;
    flex-basis: auto;
    width: 100%
}

.offer__content h5 {
    font-size: 22px;
    font-weight: 700;
    margin: 20px 0 10px
}

.offer__content h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin: 10px 0
}

.offer__content h4 {
    font-size: 34px;
    font-weight: 700;
    margin: 10px 0
}

.offer__footer {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 14px
}

p.offer__footer {
    margin-top: 10px;
    max-width: 680px;
    padding: 0 10px
}

.offer__footer img {
    margin: 0 10px
}

.offer__cta {
    width: 370px;
    height: 60px;
    min-height: 60px;
    line-height: 60px;
    text-decoration: none;
    border-radius: 2px;
    background-color: #89b91d;
    border: none;
    box-shadow: 0 17px 41px 0 rgba(0, 0, 0, .2);
    font-size: 30px;
    font-weight: 700;
    margin: 23px 0 15px;
    color: #fff;
    text-transform: uppercase
}

@media (max-width:1024px) {
    .offer {
        overflow-x: hidden !important
    }
}

@media (max-width:570px) {
    .offer__content {
        padding: 80px 20px
    }
}

@media (max-width:470px) {
    .offer__content > * {
        max-width: 100%
    }

    .offer__content h5 {
        margin-top: 30px
    }

    .offer__content h2 {
        line-height: 45px
    }

    .offer__cta {
        max-width: none;
        min-width: 300px;
        width: 86vw;
        font-size: 7vw
    }
}
