/* Root variables */
:root {
    --color-primary: #1a6ab1;
    --color-primary-hover: #0c547f;
    --color-primary-hue: #00507f;
    --color-secondary: #0f65af;
    --color-secondary-hover: #104273;
    --color-secondary-hue: #d6ebff;
    --color-borders: rgba(0, 0, 0, .1);

    --color-headings: #222;
    --color-body: #404040;

    --fs-h1: 26px;
    --fs-h2: 24px;
    --fs-h3: 23px;
    --fs-h4: 22px;
    --fs-h5: 21px;
    --fs-h6: 18px;
    --scale: 1;
}
.casino.layout-1 .casino-perks{
line-height: 2
}
.partner-head {
    height: 100px;
    background-color: #333;
    border-radius: 8px;
}

.partner-head img {
    max-width: 100px;
}

.partner-body a {
    color: var(--color-primary);
}

.apk-btn {
    margin-top: 10px;
    display: inline-flex;
    padding: 0 10px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-borders);
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    background-color: #f7ffdd;
}
header, 
footer {
    box-sizing: content-box;
}

.apk-btn svg {
    fill: #32de84f7;
    width: 25px;
    margin-right: 5px;
}

.apk-btn:hover {
    background-color: #333;
    color: #fff;
}

.social-links {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 500;
    transition: 0.3s;
}

.social-links.hidden {
    opacity: 0;
    visibility: hidden;
}

.social-links a {
    background-color: #979797;
    width: 70px;
    height: 70px;
    box-shadow: 0 3px 24px rgb(0 0 0 / 20%);
}

.social-links a svg {
    width: 30px;
    transition: 0.3s;
}

.social-links a:hover {
    background-color: #2AABEE;
}

.social-links a svg {
    fill: #fff;
}

.social-links a.telegram {
    background-color: #d4f0ff;
}

.social-links a.telegram svg {
    fill: #2AABEE;
}

.social-links a.telegram:hover {
    background-color: #2AABEE;
}

.social-links a.telegram:hover svg {
    fill: #fff;
}

@media (max-width: 575px) {

    .social-links {
        bottom: 20px;
        left: 10px;
    }

    .social-links a {
        width: 50px;
        height: 50px;
    }

    .social-links a svg {
        width: 20px;
    }

    .apk-btn {
        width: 100%;
    }
}

.floaty {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 500;
    transition: 0.3s;
    box-shadow: 0 3px 24px rgb(0 0 0 / 20%);
}

.floaty .social-links {
    right: 0;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.floaty.disabled,
.floaty.hidden {
    opacity: 0;
    visibility: hidden;
}

.fallback-popup .close-btn,
.floaty .close-btn {
    background-color: transparent;
    width: 30px;
    height: 30px;
    outline: none;
    background-color: #afafaf;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    right: 20px;
}

.fallback-popup .close-btn span,
.floaty .close-btn span {
    position: absolute;
    width: 2px;
    height: 10px;
    opacity: 0.6;
    transform-origin: center;
    transform: rotate(-45deg);
    transition-duration: .3s;
}
.fallback-popup .close-btn span:nth-child(2),
.floaty .close-btn span:nth-child(2) {
    transform: rotate(45deg);
}

@media(max-width: 575px) {
    .floaty .btn {
        padding: 6px 14px;
    }

}

.casino-label {
    font-weight: 600;
    min-width: 60px;
    text-align: center;
    color: #fff;
    padding: 5px 15px;
}

.casino-label+.casino-label {
    margin-left: 10px;
}

.casino-payments img {
    width: 60px;
    height: auto;
    margin: 0 2px 2px 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
}

.casinos-topfour-wrap .casino-recommended {
    display: none;
}

.casino-recommended {
    position: absolute;
    z-index: 4;
    top: 10px;
    left: -30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffc0c0;
    padding: 17px;
    border-radius: 50%;
}

.casino-recommended img {
    width: 40px;
}

.label-red {
    background-color: #ffdfdf;
    color: #ff6464;
}

.label-orange {
    background-color: #fff6e5;
    color: #ffa500;
}

.label-green {
    background-color: #eaffe7;
    color: #5ab95a;
}

.label-grey {
    background-color: grey;
    color: #333;
}

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/


html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
main,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}

img {
    vertical-align: middle;
}

a img {
    border: 0;
}

@keyframes pulseConversion {
    from {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0.8;
    }

    to {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

.conversion-cta-btn {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 998;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    transition: .3s;
}

.conversion-cta-btn:hover {
    text-decoration: none;
}

.conversion-cta-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.4;
    z-index: -1;
    pointer-events: none;
    animation-name: pulseConversion;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    animation-duration: 2s;
    border-radius: 50px;
    width: 100%;
    height: 100%;
}

@media(min-width: 991px) {
    .conversion-cta-btn {
        bottom: 20px;
        left: 20px;
        padding: 20px 30px;
    }
}


/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0;
}

.widget+.widget {
    margin-top: 30px;
    ;
}

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
    display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
body .entry-content {
    font-size: 16px;
}

.entry-content hr {
    height: 2px;
    background-color: var(--color-primary);
}

.entry-content>a,
.entry-content p a,
.entry-content li a {
    text-decoration: underline;
    color: var(--color-primary-hover);
}

.entry-content>a:hover,
.entry-content p a:hover,
.entry-content li a:hover {
    text-decoration: none;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-bottom: 20px;
}

ul,
ol {
    padding-left: 25px;
}

ul ol,
ol ol,
ul ul,
ol ul {
    margin-top: 10px;
}

ul li+li,
ol li+li {
    margin-top: 10px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: middle;
    width: 100%;
    margin: 0 0 30px;
    border-radius: 8px;
}

table thead td,
table th {
    border: 0;
    padding: 10px;
    font-weight: bold;
    background: inherit;
    background-color: var(--color-primary);
    color: var(--color-headings);
}

.wp-block-table td,
.wp-block-table th {
    border-color: var(--color-borders) !important;
}

table th a {
    color: var(--color-primary);
}

table th a:hover {
    color: var(--color-headings);
    text-decoration: none;
}

table td {
    padding: 5px 10px;
}

table tfoot tr,
table tbody tr,
table thead tr {
    border: 1px solid var(--color-borders);
}

table tbody th,
table tbody td {
    border-right: 1px solid var(--color-borders);
}

table tbody th a:visited {
    color: var(--color-primary);
}

.table-responsive {
    overflow-x: auto;
}

@media(max-width: 768px) {

    .table-responsive-100 td,
    .table-responsive-100 th {
        width: 100%;
        display: block;
    }
}

.entry-content blockquote {
    border-left: 3px solid var(--color-primary);
    color: #1a1a1a;
    font-size: 1.25em;
    font-style: italic;
    line-height: 1.8em;
    margin: 1.1em 2em;
    padding: 1em 2em;
    position: relative;
    transition: 0.2s border ease-in-out;
    z-index: 0;
}

.entry-content blockquote:before {
    content: "";
    position: absolute;
    top: 53%;
    left: -4px;
    height: 2em;
    background-color: #fff;
    width: 5px;
    margin-top: -1em;
}

.entry-content blockquote:after {
    content: " ” ";
    font-size: 40px;
    font-weight: 900;
    position: absolute;
    top: 53%;
    left: -0.5em;
    color: var(--color-primary);
    font-family: "Ionicons";
    font-style: normal;
    line-height: 1em;
    text-align: center;
    text-indent: -2px;
    width: 1em;
    margin-top: -0.3em;
    transition: 0.2s all ease-in-out, 0.4s transform ease-in-out;
}

.entry-content blockquote.format:before,
.entry-content blockquote.format:after {
    display: none;
}

.entry-content blockquote.book:after {
    content: " ” ";
}

.entry-content blockquote.podcast:after {
    content: " ” ";
}

.entry-content blockquote.lyrics:after {
    content: " ” ";
}

.entry-content blockquote.favorite:after {
    content: " ” ";
}

.entry-content blockquote:active:after {
    transform: rotateY(360deg);
}

.entry-content blockquote::after {
    bottom: 40px;
    right: 30px;
}

.entry-content blockquote p {
    margin: 0;
}

.entry-content blockquote p,
.entry-content blockquote p strong,
.entry-content blockquote a,
.entry-content blockquote a:hover {
    line-height: 1.3;
    color: #000;
}

.entry-content .post-password-form input[type="submit"] {
    height: 60px;
    margin-left: 10px;
}

.entry-content .btn:hover,
.entry-content .btn:focus {
    color: #fff;
}

.headings-layout-2 .entry-content h2,
.headings-layout-3 .entry-content h2,
.headings-layout-2 .entry-content .h2,
.headings-layout-3 .entry-content .h2 {
    background-color: var(--color-primary);
    border-bottom: 4px solid var(--color-primary-hover);
    color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
}

.headings-layout-3 .entry-content h2 {
    border-radius: 0;
}

.headings-layout-4 .entry-content h2 {
    border-bottom: 2px dashed var(--color-borders);
    padding-bottom: 15px;
}

.entry-content .col-style-2,
.entry-content .col-style-3,
.entry-content .col-style-responsive {
    padding-left: 0;
}

.entry-content .col-style-2 li,
.entry-content .col-style-3 li,
.entry-content .col-style-responsive li {
    background: #f3f3f3;
    padding: 5px;
    list-style: none;
    counter-increment: my-awesome-counter;
}

.entry-content ol.col-style-2 li::before,
.entry-content ol.col-style-3 li::before,
.entry-content ol.col-style-responsive li::before {
    content: counter(my-awesome-counter);
    background: var(--color-primary);
    width: 2rem;
    height: 2rem;
    border-radius: 3px;
    display: inline-block;
    line-height: 2rem;
    color: #fff;
    text-align: center;
    margin-right: 10px;
}

.entry-content .col-style-2,
.entry-content .col-style-3 {
    column-count: 1;
}

.entry-content .col-style-responsive {
    column-count: 2;
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

.post.layout-1 .entry-excerpt p {
    margin: 0 0 10px;
}

.post.layout-2 {
    height: calc(100% - 15px);
}

.sticky {
    display: block;
}

.byline,
.updated:not(.published) {
    display: none;
}

.byline {
    display: inline-block;
    margin-left: 2px;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.casinos-list-layout-subheader .mega-offer p {
    margin: 0;
    font-weight: 700;
}

.casinos-list-layout-subheader .casino-logo-wrapper {
    background-color: #fff;
    border-width: 3px;
}

.casinos-list-layout-subheader .casino-logo-wrapper:hover {
    border-color: var(--color-primary);
}

.casinos-list-layout-subheader .casino-logo-wrapper svg{
    position: absolute;
    bottom: 3px;
    right: 3px;
    background-color: #5dc95d;
    padding: 5px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    fill: #fff;
}

.ez-toc-sticky-fixed .ez-toc-sidebar li + li .ez-toc-link{
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--color-borders);
    display: block;
    width: 100%;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-list {
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

.comment-list .children {
    list-style: none;
}

.comment-list .comment-author img {
    border-radius: 50%;
}

.comment-list .children {
    margin: 0;
}

.comment-list .comment-reply-link {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid var(--color-borders);
    border-radius: 4px;
    font-size: 14px;
}

.comment-list .comment-reply-link:hover {
    color: initial;
    background-color: #f3f3f3;
}

#cancel-comment-reply-link {
    margin-right: 10px;
    text-decoration: underline;
}

.comment-list #respond {
    padding: 20px;
}

.comment-list .comment+.comment {
    margin-top: 0;
}

.comment-awaiting-moderation {
    background-color: #ffeded;
    border: 1px solid red;
    color: red;
}

.comment-form-cookies-consent {
    display: flex;
    align-items: center;
}

.comment-form-cookies-consent input {
    margin-left: 10px;
}

.comment-notes {
    margin-bottom: 40px;
}

.comment-form-author {
    width: calc(50% - 10px);
    margin-left: 10px;
    float: right;
}

.comment-form-email {
    width: 50%;
    float: left;
}

.comment-form label {
    margin-bottom: 5px;
}

.comment-respond {
    padding: 40px;
    background-color: #f3f3f3;
}

.comment-metadata {
    padding-left: 60px;
}

.comment-list .reply {
    position: absolute;
    top: 10px;
    left: 0;
}

.comment-list>li {
    border: 1px solid var(--color-borders);
    padding: 40px 40px 30px;
}

.comment-list>li+li {
    border-top: 0;
}

.comment-list .children {
    position: relative;
}

.comment-list .children::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #b1b1b1;
}

.comment-list .children article {
    position: relative;
}

.comment-list .children article::before {
    content: '';
    position: absolute;
    top: 42.5px;
    right: -25px;
    width: 12.5px;
    height: 1px;
    background-color: #b1b1b1;
}

@media(max-width: 767px) {

    .entry-content blockquote{
        font-size: 16px;
        margin: 10px;
    }
    .comment-list .children article::before {
        content: '';
        position: absolute;
        top: 27.5px;
        right: -25px;
        width: 12.5px;
        height: 1px;
        background-color: #b1b1b1;
    }

    .comment-list .entry-content {
        font-size: 16px;
    }

    .comment-respond {
        padding: 20px;
    }

    .comment-list {
        margin-bottom: 20px;
    }

    .comment-notes {
        margin-bottom: 20px;
    }

    .comment-list .comment-author img {
        width: 45px;
    }

    .comment-list #respond {
        padding: 10px;
    }

    .comment-list>li {
        padding: 20px 20px 10px;
    }
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object,
video {
    max-width: 100%;
}

iframe.youtube-player{
    width: 100%;
    height: 500px;
}

.fallback-popup-wrap{
    display: none;
}
body.fallback-popup-active .fallback-popup-wrap{
    display: block;
}
.fallback-popup{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    min-width: 1240px;
    box-shadow: 0 3px 24px rgba(0,0,0,.2);
    border-radius: 8px;
}
.fallback-popup-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 998;
    height: 100%;
    background-color: rgba(0,0,0,.4);
}
.fallback-popup .casino{
    height: calc(100% - 15px);
}

@media( max-width: 1300px ){
    .fallback-popup{
        min-width: auto;
        width: calc( 100% - 30px );
    }
}

@media(max-width: 768px){
    .fallback-popup .casino-list{
        max-height: 400px;
        overflow-y: auto;
    }
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption .wp-caption-text {
    font-size: 12px;
    margin: 10px 0 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    max-width: 33.33%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0 0 20px;
    padding: 2px;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
    font-size: 12px;
    font-style: italic;
    padding-top: 0.5384615385em;
    padding-bottom: 0.5384615385em;
}

@font-face {
    font-family: 'Oswald'; /* The name you want to give the font */
    font-weight: normal;  /* Optional: set the font weight */
    font-style: normal;   /* Optional: set the font style */
    font-display: swap;
}
/* General */
body {
    font-family: 'Oswald';
    background: #fff;
    word-wrap: break-word;
    overflow-x: hidden;
    color: var(--color-body);
    font-size: 16px;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    direction: ltr;
}

.svg-icon {
    width: 15px;
}


@media (max-width: 991px) {
    :root {
        --scale: .9;
    }

}

@media(max-width: 575px) {
    :root {
        --scale: .8;
    }
}

body.page-template-page-narrow #content.container {
    max-width: 800px;
}

@media(max-width: 575px) {
    p {
        margin-bottom: 15px;
    }
}

/* ---------- Header ------------- */


/* -------- Nav Menu ---------- */
.author-about-content svg,
.author-inner svg {
    width: 20px;
}


@media (max-width: 767px) {
    iframe.youtube-player{
        height: 250px;
    }
}

/* Subheader */
.rank-math-breadcrumb a,
.breadcrumb a {
    font-weight: 600;
}


.post-item {
    box-shadow: 0 3px 24px rgba(0, 0, 0, .1);
}

.post-item .post-thumb a {
    width: 100px;
    height: 100px;
    display: flex;
}

.entry-footer {
    position: relative;
    font-size: 12px;
    border-bottom: solid 1px #f0f0f0;
    padding-bottom: 7px;
    overflow: auto;
}

.entry-footer {
    border-top: solid 1px #eee;
    padding-top: 7px;
    margin-top: 40px;
}

@media(max-width: 575px) {
    .entry-footer {
        margin-top: 15px;
    }
}

.entry-footer .post-edit-link {
    float: right;
}

.entry-footer .cat-links {
    margin-right: 6px;
}

.edit-link {
    display: inline-block;
}

li.gfield:before {
    content: none !important;
}

/* --------------- pagination ------------ */
.page-links {
    clear: both;
    font-weight: 600;
    margin: 20px 0;
    color: var(--color-headings);
}

.page-links a {
    border: 1px solid var(--color-borders);
}

.page-links a,
.page-links>span {
    color: var(--color-headings);
    text-decoration: none;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0px 2px;
}

.page-links a:hover {
    background-color: var(--color-secondary);
    color: #fff;
}

.page-links>span {
    background-color: var(--color-secondary);
    border: 1px solid var(--color-borders);
    color: #fff;
}

.page-links>a:first-child,
.page-links>span:first-child {
    margin-left: 15px;
}

.post-pagination {
    margin-top: 35px;
    margin-bottom: 50px;
}

/* Footer Sidebar */
.footer-socials a {
    padding: 0;
    width: 30px;
    height: 30px;
}

.footer-socials a svg {
    width: 15px;
}

#footer-sidebar .footer-column .widget {
    background: #f3f3f3;
    border-radius: 1px;
    padding: 20px;
}

#footer-sidebar .footer-column .widget a {
    color: #888;
    font-weight: normal;
    transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
}

#footer-sidebar .footer-column .widget a:hover {
    color: var(--color-primary);
}

#footer-sidebar .footer-column .widget>ul {
    margin: 0;
    padding: 0;
}

#footer-sidebar .footer-column .widget ul li {
    list-style: none;
}

#footer-sidebar .footer-column .widget ul li a {
    display: inline-block;
}

#footer-sidebar .footer-column .widget p {
    margin: 0;
}

#footer-sidebar .footer-column .widget p+p {
    margin-top: 20px;
    ;
}

#footer-sidebar .footer-column .widget_hanne_rp li.rp-item {
    overflow: auto;
    clear: both;
    display: block;
    padding: 8px 0px;
    font-size: 13px;
}

#footer-sidebar .footer-column .widget_hanne_rp .rp-thumb {
    width: 52px;
    display: inline-block;
    margin-right: 6px;
}

#footer-sidebar .footer-column .widget_hanne_rp .rp-date {
    color: #ffa633;
    font-size: 11px;
}

#colophon {
    border-top: solid 1px rgba(0, 0, 0, .1);
}

#colophon a {
    color: var(--color-primary);
    text-decoration: underline;
}

@media(max-width: 767px) {
    #footer-sidebar .footer-column+.footer-column {
        margin-top: 30px;
    }
}

/* Global Casino & FAQ */
.play-now-button {
    transition: .3s;
    background-color: #37a715;
}

.play-now-button:hover {
    background-color: #2f9011;
    color: #fff;
}

.casino {
    transition: 0.2s all ease;
}

.faq-item+.faq-item {
    margin-top: 20px;
}

.faq-answer p {
    margin: 0;
}

.faq-list-layout-4 .faq-question::after {
    content: "+";
    font-weight: 500;
    float: right;
    font-size: 24px;
    margin-top: -7px;
    margin-left: 5px;
    margin-bottom: -10px;
}

.faq-list-layout-4 .active .faq-question::after {
    content: "\2212";
}

.faq-list-layout-4 .active .faq-answer {
    display: block;
}

.faq-list-layout-4 .faq-answer {
    display: none;
}

.rank-math-breadcrumb {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-borders);
}

.rank-math-breadcrumb p {
    max-width: 1140px;
    padding: 0 15px;
    margin: auto;
}

.embed-container {
    height: 400px;
    background-color: #000;
}

.embed-container .age-verification {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.access-embed {
    background-color: #5db551;
}

.access-embed:hover,
.access-embed:focus {
    background-color: #2f9011;
    color: #fff;
}

/* List Info */
.quick-nav a {
    background: #fcfcfc;
    transition: .3s;
}

.quick-nav a:hover {
    text-decoration: none;
    background: var(--color-primary);
    color: #fff;
}

.cursor-pointer {
    cursor: pointer;
}

.img-h img {
    transition: .3s;
}

.img-h:hover img {
    opacity: .8;
}

.sticky-sidebar {
    position: sticky;
    top: 30px;
}

.container {
    max-width: 1140px;
    padding: 0 15px;
    margin: auto;
}

.wp-block-columns {
    padding: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}

body .is-layout-constrained>.row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.faq-question {
    border-radius: 8px;
}

.active .faq-question {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.active .faq-answer {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#faq-section .active strong {
    color: var(--color-primary);
}

#faq-section .active {
    border: 1px solid var(--color-primary);
    border-radius: 8px;
}

.row.gutter-sm {
    margin-left: -7px;
    margin-right: -7px;
}

.row.gutter-sm .lg-1,
.row.gutter-sm .lg-10,
.row.gutter-sm .lg-11,
.row.gutter-sm .lg-12,
.row.gutter-sm .lg-2,
.row.gutter-sm .lg-3,
.row.gutter-sm .lg-4,
.row.gutter-sm .lg-5,
.row.gutter-sm .lg-6,
.row.gutter-sm .lg-7,
.row.gutter-sm .lg-8,
.row.gutter-sm .lg-9,
.row.gutter-sm .md-1,
.row.gutter-sm .md-10,
.row.gutter-sm .md-11,
.row.gutter-sm .md-12,
.row.gutter-sm .md-2,
.row.gutter-sm .md-3,
.row.gutter-sm .md-4,
.row.gutter-sm .md-5,
.row.gutter-sm .md-6,
.row.gutter-sm .md-7,
.row.gutter-sm .md-8,
.row.gutter-sm .md-9,
.row.gutter-sm .sm-1,
.row.gutter-sm .sm-10,
.row.gutter-sm .sm-11,
.row.gutter-sm .sm-12,
.row.gutter-sm .sm-2,
.row.gutter-sm .sm-3,
.row.gutter-sm .sm-4,
.row.gutter-sm .sm-5,
.row.gutter-sm .sm-6,
.row.gutter-sm .sm-7,
.row.gutter-sm .sm-8,
.row.gutter-sm .sm-9,
.row.gutter-sm .xs-1,
.row.gutter-sm .xs-10,
.row.gutter-sm .xs-11,
.row.gutter-sm .xs-12,
.row.gutter-sm .xs-2,
.row.gutter-sm .xs-3,
.row.gutter-sm .xs-4,
.row.gutter-sm .xs-5,
.row.gutter-sm .xs-6,
.row.gutter-sm .xs-7,
.row.gutter-sm .xs-8,
.row.gutter-sm .xs-9 {
    padding-left: 7px;
    padding-right: 7px;
}

.lg-1,
.lg-10,
.lg-11,
.lg-12,
.lg-2,
.lg-3,
.lg-4,
.lg-5,
.lg-6,
.lg-7,
.lg-8,
.lg-9,
.md-1,
.md-10,
.md-11,
.md-12,
.md-2,
.md-3,
.md-4,
.md-5,
.md-6,
.md-7,
.md-8,
.md-9,
.sm-1,
.sm-10,
.sm-11,
.sm-12,
.sm-2,
.sm-3,
.sm-4,
.sm-5,
.sm-6,
.sm-7,
.sm-8,
.sm-9,
.xs-1,
.xs-10,
.xs-11,
.xs-12,
.xs-2,
.xs-3,
.xs-4,
.xs-5,
.xs-6,
.xs-7,
.xs-8,
.xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    width: 100%;
    padding-right: 15px;
}

.xs-12 {
    width: 100%;
}

.xs-11 {
    width: 91.66666667%;
}

.xs-10 {
    width: 83.33333333%;
}

.xs-9 {
    width: 75%;
}

.xs-8 {
    width: 66.66666667%;
}

.xs-7 {
    width: 58.33333333%;
}

.xs-6 {
    width: 50%;
}

.xs-5 {
    width: 41.66666667%;
}

.xs-4 {
    width: 33.33333333%;
}

.xs-3 {
    width: 25%;
}

.xs-2 {
    width: 16.66666667%;
}

.xs-1 {
    width: 8.33333333%;
}

.obj-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-pointer {
    cursor: pointer;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.p-fixed {
    position: fixed;
}

.o-hidden {
    overflow: hidden;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.tt-u {
    text-transform: uppercase;
}

.tt-c {
    text-transform: capitalize;
}

.tc-l {
    color: #777777;
}

.tc-b {
    color: var(--color-body);
}

.tc-h {
    color: var(--color-headings);
}

.tc-w {
    color: #fff;
}

.tc-p {
    color: var(--color-primary);
}

.tc-ph {
    color: var(--color-primary-hover);
}

.tc-phue {
    color: var(--color-primary-hue);
}

.tc-s {
    color: var(--color-secondary);
}

.tc-sh {
    color: var(--color-secondary);
}

.tc-shue {
    color: var(--color-secondary);
}

.td-u {
    text-decoration: underline;
}

.td-u-h:hover {
    text-decoration: underline;
}

.bg-w {
    background-color: #fff;
}

.bg-l {
    background-color: #f3f3f3;
}

.bg-p {
    background-color: var(--color-primary);
}

.bg-ph {
    background-color: var(--color-primary-hover);
}

.bg-phue {
    background-color: var(--color-primary-hue);
}

.bg-s {
    background-color: var(--color-secondary);
}

.bg-sh {
    background-color: var(--color-secondary);
}

.bg-shue {
    background-color: var(--color-secondary);
}

.bg-phue-h:hover {
    background-color: var(--color-primary);
    color: #fff;
}

.bg-shue-h:hover {
    background-color: var(--color-secondary);
    color: #fff;
}

.border {
    border: 1px solid var(--color-borders);
}

.border-l {
    border-left: 1px solid var(--color-borders);
}

.border-r {
    border-right: 1px solid var(--color-borders);
}

.border-t {
    border-top: 1px solid var(--color-borders);
}

.border-b {
    border-bottom: 1px solid var(--color-borders);
}

.fw-r {
    font-weight: 400;
}

.fw-m {
    font-weight: 500;
}

.fw-sb {
    font-weight: 600;
}

.fw-b {
    font-weight: 700;
}

.fw-br {
    font-weight: 900;
}

.jumbo-text {
    font-size: 120px;
    line-height: 1;
}

.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

.d-none {
    display: none;
}

.d-flex {
    display: flex;
}

.d-block {
    display: block;
}

.d-i-block {
    display: inline-block;
}

.flex-w {
    flex-wrap: wrap;
}

.flex-nw {
    flex-wrap: nowrap;
}

.f-1 {
    flex: 1;
}

.ai-c {
    align-items: center;
}

.ai-s {
    align-items: flex-start;
}

.ai-e {
    align-items: flex-end;
}

.jc-c {
    justify-content: center;
}

.jc-s {
    justify-content: flex-start;
}

.jc-e {
    justify-content: flex-end;
}

.jc-b {
    justify-content: space-between;
}

.fd-r {
    flex-direction: row;
}

.fd-c {
    flex-direction: column;
}

.br-0 {
    border-radius: 0;
}

.br-4, .br-4 img {
    border-radius: 4px;
}

.br-round, .br-round img {
    border-radius: 50%;
}

.w-100 {
    width: 100%;
}

.w-80 {
    width: 80%;
}

.h-100 {
    height: 100%;
}

.h-80px {
    height: 80px;
}

.h-60px {
    height: 60px;
}

.h-40px {
    height: 40px;
}

.h-100px {
    height: 100px;
}

.w-150px {
    width: 150px;
}

.w-100px {
    width: 100px;
}

.w-80px {
    width: 80px;
}

.w-60px {
    width: 60px;
}

.w-40px {
    width: 40px;
}

.mw-60 {
    max-width: 60px;
}

.mw-200 {
    max-width: 200px;
}

.mw-470 {
    max-width: 470px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-0 {
    margin-top: 0;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.ml-0 {
    margin-left: 0;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.mr-0 {
    margin-right: 0;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mx-0 {
    margin-right: 0;
    margin-left: 0;
}

.mx-5 {
    margin-right: 5px;
    margin-left: 5px;
}

.mx-10 {
    margin-right: 10px;
    margin-left: 10px;
}

.mx-15 {
    margin-right: 15px;
    margin-left: 15px;
}

.mx-20 {
    margin-right: 20px;
    margin-left: 20px;
}

.mx-25 {
    margin-right: 25px;
    margin-left: 25px;
}

.mx-30 {
    margin-right: 30px;
    margin-left: 30px;
}

.mx-35 {
    margin-right: 35px;
    margin-left: 35px;
}

.mx-40 {
    margin-right: 40px;
    margin-left: 40px;
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pt-0 {
    padding-top: 0;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pl-0 {
    padding-left: 0;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pr-0 {
    padding-right: 0;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.px-0 {
    padding-right: 0;
    padding-left: 0;
}

.px-5 {
    padding-right: 5px;
    padding-left: 5px;
}

.px-10 {
    padding-right: 10px;
    padding-left: 10px;
}

.px-15 {
    padding-right: 15px;
    padding-left: 15px;
}

.px-20 {
    padding-right: 20px;
    padding-left: 20px;
}

.px-25 {
    padding-right: 25px;
    padding-left: 25px;
}

.px-30 {
    padding-right: 30px;
    padding-left: 30px;
}

.px-35 {
    padding-right: 35px;
    padding-left: 35px;
}

.px-40 {
    padding-right: 40px;
    padding-left: 40px;
}

@media (min-width: 768px) {
    .sm-12 {
        width: 100%;
    }

    .sm-11 {
        width: 91.66666667%;
    }

    .sm-10 {
        width: 83.33333333%;
    }

    .sm-9 {
        width: 75%;
    }

    .sm-8 {
        width: 66.66666667%;
    }

    .sm-7 {
        width: 58.33333333%;
    }

    .sm-6 {
        width: 50%;
    }

    .sm-5 {
        width: 41.66666667%;
    }

    .sm-4 {
        width: 33.33333333%;
    }

    .sm-3 {
        width: 25%;
    }

    .sm-2 {
        width: 16.66666667%;
    }

    .sm-1 {
        width: 8.33333333%;
    }

    .text-sm-left {
        text-align: left;
    }

    .text-sm-right {
        text-align: right;
    }

    .text-sm-center {
        text-align: center;
    }

    .fw-sm-r {
        font-weight: 400;
    }

    .fw-sm-sb {
        font-weight: 600;
    }

    .fw-sm-b {
        font-weight: 700;
    }

    .fw-sm-br {
        font-weight: 900;
    }

    .fs-sm-10 {
        font-size: 10px;
    }

    .fs-sm-12 {
        font-size: 12px;
    }

    .fs-sm-14 {
        font-size: 14px;
    }

    .fs-sm-16 {
        font-size: 16px;
    }

    .fs-sm-18 {
        font-size: 18px;
    }

    .fs-sm-20 {
        font-size: 20px;
    }

    .fs-sm-24 {
        font-size: 24px;
    }

    .d-sm-none {
        display: none;
    }
    .d-i-sm-block{
        display: inline-block;
    }

    .d-sm-flex {
        display: flex;
    }

    .d-sm-block {
        display: block;
    }

    .flex-sm-w {
        flex-wrap: wrap;
    }

    .flex-sm-nw {
        flex-wrap: nowrap;
    }

    .ai-sm-c {
        align-items: center;
    }

    .ai-sm-s {
        align-items: flex-start;
    }

    .ai-sm-e {
        align-items: flex-end;
    }

    .jc-sm-c {
        justify-content: center;
    }

    .jc-sm-s {
        justify-content: flex-start;
    }

    .jc-sm-e {
        justify-content: flex-end;
    }

    .fd-sm-r {
        flex-direction: row;
    }

    .fd-sm-c {
        flex-direction: column;
    }

    .br-sm-0 {
        border-radius: 0;
    }

    .br-sm-4 {
        border-radius: 4px;
    }

    .br-sm-round {
        border-radius: 50%;
    }

    .w-sm-100 {
        width: 100%;
    }

    .h-sm-100 {
        height: 100%;
    }

    .mb-sm-0 {
        margin-bottom: 0;
    }

    .mb-sm-5 {
        margin-bottom: 5px;
    }

    .mb-sm-10 {
        margin-bottom: 10px;
    }

    .mb-sm-15 {
        margin-bottom: 15px;
    }

    .mb-sm-20 {
        margin-bottom: 20px;
    }

    .mb-sm-25 {
        margin-bottom: 25px;
    }

    .mb-sm-30 {
        margin-bottom: 30px;
    }

    .mb-sm-35 {
        margin-bottom: 35px;
    }

    .mb-sm-40 {
        margin-bottom: 40px;
    }

    .mt-sm-0 {
        margin-top: 0;
    }

    .mt-sm-5 {
        margin-top: 5px;
    }

    .mt-sm-10 {
        margin-top: 10px;
    }

    .mt-sm-15 {
        margin-top: 15px;
    }

    .mt-sm-20 {
        margin-top: 20px;
    }

    .mt-sm-25 {
        margin-top: 25px;
    }

    .mt-sm-30 {
        margin-top: 30px;
    }

    .mt-sm-35 {
        margin-top: 35px;
    }

    .mt-sm-40 {
        margin-top: 40px;
    }

    .ml-sm-0 {
        margin-left: 0;
    }

    .ml-sm-5 {
        margin-left: 5px;
    }

    .ml-sm-10 {
        margin-left: 10px;
    }

    .ml-sm-15 {
        margin-left: 15px;
    }

    .ml-sm-20 {
        margin-left: 20px;
    }

    .ml-sm-25 {
        margin-left: 25px;
    }

    .ml-sm-30 {
        margin-left: 30px;
    }

    .ml-sm-35 {
        margin-left: 35px;
    }

    .ml-sm-40 {
        margin-left: 40px;
    }

    .mr-sm-0 {
        margin-right: 0;
    }

    .mr-sm-5 {
        margin-right: 5px;
    }

    .mr-sm-10 {
        margin-right: 10px;
    }

    .mr-sm-15 {
        margin-right: 15px;
    }

    .mr-sm-20 {
        margin-right: 20px;
    }

    .mr-sm-25 {
        margin-right: 25px;
    }

    .mr-sm-30 {
        margin-right: 30px;
    }

    .mr-sm-35 {
        margin-right: 35px;
    }

    .mr-sm-40 {
        margin-right: 40px;
    }

    .mx-sm-0 {
        margin-right: 0;
        margin-left: 0;
    }

    .mx-sm-5 {
        margin-right: 5px;
        margin-left: 5px;
    }

    .mx-sm-10 {
        margin-right: 10px;
        margin-left: 10px;
    }

    .mx-sm-15 {
        margin-right: 15px;
        margin-left: 15px;
    }

    .mx-sm-20 {
        margin-right: 20px;
        margin-left: 20px;
    }

    .mx-sm-25 {
        margin-right: 25px;
        margin-left: 25px;
    }

    .mx-sm-30 {
        margin-right: 30px;
        margin-left: 30px;
    }

    .mx-sm-35 {
        margin-right: 35px;
        margin-left: 35px;
    }

    .mx-sm-40 {
        margin-right: 40px;
        margin-left: 40px;
    }

    .my-sm-0 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .my-sm-5 {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .my-sm-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .my-sm-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .my-sm-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .my-sm-25 {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .my-sm-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .my-sm-35 {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .my-sm-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .pb-sm-0 {
        padding-bottom: 0;
    }

    .pb-sm-5 {
        padding-bottom: 5px;
    }

    .pb-sm-10 {
        padding-bottom: 10px;
    }

    .pb-sm-15 {
        padding-bottom: 15px;
    }

    .pb-sm-20 {
        padding-bottom: 20px;
    }

    .pb-sm-25 {
        padding-bottom: 25px;
    }

    .pb-sm-30 {
        padding-bottom: 30px;
    }

    .pb-sm-35 {
        padding-bottom: 35px;
    }

    .pb-sm-40 {
        padding-bottom: 40px;
    }

    .pt-sm-0 {
        padding-top: 0;
    }

    .pt-sm-5 {
        padding-top: 5px;
    }

    .pt-sm-10 {
        padding-top: 10px;
    }

    .pt-sm-15 {
        padding-top: 15px;
    }

    .pt-sm-20 {
        padding-top: 20px;
    }

    .pt-sm-25 {
        padding-top: 25px;
    }

    .pt-sm-30 {
        padding-top: 30px;
    }

    .pt-sm-35 {
        padding-top: 35px;
    }

    .pt-sm-40 {
        padding-top: 40px;
    }

    .pl-sm-0 {
        padding-left: 0;
    }

    .pl-sm-5 {
        padding-left: 5px;
    }

    .pl-sm-10 {
        padding-left: 10px;
    }

    .pl-sm-15 {
        padding-left: 15px;
    }

    .pl-sm-20 {
        padding-left: 20px;
    }

    .pl-sm-25 {
        padding-left: 25px;
    }

    .pl-sm-30 {
        padding-left: 30px;
    }

    .pl-sm-35 {
        padding-left: 35px;
    }

    .pl-sm-40 {
        padding-left: 40px;
    }

    .pr-sm-0 {
        padding-right: 0;
    }

    .pr-sm-5 {
        padding-right: 5px;
    }

    .pr-sm-10 {
        padding-right: 10px;
    }

    .pr-sm-15 {
        padding-right: 15px;
    }

    .pr-sm-20 {
        padding-right: 20px;
    }

    .pr-sm-25 {
        padding-right: 25px;
    }

    .pr-sm-30 {
        padding-right: 30px;
    }

    .pr-sm-35 {
        padding-right: 35px;
    }

    .pr-sm-40 {
        padding-right: 40px;
    }

    .py-sm-0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .py-sm-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .py-sm-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .py-sm-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .py-sm-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .py-sm-25 {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .py-sm-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .py-sm-35 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .py-sm-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .px-sm-0 {
        padding-right: 0;
        padding-left: 0;
    }

    .px-sm-5 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .px-sm-10 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .px-sm-15 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .px-sm-20 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .px-sm-25 {
        padding-right: 25px;
        padding-left: 25px;
    }

    .px-sm-30 {
        padding-right: 30px;
        padding-left: 30px;
    }

    .px-sm-35 {
        padding-right: 35px;
        padding-left: 35px;
    }

    .px-sm-40 {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media (min-width: 992px) {
    .entry-content .col-style-2 {
        column-count: 2;
    }

    .entry-content .col-style-responsive,
    .entry-content .col-style-3 {
        column-count: 3;
    }

    .md-12 {
        width: 100%;
    }

    .md-11 {
        width: 91.66666667%;
    }

    .md-10 {
        width: 83.33333333%;
    }

    .md-9 {
        width: 75%;
    }

    .md-8 {
        width: 66.66666667%;
    }

    .md-7 {
        width: 58.33333333%;
    }

    .md-6 {
        width: 50%;
    }

    .md-5 {
        width: 41.66666667%;
    }

    .md-4 {
        width: 33.33333333%;
    }

    .md-3 {
        width: 25%;
    }

    .md-2 {
        width: 16.66666667%;
    }

    .md-1 {
        width: 8.33333333%;
    }

    .text-md-left {
        text-align: left;
    }

    .text-md-right {
        text-align: right;
    }

    .text-md-center {
        text-align: center;
    }

    .fw-md-r {
        font-weight: 400;
    }

    .fw-md-sb {
        font-weight: 600;
    }

    .fw-md-b {
        font-weight: 700;
    }

    .fw-md-br {
        font-weight: 900;
    }

    .fs-md-10 {
        font-size: 10px;
    }

    .fs-md-12 {
        font-size: 12px;
    }

    .fs-md-14 {
        font-size: 14px;
    }

    .fs-md-16 {
        font-size: 16px;
    }

    .fs-md-18 {
        font-size: 18px;
    }

    .fs-md-20 {
        font-size: 20px;
    }

    .fs-md-24 {
        font-size: 24px;
    }

    .d-md-none {
        display: none;
    }

    .d-md-flex {
        display: flex;
    }

    .d-md-block {
        display: block;
    }

    .flex-md-w {
        flex-wrap: wrap;
    }

    .flex-md-nw {
        flex-wrap: nowrap;
    }

    .ai-md-c {
        align-items: center;
    }

    .ai-md-s {
        align-items: flex-start;
    }

    .ai-md-e {
        align-items: flex-end;
    }

    .jc-md-c {
        justify-content: center;
    }

    .jc-md-s {
        justify-content: flex-start;
    }

    .jc-md-e {
        justify-content: flex-end;
    }

    .fd-md-r {
        flex-direction: row;
    }

    .fd-md-c {
        flex-direction: column;
    }

    .br-md-0 {
        border-radius: 0;
    }

    .br-md-4 {
        border-radius: 4px;
    }

    .br-md-round {
        border-radius: 50%;
    }

    .w-md-100 {
        width: 100%;
    }

    .h-md-100 {
        height: 100%;
    }

    .mb-md-0 {
        margin-bottom: 0;
    }

    .mb-md-5 {
        margin-bottom: 5px;
    }

    .mb-md-10 {
        margin-bottom: 10px;
    }

    .mb-md-15 {
        margin-bottom: 15px;
    }

    .mb-md-20 {
        margin-bottom: 20px;
    }

    .mb-md-25 {
        margin-bottom: 25px;
    }

    .mb-md-30 {
        margin-bottom: 30px;
    }

    .mb-md-35 {
        margin-bottom: 35px;
    }

    .mb-md-40 {
        margin-bottom: 40px;
    }

    .mt-md-0 {
        margin-top: 0;
    }

    .mt-md-5 {
        margin-top: 5px;
    }

    .mt-md-10 {
        margin-top: 10px;
    }

    .mt-md-15 {
        margin-top: 15px;
    }

    .mt-md-20 {
        margin-top: 20px;
    }

    .mt-md-25 {
        margin-top: 25px;
    }

    .mt-md-30 {
        margin-top: 30px;
    }

    .mt-md-35 {
        margin-top: 35px;
    }

    .mt-md-40 {
        margin-top: 40px;
    }

    .ml-md-0 {
        margin-left: 0;
    }

    .ml-md-5 {
        margin-left: 5px;
    }

    .ml-md-10 {
        margin-left: 10px;
    }

    .ml-md-15 {
        margin-left: 15px;
    }

    .ml-md-20 {
        margin-left: 20px;
    }

    .ml-md-25 {
        margin-left: 25px;
    }

    .ml-md-30 {
        margin-left: 30px;
    }

    .ml-md-35 {
        margin-left: 35px;
    }

    .ml-md-40 {
        margin-left: 40px;
    }

    .mr-md-0 {
        margin-right: 0;
    }

    .mr-md-5 {
        margin-right: 5px;
    }

    .mr-md-10 {
        margin-right: 10px;
    }

    .mr-md-15 {
        margin-right: 15px;
    }

    .mr-md-20 {
        margin-right: 20px;
    }

    .mr-md-25 {
        margin-right: 25px;
    }

    .mr-md-30 {
        margin-right: 30px;
    }

    .mr-md-35 {
        margin-right: 35px;
    }

    .mr-md-40 {
        margin-right: 40px;
    }

    .mx-md-0 {
        margin-right: 0;
        margin-left: 0;
    }

    .mx-md-5 {
        margin-right: 5px;
        margin-left: 5px;
    }

    .mx-md-10 {
        margin-right: 10px;
        margin-left: 10px;
    }

    .mx-md-15 {
        margin-right: 15px;
        margin-left: 15px;
    }

    .mx-md-20 {
        margin-right: 20px;
        margin-left: 20px;
    }

    .mx-md-25 {
        margin-right: 25px;
        margin-left: 25px;
    }

    .mx-md-30 {
        margin-right: 30px;
        margin-left: 30px;
    }

    .mx-md-35 {
        margin-right: 35px;
        margin-left: 35px;
    }

    .mx-md-40 {
        margin-right: 40px;
        margin-left: 40px;
    }

    .my-md-0 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .my-md-5 {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .my-md-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .my-md-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .my-md-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .my-md-25 {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .my-md-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .my-md-35 {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .my-md-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .pb-md-0 {
        padding-bottom: 0;
    }

    .pb-md-5 {
        padding-bottom: 5px;
    }

    .pb-md-10 {
        padding-bottom: 10px;
    }

    .pb-md-15 {
        padding-bottom: 15px;
    }

    .pb-md-20 {
        padding-bottom: 20px;
    }

    .pb-md-25 {
        padding-bottom: 25px;
    }

    .pb-md-30 {
        padding-bottom: 30px;
    }

    .pb-md-35 {
        padding-bottom: 35px;
    }

    .pb-md-40 {
        padding-bottom: 40px;
    }

    .pt-md-0 {
        padding-top: 0;
    }

    .pt-md-5 {
        padding-top: 5px;
    }

    .pt-md-10 {
        padding-top: 10px;
    }

    .pt-md-15 {
        padding-top: 15px;
    }

    .pt-md-20 {
        padding-top: 20px;
    }

    .pt-md-25 {
        padding-top: 25px;
    }

    .pt-md-30 {
        padding-top: 30px;
    }

    .pt-md-35 {
        padding-top: 35px;
    }

    .pt-md-40 {
        padding-top: 40px;
    }

    .pl-md-0 {
        padding-left: 0;
    }

    .pl-md-5 {
        padding-left: 5px;
    }

    .pl-md-10 {
        padding-left: 10px;
    }

    .pl-md-15 {
        padding-left: 15px;
    }

    .pl-md-20 {
        padding-left: 20px;
    }

    .pl-md-25 {
        padding-left: 25px;
    }

    .pl-md-30 {
        padding-left: 30px;
    }

    .pl-md-35 {
        padding-left: 35px;
    }

    .pl-md-40 {
        padding-left: 40px;
    }

    .pr-md-0 {
        padding-right: 0;
    }

    .pr-md-5 {
        padding-right: 5px;
    }

    .pr-md-10 {
        padding-right: 10px;
    }

    .pr-md-15 {
        padding-right: 15px;
    }

    .pr-md-20 {
        padding-right: 20px;
    }

    .pr-md-25 {
        padding-right: 25px;
    }

    .pr-md-30 {
        padding-right: 30px;
    }

    .pr-md-35 {
        padding-right: 35px;
    }

    .pr-md-40 {
        padding-right: 40px;
    }

    .py-md-0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .py-md-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .py-md-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .py-md-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .py-md-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .py-md-25 {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .py-md-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .py-md-35 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .py-md-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .px-md-0 {
        padding-right: 0;
        padding-left: 0;
    }

    .px-md-5 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .px-md-10 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .px-md-15 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .px-md-20 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .px-md-25 {
        padding-right: 25px;
        padding-left: 25px;
    }

    .px-md-30 {
        padding-right: 30px;
        padding-left: 30px;
    }

    .px-md-35 {
        padding-right: 35px;
        padding-left: 35px;
    }

    .px-md-40 {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media (min-width: 1200px) {
    .lg-12 {
        width: 100%;
    }

    .lg-11 {
        width: 91.66666667%;
    }

    .lg-10 {
        width: 83.33333333%;
    }

    .lg-9 {
        width: 75%;
    }

    .lg-8 {
        width: 66.66666667%;
    }

    .lg-7 {
        width: 58.33333333%;
    }

    .lg-6 {
        width: 50%;
    }

    .lg-5 {
        width: 41.66666667%;
    }

    .lg-4 {
        width: 33.33333333%;
    }

    .lg-3 {
        width: 25%;
    }

    .lg-2 {
        width: 16.66666667%;
    }

    .lg-1 {
        width: 8.33333333%;
    }

    .text-lg-left {
        text-align: left;
    }

    .text-lg-right {
        text-align: right;
    }

    .text-lg-center {
        text-align: center;
    }

    .fw-lg-r {
        font-weight: 400;
    }

    .fw-lg-sb {
        font-weight: 600;
    }

    .fw-lg-b {
        font-weight: 700;
    }

    .fw-lg-br {
        font-weight: 900;
    }

    .fs-lg-10 {
        font-size: 10px;
    }

    .fs-lg-12 {
        font-size: 12px;
    }

    .fs-lg-14 {
        font-size: 14px;
    }

    .fs-lg-16 {
        font-size: 16px;
    }

    .fs-lg-18 {
        font-size: 18px;
    }

    .fs-lg-20 {
        font-size: 20px;
    }

    .fs-lg-24 {
        font-size: 24px;
    }

    .d-lg-none {
        display: none;
    }

    .d-lg-flex {
        display: flex;
    }

    .d-lg-block {
        display: block;
    }

    .flex-lg-w {
        flex-wrap: wrap;
    }

    .flex-lg-nw {
        flex-wrap: nowrap;
    }

    .ai-lg-c {
        align-items: center;
    }

    .ai-lg-s {
        align-items: flex-start;
    }

    .ai-lg-e {
        align-items: flex-end;
    }

    .jc-lg-c {
        justify-content: center;
    }

    .jc-lg-s {
        justify-content: flex-start;
    }

    .jc-lg-e {
        justify-content: flex-end;
    }

    .fd-lg-r {
        flex-direction: row;
    }

    .fd-lg-c {
        flex-direction: column;
    }

    .br-lg-0 {
        border-radius: 0;
    }

    .br-lg-4 {
        border-radius: 4px;
    }

    .br-lg-round {
        border-radius: 50%;
    }

    .w-lg-100 {
        width: 100%;
    }

    .h-lg-100 {
        height: 100%;
    }

    .mb-lg-0 {
        margin-bottom: 0;
    }

    .mb-lg-5 {
        margin-bottom: 5px;
    }

    .mb-lg-10 {
        margin-bottom: 10px;
    }

    .mb-lg-15 {
        margin-bottom: 15px;
    }

    .mb-lg-20 {
        margin-bottom: 20px;
    }

    .mb-lg-25 {
        margin-bottom: 25px;
    }

    .mb-lg-30 {
        margin-bottom: 30px;
    }

    .mb-lg-35 {
        margin-bottom: 35px;
    }

    .mb-lg-40 {
        margin-bottom: 40px;
    }

    .mt-lg-0 {
        margin-top: 0;
    }

    .mt-lg-5 {
        margin-top: 5px;
    }

    .mt-lg-10 {
        margin-top: 10px;
    }

    .mt-lg-15 {
        margin-top: 15px;
    }

    .mt-lg-20 {
        margin-top: 20px;
    }

    .mt-lg-25 {
        margin-top: 25px;
    }

    .mt-lg-30 {
        margin-top: 30px;
    }

    .mt-lg-35 {
        margin-top: 35px;
    }

    .mt-lg-40 {
        margin-top: 40px;
    }

    .ml-lg-0 {
        margin-left: 0;
    }

    .ml-lg-5 {
        margin-left: 5px;
    }

    .ml-lg-10 {
        margin-left: 10px;
    }

    .ml-lg-15 {
        margin-left: 15px;
    }

    .ml-lg-20 {
        margin-left: 20px;
    }

    .ml-lg-25 {
        margin-left: 25px;
    }

    .ml-lg-30 {
        margin-left: 30px;
    }

    .ml-lg-35 {
        margin-left: 35px;
    }

    .ml-lg-40 {
        margin-left: 40px;
    }

    .mr-lg-0 {
        margin-right: 0;
    }

    .mr-lg-5 {
        margin-right: 5px;
    }

    .mr-lg-10 {
        margin-right: 10px;
    }

    .mr-lg-15 {
        margin-right: 15px;
    }

    .mr-lg-20 {
        margin-right: 20px;
    }

    .mr-lg-25 {
        margin-right: 25px;
    }

    .mr-lg-30 {
        margin-right: 30px;
    }

    .mr-lg-35 {
        margin-right: 35px;
    }

    .mr-lg-40 {
        margin-right: 40px;
    }

    .mx-lg-0 {
        margin-right: 0;
        margin-left: 0;
    }

    .mx-lg-5 {
        margin-right: 5px;
        margin-left: 5px;
    }

    .mx-lg-10 {
        margin-right: 10px;
        margin-left: 10px;
    }

    .mx-lg-15 {
        margin-right: 15px;
        margin-left: 15px;
    }

    .mx-lg-20 {
        margin-right: 20px;
        margin-left: 20px;
    }

    .mx-lg-25 {
        margin-right: 25px;
        margin-left: 25px;
    }

    .mx-lg-30 {
        margin-right: 30px;
        margin-left: 30px;
    }

    .mx-lg-35 {
        margin-right: 35px;
        margin-left: 35px;
    }

    .mx-lg-40 {
        margin-right: 40px;
        margin-left: 40px;
    }

    .my-lg-0 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .my-lg-5 {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .my-lg-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .my-lg-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .my-lg-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .my-lg-25 {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .my-lg-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .my-lg-35 {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .my-lg-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .pb-lg-0 {
        padding-bottom: 0;
    }

    .pb-lg-5 {
        padding-bottom: 5px;
    }

    .pb-lg-10 {
        padding-bottom: 10px;
    }

    .pb-lg-15 {
        padding-bottom: 15px;
    }

    .pb-lg-20 {
        padding-bottom: 20px;
    }

    .pb-lg-25 {
        padding-bottom: 25px;
    }

    .pb-lg-30 {
        padding-bottom: 30px;
    }

    .pb-lg-35 {
        padding-bottom: 35px;
    }

    .pb-lg-40 {
        padding-bottom: 40px;
    }

    .pt-lg-0 {
        padding-top: 0;
    }

    .pt-lg-5 {
        padding-top: 5px;
    }

    .pt-lg-10 {
        padding-top: 10px;
    }

    .pt-lg-15 {
        padding-top: 15px;
    }

    .pt-lg-20 {
        padding-top: 20px;
    }

    .pt-lg-25 {
        padding-top: 25px;
    }

    .pt-lg-30 {
        padding-top: 30px;
    }

    .pt-lg-35 {
        padding-top: 35px;
    }

    .pt-lg-40 {
        padding-top: 40px;
    }

    .pl-lg-0 {
        padding-left: 0;
    }

    .pl-lg-5 {
        padding-left: 5px;
    }

    .pl-lg-10 {
        padding-left: 10px;
    }

    .pl-lg-15 {
        padding-left: 15px;
    }

    .pl-lg-20 {
        padding-left: 20px;
    }

    .pl-lg-25 {
        padding-left: 25px;
    }

    .pl-lg-30 {
        padding-left: 30px;
    }

    .pl-lg-35 {
        padding-left: 35px;
    }

    .pl-lg-40 {
        padding-left: 40px;
    }

    .pr-lg-0 {
        padding-right: 0;
    }

    .pr-lg-5 {
        padding-right: 5px;
    }

    .pr-lg-10 {
        padding-right: 10px;
    }

    .pr-lg-15 {
        padding-right: 15px;
    }

    .pr-lg-20 {
        padding-right: 20px;
    }

    .pr-lg-25 {
        padding-right: 25px;
    }

    .pr-lg-30 {
        padding-right: 30px;
    }

    .pr-lg-35 {
        padding-right: 35px;
    }

    .pr-lg-40 {
        padding-right: 40px;
    }

    .py-lg-0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .py-lg-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .py-lg-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .py-lg-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .py-lg-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .py-lg-25 {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .py-lg-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .py-lg-35 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .py-lg-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .px-lg-0 {
        padding-right: 0;
        padding-left: 0;
    }

    .px-lg-5 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .px-lg-10 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .px-lg-15 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .px-lg-20 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .px-lg-25 {
        padding-right: 25px;
        padding-left: 25px;
    }

    .px-lg-30 {
        padding-right: 30px;
        padding-left: 30px;
    }

    .px-lg-35 {
        padding-right: 35px;
        padding-left: 35px;
    }

    .px-lg-40 {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.to-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #2b2b2b;
    box-shadow: 0 10px 20px rgb(0 0 0 / 30%);
    border-radius: 6px;
    cursor: pointer;
    transition: .3s;
    opacity: 0;
    display: flex;
    align-items: center;
    z-index: 99;
    justify-content: center;
    visibility: hidden;
}

.to-top::before {
    content: '';
    width: 15px;
    height: 3px;
    background-color: #fff;
    display: block;
    transform: rotate(-45deg) translate(3px, 3.5px);
    border-radius: 4px;
}

.to-top::after {
    content: '';
    width: 16px;
    height: 3px;
    background-color: #fff;
    display: block;
    transform: rotate(45deg) translate(-1px, 2px);
    border-radius: 4px;
}

.to-top:hover {
    transform: translateY(-3px);
}

.to-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}

@media(min-width: 991px) {
    .to-top {
        width: 60px;
        height: 60px;
    }

    hr {
        margin: 40px 0;
    }
}

@media(max-width: 767px) {
    .container {
        padding: 0 15px;
    }

    .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .lg-1,
    .lg-10,
    .lg-11,
    .lg-12,
    .lg-2,
    .lg-3,
    .lg-4,
    .lg-5,
    .lg-6,
    .lg-7,
    .lg-8,
    .lg-9,
    .md-1,
    .md-10,
    .md-11,
    .md-12,
    .md-2,
    .md-3,
    .md-4,
    .md-5,
    .md-6,
    .md-7,
    .md-8,
    .md-9,
    .sm-1,
    .sm-10,
    .sm-11,
    .sm-12,
    .sm-2,
    .sm-3,
    .sm-4,
    .sm-5,
    .sm-6,
    .sm-7,
    .sm-8,
    .sm-9,
    .xs-1,
    .xs-10,
    .xs-11,
    .xs-12,
    .xs-2,
    .xs-3,
    .xs-4,
    .xs-5,
    .xs-6,
    .xs-7,
    .xs-8,
    .xs-9 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.entry-content iframe[src*="youtube.com"],
.entry-content iframe[src*="youtube.com"]{
    width: 100%;
    height: 400px;
}

@media(max-width: 575px){
    .entry-content iframe[src*="youtube.com"]{
        height: 250px;
    }
}
#casino-review-content p,
#casino-review-content ul,
#casino-review-content ol,
#casino-review-content li,
#casino-review-content blockquote,
#casino-review-content pre,
#casino-review-content code,
#casino-review-content table,
#casino-review-content th,
#casino-review-content td {
line-height: 2;
font-size: 16px
} 
#casino-review-content p{
margin-bottom: 20px;
}
#casino-review-content h1,
#casino-review-content .h1 {
    font-size: calc(var(--fs-h1) * var(--scale));
}

#casino-review-content h2,
#casino-review-content .h2 {
    font-size: calc(var(--fs-h2) * var(--scale));
}

#casino-review-content h3,
#casino-review-content .h3 {
    font-size: calc(var(--fs-h3) * var(--scale));
}

#casino-review-content h4,
#casino-review-content .h4 {
    font-size: calc(var(--fs-h4) * var(--scale));
    font-weight: 500;
}

#casino-review-content h5,
#casino-review-content .h5 {
    font-size: calc(var(--fs-h5) * var(--scale));
    font-weight: 500;
}

#casino-review-content h6,
#casino-review-content .h6 {
    font-size: calc(var(--fs-h6) * var(--scale));
    font-weight: 500;
}
