/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1, h2, h3 {
    text-align: center;
    color: #ef922f;
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

picture img {
    border-radius: 14px;
    margin: 20px auto;
}


/*img {
    border-style: none
}*/

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%
}

*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: "Poppins", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

/*
img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}
*/

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0
}

.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
    max-width: none !important
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
    cursor: auto
}

[data-whatinput='mouse'] button {
    outline: 0
}

pre {
    overflow: auto
}

button, input, optgroup, select, textarea {
    font-family: inherit
}

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px #cacaca;
    box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s
}

textarea {
    max-width: 100%
}

textarea[rows] {
    height: auto
}

input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
    background-color: #E8E8E8;
    cursor: not-allowed
}

[type='submit'], [type='button'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type='search'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::-webkit-input-placeholder {
    color: #cacaca
}

::-moz-placeholder {
    color: #cacaca
}

:-ms-input-placeholder {
    color: #cacaca
}

::-ms-input-placeholder {
    color: #cacaca
}

::placeholder {
    color: #cacaca
}

[type='file'], [type='checkbox'], [type='radio'] {
    margin: 0 0 1rem
}

[type='checkbox'] + label, [type='radio'] + label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0
}

[type='checkbox'] + label[for], [type='radio'] + label[for] {
    cursor: pointer
}

label > [type='checkbox'], label > [type='radio'] {
    margin-right: .5rem
}

[type='file'] {
    width: 100%
}

label {
    display: block;
    margin: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #000
}

label.middle {
    margin: 0 0 1rem;
    padding: .5625rem 0
}

.help-text {
    margin-top: -.5rem;
    font-size: .8125rem;
    font-style: italic;
    color: #000
}

.input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.input-group > :first-child, .input-group > :first-child.input-group-button > * {
    border-radius: 0 0 0 0
}

.input-group > :last-child, .input-group > :last-child.input-group-button > * {
    border-radius: 0 0 0 0
}

.input-group-label, .input-group-field, .input-group-button, .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
    margin: 0;
    white-space: nowrap
}

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #E8E8E8;
    color: #000;
    text-align: center;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group-label:first-child {
    border-right: 0
}

.input-group-label:last-child {
    border-left: 0
}

.input-group-field {
    border-radius: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

legend {
    max-width: 100%;
    margin-bottom: .5rem
}

.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #cacaca
}

.fieldset legend {
    margin: 0;
    margin-left: -.1875rem;
    padding: 0 .1875rem
}

select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s
}

@media screen and (min-width: 0\0
) {
    select {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)
    }
}

select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px #cacaca;
    box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s
}

select:disabled {
    background-color: #E8E8E8;
    cursor: not-allowed
}

select::-ms-expand {
    display: none
}

select[multiple] {
    height: auto;
    background-image: none
}

select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0
}

.is-invalid-input:not(:focus) {
    border-color: #B02B2C;
    background-color: #f7eaea
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #B02B2C
}

.is-invalid-input:not(:focus)::-moz-placeholder {
    color: #B02B2C
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #B02B2C
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #B02B2C
}

.is-invalid-input:not(:focus)::placeholder {
    color: #B02B2C
}

.is-invalid-label {
    color: #B02B2C
}

.form-error {
    display: none;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: 700;
    color: #B02B2C
}

.form-error.is-visible {
    display: block
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

p, ol, ul {
    font-size: var(--normal-font-size);
    margin-bottom: 16px;
    line-height: 28px;
    text-align: start;
}

/*p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility
}*/

em, i {
    font-style: italic;
    line-height: inherit
}

strong, b {
    font-weight: 700;
    line-height: inherit
}

small {
    font-size: 80%;
    line-height: inherit
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Poppins", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: inherit;
    text-rendering: optimizeLegibility
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
    line-height: 0;
    color: #cacaca
}

h1, .h1 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h2, .h2 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h3, .h3 {
    font-size: 1.1875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h4, .h4 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h5, .h5 {
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h6, .h6 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

@media print, screen and (min-width: 40em) {
    h1, .h1 {
        font-size: 3rem
    }

    h2, .h2 {
        font-size: 2.5rem
    }

    h3, .h3 {
        font-size: 1.9375rem
    }

    h4, .h4 {
        font-size: 1.5625rem
    }

    h5, .h5 {
        font-size: 1.25rem
    }

    h6, .h6 {
        font-size: 1rem
    }
}

a {
    line-height: inherit;
    color: #353D50;
    text-decoration: none;
    cursor: pointer
}

a:hover, a:focus {
    color: #2e3445
}

a {
    border: 0
}

hr {
    clear: both;
    max-width: 81.25rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0
}

ul, ol, dl {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6
}

li {
    font-size: inherit
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc
}

ol {
    margin-left: 1.25rem
}

ul ul, ol ul, ul ol, ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl {
    margin-bottom: 1rem
}

dl dt {
    margin-bottom: .3rem;
    font-weight: 700
}

blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca
}

blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a
}

abbr, abbr[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
    text-decoration: none
}

figure {
    margin: 0
}

kbd {
    margin: 0;
    padding: .125rem .25rem 0;
    background-color: #E8E8E8;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #000
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #8a8a8a
}

.lead {
    font-size: 125%;
    line-height: 1.6
}

.stat {
    font-size: 2.5rem;
    line-height: 1
}

p + .stat {
    margin-top: -1rem
}

ul.no-bullet, ol.no-bullet {
    margin-left: 0;
    list-style: none
}

.cite-block, cite {
    display: block;
    color: #8a8a8a;
    font-size: .8125rem
}

.cite-block:before, cite:before {
    content: "— "
}

.code-inline, code {
    border: 1px solid #cacaca;
    background-color: #E8E8E8;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: 400;
    color: #000;
    display: inline;
    max-width: 100%;
    word-wrap: break-word;
    padding: .125rem .3125rem .0625rem
}

.code-block {
    border: 1px solid #cacaca;
    background-color: #E8E8E8;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: 400;
    color: #000;
    display: block;
    overflow: auto;
    white-space: pre;
    padding: 1rem;
    margin-bottom: 1.5rem
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media print, screen and (min-width: 40em) {
    .medium-text-left {
        text-align: left
    }

    .medium-text-right {
        text-align: right
    }

    .medium-text-center {
        text-align: center
    }

    .medium-text-justify {
        text-align: justify
    }
}

@media print, screen and (min-width: 64em) {
    .large-text-left {
        text-align: left
    }

    .large-text-right {
        text-align: right
    }

    .large-text-center {
        text-align: center
    }

    .large-text-justify {
        text-align: justify
    }
}

.show-for-print {
    display: none !important
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        -webkit-print-color-adjust: economy;
        color-adjust: economy;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    .show-for-print {
        display: block !important
    }

    .hide-for-print {
        display: none !important
    }

    table.show-for-print {
        display: table !important
    }

    thead.show-for-print {
        display: table-header-group !important
    }

    tbody.show-for-print {
        display: table-row-group !important
    }

    tr.show-for-print {
        display: table-row !important
    }

    td.show-for-print {
        display: table-cell !important
    }

    th.show-for-print {
        display: table-cell !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    .ir a:after, a[href^='javascript:']:after, a[href^='#']:after {
        content: ''
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre, blockquote {
        border: 1px solid #8a8a8a;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .print-break-inside {
        page-break-inside: auto
    }
}

.grid-container {
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 81.25rem;
    margin-left: auto;
    margin-right: auto
}

@media print, screen and (min-width: 40em) {
    .grid-container {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.grid-container.fluid {
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media print, screen and (min-width: 40em) {
    .grid-container.fluid {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.grid-x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%
}

.cell.auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%
}

.cell.shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-x > .auto {
    width: auto
}

.grid-x > .shrink {
    width: auto
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

@media print, screen and (min-width: 40em) {
    .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print, screen and (min-width: 64em) {
    .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-x > .small-1 {
    width: 8.33333%
}

.grid-x > .small-2 {
    width: 16.66667%
}

.grid-x > .small-3 {
    width: 25%
}

.grid-x > .small-4 {
    width: 33.33333%
}

.grid-x > .small-5 {
    width: 41.66667%
}

.grid-x > .small-6 {
    width: 50%
}

.grid-x > .small-7 {
    width: 58.33333%
}

.grid-x > .small-8 {
    width: 66.66667%
}

.grid-x > .small-9 {
    width: 75%
}

.grid-x > .small-10 {
    width: 83.33333%
}

.grid-x > .small-11 {
    width: 91.66667%
}

.grid-x > .small-12 {
    width: 100%
}

@media print, screen and (min-width: 40em) {
    .grid-x > .medium-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        width: auto
    }

    .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x > .medium-shrink {
        width: auto
    }

    .grid-x > .medium-1 {
        width: 8.33333%
    }

    .grid-x > .medium-2 {
        width: 16.66667%
    }

    .grid-x > .medium-3 {
        width: 25%
    }

    .grid-x > .medium-4 {
        width: 33.33333%
    }

    .grid-x > .medium-5 {
        width: 41.66667%
    }

    .grid-x > .medium-6 {
        width: 50%
    }

    .grid-x > .medium-7 {
        width: 58.33333%
    }

    .grid-x > .medium-8 {
        width: 66.66667%
    }

    .grid-x > .medium-9 {
        width: 75%
    }

    .grid-x > .medium-10 {
        width: 83.33333%
    }

    .grid-x > .medium-11 {
        width: 91.66667%
    }

    .grid-x > .medium-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 64em) {
    .grid-x > .large-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        width: auto
    }

    .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x > .large-shrink {
        width: auto
    }

    .grid-x > .large-1 {
        width: 8.33333%
    }

    .grid-x > .large-2 {
        width: 16.66667%
    }

    .grid-x > .large-3 {
        width: 25%
    }

    .grid-x > .large-4 {
        width: 33.33333%
    }

    .grid-x > .large-5 {
        width: 41.66667%
    }

    .grid-x > .large-6 {
        width: 50%
    }

    .grid-x > .large-7 {
        width: 58.33333%
    }

    .grid-x > .large-8 {
        width: 66.66667%
    }

    .grid-x > .large-9 {
        width: 75%
    }

    .grid-x > .large-10 {
        width: 83.33333%
    }

    .grid-x > .large-11 {
        width: 91.66667%
    }

    .grid-x > .large-12 {
        width: 100%
    }
}

.grid-margin-x:not(.grid-x) > .cell {
    width: auto
}

.grid-margin-y:not(.grid-y) > .cell {
    height: auto
}

.grid-margin-x {
    margin-left: -.625rem;
    margin-right: -.625rem
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }
}

.grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: .625rem;
    margin-right: .625rem
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
        width: calc(100% - 1.875rem);
        margin-left: .9375rem;
        margin-right: .9375rem
    }
}

.grid-margin-x > .auto {
    width: auto
}

.grid-margin-x > .shrink {
    width: auto
}

.grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.25rem)
}

.grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.25rem)
}

.grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem)
}

.grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.25rem)
}

.grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.25rem)
}

.grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem)
}

.grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.25rem)
}

.grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.25rem)
}

.grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem)
}

.grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.25rem)
}

.grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.25rem)
}

.grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem)
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x > .auto {
        width: auto
    }

    .grid-margin-x > .shrink {
        width: auto
    }

    .grid-margin-x > .small-1 {
        width: calc(8.33333% - 1.875rem)
    }

    .grid-margin-x > .small-2 {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x > .small-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x > .small-4 {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x > .small-5 {
        width: calc(41.66667% - 1.875rem)
    }

    .grid-margin-x > .small-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x > .small-7 {
        width: calc(58.33333% - 1.875rem)
    }

    .grid-margin-x > .small-8 {
        width: calc(66.66667% - 1.875rem)
    }

    .grid-margin-x > .small-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x > .small-10 {
        width: calc(83.33333% - 1.875rem)
    }

    .grid-margin-x > .small-11 {
        width: calc(91.66667% - 1.875rem)
    }

    .grid-margin-x > .small-12 {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x > .medium-auto {
        width: auto
    }

    .grid-margin-x > .medium-shrink {
        width: auto
    }

    .grid-margin-x > .medium-1 {
        width: calc(8.33333% - 1.875rem)
    }

    .grid-margin-x > .medium-2 {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x > .medium-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x > .medium-4 {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x > .medium-5 {
        width: calc(41.66667% - 1.875rem)
    }

    .grid-margin-x > .medium-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x > .medium-7 {
        width: calc(58.33333% - 1.875rem)
    }

    .grid-margin-x > .medium-8 {
        width: calc(66.66667% - 1.875rem)
    }

    .grid-margin-x > .medium-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x > .medium-10 {
        width: calc(83.33333% - 1.875rem)
    }

    .grid-margin-x > .medium-11 {
        width: calc(91.66667% - 1.875rem)
    }

    .grid-margin-x > .medium-12 {
        width: calc(100% - 1.875rem)
    }
}

@media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
        width: auto
    }

    .grid-margin-x > .large-shrink {
        width: auto
    }

    .grid-margin-x > .large-1 {
        width: calc(8.33333% - 1.875rem)
    }

    .grid-margin-x > .large-2 {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x > .large-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x > .large-4 {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x > .large-5 {
        width: calc(41.66667% - 1.875rem)
    }

    .grid-margin-x > .large-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x > .large-7 {
        width: calc(58.33333% - 1.875rem)
    }

    .grid-margin-x > .large-8 {
        width: calc(66.66667% - 1.875rem)
    }

    .grid-margin-x > .large-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x > .large-10 {
        width: calc(83.33333% - 1.875rem)
    }

    .grid-margin-x > .large-11 {
        width: calc(91.66667% - 1.875rem)
    }

    .grid-margin-x > .large-12 {
        width: calc(100% - 1.875rem)
    }
}

.grid-padding-x .grid-padding-x {
    margin-right: -.625rem;
    margin-left: -.625rem
}

@media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

.grid-container:not(.full) > .grid-padding-x {
    margin-right: -.625rem;
    margin-left: -.625rem
}

@media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

.grid-padding-x > .cell {
    padding-right: .625rem;
    padding-left: .625rem
}

@media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.small-up-1 > .cell {
    width: 100%
}

.small-up-2 > .cell {
    width: 50%
}

.small-up-3 > .cell {
    width: 33.33333%
}

.small-up-4 > .cell {
    width: 25%
}

.small-up-5 > .cell {
    width: 20%
}

.small-up-6 > .cell {
    width: 16.66667%
}

.small-up-7 > .cell {
    width: 14.28571%
}

.small-up-8 > .cell {
    width: 12.5%
}

@media print, screen and (min-width: 40em) {
    .medium-up-1 > .cell {
        width: 100%
    }

    .medium-up-2 > .cell {
        width: 50%
    }

    .medium-up-3 > .cell {
        width: 33.33333%
    }

    .medium-up-4 > .cell {
        width: 25%
    }

    .medium-up-5 > .cell {
        width: 20%
    }

    .medium-up-6 > .cell {
        width: 16.66667%
    }

    .medium-up-7 > .cell {
        width: 14.28571%
    }

    .medium-up-8 > .cell {
        width: 12.5%
    }
}

@media print, screen and (min-width: 64em) {
    .large-up-1 > .cell {
        width: 100%
    }

    .large-up-2 > .cell {
        width: 50%
    }

    .large-up-3 > .cell {
        width: 33.33333%
    }

    .large-up-4 > .cell {
        width: 25%
    }

    .large-up-5 > .cell {
        width: 20%
    }

    .large-up-6 > .cell {
        width: 16.66667%
    }

    .large-up-7 > .cell {
        width: 14.28571%
    }

    .large-up-8 > .cell {
        width: 12.5%
    }
}

.grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem)
}

.grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem)
}

.grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.25rem)
}

.grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem)
}

.grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem)
}

.grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.25rem)
}

.grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.25rem)
}

.grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem)
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x.small-up-1 > .cell {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x.small-up-2 > .cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.small-up-3 > .cell {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x.small-up-4 > .cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.small-up-5 > .cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.small-up-6 > .cell {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x.small-up-7 > .cell {
        width: calc(14.28571% - 1.875rem)
    }

    .grid-margin-x.small-up-8 > .cell {
        width: calc(12.5% - 1.875rem)
    }

    .grid-margin-x.medium-up-1 > .cell {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x.medium-up-2 > .cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.medium-up-3 > .cell {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x.medium-up-4 > .cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.medium-up-5 > .cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.medium-up-6 > .cell {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x.medium-up-7 > .cell {
        width: calc(14.28571% - 1.875rem)
    }

    .grid-margin-x.medium-up-8 > .cell {
        width: calc(12.5% - 1.875rem)
    }
}

@media print, screen and (min-width: 64em) {
    .grid-margin-x.large-up-1 > .cell {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x.large-up-2 > .cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.large-up-3 > .cell {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x.large-up-4 > .cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.large-up-5 > .cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.large-up-6 > .cell {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x.large-up-7 > .cell {
        width: calc(14.28571% - 1.875rem)
    }

    .grid-margin-x.large-up-8 > .cell {
        width: calc(12.5% - 1.875rem)
    }
}

.small-margin-collapse {
    margin-right: 0;
    margin-left: 0
}

.small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0
}

.small-margin-collapse > .small-1 {
    width: 8.33333%
}

.small-margin-collapse > .small-2 {
    width: 16.66667%
}

.small-margin-collapse > .small-3 {
    width: 25%
}

.small-margin-collapse > .small-4 {
    width: 33.33333%
}

.small-margin-collapse > .small-5 {
    width: 41.66667%
}

.small-margin-collapse > .small-6 {
    width: 50%
}

.small-margin-collapse > .small-7 {
    width: 58.33333%
}

.small-margin-collapse > .small-8 {
    width: 66.66667%
}

.small-margin-collapse > .small-9 {
    width: 75%
}

.small-margin-collapse > .small-10 {
    width: 83.33333%
}

.small-margin-collapse > .small-11 {
    width: 91.66667%
}

.small-margin-collapse > .small-12 {
    width: 100%
}

@media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
        width: 8.33333%
    }

    .small-margin-collapse > .medium-2 {
        width: 16.66667%
    }

    .small-margin-collapse > .medium-3 {
        width: 25%
    }

    .small-margin-collapse > .medium-4 {
        width: 33.33333%
    }

    .small-margin-collapse > .medium-5 {
        width: 41.66667%
    }

    .small-margin-collapse > .medium-6 {
        width: 50%
    }

    .small-margin-collapse > .medium-7 {
        width: 58.33333%
    }

    .small-margin-collapse > .medium-8 {
        width: 66.66667%
    }

    .small-margin-collapse > .medium-9 {
        width: 75%
    }

    .small-margin-collapse > .medium-10 {
        width: 83.33333%
    }

    .small-margin-collapse > .medium-11 {
        width: 91.66667%
    }

    .small-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
        width: 8.33333%
    }

    .small-margin-collapse > .large-2 {
        width: 16.66667%
    }

    .small-margin-collapse > .large-3 {
        width: 25%
    }

    .small-margin-collapse > .large-4 {
        width: 33.33333%
    }

    .small-margin-collapse > .large-5 {
        width: 41.66667%
    }

    .small-margin-collapse > .large-6 {
        width: 50%
    }

    .small-margin-collapse > .large-7 {
        width: 58.33333%
    }

    .small-margin-collapse > .large-8 {
        width: 66.66667%
    }

    .small-margin-collapse > .large-9 {
        width: 75%
    }

    .small-margin-collapse > .large-10 {
        width: 83.33333%
    }

    .small-margin-collapse > .large-11 {
        width: 91.66667%
    }

    .small-margin-collapse > .large-12 {
        width: 100%
    }
}

.small-padding-collapse {
    margin-right: 0;
    margin-left: 0
}

.small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0
}

@media print, screen and (min-width: 40em) {
    .medium-margin-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .medium-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media print, screen and (min-width: 40em) {
    .medium-margin-collapse > .small-1 {
        width: 8.33333%
    }

    .medium-margin-collapse > .small-2 {
        width: 16.66667%
    }

    .medium-margin-collapse > .small-3 {
        width: 25%
    }

    .medium-margin-collapse > .small-4 {
        width: 33.33333%
    }

    .medium-margin-collapse > .small-5 {
        width: 41.66667%
    }

    .medium-margin-collapse > .small-6 {
        width: 50%
    }

    .medium-margin-collapse > .small-7 {
        width: 58.33333%
    }

    .medium-margin-collapse > .small-8 {
        width: 66.66667%
    }

    .medium-margin-collapse > .small-9 {
        width: 75%
    }

    .medium-margin-collapse > .small-10 {
        width: 83.33333%
    }

    .medium-margin-collapse > .small-11 {
        width: 91.66667%
    }

    .medium-margin-collapse > .small-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 40em) {
    .medium-margin-collapse > .medium-1 {
        width: 8.33333%
    }

    .medium-margin-collapse > .medium-2 {
        width: 16.66667%
    }

    .medium-margin-collapse > .medium-3 {
        width: 25%
    }

    .medium-margin-collapse > .medium-4 {
        width: 33.33333%
    }

    .medium-margin-collapse > .medium-5 {
        width: 41.66667%
    }

    .medium-margin-collapse > .medium-6 {
        width: 50%
    }

    .medium-margin-collapse > .medium-7 {
        width: 58.33333%
    }

    .medium-margin-collapse > .medium-8 {
        width: 66.66667%
    }

    .medium-margin-collapse > .medium-9 {
        width: 75%
    }

    .medium-margin-collapse > .medium-10 {
        width: 83.33333%
    }

    .medium-margin-collapse > .medium-11 {
        width: 91.66667%
    }

    .medium-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 64em) {
    .medium-margin-collapse > .large-1 {
        width: 8.33333%
    }

    .medium-margin-collapse > .large-2 {
        width: 16.66667%
    }

    .medium-margin-collapse > .large-3 {
        width: 25%
    }

    .medium-margin-collapse > .large-4 {
        width: 33.33333%
    }

    .medium-margin-collapse > .large-5 {
        width: 41.66667%
    }

    .medium-margin-collapse > .large-6 {
        width: 50%
    }

    .medium-margin-collapse > .large-7 {
        width: 58.33333%
    }

    .medium-margin-collapse > .large-8 {
        width: 66.66667%
    }

    .medium-margin-collapse > .large-9 {
        width: 75%
    }

    .medium-margin-collapse > .large-10 {
        width: 83.33333%
    }

    .medium-margin-collapse > .large-11 {
        width: 91.66667%
    }

    .medium-margin-collapse > .large-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 40em) {
    .medium-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .medium-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0
    }
}

@media print, screen and (min-width: 64em) {
    .large-margin-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .large-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media print, screen and (min-width: 64em) {
    .large-margin-collapse > .small-1 {
        width: 8.33333%
    }

    .large-margin-collapse > .small-2 {
        width: 16.66667%
    }

    .large-margin-collapse > .small-3 {
        width: 25%
    }

    .large-margin-collapse > .small-4 {
        width: 33.33333%
    }

    .large-margin-collapse > .small-5 {
        width: 41.66667%
    }

    .large-margin-collapse > .small-6 {
        width: 50%
    }

    .large-margin-collapse > .small-7 {
        width: 58.33333%
    }

    .large-margin-collapse > .small-8 {
        width: 66.66667%
    }

    .large-margin-collapse > .small-9 {
        width: 75%
    }

    .large-margin-collapse > .small-10 {
        width: 83.33333%
    }

    .large-margin-collapse > .small-11 {
        width: 91.66667%
    }

    .large-margin-collapse > .small-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 64em) {
    .large-margin-collapse > .medium-1 {
        width: 8.33333%
    }

    .large-margin-collapse > .medium-2 {
        width: 16.66667%
    }

    .large-margin-collapse > .medium-3 {
        width: 25%
    }

    .large-margin-collapse > .medium-4 {
        width: 33.33333%
    }

    .large-margin-collapse > .medium-5 {
        width: 41.66667%
    }

    .large-margin-collapse > .medium-6 {
        width: 50%
    }

    .large-margin-collapse > .medium-7 {
        width: 58.33333%
    }

    .large-margin-collapse > .medium-8 {
        width: 66.66667%
    }

    .large-margin-collapse > .medium-9 {
        width: 75%
    }

    .large-margin-collapse > .medium-10 {
        width: 83.33333%
    }

    .large-margin-collapse > .medium-11 {
        width: 91.66667%
    }

    .large-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 64em) {
    .large-margin-collapse > .large-1 {
        width: 8.33333%
    }

    .large-margin-collapse > .large-2 {
        width: 16.66667%
    }

    .large-margin-collapse > .large-3 {
        width: 25%
    }

    .large-margin-collapse > .large-4 {
        width: 33.33333%
    }

    .large-margin-collapse > .large-5 {
        width: 41.66667%
    }

    .large-margin-collapse > .large-6 {
        width: 50%
    }

    .large-margin-collapse > .large-7 {
        width: 58.33333%
    }

    .large-margin-collapse > .large-8 {
        width: 66.66667%
    }

    .large-margin-collapse > .large-9 {
        width: 75%
    }

    .large-margin-collapse > .large-10 {
        width: 83.33333%
    }

    .large-margin-collapse > .large-11 {
        width: 91.66667%
    }

    .large-margin-collapse > .large-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 64em) {
    .large-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .large-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0
    }
}

.small-offset-0 {
    margin-left: 0%
}

.grid-margin-x > .small-offset-0 {
    margin-left: calc(0% + .625rem)
}

.small-offset-1 {
    margin-left: 8.33333%
}

.grid-margin-x > .small-offset-1 {
    margin-left: calc(8.33333% + .625rem)
}

.small-offset-2 {
    margin-left: 16.66667%
}

.grid-margin-x > .small-offset-2 {
    margin-left: calc(16.66667% + .625rem)
}

.small-offset-3 {
    margin-left: 25%
}

.grid-margin-x > .small-offset-3 {
    margin-left: calc(25% + .625rem)
}

.small-offset-4 {
    margin-left: 33.33333%
}

.grid-margin-x > .small-offset-4 {
    margin-left: calc(33.33333% + .625rem)
}

.small-offset-5 {
    margin-left: 41.66667%
}

.grid-margin-x > .small-offset-5 {
    margin-left: calc(41.66667% + .625rem)
}

.small-offset-6 {
    margin-left: 50%
}

.grid-margin-x > .small-offset-6 {
    margin-left: calc(50% + .625rem)
}

.small-offset-7 {
    margin-left: 58.33333%
}

.grid-margin-x > .small-offset-7 {
    margin-left: calc(58.33333% + .625rem)
}

.small-offset-8 {
    margin-left: 66.66667%
}

.grid-margin-x > .small-offset-8 {
    margin-left: calc(66.66667% + .625rem)
}

.small-offset-9 {
    margin-left: 75%
}

.grid-margin-x > .small-offset-9 {
    margin-left: calc(75% + .625rem)
}

.small-offset-10 {
    margin-left: 83.33333%
}

.grid-margin-x > .small-offset-10 {
    margin-left: calc(83.33333% + .625rem)
}

.small-offset-11 {
    margin-left: 91.66667%
}

.grid-margin-x > .small-offset-11 {
    margin-left: calc(91.66667% + .625rem)
}

@media print, screen and (min-width: 40em) {
    .medium-offset-0 {
        margin-left: 0%
    }

    .grid-margin-x > .medium-offset-0 {
        margin-left: calc(0% + .9375rem)
    }

    .medium-offset-1 {
        margin-left: 8.33333%
    }

    .grid-margin-x > .medium-offset-1 {
        margin-left: calc(8.33333% + .9375rem)
    }

    .medium-offset-2 {
        margin-left: 16.66667%
    }

    .grid-margin-x > .medium-offset-2 {
        margin-left: calc(16.66667% + .9375rem)
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x > .medium-offset-3 {
        margin-left: calc(25% + .9375rem)
    }

    .medium-offset-4 {
        margin-left: 33.33333%
    }

    .grid-margin-x > .medium-offset-4 {
        margin-left: calc(33.33333% + .9375rem)
    }

    .medium-offset-5 {
        margin-left: 41.66667%
    }

    .grid-margin-x > .medium-offset-5 {
        margin-left: calc(41.66667% + .9375rem)
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x > .medium-offset-6 {
        margin-left: calc(50% + .9375rem)
    }

    .medium-offset-7 {
        margin-left: 58.33333%
    }

    .grid-margin-x > .medium-offset-7 {
        margin-left: calc(58.33333% + .9375rem)
    }

    .medium-offset-8 {
        margin-left: 66.66667%
    }

    .grid-margin-x > .medium-offset-8 {
        margin-left: calc(66.66667% + .9375rem)
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x > .medium-offset-9 {
        margin-left: calc(75% + .9375rem)
    }

    .medium-offset-10 {
        margin-left: 83.33333%
    }

    .grid-margin-x > .medium-offset-10 {
        margin-left: calc(83.33333% + .9375rem)
    }

    .medium-offset-11 {
        margin-left: 91.66667%
    }

    .grid-margin-x > .medium-offset-11 {
        margin-left: calc(91.66667% + .9375rem)
    }
}

@media print, screen and (min-width: 64em) {
    .large-offset-0 {
        margin-left: 0%
    }

    .grid-margin-x > .large-offset-0 {
        margin-left: calc(0% + .9375rem)
    }

    .large-offset-1 {
        margin-left: 8.33333%
    }

    .grid-margin-x > .large-offset-1 {
        margin-left: calc(8.33333% + .9375rem)
    }

    .large-offset-2 {
        margin-left: 16.66667%
    }

    .grid-margin-x > .large-offset-2 {
        margin-left: calc(16.66667% + .9375rem)
    }

    .large-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x > .large-offset-3 {
        margin-left: calc(25% + .9375rem)
    }

    .large-offset-4 {
        margin-left: 33.33333%
    }

    .grid-margin-x > .large-offset-4 {
        margin-left: calc(33.33333% + .9375rem)
    }

    .large-offset-5 {
        margin-left: 41.66667%
    }

    .grid-margin-x > .large-offset-5 {
        margin-left: calc(41.66667% + .9375rem)
    }

    .large-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x > .large-offset-6 {
        margin-left: calc(50% + .9375rem)
    }

    .large-offset-7 {
        margin-left: 58.33333%
    }

    .grid-margin-x > .large-offset-7 {
        margin-left: calc(58.33333% + .9375rem)
    }

    .large-offset-8 {
        margin-left: 66.66667%
    }

    .grid-margin-x > .large-offset-8 {
        margin-left: calc(66.66667% + .9375rem)
    }

    .large-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x > .large-offset-9 {
        margin-left: calc(75% + .9375rem)
    }

    .large-offset-10 {
        margin-left: 83.33333%
    }

    .grid-margin-x > .large-offset-10 {
        margin-left: calc(83.33333% + .9375rem)
    }

    .large-offset-11 {
        margin-left: 91.66667%
    }

    .grid-margin-x > .large-offset-11 {
        margin-left: calc(91.66667% + .9375rem)
    }
}

.grid-y {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.grid-y > .cell {
    height: auto;
    max-height: none
}

.grid-y > .auto {
    height: auto
}

.grid-y > .shrink {
    height: auto
}

.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

@media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-y > .small-1 {
    height: 8.33333%
}

.grid-y > .small-2 {
    height: 16.66667%
}

.grid-y > .small-3 {
    height: 25%
}

.grid-y > .small-4 {
    height: 33.33333%
}

.grid-y > .small-5 {
    height: 41.66667%
}

.grid-y > .small-6 {
    height: 50%
}

.grid-y > .small-7 {
    height: 58.33333%
}

.grid-y > .small-8 {
    height: 66.66667%
}

.grid-y > .small-9 {
    height: 75%
}

.grid-y > .small-10 {
    height: 83.33333%
}

.grid-y > .small-11 {
    height: 91.66667%
}

.grid-y > .small-12 {
    height: 100%
}

@media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        height: auto
    }

    .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y > .medium-shrink {
        height: auto
    }

    .grid-y > .medium-1 {
        height: 8.33333%
    }

    .grid-y > .medium-2 {
        height: 16.66667%
    }

    .grid-y > .medium-3 {
        height: 25%
    }

    .grid-y > .medium-4 {
        height: 33.33333%
    }

    .grid-y > .medium-5 {
        height: 41.66667%
    }

    .grid-y > .medium-6 {
        height: 50%
    }

    .grid-y > .medium-7 {
        height: 58.33333%
    }

    .grid-y > .medium-8 {
        height: 66.66667%
    }

    .grid-y > .medium-9 {
        height: 75%
    }

    .grid-y > .medium-10 {
        height: 83.33333%
    }

    .grid-y > .medium-11 {
        height: 91.66667%
    }

    .grid-y > .medium-12 {
        height: 100%
    }
}

@media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        height: auto
    }

    .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y > .large-shrink {
        height: auto
    }

    .grid-y > .large-1 {
        height: 8.33333%
    }

    .grid-y > .large-2 {
        height: 16.66667%
    }

    .grid-y > .large-3 {
        height: 25%
    }

    .grid-y > .large-4 {
        height: 33.33333%
    }

    .grid-y > .large-5 {
        height: 41.66667%
    }

    .grid-y > .large-6 {
        height: 50%
    }

    .grid-y > .large-7 {
        height: 58.33333%
    }

    .grid-y > .large-8 {
        height: 66.66667%
    }

    .grid-y > .large-9 {
        height: 75%
    }

    .grid-y > .large-10 {
        height: 83.33333%
    }

    .grid-y > .large-11 {
        height: 91.66667%
    }

    .grid-y > .large-12 {
        height: 100%
    }
}

.grid-padding-y .grid-padding-y {
    margin-top: -.625rem;
    margin-bottom: -.625rem
}

@media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -.9375rem;
        margin-bottom: -.9375rem
    }
}

.grid-padding-y > .cell {
    padding-top: .625rem;
    padding-bottom: .625rem
}

@media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
        padding-top: .9375rem;
        padding-bottom: .9375rem
    }
}

.grid-margin-y {
    margin-top: -.625rem;
    margin-bottom: -.625rem
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y {
        margin-top: -.9375rem;
        margin-bottom: -.9375rem
    }
}

.grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: .625rem;
    margin-bottom: .625rem
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.875rem);
        margin-top: .9375rem;
        margin-bottom: .9375rem
    }
}

.grid-margin-y > .auto {
    height: auto
}

.grid-margin-y > .shrink {
    height: auto
}

.grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem)
}

.grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem)
}

.grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem)
}

.grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem)
}

.grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem)
}

.grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem)
}

.grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem)
}

.grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem)
}

.grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem)
}

.grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem)
}

.grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem)
}

.grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem)
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
        height: auto
    }

    .grid-margin-y > .shrink {
        height: auto
    }

    .grid-margin-y > .small-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y > .small-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y > .small-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y > .small-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y > .small-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y > .small-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y > .small-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y > .small-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y > .small-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y > .small-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y > .small-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y > .small-12 {
        height: calc(100% - 1.875rem)
    }

    .grid-margin-y > .medium-auto {
        height: auto
    }

    .grid-margin-y > .medium-shrink {
        height: auto
    }

    .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.875rem)
    }
}

@media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
        height: auto
    }

    .grid-margin-y > .large-shrink {
        height: auto
    }

    .grid-margin-y > .large-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y > .large-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y > .large-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y > .large-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y > .large-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y > .large-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y > .large-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y > .large-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y > .large-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y > .large-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y > .large-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y > .large-12 {
        height: calc(100% - 1.875rem)
    }
}

.grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw
}

.cell .grid-frame {
    width: 100%
}

.cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
}

.cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media print, screen and (min-width: 40em) {
    .medium-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .medium-grid-frame {
        width: 100%
    }

    .medium-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .medium-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .medium-cell-block-container > .grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .medium-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media print, screen and (min-width: 64em) {
    .large-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .large-grid-frame {
        width: 100%
    }

    .large-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .large-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .large-cell-block-container > .grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .large-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

.grid-y.grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh
}

@media print, screen and (min-width: 40em) {
    .grid-y.medium-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

@media print, screen and (min-width: 64em) {
    .grid-y.large-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

.cell .grid-y.grid-frame {
    height: 100%
}

@media print, screen and (min-width: 40em) {
    .cell .grid-y.medium-grid-frame {
        height: 100%
    }
}

@media print, screen and (min-width: 64em) {
    .cell .grid-y.large-grid-frame {
        height: 100%
    }
}

.grid-margin-y {
    margin-top: -.625rem;
    margin-bottom: -.625rem
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y {
        margin-top: -.9375rem;
        margin-bottom: -.9375rem
    }
}

.grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: .625rem;
    margin-bottom: .625rem
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.875rem);
        margin-top: .9375rem;
        margin-bottom: .9375rem
    }
}

.grid-margin-y > .auto {
    height: auto
}

.grid-margin-y > .shrink {
    height: auto
}

.grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem)
}

.grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem)
}

.grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem)
}

.grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem)
}

.grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem)
}

.grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem)
}

.grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem)
}

.grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem)
}

.grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem)
}

.grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem)
}

.grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem)
}

.grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem)
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
        height: auto
    }

    .grid-margin-y > .shrink {
        height: auto
    }

    .grid-margin-y > .small-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y > .small-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y > .small-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y > .small-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y > .small-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y > .small-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y > .small-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y > .small-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y > .small-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y > .small-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y > .small-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y > .small-12 {
        height: calc(100% - 1.875rem)
    }

    .grid-margin-y > .medium-auto {
        height: auto
    }

    .grid-margin-y > .medium-shrink {
        height: auto
    }

    .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.875rem)
    }
}

@media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
        height: auto
    }

    .grid-margin-y > .large-shrink {
        height: auto
    }

    .grid-margin-y > .large-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y > .large-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y > .large-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y > .large-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y > .large-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y > .large-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y > .large-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y > .large-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y > .large-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y > .large-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y > .large-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y > .large-12 {
        height: calc(100% - 1.875rem)
    }
}

.grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem)
}

@media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem)
    }
}

@media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem)
    }
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y.medium-grid-frame {
        height: calc(100vh + 1.875rem)
    }
}

@media print, screen and (min-width: 64em) {
    .grid-margin-y.large-grid-frame {
        height: calc(100vh + 1.875rem)
    }
}

body {
    background: #F3F3F3
}

body.single-post:after, body.single-reviews:after {
    display: none
}

body.home:after {
    display: none
}

@media print, screen and (max-width: 39.99875em) {
    body:after {
        display: none
    }
}

.button {
    background: #FF9600;
    color: #fff !important;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button:hover {
    background-color: #d17b00;
    color: #fff
}

.section-title {
    color: #000;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase
}

.header-nav {
    background: #FFF;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    position: relative;
    z-index: 99
}

.header-nav .top-bar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-nav .logo {
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

/*.header-nav img {
    width: 220px;
    margin: auto;
    display: block;
    max-width: none
}*/

/*@media print, screen and (max-width: 39.99875em) {
    .header-nav img {
        width: 180px
    }
}*/

.header-nav .nav-links {
    width: 100%;
    position: relative
}

.header-nav .nav-links .mobile-nav-links {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header-nav .nav-links .burger-logo {
    display: none
}

.header-nav .nav-links .bell {
    background-color: #F80201;
    border-radius: 39px;
    padding: 10px 0;
    width: 39px;
    height: 39px;
    display: inline-block;
    text-align: center;
    color: #fff
}

.header-nav .nav-links .bell:hover {
    background-color: #FF9600;
    color: #fff
}

.header-nav .nav-links > .bell {
    display: none
}

.header-nav .nav-links > .ca_module {
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -20px;
    right: 18.8125rem
}

.header-nav .nav-links > .ca_module .present-icon {
    background-color: #F80201 !important
}

.header-nav .nav-links > .ca_module .present-icon .amount {
    background-color: #131929 !important
}

@media print, screen and (max-width: 74.99875em) {
    .header-nav .nav-links > .ca_module .popup_content {
        left: inherit;
        right: -4.375rem
    }
}

@media print, screen and (max-width: 74.99875em) {
    .header-nav .nav-links > .ca_module .popup_content .ca_present_list:before, .header-nav .nav-links > .ca_module .popup_content .ca_present_list:after {
        right: 5.125rem
    }
}

.header-nav .nav-links > .ca_module .popup_content .present-item .image img {
    max-width: 100%;
    height: auto
}

.header-nav .nav-links > .ca_module .popup_content .present-item .buttons .button {
    padding: .625rem .625rem
}

.header-nav .nav-links > .ca_module .popup_content .present-item .buttons p {
    margin-bottom: 0;
    font-size: 14px
}

@media print, screen and (max-width: 74.99875em) {
    .header-nav .nav-links .mobile-nav-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header-nav .nav-links > .bell {
        display: inline-block
    }

    .header-nav .nav-links > .ca_module {
        right: 4.375rem
    }

    .header-nav .nav-links .burger-logo {
        display: block;
        border-bottom: 2px solid #000;
        border-top: 2px solid #000;
        height: 16px;
        width: 20px;
        position: relative;
        bottom: 0;
        margin: auto 20px
    }

    .header-nav .nav-links .burger-logo:after {
        content: '';
        height: 2px;
        width: 20px;
        background: #000;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0
    }

    .header-nav .nav-links .menu-wrap {
        display: block !important;
        position: fixed;
        overflow-x: hidden;
        overflow-y: auto;
        padding-top: 7.5rem;
        padding-bottom: 3.125rem;
        height: 100%;
        max-height: 100%;
        width: 0;
        right: 0;
        z-index: 999;
        background: #f1f0ed;
        top: 0;
        -webkit-transition: .5s all;
        transition: .5s all;
        max-width: 30rem
    }

    .header-nav .nav-links .menu-wrap #primary-menu {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
        width: 100%
    }

    .header-nav .nav-links .menu-wrap #primary-menu > .menu-item-has-children.shown > a:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .header-nav .nav-links .menu-wrap #primary-menu > .menu-item-has-children > .sub-menu {
        background-color: #fff;
        margin-top: 1.125rem;
        display: none;
        padding-left: 0;
        padding-right: 0;
        padding-top: 1.25rem
    }

    .header-nav .nav-links .menu-wrap #primary-menu > .menu-item-has-children > a {
        display: block;
        position: relative
    }

    .header-nav .nav-links .menu-wrap #primary-menu > .menu-item-has-children > a:after {
        content: '';
        height: 10px;
        width: 10px;
        border-width: 2px 2px 0 0;
        border-color: #000;
        border-style: solid;
        -webkit-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
        transform: rotate(-225deg);
        position: absolute;
        right: 20px;
        top: 50%;
        bottom: 0;
        margin: -7px auto 0
    }

    .header-nav .nav-links .menu-wrap #primary-menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header-nav .nav-links .menu-wrap #primary-menu li {
        margin-bottom: 20px !important
    }

    .header-nav .nav-links .menu-wrap #primary-menu .sub-menu {
        position: relative;
        height: auto;
        background: transparent;
        width: 100%;
        margin-bottom: 0
    }

    .header-nav .nav-links .menu-wrap #primary-menu .sub-menu li {
        margin-bottom: 0 !important
    }

    .header-nav .nav-links .menu-wrap .menu-menu-container {
        height: 100%
    }

    .header-nav .nav-links .menu-wrap a {
        white-space: nowrap
    }

    .header-nav .nav-links .menu-wrap .menu-header-menu-container {
        width: 100%
    }

    .header-nav .nav-links .menu-wrap.active {
        width: 100%
    }

    .header-nav .nav-links .menu-wrap.active .close-button {
        display: block !important;
        font-size: 50px;
        position: absolute;
        top: -10px;
        right: 10px;
        z-index: 3
    }
}

.header-nav .nav-links .close-button {
    display: none
}

.header-nav .nav-links .menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

.header-nav .nav-links .menu-wrap .login-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 2.5rem
}

@media print, screen and (max-width: 74.99875em) {
    .header-nav .nav-links .menu-wrap .login-btns {
        position: absolute;
        width: 100%;
        top: 0;
        padding: 5px 20px 4px;
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 2
    }
}

.header-nav .nav-links .menu-wrap .login-btns a {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin: 0 10px;
    -webkit-transition: .3s all;
    transition: .3s all
}

.header-nav .nav-links .menu-wrap .login-btns a:hover {
    color: #FF9600
}

.header-nav .nav-links .menu-wrap .login-btns .ca_module {
    position: relative;
    z-index: 1;
    right: inherit;
    top: inherit;
    display: inline-block
}

.header-nav .nav-links .menu-wrap .login-btns .ca_module .present-icon {
    background-color: #F80201 !important
}

.header-nav .nav-links .menu-wrap .login-btns .ca_module .present-icon .amount {
    background-color: #131929 !important
}

.header-nav .nav-links .menu-wrap .login-btns .ca_module .popup_content .present-item .buttons p {
    margin-bottom: 0;
    font-size: 14px
}

.header-nav .nav-links .menu-wrap .login-btns .bell {
    background-color: #F80201;
    border-radius: 39px;
    padding: 10px 0;
    width: 39px;
    height: 39px;
    display: inline-block;
    text-align: center;
    color: #fff
}

@media print, screen and (max-width: 74.99875em) {
    .header-nav .nav-links .menu-wrap .login-btns .bell {
        display: none
    }
}

.header-nav .nav-links .menu-wrap .login-btns .bell:hover {
    background-color: #FF9600;
    color: #fff
}

.header-nav .nav-links .menu-wrap .login-btns .button {
    font-size: 16px;
    padding: 8px 14px;
    color: #fff;
    display: inline-block
}

.header-nav .nav-links .menu-wrap .login-btns .button:hover {
    color: #fff
}

.header-nav .nav-links .menu-wrap .login-btns .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem
}

@media print, screen and (max-width: 74.99875em) {
    .header-nav .nav-links .menu-wrap .login-btns .search {
        display: none
    }
}

.header-nav .nav-links .menu-wrap .login-btns .search .fa-search {
    display: inline-block
}

.header-nav .nav-links .menu-wrap .login-btns .search .fa-chevron-right {
    display: none
}

.header-nav .nav-links .menu-wrap .login-btns .search.show .fa-search {
    display: none
}

.header-nav .nav-links .menu-wrap .login-btns .search.show .fa-chevron-right {
    display: inline-block
}

.header-nav .nav-links .poker-search-form {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%
}

.header-nav .nav-links .poker-search-form input[type="text"] {
    margin-bottom: 0
}

@media print, screen and (min-width: 64em) {
    .header-nav .nav-links .poker-search-form {
        top: 50%;
        left: inherit;
        right: 2.5rem;
        margin-top: -25px;
        max-width: 19.375rem;
        z-index: 2
    }
}

@media print, screen and (max-width: 74.99875em) {
    .header-nav .nav-links .poker-search-form {
        display: block !important;
        padding: 5px 15px
    }
}

.header-nav .nav-links .wpdreams_asl_container {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 10px;
    background: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media print, screen and (min-width: 64em) {
    .header-nav .nav-links .wpdreams_asl_container {
        top: 50%;
        left: inherit;
        right: 2.5rem;
        margin-top: -35px;
        max-width: 19.375rem
    }
}

@media print, screen and (max-width: 74.99875em) {
    .header-nav .nav-links .wpdreams_asl_container {
        display: block
    }
}

.header-nav .nav-links .wpdreams_asl_container .probox {
    border: 1px solid #FF9600 !important;
    border-radius: 10px !important;
    padding: 10px !important;
    margin-bottom: 0 !important
}

.header-nav .nav-links .wpdreams_asl_container form {
    position: relative;
    display: block;
    top: inherit;
    left: inherit
}

.header-nav .nav-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    list-style: none;
    margin: 0
}

.header-nav .nav-links ul li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 20px;
    position: relative
}

@media print, screen and (max-width: 74.99875em) {
    .header-nav .nav-links ul li {
        margin: 0 0;
        width: 100%;
        text-align: left
    }
}

.header-nav .nav-links ul li.current_page_item a:after {
    width: 100%
}

.header-nav .nav-links ul li.clicked .sub-menu {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow: unset;
    height: fit-content;
    padding: 30px
}

.header-nav .nav-links ul a {
    font-weight: 600;
    color: #000;
    letter-spacing: .5px;
    position: relative;
    -webkit-transition: .3s all;
    transition: .3s all
}

@media print, screen and (max-width: 74.99875em) {
    .header-nav .nav-links ul a {
        display: block;
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

.header-nav .nav-links ul a:hover {
    color: #FF9600
}

.header-nav .nav-links ul li.menu-column {
    width: 50%;
    padding-left: 1.25rem
}

@media print, screen and (max-width: 74.99875em) {
    .header-nav .nav-links ul li.menu-column {
        width: 100%;
        padding-left: 0
    }
}

@media print, screen and (max-width: 74.99875em) {
    .header-nav .nav-links ul li.menu-column:last-child > .sub-menu {
        border-bottom: 0 none
    }
}

.header-nav .nav-links ul li.menu-column > a {
    font-size: 1.25rem;
    font-weight: 700;
    color: #000;
    text-transform: uppercase
}

@media print, screen and (max-width: 74.99875em) {
    .header-nav .nav-links ul li.menu-column > .sub-menu {
        padding-left: 1.875rem !important;
        padding-bottom: 1.875rem
    }
}

.header-nav .nav-links ul li.menu-column .sub-menu {
    position: relative;
    height: auto;
    width: 100%;
    right: inherit;
    padding: 0 0;
    display: block;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.header-nav .nav-links ul li.menu-column .sub-menu li {
    padding: 10px 0;
    margin: 0 0;
    width: 100%;
    line-height: 1.5
}

.header-nav .nav-links ul li.menu-column .sub-menu li a {
    font-family: "Poppins", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 600;
    color: #000;
    letter-spacing: .5px;
    position: relative;
    -webkit-transition: .3s all;
    transition: .3s all
}

.header-nav .nav-links ul li.menu-column .sub-menu li a:hover {
    color: #FF9600
}

.header-nav .nav-links ul li.menu-column .sub-menu li.fas, .header-nav .nav-links ul li.menu-column .sub-menu li.far, .header-nav .nav-links ul li.menu-column .sub-menu li.fab {
    position: relative
}

.header-nav .nav-links ul li.menu-column .sub-menu li.fas:before, .header-nav .nav-links ul li.menu-column .sub-menu li.far:before, .header-nav .nav-links ul li.menu-column .sub-menu li.fab:before {
    position: absolute;
    width: 1.875rem;
    height: 1.875rem;
    background-color: transparent;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FF9600;
    top: 6px;
    left: -35px;
    line-height: 1
}

@media print, screen and (max-width: 74.99875em) {
    .header-nav .nav-links ul li.menu-column .sub-menu li.fas:before, .header-nav .nav-links ul li.menu-column .sub-menu li.far:before, .header-nav .nav-links ul li.menu-column .sub-menu li.fab:before {
        left: -14px !important
    }
}

.header-nav .nav-links ul li.menu-column .sub-menu li.featured-link a {
    border-bottom: 1px solid #000
}

@media print, screen and (max-width: 74.99875em) {
    .header-nav .nav-links ul li.menu-column .sub-menu li.featured-link a {
        display: inline-block
    }
}

.header-nav .nav-links ul .sub-menu {
    position: absolute;
    text-align: left;
    overflow: hidden;
    height: 0;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    margin-top: 0;
    width: 650px;
    right: -300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    -webkit-transition: .3s all;
    transition: .3s all
}

@media print, screen and (max-width: 74.99875em) {
    .header-nav .nav-links ul .sub-menu {
        background: transparent;
        position: relative;
        border-radius: 0;
        right: inherit;
        height: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: none;
        transition: none
    }
}

.header-nav .nav-links ul .sub-menu .col-title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #187270;
    text-transform: uppercase
}

.header-nav .nav-links ul .sub-menu .sub-menu-col {
    width: 50%;
    padding: 0 10px
}

.header-nav .nav-links ul .sub-menu .sub-menu-col ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.header-nav .nav-links ul .sub-menu li {
    margin: 10px 0
}

.home-hero {
    margin: 50px 0
}

.home-hero .grid-container {
    position: relative;
    z-index: 10;
    max-width: 1300px
}

@media print, screen and (max-width: 39.99875em) {
    .home-hero .grid-container {
        position: unset
    }
}

@media print, screen and (max-width: 63.99875em) {
    .home-hero .section-title {
        text-align: center
    }
}

.home-hero .section-title span {
    position: relative;
    color: #000
}

@media print, screen and (max-width: 39.99875em) {
    .home-hero .section-title span {
        color: #000
    }

    .home-hero .section-title span:after {
        display: none
    }
}

.home-hero article {
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    height: 100%;
    background: #fff
}

@media print, screen and (max-width: 63.99875em) {
    .home-hero article {
        margin: auto;
        margin-bottom: 20px
    }
}

@media print, screen and (max-width: 39.99875em) {
    .home-hero article {
        margin-bottom: 20px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
}

.home-hero article .overlay {
    position: relative
}

.home-hero article .overlay p {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    color: #fff
}

.home-hero article .overlay p span {
    display: block;
    font-weight: 700;
    font-size: 27px
}

.home-hero article .image-wrap {
    position: relative
}

.home-hero article .image-wrap .badge {
    padding: 7px 10px;
    position: absolute;
    bottom: -17px;
    left: 0;
    margin: 0 30px;
    width: auto;
    color: #fff;
    font-weight: 700;
    text-align: center;
    background: red;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    min-width: 9.0625rem
}

.home-hero article img {
    height: 240px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.home-hero article .text-wrap {
    padding: 60px 30px 30px
}

.home-hero article .text-wrap .title {
    font-weight: 700;
    font-size: 1.5625rem;
    line-height: 1.1;
    color: #000;
    margin-bottom: 1.25rem
}

.home-hero article .text-wrap .title a {
    color: #000
}

.home-hero article .text-wrap p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5
}

.home-hero .cell {
    position: relative
}

.home-hero .cell.post-training-sites {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.home-hero .cell.post-training-sites .post-wrapper {
    height: auto
}

.home-hero .post-wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media print, screen and (max-width: 63.99875em) {
    .home-hero .post-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 0
    }
}

.home-hero .post-wrapper .side-post:last-child, .home-hero .post-wrapper .card:last-child {
    margin-bottom: 0
}

.home-hero .side-post {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    margin-bottom: 20px
}

@media print, screen and (max-width: 63.99875em) {
    .home-hero .side-post {
        width: 100%
    }
}

.home-hero .side-post .img-wrap {
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    float: left;
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.home-hero .side-post .img-wrap img {
    max-height: 130px;
    height: auto;
    width: 100%
}

.home-hero .side-post .label {
    position: relative;
    width: 100%;
    color: #fff;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    padding: 9px 20px;
    line-height: 1;
    display: block;
    height: auto
}

.home-hero .side-post .label-red {
    background: red
}

.home-hero .side-post .label-blue {
    background: #131929
}

.home-hero .side-post img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.home-hero .side-post p {
    display: table;
    padding: 20px 20px;
    margin: 0;
    font-size: 14px;
    height: 100%;
    position: relative
}

@media print, screen and (max-width: 39.99875em) {
    .home-hero .side-post p {
        padding-bottom: 2.5rem
    }
}

.home-hero .side-post p .title {
    display: block;
    font: inherit;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3
}

@media print, screen and (max-width: 39.99875em) {
    .home-hero .side-post p .title {
        font-size: .8125rem !important
    }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .home-hero .side-post p .title {
        font-size: 1rem !important
    }
}

.home-hero .side-post p .text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.home-hero .side-post p .read-more {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    font-weight: 700;
    padding-right: 20px
}

.home-hero .side-post p .read-more:after {
    content: '';
    height: 7px;
    width: 7px;
    border-bottom: 2px solid #131929;
    border-right: 2px solid #131929;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto
}

.home-hero .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 15px 15px 15px 10px;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15)
}

@media print, screen and (max-width: 63.99875em) {
    .home-hero .card {
        max-width: 500px;
        width: 100%
    }
}

.home-hero .card .logo-wrap {
    width: 55px;
    height: 50px
}

.home-hero .card .logo {
    width: 55px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover
}

.home-hero .card .details {
    padding: 0 10px;
    width: 170px
}

.home-hero .card .name {
    font-weight: 400;
    font-size: 14px;
    margin: 0
}

.home-hero .card .name strong {
    display: block;
    font-size: 1rem
}

.home-hero .card .price {
    margin: 5px 0;
    line-height: 1.1;
    font-weight: 700;
    font-size: 20px
}

.home-hero .card .button {
    padding: 7px 10px;
    padding: 7px 3px;
    width: 100px;
    font-size: 14px
}

.home-hero .card .review-score p {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.home-hero .card .review-score p span, .home-hero .card .review-score p .review-link {
    color: #FF6A6A;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    bottom: -4px
}

.home-hero .card .review-score p .review-link {
    font-size: 12px
}

.home-hero .card .review-score p .rating {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000
}

.home-hero .card .review-score p .rating i {
    font-size: 10px;
    margin-right: 3px;
    color: #FFBF05
}

.home-hero .all-sites {
    color: #FF9600;
    font-weight: 700;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 10px;
    text-align: center;
    position: relative
}

@media print, screen and (max-width: 39.99875em) {
    .home-hero .all-sites {
        position: relative;
        bottom: 0
    }
}

.home-hero .all-sites:after {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
    background: #FF9600
}

.home-featured, .home-latest, .poker-posts {
    position: relative;
    z-index: 10
}

.home-featured:after, .home-latest:after, .poker-posts:after {
    content: '';
    width: 2px;
    height: 50px;
    background: #FF9600;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1
}

.home-featured .section-title, .home-latest .section-title, .poker-posts .section-title {
    text-transform: none
}

.home-featured .content-wrap, .home-latest .content-wrap, .poker-posts .content-wrap {
    margin-top: 100px;
    background: #fff;
    border-radius: 30px 0 0 30px;
    padding: 45px;
    position: relative;
    z-index: 1
}

@media print, screen and (max-width: 39.99875em) {
    .home-featured .content-wrap, .home-latest .content-wrap, .poker-posts .content-wrap {
        margin-top: 50px;
        padding: 45px 20px
    }
}

.home-featured .title-wrap, .home-latest .title-wrap, .poker-posts .title-wrap {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media print, screen and (max-width: 39.99875em) {
    .home-featured .title-wrap, .home-latest .title-wrap, .poker-posts .title-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 20px 0
    }
}

.home-featured .title-wrap a, .home-latest .title-wrap a, .poker-posts .title-wrap a {
    color: #FF9600 !important;
    font-weight: 700;
    font-size: 18px;
    position: relative
}

@media print, screen and (max-width: 39.99875em) {
    .home-featured .title-wrap a, .home-latest .title-wrap a, .poker-posts .title-wrap a {
        margin-bottom: 4px;
        min-width: 4.5rem
    }
}

.home-featured .title-wrap a:after, .home-latest .title-wrap a:after, .poker-posts .title-wrap a:after {
    display: block;
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #FF9600
}

.home-featured .post-wrap, .home-latest .post-wrap, .poker-posts .post-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media print, screen and (max-width: 63.99875em) {
    .home-featured .post-wrap, .home-latest .post-wrap, .poker-posts .post-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.home-featured .single-post, .home-latest .single-post, .poker-posts .single-post {
    width: 19%;
    min-width: 160px;
    margin: 0 .5% 20px
}

@media print, screen and (max-width: 63.99875em) {
    .home-featured .single-post, .home-latest .single-post, .poker-posts .single-post {
        width: 48%;
        margin: 0 1% 20px
    }
}

@media print, screen and (max-width: 39.99875em) {
    .home-featured .single-post, .home-latest .single-post, .poker-posts .single-post {
        width: 48%;
        margin: 0 1% 20px;
        min-width: 0
    }
}

@media print, screen and (max-width: 39.99875em) {
    .home-featured .single-post:last-child, .home-latest .single-post:last-child, .poker-posts .single-post:last-child {
        display: none
    }
}

.home-featured .single-post a.no-image, .home-latest .single-post a.no-image, .poker-posts .single-post a.no-image {
    background-color: #353D50;
    border-radius: 5px 5px 0 0;
    height: 100%;
    max-height: 150px;
    display: block
}

.home-featured img, .home-latest img, .poker-posts img {
    border-radius: 5px 5px 0 0;
    width: 100%;
    height: auto;
    max-height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    margin: auto
}

.home-featured .text-wrap, .home-latest .text-wrap, .poker-posts .text-wrap {
    padding: 25px 25px 20px;
    width: 100%;
    height: 150px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    font-size: 14px;
    position: relative
}

.home-featured .text-wrap p, .home-latest .text-wrap p, .poker-posts .text-wrap p {
    display: inline
}

.home-featured .text-wrap h3, .home-latest .text-wrap h3, .poker-posts .text-wrap h3 {
    font-size: .875rem;
    font-weight: 700;
    color: #000
}

@media print, screen and (max-width: 39.99875em) {
    .home-featured .text-wrap h3, .home-latest .text-wrap h3, .poker-posts .text-wrap h3 {
        font-size: .8125rem !important
    }
}

.home-featured .text-wrap h3 a, .home-latest .text-wrap h3 a, .poker-posts .text-wrap h3 a {
    font: inherit;
    color: inherit;
    padding: 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.home-featured .text-wrap h3 a:before, .home-latest .text-wrap h3 a:before, .poker-posts .text-wrap h3 a:before, .home-featured .text-wrap h3 a:after, .home-latest .text-wrap h3 a:after, .poker-posts .text-wrap h3 a:after {
    display: none
}

.home-featured .text-wrap a, .home-latest .text-wrap a, .poker-posts .text-wrap a {
    padding-right: 20px;
    position: relative;
    color: #B02B2C;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.home-featured .text-wrap a:after, .home-latest .text-wrap a:after, .poker-posts .text-wrap a:after {
    content: '';
    height: 7px;
    width: 7px;
    border-bottom: 1px solid #B02B2C;
    border-right: 1px solid #B02B2C;
    border-top-right-radius: 1px;
    border-bottom-left-radius: 1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto
}

.home-featured .text-wrap a:before, .home-latest .text-wrap a:before, .poker-posts .text-wrap a:before {
    content: '';
    height: 7px;
    width: 7px;
    border-bottom: 1px solid #B02B2C;
    border-right: 1px solid #B02B2C;
    border-top-right-radius: 1px;
    border-bottom-left-radius: 1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto
}

.home-featured .text-wrap a.read-more, .home-latest .text-wrap a.read-more, .poker-posts .text-wrap a.read-more {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    font-weight: 700;
    padding: 0 20px 0 0;
    color: #000
}

.home-featured .text-wrap a.read-more::before, .home-latest .text-wrap a.read-more::before, .poker-posts .text-wrap a.read-more::before {
    display: none
}

.home-featured .text-wrap a.read-more:after, .home-latest .text-wrap a.read-more:after, .poker-posts .text-wrap a.read-more:after {
    content: '';
    height: 7px;
    width: 7px;
    border-bottom: 2px solid #131929;
    border-right: 2px solid #131929;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto
}

.home-coaching {
    padding: 8.75rem 0 6.875rem;
    position: relative
}

@media print, screen and (max-width: 63.99875em) {
    .home-coaching {
        padding-top: 3.125rem
    }
}

.home-coaching.best-training {
    padding: 0
}

@media print, screen and (max-width: 39.99875em) {
    .home-coaching.best-training .content-wrap {
        margin-bottom: 0
    }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .home-coaching.best-training .content-wrap {
        padding-left: 0;
        padding-right: 0
    }
}

@media print, screen and (max-width: 39.99875em) {
    .home-coaching.best-training .content-wrap {
        padding-left: .625rem;
        padding-right: .625rem
    }
}

.home-coaching.best-training:after {
    display: none
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
    .home-coaching.best-training .tabs {
        padding-left: 10%;
        padding-right: 10%
    }
}

@media print, screen and (max-width: 63.99875em) {
    .home-coaching.best-training .single-tab {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
}

.home-coaching.logos-only:after {
    display: none
}

.home-coaching:after {
    content: '';
    width: 2px;
    height: 50px;
    background: #FF9600;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5
}

@media print, screen and (max-width: 39.99875em) {
    .home-coaching:after {
        display: none
    }
}

.home-coaching .content-wrap {
    padding: 45px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background: #fff;
    margin: 60px 0 0;
    position: relative;
    z-index: 1
}

@media print, screen and (max-width: 39.99875em) {
    .home-coaching .content-wrap {
        position: unset;
        padding: 45px 20px
    }
}

.home-coaching .section-title {
    color: #000;
    text-align: center;
    margin-bottom: 40px;
    font-size: 36px;
    text-transform: none
}

@media print, screen and (max-width: 39.99875em) {
    .home-coaching .section-title {
        font-size: 24px;
        max-width: 280px;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 30px
    }
}

.home-coaching .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 14.8%;
    padding-right: 14.8%;
    margin-bottom: 5.3125rem
}

@media print, screen and (max-width: 63.99875em) {
    .home-coaching .tabs {
        padding-left: 0;
        padding-right: 0
    }
}

.home-coaching .tabs .single-tab {
    width: 30%;
    text-align: center;
    background: #fff;
    margin: 0 1%;
    margin-bottom: 25px;
    padding: 30px 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15)
}

@media print, screen and (max-width: 39.99875em) {
    .home-coaching .tabs .single-tab {
        width: 48%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        min-height: 8rem;
        margin: auto 1%;
        padding: 10px 15px;
        margin-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .home-coaching .tabs .single-tab p {
        font-size: 1rem !important
    }
}

.home-coaching .tabs .single-tab img {
    width: 80px;
    height: 70px;
    max-height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 10px
}

.home-coaching .tabs .single-tab p {
    color: #000;
    font-weight: 700;
    font-size: 1rem;
    margin: 0
}

.home-coaching .tabs .single-tab i {
    font-size: 3rem;
    color: #FF9600;
    margin-bottom: 10px
}

.home-coaching .logos-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home-coaching .logos-wrap img {
    max-height: 50px;
    width: auto
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .home-coaching .logos-wrap {
        display: grid;
        grid-template-columns:repeat(4, 1fr);
        justify-items: center
    }
}

@media print, screen and (max-width: 63.99875em) {
    .home-coaching .logos-wrap img {
        margin-bottom: 20px;
        justify-self: center
    }
}

@media print, screen and (max-width: 39.99875em) {
    .home-coaching .logos-wrap {
        display: grid;
        grid-template-columns:repeat(2, 1fr);
        justify-items: center
    }

    .home-coaching .logos-wrap img {
        margin-bottom: 20px
    }
}

.single-post-header {
    background-color: transparent;
    padding: 50px 0 30px
}

@media print, screen and (max-width: 63.99875em) {
    .single-post-header .large-8 {
        position: unset;
        padding: 45px 20px
    }
}

.single-post-header.no-downloadables .content-wrap {
    padding: 45px 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background: #fff;
    margin: 0 0 0;
    position: relative;
    z-index: 1
}

@media print, screen and (max-width: 63.99875em) {
    .single-post-header.no-downloadables .content-wrap {
        position: unset;
        padding: 45px 20px
    }
}

.single-post-header.no-downloadables .section-title {
    text-align: center;
    color: #000;
    font-size: 1.875rem
}

@media print, screen and (max-width: 63.99875em) {
    .single-post-header.no-downloadables .section-title {
        margin-bottom: 1.875rem
    }
}

.single-post-header.no-downloadables .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 20%;
    padding-right: 20%
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
    .single-post-header.no-downloadables .tabs {
        padding-left: 14.8%;
        padding-right: 14.8%
    }
}

@media print, screen and (max-width: 63.99875em) {
    .single-post-header.no-downloadables .tabs {
        padding-left: 0;
        padding-right: 0
    }
}

.single-post-header.no-downloadables .tabs .single-tab {
    width: 30%;
    text-align: center;
    background: #fff;
    margin: 0 1%;
    margin-bottom: 25px;
    padding: 30px 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15)
}

@media print, screen and (max-width: 39.99875em) {
    .single-post-header.no-downloadables .tabs .single-tab {
        width: 48%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        min-height: 8rem;
        margin: auto 1%;
        padding: 10px 15px;
        margin-bottom: 20px;
        min-width: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .single-post-header.no-downloadables .tabs .single-tab p {
        font-size: 1rem !important
    }
}

.single-post-header.no-downloadables .tabs .single-tab img {
    width: 80px;
    height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 10px
}

.single-post-header.no-downloadables .tabs .single-tab p {
    color: #353D50;
    font-weight: 700;
    font-size: 1rem;
    margin: 0
}

.single-post-header.no-downloadables .tabs .single-tab i {
    font-size: 2.5rem;
    color: #FF9600;
    margin-bottom: 10px
}

.single-post-header .section-title {
    color: #000;
    margin-bottom: 2.5rem;
    font-size: 2.25rem;
    font-weight: 700;
    text-transform: none
}

@media print, screen and (max-width: 63.99875em) {
    .single-post-header .section-title {
        text-align: center;
        font-size: 2rem
    }
}

.single-post-header .side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-post-header .try-quiz {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    max-width: 295px;
    margin-left: auto
}

@media print, screen and (max-width: 63.99875em) {
    .single-post-header .try-quiz {
        margin: 0 auto
    }
}

.single-post-header .try-quiz p {
    line-height: 1.4;
    font-size: 24px;
    max-width: 90%;
    text-align: center;
    margin: auto;
    margin-bottom: 20px
}

.single-post-header .try-quiz a.button {
    display: block;
    padding: 10px 10px;
    background: #FF9600;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    width: 100%;
    margin: auto
}

.single-post-header .try-quiz a.button:hover {
    background-color: #d17b00
}

.single-post-header .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -2%;
    margin-right: -2%
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
    .single-post-header .tabs {
        padding-left: 0;
        padding-right: 0
    }
}

@media print, screen and (max-width: 63.99875em) {
    .single-post-header .tabs {
        padding-left: 0;
        padding-right: 0
    }
}

.single-post-header .tabs .single-tab {
    width: 30%;
    text-align: center;
    background: #fff;
    margin: 0 1%;
    margin-bottom: 25px;
    padding: 30px 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15)
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
    .single-post-header .tabs .single-tab {
        min-height: 10.5rem
    }
}

@media print, screen and (max-width: 39.99875em) {
    .single-post-header .tabs .single-tab {
        width: 48%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        min-height: 8rem;
        margin: auto 1%;
        padding: 10px 15px;
        margin-bottom: 20px;
        min-width: 0
    }

    .single-post-header .tabs .single-tab p {
        font-size: 1rem !important
    }
}

.single-post-header .tabs .single-tab img {
    width: 80px;
    height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 10px
}

.single-post-header .tabs .single-tab i {
    font-size: 3rem;
    color: #FF9600;
    margin-bottom: 10px
}

.single-post-header .tabs .single-tab p {
    color: #353D50;
    font-weight: 700;
    font-size: 1rem;
    margin: 0
}

.poker-shortcodes {
    padding: 30px 0 30px;
    position: relative
}

.poker-shortcodes.training-sites .grid-x {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.poker-shortcodes.training-sites .grid-x .cell {
    padding-left: 10px;
    padding-right: 10px
}

@media (max-width: 1160px) and (min-width: 1024px) {
    .poker-shortcodes.training-sites.horizontal .grid-x .cell {
        width: 50% !important
    }
}

.poker-shortcodes.training-sites.vertical .grid-x {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.poker-shortcodes.logos .section-title {
    color: #353D50;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: .5rem
}

.poker-shortcodes .section-title {
    color: #187270;
    text-align: center;
    margin-bottom: 40px;
    font-size: 36px;
    text-transform: none
}

@media print, screen and (max-width: 39.99875em) {
    .poker-shortcodes .section-title {
        font-size: 24px;
        max-width: 280px;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 30px
    }
}

.poker-shortcodes .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 14.8%;
    padding-right: 14.8%
}

@media print, screen and (max-width: 63.99875em) {
    .poker-shortcodes .tabs {
        padding-left: 0;
        padding-right: 0
    }
}

.poker-shortcodes .tabs .single-tab {
    width: 30%;
    text-align: center;
    background: #fff;
    margin: 0 1%;
    margin-bottom: 25px;
    padding: 30px 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15)
}

@media print, screen and (max-width: 39.99875em) {
    .poker-shortcodes .tabs .single-tab {
        width: 48%;
        min-height: 8rem;
        margin: auto;
        padding: 10px 15px;
        margin-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .poker-shortcodes .tabs .single-tab p {
        font-size: 1rem !important
    }
}

.poker-shortcodes .tabs .single-tab img {
    width: 80px;
    height: 70px;
    max-height: 3rem;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 10px
}

.poker-shortcodes .tabs .single-tab i {
    font-size: 3rem;
    color: #FF9600;
    margin-bottom: 10px
}

.poker-shortcodes .tabs .single-tab p {
    color: #353D50;
    font-weight: 700;
    font-size: 1rem;
    margin: 0
}

.poker-shortcodes .logos-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .poker-shortcodes .logos-wrap {
        display: grid;
        grid-template-columns:repeat(4, 1fr);
        justify-items: center
    }
}

@media print, screen and (max-width: 63.99875em) {
    .poker-shortcodes .logos-wrap img {
        margin-bottom: 20px;
        justify-self: center
    }
}

@media print, screen and (max-width: 39.99875em) {
    .poker-shortcodes .logos-wrap {
        display: grid;
        grid-template-columns:repeat(2, 1fr);
        justify-items: center
    }

    .poker-shortcodes .logos-wrap img {
        margin-bottom: 20px
    }
}

.poker-shortcodes .logos-wrap .logo-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.poker-shortcodes .logos-wrap img {
    max-height: 50px;
    width: auto
}

.poker-shortcodes .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 0 20px;
    padding: 15px 15px 15px 10px;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15)
}

@media print, screen and (max-width: 63.99875em) {
    .poker-shortcodes .card {
        max-width: 500px;
        width: 100%
    }
}

.poker-shortcodes .card .logo {
    width: 55px;
    height: 55px;
    -o-object-fit: cover;
    object-fit: cover
}

.poker-shortcodes .card .detail-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.poker-shortcodes .card .details {
    padding: 0 10px;
    width: 170px
}

.poker-shortcodes .card .name {
    font-weight: 400;
    font-size: 14px;
    margin: -8px 0 0;
    color: #000;
    display: block;
    line-height: 1.2
}

.poker-shortcodes .card .name strong {
    display: block;
    font-size: 1rem
}

.poker-shortcodes .card .price {
    margin: 0 0 0 !important;
    line-height: 1.1;
    font-weight: 700;
    font-size: 18px
}

.poker-shortcodes .card .button {
    padding: 7px 10px;
    padding: 7px 3px;
    width: 100px;
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.poker-shortcodes .card .review-score p {
    margin-bottom: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.poker-shortcodes .card .review-score p span, .poker-shortcodes .card .review-score p .review-link {
    color: #FF6A6A;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    bottom: -4px
}

.poker-shortcodes .card .review-score p .review-link {
    font-size: 12px
}

.poker-shortcodes .card .review-score p .rating {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000
}

.poker-shortcodes .card .review-score p .rating i {
    font-size: 10px;
    margin-right: 3px;
    color: #FFBF05
}

.poker-shortcodes.training-sites .grid-container {
    padding-left: 0;
    padding-right: 0
}

.poker-shortcodes.training-sites .grid-container .medium-4 {
    padding-left: 10px;
    padding-right: 10px
}

@media print, screen and (max-width: 63.99875em) {
    .poker-shortcodes.training-sites .grid-container .medium-4 {
        padding-left: 5px;
        padding-right: 5px
    }
}

.content-side .content-wrap {
    background: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 45px 20px
}

@media print, screen and (max-width: 39.99875em) {
    .content-side .content-wrap {
        padding: 30px 10px
    }
}

.content-side .sidebar {
    position: relative
}

.content-side article {
    margin-bottom: 50px
}

.content-side article p {
    font-size: 16px
}

.content-side article:last-child {
    margin-bottom: 0
}

.content-side .section-title {
    color: #FF9600
}

.content-side .cards-wrap .cards {
    margin: 0;
    list-style: none
}

.content-side .cards-wrap .cards .single-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 175px;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    border-radius: 5px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 20%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

@media print, screen and (max-width: 63.99875em) {
    .content-side .cards-wrap .cards .single-card {
        padding-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: normal;
        -ms-flex-pack: normal;
        justify-content: normal;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        margin-bottom: 40px
    }

    .content-side .cards-wrap .cards .single-card:last-child {
        margin-bottom: 40px
    }
}

.content-side .cards-wrap .cards .single-card:last-child {
    margin-bottom: 0
}

.content-side .cards-wrap .cards .single-card .image-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    height: 100%
}

@media print, screen and (max-width: 63.99875em) {
    .content-side .cards-wrap .cards .single-card .image-wrap {
        width: 100%;
        position: relative
    }
}

.content-side .cards-wrap .cards .single-card img {
    width: 100%;
    height: 100%;
    -o-object-fit: none;
    object-fit: none;
    border-radius: 5px
}

@media only screen and (max-width: 900px) {
    .content-side .cards-wrap .cards .single-card img {
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media print, screen and (max-width: 63.99875em) {
    .content-side .cards-wrap .cards .single-card img {
        width: 100%
    }

    .content-side .cards-wrap .cards .single-card img.big-image {
        position: relative
    }
}

.content-side .cards-wrap .cards .single-card .feats {
    padding: 10px 0 10px 30px;
    width: 70%;
    max-width: 470px
}

@media print, screen and (max-width: 63.99875em) {
    .content-side .cards-wrap .cards .single-card .feats {
        width: 100%;
        padding: 10px 15px
    }
}

.content-side .cards-wrap .cards .single-card .feats p {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 700
}

.content-side .cards-wrap .cards .single-card .feats p:last-child {
    margin-bottom: 0
}

.content-side .cards-wrap .cards .single-card .feats p i {
    padding: 4px;
    border: 0 none;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 10px;
    height: 24px;
    width: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.content-side .cards-wrap .cards .single-card .feats p.pro i {
    color: #ADD92F
}

.content-side .cards-wrap .cards .single-card .feats p.con {
    color: #F7B0AA
}

.content-side .cards-wrap .cards .single-card .feats p.con i {
    color: #F74231
}

.content-side .cards-wrap .cards .single-card .score {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 15px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #E8E8E8;
    border-right: 0;
    border-top: 0;
    border-bottom: 0
}

@media print, screen and (max-width: 63.99875em) {
    .content-side .cards-wrap .cards .single-card .score {
        width: 100%;
        border-left: 0;
        border-top: 1px solid #e8e8e8
    }
}

.content-side .cards-wrap .cards .single-card .score p {
    margin: 0
}

.content-side .cards-wrap .cards .single-card .score .stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.content-side .cards-wrap .cards .single-card .score .stars i.fa-star {
    font-size: 14px;
    color: #FFC20D
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
    .content-side .cards-wrap .cards .single-card .score .stars i.fa-star {
        font-size: .75rem
    }
}

.content-side .cards-wrap .cards .single-card .score .stars i.fa-star.disable {
    color: #9C9C9C
}

.content-side .cards-wrap .cards .single-card .score .stars .imgs-wrap {
    margin-right: 10px
}

.content-side .cards-wrap .cards .single-card .score .stars img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: auto
}

.content-side .cards-wrap .cards .single-card .score .button {
    display: block;
    padding: 8px;
    margin: 10px 0
}

.content-side .cards-wrap .cards .single-card .score .button-alt {
    border: 1px solid #FF9600;
    border-radius: 5px;
    padding: 7px;
    font-weight: 700;
    color: #FF9600;
    width: 90%;
    margin: auto;
    display: block
}

@media print, screen and (max-width: 63.99875em) {
    .content-side .cards-wrap .cards .single-card .score .button-alt {
        width: 100%
    }
}

.content-side .cards-wrap .cards .single-card .score .button-link {
    border: 0 none;
    padding: 7px;
    font-weight: 700;
    color: #FF9600;
    width: 90%;
    margin: auto;
    display: block
}

@media print, screen and (max-width: 63.99875em) {
    .content-side .cards-wrap .cards .single-card .score .button-link {
        width: 100%
    }
}

.content-side.best-software-tools .content-wrap, .content-side.poker-training-sites .content-wrap {
    background-color: transparent;
    padding: 0 0
}

.content-side.best-software-tools .content-wrap .inner-content, .content-side.poker-training-sites .content-wrap .inner-content {
    margin-bottom: 1.25rem;
    background-color: #fff;
    padding: 3.125rem 2.0625rem;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    border-radius: 5px
}

.content-side.best-software-tools .content-wrap .inner-content .content h1, .content-side.poker-training-sites .content-wrap .inner-content .content h1 {
    font-size: 2.1875rem;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    line-height: 1.1
}

.content-side.best-software-tools .content-wrap .inner-content .content p, .content-side.best-software-tools .content-wrap .inner-content .content li, .content-side.poker-training-sites .content-wrap .inner-content .content p, .content-side.poker-training-sites .content-wrap .inner-content .content li {
    font-size: 1.125rem
}

.content-side.best-software-tools .content-wrap .inner-content .content p, .content-side.best-software-tools .content-wrap .inner-content .content ul, .content-side.best-software-tools .content-wrap .inner-content .content ol, .content-side.poker-training-sites .content-wrap .inner-content .content p, .content-side.poker-training-sites .content-wrap .inner-content .content ul, .content-side.poker-training-sites .content-wrap .inner-content .content ol {
    margin-bottom: 1.75rem
}

.content-side.best-software-tools .content-wrap .inner-content .content h2, .content-side.poker-training-sites .content-wrap .inner-content .content h2 {
    font-size: 1.875rem;
    font-weight: 700
}

.content-side.best-software-tools .content-wrap .inner-content .content h3, .content-side.poker-training-sites .content-wrap .inner-content .content h3 {
    font-size: 1.4375rem;
    font-weight: 700
}

.content-side.best-software-tools .content-wrap .inner-content .content h4, .content-side.poker-training-sites .content-wrap .inner-content .content h4 {
    font-size: 1.3125rem;
    font-weight: 700
}

.content-side.best-software-tools .content-wrap .inner-content .content blockquote, .content-side.best-software-tools .content-wrap .inner-content .content blockquote.wp-block-quote, .content-side.poker-training-sites .content-wrap .inner-content .content blockquote, .content-side.poker-training-sites .content-wrap .inner-content .content blockquote.wp-block-quote {
    background-color: #000;
    border-left: 0 none;
    padding: 15px 25px 15px;
    border-radius: 10px
}

.content-side.best-software-tools .content-wrap .inner-content .content blockquote p, .content-side.best-software-tools .content-wrap .inner-content .content blockquote.wp-block-quote p, .content-side.poker-training-sites .content-wrap .inner-content .content blockquote p, .content-side.poker-training-sites .content-wrap .inner-content .content blockquote.wp-block-quote p {
    color: #fff
}

.content-side.best-software-tools .content-wrap .inner-content .content blockquote p:last-child, .content-side.best-software-tools .content-wrap .inner-content .content blockquote.wp-block-quote p:last-child, .content-side.poker-training-sites .content-wrap .inner-content .content blockquote p:last-child, .content-side.poker-training-sites .content-wrap .inner-content .content blockquote.wp-block-quote p:last-child {
    margin-bottom: 0
}

.content-side.best-software-tools .content-wrap .inner-content .content #ez-toc-container, .content-side.poker-training-sites .content-wrap .inner-content .content #ez-toc-container {
    background-color: #fff;
    background-color: #fff;
    padding: 2.5rem 2.5rem;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    border-radius: 5px
}

.content-side.best-software-tools .content-wrap .inner-content .content #ez-toc-container .ez-toc-title-container, .content-side.poker-training-sites .content-wrap .inner-content .content #ez-toc-container .ez-toc-title-container {
    margin-bottom: 2.5rem
}

.content-side.best-software-tools .content-wrap .inner-content .content #ez-toc-container p.ez-toc-title, .content-side.poker-training-sites .content-wrap .inner-content .content #ez-toc-container p.ez-toc-title {
    font-size: 1.875rem !important;
    font-weight: 700
}

.content-side.best-software-tools .content-wrap .inner-content .content #ez-toc-container nav ul, .content-side.poker-training-sites .content-wrap .inner-content .content #ez-toc-container nav ul {
    margin-left: 0;
    padding-left: 3.125rem
}

.content-side.best-software-tools .content-wrap .inner-content .content #ez-toc-container nav ul li, .content-side.poker-training-sites .content-wrap .inner-content .content #ez-toc-container nav ul li {
    position: relative;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.7;
    overflow: visible;
    color: #000
}

.content-side.best-software-tools .content-wrap .inner-content .content #ez-toc-container nav ul li a, .content-side.poker-training-sites .content-wrap .inner-content .content #ez-toc-container nav ul li a {
    color: #000
}

.content-side.best-software-tools .content-wrap .inner-content .content #ez-toc-container nav ul li:before, .content-side.poker-training-sites .content-wrap .inner-content .content #ez-toc-container nav ul li:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    display: block;
    position: absolute;
    left: -30px;
    top: 3px;
    font-size: .875rem;
    color: #FF9600
}

.content-side.best-software-tools .content-wrap .inner-content .content .poker-terms-tc, .content-side.poker-training-sites .content-wrap .inner-content .content .poker-terms-tc {
    background-color: #fff;
    background-color: #fff;
    padding: 2.5rem 2.5rem;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    border-radius: 5px;
    margin-bottom: 3rem
}

.content-side.best-software-tools .content-wrap .inner-content .content .poker-terms-tc h2, .content-side.poker-training-sites .content-wrap .inner-content .content .poker-terms-tc h2 {
    font-size: 1.875rem !important;
    font-weight: 700;
    margin-bottom: 1.875rem
}

.content-side.best-software-tools .content-wrap .inner-content .content .poker-terms-tc .wp-block-buttons, .content-side.poker-training-sites .content-wrap .inner-content .content .poker-terms-tc .wp-block-buttons {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    margin: 0 -.25rem
}

.content-side.best-software-tools .content-wrap .inner-content .content .poker-terms-tc .wp-block-buttons .wp-block-button, .content-side.poker-training-sites .content-wrap .inner-content .content .poker-terms-tc .wp-block-buttons .wp-block-button {
    width: 14.28%;
    padding: 0 .25rem
}

.content-side.best-software-tools .content-wrap .inner-content .content .poker-terms-tc .wp-block-buttons .wp-block-button .wp-block-button__link, .content-side.poker-training-sites .content-wrap .inner-content .content .poker-terms-tc .wp-block-buttons .wp-block-button .wp-block-button__link {
    background-color: #FF9600;
    width: 100%;
    font-weight: 700
}

.content-side.best-software-tools .content-wrap .top-sites .site, .content-side.poker-training-sites .content-wrap .top-sites .site {
    margin-bottom: 1.25rem;
    background-color: #fff;
    padding: 3.125rem 2.0625rem;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    border-radius: 5px
}

.content-side.best-software-tools .large-3, .content-side.poker-training-sites .large-3 {
    padding: 0 0
}

.content-side.best-software-tools .sidebar, .content-side.poker-training-sites .sidebar {
    background-color: #fff;
    padding-top: 3.125rem;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    border-radius: 5px;
    padding: 3.125rem .9375rem 1.75rem
}

@media print, screen and (max-width: 63.99875em) {
    .content-widgets, .sidebar {
        max-width: 500px;
        width: 100%;
        margin: auto;
        margin-top: 50px
    }
}

@media print, screen and (max-width: 63.99875em) {
    .content-widgets.mobile-sidebar, .sidebar.mobile-sidebar {
        padding-left: 1.875rem;
        padding-right: 1.875rem
    }
}

@media print, screen and (max-width: 63.99875em) {
    .content-widgets.mobile-sidebar #text-10, .sidebar.mobile-sidebar #text-10 {
        padding: 1.875rem;
        background-color: #131929;
        border-radius: 5px;
        margin-bottom: 1.875rem
    }
}

@media print, screen and (max-width: 63.99875em) {
    .content-widgets.mobile-sidebar #text-10 .widget-title, .sidebar.mobile-sidebar #text-10 .widget-title {
        color: #fff;
        text-align: center
    }
}

@media print, screen and (max-width: 63.99875em) {
    .content-widgets.mobile-sidebar #text-10 .textwidget, .sidebar.mobile-sidebar #text-10 .textwidget {
        text-align: center
    }
}

@media print, screen and (max-width: 63.99875em) {
    .content-widgets.mobile-sidebar #text-10 .textwidget a, .sidebar.mobile-sidebar #text-10 .textwidget a {
        color: #FF9600
    }
}

.content-widgets .wpdreams_asl_container, .sidebar .wpdreams_asl_container {
    background: none !important
}

.content-widgets .wpdreams_asl_container .probox, .sidebar .wpdreams_asl_container .probox {
    border: 1px solid #FF9600;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 40px
}

.content-widgets div.asl_w, .sidebar div.asl_w {
    -webkit-box-shadow: none;
    box-shadow: none
}

.content-widgets .try-quiz, .sidebar .try-quiz {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15)
}

.content-widgets .try-quiz p, .sidebar .try-quiz p {
    line-height: 1.4;
    font-size: 24px;
    max-width: 90%;
    text-align: center;
    margin: auto;
    margin-bottom: 20px
}

.content-widgets .try-quiz a, .sidebar .try-quiz a {
    display: block;
    padding: 10px 20px;
    background: #187270;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto
}

.content-widgets .trial-blocks, .sidebar .trial-blocks {
    background: #000;
    padding: 25px;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    border-radius: 5px;
    margin-bottom: 40px
}

.content-widgets .trial-blocks h3, .sidebar .trial-blocks h3 {
    font-weight: 700;
    font-size: 1.75rem
}

.content-widgets .trial-blocks .button, .sidebar .trial-blocks .button {
    display: block;
    font-size: 1.25rem;
    padding: 12px 25px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto
}

.content-widgets .trial-text, .sidebar .trial-text {
    padding: 15px;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    border-radius: 5px;
    margin-bottom: 40px
}

@media print, screen and (max-width: 39.99875em) {
    .content-widgets .trial-text, .sidebar .trial-text {
        margin-bottom: 0
    }
}

.content-widgets .trial-text .title, .sidebar .trial-text .title {
    font-weight: 700;
    font-size: 24px
}

.content-widgets .trial-text .button, .sidebar .trial-text .button {
    display: block;
    padding: 10px 15px
}

.content-widgets .side-posts, .sidebar .side-posts {
    margin-bottom: 10px
}

@media print, screen and (max-width: 39.99875em) {
    .content-widgets .side-posts, .sidebar .side-posts {
        margin-top: 20px
    }
}

.content-widgets .side-posts .title, .sidebar .side-posts .title {
    font-weight: 700;
    color: #000;
    font-size: 24px
}

.content-widgets .side-posts .single-post, .sidebar .side-posts .single-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #E8E8E8;
    border-radius: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
    overflow: hidden
}

.content-widgets .side-posts .single-post a.img-link, .sidebar .side-posts .single-post a.img-link {
    max-width: 35%;
    width: 100%
}

.content-widgets .side-posts .single-post a.img-link.no-image, .sidebar .side-posts .single-post a.img-link.no-image {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.content-widgets .side-posts .single-post a.img-link.no-image img, .sidebar .side-posts .single-post a.img-link.no-image img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.content-widgets .side-posts .single-post img, .sidebar .side-posts .single-post img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 80px;
    border-radius: 5px
}

.content-widgets .side-posts .single-post .text-wrap, .sidebar .side-posts .single-post .text-wrap {
    padding: 10px
}

.content-widgets .side-posts .single-post .text-wrap p, .sidebar .side-posts .single-post .text-wrap p {
    margin-bottom: 0;
    font-size: 14px
}

.content-widgets .cat-links, .sidebar .cat-links {
    margin-bottom: 40px
}

.content-widgets .cat-links .title, .sidebar .cat-links .title {
    color: #000;
    font-weight: 700;
    font-size: 24px
}

.content-widgets .cat-links .cat, .sidebar .cat-links .cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8
}

.content-widgets .cat-links .cat a, .sidebar .cat-links .cat a {
    font-size: 18px
}

.content-widgets .cat-links .cat .button, .sidebar .cat-links .cat .button {
    padding: 5px 25px
}

.content-widgets .widgettitle, .sidebar .widgettitle {
    font-weight: 700;
    color: #000;
    font-size: 24px
}

.content-widgets .sidebar-form .widgettitle, .sidebar .sidebar-form .widgettitle {
    text-align: center;
    font-size: 1.25rem
}

.content-widgets .sidebar-form input[type="text"], .content-widgets .sidebar-form input[type="email"], .content-widgets .sidebar-form textarea, .sidebar .sidebar-form input[type="text"], .sidebar .sidebar-form input[type="email"], .sidebar .sidebar-form textarea {
    border-radius: .3125rem !important
}

.content-widgets .sidebar-form .wpforms-submit-container, .sidebar .sidebar-form .wpforms-submit-container {
    text-align: center
}

.content-widgets .poker-shortcodes.training-sites .grid-x .cell, .sidebar .poker-shortcodes.training-sites .grid-x .cell {
    width: 100%
}

.home-categories {
    margin-top: 50px;
    position: relative
}

.home-categories:after {
    content: '';
    width: 2px;
    height: 50px;
    background: #FF9600;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1
}

.home-categories.section-404 .content-wrap .title {
    color: #353D50
}

.home-categories .content-wrap {
    padding: 45px 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background: #fff
}

@media print, screen and (max-width: 39.99875em) {
    .home-categories .content-wrap {
        padding: 25px 0
    }
}

.home-categories .content-wrap .title {
    text-align: center;
    font-weight: 700;
    color: #000;
    font-size: 1.875rem
}

@media print, screen and (max-width: 39.99875em) {
    .home-categories .content-wrap .title {
        font-size: 24px;
        margin-top: 30px
    }
}

.home-categories .content-wrap .cat-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 14%;
    padding-right: 14%;
    margin-top: 30px
}

@media print, screen and (max-width: 63.99875em) {
    .home-categories .content-wrap .cat-wrap {
        padding-left: 0;
        padding-right: 0
    }
}

.home-categories .content-wrap .cat-wrap .cat {
    width: 30%;
    text-align: center;
    background: #fff;
    margin: 0 1%;
    margin-bottom: 25px;
    padding: 30px 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    font-weight: 700;
    color: #000;
    font-size: 1rem;
    border-radius: 5px
}

.home-categories .content-wrap .cat-wrap .cat img {
    width: 80px;
    height: 70px;
    max-height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 10px
}

.home-categories .content-wrap .cat-wrap .cat a, .home-categories .content-wrap .cat-wrap .cat span {
    display: block
}

@media print, screen and (max-width: 39.99875em) {
    .home-categories .content-wrap .cat-wrap .cat {
        width: 48%;
        min-height: 8rem;
        margin-bottom: 20px;
        padding: 10px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.home-latest {
    background: #F3F3F3;
    padding: 7.1875rem 0 3.125rem;
    z-index: 10
}

.home-latest.single-post {
    padding-top: 3.125rem
}

.home-latest.single-post:after {
    display: none
}

@media print, screen and (max-width: 39.99875em) {
    .home-latest.single-post .title-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 20px 0
    }
}

@media print, screen and (max-width: 39.99875em) {
    .home-latest.single-post .post-wrap .single-post {
        border-radius: 0 0 5px 5px;
        -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
        box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
        background-color: #fff;
        position: relative
    }
}

@media print, screen and (max-width: 39.99875em) {
    .home-latest.single-post .post-wrap .single-post > a {
        max-height: 106px !important;
        min-height: 106px !important;
        height: 106px !important
    }
}

@media print, screen and (max-width: 39.99875em) {
    .home-latest.single-post .post-wrap .single-post .text-wrap {
        height: auto !important;
        padding-bottom: 2.5rem;
        border-radius: 0 0 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: unset
    }
}

@media print, screen and (max-width: 39.99875em) {
    .home-latest.single-post .post-wrap .single-post .text-wrap h3 a {
        display: inline-block
    }
}

@media print, screen and (max-width: 39.99875em) {
    .home-latest:after {
        display: none
    }
}

.home-latest .section-title {
    margin-bottom: 0
}

.home-latest a {
    color: #000 !important
}

.home-latest a:after, .home-latest a:before {
    display: none
}

@media print, screen and (max-width: 39.99875em) {
    .home-latest .title-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 20px 0
    }
}

@media print, screen and (max-width: 39.99875em) {
    .home-latest .title-wrap a {
        margin-bottom: 0;
        min-width: 4.5rem
    }
}

@media print, screen and (max-width: 39.99875em) {
    .home-latest .text-wrap {
        height: auto !important;
        padding-bottom: 2.5rem !important;
        border-radius: 0 0 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: unset
    }
}

@media print, screen and (max-width: 39.99875em) {
    .home-latest .text-wrap h3 a {
        display: inline-block;
        font-size: .8125rem !important
    }
}

.home-latest .text-wrap .read-more::before {
    display: none
}

.home-latest .text-wrap .read-more:after {
    display: block !important
}

.home-latest .single-post {
    width: 24%
}

@media print, screen and (max-width: 63.99875em) {
    .home-latest .single-post {
        width: 48%
    }
}

@media print, screen and (max-width: 39.99875em) {
    .home-latest .single-post {
        width: 48%
    }

    .home-latest .single-post:first-child {
        width: 48%;
        margin: 0 1% 20px
    }
}

@media print, screen and (max-width: 39.99875em) {
    .home-latest .single-post {
        border-radius: 0 0 5px 5px;
        -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
        box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
        background-color: #fff;
        position: relative
    }
}

@media print, screen and (max-width: 39.99875em) {
    .home-latest .single-post:last-child {
        display: block
    }
}

.home-latest .single-post > a {
    display: block;
    max-height: 172px !important;
    height: 172px !important;
    background-color: #131929;
    border-radius: 5px 5px 0 0
}

@media print, screen and (max-width: 39.99875em) {
    .home-latest .single-post > a {
        max-height: 106px !important;
        min-height: 106px !important;
        height: 106px !important
    }
}

@media print, screen and (max-width: 63.99875em) {
    .home-latest .single-post > a {
        min-height: 172px;
        height: 172px
    }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
    .home-latest .single-post > a {
        max-height: 134px !important
    }
}

.home-latest .single-post .no-image {
    max-height: 172px !important;
    height: 172px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media print, screen and (max-width: 39.99875em) {
    .home-latest .single-post .no-image {
        max-height: 106px !important;
        min-height: 106px !important;
        height: 106px !important
    }
}

@media print, screen and (max-width: 63.99875em) {
    .home-latest .single-post .no-image {
        min-height: 172px;
        height: 172px
    }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
    .home-latest .single-post .no-image {
        max-height: 134px !important
    }
}

.home-latest .single-post .no-image img {
    max-width: 80%;
    height: auto
}

.home-latest .single-post img {
    max-height: 172px;
    height: 100%
}

.home-trial {
    background: #131929;
    padding: 80px 0
}

.home-trial .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media print, screen and (max-width: 63.99875em) {
    .home-trial .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

.home-trial h1 {
    font-weight: 700
}

.home-trial p {
    font-weight: 600;
    font-size: 24px;
    max-width: 80%
}

@media print, screen and (max-width: 63.99875em) {
    .home-trial p {
        margin: auto;
        margin-bottom: 20px
    }
}

@media print, screen and (max-width: 39.99875em) {
    .home-trial p {
        font-size: 18px;
        margin: auto;
        margin-bottom: 20px
    }
}

.home-trial .button {
    padding: 15px 30px;
    font-size: 24px;
    max-width: 300px;
    width: 100%;
    margin-left: 30px
}

@media print, screen and (max-width: 39.99875em) {
    .home-trial .button {
        margin: auto
    }
}

.home-faq {
    padding: 50px 0
}

.home-faq .text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

@media print, screen and (max-width: 63.99875em) {
    .home-faq .text-wrap {
        text-align: center
    }
}

.home-faq .text-wrap .title {
    font-weight: 600;
    margin-bottom: 20px
}

.home-faq .text-wrap p {
    font-weight: 600;
    font-size: 24px
}

.home-faq ul.faqs {
    list-style: none;
    margin: 0
}

@media print, screen and (max-width: 63.99875em) {
    .home-faq ul.faqs {
        width: 100%;
        margin: auto
    }
}

.home-faq ul.faqs li {
    padding: 10px 20px;
    border: 1px solid #9A9A9A;
    border-radius: 5px;
    margin-bottom: 20px
}

.home-faq ul.faqs li .question {
    position: relative;
    margin: 0;
    cursor: pointer
}

.home-faq ul.faqs li .question:after {
    content: '';
    height: 12px;
    width: 12px;
    border-bottom: 2px solid #FF9600;
    border-right: 2px solid #FF9600;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -5px;
    bottom: 0;
    right: 10px;
    margin: auto
}

.home-faq ul.faqs li .answer {
    height: 0;
    overflow: hidden;
    -webkit-transition: .3s all;
    transition: .3s all
}

.home-faq ul.faqs li.open .answer {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 20px
}

.find-path {
    background: #131929;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 10px;
    overflow: hidden;
    padding: 3.125rem 4.375rem 1.5rem
}

@media print, screen and (max-width: 39.99875em) {
    .find-path {
        padding: 30px 20px
    }
}

.find-path .title {
    color: #fff;
    font-weight: 600;
    font-size: 2.25rem;
    max-width: 80%
}

@media print, screen and (max-width: 39.99875em) {
    .find-path .title {
        max-width: 100%
    }
}

.find-path p {
    color: #fff;
    margin-bottom: 30px;
    max-width: 80%;
    font-size: 1.125rem !important
}

@media print, screen and (max-width: 39.99875em) {
    .find-path p {
        max-width: 100%
    }
}

.find-path .button {
    padding: 10px 15px;
    display: inline-block
}

.top-sites .section-title {
    color: #000;
    margin-bottom: 2.6875rem;
    text-transform: none;
    font-size: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1
}

@media print, screen and (max-width: 63.99875em) {
    .top-sites .section-title {
        font-size: 1.875rem
    }
}

.top-sites .section-title img {
    margin-right: 1.75rem;
    max-height: 3rem;
    width: auto
}

.top-sites .site {
    margin-bottom: 60px
}

.top-sites .site .info {
    margin-top: 3.75rem
}

@media print, screen and (max-width: 63.99875em) {
    .top-sites .site .info {
        margin-top: 40px
    }
}

@media print, screen and (max-width: 39.99875em) {
    .top-sites .site .info {
        padding: 30px 20px
    }
}

.top-sites .site .info p {
    font-size: 1.125rem
}

.top-sites .site .info .button {
    padding: 10px 15px
}

.top-sites .title {
    line-height: 1.1;
    font-size: 1.625rem;
    font-weight: 700;
    margin-bottom: 2.1875rem
}

@media print, screen and (max-width: 39.99875em) {
    .top-sites .title {
        font-size: 25px
    }
}

.top-sites .card {
    padding: 0 0;
    overflow: hidden;
    height: 100%
}

@media print, screen and (max-width: 39.99875em) {
    .top-sites .card {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }
}

.top-sites .card > a img {
    width: 100%;
    height: auto
}

.top-sites .card .over-image {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.top-sites .card .identity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
    top: -25px
}

.top-sites .card .identity img {
    border-radius: 100%;
    overflow: hidden
}

.top-sites .card .card-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    align-self: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0 0
}

.top-sites .card p {
    font-weight: 400;
    font-size: 1.125rem
}

.top-sites .card .pay-methods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0
}

.top-sites .card .pay-methods img {
    margin-right: 10px;
    max-width: 30px;
    width: 100%
}

.top-sites .card .button-alt {
    width: 49%;
    border: 1px solid #187270;
    color: #187270;
    padding: 8px 5px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 700;
    text-align: center;
    font-size: 14px
}

@media print, screen and (max-width: 39.99875em) {
    .top-sites .card .button-alt {
        width: 100%
    }
}

.top-sites .card .button-link {
    width: 49%;
    max-width: 8.5rem;
    border: 1px solid transparent;
    color: #FF9600;
    padding: 8px 5px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 700;
    text-align: center;
    font-size: 16px
}

@media print, screen and (max-width: 39.99875em) {
    .top-sites .card .button-link {
        width: 100%
    }
}

.top-sites .card .button {
    width: 49%;
    max-width: 8.5rem;
    padding: 8px 5px;
    display: inline-block;
    font-size: 16px
}

@media print, screen and (max-width: 39.99875em) {
    .top-sites .card .button {
        width: 100%;
        margin-bottom: 15px
    }
}

@media print, screen and (max-width: 63.99875em) {
    .top-sites .card .btns-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media print, screen and (max-width: 39.99875em) {
    .top-sites .card .btns-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media print, screen and (max-width: 39.99875em) {
    .top-sites .card .btns-wrap .button-link {
        margin-left: 0
    }
}

.top-sites .stats-wrap {
    padding: 0 0;
    height: 100%
}

@media print, screen and (max-width: 63.99875em) {
    .top-sites .stats-wrap {
        margin-top: 20px
    }
}

@media print, screen and (max-width: 39.99875em) {
    .top-sites .stats-wrap {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }
}

.top-sites .stats-wrap .title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media print, screen and (max-width: 63.99875em) {
    .top-sites .stats-wrap .title-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .top-sites .stats-wrap .title-wrap .stars-wrap {
        margin-left: 0 !important
    }
}

.top-sites .stats-wrap .title-wrap .title {
    margin: 0;
    font-weight: 700;
    font-size: 1rem
}

.top-sites .stats-wrap .title-wrap .stars-wrap {
    margin-left: 20px
}

.top-sites .stats-wrap .title-wrap .stars-wrap i {
    color: #FCC007
}

.top-sites .stats-wrap .title-wrap .stars-wrap i.disable {
    color: #E7E7E7
}

.top-sites .stats-wrap .title-wrap .rating {
    margin-left: .875rem
}

.top-sites .stats-wrap .cols {
    margin-top: 2.8125rem
}

.top-sites .stats-wrap .cols .stat-wrap {
    padding-left: 2.5rem;
    margin-bottom: 1.875rem
}

.top-sites .stats-wrap .cols .stat-name {
    margin-bottom: 0
}

.top-sites .stats-wrap .cols .stat-number {
    height: .875rem;
    width: 100%;
    background: #E7E7E7
}

.top-sites .stats-wrap .cols .stat-number .fill {
    background: #FF9600;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.top-sites .stats-wrap .cols .stat-number .fill p {
    margin: 0;
    font-size: 14px;
    position: absolute;
    left: -40px;
    font-weight: 700
}

.top-sites .button-alt {
    width: 49%;
    border: 1px solid #187270;
    color: #187270;
    padding: 8px 5px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 700;
    text-align: center;
    font-size: 14px
}

.top-sites .button-alt.alt-smaller {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 15px
}

@media print, screen and (max-width: 39.99875em) {
    .top-sites .button-alt {
        width: 100%
    }
}

.top-sites .button-link {
    width: 49%;
    max-width: 8.5rem;
    border: 1px solid transparent;
    color: #FF9600;
    padding: 8px 5px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 700;
    text-align: center;
    font-size: 16px
}

@media print, screen and (max-width: 39.99875em) {
    .top-sites .button-link {
        width: 100%
    }
}

.top-sites .button {
    width: 49%;
    max-width: 8.5rem;
    padding: 8px 5px;
    display: inline-block;
    font-size: 16px
}

@media print, screen and (max-width: 39.99875em) {
    .top-sites .button {
        width: 100%;
        margin-bottom: 15px
    }
}

.cash-games {
    padding: 60px 0
}

.cash-games .title {
    color: #187270;
    font-weight: 700;
    text-align: center
}

.cash-games .trial-text {
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    border-radius: 5px;
    margin-bottom: 40px
}

.cash-games .trial-text .title {
    font-weight: 700;
    font-size: 24px
}

.cash-games .trial-text .button {
    display: block;
    padding: 10px 15px
}

.cash-games .try-quiz {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15)
}

.cash-games .try-quiz p {
    font-size: 24px;
    max-width: 90%;
    text-align: center;
    margin: auto;
    margin-bottom: 20px
}

.cash-games .try-quiz a {
    display: block;
    padding: 10px 20px;
    background: #187270;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto
}

.latest-dark {
    background: #131929
}

.latest-dark .section-title, .latest-dark .title-wrap a {
    color: #fff !important
}

.latest-dark .text-wrap, .latest-dark .title-wrap a:after {
    background: #fff
}

.single-post-page {
    margin: 50px 0
}

.single-post-page.no-top-spacing {
    margin-top: 0;
    margin-bottom: 0
}

.single-post-page .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.single-post-page .header .post-title {
    font-weight: 700;
    font-size: 34px;
    max-width: 450px;
    width: 100%;
    padding: 20px 0;
    z-index: 10;
    position: relative;
    color: #fff;
    margin-bottom: 20px
}

@media print, screen and (max-width: 63.99875em) {
    .single-post-page .header .post-title {
        font-size: 28px;
        max-width: 100%;
        padding: 20px 10px
    }

    .single-post-page .header .post-title:after {
        width: 100% !important;
        left: 0 !important;
        top: 0 !important;
        border-radius: 0 !important
    }

    .single-post-page .header .post-title:before {
        left: 10px !important
    }
}

.single-post-page .header .post-title:before {
    content: '';
    height: 2px;
    width: 100px;
    bottom: 10px;
    left: 0;
    position: absolute;
    background: #fff
}

.single-post-page .header .post-title:after {
    content: '';
    height: 180%;
    min-height: 120px;
    width: 120%;
    background: #37a4a0;
    left: -10%;
    top: -10px;
    margin: auto;
    position: absolute;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    z-index: -1
}

.single-post-page .post-thumbnail {
    position: relative
}

.single-post-page .post-thumbnail .post-title {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 30px;
    color: #fff;
    z-index: 3
}

.single-post-page .post-thumbnail img {
    z-index: 1
}

.single-post-page .author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

@media print, screen and (max-width: 63.99875em) {
    .single-post-page .author-info {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 15px;
        padding-right: 10px;
        z-index: 10
    }

    .single-post-page .author-info h3 {
        color: #fff
    }
}

.single-post-page .author-info h3 {
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 0
}

.single-post-page .author-info h3 span {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Segoe UI', sans-serif;
    text-transform: capitalize
}

.single-post-page .author-info img {
    height: 55px;
    width: 55px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%
}

@media print, screen and (max-width: 39.99875em) {
    .single-post-page .author-info img {
        height: 45px;
        width: 45px
    }
}

.single-post-page .date {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 30px 0
}

.single-post-page img {
    width: auto;
    max-width: 100%;
    position: relative;
    z-index: 10
}

.single-post-page .button-post {
    padding: 10px 15px
}

.single-post-page .benefits-title {
    font-size: 2.25rem !important;
    font-weight: 700;
    color: #000;
    margin-bottom: 3.75rem;
    text-transform: uppercase
}

@media print, screen and (max-width: 74.99875em) {
    .single-post-page .benefits-title {
        margin-bottom: 1.875rem
    }
}

@media print, screen and (max-width: 63.99875em) {
    .single-post-page .benefits-title {
        font-size: 1.875rem !important
    }
}

.single-post-page .benefits-list {
    list-style-type: none;
    margin-left: 1.875rem
}

.single-post-page .benefits-list li {
    position: relative
}

.single-post-page .benefits-list li i {
    position: absolute;
    left: -30px;
    top: 5px;
    z-index: 1;
    font-size: 1rem;
    color: #ADD92F
}

.wp-block-ub-tabbed-content-tabs-content {
    background-color: #fff
}

.more-posts {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #F3F3F3), color-stop(50%, #fff));
    background: linear-gradient(to right, #F3F3F3 50%, #fff 50%);
    margin: 50px 0
}

.more-posts .content-wrap {
    padding: 45px 0 45px 45px;
    background: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px
}

@media print, screen and (max-width: 63.99875em) {
    .more-posts .content-wrap {
        padding: 45px 10px
    }
}

.more-posts .title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.more-posts .title-wrap a {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    position: relative
}

@media print, screen and (max-width: 63.99875em) {
    .more-posts .title-wrap a {
        margin-bottom: .5rem
    }
}

.more-posts .title-wrap a:after {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000
}

.more-posts .single-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    overflow: hidden;
    margin-bottom: 20px
}

@media print, screen and (max-width: 39.99875em) {
    .more-posts .single-post {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.more-posts .single-post img {
    max-width: 200px;
    width: auto;
    max-height: 150px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media print, screen and (max-width: 39.99875em) {
    .more-posts .single-post img {
        max-width: 100%;
        width: 100%;
        height: auto;
        max-height: 100%
    }
}

.more-posts .single-post .text-wrap {
    margin-left: 20px;
    padding: 20px 10px 20px 0
}

.more-posts .single-post .text-wrap .title {
    margin-bottom: 10px
}

.more-posts .single-post .text-wrap .title a {
    font-size: 18px;
    font-weight: 500
}

.more-posts .single-post .text-wrap p {
    margin-bottom: 0
}

.more-posts .single-post.podcast .title {
    margin-bottom: 0
}

.more-posts .single-post.podcast .title a {
    font-weight: 700
}

.more-posts .single-post.podcast .date {
    font-size: .875rem;
    margin-bottom: .625rem
}

.more-posts .trial-text {
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    border-radius: 5px;
    margin-bottom: 40px
}

.more-posts .trial-text .title {
    font-weight: 700;
    font-size: 24px
}

.more-posts .trial-text .button {
    display: block;
    padding: 10px 15px
}

.more-posts .try-quiz {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15)
}

.more-posts .try-quiz p {
    font-size: 24px;
    max-width: 90%;
    text-align: center;
    margin: auto;
    margin-bottom: 20px
}

.more-posts .try-quiz a {
    display: block;
    padding: 10px 20px;
    background: #187270;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto
}

.single-author-header {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #F3F3F3), color-stop(50%, #fff));
    background: linear-gradient(to right, #F3F3F3 50%, #fff 50%);
    margin: 50px 0 0
}

.single-author-header .author-name {
    color: #187270;
    font-weight: 700;
    margin-bottom: 20px
}

.single-author-header .author-avatar img {
    border-radius: 50%
}

.single-author-header .content-wrap {
    padding: 30px;
    border-top-left-radius: 30px;
    background: #fff;
    padding-bottom: 30px;
    position: relative;
    z-index: 10
}

@media print, screen and (max-width: 39.99875em) {
    .single-author-header .content-wrap {
        position: unset
    }
}

.blog-header {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #F3F3F3), color-stop(50%, #fff));
    background: linear-gradient(to right, #F3F3F3 50%, #fff 50%);
    margin: 50px 0 0
}

.blog-header .content-wrap {
    padding: 30px;
    border-top-left-radius: 30px;
    background: #fff;
    padding-bottom: 30px;
    position: relative;
    z-index: 10
}

@media print, screen and (max-width: 39.99875em) {
    .blog-header .content-wrap {
        position: unset
    }
}

.blog-header .content-wrap .title {
    color: #187270;
    font-weight: 700;
    margin-bottom: 20px
}

.blog-header .content-wrap > .grid-x > .cell.medium-9 {
    padding-right: 4.375rem
}

.blog-header .post {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden
}

.blog-header .post.big .post-content .post-title {
    -webkit-line-clamp: 2
}

.blog-header .post .post-content {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 30px
}

.blog-header .post .post-content .post-title {
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.blog-header .post .post-content .post-title.big {
    -webkit-line-clamp: 1
}

.blog-header .post .post-content p {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.blog-header .cells {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.blog-header .cells .post {
    width: 32%;
    margin: 0 1%
}

@media print, screen and (max-width: 39.99875em) {
    .blog-header .cells .post {
        width: 100%;
        margin: 0;
        margin-bottom: 20px
    }
}

.blog-header .cells .post:first-child {
    margin-left: 0
}

.blog-header .cells .post:last-child {
    margin-right: 0
}

.blog-header .sidebar-title {
    color: #187270;
    font-weight: 700;
    position: relative;
    margin-bottom: 2.375rem;
    padding-bottom: 5px
}

.blog-header .sidebar-title:after {
    content: '';
    height: 2px;
    width: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #187270
}

.blog-header .side-post {
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 20px
}

.blog-header .side-post .post-title {
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.blog-header .side-post p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: .5rem
}

.blog-content {
    margin: 100px 0 50px
}

.blog-content .content-wrap {
    padding: 0 0 0 0
}

@media print, screen and (max-width: 39.99875em) {
    .blog-content .content-wrap {
        padding: 0
    }

    .blog-content .content-wrap .cell {
        padding: 0
    }
}

.blog-content .content-wrap .featured {
    padding: 3.75rem 3rem;
    background: #131929;
    margin-bottom: 2.5rem;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    border-bottom-left-radius: .625rem;
    border-bottom-right-radius: .625rem
}

@media print, screen and (max-width: 63.99875em) {
    .blog-content .content-wrap .featured {
        padding: 3.125rem 1.25rem
    }
}

.blog-content .content-wrap .featured .title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.blog-content .content-wrap .featured .title-wrap .section-title {
    font-size: 36px;
    text-transform: none
}

@media print, screen and (max-width: 63.99875em) {
    .blog-content .content-wrap .featured .title-wrap .section-title {
        font-size: 24px
    }
}

.blog-content .content-wrap .featured .title-wrap a {
    color: #FF9600;
    font-weight: 700;
    position: relative;
    padding-bottom: 5px;
    line-height: 1.1;
    font-size: 1.125rem
}

@media print, screen and (max-width: 63.99875em) {
    .blog-content .content-wrap .featured .title-wrap a {
        margin-bottom: 2px
    }
}

.blog-content .content-wrap .featured .title-wrap a:after {
    content: '';
    height: 2px;
    width: 100%;
    background: #FF9600;
    position: absolute;
    bottom: 0;
    left: 0
}

.blog-content .content-wrap .featured .section-title {
    color: #fff
}

.blog-content .posts-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -.25rem 0 -.25rem
}

@media print, screen and (max-width: 39.99875em) {
    .blog-content .posts-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 -.375rem 0 -.375rem
    }
}

.blog-content .posts-wrap.four .post {
    max-width: 23%;
    margin: 0 1% 20px 1%
}

.blog-content .posts-wrap.four .post > a {
    height: 120px
}

.blog-content .posts-wrap.four .post > a img {
    min-height: 120px
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
    .blog-content .posts-wrap.four .post {
        max-width: 23%
    }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .blog-content .posts-wrap.four .post {
        max-width: 23%
    }
}

@media print, screen and (max-width: 39.99875em) {
    .blog-content .posts-wrap.four .post {
        max-width: 97% !important;
        margin: 0 .375rem 1.25rem .375rem
    }

    .blog-content .posts-wrap.four .post .text-wrap h3 a {
        font-size: 1rem !important
    }
}

.blog-content .posts-wrap.five {
    margin: 0 -.375rem 0 -.375rem
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .blog-content .posts-wrap.five {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.blog-content .posts-wrap.five .post {
    max-width: 31.94%;
    margin: 0 .375rem 1.25rem .375rem
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
    .blog-content .posts-wrap.five .post {
        max-width: 31%
    }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .blog-content .posts-wrap.five .post {
        max-width: 31%
    }
}

.blog-content .posts-wrap.five .post:nth-child(2), .blog-content .posts-wrap.five .post:first-child {
    max-width: 48.6%;
    margin-bottom: 2.5rem
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
    .blog-content .posts-wrap.five .post:nth-child(2), .blog-content .posts-wrap.five .post:first-child {
        max-width: 48%
    }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .blog-content .posts-wrap.five .post:nth-child(2), .blog-content .posts-wrap.five .post:first-child {
        max-width: 48%
    }
}

@media print, screen and (max-width: 39.99875em) {
    .blog-content .posts-wrap.five .post:nth-child(2) {
        max-width: 46%;
        margin: 0 .375rem 1.25rem .375rem
    }
}

@media print, screen and (max-width: 39.99875em) {
    .blog-content .posts-wrap.five .post {
        max-width: 46%;
        margin: 0 .375rem 1.25rem .375rem
    }

    .blog-content .posts-wrap.five .post:first-child {
        max-width: 97% !important;
        margin: 0 .375rem 1.25rem .375rem
    }
}

.blog-content .posts-wrap.two {
    margin: 0 -.375rem 0 -.375rem
}

.blog-content .posts-wrap.two .post {
    max-width: 48.6%;
    margin: 0 .375rem 1.25rem .375rem
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
    .blog-content .posts-wrap.two .post {
        max-width: 48%
    }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .blog-content .posts-wrap.two .post {
        max-width: 48%
    }
}

@media print, screen and (max-width: 39.99875em) {
    .blog-content .posts-wrap.two .post {
        max-width: 46%;
        margin: 0 .375rem 1.25rem .375rem
    }
}

@media print, screen and (max-width: 39.99875em) {
    .blog-content .posts-wrap.two .post:first-child {
        max-width: 46% !important;
        margin: 0 .375rem 1.25rem .375rem
    }
}

.blog-content .posts-wrap.six {
    margin: 0 -.375rem 0 -.375rem
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
    .blog-content .posts-wrap.six .post {
        max-width: 32%
    }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .blog-content .posts-wrap.six .post {
        max-width: 32%
    }
}

@media print, screen and (max-width: 39.99875em) {
    .blog-content .posts-wrap.six .post {
        max-width: 46%;
        margin: 0 .375rem 1.25rem .375rem
    }

    .blog-content .posts-wrap.six .post:nth-child(6), .blog-content .posts-wrap.six .post:first-child {
        max-width: 97% !important;
        margin: 0 .375rem 1.25rem .375rem
    }

    .blog-content .posts-wrap.six .post:nth-child(6) .text-wrap h3 a {
        font-size: 1rem !important
    }
}

.blog-content .posts-wrap .post {
    margin-top: 20px;
    max-width: 32.4%;
    width: 100%;
    margin: 0 .25rem 1.25rem .25rem
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
    .blog-content .posts-wrap .post {
        max-width: 32%
    }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .blog-content .posts-wrap .post {
        max-width: 32%
    }
}

@media print, screen and (max-width: 39.99875em) {
    .blog-content .posts-wrap .post {
        max-width: 46%;
        margin: 0 .375rem 1.25rem .375rem
    }

    .blog-content .posts-wrap .post:first-child {
        max-width: 97% !important;
        margin: 0 .375rem 1.25rem .375rem
    }
}

.blog-content .posts-wrap .post img {
    height: 100%;
    min-height: 150px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blog-content .posts-wrap .post .img-link {
    background-color: #fff;
    display: block;
    height: 150px
}

.blog-content .posts-wrap .post .text-wrap {
    background-color: #fff;
    padding: 25px 25px 20px;
    width: 100%;
    height: 150px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    font-size: 14px;
    position: relative
}

.blog-content .posts-wrap .post .text-wrap p {
    display: inline
}

.blog-content .posts-wrap .post .text-wrap h3 {
    font-size: .875rem;
    font-weight: 700;
    color: #000
}

.blog-content .posts-wrap .post .text-wrap h3 a {
    font: inherit;
    color: inherit;
    padding: 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .blog-content .posts-wrap .post .text-wrap h3 a {
        font-size: .9375rem !important
    }
}

.blog-content .posts-wrap .post .text-wrap h3 a:before, .blog-content .posts-wrap .post .text-wrap h3 a:after {
    display: none
}

.blog-content .posts-wrap .post .text-wrap a {
    padding-right: 20px;
    position: relative;
    color: #B02B2C;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.blog-content .posts-wrap .post .text-wrap a:after {
    content: '';
    height: 7px;
    width: 7px;
    border-bottom: 1px solid #B02B2C;
    border-right: 1px solid #B02B2C;
    border-top-right-radius: 1px;
    border-bottom-left-radius: 1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto
}

.blog-content .posts-wrap .post .text-wrap a:before {
    content: '';
    height: 7px;
    width: 7px;
    border-bottom: 1px solid #B02B2C;
    border-right: 1px solid #B02B2C;
    border-top-right-radius: 1px;
    border-bottom-left-radius: 1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto
}

.blog-content .posts-wrap .post .text-wrap a.read-more {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    font-weight: 700;
    padding: 0 20px 0 0;
    color: #000
}

.blog-content .posts-wrap .post .text-wrap a.read-more::before {
    display: none
}

.blog-content .posts-wrap .post .text-wrap a.read-more:after {
    content: '';
    height: 7px;
    width: 7px;
    border-bottom: 2px solid #131929;
    border-right: 2px solid #131929;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto
}

.blog-content .cat-section {
    margin: 2.5rem 0;
    padding: 3.75rem 3rem;
    background: #fff;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    border-bottom-left-radius: .625rem;
    border-bottom-right-radius: .625rem
}

@media print, screen and (max-width: 63.99875em) {
    .blog-content .cat-section {
        padding: 3.125rem 1.5625rem
    }
}

.blog-content .cat-section .title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.blog-content .cat-section .title-wrap .section-title {
    text-transform: none;
    color: #000;
    font-size: 36px;
    margin-bottom: 20px
}

@media print, screen and (max-width: 63.99875em) {
    .blog-content .cat-section .title-wrap .section-title {
        font-size: 24px
    }
}

.blog-content .cat-section .title-wrap a {
    color: #FF9600;
    font-weight: 700;
    position: relative;
    padding-bottom: 5px;
    line-height: 1.1;
    font-size: 1.125rem
}

@media print, screen and (max-width: 63.99875em) {
    .blog-content .cat-section .title-wrap a {
        margin-bottom: 2px
    }
}

.blog-content .cat-section .title-wrap a:after {
    content: '';
    height: 2px;
    width: 100%;
    background: #FF9600;
    position: absolute;
    bottom: 0;
    left: 0
}

.blog-content .cat-section .post {
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    border-radius: 0 0 5px 5px
}

.blog-content .cat-section .button {
    padding: 10px 15px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 20px
}

@media print, screen and (max-width: 63.99875em) {
    .blog-content .cat-section .button {
        margin: auto;
        margin-top: 20px
    }
}

.blog-content .large-3 {
    padding: 0 0
}

.blog-content .sidebar {
    background-color: #fff;
    padding-top: 3.125rem;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    border-radius: 5px;
    padding: 3.125rem .9375rem 1.75rem
}

.single-cat-page {
    margin: 50px 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #F3F3F3), color-stop(50%, #fff));
    background: linear-gradient(to right, #F3F3F3 50%, #fff 50%)
}

.single-cat-page .posts-wrap .grid-x {
    margin-right: -.9375rem;
    margin-left: -.9375rem
}

.single-cat-page .content-wrap {
    position: relative;
    z-index: 10;
    padding: 30px;
    background: #fff;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px
}

@media print, screen and (max-width: 39.99875em) {
    .single-cat-page .content-wrap {
        position: unset
    }
}

.single-cat-page .content-wrap .title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.single-cat-page .content-wrap .section-title {
    color: #187270;
    font-size: 40px;
    text-transform: none
}

.single-cat-page .content-wrap .section-title.cat {
    font-size: 20px;
    text-transform: uppercase
}

.single-cat-page .content-wrap .section-sub-title {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase
}

.single-cat-page .content-wrap form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-cat-page .content-wrap form select {
    margin: 0;
    border: 1px solid #FF9600;
    color: #000;
    text-align: center;
    font-weight: 800
}

.single-cat-page .content-wrap form select:placeholder {
    text-align: center
}

.single-cat-page .content-wrap form input {
    padding: 10px 15px 11px;
    border: none;
    cursor: pointer;
    text-transform: capitalize;
    color: #fff;
    background: #FF9600;
    font-weight: 700
}

.single-cat-page .content-wrap .big-post {
    height: 100%;
    background: #F3F3F3;
    border-radius: 5px;
    overflow: hidden
}

@media print, screen and (max-width: 63.99875em) {
    .single-cat-page .content-wrap .big-post {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        max-width: 500px;
        margin: auto;
        margin-bottom: 20px
    }
}

.single-cat-page .content-wrap .big-post img {
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.single-cat-page .content-wrap .big-post .text-wrap {
    padding: 10px 15px;
    background: #F3F3F3
}

.single-cat-page .content-wrap .big-post .text-wrap .title {
    font-weight: 600;
    font-size: 24px
}

.single-cat-page .content-wrap .big-post .text-wrap p {
    margin-bottom: 0
}

.single-cat-page .content-wrap .normal-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #F3F3F3;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px
}

@media print, screen and (max-width: 63.99875em) {
    .single-cat-page .content-wrap .normal-post {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 500px;
        margin: auto;
        margin-bottom: 20px
    }
}

@media print, screen and (max-width: 39.99875em) {
    .single-cat-page .content-wrap .normal-post {
        margin: 20px 0
    }
}

.single-cat-page .content-wrap .normal-post .title {
    font-size: 18px;
    font-weight: 500
}

.single-cat-page .content-wrap .normal-post img {
    width: 160px;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover
}

@media print, screen and (max-width: 63.99875em) {
    .single-cat-page .content-wrap .normal-post img {
        height: auto;
        width: 100%
    }
}

.single-cat-page .content-wrap .normal-post .text-wrap {
    padding: 10px 15px
}

.latest-3-col .single-post {
    width: 30%;
    margin: 0 1.5%
}

@media print, screen and (max-width: 63.99875em) {
    .latest-3-col .single-post {
        width: 100%;
        max-width: 500px;
        margin: 0 auto 20px
    }
}

.latest-3-col .single-post a {
    padding: 0 !important
}

@media print, screen and (max-width: 39.99875em) {
    .latest-3-col .single-post {
        width: 100%;
        margin: 20px 0
    }
}

.strategy-articles {
    margin: 50px 0
}

.strategy-articles .content {
    background-color: transparent;
    padding: 0 0
}

.strategy-articles .content .inner-content {
    margin-bottom: 1.25rem;
    background-color: #fff;
    padding: 3.125rem 2.0625rem;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    border-radius: 5px
}

@media print, screen and (max-width: 63.99875em) {
    .strategy-articles .content {
        padding: 40px 10px
    }
}

.strategy-articles .content .posts {
    margin-top: 30px
}

.strategy-articles .content .single {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px
}

.strategy-articles .content .single.hidden {
    display: none !important
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .strategy-articles .content .single {
        margin: 0 auto 20px
    }
}

@media print, screen and (max-width: 39.99875em) {
    .strategy-articles .content .single {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto 20px
    }
}

.strategy-articles .content .single .img-link {
    max-width: 250px;
    width: 100%;
    display: block;
    height: 150px
}

@media print, screen and (max-width: 39.99875em) {
    .strategy-articles .content .single .img-link {
        max-width: none
    }
}

.strategy-articles .content .single .img-link.no-image {
    background-color: #131929;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.strategy-articles .content .single .img-link.no-image img {
    width: 80%;
    height: auto
}

.strategy-articles .content .single img {
    max-width: 250px;
    width: 100%;
    max-height: 150px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media print, screen and (max-width: 63.99875em) {
    .strategy-articles .content .single img {
        max-width: 100%
    }
}

.strategy-articles .content .single .text-wrap {
    padding: 10px 15px;
    width: 100%;
    position: relative
}

@media print, screen and (max-width: 39.99875em) {
    .strategy-articles .content .single .text-wrap {
        padding-bottom: 2.5rem
    }
}

.strategy-articles .content .single .text-wrap .title {
    font-weight: 500
}

.strategy-articles .content .single .text-wrap h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #000
}

.strategy-articles .content .single .text-wrap h3 a {
    font: inherit;
    color: inherit;
    padding: 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    font-weight: 700;
    color: #000
}

@media print, screen and (max-width: 39.99875em) {
    .strategy-articles .content .single .text-wrap h3 a {
        display: inline-block
    }
}

.strategy-articles .content .single .text-wrap h3 a:before, .strategy-articles .content .single .text-wrap h3 a:after {
    display: none
}

.strategy-articles .content .single .text-wrap a {
    padding-right: 20px;
    position: relative;
    color: #B02B2C;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.strategy-articles .content .single .text-wrap a.read-more {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    font-weight: 700;
    padding: 0 20px 0 0;
    color: #000;
    font-size: .875rem
}

.strategy-articles .content .single .text-wrap a.read-more::before {
    display: none
}

.strategy-articles .content .single .text-wrap a.read-more:after {
    content: '';
    height: 7px;
    width: 7px;
    border-bottom: 2px solid #131929;
    border-right: 2px solid #131929;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto
}

.strategy-articles .content .large-3 {
    padding: 0 0
}

.strategy-articles .content .sidebar {
    background-color: #fff;
    padding-top: 3.125rem;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    border-radius: 5px;
    padding: 3.125rem .9375rem 1.75rem
}

.strategy-articles .content .content-page .post-title {
    margin-bottom: 1.5625rem
}

@media print, screen and (max-width: 39.99875em) {
    .strategy-articles .content .content-page .post-title {
        font-size: 1.875rem
    }
}

.strategy-articles .content .content-page .post-thumbnail {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: .75rem
}

.strategy-articles .content .content-page .post-thumbnail img {
    border-radius: 5px
}

.strategy-articles .content .content-page h1 {
    font-size: 2.1875rem;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    line-height: 1.1
}

@media print, screen and (max-width: 39.99875em) {
    .strategy-articles .content .content-page h1 {
        font-size: 1.875rem
    }
}

.strategy-articles .content .content-page p, .strategy-articles .content .content-page li {
    font-size: 1.125rem
}

@media print, screen and (max-width: 39.99875em) {
    .strategy-articles .content .content-page p, .strategy-articles .content .content-page li {
        font-size: 1.0625rem
    }
}

.strategy-articles .content .content-page p, .strategy-articles .content .content-page ul, .strategy-articles .content .content-page ol {
    margin-bottom: 1.75rem
}

.strategy-articles .content .content-page h2 {
    font-size: 1.875rem;
    font-weight: 700
}

.strategy-articles .content .content-page h3 {
    font-size: 1.4375rem;
    font-weight: 700
}

.strategy-articles .content .content-page h4 {
    font-size: 1.3125rem;
    font-weight: 700
}

.strategy-articles .content .content-page blockquote, .strategy-articles .content .content-page blockquote.wp-block-quote {
    background-color: #000;
    border-left: 0 none;
    padding: 15px 25px 15px;
    border-radius: 10px
}

.strategy-articles .content .content-page blockquote p, .strategy-articles .content .content-page blockquote.wp-block-quote p {
    color: #fff
}

.strategy-articles .content .content-page blockquote p:last-child, .strategy-articles .content .content-page blockquote.wp-block-quote p:last-child {
    margin-bottom: 0
}

.strategy-articles .content .content-page #ez-toc-container {
    background-color: #fff;
    background-color: #fff;
    padding: 2.5rem 2.5rem;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    border-radius: 5px
}

@media print, screen and (max-width: 63.99875em) {
    .strategy-articles .content .content-page #ez-toc-container {
        padding: 1.25rem 1.25rem
    }
}

.strategy-articles .content .content-page #ez-toc-container .ez-toc-title-container {
    margin-bottom: 2.5rem
}

@media print, screen and (max-width: 63.99875em) {
    .strategy-articles .content .content-page #ez-toc-container .ez-toc-title-container {
        margin-bottom: 1.25rem;
        text-align: center
    }
}

.strategy-articles .content .content-page #ez-toc-container p.ez-toc-title {
    font-size: 1.875rem !important;
    font-weight: 700
}

@media print, screen and (max-width: 63.99875em) {
    .strategy-articles .content .content-page #ez-toc-container p.ez-toc-title {
        float: none;
        margin: 0 auto;
        font-size: 1.5625rem !important
    }
}

.strategy-articles .content .content-page #ez-toc-container nav ul {
    margin-left: 0;
    padding-left: 3.125rem
}

@media print, screen and (max-width: 63.99875em) {
    .strategy-articles .content .content-page #ez-toc-container nav ul {
        padding-left: 1.875rem
    }
}

.strategy-articles .content .content-page #ez-toc-container nav ul li {
    position: relative;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.7;
    overflow: visible;
    color: #000
}

@media print, screen and (max-width: 63.99875em) {
    .strategy-articles .content .content-page #ez-toc-container nav ul li {
        font-size: 1rem
    }
}

.strategy-articles .content .content-page #ez-toc-container nav ul li a {
    color: #000
}

.strategy-articles .content .content-page #ez-toc-container nav ul li:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    display: block;
    position: absolute;
    left: -30px;
    top: 3px;
    font-size: .875rem;
    color: #FF9600
}

.strategy-articles .content .content-page .poker-terms-tc {
    background-color: #fff;
    background-color: #fff;
    padding: 2.5rem 2.5rem;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    border-radius: 5px;
    margin-bottom: 3rem
}

@media print, screen and (max-width: 63.99875em) {
    .strategy-articles .content .content-page .poker-terms-tc {
        padding: 1.25rem 1.25rem
    }
}

.strategy-articles .content .content-page .poker-terms-tc h2 {
    font-size: 1.875rem !important;
    font-weight: 700;
    margin-bottom: 1.875rem
}

@media print, screen and (max-width: 63.99875em) {
    .strategy-articles .content .content-page .poker-terms-tc h2 {
        margin-bottom: 1.25rem;
        font-size: 1.5625rem !important
    }
}

.strategy-articles .content .content-page .poker-terms-tc .wp-block-buttons {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    margin: 0 -.25rem
}

.strategy-articles .content .content-page .poker-terms-tc .wp-block-buttons .wp-block-button {
    width: 14.28%;
    padding: 0 .25rem
}

.strategy-articles .content .content-page .poker-terms-tc .wp-block-buttons .wp-block-button .wp-block-button__link {
    background-color: #FF9600;
    width: 100%;
    font-weight: 700
}

@media print, screen and (max-width: 39.99875em) {
    .strategy-articles .content .content-page .poker-terms-tc .wp-block-buttons .wp-block-button .wp-block-button__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.strategy-articles .content .content-page form {
    padding-top: 1.875rem
}

.strategy-articles .content .content-page form input[type="text"], .strategy-articles .content .content-page form input[type="email"], .strategy-articles .content .content-page form input[type="tel"], .strategy-articles .content .content-page form input[type="number"], .strategy-articles .content .content-page form textarea {
    font-size: 1.125rem;
    line-height: 1;
    height: auto;
    border-radius: .625rem;
    padding: .9375rem 1.25rem 1rem
}

@media print, screen and (max-width: 63.99875em) {
    .strategy-articles .content .content-page form .wpforms-one-half {
        width: 100% !important;
        margin-left: 0
    }
}

.strategy-articles .content .content-page form textarea {
    height: 10.9375rem;
    min-height: 10.9375rem;
    max-height: 10.9375rem
}

.strategy-articles .content .content-page form .wpforms-submit-container {
    overflow: hidden
}

.strategy-articles .content .content-page form input[type="submit"], .strategy-articles .content .content-page form button[type="submit"] {
    padding: 1.125rem .625rem 1.0625rem;
    font-size: 1.5625rem;
    min-width: 12rem;
    border-radius: 10px;
    float: right
}

.footer {
    background: #131929;
    padding: 60px;
    color: #fff
}

.footer .logo {
    margin-bottom: 20px
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
    .footer {
        padding: 30px
    }
}

@media print, screen and (max-width: 63.99875em) {
    .footer {
        padding: 30px
    }

    .footer .cell {
        margin-bottom: 30px
    }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
    .footer .cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
}

@media print, screen and (max-width: 63.99875em) {
    .footer .cell {
        text-align: center
    }
}

.footer li {
    margin: 20px 0
}

.footer .logos-wrap, .footer .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media print, screen and (max-width: 63.99875em) {
    .footer .logos-wrap, .footer .socials {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer .logos-wrap img, .footer .logos-wrap a, .footer .socials img, .footer .socials a {
    margin: 0 8px;
    color: #FF9600;
    font-size: 20px;
    -webkit-transition: .3s all;
    transition: .3s all
}

@media print, screen and (max-width: 63.99875em) {
    .footer .logos-wrap img, .footer .logos-wrap a, .footer .socials img, .footer .socials a {
        margin: 5px 0;
        margin-right: 8px
    }
}

.footer .logos-wrap img:first-child, .footer .logos-wrap a:first-child, .footer .socials img:first-child, .footer .socials a:first-child {
    margin-left: 0
}

.footer .socials {
    margin-top: 20px
}

.footer .socials a:hover {
    color: #fff
}

.footer .cell-title {
    color: #FF9600;
    font-size: 24px;
    font-weight: 700
}

.footer ul {
    margin: 0;
    list-style: none
}

.footer ul a {
    color: #fff;
    -webkit-transition: .3s all;
    transition: .3s all
}

.footer ul a:hover {
    color: #FF9600
}

.footer .quote {
    font-size: 24px;
    text-align: center
}

.footer .button {
    display: block;
    font-size: 20px;
    padding: 12px 25px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
    .footer .button {
        padding: 12px 20px
    }
}

.footer .connect-text {
    margin: 20px 0 7px 0;
    color: #FF9600;
    font-weight: 600
}

.bottom-bar {
    border-top: 1px solid #FF9600;
    padding: 30px 0;
    background: #131929
}

.bottom-bar .bottom-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media print, screen and (max-width: 63.99875em) {
    .bottom-bar .bottom-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.bottom-bar .bottom-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    list-style: none
}

.bottom-bar .bottom-wrap p {
    margin: 0;
    color: #fff
}

.bottom-bar .bottom-wrap a {
    color: #fff;
    margin: 0 10px;
    -webkit-transition: .3s all;
    transition: .3s all
}

@media print, screen and (max-width: 63.99875em) {
    .bottom-bar .bottom-wrap a {
        margin: 0 5px;
        font-size: 10px;
        text-align: center
    }
}

.bottom-bar .bottom-wrap a:hover {
    color: #FF9600
}

#ez-toc-container {
    width: 100%;
    border: 0;
    padding: 20px 0
}

#ez-toc-container .ez-toc-title {
    font-size: 36px !important;
    font-weight: 700 !important
}

@media print, screen and (max-width: 39.99875em) {
    #ez-toc-container .ez-toc-title {
        font-size: 24px !important
    }
}

.page-template-default {
    overflow-x: hidden
}

.page-template-default .single-post-page.no-top-spacing {
    margin-top: 0;
    margin-bottom: 0
}

.page-template-default .single-post-page .page-title {
    color: #187270;
    margin-bottom: 2.5rem;
    font-size: 2.25rem;
    font-weight: 700;
    text-transform: none;
    line-height: 1.2
}

.single-post .single-post-page .medium-9 p a, .single-post .single-post-page .medium-9 li a {
    text-decoration: underline
}

.single-post .post-title {
    color: #187270;
    margin-bottom: 2.5rem;
    font-size: 2.25rem;
    font-weight: 700;
    text-transform: none
}

.single-post .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff
}

.single-post .read-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #FF9600;
    text-decoration: none;
    font-weight: 700;
    padding: 10px 0
}

.single-post .read-more:hover {
    text-decoration: underline
}

.postid-271 #ez-toc-container {
    display: none
}

.inner-content .table-wrapper {
    overflow-x: auto;
    padding-bottom: 2rem
}

@media (max-width: 39.99875em) {
    .inner-content table {
        display: table !important;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }
}

@media (max-width: 39.99875em) {
    .inner-content table tbody {
        display: table-row-group !important
    }
}

@media (max-width: 39.99875em) {
    .inner-content table tr {
        display: table-row !important
    }
}

@media (max-width: 39.99875em) {
    .inner-content table td, .inner-content table th {
        display: table-cell !important
    }
}

@media print, screen and (max-width: 63.99875em) {
    .inner-content table td, .inner-content table th {
        font-size: 14px !important
    }
}

body {
    overflow-x: hidden
}

body.active {
    overflow: hidden
}

body.active .header-nav .nav-links:before {
    content: "";
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998
}

.a-center {
    text-align: center
}

.a-left {
    text-align: left
}

.a-right {
    text-align: right
}

.bg-cover {
    background-size: cover
}

.alignfull {
    max-width: 1000%;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: auto
}

.btn-wrap .button {
    padding: 10px 15px;
    display: inline-block
}

.btn-wrap .button:hover {
    background-color: #d17b00
}

.btn-wrap .button.big {
    padding: .75rem 2.3125rem;
    font-size: 1.125rem
}

.section {
    padding: 3.75rem 0
}

@media print, screen and (max-width: 63.99875em) {
    .section {
        padding: 3.125rem 0
    }
}

.section.w-bg-image {
    position: relative
}

.section.w-bg-image:after {
    content: "";
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

.section.w-bg-image .grid-container {
    position: relative;
    z-index: 2
}

.section.w-bg-image.no-overlay:after {
    display: none
}

.section.hero-banner {
    padding: 5rem 0
}

.section.hero-banner .text-wrap.light {
    color: #fff
}

.section.content-text-blocks .block-item {
    text-align: center;
    margin-bottom: 1.25rem
}

.section.content-text-blocks .block-item .block-title {
    font-size: .875rem;
    font-weight: 700
}

.section.content-text-blocks .block-item .block-text {
    font-size: .875rem
}

.section.content-text-blocks .block-item .image {
    margin-bottom: .625rem
}

.section.content-text-blocks .block-item .image img {
    display: block;
    margin: 0 auto;
    width: 6.25rem;
    border-radius: 50%
}

@media print, screen and (max-width: 63.99875em) {
    .section.content-text-blocks .text-wrap {
        margin-bottom: 1.875rem
    }
}

.section.content-text-blocks .btn-wrap {
    padding-top: 1.875rem
}

.section.timeline .timeline-wrap {
    white-space: nowrap;
    overflow-x: hidden
}

.section.timeline ol {
    font-size: 0;
    width: 100vw;
    padding: 11.875rem 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    margin: 0 0
}

@media print, screen and (max-width: 63.99875em) {
    .section.timeline ol {
        padding: 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 31.25rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto;
        position: relative
    }
}

@media print, screen and (max-width: 63.99875em) {
    .section.timeline ol:before {
        content: "";
        width: .1875rem;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -1.5px
    }
}

.section.timeline ol li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    width: 150px;
    height: 3px;
    background: #fff
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
    .section.timeline ol li {
        width: 100px
    }
}

@media print, screen and (max-width: 63.99875em) {
    .section.timeline ol li {
        background: transparent none;
        width: auto !important;
        height: auto !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.section.timeline ol li:first-child {
    background: transparent
}

.section.timeline ol li:last-child {
    width: 160px
}

.section.timeline ol li:not(:first-child) {
    margin-left: 14px
}

@media print, screen and (max-width: 63.99875em) {
    .section.timeline ol li:not(:first-child) {
        margin-left: 0
    }
}

.section.timeline ol li:after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 1px);
    bottom: 0;
    width: 12px;
    height: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background: #FF9600
}

@media print, screen and (max-width: 63.99875em) {
    .section.timeline ol li:after {
        left: 50%;
        margin-left: -6px
    }
}

.section.timeline ol li .timeline-item {
    position: absolute;
    left: calc(100% - 100px);
    width: 210px;
    padding: 15px;
    font-size: .875rem;
    white-space: normal;
    color: #fff;
    background: transparent;
    text-align: center
}

@media print, screen and (max-width: 63.99875em) {
    .section.timeline ol li .timeline-item {
        position: relative;
        left: inherit
    }
}

.section.timeline ol li .timeline-item time {
    display: block;
    font-size: .875rem;
    font-weight: 700;
    margin-bottom: 8px
}

@media print, screen and (max-width: 63.99875em) {
    .section.timeline ol li:nth-child(odd) {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.section.timeline ol li:nth-child(odd) .timeline-item {
    top: -16px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

@media print, screen and (max-width: 63.99875em) {
    .section.timeline ol li:nth-child(odd) .timeline-item {
        top: inherit;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media print, screen and (max-width: 63.99875em) {
    .section.timeline ol li:nth-child(even) {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.section.timeline ol li:nth-child(even) .timeline-item {
    top: calc(100% + 16px)
}

@media print, screen and (max-width: 63.99875em) {
    .section.timeline ol li:nth-child(even) .timeline-item {
        top: inherit;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.section.text-blocks .block-item {
    text-align: center
}

.section.text-blocks .block-item .icon {
    margin-bottom: 20px
}

.section.text-blocks .block-item .icon i {
    font-size: 3.125rem
}

.section.text-blocks .block-item .block-title {
    font-weight: 700;
    color: #353D50
}

.section.page-contact .form {
    margin-bottom: 1.875rem
}

.section.page-contact .page-title {
    font-size: 3rem;
    color: #000;
    font-weight: 700
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
    .section.page-contact .page-title {
        font-size: 2.5rem
    }
}

@media print, screen and (max-width: 63.99875em) {
    .section.page-contact .page-title {
        font-size: 1.875rem
    }
}

.section.page-contact .blocks, .section.page-contact .clients {
    margin-bottom: 1.875rem
}

.section.page-contact .heading {
    margin-bottom: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #187270;
    border-bottom: 1px solid #FF9600;
    padding-bottom: 1.25rem
}

.section.page-contact .form-wrap {
    padding: 2.5rem 2.5rem;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15)
}

.section.page-contact .team-item {
    text-align: center;
    margin-bottom: 1.25rem
}

.section.page-contact .team-item .block-title {
    font-size: .875rem;
    font-weight: 700
}

.section.page-contact .team-item .block-text {
    font-size: .875rem
}

.section.page-contact .team-item .image {
    margin-bottom: .625rem
}

.section.page-contact .team-item .image img {
    display: block;
    margin: 0 auto;
    width: 6.25rem;
    border-radius: 50%
}

.section.page-contact .client-item {
    margin-bottom: 1.25rem
}

.section.page-contact .client-item .image a {
    display: block
}

.section.page-contact .client-item .image a img {
    display: block;
    margin: 0 auto;
    max-height: 3.125rem;
    height: auto;
    width: auto
}

.section.page-poker-quiz .content-wrap {
    padding: 40px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background: #fff;
    margin: 60px 0 0;
    position: relative;
    z-index: 1
}

.section.page-poker-quiz .content-wrap:first-child {
    margin-top: 0
}

@media print, screen and (max-width: 39.99875em) {
    .section.page-poker-quiz .content-wrap {
        position: unset;
        padding: 45px 20px
    }
}

.section.page-poker-quiz .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 14.8%;
    padding-right: 14.8%;
    padding-top: 2.5rem
}

@media print, screen and (max-width: 63.99875em) {
    .section.page-poker-quiz .tabs {
        padding-left: 0;
        padding-right: 0
    }
}

.section.page-poker-quiz .tabs.four {
    padding-left: 5.5%;
    padding-right: 5.5%
}

@media print, screen and (max-width: 63.99875em) {
    .section.page-poker-quiz .tabs.four {
        padding-left: 0;
        padding-right: 0
    }
}

.section.page-poker-quiz .tabs.four .single-tab {
    width: 23%
}

@media print, screen and (max-width: 63.99875em) {
    .section.page-poker-quiz .tabs.four .single-tab {
        min-height: 10.5rem
    }
}

@media print, screen and (max-width: 39.99875em) {
    .section.page-poker-quiz .tabs.four .single-tab {
        width: 48%;
        margin: auto;
        padding: 10px 15px;
        margin-bottom: 20px
    }

    .section.page-poker-quiz .tabs.four .single-tab p {
        font-size: 1rem !important
    }
}

.section.page-poker-quiz .tabs .single-tab {
    width: 30%;
    text-align: center;
    background: #fff;
    margin: 0 1%;
    margin-bottom: 25px;
    padding: 30px 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15)
}

@media print, screen and (max-width: 39.99875em) {
    .section.page-poker-quiz .tabs .single-tab {
        width: 48%;
        margin: auto;
        padding: 10px 15px;
        margin-bottom: 20px;
        min-height: 10.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .section.page-poker-quiz .tabs .single-tab p {
        font-size: 1rem !important
    }
}

.section.page-poker-quiz .tabs .single-tab img {
    width: 80px;
    height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 10px
}

.section.page-poker-quiz .tabs .single-tab i {
    margin-bottom: 10px;
    font-size: 3rem;
    color: #FF9600
}

.section.page-poker-quiz .tabs .single-tab p {
    color: #353D50;
    font-weight: 700;
    font-size: 1rem;
    margin: 0
}

.section.page-poker-quiz .poker-quiz-item {
    margin-bottom: 0
}

.section.page-poker-quiz .poker-quiz-item .poker-quiz-title {
    font-weight: 700;
    font-size: 1.875rem;
    color: #000;
    text-align: center;
    margin-bottom: 1.5625rem
}

.section.page-poker-quiz .poker-quiz-item .poker-quiz-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto
}

.section.page-poker-quiz .poker-quiz-item .poker-quiz-content p {
    font-size: 1.125rem
}

.section.page-poker-quiz .poker-quiz-item .poker-quiz-content p a {
    color: #187270
}

.section.page-poker-quiz .poker-quiz-item .poker-quiz-content p a:hover {
    color: #FF9600
}

.section .cards-wrap .cards {
    margin: 0;
    list-style: none
}

.section .cards-wrap .cards .single-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 175px;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    border-radius: 5px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 20%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

@media print, screen and (max-width: 63.99875em) {
    .section .cards-wrap .cards .single-card {
        padding-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: normal;
        -ms-flex-pack: normal;
        justify-content: normal;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        margin-bottom: 40px
    }

    .section .cards-wrap .cards .single-card:last-child {
        margin-bottom: 40px
    }
}

.section .cards-wrap .cards .single-card:last-child {
    margin-bottom: 0
}

.section .cards-wrap .cards .single-card .image-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    height: 100%
}

@media print, screen and (max-width: 63.99875em) {
    .section .cards-wrap .cards .single-card .image-wrap {
        width: 100%;
        position: relative
    }
}

.section .cards-wrap .cards .single-card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px
}

@media print, screen and (max-width: 63.99875em) {
    .section .cards-wrap .cards .single-card img {
        width: 100%
    }

    .section .cards-wrap .cards .single-card img.big-image {
        position: relative
    }
}

.section .cards-wrap .cards .single-card .feats {
    padding: 10px 0 10px 30px;
    width: 70%;
    max-width: 470px
}

@media print, screen and (max-width: 63.99875em) {
    .section .cards-wrap .cards .single-card .feats {
        width: 100%;
        padding: 10px 15px
    }
}

.section .cards-wrap .cards .single-card .feats p {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 700
}

.section .cards-wrap .cards .single-card .feats p:last-child {
    margin-bottom: 0
}

.section .cards-wrap .cards .single-card .feats p i {
    padding: 4px;
    border: 0 none;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 10px;
    height: 24px;
    width: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section .cards-wrap .cards .single-card .feats p.pro i {
    color: #ADD92F
}

.section .cards-wrap .cards .single-card .feats p.con {
    color: #F7B0AA
}

.section .cards-wrap .cards .single-card .feats p.con i {
    color: #F74231
}

.section .cards-wrap .cards .single-card .score {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 15px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #E8E8E8;
    border-right: 0;
    border-top: 0;
    border-bottom: 0
}

@media print, screen and (max-width: 63.99875em) {
    .section .cards-wrap .cards .single-card .score {
        width: 100%;
        border-left: 0;
        border-top: 1px solid #e8e8e8
    }
}

.section .cards-wrap .cards .single-card .score p {
    margin: 0
}

.section .cards-wrap .cards .single-card .score .stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section .cards-wrap .cards .single-card .score .stars i.fa-star {
    font-size: 14px;
    color: #FFC20D
}

.section .cards-wrap .cards .single-card .score .stars i.fa-star.disable {
    color: #9C9C9C
}

.section .cards-wrap .cards .single-card .score .stars .imgs-wrap {
    margin-right: 10px
}

.section .cards-wrap .cards .single-card .score .stars img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: auto
}

.section .cards-wrap .cards .single-card .score .button {
    display: block;
    padding: 8px;
    margin: 10px 0
}

.section .cards-wrap .cards .single-card .score .button-alt {
    border: 1px solid #FF9600;
    border-radius: 5px;
    padding: 7px;
    font-weight: 700;
    color: #FF9600;
    width: 90%;
    margin: auto;
    display: block
}

@media print, screen and (max-width: 63.99875em) {
    .section .cards-wrap .cards .single-card .score .button-alt {
        width: 100%
    }
}

.section .cards-wrap .cards .single-card .score .button-link {
    border: 0 none;
    padding: 7px;
    font-weight: 700;
    color: #FF9600;
    width: 90%;
    margin: auto;
    display: block
}

@media print, screen and (max-width: 63.99875em) {
    .section .cards-wrap .cards .single-card .score .button-link {
        width: 100%
    }
}

.section.best-software-tools-list .section-title {
    font-size: 2.25rem;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 2.5rem;
    color: #000;
    text-align: center
}

.section.best-software-tools-list .intro-wrap {
    max-width: 890px;
    margin: 0 auto
}

.section.channels .channel-list {
    list-style-type: none;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section.channels .channel-list li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: .625rem .625rem
}

.section.channels .channel-list li img {
    display: block;
    width: auto;
    height: auto;
    max-height: 3.125rem;
    margin: 0 auto
}

.section.buttons .btn-wrap .button {
    margin: .9375rem .9375rem
}

.poker-software-tools-item {
    padding-top: 3.75rem;
    margin-bottom: 1.875rem
}

.poker-software-tools-item .section-title {
    color: #000;
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 1.25rem
}

.poker-software-tools-item .section-title a {
    font: inherit;
    color: inherit
}

.poker-software-tools-item .section-title a:hover {
    color: #187270
}

.poker-software-tools-item .post-image {
    margin-bottom: 1.25rem
}

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background: #FF9600 !important;
    color: #fff !important;
    font-weight: 700;
    text-align: center;
    border: 0 none !important;
    border-radius: 5px;
    -webkit-transition: .3s all;
    transition: .3s all
}

div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
    background-color: #d17b00 !important
}

.wp-block-embed iframe {
    display: block;
    margin: 0 auto
}

.newsletter-form {
    max-width: 38.4375rem !important;
    padding: 1.25rem 1.25rem !important;
    background-color: #fff !important;
    border-radius: 5px !important
}

.newsletter-form.charts {
    max-width: 46.75rem !important
}

.newsletter-form form {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.newsletter-form .wpforms-field-container {
    width: 70% !important
}

.newsletter-form .wpforms-submit-container {
    width: 30% !important;
    padding-left: 3% !important
}

.circle-orange-icon, .circle-green-icon {
    background-color: #ff9600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.875rem;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    color: #fff
}

#map {
    height: 25rem
}

.pgcsimplygalleryblock-grid-item .pgcsimplygalleryblock-grid-item-hover {
    z-index: 11
}

.pgcsimplygalleryblock-grid-item .pgcsimplygalleryblock-grid-item-inner {
    z-index: 12
}

@media print, screen and (max-width: 39.99875em) {
    .hero-banner.sm-no-bg-image {
        background-color: #131929;
        background-image: none !important
    }
}

.hero-banner.poker-quiz {
    padding: 1.875rem 0
}

.hero-banner.poker-quiz h1 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #187270
}

.hero-banner.poker-quiz .text-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hero-banner.poker-quiz .btn-wrap {
    margin-bottom: 1rem
}

.hero-banner.poker-quiz p a {
    color: #187270
}

.hero-banner.poker-quiz p a:hover {
    color: #FF9600
}

.hero-banner.reviews {
    padding: 0 0 4.0625rem;
    background-color: #131929
}

@media print, screen and (max-width: 74.99875em) {
    .hero-banner.reviews {
        padding: 0 0 3.125rem
    }
}

.hero-banner.reviews .post-wrap {
    padding: 3.75rem 3.125rem 0 0
}

@media print, screen and (max-width: 74.99875em) {
    .hero-banner.reviews .post-wrap {
        padding: 3.125rem 0 0 0
    }
}

@media print, screen and (max-width: 63.99875em) {
    .hero-banner.reviews .post-wrap {
        margin-bottom: 1.875rem
    }
}

.hero-banner.reviews .post-wrap .post-title {
    font-size: 3.125rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 3.125rem
}

@media print, screen and (max-width: 63.99875em) {
    .hero-banner.reviews .post-wrap .post-title {
        font-size: 1.875rem;
        text-align: center;
        margin-bottom: 1.875rem
    }
}

.hero-banner.reviews .traning-card {
    background-color: #fff;
    padding: 3.125rem 1.875rem 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

@media print, screen and (max-width: 63.99875em) {
    .hero-banner.reviews .traning-card {
        max-width: 31.25rem;
        margin: 0 auto;
        height: auto
    }
}

.hero-banner.reviews .traning-card .training-logo {
    margin-bottom: 1.25rem
}

.hero-banner.reviews .traning-card .training-logo img {
    display: block;
    margin: 0 1.25rem;
    max-height: 70px;
    height: auto;
    width: auto
}

.hero-banner.reviews .traning-card .training-title {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: .625rem;
    padding-left: 1.875rem
}

.hero-banner.reviews .traning-card .training-list {
    list-style-type: none;
    margin-left: 1.875rem;
    margin-bottom: 2.1875rem
}

.hero-banner.reviews .traning-card .training-list li {
    position: relative
}

.hero-banner.reviews .traning-card .training-list li .text {
    font-size: 1.125rem
}

.hero-banner.reviews .traning-card .training-list li i {
    position: absolute;
    left: -30px;
    top: 7px;
    z-index: 1;
    font-size: 1rem;
    color: #ADD92F
}

.hero-banner.reviews .traning-card .training-price {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1.875rem
}

.hero-banner.reviews .traning-card .training-text-below {
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 0;
    color: #C1C1C1
}

.hero-banner.reviews .traning-card .btn-wrap {
    margin-bottom: 1.125rem
}

.hero-banner.reviews .traning-card .btn-wrap .button {
    max-width: 18.75rem;
    width: 100%;
    display: inline-block;
    font-size: 1.5625rem;
    padding: 1.375rem 2.3125rem 1.4375rem;
    line-height: 1
}

.hero-banner.post {
    padding: 3.75rem 0 1.875rem;
    background-position: center center
}

.hero-banner.post h1 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #fff
}

.hero-banner.post h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff
}

.hero-banner.post form {
    padding: 1.875rem 1.875rem 1.875rem 1.875rem;
    max-width: 38.4375rem !important;
    padding: 1.25rem 1.25rem !important;
    background-color: #fff !important;
    border-radius: 5px !important;
    text-align: center
}

.hero-banner.podcast {
    padding: 3.75rem 0 1.875rem
}

.hero-banner.podcast .large-7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.hero-banner.podcast .post-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 1.25rem;
    line-height: 1.2
}

.hero-banner.podcast .post-title a {
    font: inherit;
    color: inherit
}

.hero-banner.podcast .excerpt a {
    color: #FF9600
}

.hero-banner.podcast .read-more {
    font-weight: 700;
    padding: 0 20px 0 0;
    color: #000;
    font-size: 1.125rem;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.hero-banner.podcast .read-more::before {
    display: none
}

.hero-banner.podcast .read-more:after {
    content: '';
    height: 7px;
    width: 7px;
    border-bottom: 2px solid #131929;
    border-right: 2px solid #131929;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto
}

.hero-banner.podcast .read-more:hover {
    text-decoration: underline
}

.hero-banner.podcast .post-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.hero-banner.podcast .post-image a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden
}

.hero-banner.podcast .post-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.poker-terms-buttons .wp-block-button__link {
    font-size: 1rem;
    padding: .5rem .875rem
}

.default-buttons .wp-block-button__link {
    display: block;
    font-size: 18px;
    padding: 12px 37px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    background: #FF9600;
    color: #fff !important;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: .3s all;
    transition: .3s all
}

.default-buttons .wp-block-button__link:hover {
    background-color: #d17b00
}

.default-buttons.big .wp-block-button__link {
    font-size: 1.5625rem;
    padding: 1.375rem 2.3125rem 1.4375rem;
    line-height: 1
}

.outer-title {
    font-size: 3rem;
    font-weight: 700;
    color: #000;
    margin: 3.125rem 0 0;
    line-height: 1.2;
    text-align: center
}

.sub-outer-title {
    margin-top: 2.5rem;
    font-size: 1.125rem;
    text-align: center
}

.sub-outer-title a {
    color: #FF9600
}

body.category .spacer {
    height: 1px;
    display: block
}

.icon-col i {
    color: #FF9600
}

.advertise-map-wrapper .overlay-text {
    position: absolute;
    top: 0;
    z-index: 11;
    width: 100%;
    padding-top: 30px
}

@media print, screen and (max-width: 63.99875em) {
    .advertise-map-wrapper .overlay-text {
        position: relative;
        top: inherit;
        right: inherit;
        width: 100%;
        padding-top: 0
    }
}

.advertise-map-wrapper .overlay-table {
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 300px;
    right: 0;
    background-color: #fff
}

@media print, screen and (max-width: 63.99875em) {
    .advertise-map-wrapper .overlay-table {
        position: relative;
        bottom: inherit;
        right: inherit;
        width: 100%
    }
}

.quiz-form {
    border-radius: .625rem
}

.quiz-form .uagb-section__overlay {
    border-radius: .625rem
}

.quiz-form .newsletter-form {
    max-width: none !important;
    padding: 0 0 !important;
    margin-bottom: 0 !important
}

.quiz-form .newsletter-form .wpforms-field {
    padding: 0 0 !important
}

.quiz-form .newsletter-form .wpforms-field input[type="text"], .quiz-form .newsletter-form .wpforms-field input[type="email"] {
    border-radius: .625rem;
    font-size: 1.125rem !important;
    padding: 1.1875rem 1.25rem !important;
    height: auto !important
}

.quiz-form .newsletter-form .wpforms-field.wpforms-one-half {
    width: 49% !important;
    margin-left: 2% !important
}

@media print, screen and (max-width: 63.99875em) {
    .quiz-form .newsletter-form .wpforms-field.wpforms-one-half {
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: .9375rem
    }
}

.quiz-form .newsletter-form .wpforms-field.wpforms-one-half.wpforms-first {
    margin-left: 0 !important
}

@media print, screen and (max-width: 63.99875em) {
    .quiz-form .newsletter-form .wpforms-field-container {
        width: 100% !important
    }
}

.quiz-form .newsletter-form .wpforms-submit-container {
    padding: 0 0 0 1.5% !important
}

@media print, screen and (max-width: 63.99875em) {
    .quiz-form .newsletter-form .wpforms-submit-container {
        padding: 0 0 0 0 !important;
        width: 100% !important
    }
}

.quiz-form .newsletter-form .wpforms-submit-container .wpforms-submit {
    border-radius: .625rem;
    font-size: 1.5625rem !important;
    width: 100% !important;
    padding: 1.1875rem .9375rem !important
}

@media print, screen and (max-width: 63.99875em) {
    .quiz-form .newsletter-form .wpforms-submit-container .wpforms-submit {
        width: 100% !important
    }
}

.stats-title {
    text-align: center;
    color: #18726f;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 48px
}

body.page-template-page-write-for-us .single-post-page .inner-content {
    margin-bottom: 2.125rem
}

@media print, screen and (min-width: 64em) {
    body.page-template-page-push-fold .single-post-page .inner-content {
        min-height: 44.0625rem
    }
}

body.page-template-page-push-fold .single-post-page .page-title {
    color: #000;
    text-align: center;
    margin-bottom: 40px;
    font-size: 2.25rem;
    font-weight: 700;
    text-transform: none
}

body.page-template-page-push-fold .mobile-sidebar {
    background-color: #fff;
    padding-top: 3.125rem;
    border-radius: 5px;
    padding: 3.125rem .9375rem 1.75rem;
    margin-bottom: 3.125rem
}

body.page-template-page-push-fold .single-post-page .large-9, body.page-template-page-write-for-us .single-post-page .large-9, body.page-template-default .single-post-page .large-9, body.single-reviews .single-post-page .large-9, body.single-post .single-post-page .large-9, body.single-vegashero_games .single-post-page .large-9 {
    height: 100%
}

body.page-template-page-push-fold .single-post-page .inner-content, body.page-template-page-write-for-us .single-post-page .inner-content, body.page-template-default .single-post-page .inner-content, body.single-reviews .single-post-page .inner-content, body.single-post .single-post-page .inner-content, body.single-vegashero_games .single-post-page .inner-content {
    background-color: #fff;
    padding: 3.125rem 2.0625rem;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    border-radius: 5px
}

body.page-template-page-push-fold .single-post-page .inner-content .header, body.page-template-page-write-for-us .single-post-page .inner-content .header, body.page-template-default .single-post-page .inner-content .header, body.single-reviews .single-post-page .inner-content .header, body.single-post .single-post-page .inner-content .header, body.single-vegashero_games .single-post-page .inner-content .header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.1875rem
}

body.page-template-page-push-fold .single-post-page .inner-content .header p, body.page-template-page-write-for-us .single-post-page .inner-content .header p, body.page-template-default .single-post-page .inner-content .header p, body.single-reviews .single-post-page .inner-content .header p, body.single-post .single-post-page .inner-content .header p, body.single-vegashero_games .single-post-page .inner-content .header p {
    margin: 0 0
}

body.page-template-page-push-fold .single-post-page .inner-content .header .reading-time, body.page-template-page-write-for-us .single-post-page .inner-content .header .reading-time, body.page-template-default .single-post-page .inner-content .header .reading-time, body.single-reviews .single-post-page .inner-content .header .reading-time, body.single-post .single-post-page .inner-content .header .reading-time, body.single-vegashero_games .single-post-page .inner-content .header .reading-time {
    font-size: .875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body.page-template-page-push-fold .single-post-page .inner-content .header .reading-time i, body.page-template-page-write-for-us .single-post-page .inner-content .header .reading-time i, body.page-template-default .single-post-page .inner-content .header .reading-time i, body.single-reviews .single-post-page .inner-content .header .reading-time i, body.single-post .single-post-page .inner-content .header .reading-time i, body.single-vegashero_games .single-post-page .inner-content .header .reading-time i {
    font-size: 1.3125rem;
    margin-right: 10px
}

body.page-template-page-push-fold .single-post-page .inner-content .header .author-info, body.page-template-page-write-for-us .single-post-page .inner-content .header .author-info, body.page-template-default .single-post-page .inner-content .header .author-info, body.single-reviews .single-post-page .inner-content .header .author-info, body.single-post .single-post-page .inner-content .header .author-info, body.single-vegashero_games .single-post-page .inner-content .header .author-info {
    margin-bottom: 0
}

@media print, screen and (max-width: 39.99875em) {
    body.page-template-page-push-fold .single-post-page .inner-content .header .author-info, body.page-template-page-write-for-us .single-post-page .inner-content .header .author-info, body.page-template-default .single-post-page .inner-content .header .author-info, body.single-reviews .single-post-page .inner-content .header .author-info, body.single-post .single-post-page .inner-content .header .author-info, body.single-vegashero_games .single-post-page .inner-content .header .author-info {
        padding-right: 0
    }
}

body.page-template-page-push-fold .single-post-page .inner-content .header .author-info h3, body.page-template-page-write-for-us .single-post-page .inner-content .header .author-info h3, body.page-template-default .single-post-page .inner-content .header .author-info h3, body.single-reviews .single-post-page .inner-content .header .author-info h3, body.single-post .single-post-page .inner-content .header .author-info h3, body.single-vegashero_games .single-post-page .inner-content .header .author-info h3 {
    font-size: 1rem;
    line-height: 1.2;
    margin-right: 1.125rem
}

@media print, screen and (max-width: 39.99875em) {
    body.page-template-page-push-fold .single-post-page .inner-content .header .author-info h3, body.page-template-page-write-for-us .single-post-page .inner-content .header .author-info h3, body.page-template-default .single-post-page .inner-content .header .author-info h3, body.single-reviews .single-post-page .inner-content .header .author-info h3, body.single-post .single-post-page .inner-content .header .author-info h3, body.single-vegashero_games .single-post-page .inner-content .header .author-info h3 {
        font-size: 0;
        margin-right: .625rem
    }
}

body.page-template-page-push-fold .single-post-page .inner-content .header .author-info h3 span, body.page-template-page-write-for-us .single-post-page .inner-content .header .author-info h3 span, body.page-template-default .single-post-page .inner-content .header .author-info h3 span, body.single-reviews .single-post-page .inner-content .header .author-info h3 span, body.single-post .single-post-page .inner-content .header .author-info h3 span, body.single-vegashero_games .single-post-page .inner-content .header .author-info h3 span {
    display: block;
    font-size: 1rem;
    font-weight: 400
}

body.page-template-page-push-fold .single-post-page .inner-content .post-title, body.page-template-page-write-for-us .single-post-page .inner-content .post-title, body.page-template-default .single-post-page .inner-content .post-title, body.single-reviews .single-post-page .inner-content .post-title, body.single-post .single-post-page .inner-content .post-title, body.single-vegashero_games .single-post-page .inner-content .post-title {
    margin-bottom: 1.5625rem;
    display: block !important
}

@media print, screen and (max-width: 39.99875em) {
    body.page-template-page-push-fold .single-post-page .inner-content .post-title, body.page-template-page-write-for-us .single-post-page .inner-content .post-title, body.page-template-default .single-post-page .inner-content .post-title, body.single-reviews .single-post-page .inner-content .post-title, body.single-post .single-post-page .inner-content .post-title, body.single-vegashero_games .single-post-page .inner-content .post-title {
        font-size: 1.875rem
    }
}

body.page-template-page-push-fold .single-post-page .inner-content .post-thumbnail, body.page-template-page-write-for-us .single-post-page .inner-content .post-thumbnail, body.page-template-default .single-post-page .inner-content .post-thumbnail, body.single-reviews .single-post-page .inner-content .post-thumbnail, body.single-post .single-post-page .inner-content .post-thumbnail, body.single-vegashero_games .single-post-page .inner-content .post-thumbnail {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: .75rem
}

body.page-template-page-push-fold .single-post-page .inner-content .post-thumbnail img, body.page-template-page-write-for-us .single-post-page .inner-content .post-thumbnail img, body.page-template-default .single-post-page .inner-content .post-thumbnail img, body.single-reviews .single-post-page .inner-content .post-thumbnail img, body.single-post .single-post-page .inner-content .post-thumbnail img, body.single-vegashero_games .single-post-page .inner-content .post-thumbnail img {
    border-radius: 5px
}

body.page-template-page-push-fold .single-post-page .inner-content h1, body.page-template-page-write-for-us .single-post-page .inner-content h1, body.page-template-default .single-post-page .inner-content h1, body.single-reviews .single-post-page .inner-content h1, body.single-post .single-post-page .inner-content h1, body.single-vegashero_games .single-post-page .inner-content h1 {
    font-size: 2.1875rem;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    line-height: 1.1
}

@media print, screen and (max-width: 39.99875em) {
    body.page-template-page-push-fold .single-post-page .inner-content h1, body.page-template-page-write-for-us .single-post-page .inner-content h1, body.page-template-default .single-post-page .inner-content h1, body.single-reviews .single-post-page .inner-content h1, body.single-post .single-post-page .inner-content h1, body.single-vegashero_games .single-post-page .inner-content h1 {
        font-size: 1.875rem
    }
}

body.page-template-page-push-fold .single-post-page .inner-content p, body.page-template-page-push-fold .single-post-page .inner-content li, body.page-template-page-write-for-us .single-post-page .inner-content p, body.page-template-page-write-for-us .single-post-page .inner-content li, body.page-template-default .single-post-page .inner-content p, body.page-template-default .single-post-page .inner-content li, body.single-reviews .single-post-page .inner-content p, body.single-reviews .single-post-page .inner-content li, body.single-post .single-post-page .inner-content p, body.single-post .single-post-page .inner-content li, body.single-vegashero_games .single-post-page .inner-content p, body.single-vegashero_games .single-post-page .inner-content li {
    font-size: 1.125rem
}

@media print, screen and (max-width: 39.99875em) {
    body.page-template-page-push-fold .single-post-page .inner-content p, body.page-template-page-push-fold .single-post-page .inner-content li, body.page-template-page-write-for-us .single-post-page .inner-content p, body.page-template-page-write-for-us .single-post-page .inner-content li, body.page-template-default .single-post-page .inner-content p, body.page-template-default .single-post-page .inner-content li, body.single-reviews .single-post-page .inner-content p, body.single-reviews .single-post-page .inner-content li, body.single-post .single-post-page .inner-content p, body.single-post .single-post-page .inner-content li, body.single-vegashero_games .single-post-page .inner-content p, body.single-vegashero_games .single-post-page .inner-content li {
        font-size: 1.0625rem
    }
}

body.page-template-page-push-fold .single-post-page .inner-content .avia-data-table-wrap, body.page-template-page-write-for-us .single-post-page .inner-content .avia-data-table-wrap, body.page-template-default .single-post-page .inner-content .avia-data-table-wrap, body.single-reviews .single-post-page .inner-content .avia-data-table-wrap, body.single-post .single-post-page .inner-content .avia-data-table-wrap, body.single-vegashero_games .single-post-page .inner-content .avia-data-table-wrap {
    margin-bottom: 1.875rem
}

body.page-template-page-push-fold .single-post-page .inner-content .toggle_wrap, body.page-template-page-write-for-us .single-post-page .inner-content .toggle_wrap, body.page-template-default .single-post-page .inner-content .toggle_wrap, body.single-reviews .single-post-page .inner-content .toggle_wrap, body.single-post .single-post-page .inner-content .toggle_wrap, body.single-vegashero_games .single-post-page .inner-content .toggle_wrap {
    position: relative !important;
    left: inherit !important;
    display: none
}

body.page-template-page-push-fold .single-post-page .inner-content .toggle_wrap.activeToggle, body.page-template-page-write-for-us .single-post-page .inner-content .toggle_wrap.activeToggle, body.page-template-default .single-post-page .inner-content .toggle_wrap.activeToggle, body.single-reviews .single-post-page .inner-content .toggle_wrap.activeToggle, body.single-post .single-post-page .inner-content .toggle_wrap.activeToggle, body.single-vegashero_games .single-post-page .inner-content .toggle_wrap.activeToggle {
    display: block
}

body.page-template-page-push-fold .single-post-page .inner-content .avia-data-table-wrap.avia_responsive_table, body.page-template-page-write-for-us .single-post-page .inner-content .avia-data-table-wrap.avia_responsive_table, body.page-template-default .single-post-page .inner-content .avia-data-table-wrap.avia_responsive_table, body.single-reviews .single-post-page .inner-content .avia-data-table-wrap.avia_responsive_table, body.single-post .single-post-page .inner-content .avia-data-table-wrap.avia_responsive_table, body.single-vegashero_games .single-post-page .inner-content .avia-data-table-wrap.avia_responsive_table {
    overflow: hidden
}

@media print, screen and (max-width: 39.99875em) {
    body.page-template-page-push-fold .single-post-page .inner-content .avia-data-table-wrap.avia_responsive_table table th, body.page-template-page-push-fold .single-post-page .inner-content .avia-data-table-wrap.avia_responsive_table table td, body.page-template-page-push-fold .single-post-page .inner-content .avia-data-table-wrap.avia_responsive_table table tr, body.page-template-page-push-fold .single-post-page .inner-content .avia-data-table-wrap.avia_responsive_table table tbody, body.page-template-page-write-for-us .single-post-page .inner-content .avia-data-table-wrap.avia_responsive_table table th, body.page-template-page-write-for-us .single-post-page .inner-content .avia-data-table-wrap.avia_responsive_table table td, body.page-template-page-write-for-us .single-post-page .inner-content .avia-data-table-wrap.avia_responsive_table table tr, body.page-template-page-write-for-us .single-post-page .inner-content .avia-data-table-wrap.avia_responsive_table table tbody, body.page-template-default .single-post-page .inner-content .avia-data-table-wrap.avia_responsive_table table th, body.page-template-default .single-post-page .inner-content .avia-data-table-wrap.avia_responsive_table table td, body.page-template-default .single-post-page .inner-content .avia-data-table-wrap.avia_responsive_table table tr, body.page-template-default .single-post-page .inner-content .avia-data-table-wrap.avia_responsive_table table tbody, body.single-reviews .single-post-page .inner-content .avia-data-table-wrap.avia_responsive_table table th, body.single-reviews .single-post-page .inner-content .avia-data-table-wrap.avia_responsive_table table td, body.single-reviews .single-post-page .inner-content .avia-data-table-wrap.avia_responsive_table table tr, body.single-reviews .single-post-page .inner-content .avia-data-table-wrap.avia_responsive_table table tbody, body.single-post .single-post-page .inner-content .avia-data-table-wrap.avia_responsive_table table th, body.single-post .single-post-page .inner-content .avia-data-table-wrap.avia_responsive_table table td, body.single-post .single-post-page .inner-content .avia-data-table-wrap.avia_responsive_table table tr, body.single-post .single-post-page .inner-content .avia-data-table-wrap.avia_responsive_table table tbody, body.single-vegashero_games .single-post-page .inner-content .avia-data-table-wrap.avia_responsive_table table th, body.single-vegashero_games .single-post-page .inner-content .avia-data-table-wrap.avia_responsive_table table td, body.single-vegashero_games .single-post-page .inner-content .avia-data-table-wrap.avia_responsive_table table tr, body.single-vegashero_games .single-post-page .inner-content .avia-data-table-wrap.avia_responsive_table table tbody {
        display: block
    }
}

body.page-template-page-push-fold .single-post-page .inner-content table, body.page-template-page-write-for-us .single-post-page .inner-content table, body.page-template-default .single-post-page .inner-content table, body.single-reviews .single-post-page .inner-content table, body.single-post .single-post-page .inner-content table, body.single-vegashero_games .single-post-page .inner-content table {
    border-collapse: collapse
}

@media print, screen and (max-width: 39.99875em) {
    body.page-template-page-push-fold .single-post-page .inner-content table th, body.page-template-page-push-fold .single-post-page .inner-content table td, body.page-template-page-push-fold .single-post-page .inner-content table tr, body.page-template-page-push-fold .single-post-page .inner-content table tbody, body.page-template-page-write-for-us .single-post-page .inner-content table th, body.page-template-page-write-for-us .single-post-page .inner-content table td, body.page-template-page-write-for-us .single-post-page .inner-content table tr, body.page-template-page-write-for-us .single-post-page .inner-content table tbody, body.page-template-default .single-post-page .inner-content table th, body.page-template-default .single-post-page .inner-content table td, body.page-template-default .single-post-page .inner-content table tr, body.page-template-default .single-post-page .inner-content table tbody, body.single-reviews .single-post-page .inner-content table th, body.single-reviews .single-post-page .inner-content table td, body.single-reviews .single-post-page .inner-content table tr, body.single-reviews .single-post-page .inner-content table tbody, body.single-post .single-post-page .inner-content table th, body.single-post .single-post-page .inner-content table td, body.single-post .single-post-page .inner-content table tr, body.single-post .single-post-page .inner-content table tbody, body.single-vegashero_games .single-post-page .inner-content table th, body.single-vegashero_games .single-post-page .inner-content table td, body.single-vegashero_games .single-post-page .inner-content table tr, body.single-vegashero_games .single-post-page .inner-content table tbody {
        display: block
    }
}

body.page-template-page-push-fold .single-post-page .inner-content table caption, body.page-template-page-push-fold .single-post-page .inner-content table td, body.page-template-page-push-fold .single-post-page .inner-content table th, body.page-template-page-write-for-us .single-post-page .inner-content table caption, body.page-template-page-write-for-us .single-post-page .inner-content table td, body.page-template-page-write-for-us .single-post-page .inner-content table th, body.page-template-default .single-post-page .inner-content table caption, body.page-template-default .single-post-page .inner-content table td, body.page-template-default .single-post-page .inner-content table th, body.single-reviews .single-post-page .inner-content table caption, body.single-reviews .single-post-page .inner-content table td, body.single-reviews .single-post-page .inner-content table th, body.single-post .single-post-page .inner-content table caption, body.single-post .single-post-page .inner-content table td, body.single-post .single-post-page .inner-content table th, body.single-vegashero_games .single-post-page .inner-content table caption, body.single-vegashero_games .single-post-page .inner-content table td, body.single-vegashero_games .single-post-page .inner-content table th {
    font-size: 1.125rem
}

@media print, screen and (max-width: 39.99875em) {
    body.page-template-page-push-fold .single-post-page .inner-content table caption, body.page-template-page-push-fold .single-post-page .inner-content table td, body.page-template-page-push-fold .single-post-page .inner-content table th, body.page-template-page-write-for-us .single-post-page .inner-content table caption, body.page-template-page-write-for-us .single-post-page .inner-content table td, body.page-template-page-write-for-us .single-post-page .inner-content table th, body.page-template-default .single-post-page .inner-content table caption, body.page-template-default .single-post-page .inner-content table td, body.page-template-default .single-post-page .inner-content table th, body.single-reviews .single-post-page .inner-content table caption, body.single-reviews .single-post-page .inner-content table td, body.single-reviews .single-post-page .inner-content table th, body.single-post .single-post-page .inner-content table caption, body.single-post .single-post-page .inner-content table td, body.single-post .single-post-page .inner-content table th, body.single-vegashero_games .single-post-page .inner-content table caption, body.single-vegashero_games .single-post-page .inner-content table td, body.single-vegashero_games .single-post-page .inner-content table th {
        font-size: 1.0625rem
    }
}

body.page-template-page-push-fold .single-post-page .inner-content table td, body.page-template-page-write-for-us .single-post-page .inner-content table td, body.page-template-default .single-post-page .inner-content table td, body.single-reviews .single-post-page .inner-content table td, body.single-post .single-post-page .inner-content table td, body.single-vegashero_games .single-post-page .inner-content table td {
    padding: 1em;
    border: 1px solid #F3F3F3
}

body.page-template-page-push-fold .single-post-page .inner-content table th, body.page-template-page-write-for-us .single-post-page .inner-content table th, body.page-template-default .single-post-page .inner-content table th, body.single-reviews .single-post-page .inner-content table th, body.single-post .single-post-page .inner-content table th, body.single-vegashero_games .single-post-page .inner-content table th {
    background-color: #F3F3F3;
    border: 1px solid #F3F3F3;
    font-weight: 600
}

body.page-template-page-push-fold .single-post-page .inner-content p, body.page-template-page-push-fold .single-post-page .inner-content ul, body.page-template-page-push-fold .single-post-page .inner-content ol, body.page-template-page-write-for-us .single-post-page .inner-content p, body.page-template-page-write-for-us .single-post-page .inner-content ul, body.page-template-page-write-for-us .single-post-page .inner-content ol, body.page-template-default .single-post-page .inner-content p, body.page-template-default .single-post-page .inner-content ul, body.page-template-default .single-post-page .inner-content ol, body.single-reviews .single-post-page .inner-content p, body.single-reviews .single-post-page .inner-content ul, body.single-reviews .single-post-page .inner-content ol, body.single-post .single-post-page .inner-content p, body.single-post .single-post-page .inner-content ul, body.single-post .single-post-page .inner-content ol, body.single-vegashero_games .single-post-page .inner-content p, body.single-vegashero_games .single-post-page .inner-content ul, body.single-vegashero_games .single-post-page .inner-content ol {
    margin-bottom: 1.75rem
}

body.page-template-page-push-fold .single-post-page .inner-content h2, body.page-template-page-write-for-us .single-post-page .inner-content h2, body.page-template-default .single-post-page .inner-content h2, body.single-reviews .single-post-page .inner-content h2, body.single-post .single-post-page .inner-content h2, body.single-vegashero_games .single-post-page .inner-content h2 {
    font-size: 1.875rem;
    font-weight: 700
}

body.page-template-page-push-fold .single-post-page .inner-content h3, body.page-template-page-write-for-us .single-post-page .inner-content h3, body.page-template-default .single-post-page .inner-content h3, body.single-reviews .single-post-page .inner-content h3, body.single-post .single-post-page .inner-content h3, body.single-vegashero_games .single-post-page .inner-content h3 {
    font-size: 1.4375rem;
    font-weight: 700
}

body.page-template-page-push-fold .single-post-page .inner-content h4, body.page-template-page-write-for-us .single-post-page .inner-content h4, body.page-template-default .single-post-page .inner-content h4, body.single-reviews .single-post-page .inner-content h4, body.single-post .single-post-page .inner-content h4, body.single-vegashero_games .single-post-page .inner-content h4 {
    font-size: 1.3125rem;
    font-weight: 700
}

body.page-template-page-push-fold .single-post-page .inner-content blockquote, body.page-template-page-push-fold .single-post-page .inner-content blockquote.wp-block-quote, body.page-template-page-write-for-us .single-post-page .inner-content blockquote, body.page-template-page-write-for-us .single-post-page .inner-content blockquote.wp-block-quote, body.page-template-default .single-post-page .inner-content blockquote, body.page-template-default .single-post-page .inner-content blockquote.wp-block-quote, body.single-reviews .single-post-page .inner-content blockquote, body.single-reviews .single-post-page .inner-content blockquote.wp-block-quote, body.single-post .single-post-page .inner-content blockquote, body.single-post .single-post-page .inner-content blockquote.wp-block-quote, body.single-vegashero_games .single-post-page .inner-content blockquote, body.single-vegashero_games .single-post-page .inner-content blockquote.wp-block-quote {
    background-color: #000;
    border-left: 0 none;
    padding: 15px 25px 15px;
    border-radius: 10px
}

body.page-template-page-push-fold .single-post-page .inner-content blockquote p, body.page-template-page-push-fold .single-post-page .inner-content blockquote.wp-block-quote p, body.page-template-page-write-for-us .single-post-page .inner-content blockquote p, body.page-template-page-write-for-us .single-post-page .inner-content blockquote.wp-block-quote p, body.page-template-default .single-post-page .inner-content blockquote p, body.page-template-default .single-post-page .inner-content blockquote.wp-block-quote p, body.single-reviews .single-post-page .inner-content blockquote p, body.single-reviews .single-post-page .inner-content blockquote.wp-block-quote p, body.single-post .single-post-page .inner-content blockquote p, body.single-post .single-post-page .inner-content blockquote.wp-block-quote p, body.single-vegashero_games .single-post-page .inner-content blockquote p, body.single-vegashero_games .single-post-page .inner-content blockquote.wp-block-quote p {
    color: #fff
}

body.page-template-page-push-fold .single-post-page .inner-content blockquote p:last-child, body.page-template-page-push-fold .single-post-page .inner-content blockquote.wp-block-quote p:last-child, body.page-template-page-write-for-us .single-post-page .inner-content blockquote p:last-child, body.page-template-page-write-for-us .single-post-page .inner-content blockquote.wp-block-quote p:last-child, body.page-template-default .single-post-page .inner-content blockquote p:last-child, body.page-template-default .single-post-page .inner-content blockquote.wp-block-quote p:last-child, body.single-reviews .single-post-page .inner-content blockquote p:last-child, body.single-reviews .single-post-page .inner-content blockquote.wp-block-quote p:last-child, body.single-post .single-post-page .inner-content blockquote p:last-child, body.single-post .single-post-page .inner-content blockquote.wp-block-quote p:last-child, body.single-vegashero_games .single-post-page .inner-content blockquote p:last-child, body.single-vegashero_games .single-post-page .inner-content blockquote.wp-block-quote p:last-child {
    margin-bottom: 0
}

body.page-template-page-push-fold .single-post-page .inner-content #ez-toc-container, body.page-template-page-write-for-us .single-post-page .inner-content #ez-toc-container, body.page-template-default .single-post-page .inner-content #ez-toc-container, body.single-reviews .single-post-page .inner-content #ez-toc-container, body.single-post .single-post-page .inner-content #ez-toc-container, body.single-vegashero_games .single-post-page .inner-content #ez-toc-container {
    background-color: #fff;
    background-color: #fff;
    padding: 2.5rem 2.5rem;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    border-radius: 5px
}

@media print, screen and (max-width: 63.99875em) {
    body.page-template-page-push-fold .single-post-page .inner-content #ez-toc-container, body.page-template-page-write-for-us .single-post-page .inner-content #ez-toc-container, body.page-template-default .single-post-page .inner-content #ez-toc-container, body.single-reviews .single-post-page .inner-content #ez-toc-container, body.single-post .single-post-page .inner-content #ez-toc-container, body.single-vegashero_games .single-post-page .inner-content #ez-toc-container {
        padding: 1.25rem 1.25rem
    }
}

body.page-template-page-push-fold .single-post-page .inner-content #ez-toc-container .ez-toc-title-container, body.page-template-page-write-for-us .single-post-page .inner-content #ez-toc-container .ez-toc-title-container, body.page-template-default .single-post-page .inner-content #ez-toc-container .ez-toc-title-container, body.single-reviews .single-post-page .inner-content #ez-toc-container .ez-toc-title-container, body.single-post .single-post-page .inner-content #ez-toc-container .ez-toc-title-container, body.single-vegashero_games .single-post-page .inner-content #ez-toc-container .ez-toc-title-container {
    margin-bottom: 2.5rem
}

@media print, screen and (max-width: 63.99875em) {
    body.page-template-page-push-fold .single-post-page .inner-content #ez-toc-container .ez-toc-title-container, body.page-template-page-write-for-us .single-post-page .inner-content #ez-toc-container .ez-toc-title-container, body.page-template-default .single-post-page .inner-content #ez-toc-container .ez-toc-title-container, body.single-reviews .single-post-page .inner-content #ez-toc-container .ez-toc-title-container, body.single-post .single-post-page .inner-content #ez-toc-container .ez-toc-title-container, body.single-vegashero_games .single-post-page .inner-content #ez-toc-container .ez-toc-title-container {
        margin-bottom: 1.25rem;
        text-align: center
    }
}

body.page-template-page-push-fold .single-post-page .inner-content #ez-toc-container p.ez-toc-title, body.page-template-page-write-for-us .single-post-page .inner-content #ez-toc-container p.ez-toc-title, body.page-template-default .single-post-page .inner-content #ez-toc-container p.ez-toc-title, body.single-reviews .single-post-page .inner-content #ez-toc-container p.ez-toc-title, body.single-post .single-post-page .inner-content #ez-toc-container p.ez-toc-title, body.single-vegashero_games .single-post-page .inner-content #ez-toc-container p.ez-toc-title {
    font-size: 1.875rem !important;
    font-weight: 700
}

@media print, screen and (max-width: 63.99875em) {
    body.page-template-page-push-fold .single-post-page .inner-content #ez-toc-container p.ez-toc-title, body.page-template-page-write-for-us .single-post-page .inner-content #ez-toc-container p.ez-toc-title, body.page-template-default .single-post-page .inner-content #ez-toc-container p.ez-toc-title, body.single-reviews .single-post-page .inner-content #ez-toc-container p.ez-toc-title, body.single-post .single-post-page .inner-content #ez-toc-container p.ez-toc-title, body.single-vegashero_games .single-post-page .inner-content #ez-toc-container p.ez-toc-title {
        float: none;
        margin: 0 auto;
        font-size: 1.5625rem !important
    }
}

body.page-template-page-push-fold .single-post-page .inner-content #ez-toc-container nav ul, body.page-template-page-write-for-us .single-post-page .inner-content #ez-toc-container nav ul, body.page-template-default .single-post-page .inner-content #ez-toc-container nav ul, body.single-reviews .single-post-page .inner-content #ez-toc-container nav ul, body.single-post .single-post-page .inner-content #ez-toc-container nav ul, body.single-vegashero_games .single-post-page .inner-content #ez-toc-container nav ul {
    margin-left: 0;
    padding-left: 3.125rem
}

@media print, screen and (max-width: 63.99875em) {
    body.page-template-page-push-fold .single-post-page .inner-content #ez-toc-container nav ul, body.page-template-page-write-for-us .single-post-page .inner-content #ez-toc-container nav ul, body.page-template-default .single-post-page .inner-content #ez-toc-container nav ul, body.single-reviews .single-post-page .inner-content #ez-toc-container nav ul, body.single-post .single-post-page .inner-content #ez-toc-container nav ul, body.single-vegashero_games .single-post-page .inner-content #ez-toc-container nav ul {
        padding-left: 1.875rem
    }
}

body.page-template-page-push-fold .single-post-page .inner-content #ez-toc-container nav ul li, body.page-template-page-write-for-us .single-post-page .inner-content #ez-toc-container nav ul li, body.page-template-default .single-post-page .inner-content #ez-toc-container nav ul li, body.single-reviews .single-post-page .inner-content #ez-toc-container nav ul li, body.single-post .single-post-page .inner-content #ez-toc-container nav ul li, body.single-vegashero_games .single-post-page .inner-content #ez-toc-container nav ul li {
    position: relative;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.7;
    overflow: visible;
    color: #000
}

@media print, screen and (max-width: 63.99875em) {
    body.page-template-page-push-fold .single-post-page .inner-content #ez-toc-container nav ul li, body.page-template-page-write-for-us .single-post-page .inner-content #ez-toc-container nav ul li, body.page-template-default .single-post-page .inner-content #ez-toc-container nav ul li, body.single-reviews .single-post-page .inner-content #ez-toc-container nav ul li, body.single-post .single-post-page .inner-content #ez-toc-container nav ul li, body.single-vegashero_games .single-post-page .inner-content #ez-toc-container nav ul li {
        font-size: 1rem
    }
}

body.page-template-page-push-fold .single-post-page .inner-content #ez-toc-container nav ul li a, body.page-template-page-write-for-us .single-post-page .inner-content #ez-toc-container nav ul li a, body.page-template-default .single-post-page .inner-content #ez-toc-container nav ul li a, body.single-reviews .single-post-page .inner-content #ez-toc-container nav ul li a, body.single-post .single-post-page .inner-content #ez-toc-container nav ul li a, body.single-vegashero_games .single-post-page .inner-content #ez-toc-container nav ul li a {
    color: #000
}

body.page-template-page-push-fold .single-post-page .inner-content #ez-toc-container nav ul li:before, body.page-template-page-write-for-us .single-post-page .inner-content #ez-toc-container nav ul li:before, body.page-template-default .single-post-page .inner-content #ez-toc-container nav ul li:before, body.single-reviews .single-post-page .inner-content #ez-toc-container nav ul li:before, body.single-post .single-post-page .inner-content #ez-toc-container nav ul li:before, body.single-vegashero_games .single-post-page .inner-content #ez-toc-container nav ul li:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    display: block;
    position: absolute;
    left: -30px;
    top: 3px;
    font-size: .875rem;
    color: #FF9600
}

body.page-template-page-push-fold .single-post-page .inner-content .poker-terms-tc, body.page-template-page-write-for-us .single-post-page .inner-content .poker-terms-tc, body.page-template-default .single-post-page .inner-content .poker-terms-tc, body.single-reviews .single-post-page .inner-content .poker-terms-tc, body.single-post .single-post-page .inner-content .poker-terms-tc, body.single-vegashero_games .single-post-page .inner-content .poker-terms-tc {
    background-color: #fff;
    background-color: #fff;
    padding: 2.5rem 2.5rem;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    border-radius: 5px;
    margin-bottom: 3rem
}

@media print, screen and (max-width: 63.99875em) {
    body.page-template-page-push-fold .single-post-page .inner-content .poker-terms-tc, body.page-template-page-write-for-us .single-post-page .inner-content .poker-terms-tc, body.page-template-default .single-post-page .inner-content .poker-terms-tc, body.single-reviews .single-post-page .inner-content .poker-terms-tc, body.single-post .single-post-page .inner-content .poker-terms-tc, body.single-vegashero_games .single-post-page .inner-content .poker-terms-tc {
        padding: 1.25rem 1.25rem
    }
}

body.page-template-page-push-fold .single-post-page .inner-content .poker-terms-tc h2, body.page-template-page-write-for-us .single-post-page .inner-content .poker-terms-tc h2, body.page-template-default .single-post-page .inner-content .poker-terms-tc h2, body.single-reviews .single-post-page .inner-content .poker-terms-tc h2, body.single-post .single-post-page .inner-content .poker-terms-tc h2, body.single-vegashero_games .single-post-page .inner-content .poker-terms-tc h2 {
    font-size: 1.875rem !important;
    font-weight: 700;
    margin-bottom: 1.875rem
}

@media print, screen and (max-width: 63.99875em) {
    body.page-template-page-push-fold .single-post-page .inner-content .poker-terms-tc h2, body.page-template-page-write-for-us .single-post-page .inner-content .poker-terms-tc h2, body.page-template-default .single-post-page .inner-content .poker-terms-tc h2, body.single-reviews .single-post-page .inner-content .poker-terms-tc h2, body.single-post .single-post-page .inner-content .poker-terms-tc h2, body.single-vegashero_games .single-post-page .inner-content .poker-terms-tc h2 {
        margin-bottom: 1.25rem;
        font-size: 1.5625rem !important
    }
}

body.page-template-page-push-fold .single-post-page .inner-content .poker-terms-tc .wp-block-buttons, body.page-template-page-write-for-us .single-post-page .inner-content .poker-terms-tc .wp-block-buttons, body.page-template-default .single-post-page .inner-content .poker-terms-tc .wp-block-buttons, body.single-reviews .single-post-page .inner-content .poker-terms-tc .wp-block-buttons, body.single-post .single-post-page .inner-content .poker-terms-tc .wp-block-buttons, body.single-vegashero_games .single-post-page .inner-content .poker-terms-tc .wp-block-buttons {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    margin: 0 -.25rem
}

body.page-template-page-push-fold .single-post-page .inner-content .poker-terms-tc .wp-block-buttons .wp-block-button, body.page-template-page-write-for-us .single-post-page .inner-content .poker-terms-tc .wp-block-buttons .wp-block-button, body.page-template-default .single-post-page .inner-content .poker-terms-tc .wp-block-buttons .wp-block-button, body.single-reviews .single-post-page .inner-content .poker-terms-tc .wp-block-buttons .wp-block-button, body.single-post .single-post-page .inner-content .poker-terms-tc .wp-block-buttons .wp-block-button, body.single-vegashero_games .single-post-page .inner-content .poker-terms-tc .wp-block-buttons .wp-block-button {
    width: 14.28%;
    padding: 0 .25rem
}

body.page-template-page-push-fold .single-post-page .inner-content .poker-terms-tc .wp-block-buttons .wp-block-button .wp-block-button__link, body.page-template-page-write-for-us .single-post-page .inner-content .poker-terms-tc .wp-block-buttons .wp-block-button .wp-block-button__link, body.page-template-default .single-post-page .inner-content .poker-terms-tc .wp-block-buttons .wp-block-button .wp-block-button__link, body.single-reviews .single-post-page .inner-content .poker-terms-tc .wp-block-buttons .wp-block-button .wp-block-button__link, body.single-post .single-post-page .inner-content .poker-terms-tc .wp-block-buttons .wp-block-button .wp-block-button__link, body.single-vegashero_games .single-post-page .inner-content .poker-terms-tc .wp-block-buttons .wp-block-button .wp-block-button__link {
    background-color: #FF9600;
    width: 100%;
    font-weight: 700
}

@media print, screen and (max-width: 39.99875em) {
    body.page-template-page-push-fold .single-post-page .inner-content .poker-terms-tc .wp-block-buttons .wp-block-button .wp-block-button__link, body.page-template-page-write-for-us .single-post-page .inner-content .poker-terms-tc .wp-block-buttons .wp-block-button .wp-block-button__link, body.page-template-default .single-post-page .inner-content .poker-terms-tc .wp-block-buttons .wp-block-button .wp-block-button__link, body.single-reviews .single-post-page .inner-content .poker-terms-tc .wp-block-buttons .wp-block-button .wp-block-button__link, body.single-post .single-post-page .inner-content .poker-terms-tc .wp-block-buttons .wp-block-button .wp-block-button__link, body.single-vegashero_games .single-post-page .inner-content .poker-terms-tc .wp-block-buttons .wp-block-button .wp-block-button__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

body.page-template-page-push-fold .single-post-page .inner-content form, body.page-template-page-write-for-us .single-post-page .inner-content form, body.page-template-default .single-post-page .inner-content form, body.single-reviews .single-post-page .inner-content form, body.single-post .single-post-page .inner-content form, body.single-vegashero_games .single-post-page .inner-content form {
    padding-top: 1.875rem
}

body.page-template-page-push-fold .single-post-page .inner-content form input[type="text"], body.page-template-page-push-fold .single-post-page .inner-content form input[type="email"], body.page-template-page-push-fold .single-post-page .inner-content form input[type="tel"], body.page-template-page-push-fold .single-post-page .inner-content form input[type="number"], body.page-template-page-push-fold .single-post-page .inner-content form textarea, body.page-template-page-write-for-us .single-post-page .inner-content form input[type="text"], body.page-template-page-write-for-us .single-post-page .inner-content form input[type="email"], body.page-template-page-write-for-us .single-post-page .inner-content form input[type="tel"], body.page-template-page-write-for-us .single-post-page .inner-content form input[type="number"], body.page-template-page-write-for-us .single-post-page .inner-content form textarea, body.page-template-default .single-post-page .inner-content form input[type="text"], body.page-template-default .single-post-page .inner-content form input[type="email"], body.page-template-default .single-post-page .inner-content form input[type="tel"], body.page-template-default .single-post-page .inner-content form input[type="number"], body.page-template-default .single-post-page .inner-content form textarea, body.single-reviews .single-post-page .inner-content form input[type="text"], body.single-reviews .single-post-page .inner-content form input[type="email"], body.single-reviews .single-post-page .inner-content form input[type="tel"], body.single-reviews .single-post-page .inner-content form input[type="number"], body.single-reviews .single-post-page .inner-content form textarea, body.single-post .single-post-page .inner-content form input[type="text"], body.single-post .single-post-page .inner-content form input[type="email"], body.single-post .single-post-page .inner-content form input[type="tel"], body.single-post .single-post-page .inner-content form input[type="number"], body.single-post .single-post-page .inner-content form textarea, body.single-vegashero_games .single-post-page .inner-content form input[type="text"], body.single-vegashero_games .single-post-page .inner-content form input[type="email"], body.single-vegashero_games .single-post-page .inner-content form input[type="tel"], body.single-vegashero_games .single-post-page .inner-content form input[type="number"], body.single-vegashero_games .single-post-page .inner-content form textarea {
    font-size: 1.125rem;
    line-height: 1;
    height: auto;
    border-radius: .625rem;
    padding: .9375rem 1.25rem 1rem
}

@media print, screen and (max-width: 63.99875em) {
    body.page-template-page-push-fold .single-post-page .inner-content form .wpforms-one-half, body.page-template-page-write-for-us .single-post-page .inner-content form .wpforms-one-half, body.page-template-default .single-post-page .inner-content form .wpforms-one-half, body.single-reviews .single-post-page .inner-content form .wpforms-one-half, body.single-post .single-post-page .inner-content form .wpforms-one-half, body.single-vegashero_games .single-post-page .inner-content form .wpforms-one-half {
        width: 100% !important;
        margin-left: 0
    }
}

body.page-template-page-push-fold .single-post-page .inner-content form textarea, body.page-template-page-write-for-us .single-post-page .inner-content form textarea, body.page-template-default .single-post-page .inner-content form textarea, body.single-reviews .single-post-page .inner-content form textarea, body.single-post .single-post-page .inner-content form textarea, body.single-vegashero_games .single-post-page .inner-content form textarea {
    height: 10.9375rem;
    min-height: 10.9375rem;
    max-height: 10.9375rem
}

body.page-template-page-push-fold .single-post-page .inner-content form .wpforms-submit-container, body.page-template-page-write-for-us .single-post-page .inner-content form .wpforms-submit-container, body.page-template-default .single-post-page .inner-content form .wpforms-submit-container, body.single-reviews .single-post-page .inner-content form .wpforms-submit-container, body.single-post .single-post-page .inner-content form .wpforms-submit-container, body.single-vegashero_games .single-post-page .inner-content form .wpforms-submit-container {
    overflow: hidden
}

body.page-template-page-push-fold .single-post-page .inner-content form input[type="submit"], body.page-template-page-push-fold .single-post-page .inner-content form button[type="submit"], body.page-template-page-write-for-us .single-post-page .inner-content form input[type="submit"], body.page-template-page-write-for-us .single-post-page .inner-content form button[type="submit"], body.page-template-default .single-post-page .inner-content form input[type="submit"], body.page-template-default .single-post-page .inner-content form button[type="submit"], body.single-reviews .single-post-page .inner-content form input[type="submit"], body.single-reviews .single-post-page .inner-content form button[type="submit"], body.single-post .single-post-page .inner-content form input[type="submit"], body.single-post .single-post-page .inner-content form button[type="submit"], body.single-vegashero_games .single-post-page .inner-content form input[type="submit"], body.single-vegashero_games .single-post-page .inner-content form button[type="submit"] {
    padding: 1.125rem .625rem 1.0625rem;
    font-size: 1.5625rem;
    min-width: 12rem;
    border-radius: 10px;
    float: right
}

body.page-template-page-push-fold .single-post-page .inner-content .logos-wrap, body.page-template-page-write-for-us .single-post-page .inner-content .logos-wrap, body.page-template-default .single-post-page .inner-content .logos-wrap, body.single-reviews .single-post-page .inner-content .logos-wrap, body.single-post .single-post-page .inner-content .logos-wrap, body.single-vegashero_games .single-post-page .inner-content .logos-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

body.page-template-page-push-fold .single-post-page .cell.large-3, body.page-template-page-write-for-us .single-post-page .cell.large-3, body.page-template-default .single-post-page .cell.large-3, body.single-reviews .single-post-page .cell.large-3, body.single-post .single-post-page .cell.large-3, body.single-vegashero_games .single-post-page .cell.large-3 {
    padding: 0 0
}

body.page-template-page-push-fold .single-post-page .cell.large-3 .sidebar, body.page-template-page-write-for-us .single-post-page .cell.large-3 .sidebar, body.page-template-default .single-post-page .cell.large-3 .sidebar, body.single-reviews .single-post-page .cell.large-3 .sidebar, body.single-post .single-post-page .cell.large-3 .sidebar, body.single-vegashero_games .single-post-page .cell.large-3 .sidebar {
    background-color: #fff;
    padding-top: 3.125rem;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    border-radius: 5px;
    padding: 3.125rem .9375rem 1.75rem
}

body.page-template-page-push-fold .single-post-page .cell.large-3 .sidebar .widget:last-child, body.page-template-page-write-for-us .single-post-page .cell.large-3 .sidebar .widget:last-child, body.page-template-default .single-post-page .cell.large-3 .sidebar .widget:last-child, body.single-reviews .single-post-page .cell.large-3 .sidebar .widget:last-child, body.single-post .single-post-page .cell.large-3 .sidebar .widget:last-child, body.single-vegashero_games .single-post-page .cell.large-3 .sidebar .widget:last-child {
    margin-bottom: 0
}

body.page-template-page-push-fold .single-post-page .cell.large-3 a:not([class]), body.page-template-page-write-for-us .single-post-page .cell.large-3 a:not([class]), body.page-template-default .single-post-page .cell.large-3 a:not([class]), body.single-reviews .single-post-page .cell.large-3 a:not([class]), body.single-post .single-post-page .cell.large-3 a:not([class]), body.single-vegashero_games .single-post-page .cell.large-3 a:not([class]) {
    color: #000
}

@media print, screen and (max-width: 63.99875em) {
    body.single-post .sidebar {
        display: none
    }
}

body.single-post .sidebar.mobile-sidebar {
    display: none;
    background-color: #fff;
    padding-top: 3.125rem;
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    border-radius: 5px;
    padding: 3.125rem .9375rem 1.75rem;
    margin-bottom: 1.875rem
}

@media print, screen and (max-width: 63.99875em) {
    body.single-post .sidebar.mobile-sidebar {
        display: block
    }
}

.content-side blockquote, .content-side blockquote.wp-block-quote {
    background-color: #000;
    border-left: 0 none;
    padding: 15px 25px 15px;
    border-radius: 10px
}

.content-side blockquote p, .content-side blockquote.wp-block-quote p {
    color: #fff
}

.content-side blockquote p:last-child, .content-side blockquote.wp-block-quote p:last-child {
    margin-bottom: 0
}

.text-a-underline.has-white-color a {
    color: #fff !important
}

.text-a-underline a {
    text-decoration: underline
}

.bordered-image {
    border: 10px solid #fe9504
}

.bordered-image img {
    display: block;
    width: 100%;
    height: auto
}

.has-shadow {
    -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
    box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15)
}

.uagb-buttons-repeater {
    font-weight: 700
}

.advertise-table {
    margin-bottom: 0
}

.advertise-table table, .advertise-table table td {
    border: 0 none
}

@media print, screen and (max-width: 39.99875em) {
    .advertise-table-col .uagb-column__inner-wrap {
        padding: 0 0 0 0
    }
}

.advertise-tabs .wp-block-ub-tabbed-content-tabs-title {
    padding-left: 3.125rem
}

@media print, screen and (max-width: 63.99875em) {
    .advertise-tabs .wp-block-ub-tabbed-content-tabs-title {
        padding-left: 0
    }
}

.advertise-tabs .wp-block-ub-tabbed-content-tabs-title .wp-block-ub-tabbed-content-tab-title-wrap {
    padding: 1.375rem 1.875rem;
    height: auto
}

@media print, screen and (max-width: 39.99875em) {
    .advertise-tabs .wp-block-ub-tabbed-content-tabs-title .wp-block-ub-tabbed-content-tab-title-wrap {
        padding: .625rem .625rem
    }
}

.advertise-tabs .wp-block-ub-tabbed-content-tabs-title .wp-block-ub-tabbed-content-tab-title-wrap .wp-block-ub-tabbed-content-tab-title {
    font-weight: 700;
    font-size: 21px;
    line-height: 1
}

@media print, screen and (max-width: 39.99875em) {
    .advertise-tabs .wp-block-ub-tabbed-content-tabs-title .wp-block-ub-tabbed-content-tab-title-wrap .wp-block-ub-tabbed-content-tab-title {
        font-size: .8125rem;
        text-align: center
    }
}

.advertise-tabs .wp-block-ub-tabbed-content-tabs-content {
    padding: 4.375rem 1.875rem 3.125rem 3.125rem
}

@media print, screen and (max-width: 74.99875em) {
    .advertise-tabs .wp-block-ub-tabbed-content-tabs-content {
        padding: 3.125rem 1.875rem 3.125rem 1.875rem
    }
}

.advertise-tabs .wp-block-ub-tabbed-content-tabs-content .image-wrap img {
    border: 4px solid #D3D3D3
}

@media print, screen and (max-width: 63.99875em) {
    .advertise-page-title h1 {
        text-align: center !important
    }
}

@media print, screen and (max-width: 63.99875em) {
    .advertise-column-icons .uagb-columns__columns-4 {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
}

@media print, screen and (max-width: 63.99875em) {
    .advertise-column-icons .uagb-columns__columns-4 .wp-block-uagb-column {
        width: 50% !important;
        text-align: center
    }
}

@media print, screen and (max-width: 63.99875em) {
    .advertise-column-icons .uagb-columns__columns-4 .wp-block-uagb-column h2, .advertise-column-icons .uagb-columns__columns-4 .wp-block-uagb-column p {
        text-align: center
    }
}

.wp-block-image.has-number figure {
    position: relative;
    display: block;
    overflow: visible
}

.wp-block-image.has-number figure figcaption {
    position: absolute;
    top: 20px;
    right: -20px;
    z-index: 10;
    font-size: 18px;
    font-weight: 700;
    padding: 16px 10px;
    background-color: #FF9600;
    border-radius: 10px;
    width: 50px;
    line-height: 1;
    color: #fff
}

figure.wp-block-image.has-number {
    position: relative;
    display: block;
    overflow: visible
}

figure.wp-block-image.has-number figcaption {
    position: absolute;
    top: 20px;
    right: -20px;
    z-index: 10;
    font-size: 18px;
    font-weight: 700;
    padding: 16px 10px;
    background-color: #FF9600;
    border-radius: 10px;
    width: 50px;
    line-height: 1;
    color: #fff
}

@media print, screen and (max-width: 39.99875em) {
    .icon-text-group .wp-block-column:first-child {
        text-align: center
    }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .icon-text-group .wp-block-column:first-child {
        -ms-flex-preferred-size: 10% !important;
        flex-basis: 10% !important
    }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .icon-text-group .wp-block-column:last-child {
        -ms-flex-preferred-size: 80% !important;
        flex-basis: 80% !important
    }
}

@media print, screen and (max-width: 39.99875em) {
    .small-center, .small-center * {
        text-align: center !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .medium-center, .medium-center * {
        text-align: center !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
}

@media print, screen and (max-width: 63.99875em) {
    .poker-courses-column-wrap .uagb-columns__columns-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

#toTop {
    background-color: #131929;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    border-radius: 2px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    right: 50px;
    bottom: 50px;
    z-index: 900
}

@media print, screen and (max-width: 63.99875em) {
    #toTop {
        right: 20px;
        bottom: 20px
    }
}

#toTop i {
    font-size: 16px;
    color: #fff
}

.wp-block-ub-content-toggle .wp-block-ub-content-toggle-accordion {
    margin-bottom: 1.25rem;
    border: 1px solid #9A9A9A !important;
    border-radius: 5px
}

.wp-block-ub-content-toggle .wp-block-ub-content-toggle-accordion p, .wp-block-ub-content-toggle .wp-block-ub-content-toggle-accordion li {
    font-size: 1rem !important
}

.wp-block-ub-content-toggle .wp-block-ub-content-toggle-accordion p, .wp-block-ub-content-toggle .wp-block-ub-content-toggle-accordion ul, .wp-block-ub-content-toggle .wp-block-ub-content-toggle-accordion ol {
    margin-bottom: 1rem !important
}

.wp-block-ub-content-toggle .wp-block-ub-content-toggle-accordion .wp-block-ub-content-toggle-accordion-title-wrap {
    padding: 10px 5px 10px 20px;
    background-color: transparent !important;
    border: 0 none
}

.wp-block-ub-content-toggle .wp-block-ub-content-toggle-accordion .wp-block-ub-content-toggle-accordion-title-wrap .wp-block-ub-content-toggle-accordion-title {
    margin-bottom: 0 !important;
    padding: 0 0
}

.wp-block-ub-content-toggle .wp-block-ub-content-toggle-accordion .wp-block-ub-content-toggle-accordion-title-wrap .wp-block-ub-content-toggle-accordion-toggle-wrap .wp-block-ub-content-toggle-accordion-state-indicator {
    color: #FF9600
}

.wp-block-ub-content-toggle .wp-block-ub-content-toggle-accordion .wp-block-ub-content-toggle-accordion-content-wrap {
    padding-left: 20px;
    padding-right: 20px
}

.wp-block-uagb-tabs {
    margin: 0 0
}

@media print, screen and (max-width: 63.99875em) {
    .wp-block-uagb-tabs {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
}

.wp-block-uagb-tabs .uagb-tabs__panel {
    margin-bottom: 0 !important
}

@media print, screen and (max-width: 39.99875em) {
    .wp-block-uagb-tabs .uagb-tabs__panel {
        width: 100%;
        max-width: none !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .wp-block-uagb-tabs .uagb-tabs__panel {
        width: 100%;
        max-width: none !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
}

.wp-block-uagb-tabs .uagb-tabs__panel li {
    background-color: #dcdcdc !important
}

@media print, screen and (max-width: 39.99875em) {
    .wp-block-uagb-tabs .uagb-tabs__panel li {
        float: none !important;
        width: 48% !important;
        margin-right: 1% !important;
        margin-left: 1% !important;
        margin-bottom: 2% !important
    }
}

@media print, screen and (min-width: 64em) {
    .wp-block-uagb-tabs .uagb-tabs__panel li {
        border-bottom: 0 none !important;
        margin-bottom: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important
    }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .wp-block-uagb-tabs .uagb-tabs__panel li {
        margin-right: 1% !important;
        margin-left: 0 !important;
        margin-bottom: 0 !important;
        padding: 6px 6px !important;
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important
    }
}

.wp-block-uagb-tabs .uagb-tabs__panel li a {
    font-weight: 600
}

@media print, screen and (max-width: 63.99875em) {
    .wp-block-uagb-tabs .uagb-tabs__panel li a {
        font-size: .875rem
    }
}

.wp-block-uagb-tabs .uagb-tabs__panel li a span {
    color: #fff !important
}

.wp-block-uagb-tabs .uagb-tabs__panel li.uagb-tabs__active {
    background-color: #ff9600 !important
}

.wp-block-uagb-tabs .uagb-tabs__panel li.uagb-tabs__active a span {
    color: #fff !important
}

@media print, screen and (max-width: 63.99875em) {
    .wp-block-uagb-tabs .uagb-tabs__body-wrap {
        width: 100%;
        max-width: none !important
    }
}

@media print, screen and (max-width: 63.99875em) {
    .poker-courses-bottom-section {
        background-image: none !important
    }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .poker-courses-bottom-section .wp-block-uagb-columns .wp-block-uagb-column:first-child {
        width: 70% !important;
        padding-right: 0 !important
    }
}

@media print, screen and (max-width: 39.99875em) {
    .poker-courses-bottom-section .wp-block-uagb-columns .wp-block-uagb-column:first-child {
        padding-right: 0 !important
    }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .poker-courses-bottom-section .wp-block-uagb-columns .wp-block-uagb-column:last-child {
        width: 30% !important
    }
}

.mtc-banners .mpc-below-posts-desktop #block-9 .wp-block-image img {
    max-height: 25rem;
    width: auto;
    height: auto
}

@media print, screen and (max-width: 63.99875em) {
    body.search-results .strategy-articles {
        margin-top: .625rem
    }
}

.kt-tabs-wrap .kt-tabs-title-list {
    margin-bottom: 0 !important
}

.kt-tabs-wrap .kt-tabs-title-list li .kt-tab-title {
    background-color: #dcdcdc !important;
    color: #fff !important;
    font-weight: 600
}

.kt-tabs-wrap .kt-tabs-title-list li.kt-tab-title-active a {
    background-color: #ff9600 !important
}

.advertise-tab .wp-block-kadence-tab {
    padding-top: 2.5rem !important
}

.poker-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media print, screen and (max-width: 39.99875em) {
    .poker-pagination {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.poker-pagination .page-numbers {
    background-color: #FF9600;
    color: #fff;
    margin: 0 .3125rem;
    width: 2.125rem;
    height: 2.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: .3125rem;
    font-weight: 600
}

@media print, screen and (max-width: 39.99875em) {
    .poker-pagination .page-numbers {
        display: none
    }
}

.poker-pagination .page-numbers:hover, .poker-pagination .page-numbers.current {
    background-color: #d17b00
}

.poker-pagination .page-numbers.prev, .poker-pagination .page-numbers.next {
    width: 6.25rem
}

@media print, screen and (max-width: 39.99875em) {
    .poker-pagination .page-numbers.prev, .poker-pagination .page-numbers.next {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.small-only {
    display: none !important
}

@media print, screen and (max-width: 39.99875em) {
    .small-only.has-number {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

@media print, screen and (max-width: 39.99875em) {
    .small-only.button {
        display: inline-block !important
    }
}

@media print, screen and (max-width: 39.99875em) {
    .small-only {
        display: block !important
    }
}

@media print, screen and (max-width: 39.99875em) {
    .small-hide {
        display: none !important
    }
}

.medium-only {
    display: none !important
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .medium-only.button {
        display: inline-block !important
    }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .medium-only {
        display: block !important
    }
}

.large-only {
    display: none !important
}

@media print, screen and (min-width: 64em) {
    .large-only.button {
        display: inline-block !important
    }
}

@media print, screen and (min-width: 64em) {
    .large-only {
        display: block !important
    }
}

@media print, screen and (max-width: 39.99875em) {
    .our-calc-wrapper .answers-wrapper-all {
        height: auto !important
    }
}

@media print, screen and (max-width: 39.99875em) {
    .our-calc-wrapper .answers-wrapper-all .answer-wrapper {
        position: relative;
        top: inherit;
        left: inherit
    }
}

.quiz-modal {
    z-index: 3
}

@media print, screen and (max-width: 63.99875em) {
    .quiz-modal .modal-content {
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important
    }
}

.poker-search-form form {
    position: relative
}

.poker-search-form input[type='text'] {
    border: 1px solid #FF9600;
    border-radius: 5px;
    padding: 12px 50px 12px 20px;
    height: auto
}

.poker-search-form input[type='submit'] {
    display: block;
    text-indent: -999px;
    overflow: hidden;
    height: 100%;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0 none;
    z-index: 2;
    background: transparent none;
    cursor: pointer;
    display: block;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button
}

.poker-search-form svg {
    height: 23px;
    width: 23px;
    position: absolute;
    right: 13px;
    z-index: 1;
    top: 50%;
    margin-top: -11px
}

.poker-posts {
    background: transparent;
    padding: 0 0 3.125rem;
    z-index: 10
}

.poker-posts.single-post {
    padding-top: 3.125rem
}

.poker-posts.single-post:after {
    display: none
}

@media print, screen and (max-width: 39.99875em) {
    .poker-posts.single-post .title-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 20px 0
    }
}

@media print, screen and (max-width: 39.99875em) {
    .poker-posts.single-post .post-wrap .single-post {
        border-radius: 0 0 5px 5px;
        -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
        box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
        background-color: #fff;
        position: relative
    }
}

@media print, screen and (max-width: 39.99875em) {
    .poker-posts.single-post .post-wrap .single-post > a {
        max-height: 106px !important;
        min-height: 106px !important;
        height: 106px !important
    }
}

@media print, screen and (max-width: 39.99875em) {
    .poker-posts.single-post .post-wrap .single-post .text-wrap {
        height: auto !important;
        padding-bottom: 2.5rem;
        border-radius: 0 0 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: unset
    }
}

@media print, screen and (max-width: 39.99875em) {
    .poker-posts.single-post .post-wrap .single-post .text-wrap h3 a {
        display: inline-block
    }
}

.poker-posts:after {
    display: none
}

.poker-posts .section-title {
    margin-bottom: 0
}

.poker-posts a {
    color: #000 !important
}

.poker-posts a:after, .poker-posts a:before {
    display: none
}

@media print, screen and (max-width: 39.99875em) {
    .poker-posts .title-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 20px 0
    }
}

.poker-posts .title-wrap h3 {
    color: #000 !important;
    font-size: 24px !important
}

@media print, screen and (max-width: 39.99875em) {
    .poker-posts .title-wrap a {
        margin-bottom: 0;
        min-width: 4.5rem
    }
}

@media print, screen and (max-width: 39.99875em) {
    .poker-posts .text-wrap {
        height: auto !important;
        padding-bottom: 2.5rem !important;
        border-radius: 0 0 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: unset
    }
}

.poker-posts .text-wrap h3 a {
    font-size: .875rem !important;
    font-weight: 700 !important;
    color: #000 !important
}

@media print, screen and (max-width: 39.99875em) {
    .poker-posts .text-wrap h3 a {
        display: inline-block;
        font-size: .8125rem !important
    }
}

.poker-posts .text-wrap .read-more::before {
    display: none
}

.poker-posts .text-wrap .read-more:after {
    display: block !important
}

.poker-posts .single-post {
    width: 24%
}

@media print, screen and (max-width: 63.99875em) {
    .poker-posts .single-post {
        width: 48%
    }
}

@media print, screen and (max-width: 39.99875em) {
    .poker-posts .single-post {
        width: 48%
    }

    .poker-posts .single-post:first-child {
        width: 48%;
        margin: 0 1% 20px
    }
}

@media print, screen and (max-width: 39.99875em) {
    .poker-posts .single-post {
        border-radius: 0 0 5px 5px;
        -webkit-box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
        box-shadow: 0 0 20px 2px rgba(66, 66, 66, .15);
        background-color: #fff;
        position: relative
    }
}

@media print, screen and (max-width: 39.99875em) {
    .poker-posts .single-post:last-child {
        display: block
    }
}

.poker-posts .single-post > a {
    display: block;
    max-height: 115px !important;
    height: 115px !important;
    background-color: #131929;
    border-radius: 5px 5px 0 0
}

@media print, screen and (max-width: 39.99875em) {
    .poker-posts .single-post > a {
        max-height: 106px !important;
        min-height: 106px !important;
        height: 106px !important
    }
}

@media print, screen and (max-width: 63.99875em) {
    .poker-posts .single-post > a {
        min-height: 115px;
        height: 115px
    }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
    .poker-posts .single-post > a {
        max-height: 134px !important
    }
}

.poker-posts .single-post .no-image {
    max-height: 115px !important;
    height: 115px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media print, screen and (max-width: 39.99875em) {
    .poker-posts .single-post .no-image {
        max-height: 106px !important;
        min-height: 106px !important;
        height: 106px !important
    }
}

@media print, screen and (max-width: 63.99875em) {
    .poker-posts .single-post .no-image {
        min-height: 115px;
        height: 115px
    }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
    .poker-posts .single-post .no-image {
        max-height: 134px !important
    }
}

.poker-posts .single-post .no-image img {
    max-width: 80%;
    height: auto
}

.poker-posts .single-post img {
    max-height: 115px;
    height: 100%
}

.Hero-container {
    background-image: url(https://www.mypokercoaching.com/wp-content/uploads/2023/04/hero-background.jpg);
    background-size: cover;
    background-position: top center;
    display: flex;
    justify-content: left;
    align-items: center;
    height: 80vh;
    width: 100%;
    padding: 0 100px
}

.Heading-container {
    margin: 0 auto;
    width: 1300px
}

.Hero-heading {
    color: #fff;
    font-size: 52px;
    text-align: left;
    margin: 0;
    font-weight: 700;
    width: 500px
}

.Hero-text {
    color: #fff;
    font-size: 18px;
    text-align: left;
    margin: 0;
    letter-spacing: 3px
}

.list-container {
    width: 100%;
    background-color: #FF9600
}

.circle-list {
    list-style-type: none;
    padding: 0;
    counter-reset: item;
    width: 1300px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    justify-content: space-between
}

.circle-list li {
    counter-increment: item
}

.circle-list li:before {
    content: counter(item);
    display: inline-block;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    color: #fff;
    background-color: #000;
    margin-right: .5em
}

.Cards-wrapper {
    width: 1300px;
    margin: 0 auto;
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.Cards-heading {
    font-weight: 700;
    margin-bottom: 30px
}

.Cards-container {
    display: flex;
    justify-content: center;
    column-gap: 50px
}

.Card-image {
    width: 60px
}

.Card-container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 19px;
    height: 300px;
    width: 250px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    border-radius: 10px;
    background-image: radial-gradient(ellipse at top center, #000 0%, #000 59%, transparent 60%);
    background-size: 165% 35%;
    background-repeat: no-repeat;
    background-position: center top
}

.card-text {
    text-align: center;
    font-size: 18px
}

.Form-bigwrapper {
    width: 1300px;
    margin: 0 auto;
    padding: 20px
}

.Form-mainheading {
    font-weight: 700;
    margin-bottom: 20px
}

.Form-smallwrapper {
    display: flex;
    column-gap: 50px
}

.number-titles {
    font-weight: 700;
    margin: 30px 0
}

.numbers {
    color: #FF9600;
    font-weight: 700;
    font-size: 18px;
    border: 2px solid #FF9600;
    border-radius: 100%;
    padding: 10px 18px
}

.Form-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center
}

.One-wrapper {
    width: 100%;
    text-align: center
}

.Two-wrapper {
    text-align: center;
    background-color: lightgrey;
    border-radius: 10px;
    padding: 35px;
    margin-bottom: 40px;
    width: 400px
}

.Three-wrapper {
    width: 100%;
    text-align: center
}

.form-content {
    margin-top: 30px
}

.form-content a {
    color: #FF9600
}

.Form-image {
    height: 750px
}

.Bottom-container {
    background-image: url(https://www.mypokercoaching.com/wp-content/uploads/2023/04/Rectangle-7.jpg);
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: left;
    align-items: center;
    height: 55vh;
    width: 100%;
    padding: 0 100px
}

.Bottomheading-container {
    margin: 0 auto;
    width: 1300px
}

.Bottom-heading {
    font-weight: 700;
    color: #fff;
    font-size: 3rem;
    margin-bottom: 50px
}

.Bottom-button {
    background-color: #FF9600;
    padding: 12px 25px;
    font-weight: 700;
    color: #131929;
    border-radius: 5px
}

.lp-title {
    font-weight: 700;
    font-size: 3rem
}

.lp-question {
    font-weight: 700
}

.lpfaq-container {
    background-color: lightgrey;
    border-radius: 10px;
    padding: 35px
}

.lp-faq {
    padding-top: 0px !important
}

.lp-container {
    padding: 0 150px
}

.age-content {
    margin-top: -20px;
    margin-bottom: 40px
}

.age-content a {
    color: #FF9600;
    cursor: pointer
}

@media only screen and (max-width: 900px) {
    .Hero-container {
        height: 600px;
        padding-left: 20px;
        padding-right: 200px;
        width: 100%
    }

    .Hero-heading {
        font-size: 40px;
        width: 100%
    }

    .circle-list {
        flex-direction: column;
        row-gap: 20px;
        width: 100%
    }

    .Cards-container {
        flex-direction: column;
        row-gap: 30px
    }

    .Cards-wrapper {
        width: 100%;
        padding-bottom: 50px
    }

    .Cards-heading {
        text-align: center;
        font-size: 1.5rem
    }

    .Card-container {
        height: 300px;
        width: 300px
    }

    .Form-bigwrapper {
        width: 100%
    }

    .Form-image {
        height: 100%;
        margin-bottom: 50px
    }

    .Form-smallwrapper {
        flex-direction: column
    }

    .Form-mainheading {
        text-align: center;
        font-size: 3rem
    }

    .form-content {
        margin-top: 10px
    }

    .Bottomheading-container {
        width: 100%
    }

    .Bottom-container {
        height: 600px;
        padding: 0 20px;
        width: 100%
    }

    .lp-faq {
        padding-bottom: 0px !important
    }

    .lpfaq-container {
        padding: 35px 20px
    }

    .lp-container {
        padding: 0 20px
    }

    .age-content {
        margin-top: -30px;
        text-align: center
    }
}

@media only screen and (max-width: 500px) {
    .Form-image {
        height: 510px
    }
}

li {
    margin: 10px 0
}

.author-info address {
    margin-right: 1.125rem;
    font-weight: 700;
    font-style: normal
}

.author-info span {
    display: block;
    font-weight: 400
}

.poker-shortcodes .card p.name {
    margin-bottom: unset !important;
    font-size: unset !important
}

.home-latest .text-wrap h3 {
    font-size: 1.1em
}

.about__us--item p {
    margin: 0 24px;
    color: #fff
}

.socials {
    gap: 10px
}

.socials a span {
    font-size: 2em
}

.cell.disclaimer a {
    color: #fff !important
}

@media only screen and (max-width: 680px) {
    .ez-toc-list li {
        margin: 20px 0 !important
    }

    .ez-toc-list li a {
        font-size: 1.2em !important
    }

    .footer li {
        margin: 30px 0;
        font-size: 1.1em
    }

    .mpc-below-posts-mobile li {
        margin: 10px 0;
        font-size: 1.1em
    }

    .socials a {
        margin: 0 20px !important
    }

    .socials a span {
        margin: 0;
        font-size: 2.5em
    }
}