@charset "UTF-8";

/*
Theme Name: CuR 24
Theme URI: https://www.www.himh.org.au
Description: Theme for CuR 2024
Author: Määdz Miggelsen
Version: 2.8
*/

@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;500;700;900&display=swap");
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

html {
    text-rendering: optimizeLegibiity;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    font-size: 16px;
}

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

html,
body {
    height: 100%;
}

body {
    font-family: "Fira Sans", sans-serif;
    background: #2c2c2c;
    counter-reset: section;
}

img {
    width: 100%;
    height: auto;
}

h1,
.h1 {
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 1.3;
    color: #fbfbfb;
}

h1.page-headline,
.h1.page-headline {
    margin-right: 3rem;
    margin-bottom: 1rem;
}

@media only screen and (max-width: 30em) {
    h1,
    .h1 {
        font-size: 1.875rem;
    }
}

h2,
.h2 {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.3;
    color: #fbfbfb;
    margin-bottom: 1rem;
}

@media only screen and (max-width: 30em) {
    h2,
    .h2 {
        font-size: 1.5rem;
        margin-bottom: 0.75rem;
    }
}

h3,
.h3 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    color: #fbfbfb;
    margin-bottom: 1rem;
}

@media only screen and (max-width: 30em) {
    h3,
    .h3 {
        font-size: 1.25rem;
        margin-bottom: 0.75rem;
    }
}

h4,
.h4 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    color: #fbfbfb;
    margin-bottom: 0.75rem;
}

@media only screen and (max-width: 30em) {
    h4,
    .h4 {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
}

p+h2,
p+h3,
p+h4,
ul+h2,
ul+h3,
ul+h4,
ol+h2,
ol+h3,
ol+h4 {
    margin-top: 1.875rem;
}

p {
    line-height: 1.618;
    font-size: 1.0625rem;
    color: rgba(251, 251, 251, 0.84);
    margin-bottom: 1rem;
}

p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 30em) {
    p {
        font-size: 0.9375rem;
    }
}

a:link,
a:visited {
    color: #FF4848;
    font-weight: 700;
    -webkit-transition: all, 0.2s;
    -moz-transition: all, 0.2s;
    -ms-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
}

a:link:hover,
a:visited:hover {
    color: #ff1515;
}

em {
    font-style: italic;
}

blockquote {
    padding: 1.5rem;
    background: #212121;
    border-left: 8px solid #FF4848;
    margin-bottom: 1rem;
    font-style: italic;
    -webkit-border-radius: 2px 10px 10px 2px;
    -moz-border-radius: 2px 10px 10px 2px;
    -ms-border-radius: 2px 10px 10px 2px;
    border-radius: 2px 10px 10px 2px;
}

@media only screen and (max-width: 64em) {
    blockquote {
        padding: 1rem;
        border-left: 4px solid #FF4848;
    }
}

.t-mb2 {
    margin-bottom: 2rem;
}

.sm-co {
    font-size: 0.875rem;
}

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

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

@media only screen and (max-width: 74.95em) {
    .align-left-mob {
        text-align: left;
    }
}

@media only screen and (max-width: 74.95em) {
    .align-right-mob {
        text-align: right;
    }
}

strong {
    font-weight: 700;
}

.site-fixed-width {
    max-width: 90rem;
    margin: 0 auto;
}

.content {
    width: 100%;
    float: left;
}

.content img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

@media only screen and (max-width: 75em) {
    .content {
        padding-top: 5rem;
    }
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.d-flex {
    display: flex;
}

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

.inline-flex {
    display: inline-flex;
}

.contrasting_bg {
    width: 100%;
    float: left;
}

.container-fluid,
.container {
    margin-right: auto;
    margin-left: auto;
}

.container-fluid.miss-aligned,
.container.miss-aligned {
    margin-top: -120px;
}

@media only screen and (max-width: 30em) {
    .container-fluid.miss-aligned,
    .container.miss-aligned {
        margin-top: -60px;
    }
}

.container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
}

@media only screen and (max-width: 75em) {
    .container-fluid {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.container-header {
    width: 100%;
    padding: 0 2.75rem;
}

@media only screen and (max-width: 64em) {
    .container-header {
        padding: 0 0.5rem;
    }
}

.row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
    padding-top: 3.875rem;
    padding-bottom: 3.875rem;
}

@media only screen and (max-width: 64em) {
    .row {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

.row.row-breadcrumbs {
    padding-bottom: 0;
}

.row.row-elementor,
.row.row-nested {
    margin-right: -1rem;
    margin-left: -1rem;
}

.row.row-subscribe {
    padding: 2rem 0;
}

.row.row-header {
    padding: 1.575rem 0;
    -webkit-transition: all, 0.2s;
    -moz-transition: all, 0.2s;
    -ms-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
}

@media only screen and (max-width: 64em) {
    .row.row-header {
        margin-right: 0;
        margin-left: 0;
        padding: 1.5rem 0;
    }
}

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

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

.row.less-pt {
    padding-top: 1rem;
}

.row.less-pb {
    padding-bottom: 1rem;
}

.row.border-lt {
    position: relative;
}

.row.border-lt:after {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% - 32px);
    background: rgba(251, 251, 251, 0.1);
    bottom: 0;
    left: 1rem;
}

@media only screen and (max-width: 64em) {
    .row.special-pb {
        padding-bottom: 3rem;
    }
}

.row.footer-pb {
    padding-bottom: 2rem;
}

.row.footer-pt {
    padding-top: 2rem;
}

.row.medium-pt {
    padding-top: 2rem;
}

.row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.col.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}


/* Custom margins */

@media only screen and (max-width: 64em) {
    .xs2 {
        margin-bottom: 2rem;
    }
    .xs2:last-of-type {
        margin-bottom: 0;
    }
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
}

.col-xs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
}

.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
}

.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.stretch-xs {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media only screen and (min-width: 48em) {
    .container {
        width: 49rem;
    }
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-offset-0,
    .col-sm-offset-1,
    .col-sm-offset-2,
    .col-sm-offset-3,
    .col-sm-offset-4,
    .col-sm-offset-5,
    .col-sm-offset-6,
    .col-sm-offset-7,
    .col-sm-offset-8,
    .col-sm-offset-9,
    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-sm-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-sm-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-sm-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-sm-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .stretch-sm {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .first-sm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .last-sm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (min-width: 64em) {
    .container {
        width: 65rem;
    }
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-offset-0,
    .col-md-offset-1,
    .col-md-offset-2,
    .col-md-offset-3,
    .col-md-offset-4,
    .col-md-offset-5,
    .col-md-offset-6,
    .col-md-offset-7,
    .col-md-offset-8,
    .col-md-offset-9,
    .col-md-offset-10,
    .col-md-offset-11,
    .col-md-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-md-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-md-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-md-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-md-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .stretch-md {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .first-md {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .last-md {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (min-width: 75em) {
    .container {
        width: 76rem;
    }
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-offset-0,
    .col-lg-offset-1,
    .col-lg-offset-2,
    .col-lg-offset-3,
    .col-lg-offset-4,
    .col-lg-offset-5,
    .col-lg-offset-6,
    .col-lg-offset-7,
    .col-lg-offset-8,
    .col-lg-offset-9,
    .col-lg-offset-10,
    .col-lg-offset-11,
    .col-lg-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-lg-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-lg-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-lg-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-lg-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .stretch-xs {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .first-lg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .last-lg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (min-width: 91em) {
    .container {
        width: 90rem;
    }
}

@media only screen and (max-width: 64em) {
    .resize {
        width: 100%;
        padding: 0;
    }
}

.mt-1 {
    margin-top: 0.875rem;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

@media only screen and (max-width: 64em) {
    .mb-2 {
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 64em) {
    .mb-mb1 {
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 64em) {
    .mb-mb {
        margin-bottom: 0.5rem;
    }
}

@media only screen and (max-width: 64em) {
    .md-mb2 {
        margin-bottom: 2rem;
    }
}

@media only screen and (max-width: 48em) {
    .sm-mb2 {
        margin-bottom: 2rem;
    }
}

.full-height {
    height: 100%;
}

.full-height-calc {
    height: 100%;
}

@media only screen and (max-width: 64em) {
    .full-height-calc {
        height: calc(100% - 120px);
    }
}

@media only screen and (max-width: 30em) {
    .full-height-calc {
        height: calc(100% - 70px);
    }
}

.main-nav__list {
    font-weight: 700;
}

.main-nav__list li {
    display: inline-block;
}

@media only screen and (max-width: 74.95em) {
    .main-nav__list li {
        display: block;
        border-bottom: 1px solid rgba(251, 251, 251, 0.1);
    }
    .main-nav__list li:last-child {
        border-bottom: none;
    }
}

.main-nav__list li.menu-item-has-children {
    position: relative;
}

.main-nav__list li.menu-item-has-children a:after {
    font-family: "remixicon";
    content: "\ea4e";
    margin-left: 0.25rem;
    display: inline-block;
}

.main-nav__list li.menu-item-has-children a.sub-nav__active {
    color: #ffaeae;
}

.main-nav__list li.menu-item-has-children a.sub-nav__active:after {
    transform: rotate(180deg);
}

.main-nav__list li.menu-item-has-children:hover .sub-menu {
    display: block;
}

.main-nav__list li.menu-item-has-children:hover a:after {
    transform: rotate(180deg);
}

.main-nav__list a:link,
.main-nav__list a:visited {
    color: #fbfbfb;
    padding: 0 0.5rem;
    display: block;
    -webkit-transition: color, 0.2s;
    -moz-transition: color, 0.2s;
    -ms-transition: color, 0.2s;
    -o-transition: color, 0.2s;
    transition: color, 0.2s;
}

.main-nav__list a:link:hover,
.main-nav__list a:visited:hover {
    color: #FF4848;
}

@media only screen and (max-width: 74.95em) {
    .main-nav__list a:link,
    .main-nav__list a:visited {
        width: 100%;
        padding: 1.5rem;
    }
}

.main-nav__list .current-menu-item a:link,
.main-nav__list .current-menu-item a:visited {
    color: #ffaeae;
}

.main-nav__list .sub-menu {
    display: none;
    position: absolute;
    width: 300px;
    padding-top: 40px;
    left: 50%;
    margin-left: -150px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    z-index: 100;
}

.main-nav__list .sub-menu__active {
    display: block;
}

.main-nav__list .sub-menu:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px;
    border-color: transparent transparent #161616;
    position: absolute;
    top: 20px;
    right: 50%;
    margin-right: -8px;
    z-index: 1000;
}

.main-nav__list .sub-menu:after {
    content: "";
    background: #161616;
    height: calc(100% - 16px);
    position: absolute;
    top: 28px;
    left: 50%;
    margin-left: -150px;
    width: 100%;
    z-index: 1;
    padding: 0.75rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    z-index: -1;
}

.main-nav__list .sub-menu li {
    display: flex;
}

.main-nav__list .sub-menu li a:link,
.main-nav__list .sub-menu li a:visited {
    padding: 0.75rem;
    width: 100%;
}

.main-nav__list .sub-menu li a:link:after,
.main-nav__list .sub-menu li a:visited:after {
    display: none;
}

@media only screen and (max-width: 74.95em) {
    .main-nav__list .sub-menu {
        position: relative;
        left: 0;
        margin-left: 0;
        width: 100%;
        margin-top: -1.5rem;
        padding: 0.75rem;
    }
    .main-nav__list .sub-menu:after {
        display: none;
    }
}

@media only screen and (max-width: 74.95em) {
    .main-nav__list {
        margin: 1.575rem 0;
        background: #161616;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
    }
}

@media only screen and (max-width: 74.95em) {
    .main-nav {
        display: none;
    }
    .main-nav.nav__toggled {
        display: block;
    }
}

.misc-nav {
    display: flex;
}

@media only screen and (max-width: 74.95em) {
    .misc-nav {
        display: none;
    }
    .misc-nav.misc__toggled {
        display: flex;
    }
}

.search-wrap {
    margin-right: 4px;
    background: #161616;
    -webkit-border-radius: 32px 4px 4px 32px;
    -moz-border-radius: 32px 4px 4px 32px;
    -ms-border-radius: 32px 4px 4px 32px;
    border-radius: 32px 4px 4px 32px;
    color: #fbfbfb;
    padding-left: 1rem;
    max-width: 154px;
    display: flex;
    align-items: center;
    width: 100%;
}

.search-wrap input[type=text] {
    font-family: "Fira Sans", sans-serif;
    font-size: 1rem;
    border: none;
    outline: none;
    width: 100%;
    background: #161616;
    color: #fbfbfb;
    height: 48px;
    margin-left: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.search-wrap .search-form {
    display: flex;
}

.search-wrap .search-form i {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 74.95em) {
    .search-wrap {
        padding-left: 1.5rem;
        max-width: none;
        -webkit-border-radius: 8px 4px 4px 8px;
        -moz-border-radius: 8px 4px 4px 8px;
        -ms-border-radius: 8px 4px 4px 8px;
        border-radius: 8px 4px 4px 8px;
    }
}

.mast-header {
    z-index: 9;
    display: flex;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 2rem;
    background: #212121;
    display: flex;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
}

@media only screen and (max-width: 91em) {
    .mast-header {
        max-width: 1200px;
    }
}

@media only screen and (max-width: 75em) {
    .mast-header {
        width: 100%;
        max-width: none;
        margin: 0;
        border-radius: 0;
        position: fixed;
    }
}

.site-logo a {
    display: inline-block;
}

.site-logo img {
    width: 126px;
}

@media only screen and (max-width: 74.95em) {
    .site-logo img {
        width: 106px;
    }
}

@media only screen and (max-width: 75em) {
    .site-logo {
        position: relative;
    }
}

footer {
    display: flex;
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
    padding: 2rem 0;
    background: #212121;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

@media only screen and (max-width: 91em) {
    footer {
        max-width: 1200px;
    }
}

@media only screen and (max-width: 75em) {
    footer {
        width: 100%;
        max-width: none;
        margin: 0;
        border-radius: 0;
    }
}

footer span.h4 {
    font-size: 1.125rem;
    display: block;
    margin-bottom: 0.5rem;
}

footer .sm-co {
    margin-bottom: 0;
}

.sub-nav__list {
    font-size: 0.875rem;
    line-height: 1.618;
}

.sub-nav__list li {
    margin: 0.375rem 0;
}

.sub-nav__list li a {
    display: inline-block;
    padding: 0.125rem 0;
}

.footer-logo {
    width: 126px;
}

.footer-social {
    display: inline-flex;
}

.footer-social li {
    margin-left: 0.5rem;
}

.footer-social li:first-child {
    margin-left: 0;
}

.footer-social li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #161616;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all, 0.2s;
    -moz-transition: all, 0.2s;
    -ms-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
}

.footer-social li a:hover {
    background: #FF4848;
    color: #fbfbfb;
}

.footer-social li a:active {
    background: #e10000;
}

.bottom-spacer {
    width: 100%;
    height: 2rem;
    display: flex;
}

@media only screen and (max-width: 75em) {
    .bottom-spacer {
        display: none;
    }
}

.editable ul,
.editable ol {
    font-size: 1.0625rem;
    line-height: 1.618;
    color: rgba(251, 251, 251, 0.84);
    margin-bottom: 1rem;
    margin-left: 2rem;
}

.editable ul li,
.editable ol li {
    list-style-type: disc;
    margin: 0.375rem 0;
}

@media only screen and (max-width: 30em) {
    .editable ul,
    .editable ol {
        font-size: 0.9375rem;
    }
}

.editable ol li {
    list-style-type: decimal;
}

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

@media only screen and (max-width: 64em) {
    .fl-align-left-md {
        text-align: left;
    }
}

@media only screen and (max-width: 48em) {
    .fl-align-left-sm {
        text-align: left;
    }
}

@media only screen and (max-width: 48em) {
    .fl-full-size-sm img {
        width: 100%;
    }
}

@media only screen and (max-width: 64em) {
    .fl-reorder-md {
        order: 2;
    }
}

@media only screen and (max-width: 48em) {
    .fl-reorder-sm {
        order: 2;
    }
}

@media only screen and (max-width: 48em) {
    .fl-mb2-sm {
        margin-bottom: 2rem;
    }
}

@media only screen and (max-width: 64em) {
    .fl-mb2-md {
        margin-bottom: 2rem;
    }
}

.link-list {
    position: relative;
    float: left;
    width: 100%;
}

@media only screen and (max-width: 64em) {
    .link-list .hidden-sm-screens-forever {
        display: none;
    }
    .link-list .hidden-sm-screens {
        display: none;
    }
    .link-list .hidden-sm-screens.show-content {
        display: block;
    }
}

.link-list__table {
    width: 100%;
    background: #212121;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

@media only screen and (max-width: 64em) {
    .link-list__table {
        background: transparent;
        box-shadow: none;
    }
}

.link-list__table-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 1.5rem 0.5rem;
}

.link-list__table-row:nth-child(odd) {
    background: #1b1b1b;
}

@media only screen and (max-width: 64em) {
    .link-list__table-row {
        background: #212121;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
    }
}

.link-list__table-row img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.link-list__table-row p {
    font-size: 1rem;
    margin-bottom: 0;
}

.link-list__table-row p.bonus-free-spins {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 0;
    color: #fbfbfb;
    position: relative;
    display: inline;
}

.link-list__table-row p.bonus-free-spins+p {
    margin-top: 0.25rem;
}

.link-list__table-row p.rank {
    line-height: 36px;
    font-size: 1rem;
    font-weight: 700;
    width: 36px;
    height: 36px;
    background: url(https://www.himh.org.au/wp-content/themes/cur24/assets/img/certificate.svg);
    background-size: 100%;
    display: inline-block;
    color: #fbfbfb;
    margin-bottom: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}

.link-list__table-row p.disclaimer {
    padding: 0 0.5rem;
    font-size: 0.625rem;
    line-height: 1.3;
    color: rgba(251, 251, 251, 0.7);
}

.link-list__table-row p.disclaimer a {
    color: rgba(251, 251, 251, 0.7);
}

.link-list__table-row p.disclaimer a:hover {
    color: rgba(251, 251, 251, 0.8);
    text-decoration: underline;
}

.link-list__table-row ul.information li {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.618;
    color: rgba(251, 251, 251, 0.7);
    position: relative;
    display: block;
}

.link-list__table-row ul.information li i {
    color: #4AC051;
    margin-right: 0.5rem;
}

.link-list__extended-row {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 1rem;
    border-top: 1px solid #fbfbfb;
    margin-top: 1rem;
    display: none;
}

.link-list__extended-row.show-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.link-list__extended-row ul {
    font-size: 0.875rem;
    line-height: 1.618;
    color: #fbfbfb;
}

.link-list__extended-row .extended-cta a:link,
.link-list__extended-row .extended-cta a:visited {
    padding: 0.25rem 0.75rem;
    background: rgba(36, 36, 36, 0.075);
    display: inline-block;
    margin-top: 0.5rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all, 0.2s;
    -moz-transition: all, 0.2s;
    -ms-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
}

.link-list__extended-row .extended-cta a:link:hover,
.link-list__extended-row .extended-cta a:visited:hover {
    background: rgba(36, 36, 36, 0.12);
    color: #242424;
}

.casino-grid {
    opacity: 1;
    -webkit-transition: opacity, 0.4s;
    -moz-transition: opacity, 0.4s;
    -ms-transition: opacity, 0.4s;
    -o-transition: opacity, 0.4s;
    transition: opacity, 0.4s;
}

.casino-grid.loading {
    opacity: 0;
}

.casino-item {
    position: relative;
}

.casino-item:before {
    width: 32px;
    height: 28px;
    background: #000000;
    -webkit-border-radius: 10px 2px 2px 10px;
    -moz-border-radius: 10px 2px 2px 10px;
    -ms-border-radius: 10px 2px 2px 10px;
    border-radius: 10px 2px 2px 10px;
    position: absolute;
    top: -0.5rem;
    left: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.875rem;
    color: #fbfbfb;
    border: 1px solid rgba(251, 251, 251, 0.25);
    counter-increment: section;
    content: "" counter(section) "";
    z-index: 1;
}

.casino-item.size-small:before {
    display: none;
}

.casino-card {
    background: #212121;
    margin-bottom: 2rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    /* Horizontal */
}

@media only screen and (max-width: 75em) {
    .casino-card {
        margin-bottom: 1.875rem;
    }
}

.casino-card__3-col {
    display: none;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 2rem;
    padding: 1.5rem;
    align-items: center;
    border-top: 1px solid rgba(251, 251, 251, 0.1);
}

.casino-card__3-col.show-content {
    display: grid;
}

@media only screen and (max-width: 64em) {
    .casino-card__3-col {
        grid-template-columns: 1fr;
    }
    .casino-card__3-col div {
        margin-bottom: 0.5rem;
    }
    .casino-card__3-col div:last-child {
        margin-bottom: 0;
    }
}

.casino-card__img {
    position: relative;
}

.casino-card__img img {
    display: block;
}

.casino-card__features {
    padding: 1.25rem 0.875rem 0 0.875rem;
    display: grid;
    grid-gap: 0.25rem;
    grid-template-columns: repeat(2, 1fr);
}

.casino-card__features p {
    margin-bottom: 0;
    color: #fbfbfb;
}

.casino-card__features img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.casino-card__features__item {
    font-size: 0.75rem;
    font-weight: 700;
    color: #fbfbfb;
    padding: 0.625rem;
    display: grid;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: left;
    grid-gap: 8px;
    grid-template-columns: 1fr max-content;
    background: #161616;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.casino-card__features__item__bonus {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.5rem 0.625rem;
    grid-column: 1/3;
    min-height: 53px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.casino-card__features__item__bonus .h3 {
    font-size: 0.875rem;
    margin-bottom: 0;
}

.casino-card__features__item__bonus .h3:before {
    font-family: "remixicon" !important;
    content: "\edbb";
    margin-right: 0.375rem;
}

@media only screen and (max-width: 48em) {
    .casino-card__features__item__bonus {
        min-height: 0;
    }
}

.casino-card__features__item__license {
    padding: 0.5rem 0.625rem;
    grid-column: 1/3;
    background: #161616;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    display: grid;
    justify-content: center;
    align-items: center;
    grid-gap: 8px;
    grid-template-columns: 1fr max-content max-content;
    font-weight: 700;
}

.casino-card__features__item__license p {
    font-size: 0.75rem;
    line-height: 0;
}

.casino-card__features__item__license img {
    width: 16px;
}

.casino-card__features__item__license span {
    color: rgba(251, 251, 251, 0.7);
    font-size: 0.625rem;
    font-weight: 400;
}

.casino-card__features__item span {
    color: rgba(251, 251, 251, 0.7);
    font-size: 0.625rem;
    font-weight: 400;
    width: 100%;
}

.casino-card__usps-bg {
    background: #161616;
    padding: 0.625rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.casino-card__usps,
.casino-card__expand {
    padding: 0 0.875rem 1.375rem 0.875rem;
}

.casino-card__usps span,
.casino-card__expand span {
    display: block;
    margin-bottom: 0.5rem;
}

.casino-card__usps span:before,
.casino-card__expand span:before {
    font-family: "remixicon" !important;
    content: "\edbb";
    margin-right: 0.5rem;
}

.casino-card__usps ul li,
.casino-card__expand ul li {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.618;
    color: rgba(251, 251, 251, 0.7);
}

.casino-card__usps ul li i,
.casino-card__expand ul li i {
    color: #4AC051;
    margin-right: 0.375rem;
}

.casino-card__expand {
    display: none;
}

.casino-card__expand.expanded {
    display: block;
}

.casino-card__extras {
    margin-top: 0.25rem;
}

.casino-card__extras .casino-card__features__item {
    margin-top: 0.25rem;
}

.casino-card__extras .casino-card__features__item span {
    margin-bottom: 0;
}

.casino-card__extras .casino-card__features__item span::before {
    display: none;
}

.casino-card__play {
    text-align: center;
    padding: 1rem 0.875rem 1.375rem 0.875rem;
}

.casino-card__play .btn__primary {
    padding: 0.875rem;
    font-size: 0.875rem;
    background: #389f3e;
    border: 1px solid rgba(251, 251, 251, 0.25);
}

.casino-card__play .btn__primary:hover {
    background: #4AC051;
}

.casino-card__play .btn__primary:active {
    background: #2a7a2f;
}

.casino-card__play .btn__tertiary {
    padding: 0.625rem;
    font-size: 0.75rem;
}

.casino-card__play .more-info-link {
    display: block;
    font-size: 0.75rem;
    font-weight: 400;
    color: #fbfbfb;
    text-decoration: underline;
    margin-top: 0.75rem;
    cursor: pointer;
}

.casino-card__horizontal {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 2rem;
    padding: 1.5rem;
    align-items: center;
}

.casino-card__horizontal .casino-card__img,
.casino-card__horizontal .casino-card__features,
.casino-card__horizontal .casino-card__usps,
.casino-card__horizontal .casino-card__play {
    padding: 0;
    background: transparent;
}

.casino-card__horizontal .casino-card__usps-bg {
    background: transparent;
    padding: 0;
}

.casino-card__horizontal .casino-card__features {
    grid-gap: 0.5rem;
}

@media only screen and (max-width: 64em) {
    .casino-card__horizontal {
        display: block;
        padding: 0;
    }
    .casino-card__horizontal .casino-card__features {
        padding: 1.875rem 1.25rem 0 1.25rem;
    }
    .casino-card__horizontal .casino-card__usps {
        padding: 1rem 1.25rem 0 1.25rem;
    }
    .casino-card__horizontal .casino-card__usps-bg {
        background: #161616;
        padding: 1.5rem;
    }
    .casino-card__horizontal .casino-card__play {
        padding: 1rem 1.25rem 1.25rem 1.25rem;
    }
}

.casino-rating {
    background: #000000;
    width: 66px;
    height: 28px;
    -webkit-border-radius: 2px 10px 10px 2px;
    -moz-border-radius: 2px 10px 10px 2px;
    -ms-border-radius: 2px 10px 10px 2px;
    border-radius: 2px 10px 10px 2px;
    position: absolute;
    top: -0.5rem;
    left: 1.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.875rem;
    color: #fbfbfb;
    border: 1px solid rgba(251, 251, 251, 0.25);
}

.casino-rating i {
    color: #ffa200;
}

.casino-rating span {
    display: flex;
    margin-left: 0.375rem;
}

.casino-rank {
    width: 32px;
    height: 28px;
    background: #000000;
    -webkit-border-radius: 10px 2px 2px 10px;
    -moz-border-radius: 10px 2px 2px 10px;
    -ms-border-radius: 10px 2px 2px 10px;
    border-radius: 10px 2px 2px 10px;
    position: absolute;
    top: -0.5rem;
    left: -0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.875rem;
    color: #fbfbfb;
    border: 1px solid rgba(251, 251, 251, 0.25);
}

.casino-link {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.casino-link a:link,
.casino-link a:visited {
    padding: 0.5rem 1.25rem;
    font-size: 0.75rem;
    color: #fbfbfb;
    background: #000000;
    border: 1px solid rgba(251, 251, 251, 0.25);
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    border-radius: 60px;
}

.casino-link a:link:after,
.casino-link a:visited:after {
    font-family: "remixicon" !important;
    content: "\ea6c";
    margin-left: 0.25rem;
}

.casino-link a:link:hover,
.casino-link a:visited:hover {
    background: #fbfbfb;
    color: #000000;
}

.casino-payments {
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    height: 28px;
}

.casino-payments__list {
    display: flex;
}

.casino-payments__list li {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    border: 1px solid rgba(251, 251, 251, 0.25);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    font-weight: 700;
    font-size: 0.75rem;
    color: #fbfbfb;
    margin-right: 2px;
}

.casino-payments__list li img {
    max-width: 70%;
}

.casino-payments__list li:last-child {
    margin-right: 0;
    background: #292929;
}

.casino-expand {
    display: flex;
    position: absolute;
    bottom: -0.875rem;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 28px;
}

.casino-expand__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    width: 28px;
    height: 28px;
    background: #000000;
    border: 1px solid rgba(251, 251, 251, 0.25);
    color: #fbfbfb;
    font-size: 1rem;
    cursor: pointer;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: all, 0.2s;
    -moz-transition: all, 0.2s;
    -ms-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
}

.casino-expand__btn:hover {
    background: #fbfbfb;
    color: #000000;
}

.casino-expand__btn.expand-active {
    transform: rotate(180deg);
}

.filter-nav {
    padding-bottom: 2rem;
    margin-bottom: 0.875rem;
    width: 100%;
    display: grid;
    grid-auto-flow: column;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    white-space: nowrap;
    scrollbar-gutter: stable;
    scrollbar-width: none;
}

.filter-nav__list li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.5rem;
}

.filter-nav__list li button.filter-casinos {
    padding: 1rem 2rem;
    font-size: 1.0625rem;
    font-weight: 700;
    font-family: "Fira Sans", sans-serif;
    color: rgba(251, 251, 251, 0.5);
    border: 2px solid rgba(251, 251, 251, 0.4);
    outline: none;
    background: transparent;
    cursor: pointer;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: all, 0.2s;
    -moz-transition: all, 0.2s;
    -ms-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
}

.filter-nav__list li button.filter-casinos:hover {
    color: #fbfbfb;
    border: 2px solid #fbfbfb;
}

.filter-nav__list li button.filter-casinos.btn-active {
    border: 2px solid #FF4848;
    color: #FF4848;
}

@media only screen and (max-width: 64em) {
    .filter-nav__list li button.filter-casinos {
        padding: 0.75rem 1.5rem;
        font-size: 0.875rem;
    }
}

.text-bg {
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 5px;
    background: #161616;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.only-show-sm-screens {
    display: none;
}

@media only screen and (max-width: 64em) {
    .only-show-sm-screens {
        display: block;
    }
}

.popup-block {
    display: none;
    width: 100%;
    background: #212121;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 2rem 0;
    border-top: 1px solid rgba(251, 251, 251, 0.12);
    -webkit-box-shadow: 0px -14px 14px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px -14px 14px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px -14px 14px rgba(0, 0, 0, 0.25);
    box-shadow: 0px -14px 14px rgba(0, 0, 0, 0.25);
    z-index: 10;
}

@media only screen and (max-width: 48em) {
    .popup-block {
        padding: 1.5rem 0;
    }
}

.popup-block.pop-active {
    display: block;
}

.popup-block .popup-block__close {
    position: absolute;
    top: -20px;
    right: 1.5rem;
}

.popup-block .h3 {
    display: inline-flex;
    margin-bottom: 0.5rem;
}

@media only screen and (max-width: 48em) {
    .popup-block .h3 {
        font-size: 1.25rem;
    }
}

@media only screen and (max-width: 48em) {
    .popup-block .btn {
        margin-top: 1rem;
    }
}

.popup-block ul li {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.618;
    color: rgba(251, 251, 251, 0.7);
}

.popup-block ul li i {
    color: #4AC051;
    margin-right: 0.5rem;
}

@media only screen and (max-width: 48em) {
    .popup-block ul li {
        font-size: 0.875rem;
    }
}

.c-card-hori .casino-rank {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.c-card-hori .casino-rating {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.c-card-hori .casino-card__features__item {
    padding: 1rem;
    font-size: 1.25rem;
    display: flex;
    text-align: center;
}

.c-card-hori .casino-card__features__item span {
    font-size: 0.875rem;
}

.c-card-hori .casino-card__features__item__license {
    padding: 0.875rem 1.5rem;
}

.c-card-hori .casino-card__features__item__license span {
    font-size: 0.875rem;
}

.c-card-hori .casino-card__features__item__license p {
    font-size: 1.0625rem;
    line-height: 0;
}

.btn,
a.btn {
    padding: 1.25rem 2.5rem;
    font-size: 1.0625rem;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: all, 0.2s;
    -moz-transition: all, 0.2s;
    -ms-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
}

.btn__primary,
a.btn__primary {
    background: #FF4848;
    color: #fbfbfb;
}

.btn__primary:hover,
a.btn__primary:hover {
    background: #ff1515;
    color: #fbfbfb;
}

.btn__secondary,
a.btn__secondary {
    background: transparent;
    border: 2px solid #fbfbfb;
    color: #fbfbfb;
}

.btn__secondary:hover,
a.btn__secondary:hover {
    background: #fbfbfb;
    color: #2c2c2c;
}

.btn__tertiary,
a.btn__tertiary {
    padding: 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    display: block;
    color: rgba(251, 251, 251, 0.7);
    background: rgba(251, 251, 251, 0.05);
    margin-top: 0.75rem;
}

.btn__tertiary:hover,
a.btn__tertiary:hover {
    background: rgba(251, 251, 251, 0.07);
    color: #fbfbfb;
}

.btn__tertiary.da:hover,
a.btn__tertiary.da:hover {
    background: rgba(251, 251, 251, 0.05);
    color: rgba(251, 251, 251, 0.7);
}

.btn__trust,
a.btn__trust {
    outline: none;
    border: none;
    padding: 1rem;
    font-weight: 700;
    font-size: 0.875rem;
    font-family: "Fira Sans", sans-serif;
    cursor: pointer;
    width: 100%;
    text-align: left;
    background: #272727;
    border: 1px solid rgba(251, 251, 251, 0.12);
    color: #FF4848;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.btn__trust:hover,
a.btn__trust:hover {
    background: #222222;
    color: #FF4848;
}

.btn__list-adjusted,
a.btn__list-adjusted {
    width: 100%;
    text-align: center;
    display: block;
}

.btn__external:after,
a.btn__external:after {
    font-family: "remixicon";
    content: " \ecae";
}

.btn__arrow:after,
a.btn__arrow:after {
    font-family: "remixicon" !important;
    content: "\ea6c";
}

.btn__xs,
a.btn__xs {
    padding: 1rem 2rem;
}

@media only screen and (max-width: 64em) {
    .btn__xs,
    a.btn__xs {
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
        display: inline-block;
        text-align: center;
    }
}

.btn__ab-center,
a.btn__ab-center {
    position: absolute;
    transform: translateX(-50%);
    top: -32px;
}

@media only screen and (max-width: 30em) {
    .btn__ab-center,
    a.btn__ab-center {
        font-size: 0.875rem;
        padding: 1rem 1.5rem;
    }
}

.site-mode {
    outline: none;
    border: none;
    height: 48px;
    width: 48px;
    color: #FF4848;
    font-size: 1.25rem;
    background: #161616;
    -webkit-border-radius: 4px 32px 32px 4px;
    -moz-border-radius: 4px 32px 32px 4px;
    -ms-border-radius: 4px 32px 32px 4px;
    border-radius: 4px 32px 32px 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 74.95em) {
    .site-mode {
        -webkit-border-radius: 4px 8px 8px 4px;
        -moz-border-radius: 4px 8px 8px 4px;
        -ms-border-radius: 4px 8px 8px 4px;
        border-radius: 4px 8px 8px 4px;
    }
}

.burger {
    display: none;
    outline: none;
    border: none;
    height: 40px;
    width: 40px;
    color: #FF4848;
    font-size: 1.25rem;
    background: #161616;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0.875rem;
    top: -5px;
    -webkit-transition: all, 0.2s;
    -moz-transition: all, 0.2s;
    -ms-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
}

.burger .burger-active {
    display: none;
}

.burger.active .burger-closed {
    display: none;
}

.burger.active .burger-active {
    display: flex;
}

@media only screen and (max-width: 74.95em) {
    .burger {
        display: flex;
    }
}

.burger:hover {
    background: #FF4848;
    color: #fbfbfb;
}

.burger:active {
    background: #e10000;
}

.round-btn {
    display: flex;
    outline: none;
    border: none;
    height: 40px;
    width: 40px;
    color: #FF4848;
    font-size: 1.25rem;
    background: #161616;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0.875rem;
    top: 4px;
    -webkit-transition: all, 0.2s;
    -moz-transition: all, 0.2s;
    -ms-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
}

.round-btn .toc-active {
    display: none;
}

.round-btn.active .toc-closed {
    display: none;
}

.round-btn.active .toc-active {
    display: block;
}

.round-btn.modal-close {
    top: 1.5rem;
    right: 2rem;
    z-index: 9999;
}

.round-btn:hover {
    background: #FF4848;
    color: #fbfbfb;
}

.round-btn:active {
    background: #e10000;
}

.to-top {
    display: inline-flex;
    opacity: 0;
    outline: none;
    border: none;
    height: 40px;
    width: 40px;
    color: #FF4848;
    font-size: 1.25rem;
    background: #161616;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    -webkit-transition: all, 0.2s;
    -moz-transition: all, 0.2s;
    -ms-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
}

.to-top:hover {
    background: #FF4848;
    color: #fbfbfb;
}

.to-top:active {
    background: #e10000;
}

@media only screen and (max-width: 64em) {
    .to-top {
        right: 1rem;
        bottom: 1rem;
    }
}

.btn-load {
    font-family: "Fira Sans", sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    padding: 0.875rem 0.75rem 0.875rem 1.875rem;
    outline: none;
    border: none;
    background: #242424;
}

.btn-load i {
    opacity: 0;
    display: inline-flex;
    -webkit-transition: opacity, 0.2s;
    -moz-transition: opacity, 0.2s;
    -ms-transition: opacity, 0.2s;
    -o-transition: opacity, 0.2s;
    transition: opacity, 0.2s;
}

.btn-load.load-active {
    padding: 0.875rem 1.875rem;
}

.btn-load.load-active i {
    opacity: 1;
    animation: spin 0.5s linear infinite;
}

.btn-load:hover {
    background: #0b0b0b;
    cursor: pointer;
}

.page-misc {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(251, 251, 251, 0.1);
    font-size: 0.875rem;
}

.page-misc__list {
    color: #fbfbfb;
}

.page-misc__list li {
    display: inline-block;
    margin-right: 0.875rem;
}

.page-misc__list li:last-child {
    margin-right: 0;
}

.page-misc__list li i {
    font-size: 1rem;
    margin-right: 0.25rem;
}

@media only screen and (max-width: 48em) {
    .page-misc__list li {
        display: block;
        width: 100%;
        margin-bottom: 0.25rem;
    }
    .page-misc__list li:last-child {
        margin-bottom: 0;
    }
}

.page-toc {
    padding: 2rem;
    margin-top: 2rem;
    background: #212121;
    display: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.page-toc ul {
    font-size: 1.0625rem;
    line-height: 1.618;
    margin-left: 1rem;
}

.page-toc ul li {
    list-style-type: disc;
    color: #fbfbfb;
}

.page-toc__toggled {
    display: block;
}

@media only screen and (max-width: 64em) {
    .page-toc {
        padding: 1.5rem;
    }
}

.page-trust {
    margin-top: 2rem;
}

.page-trust__modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.page-trust__modal.modal-show {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.page-trust__modal__content {
    padding: 2rem;
    background: #131313;
    overflow-y: auto;
    max-height: 90vh;
    height: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.page-trust__modal__content span.h3 {
    display: block;
    margin-bottom: 1rem;
    margin-right: 3rem;
}

.text-block-bg {
    padding: 2rem;
    background: #212121;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

@media only screen and (max-width: 64em) {
    .text-block-bg {
        padding: 1.5rem;
    }
}

.bg_pros,
.bg_cons {
    padding: 2rem;
    height: 100%;
    border: 1px solid rgba(251, 251, 251, 0.12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

@media only screen and (max-width: 64em) {
    .bg_pros,
    .bg_cons {
        padding: 1.5rem;
    }
}

.bg_pros ul,
.bg_pros ol,
.bg_cons ul,
.bg_cons ol {
    margin-bottom: 0;
    margin-left: 1.25rem;
}

.bg_pros {
    background: rgba(74, 192, 81, 0.2);
}

.bg_pros h2:before,
.bg_pros h3:before {
    font-family: "remixicon";
    content: "\eb81";
    color: #4AC051;
    margin-right: 0.5rem;
}

.bg_cons {
    background: rgba(255, 72, 72, 0.2);
}

.bg_cons h2:before,
.bg_cons h3:before {
    font-family: "remixicon";
    content: "\eb97";
    color: #FF4848;
    margin-right: 0.5rem;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

span.author-link a {
    font-size: 1.375rem;
    margin: 0.5rem 0;
    display: block;
}

@media only screen and (max-width: 64em) {
    span.author-link a {
        font-size: 1rem;
        margin: 0.25rem 0;
    }
}

span.author-title {
    color: rgba(251, 251, 251, 0.84);
    display: block;
    font-size: 0.875rem;
}

@media only screen and (max-width: 64em) {
    span.author-title {
        font-size: 0.75rem;
    }
}

span.author-type {
    color: rgba(251, 251, 251, 0.84);
    display: block;
    font-size: 0.875rem;
}

@media only screen and (max-width: 64em) {
    span.author-type {
        font-size: 0.75rem;
        line-height: 1.618;
    }
}

img.author-img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}

@media only screen and (max-width: 64em) {
    img.author-img {
        width: 100%;
    }
}

.faq-accordion__item {
    background: #212121;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    margin-bottom: 0.75rem;
    cursor: pointer;
}

.faq-accordion__question h3 {
    position: relative;
    font-size: 1.125rem;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-accordion__question h3:after {
    content: "\ea4e";
    font-family: "remixicon";
}

.faq-accordion__answer {
    display: none;
    margin-top: 1rem;
}

.faq-accordion__item-active h3:after {
    transform: rotate(180deg);
}

.border-top {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(251, 251, 251, 0.12);
}

.card {
    background: #212121;
    height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.card__inner {
    padding: 2rem;
}

.card img {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

@media only screen and (max-width: 64em) {
    .card {
        margin-bottom: 1rem;
    }
    .card__inner {
        padding: 1.5rem;
    }
}

.breadcrumbs {
    background: #212121;
    padding: 1rem 2rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.breadcrumbs a:first {
    color: gold;
}

@media only screen and (max-width: 64em) {
    .breadcrumbs {
        padding: 0.75rem 1.25rem;
    }
    .breadcrumbs span {
        font-size: 0.875rem;
    }
}

.news-item {
    padding: 2rem;
    background: #212121;
    border: 1px solid #212121;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all, 0.2s;
    -moz-transition: all, 0.2s;
    -ms-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
}

@media only screen and (max-width: 64em) {
    .news-item {
        padding: 1.5rem;
    }
}

.news-item__title {
    font-size: 1.5rem;
}

.news-item:hover {
    border: 1px solid #FF4848;
}

.next-wrap,
.prev-wrap {
    display: inline-flex;
    width: 48.75%;
    color: #fbfbfb;
    line-height: 1.3;
}

.next-wrap a:link,
.next-wrap a:visited,
.prev-wrap a:link,
.prev-wrap a:visited {
    background: #242424;
    padding: 1rem 2rem;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
}

.next-wrap a:link i,
.next-wrap a:visited i,
.prev-wrap a:link i,
.prev-wrap a:visited i {
    color: #fbfbfb;
}

.next-wrap a:link:hover,
.next-wrap a:visited:hover,
.prev-wrap a:link:hover,
.prev-wrap a:visited:hover {
    background: #1f1f1f;
}

.next-wrap {
    margin-left: 2.5%;
    justify-content: flex-end;
}

.table-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid rgba(251, 251, 251, 0.06);
    overflow: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.table-container__row,
.table-container__header {
    display: flex;
    flex-direction: row;
    width: 100%;
    border-bottom: 1px solid rgba(251, 251, 251, 0.06);
    background: #242424;
}

.table-container__row:nth-child(even),
.table-container__header:nth-child(even) {
    background: #282828;
}

.table-container__row:last-child,
.table-container__header:last-child {
    border-bottom: none;
}

.table-container__header {
    font-weight: 700;
    line-height: 1.618;
}

.table-container__header .table-container__column {
    color: #fbfbfb;
}

.table-container__column {
    padding: 1rem 1.5rem;
    color: rgba(251, 251, 251, 0.84);
    line-height: 1.618;
}

.table-container.two-col-table .table-container__column {
    width: 50%;
}

.table-container.three-col-table .table-container__column {
    width: 33.333333333%;
}

table {
    width: 100%;
    min-width: 768px;
    border-collapse: collapse;
    box-sizing: border-box;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

table thead {
    background: #212121;
    color: #fbfbfb;
    font-weight: 700;
    line-height: 1.618;
    border-bottom: 1px solid rgba(251, 251, 251, 0.06);
}

table tbody tr {
    border-bottom: 1px solid rgba(251, 251, 251, 0.06);
    background: #212121;
}

table tbody tr td {
    color: rgba(251, 251, 251, 0.84);
    line-height: 1.618;
}

table tbody tr:nth-child(odd) {
    background: #262626;
}

table tbody tr:last-child {
    border-bottom: none;
}

table th,
table td {
    padding: 1rem 1.5rem;
}

.step-by-step {
    position: relative;
}

.step-by-step:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0.825rem;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #212121;
    border: 1px solid #ff4848;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    z-index: 1;
}

.step-by-step:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0.825rem;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #212121;
    border: 1px solid #ff4848;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}

.step-by-step__list {
    position: relative;
    padding: 2.875rem 0;
    counter-reset: steps;
}

.step-by-step__list:before {
    content: "";
    position: absolute;
    top: 0;
    left: 1.3rem;
    width: 6px;
    height: 100%;
    background: #FF4848;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.step-by-step__list li {
    position: relative;
    font-size: 1.0625rem;
    line-height: 1.618;
    color: rgba(251, 251, 251, 0.84);
    padding-left: 4.5rem;
    padding-bottom: 2rem;
    counter-increment: steps;
}

.step-by-step__list li:before {
    content: counter(steps) "";
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    font-weight: 700;
    color: #fbfbfb;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #212121;
    border: 1px solid #ff4848;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}

.step-by-step__list li:last-child {
    padding-bottom: 0;
}

.related-item {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 92px 1fr;
    padding: 2rem;
    background: #212121;
    border: 1px solid #212121;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all, 0.2s;
    -moz-transition: all, 0.2s;
    -ms-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
}

@media only screen and (max-width: 64em) {
    .related-item {
        padding: 1.5rem;
    }
}

.related-item:hover {
    border: 1px solid #FF4848;
}

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

.related-item__image img {
    border-radius: 0;
}

.related-item__title {
    display: block;
    font-size: 1.25rem;
    color: #fbfbfb;
    margin-bottom: 0.5rem;
}

.related-item__body p {
    font-size: 1rem;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.related-item__link:after {
    font-family: "remixicon";
    content: " \ea6b";
}

.colored-bg {
    background: #242424;
    padding: 1.5rem;
}

.expert-img {
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 72px;
    height: 72px;
}

.expert-paragraph p {
    max-width: 76%;
}

.jumplinks {
    list-style: none;
    display: block;
}

.jumplinks li {
    display: flex;
    margin: 0.75rem 0;
}

.jumplinks li a {
    width: 100%;
    text-align: left;
    position: relative;
}

.jumplinks li a:after {
    content: "\ea6c";
    font-family: "remixicon";
    position: absolute;
    right: 2rem;
}

.vitrina {
    padding-bottom: 40px;
    display: none;
}

.vitrinaInner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 20px;
}

.vitrinaItem {
    background: #212121;
    border-radius: 16px;
    padding: 24px 24px;
    position: relative;
}

.vitrinaItemTop {
    display: flex;
    gap: 16px;
    align-items: flex-end;
}

.vitrinaItemTop img {
    width: 80px;
    height: 80px;
}

.vitrinaItemTop span {
    font-size: 24px;
    line-height: 28px;
    color: rgba(254, 251, 255, 1);
    max-width: 236px;
}

.vitrinaItem ul {
    margin-top: 40px;
    margin-bottom: 96px;
    list-style: none;
}

.vitrinaItem ul li {
    position: relative;
    font-size: 20px;
    line-height: 28px;
    color: rgba(254, 251, 255, 1);
    padding-left: 34px;
}

.vitrinaItem ul li:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(icons/list-icon.svg)no-repeat;
    background-size: cover;
}

.vitrinaButton {
    position: absolute;
    left: 24px;
    bottom: 24px;
    background: #FF4849;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    gap: 12px;
    transition: 0.3s;
    width: calc(100% - 48px);
    height: 56px;
}

.vitrinaButton:hover {
    background: #212121;
    border: 2px solid #FF4849;
}

.vitrinaButton a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

.vitrinaButton span {
    font-size: 16px;
    line-height: 18px;
    color: rgba(254, 251, 255, 1);
}

.btn-casino {
    background: inherit;
    display: inline-flex;
    gap: 8px;
}

.vitrinaButton img {
    width: 20px;
    height: 20px;
}

.vitrinaItem:last-child {
    background: url(card-btn.webp)no-repeat;
    background-position: 70% center;
    background-size: cover;
}

.vitrinaItemOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 6, 74, 0.6);
    border-radius: 16px;
    z-index: 1;
}

.vitrinaItemInner {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-direction: column;
    height: 100%;
}

.vitrinaItem:last-child .lastName {
    font-size: 28px;
    line-height: 30px;
    color: rgba(254, 251, 255, 1);
    display: block;
    max-width: 210px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.vitrinaItem:last-child .vitrinaButton {
    max-width: 280px;
    margin: 0 auto;
    position: relative;
    left: 0;
    bottom: 0;
    z-index: 2;
}

@media(max-width: 1279px) {
    .vitrinaItem ul {
        padding-left: 0px;
        padding-right: 0px;
    }
    .vitrinaInner {
        grid-template-columns: repeat(2, 1fr);
    }
    .vitrinaItem:last-child {
        grid-column-start: 1;
        grid-column-end: 3;
        padding: 97px 24px;
    }
}

@media(max-width: 768px) {
    .vitrina {
        display: block;
    }
}

@media(max-width: 599px) {
    .vitrinaInner {
        grid-template-columns: repeat(1, 1fr);
    }
    .vitrinaItem:last-child {
        grid-column-start: 1;
        grid-column-end: 2;
    }
    .vitrinaItemTop img {
        width: 90px;
        height: 90px;
    }
    .vitrinaItemTop span {
        font-size: 30px;
        line-height: 32px;
        max-width: 226px;
    }
    .vitrinaItem:last-child .vitrinaButton {
        max-width: 100%;
        width: 100%;
    }
}