:root {
    --ck-color-image-caption-background: #f7f7f7;
    --ck-color-image-caption-text: #333;
    --ck-color-mention-background: rgba(153, 0, 48, .1);
    --ck-color-mention-text: #990030;
    --ck-color-selector-caption-background: #f7f7f7;
    --ck-color-selector-caption-text: #333;
    --ck-highlight-marker-blue: #72ccfd;
    --ck-highlight-marker-green: #62f962;
    --ck-highlight-marker-pink: #fc7899;
    --ck-highlight-marker-yellow: #fdfd77;
    --ck-highlight-pen-green: #128a00;
    --ck-highlight-pen-red: #e71313;
    --ck-image-style-spacing: 1.5em;
    --ck-inline-image-style-spacing: calc(var(--ck-image-style-spacing) / 2);
    --ck-todo-list-checkmark-size: 16px
}

.ck-content .table .ck-table-resized {
    table-layout: fixed
}

.ck-content .table table {
    overflow: hidden
}

.ck-content .table td, .ck-content .table th {
    overflow-wrap: break-word;
    position: relative
}

.ck-content .table > figcaption {
    background-color: var(--ck-color-selector-caption-background);
    caption-side: top;
    color: var(--ck-color-selector-caption-text);
    display: table-caption;
    font-size: .75em;
    outline-offset: -1px;
    padding: .6em;
    text-align: center;
    word-break: break-word
}

.ck-content .table {
    display: table;
    margin: .9em auto
}

.ck-content .table table {
    border: 1px double #b3b3b3;
    border-collapse: collapse;
    border-spacing: 0;
    height: 100%;
    width: 100%
}

.ck-content .table table td, .ck-content .table table th {
    border: 1px solid #bfbfbf;
    min-width: 2em;
    padding: .4em
}

.ck-content .table table th {
    background: rgba(0, 0, 0, .05);
    font-weight: 700
}

.ck-content[dir=rtl] .table th {
    text-align: right
}

.ck-content[dir=ltr] .table th {
    text-align: left
}

.ck-content .page-break {
    align-items: center;
    clear: both;
    display: flex;
    justify-content: center;
    padding: 5px 0;
    position: relative
}

.ck-content .page-break:after {
    border-bottom: 2px dashed #c4c4c4;
    content: "";
    position: absolute;
    width: 100%
}

.ck-content .page-break__label {
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, .15);
    color: #333;
    display: block;
    font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
    font-size: .75em;
    font-weight: 700;
    padding: .3em .6em;
    position: relative;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1
}

.ck-content .media {
    clear: both;
    display: block;
    margin: .9em 0;
    min-width: 15em
}

.ck-content .todo-list {
    list-style: none
}

.ck-content .todo-list li {
    margin-bottom: 5px;
    position: relative
}

.ck-content .todo-list li .todo-list {
    margin-top: 5px
}

.ck-content .todo-list .todo-list__label > input {
    -webkit-appearance: none;
    border: 0;
    display: inline-block;
    height: var(--ck-todo-list-checkmark-size);
    left: -25px;
    margin-left: 0;
    margin-right: -15px;
    position: relative;
    right: 0;
    vertical-align: middle;
    width: var(--ck-todo-list-checkmark-size)
}

.ck-content[dir=rtl] .todo-list .todo-list__label > input {
    left: 0;
    margin-left: -15px;
    margin-right: 0;
    right: -25px
}

.ck-content .todo-list .todo-list__label > input:before {
    border: 1px solid #333;
    border-radius: 2px;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: box-shadow .25s ease-in-out;
    width: 100%
}

.ck-content .todo-list .todo-list__label > input:after {
    border-color: transparent;
    border-style: solid;
    border-width: 0 calc(var(--ck-todo-list-checkmark-size) / 8) calc(var(--ck-todo-list-checkmark-size) / 8) 0;
    box-sizing: content-box;
    content: "";
    display: block;
    height: calc(var(--ck-todo-list-checkmark-size) / 2.6);
    left: calc(var(--ck-todo-list-checkmark-size) / 3);
    pointer-events: none;
    position: absolute;
    top: calc(var(--ck-todo-list-checkmark-size) / 5.3);
    transform: rotate(45deg);
    width: calc(var(--ck-todo-list-checkmark-size) / 5.3)
}

.ck-content .todo-list .todo-list__label > input[checked]:before {
    background: #26ab33;
    border-color: #26ab33
}

.ck-content .todo-list .todo-list__label > input[checked]:after {
    border-color: #fff
}

.ck-content .todo-list .todo-list__label .todo-list__label__description {
    vertical-align: middle
}

.ck-content .todo-list .todo-list__label.todo-list__label_without-description input[type=checkbox] {
    position: absolute
}

.ck-editor__editable.ck-content .todo-list .todo-list__label > input, .ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input {
    cursor: pointer
}

.ck-editor__editable.ck-content .todo-list .todo-list__label > input:hover:before, .ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input:hover:before {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .1)
}

.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input {
    -webkit-appearance: none;
    border: 0;
    display: inline-block;
    height: var(--ck-todo-list-checkmark-size);
    left: -25px;
    margin-left: 0;
    margin-right: -15px;
    position: relative;
    right: 0;
    vertical-align: middle;
    width: var(--ck-todo-list-checkmark-size)
}

.ck-editor__editable.ck-content[dir=rtl] .todo-list .todo-list__label > span[contenteditable=false] > input {
    left: 0;
    margin-left: -15px;
    margin-right: 0;
    right: -25px
}

.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input:before {
    border: 1px solid #333;
    border-radius: 2px;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: box-shadow .25s ease-in-out;
    width: 100%
}

.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input:after {
    border-color: transparent;
    border-style: solid;
    border-width: 0 calc(var(--ck-todo-list-checkmark-size) / 8) calc(var(--ck-todo-list-checkmark-size) / 8) 0;
    box-sizing: content-box;
    content: "";
    display: block;
    height: calc(var(--ck-todo-list-checkmark-size) / 2.6);
    left: calc(var(--ck-todo-list-checkmark-size) / 3);
    pointer-events: none;
    position: absolute;
    top: calc(var(--ck-todo-list-checkmark-size) / 5.3);
    transform: rotate(45deg);
    width: calc(var(--ck-todo-list-checkmark-size) / 5.3)
}

.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input[checked]:before {
    background: #26ab33;
    border-color: #26ab33
}

.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input[checked]:after {
    border-color: #fff
}

.ck-editor__editable.ck-content .todo-list .todo-list__label.todo-list__label_without-description input[type=checkbox] {
    position: absolute
}

.ck-content img.image_resized {
    height: auto
}

.ck-content .image.image_resized {
    box-sizing: border-box;
    display: block;
    max-width: 100%
}

.ck-content .image.image_resized img {
    width: 100%
}

.ck-content .image.image_resized > figcaption {
    display: block
}

.ck-content .image {
    clear: both;
    display: table;
    margin: .9em auto;
    min-width: 50px;
    text-align: center
}

.ck-content .image img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    min-width: 100%
}

.ck-content .image-inline {
    align-items: flex-start;
    display: inline-flex;
    max-width: 100%
}

.ck-content .image-inline picture {
    display: flex
}

.ck-content .image-inline img, .ck-content .image-inline picture {
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 100%
}

.ck-content .image > figcaption {
    background-color: var(--ck-color-image-caption-background);
    caption-side: bottom;
    color: var(--ck-color-image-caption-text);
    display: table-caption;
    font-size: .75em;
    outline-offset: -1px;
    padding: .6em;
    word-break: break-word
}

.ck-content ol {
    list-style-type: decimal
}

.ck-content ol ol {
    list-style-type: lower-latin
}

.ck-content ol ol ol {
    list-style-type: lower-roman
}

.ck-content ol ol ol ol {
    list-style-type: upper-latin
}

.ck-content ol ol ol ol ol {
    list-style-type: upper-roman
}

.ck-content ul {
    list-style-type: disc
}

.ck-content ul ul {
    list-style-type: circle
}

.ck-content ul ul ul, .ck-content ul ul ul ul {
    list-style-type: square
}

.ck-content .image-style-block-align-left, .ck-content .image-style-block-align-right {
    max-width: calc(100% - var(--ck-image-style-spacing))
}

.ck-content .image-style-align-left, .ck-content .image-style-align-right {
    clear: none
}

.ck-content .image-style-side {
    float: right;
    margin-left: var(--ck-image-style-spacing);
    max-width: 50%
}

.ck-content .image-style-align-left {
    float: left;
    margin-right: var(--ck-image-style-spacing)
}

.ck-content .image-style-align-center {
    margin-left: auto;
    margin-right: auto
}

.ck-content .image-style-align-right {
    float: right;
    margin-left: var(--ck-image-style-spacing)
}

.ck-content .image-style-block-align-right {
    margin-left: auto;
    margin-right: 0
}

.ck-content .image-style-block-align-left {
    margin-left: 0;
    margin-right: auto
}

.ck-content p + .image-style-align-left, .ck-content p + .image-style-align-right, .ck-content p + .image-style-side {
    margin-top: 0
}

.ck-content .image-inline.image-style-align-left, .ck-content .image-inline.image-style-align-right {
    margin-bottom: var(--ck-inline-image-style-spacing);
    margin-top: var(--ck-inline-image-style-spacing)
}

.ck-content .image-inline.image-style-align-left {
    margin-right: var(--ck-inline-image-style-spacing)
}

.ck-content .image-inline.image-style-align-right {
    margin-left: var(--ck-inline-image-style-spacing)
}

.ck-content .marker-yellow {
    background-color: var(--ck-highlight-marker-yellow)
}

.ck-content .marker-green {
    background-color: var(--ck-highlight-marker-green)
}

.ck-content .marker-pink {
    background-color: var(--ck-highlight-marker-pink)
}

.ck-content .marker-blue {
    background-color: var(--ck-highlight-marker-blue)
}

.ck-content .pen-red {
    background-color: transparent;
    color: var(--ck-highlight-pen-red)
}

.ck-content .pen-green {
    background-color: transparent;
    color: var(--ck-highlight-pen-green)
}

.ck-content blockquote {
    border-left: 5px solid #ccc;
    font-style: italic;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    padding-left: 1.5em;
    padding-right: 1.5em
}

.ck-content[dir=rtl] blockquote {
    border-left: 0;
    border-right: 5px solid #ccc
}

.ck-content code {
    background-color: hsla(0, 0%, 78%, .3);
    border-radius: 2px;
    padding: .15em
}

.ck-content .text-tiny {
    font-size: .7em
}

.ck-content .text-small {
    font-size: .85em
}

.ck-content .text-big {
    font-size: 1.4em
}

.ck-content .text-huge {
    font-size: 1.8em
}

.ck-content .mention {
    background: var(--ck-color-mention-background);
    color: var(--ck-color-mention-text)
}

.ck-content hr {
    background: #dedede;
    border: 0;
    height: 4px;
    margin: 15px 0
}

.ck-content pre {
    background: hsla(0, 0%, 78%, .3);
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    color: #353535;
    direction: ltr;
    font-style: normal;
    min-width: 200px;
    padding: 1em;
    tab-size: 4;
    text-align: left;
    white-space: pre-wrap
}

.ck-content pre code {
    background: unset;
    border-radius: 0;
    padding: 0
}

@media print {
    .ck-content .page-break {
        padding: 0
    }

    .ck-content .page-break:after {
        display: none
    }
}

article img {
    display: block;
    max-width: 100%;
    border-radius: 14px;
    margin: 30px auto;
}

article p, article li {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 15px;
}

article h1, article h2, article h3, article ol, article ul {
    margin-bottom: 20px !important;
    margin-top: 35px !important;
}

table {
    border-collapse: collapse;
    margin: 30px 0;
    width: 100%;
}

td, th {
    word-break: break-all;
    text-align: center;
    padding: 5px;
    border: 1px solid silver;
    margin: 20px 0;
}

.styles_button__wZ6Rg {
    border-radius: var(--buttonBorderRadius, 0);
    font-weight: var(--buttonFontWeight, 200);
    font-size: 14px;
    padding: var(--buttonPadding, .5em 1.25em);
    display: inline-block;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    border: none;
    font-family: inherit;
    text-transform: inherit;
    box-sizing: border-box;
    cursor: pointer
}

.styles_button__wZ6Rg > a {
    color: inherit
}

.styles_body-1__Q1hhh {
    font-size: var(--body-1, 12px)
}

.styles_body-2___BNxk {
    font-size: var(--body-2, 14px)
}

.styles_body-3__SsHZC {
    font-size: var(--body-3, 16px)
}

.styles_body-4__Jg0vP {
    font-size: var(--body-4, clamp(1.13rem, .78vw + .75rem, 1.25rem))
}

.styles_body-xl__bgkGG {
    font-size: var(--body-xl, 24px)
}

.styles_body-xxl__vMHzh {
    font-size: var(--body-xxl, 28px)
}

.styles_brand-1__yqkgM {
    background-color: #ed1b25
}

.styles_brand-2__5GUP1 {
    background-color: #008cff
}

.styles_brand-3__mLGsa {
    background-color: var(--colorBrand3, #1d0047)
}

.styles_primary__fzrEZ {
    color: var(--buttonTextColorPrimary, #fff);
    background-color: var(--buttonColorPrimary, var(--colorBrand1, rgba(255, 255, 0, 0)));
    border: 1px solid var(--buttonColorPrimary, var(--colorBrand1, rgba(255, 255, 0, 0)))
}

.styles_primary__fzrEZ:hover {
    background-color: var(--buttonHoverColorPrimary, var(--colorBrand1, rgba(255, 255, 0, 0)));
    border-color: var(--buttonHoverColorPrimary, var(--colorBrand1, rgba(255, 255, 0, 0)));
    text-decoration: none
}

.styles_primary__fzrEZ.styles_ghost__0rJk2 {
    color: var(--buttonColorPrimary, var(--colorBrand1, rgba(255, 255, 0, 0)))
}

.styles_secondary__bK_jT {
    color: var(--buttonTextColorSecondary, #fff);
    background-color: var(--buttonColorSecondary, var(--colorBrand2, #008cff));
    border: 1px solid var(--buttonColorSecondary, var(--colorBrand2, #008cff))
}

.styles_secondary__bK_jT:hover {
    background-color: var(--buttonHoverColorSecondary, var(--colorBrand2, #008cff));
    border-color: var(--buttonHoverColorSecondary, var(--colorBrand2, #008cff));
    text-decoration: none
}

.styles_secondary__bK_jT.styles_ghost__0rJk2 {
    color: var(--buttonColorSecondary, var(--colorBrand2, #008cff))
}

.styles_tertiary__KgucB {
    color: var(--buttonTextColorTertiary, #fff);
    border: 1px solid var(--buttonColorTertiary, var(--colorBrand3, #1d0047))
}

.styles_tertiary__KgucB, .styles_tertiary__KgucB:hover {
    background-color: var(--buttonColorTertiary, var(--colorBrand3, #1d0047))
}

.styles_tertiary__KgucB:hover {
    border-color: var(--buttonColorTertiary, var(--colorBrand3, #1d0047));
    text-decoration: none
}

.styles_tertiary__KgucB.styles_ghost__0rJk2 {
    color: var(--buttonColorTertiary, var(--colorBrand3, #1d0047))
}

.styles_ghost__0rJk2 {
    color: currentColor;
    border: 1px solid;
    background-color: transparent !important
}

.styles_ghost__0rJk2:hover {
    text-decoration: none;
    background-color: var(--textColor) !important;
    color: var(--backgroundColor);
    border-color: var(--textColor)
}

.styles_white__yWJSE {
    background-color: #fff;
    color: #000
}

.styles_white__yWJSE.styles_ghost__0rJk2 {
    color: #fff
}

.styles_black__gSMtU {
    background-color: #000
}

.styles_black__gSMtU.styles_ghost__0rJk2 {
    color: #000
}

.styles_cookieContainer__jdEqr {
    box-sizing: border-box;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 1rem;
    background: #111;
    color: #fff;
    font-size: .9rem;
    display: none;
    max-width: 24.5rem
}

.styles_cookieContainer__jdEqr.visible {
    display: block
}

.styles_cookieContent__Y_QJj {
    display: flex;
    flex-direction: column;
    margin: auto;
    font-family: Nexa, sans-serif
}

.styles_cookieContent__Y_QJj p {
    margin: 0 2rem 1rem 0;
    padding: 0;
    text-align: left
}

.styles_cookieContent__Y_QJj a {
    color: #add8e6;
    text-decoration: none
}

.styles_cookieButtons__GXOmV {
    display: flex;
    gap: 8px
}

.styles_cookieButtons__GXOmV > * {
    flex: 1 1
}

.styles_closeButton__6rZOQ {
    position: absolute;
    top: .5rem;
    right: .5rem;
    background: none;
    border: none;
    color: #fff;
    font-size: 1rem;
    cursor: pointer
}

.styles_mainContainer__92_Ju {
    background: rgba(0, 0, 0, .5);
    z-index: 2147483646;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0
}

.styles_whiteBannerContainer__MNQjc {
    color: #696969;
    background-color: #fff;
    z-index: 1000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: start;
    padding: 0 20px;
    flex-direction: row;
    animation-name: styles_banner-fade-in__XoQaa;
    -webkit-animation-name: styles_banner-fade-in__XoQaa;
    animation-duration: .3s;
    animation-timing-function: ease-in
}

@keyframes styles_banner-fade-in__XoQaa {
    0% {
        transform: translateX(-100%)
    }
    to {
        transform: translateX(0)
    }
}

.styles_closeButtonContainer__oLo02 {
    height: 50px;
    border-bottom: 1px solid #e9e9e9
}

.styles_closeButton__bEnA7 {
    position: absolute;
    top: .5rem;
    right: .5rem;
    text-align: end;
    background: none;
    height: 40px;
    color: #000;
    font-size: .25rem;
    cursor: pointer;
    border: none;
    padding: 0 20px
}

.styles_closeButton__bEnA7:hover {
    cursor: pointer
}

.styles_link__iH62z {
    margin-top: -1rem;
    margin-bottom: 1rem
}

.styles_link__iH62z a {
    text-decoration: underline;
    color: #007bff
}

.styles_details__MmEso {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px 0;
    height: calc(100% - 130px)
}

.styles_details__MmEso::-webkit-scrollbar {
    width: 12px;
    margin: 10px;
    padding: 20px
}

.styles_details__MmEso::-webkit-scrollbar-track {
    border-radius: 10px
}

.styles_details__MmEso::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #e3e3e3
}

.styles_mainTitle__CK2Es {
    font-size: 1.2em;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 700
}

.styles_fontSize__0JIC9 {
    font-size: .813em;
    line-height: 1.5
}

.styles_scrollbarPadding__NRr5s {
    margin-right: 10px
}

.styles_button__7mzW6 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 14px 0;
    font-size: .9rem;
    background-color: #fff;
    border: none
}

.styles_button__7mzW6 p {
    font-weight: 700;
    color: #696969;
    margin-bottom: 0
}

.styles_button__7mzW6 li {
    color: #3860be;
    font-weight: 700
}

.styles_navBar__PxYK7 {
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style: none
}

.styles_button__7mzW6.styles_focus__os1zl, .styles_button__7mzW6:focus {
    box-shadow: none
}

.styles_awesomeIcon__tbLOE {
    display: inline-block;
    width: .5rem;
    height: 24px;
    border-radius: 3px;
    padding-top: 4px;
    margin-left: 1rem
}

.styles_consentContainer__e7G0S {
    border: 1px solid #d8d8d8;
    flex-direction: row
}

.styles_cardBody__iaCuB {
    background-color: #f8f8f8;
    padding: 1.25rem
}

.styles_border__R1BXs {
    border-bottom: 1px solid #d8d8d8;
    padding: 0
}

.styles_cardList__h4SQp {
    list-style: none;
    padding-left: 10px
}

.styles_cardList__h4SQp li {
    margin-top: 20px
}

.styles_cardList__h4SQp h6 {
    font-weight: 700
}

.styles_switchSize___QZgn {
    margin-top: -3px
}

.styles_switchSize___QZgn .styles_switchLabelSize__Y8L_1 {
    padding-left: 1rem;
    padding-bottom: 1.5rem
}

.styles_switchSize___QZgn .styles_switchLabelSize__Y8L_1:before {
    height: 1.5rem;
    width: calc(2rem + .75rem);
    border-radius: 3rem
}

.styles_switchSize___QZgn .styles_switchLabelSize__Y8L_1:after {
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    border-radius: calc(2rem - (1.5rem / 2))
}

.styles_switchSize___QZgn .styles_switchInputSize__sMulV:checked ~ .styles_switchLabelSize__Y8L_1:after {
    transform: translateX(calc(1.5rem - .25rem))
}

.styles_btnLink__4dTIe {
    padding: 0;
    margin-top: -12px;
    margin-bottom: 16px;
    text-decoration: underline;
    font-size: .813em
}

.styles_paragraphTitle__Ll7Qr {
    font-weight: 800;
    font-size: 1em
}

.styles_bottomBtn__ZOCvf {
    text-align: start;
    border-top: 1px solid #e9e9e9;
    height: 60px;
    padding-top: 20px
}

.styles_allowAllBtn__0yseY button, .styles_bottomBtn__ZOCvf button {
    background-color: #6f42c1;
    color: #fff;
    font-size: .813em;
    font-weight: 600;
    border: none;
    padding: .5rem 1rem
}

.styles_allowAllBtn__0yseY {
    margin-bottom: 20px
}

.styles_allowAllBtn__0yseY button:hover, .styles_bottomBtn__ZOCvf button:hover {
    color: #fff;
    opacity: .8
}

.styles_h4accordion__bdqVC {
    margin: 0
}

.styles_collapseContent__tF_Ua {
    overflow: hidden;
    max-height: 0;
    transition: max-height .3s ease-out;
    background: hsla(0, 0%, 89%, .3)
}

.styles_collapsed__BNtMn {
    max-height: 0
}

.styles_expanded__qRJzm {
    max-height: 500px
}

.styles_switch__JXdEt {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px
}

.styles_switch__JXdEt input {
    display: none
}

.styles_switch__JXdEt:before {
    border: 1px solid #adb5bd
}

.styles_switch__JXdEt:before, .styles_switch__JXdEt:checked {
    border-color: #007bff
}

.styles_slider__KnuhR {
    background-color: #fff;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
    height: 1.5rem;
    width: 2.75rem;
    top: 7px;
    border: 1px solid #adb5bd
}

.styles_slider__KnuhR:before {
    background-color: #ccc;
    bottom: 4px;
    content: "";
    height: 26px;
    left: 1px;
    top: .5px;
    position: absolute;
    transition: .4s;
    width: calc(1.55rem - 4px);
    height: calc(1.55rem - 4px);
    border-radius: 1.25rem
}

input:checked + .styles_slider__KnuhR {
    background-color: #007bff
}

input:checked + .styles_slider__KnuhR:before {
    transform: translateX(20px);
    background-color: #fff
}

.styles_slider__KnuhR.styles_round__lgXYj {
    border-radius: 34px
}

.styles_slider__KnuhR.styles_round__lgXYj:before {
    border-radius: 50%
}

@media (min-width: 599.9px) and (max-width: 899.9px) {
    .styles_whiteBannerContainer__MNQjc {
        width: 80%
    }
}

@media (min-width: 899.9px) and (max-width: 1199.9px) {
    .styles_whiteBannerContainer__MNQjc {
        width: 65%
    }
}

@media (min-width: 1199.9px) {
    .styles_whiteBannerContainer__MNQjc {
        width: 450px
    }
}

.styles_wrapper__yYoXB {
    background-image: var(--BackgroundImageMobileUrl);
    padding-top: 24px;
    border-radius: 16px;
    height: 300px
}

@media (min-width: 768px) {
    .styles_wrapper__yYoXB {
        background-image: var(--BackgroundImageTabletUrl)
    }
}

@media (min-width: 1200px) {
    .styles_wrapper__yYoXB {
        background-image: var(--BackgroundImageDesktopUrl)
    }
}

@media (max-width: 767px) {
    .styles_wrapper__yYoXB {
        max-width: 694px;
        padding: 1.5rem 1.5rem 0;
        height: 400px
    }

    .styles_wrapper__yYoXB .styles_btnWrapper__Fbfqh {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        margin: 0 0 1.5rem
    }
}

@media (min-width: 1200px) {
    .styles_wrapper__yYoXB {
        padding-top: 18px
    }
}

.styles_image__ZmPF4 {
    align-items: center;
    z-index: 0 !important
}

.styles_image__ZmPF4 img {
    object-fit: contain
}

.styles_container__55_Dx {
    text-align: center
}

.styles_heading__vVjYN {
    margin-bottom: 0
}

.styles_noSubHeading__4JAil {
    padding-bottom: 2.5rem
}

.styles_contentWrapper__Tfx_K {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    height: 100%;
    gap: 1rem;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-top: 1.5rem
}

@media (max-width: 1199px) {
    .styles_contentWrapper__Tfx_K {
        gap: 0
    }
}

@media (max-width: 767px) {
    .styles_contentWrapper__Tfx_K {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }
}

.styles_contentWrapper__Tfx_K .styles_image__ZmPF4, .styles_contentWrapper__Tfx_K .styles_text__0l67_ {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 2
}

@media (min-width: 768px) {
    .styles_contentWrapper__Tfx_K .styles_image__ZmPF4, .styles_contentWrapper__Tfx_K .styles_text__0l67_ {
        max-width: 50%
    }
}

@media (max-width: 767px) {
    .styles_contentWrapper__Tfx_K .styles_text__0l67_ {
        align-items: center;
        text-align: center
    }
}

@media (min-width: 768px) {
    .styles_contentWrapper__Tfx_K {
        flex-direction: row;
        align-items: center
    }
}

.styles_btnWrapper__Fbfqh {
    margin: 0;
    width: min-content
}

.styles_btnWrapper__Fbfqh:before {
    display: none !important
}

.styles_Big__EKH0o {
    height: 300px;
    position: relative;
    flex-basis: 50%;
    border-radius: 16px
}

@media (max-width: 767px) {
    .styles_Big__EKH0o {
        height: 400px
    }
}

@media (max-width: 1199px) {
    .styles_Big__EKH0o {
        width: 94%
    }
}

.styles_Big__EKH0o .styles_contentWrapper__Tfx_K {
    padding-top: 1.5rem !important
}

@media (min-width: 1200px) {
    .styles_Big__EKH0o .styles_contentWrapper__Tfx_K {
        padding-top: 18px !important
    }
}

@media (min-width: 768px) {
    .styles_Big__EKH0o .styles_contentWrapper__Tfx_K .styles_btnWrapper__Fbfqh {
        margin-left: 0 !important;
        margin-bottom: 1.5rem
    }
}

@media (max-width: 767px) {
    .styles_Big__EKH0o .styles_contentWrapper__Tfx_K .styles_btnWrapper__Fbfqh {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 3;
        margin: 0 0 1.5rem
    }
}

.styles_Big__EKH0o .styles_contentWrapper__Tfx_K .styles_image__ZmPF4 {
    display: flex;
    justify-content: flex-end
}

.styles_Big__EKH0o .styles_contentWrapper__Tfx_K .styles_image__ZmPF4 img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 253px
}

@media (max-width: 1199px) {
    .styles_Big__EKH0o .styles_text__0l67_ {
        height: auto
    }
}

@media (min-width: 1200px) {
    .styles_Big__EKH0o .styles_text__0l67_ {
        justify-content: space-between
    }
}

.styles_Small__pgSU1 {
    min-width: 200px !important;
    border-radius: 16px
}

@media (min-width: 1200px) {
    .styles_Small__pgSU1 {
        flex-basis: 25%
    }
}

.styles_Small__pgSU1 .styles_contentWrapper__Tfx_K {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    flex-basis: 288px;
    min-width: 200px;
    gap: 8px;
    padding-top: 0
}

.styles_Small__pgSU1 .styles_contentWrapper__Tfx_K .styles_text__0l67_ {
    display: block;
    text-wrap: wrap;
    max-width: unset;
    overflow: hidden;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

@media (max-width: 1199px) {
    .styles_Small__pgSU1 .styles_contentWrapper__Tfx_K .styles_text__0l67_ {
        padding: 0;
        width: 100%;
        align-items: center;
        text-align: center
    }
}

.styles_Small__pgSU1 .styles_contentWrapper__Tfx_K .styles_text__0l67_ h1, .styles_Small__pgSU1 .styles_contentWrapper__Tfx_K .styles_text__0l67_ h2, .styles_Small__pgSU1 .styles_contentWrapper__Tfx_K .styles_text__0l67_ h3, .styles_Small__pgSU1 .styles_contentWrapper__Tfx_K .styles_text__0l67_ p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.styles_Small__pgSU1 .styles_contentWrapper__Tfx_K .styles_image__ZmPF4 {
    position: relative;
    justify-content: center;
    max-width: unset
}

.styles_Small__pgSU1 .styles_contentWrapper__Tfx_K .styles_image__ZmPF4 .styles_btnWrapper__Fbfqh {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    margin: 0 0 1.5rem
}

.styles_container__VpafW {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0
}

@media (min-width: 769px) {
    .styles_container__VpafW {
        width: 1200px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
}

.styles_container__VpafW a {
    margin: 0;
    text-decoration: none;
    box-sizing: border-box
}

.styles_ctaBtn__ZBJIe {
    display: flex;
    height: 32px;
    min-width: 176px;
    width: min-content;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border: none;
    border-radius: 6px;
    background: #fff;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    text-wrap: nowrap;
    text-decoration: none
}

@media (max-width: 479px) {
    .styles_ctaBtn__ZBJIe {
        display: flex;
        width: 100%;
        justify-content: center;
        gap: 10px;
        margin-right: 0 !important
    }
}

.styles_disabled__EItb8 {
    height: 32px
}

.styles_disabled__EItb8 span {
    background: #ccc;
    color: #807e85;
    cursor: not-allowed;
    padding: unset
}

.styles_container__krNXp {
    border-radius: 16px;
    width: 85%;
    vertical-align: middle;
    transition: transform .4s;
    transform: scale(.92);
    margin: .25rem 0;
    position: relative;
    background-image: var(--BackgroundImageMobileUrl, linear-gradient(to bottom, var(--gradientStartColor), var(--gradientEndColor)))
}

@media (min-width: 768px) {
    .styles_container__krNXp {
        background-image: var(--BackgroundImageTabletUrl, linear-gradient(to bottom, var(--gradientStartColor), var(--gradientEndColor)))
    }
}

@media (min-width: 1024px) {
    .styles_container__krNXp {
        background-image: var(--BackgroundImageDesktopUrl, linear-gradient(to bottom, var(--gradientStartColor), var(--gradientEndColor)))
    }
}

.styles_container__krNXp[data-active] {
    transform: scale(1.02)
}

@media (min-width: 768px) {
    .styles_container__krNXp {
        width: 98%
    }
}

#content > .styles_container__krNXp {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
    transform: scale(1)
}

@media (min-width: 769px) {
    #content > .styles_container__krNXp {
        width: 1200px;
        max-width: 84%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
}

@media (max-width: 767px) {
    #content > .styles_container__krNXp {
        width: auto
    }
}

.styles_wrapper__kDDUS {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%
}

@media (min-width: 768px) {
    .styles_wrapper__kDDUS {
        flex-direction: row
    }
}

.styles_content__0el4A {
    padding: 1.5rem 1.5rem 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    row-gap: 2rem
}

@media (max-width: 767px) {
    .styles_content__0el4A {
        text-align: center
    }
}

@media (min-width: 768px) {
    .styles_content__0el4A {
        padding: 3rem 1.5rem
    }
}

@media (min-width: 1024px) {
    .styles_content__0el4A {
        padding: 5rem 1rem 5rem 5rem
    }
}

.styles_CTA__jS12s {
    align-self: center;
    text-align: center;
    min-width: 176px
}

@media (max-width: 767px) {
    .styles_CTA__jS12s {
        position: absolute;
        bottom: 2rem
    }
}

@media (min-width: 768px) {
    .styles_CTA__jS12s {
        align-self: flex-start
    }
}

.styles_image__rWx2b {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
    display: block;
    flex-shrink: 0
}

@media (max-width: 767px) {
    .styles_image__rWx2b {
        height: var(--maxImageHeightMobile, auto);
        flex-grow: 1
    }
}

@media (min-width: 768px) {
    .styles_image__rWx2b {
        width: 347px;
        max-width: 45%;
        margin-left: auto;
        height: 100%;
        object-position: left
    }
}

@media (min-width: 1024px) {
    .styles_image__rWx2b {
        width: 420px
    }
}

.styles_component__Y8E56 {
    background-size: cover;
    background-position: 50%;
    padding-top: 1.5rem
}

@media (min-width: 768px) {
    .styles_component__Y8E56 {
        padding-top: 90px
    }
}

.styles_wrapper__NjK_8 {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-direction: column
}

@media (min-width: 769px) {
    .styles_wrapper__NjK_8 {
        width: 1200px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
}

@media (min-width: 768px) {
    .styles_wrapper__NjK_8 {
        flex-direction: row;
        padding-top: 1.5rem
    }

    .styles_copy__qg9p6 {
        padding-bottom: 2rem
    }
}

.styles_character__eEtac {
    max-width: 80%
}

@media (min-width: 768px) {
    .styles_character__eEtac {
        width: 50%;
        flex-shrink: 0;
        margin-top: auto
    }
}

@media (min-width: 1024px) {
    .styles_character__eEtac {
        width: 35%
    }
}

.styles_character__eEtac img {
    display: block;
    width: 100%;
    height: auto
}

.styles_component__xnosA {
    background-size: cover;
    background-position: 50%;
    padding-top: 2rem;
    padding-bottom: 2rem
}

.styles_floatingImage__Fjr29 {
    display: flex;
    justify-content: center
}

.styles_floatingImage__Fjr29 img {
    display: block;
    width: 274px;
    height: auto
}

@media (min-width: 768px) {
    .styles_floatingImage__Fjr29 img {
        width: 388px
    }
}

@media (min-width: 1024px) {
    .styles_floatingImage__Fjr29 img {
        width: 600px
    }
}

@media (min-width: 1920px) {
    .styles_floatingImage__Fjr29 img {
        width: 800px
    }
}

.styles_component__4ukVb {
    display: flex;
    flex-direction: column-reverse
}

@media (min-width: 768px) {
    .styles_component__4ukVb {
        flex-direction: row
    }

    .styles_component__4ukVb > * {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: auto;
        width: 50%
    }
}

.styles_copy__ZvLIk {
    background-color: #fff;
    color: #000;
    padding: 2.75rem 1rem;
    box-sizing: border-box
}

@media (min-width: 768px) {
    .styles_copy__ZvLIk {
        padding: 3.5rem 1rem
    }
}

@media (min-width: 1024px) {
    .styles_copy__ZvLIk {
        padding: 7.5rem 3.5rem
    }
}

.styles_image__la1Vq {
    position: relative
}

.styles_image__la1Vq img {
    display: block;
    max-width: 100%;
    height: auto
}

@media (min-width: 768px) {
    .styles_image__la1Vq img {
        position: absolute;
        inset: 0;
        height: 100%;
        width: 100%;
        object-fit: cover
    }
}

.styles_container__7uxZK {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 2rem 0
}

@media (min-width: 769px) {
    .styles_container__7uxZK {
        width: 1200px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
}

.styles_wrapper__2AIIX {
    display: flex;
    scroll-snap-type: x mandatory;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.styles_wrapper__2AIIX::-webkit-scrollbar {
    display: none
}

.styles_wrapper__2AIIX > * {
    flex-basis: 100%;
    scroll-snap-align: center;
    flex-shrink: 0
}

.styles_isEmptyContent__9DBvD {
    text-align: center;
    padding: 2rem
}

.styles_carousel__iGnnI {
    overflow: hidden;
    position: relative
}

.styles_carouselColumnReverse__yWm_s {
    display: flex;
    flex-direction: column-reverse;
    max-width: 1200px
}

.styles_items__K_Q6B {
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    object-fit: cover;
    gap: 16px
}

.styles_items__K_Q6B::-webkit-scrollbar {
    display: none
}

.styles_items__K_Q6B > * {
    flex-shrink: 0;
    scroll-snap-align: start;
    width: var(--item-width) !important;
    height: 320px;
    display: inline-block !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.styles_items__K_Q6B > * div {
    display: block
}

.styles_items__K_Q6B > * iframe, .styles_items__K_Q6B > * img {
    height: 320px !important;
    object-fit: cover;
    border-radius: 16px;
    width: 100%
}

@media (max-width: 767px) {
    .styles_items__K_Q6B > * {
        height: auto;
        width: 100%
    }
}

.styles_items__K_Q6B > :last-child {
    margin-right: 0
}

@media (max-width: 767px) {
    .styles_items__K_Q6B > * iframe, .styles_items__K_Q6B > * img {
        height: 400px !important
    }
}

@media (max-width: 414px) {
    .styles_items__K_Q6B > * iframe, .styles_items__K_Q6B > * img {
        height: 232px !important;
        display: block
    }
}

.styles_icon-wrapper__rn_pJ {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.styles_indicatorsWrapper__6qmQi {
    display: inline-grid;
    grid-template-columns:repeat(3, 1fr);
    width: 100%;
    align-items: center;
    padding: 16px 0
}

.styles_indicators__v5rMB {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column: 2/3
}

.styles_arrowIndicators__9jWhP {
    display: grid;
    grid-template-areas:"previous next";
    grid-template-columns:repeat(2, 32px);
    grid-gap: 8px;
    gap: 8px;
    margin-right: 16px;
    justify-self: right;
    grid-column: 3/4
}

.styles_chevron__b5lei {
    border: none;
    background-color: #9d9d9d;
    border-radius: 100%
}

.styles_chevron__b5lei:hover {
    background-color: #777
}

.styles_previousChevron__oUxVR {
    grid-area: previous;
    padding: 8px;
    cursor: pointer;
    transition: .2s ease-in-out
}

.styles_nextChevron__NxRte {
    grid-area: next;
    padding: 8px;
    cursor: pointer;
    transition: .2s ease-in-out
}

.styles_indicators__v5rMB .styles_indicator__HzSLm {
    height: 5.5px;
    width: 5.5px;
    padding: 0;
    margin: 4px;
    border-radius: 100%;
    border: none;
    background-color: #fff;
    transition: background-color .5s
}

.styles_indicators__v5rMB .styles_indicator__HzSLm.styles_active__snJVo, .styles_indicators__v5rMB .styles_indicator__HzSLm:hover {
    background-color: #9d9d9d
}

.styles_itemFullWidth__n8wVR {
    width: 100%
}

.styles_items__K_Q6B .styles_itemFullWidth__n8wVR {
    margin-right: 0
}

.styles_pauseButton__2vsWA, .styles_playButton__Gb9pt {
    grid-column: 3/4;
    display: grid;
    justify-self: right;
    margin-right: 16px;
    border: none;
    background: none
}

@media (max-width: 767px) {
    .styles_pauseButton__2vsWA, .styles_playButton__Gb9pt {
        position: static
    }
}

.styles_customNavigation__FHgRo {
    position: absolute;
    top: 40%;
    z-index: 10;
    width: 32px;
    height: 41px
}

@media (max-width: 414px) {
    .styles_customNavigation__FHgRo {
        top: calc(50% - 45px)
    }
}

.styles_customPrevBtn__bs0eq {
    left: 0
}

.styles_customNextBtn__BQCcg {
    right: 0
}

.styles_overlay__39duA {
    position: absolute;
    right: 0;
    top: 0
}

.styles_centered__s_7Kp {
    top: 50%
}

.styles_container__fOJbp {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0
}

@media (min-width: 769px) {
    .styles_container__fOJbp {
        width: 1200px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
}

.styles_container__fOJbp ol {
    font-size: 12px;
    margin: 2rem 0;
    padding: 0;
    list-style: none
}

.styles_container__fOJbp ol a {
    color: inherit;
    text-decoration: none
}

.styles_container__fOJbp ol a:hover {
    text-decoration: underline
}

.styles_container__fOJbp li {
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle
}

.styles_container__fOJbp li:not(:last-child) {
    margin-right: .2rem
}

.styles_container__fOJbp li:not(:last-child):after {
    content: ">>";
    margin-left: .2rem
}

.styles_container__O5uO4 {
    position: relative
}

@media (min-width: 768px) {
    .styles_container__O5uO4 {
        padding-top: 1.5rem
    }

    .styles_container__O5uO4.styles_reverse__emH4U {
        padding-top: 5rem
    }
}

@media (min-width: 1024px) {
    .styles_container__O5uO4 {
        padding-top: 5rem
    }
}

.styles_component__iHNL_ {
    background-size: cover;
    background-position: 50%
}

.styles_wrapper__h1E3G {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-direction: column
}

@media (min-width: 769px) {
    .styles_wrapper__h1E3G {
        width: 1200px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
}

@media (min-width: 768px) {
    .styles_wrapper__h1E3G {
        flex-direction: row
    }

    .styles_reverse__emH4U .styles_wrapper__h1E3G {
        flex-direction: row-reverse
    }
}

.styles_copy__dV3z7 {
    --vertical-rhythm: 2rem;
    padding-top: var(--vertical-rhythm);
    position: relative;
    z-index: 2
}

@media (min-width: 768px) {
    .styles_copy__dV3z7 {
        padding-bottom: var(--vertical-rhythm);
        width: 50%
    }
}

.styles_reverse__emH4U .styles_copy__dV3z7 {
    --vertical-rhythm: 4rem
}

.styles_image__JEC0K {
    height: 100%
}

@media (max-width: 767px) {
    .styles_image__JEC0K {
        width: calc(100% + 1.5rem * 2)
    }
}

@media (min-width: 768px) {
    .styles_image__JEC0K {
        position: absolute;
        left: 50%;
        bottom: 0;
        height: 100%
    }

    .styles_reverse__emH4U .styles_image__JEC0K {
        left: auto;
        right: 50%
    }
}

@media (min-width: 1200px) {
    .styles_reverse__emH4U .styles_image__JEC0K {
        left: calc((100vw - 1200px) / 2 - 6rem);
        right: auto
    }
}

.styles_image__JEC0K img {
    display: block;
    width: 100%;
    height: auto
}

@media (min-width: 768px) {
    .styles_image__JEC0K img {
        width: auto;
        height: 100%
    }
}

.styles_heading-callout__gHofo {
    font-size: var(--heading-callout, clamp(2.88rem, 5.47vw + .25rem, 3.75rem))
}

.styles_heading-1__b5_aC {
    font-size: var(--heading-1, clamp(2.25rem, 3.91vw + .38rem, 2.88rem))
}

.styles_heading-2__K8NAm {
    font-size: var(--heading-2, clamp(1.63rem, 3.91vw + -.25rem, 2.25rem))
}

.styles_heading-3__vQqdH {
    font-size: var(--heading-3, clamp(1.25rem, 2.34vw + .13rem, 1.63rem))
}

.styles_heading-4__20yXu {
    font-size: var(--heading-4, clamp(1.13rem, .78vw + .75rem, 1.25rem))
}

.styles_heading-5__PZDce {
    font-size: var(--heading-5, clamp(1rem, .78vw + .63rem, 1.13rem))
}

.styles_heading-6__ClwtY {
    font-size: var(--heading-6, 16px)
}

.styles_heading-banner__sEznd {
    font-size: var(--heading-banner, 36px)
}

.styles_body-1__kxDWN {
    font-size: var(--body-1, 12px)
}

.styles_body-2__nWF1G {
    font-size: var(--body-2, 14px)
}

.styles_body-3__cYiVW {
    font-size: var(--body-3, 16px)
}

.styles_body-4__2s0pw {
    font-size: var(--body-4, clamp(1.13rem, .78vw + .75rem, 1.25rem))
}

.styles_body-xl__jCfPL {
    font-size: var(--body-xl, 24px)
}

.styles_body-xxl__pfKCR {
    font-size: var(--body-xxl, 28px)
}

.styles_darkest__Ius8v {
    color: #000
}

.styles_even-darker__2MXe3 {
    color: var(--colorGreyscaleEvenDarker, #222)
}

.styles_darker__rjUF7 {
    color: #4e4e4e
}

.styles_gray__K5j0E {
    color: #959595
}

.styles_lighter__EujdF {
    color: #c5c1c0
}

.styles_even-lighter__4eQ1d {
    color: #e4e4e4
}

.styles_lightest__n5p_4 {
    color: #fff
}

.styles_heading__JCsow {
    line-height: 1;
    margin-top: 0
}

.styles_component__MQUn7 {
    vertical-align: top;
    color: #fff;
    min-width: 180px;
    padding: 6px 16px;
    border-radius: 6px;
    border: 1px solid;
    display: inline-flex !important;
    column-gap: 8px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-sizing: border-box;
    font-weight: 400
}

.styles_component__MQUn7:not(:last-child) {
    margin-right: 10px
}

.styles_component__MQUn7.styles_dark__NbTwf {
    color: #302f32
}

.styles_component__MQUn7.styles_category__gwBA8 {
    border: none;
    font-weight: 600
}

.styles_icon__IIvkf img {
    display: block
}

.styles_container__WqWq_ {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0
}

@media (min-width: 769px) {
    .styles_container__WqWq_ {
        width: 1200px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
}

.styles_container__WqWq_ a {
    margin: 0;
    text-decoration: none;
    box-sizing: border-box
}

.styles_ctaBtn__vL6Y9 {
    display: flex;
    height: 32px;
    min-width: 176px;
    width: min-content;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border: none;
    border-radius: 6px;
    background: #fff;
    color: #000;
    font-size: 16px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    text-wrap: nowrap;
    text-decoration: none
}

@media (max-width: 479px) {
    .styles_ctaBtn__vL6Y9 {
        display: flex;
        width: 100%;
        justify-content: center;
        gap: 10px;
        margin-right: 0 !important
    }
}

.styles_disabled__cej6H {
    height: 32px
}

.styles_disabled__cej6H span {
    background: #ccc;
    color: #807e85;
    cursor: not-allowed;
    padding: unset
}

.styles_wrapper__A_J_p {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    position: relative;
    background-color: #4e4e4e;
    border-radius: 16px;
    background-size: cover;
    background-position: 50%;
    color: #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    overflow: hidden;
    height: 100%;
    background-image: var(--BackgroundImageMobileUrl)
}

@media (min-width: 769px) {
    .styles_wrapper__A_J_p {
        width: 1200px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
}

@media (min-width: 768px) {
    .styles_wrapper__A_J_p {
        background-image: var(--BackgroundImageTabletUrl)
    }
}

@media (min-width: 1200px) {
    .styles_wrapper__A_J_p {
        background-image: var(--BackgroundImageDesktopUrl)
    }
}

.styles_wrapper__A_J_p.styles_CategoryPageBanner__9y74P {
    justify-content: flex-start
}

@media (max-width: 767px) {
    .styles_wrapper__A_J_p {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
}

.styles_container__iJNV_ {
    text-align: center
}

.styles_heading__Lz1_Y {
    margin-bottom: 0
}

.styles_noSubHeading__Nd1Sf {
    padding-bottom: 2.5rem
}

.styles_contentWrapper__HK8oW {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    max-width: 1040px;
    height: 100%;
    gap: 1rem;
    padding-right: 2rem;
    padding-left: 2rem
}

@media (max-width: 1199px) {
    .styles_contentWrapper__HK8oW {
        gap: 0
    }
}

@media (max-width: 767px) {
    .styles_contentWrapper__HK8oW {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }
}

.styles_contentWrapper__HK8oW .styles_image__aSZLG, .styles_contentWrapper__HK8oW .styles_text___oCjC {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 2
}

@media (min-width: 768px) {
    .styles_contentWrapper__HK8oW .styles_image__aSZLG, .styles_contentWrapper__HK8oW .styles_text___oCjC {
        max-width: 50%
    }
}

@media (max-width: 767px) {
    .styles_contentWrapper__HK8oW .styles_text___oCjC {
        align-items: center;
        text-align: center
    }
}

.styles_contentWrapper__HK8oW .styles_image__aSZLG img {
    height: 100%;
    width: 100%;
    object-fit: contain
}

@media (min-width: 768px) {
    .styles_contentWrapper__HK8oW {
        flex-direction: row;
        align-items: center
    }
}

.styles_btnWrapper__3A5t5 {
    margin: 0;
    width: min-content
}

.styles_btnWrapper__3A5t5:before {
    display: none !important
}

.styles_GeneralCentralBanner___IL6q {
    height: auto;
    background-image: var(--BackgroundImageMobileUrl)
}

@media (min-width: 768px) {
    .styles_GeneralCentralBanner___IL6q {
        background-image: var(--BackgroundImageTabletUrl)
    }
}

@media (min-width: 1200px) {
    .styles_GeneralCentralBanner___IL6q {
        background-image: var(--BackgroundImageDesktopUrl)
    }
}

@media (min-width: 768px) {
    .styles_GeneralCentralBanner___IL6q {
        padding: 0 !important;
        height: 404px;
        gap: 16px
    }
}

.styles_GeneralCentralBanner___IL6q .styles_contentWrapper__HK8oW {
    max-width: 864px;
    gap: 1.5rem
}

@media (min-width: 1200px) {
    .styles_GeneralCentralBanner___IL6q .styles_contentWrapper__HK8oW {
        padding: 0
    }
}

.styles_GeneralCentralBanner___IL6q .styles_contentWrapper__HK8oW .styles_image__aSZLG {
    padding: 1rem 0
}

.styles_GeneralCentralBanner___IL6q .styles_contentWrapper__HK8oW .styles_text___oCjC {
    gap: 2rem
}

@media (min-width: 768px)and (max-width: 1199px) {
    .styles_GeneralCentralBanner___IL6q .styles_contentWrapper__HK8oW .styles_text___oCjC {
        gap: 1.5rem
    }
}

.styles_GeneralCentralBanner___IL6q .styles_contentWrapper__HK8oW .styles_text___oCjC h1:not(:first-child) {
    margin-top: 18px !important
}

.styles_GeneralCentralBanner___IL6q .styles_contentWrapper__HK8oW .styles_text___oCjC h1:not(:last-child) {
    margin-bottom: 18px !important
}

.styles_GeneralLargeBanner__uEuSm .styles_contentWrapper__HK8oW {
    padding-right: 0;
    padding-left: 0
}

@media (max-width: 1199px) {
    .styles_GeneralLargeBanner__uEuSm .styles_contentWrapper__HK8oW {
        gap: 1rem
    }
}

@media (min-width: 1200px) {
    .styles_GeneralLargeBanner__uEuSm .styles_contentWrapper__HK8oW {
        height: 390px;
        max-width: unset;
        gap: 0
    }

    .styles_GeneralLargeBanner__uEuSm .styles_contentWrapper__HK8oW .styles_image__aSZLG {
        width: 504px;
        max-width: unset
    }

    .styles_GeneralLargeBanner__uEuSm .styles_contentWrapper__HK8oW .styles_image__aSZLG img {
        width: max-content
    }
}

.styles_GeneralLargeBanner__uEuSm .styles_contentWrapper__HK8oW .styles_text___oCjC {
    gap: 2rem;
    max-width: unset;
    padding: 2rem 0
}

@media (min-width: 1200px) {
    .styles_GeneralLargeBanner__uEuSm .styles_contentWrapper__HK8oW .styles_text___oCjC {
        gap: 36px;
        padding-left: 80px !important
    }
}

@media (min-width: 768px) {
    .styles_GeneralLargeBanner__uEuSm .styles_contentWrapper__HK8oW .styles_text___oCjC {
        gap: 2rem;
        padding-left: 2rem
    }
}

@media (max-width: 767px) {
    .styles_GeneralLargeBanner__uEuSm .styles_contentWrapper__HK8oW .styles_text___oCjC {
        gap: 1rem;
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }
}

.styles_GeneralLargeBanner__uEuSm .styles_contentWrapper__HK8oW .styles_text___oCjC h1 {
    font-size: 42px !important;
    line-height: 44px !important
}

.styles_GeneralLargeBanner__uEuSm .styles_contentWrapper__HK8oW .styles_text___oCjC h1:not(:first-child) {
    margin-top: 18px !important
}

.styles_GeneralLargeBanner__uEuSm .styles_contentWrapper__HK8oW .styles_text___oCjC h1:not(:last-child) {
    margin-bottom: 18px !important
}

.styles_CategoryPageBanner__9y74P {
    height: 300px
}

@media (max-width: 767px) {
    .styles_CategoryPageBanner__9y74P {
        height: 400px
    }
}

.styles_CategoryPageBanner__9y74P .styles_contentWrapper__HK8oW {
    position: relative;
    justify-content: space-between;
    max-width: unset;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 1.5rem
}

.styles_CategoryPageBanner__9y74P .styles_contentWrapper__HK8oW .styles_text___oCjC {
    max-width: 400px;
    padding: 1.5rem;
    align-items: flex-start;
    text-align: left;
    z-index: 1;
    gap: 2rem
}

@media (min-width: 415px) {
    .styles_CategoryPageBanner__9y74P .styles_contentWrapper__HK8oW .styles_text___oCjC h1 {
        font-size: 42px;
        line-height: 44px
    }
}

.styles_CategoryPageBanner__9y74P .styles_contentWrapper__HK8oW .styles_text___oCjC h1:not(:first-child) {
    margin-top: 18px !important
}

.styles_CategoryPageBanner__9y74P .styles_contentWrapper__HK8oW .styles_text___oCjC h1:not(:last-child) {
    margin-bottom: 18px !important
}

@media (max-width: 767px) {
    .styles_CategoryPageBanner__9y74P .styles_contentWrapper__HK8oW .styles_text___oCjC {
        align-items: center;
        justify-content: space-between;
        text-align: center;
        padding: 0 1.5rem;
        max-width: unset
    }
}

.styles_CategoryPageBanner__9y74P .styles_image__aSZLG {
    position: absolute;
    display: flex;
    max-height: 300px;
    right: 0;
    bottom: 0
}

.styles_CategoryPageBanner__9y74P .styles_image__aSZLG img {
    height: 300px;
    width: auto
}

@media (max-width: 767px) {
    .styles_CategoryPageBanner__9y74P .styles_image__aSZLG {
        max-height: 400px
    }
}

.styles_CategoryPageBanner__9y74P.styles_wrapper__A_J_p {
    padding-bottom: 0
}

.styles_HomepageBanner___jsDr {
    height: 300px
}

@media (max-width: 767px) {
    .styles_HomepageBanner___jsDr {
        height: 100% !important;
        padding: 0
    }
}

.styles_HomepageBanner___jsDr .styles_contentWrapper__HK8oW {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1 0;
    padding: 0 0 0 1.5rem;
    min-width: 200px
}

@media (max-width: 414px) {
    .styles_HomepageBanner___jsDr .styles_contentWrapper__HK8oW {
        gap: 1rem;
        height: 100%
    }
}

@media (max-width: 767px) {
    .styles_HomepageBanner___jsDr .styles_contentWrapper__HK8oW {
        padding: 0;
        height: 400px
    }
}

@media (min-width: 1200px) {
    .styles_HomepageBanner___jsDr .styles_contentWrapper__HK8oW {
        height: 300px;
        max-width: unset
    }
}

.styles_HomepageBanner___jsDr .styles_btnWrapper__3A5t5 a {
    padding: 0
}

.styles_HomepageBanner___jsDr .styles_image__aSZLG {
    display: flex;
    justify-content: flex-end;
    z-index: 0
}

.styles_HomepageBanner___jsDr .styles_image__aSZLG img {
    max-height: 300px;
    height: auto;
    object-fit: contain
}

@media (max-width: 767px) {
    .styles_HomepageBanner___jsDr .styles_image__aSZLG img {
        align-self: center;
        max-height: 276px
    }
}

.styles_HomepageBanner___jsDr .styles_text___oCjC {
    gap: 2rem;
    max-width: unset;
    padding: 1.5rem 0
}

@media (max-width: 767px) {
    .styles_HomepageBanner___jsDr .styles_text___oCjC {
        padding: 1.5rem 1.5rem 0
    }

    .styles_HomepageBanner___jsDr .styles_text___oCjC .styles_btnWrapper__3A5t5 {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 3;
        max-width: unset;
        margin: 0 0 1.5rem
    }
}

@media (min-width: 1200px) {
    .styles_HomepageBanner___jsDr .styles_text___oCjC {
        gap: 2rem;
        padding-left: 2.5rem
    }
}

.styles_HomepageBanner___jsDr .styles_text___oCjC h1, .styles_HomepageBanner___jsDr .styles_text___oCjC h2, .styles_HomepageBanner___jsDr .styles_text___oCjC h3 {
    line-height: 38px !important;
    margin-bottom: 1rem !important
}

@media (max-width: 767px) {
    .styles_HomepageBanner___jsDr .styles_text___oCjC h1, .styles_HomepageBanner___jsDr .styles_text___oCjC h2, .styles_HomepageBanner___jsDr .styles_text___oCjC h3 {
        font-size: 24px !important;
        line-height: 26px !important
    }
}

.styles_FullWidthBanner__QJmWR {
    width: 100%;
    max-width: unset !important;
    border-radius: unset !important;
    margin-right: 0;
    margin-left: 0
}

.styles_FullWidthBanner__QJmWR .styles_contentWrapper__HK8oW {
    padding: 2rem 1.5rem;
    gap: 32px
}

.styles_FullWidthBanner__QJmWR .styles_contentWrapper__HK8oW .styles_text___oCjC {
    gap: 36px
}

@media (min-width: 768px) {
    .styles_FullWidthBanner__QJmWR .styles_contentWrapper__HK8oW {
        padding: 4rem 5rem
    }
}

.styles_wrapper___8rFW {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    position: relative;
    background-color: #4e4e4e;
    border-radius: 16px;
    background-size: cover;
    background-position: 50%;
    color: #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    overflow: hidden;
    height: 100%;
    background-image: var(--BackgroundImageMobileUrl)
}

@media (min-width: 769px) {
    .styles_wrapper___8rFW {
        width: 1200px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
}

@media (min-width: 768px) {
    .styles_wrapper___8rFW {
        background-image: var(--BackgroundImageTabletUrl)
    }
}

@media (min-width: 1200px) {
    .styles_wrapper___8rFW {
        background-image: var(--BackgroundImageDesktopUrl)
    }
}

@media (max-width: 767px) {
    .styles_wrapper___8rFW {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
}

.styles_container__LFeSp {
    text-align: center
}

.styles_contentWrapper__WKkUK {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    max-width: 1040px;
    height: 100%;
    gap: 1rem;
    padding-right: 2rem;
    padding-left: 2rem
}

@media (max-width: 1199px) {
    .styles_contentWrapper__WKkUK {
        gap: 0
    }
}

@media (max-width: 767px) {
    .styles_contentWrapper__WKkUK {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }
}

.styles_contentWrapper__WKkUK .styles_image__EJBgM, .styles_contentWrapper__WKkUK .styles_text__mku0k {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 2
}

@media (min-width: 768px) {
    .styles_contentWrapper__WKkUK .styles_image__EJBgM, .styles_contentWrapper__WKkUK .styles_text__mku0k {
        max-width: 50%
    }
}

@media (max-width: 767px) {
    .styles_contentWrapper__WKkUK .styles_text__mku0k {
        align-items: center;
        text-align: center
    }
}

.styles_contentWrapper__WKkUK .styles_image__EJBgM img {
    height: 100%;
    width: 100%;
    object-fit: contain
}

@media (min-width: 768px) {
    .styles_contentWrapper__WKkUK {
        flex-direction: row;
        align-items: center
    }
}

.styles_form__2iMGz .styles_formLabels__y1DeN {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 16px;
    padding: 1rem 0
}

@media (max-width: 767px) {
    .styles_form__2iMGz .styles_formLabels__y1DeN {
        width: 70%;
        align-items: center
    }
}

.styles_form__2iMGz button[type=submit] {
    display: flex;
    height: 32px;
    min-width: 176px;
    width: min-content;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border: none;
    border-radius: 6px;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    text-wrap: nowrap;
    cursor: pointer
}

.styles_form__2iMGz .styles_response__qpZD_ {
    display: flex;
    align-items: center;
    font-weight: 500
}

.styles_form__2iMGz .styles_response__qpZD_ .styles_responseMessageIcon__NLIKg {
    min-width: 25px;
    width: 25px;
    min-height: 25px;
    height: 25px;
    margin-right: 5px
}

.styles_form__2iMGz .styles_response__qpZD_.styles_error__YOzgx .styles_responseMessageIcon__NLIKg {
    background: url(https://globalpoker.com/_next/static/media/red-x-icon.fb1bea12.svg) 50%/cover no-repeat
}

.styles_form__2iMGz .styles_response__qpZD_.styles_success__7XjJf .styles_responseMessageIcon__NLIKg {
    background: url(https://globalpoker.com/_next/static/media/green-success-tick.163e514e.svg) 50%/cover no-repeat
}

.styles_CampaignOptIn__7fzN6 {
    width: 100%;
    max-width: unset !important;
    border-radius: unset !important;
    margin-right: 0;
    margin-left: 0
}

.styles_CampaignOptIn__7fzN6 .styles_contentWrapper__WKkUK {
    padding: 2rem 1.5rem;
    gap: 32px
}

.styles_CampaignOptIn__7fzN6 .styles_contentWrapper__WKkUK .styles_text__mku0k {
    gap: 1rem
}

@media (min-width: 768px) {
    .styles_CampaignOptIn__7fzN6 .styles_contentWrapper__WKkUK {
        padding: 4rem 5rem
    }
}

.styles_component__kPaAX {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, .75);
    display: flex;
    justify-content: center;
    align-items: center
}

.styles_container__12dXJ {
    width: 156px;
    vertical-align: top
}

.styles_container__12dXJ:not(:last-child) {
    margin-right: 8px !important
}

.styles_item__A4z0F {
    display: block;
    position: relative
}

.styles_item__A4z0F:first-child {
    margin-bottom: 8px
}

.styles_image__RgAGj {
    width: 100%;
    height: 110px;
    border-radius: 6px;
    object-fit: cover;
    display: block
}

.styles_hoverCTA__SD0iY {
    display: none;
    border-radius: 6px
}

.styles_item__A4z0F:hover .styles_hoverCTA__SD0iY {
    display: flex
}

.styles_wrapper__zFVvv {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    margin-bottom: 0 !important;
    display: grid;
    grid-template-columns:1fr;
    grid-gap: 1rem;
    gap: 1rem
}

@media (min-width: 769px) {
    .styles_wrapper__zFVvv {
        width: 1200px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
}

@media (min-width: 768px) {
    .styles_wrapper__zFVvv {
        grid-template-columns:1fr 1fr
    }
}

.styles_secondary__NonVk {
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap: 1rem;
    gap: 1rem
}

.styles_image__oy3dK {
    position: relative;
    transform: scale(1);
    transition: transform .2s
}

.styles_image__oy3dK img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px
}

.styles_image__oy3dK:hover {
    transform: scale(1.06);
    z-index: 2
}

.styles_container__0lZ5b {
    margin: 1rem auto;
    display: flex;
    justify-content: center
}

@media (min-width: 769px) {
    .styles_container__0lZ5b {
        width: 1200px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
}

.styles_wrapper__n3INg {
    max-width: 864px
}

.styles_row__KcoUE, .styles_wrapper__n3INg {
    display: grid;
    grid-template-columns:repeat(1, minmax(0, 1fr));
    grid-gap: 1rem;
    gap: 1rem
}

@media (min-width: 768px) {
    .styles_row__KcoUE {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }
}

.styles_row__KcoUE > a {
    min-width: none !important
}

.styles_column__n7m1T {
    display: flex;
    gap: .5rem;
    min-width: 300px;
    box-sizing: border-box;
    align-self: flex-start;
    word-break: break-word;
    border-radius: 16px;
    padding: 1.5rem;
    height: 100%;
    background-color: #000
}

.styles_column__n7m1T > * {
    margin: 0
}

.styles_image__k_VZa {
    order: 2;
    max-width: 149px
}

.styles_image__k_VZa img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
    min-width: 149px
}

.styles_fourItemsBtn__YszUO {
    width: max-content;
    min-width: unset;
    padding: 8px 14px !important
}

.styles_fourItemsBtnWrapper__jWue_ {
    width: min-content;
    margin: 0
}

.styles_richTextWrapper__hQj0m {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.styles_richTextWrapper__hQj0m h1:not(:first-child), .styles_richTextWrapper__hQj0m h2:not(:first-child), .styles_richTextWrapper__hQj0m h3:not(:first-child), .styles_richTextWrapper__hQj0m h4:not(:first-child), .styles_richTextWrapper__hQj0m h5:not(:first-child), .styles_richTextWrapper__hQj0m h6:not(:first-child) {
    margin-top: 1rem !important
}

.styles_richTextWrapper__hQj0m h1:not(:last-child), .styles_richTextWrapper__hQj0m h2:not(:last-child), .styles_richTextWrapper__hQj0m h3:not(:last-child), .styles_richTextWrapper__hQj0m h4:not(:last-child), .styles_richTextWrapper__hQj0m h5:not(:last-child), .styles_richTextWrapper__hQj0m h6:not(:last-child) {
    margin-bottom: 1rem !important
}

.styles_richTextWrapper__hQj0m h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 26px
}

.styles_richTextWrapper__hQj0m h4, .styles_richTextWrapper__hQj0m h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px
}

.styles_container__JMIot {
    margin: 3rem auto;
    max-width: 366px;
    box-sizing: border-box;
    padding-bottom: 2.5rem
}

@media (min-width: 768px) {
    .styles_container__JMIot {
        max-width: 720px
    }
}

@media (min-width: 1200px) {
    .styles_container__JMIot {
        max-width: 1200px
    }
}

.styles_container__JMIot.styles_largeSquareTiles__Aqh2j {
    max-width: 370px
}

@media (min-width: 768px) {
    .styles_container__JMIot.styles_largeSquareTiles__Aqh2j {
        max-width: 720px
    }
}

@media (min-width: 1200px) {
    .styles_container__JMIot.styles_largeSquareTiles__Aqh2j {
        max-width: 1098px
    }
}

.styles_isEmptyContent__OxemT {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    padding: 2rem;
    border: 1px solid
}

.styles_image__KeFT_ {
    height: 125px;
    width: 179px;
    object-fit: cover;
    object-position: center;
    border-radius: 6px
}

@media (min-width: 768px) {
    .styles_image__KeFT_ {
        width: 174px;
        height: 122px
    }
}

@media (min-width: 1200px) {
    .styles_image__KeFT_ {
        width: 164px;
        height: 116px
    }
}

.styles_largeSquareTiles__Aqh2j .styles_image__KeFT_ {
    height: 180px;
    width: 180px
}

@media (min-width: 768px) {
    .styles_largeSquareTiles__Aqh2j .styles_image__KeFT_ {
        width: 234px;
        height: 234px
    }
}

@media (min-width: 1200px) {
    .styles_largeSquareTiles__Aqh2j .styles_image__KeFT_ {
        width: 268px;
        height: 268px
    }
}

.styles_imageWrapper__qOR87 {
    display: flex
}

.styles_gamesWrapper__RUN0w {
    display: flex;
    flex-wrap: wrap;
    row-gap: .5rem;
    column-gap: .5rem;
    transition: all .3s ease
}

.styles_gameTile__AQV1P {
    transition: all .3s ease
}

@media (min-width: 768px) {
    .styles_gameTile__AQV1P:first-child {
        justify-self: unset
    }
}

.styles_buttonWrapper__AEQnw {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2.5rem
}

.styles_button__9RJnV {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: .5rem 1rem
}

.styles_button__9RJnV:hover {
    background: #fff;
    color: #000;
    cursor: pointer
}

.styles_button__9RJnV:active {
    background: #fff;
    border: 2px solid #000;
    color: #000
}

.styles_container__u3OB1 {
    vertical-align: top;
    position: relative
}

.styles_container__u3OB1:not(.styles_flexibleHeight__I05ax) {
    width: 156px;
    height: 110px
}

.styles_container__u3OB1:not(:last-child) {
    margin-right: 8px !important
}

.styles_container__u3OB1.styles_large__ynHme {
    width: 324px;
    height: 228px
}

.styles_image__r_dE0 {
    height: 100%;
    width: 100%;
    border-radius: 6px;
    object-fit: cover
}

.styles_hoverCTA__6tmk5 {
    display: none;
    border-radius: 6px
}

.styles_container__u3OB1:hover .styles_hoverCTA__6tmk5 {
    display: flex
}

.styles_container__7oY67 {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0
}

@media (min-width: 769px) {
    .styles_container__7oY67 {
        width: 1200px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
}

.styles_wrapper__dEM6L {
    box-sizing: border-box;
    border-radius: 16px;
    background-color: #1f1f1f;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px
}

@media (min-width: 768px) {
    .styles_wrapper__dEM6L {
        flex-direction: row
    }
}

.styles_contentContainer__LtF54, .styles_imageContainer__w3dhj {
    box-sizing: border-box;
    width: 100%
}

@media (min-width: 768px) {
    .styles_contentContainer__LtF54, .styles_imageContainer__w3dhj {
        width: 50%
    }
}

.styles_contentContainer__LtF54 {
    padding: 32px
}

.styles_text__8dBpq h2 {
    margin: 0 !important;
    line-height: 30px
}

.styles_imageContainer__w3dhj {
    position: relative;
    border-radius: 16px;
    background-image: var(--BackgroundImageMobileUrl, var(--BackgroundImageTabletUrl, var(--BackgroundImageDesktopUrl)));
    background-size: cover;
    background-position: 50%;
    height: auto
}

@media (min-width: 768px) {
    .styles_imageContainer__w3dhj {
        position: static;
        background-image: var(--BackgroundImageTabletUrl, var(--BackgroundImageDesktopUrl))
    }
}

@media (min-width: 1024px) {
    .styles_imageContainer__w3dhj {
        position: static;
        background-image: var(--BackgroundImageDesktopUrl)
    }
}

@media (max-width: 767px) {
    .styles_imageContainer__w3dhj:before {
        content: "";
        display: block;
        padding-bottom: 75%
    }
}

.styles_btnWrapper__uiCBU {
    margin: 0;
    max-width: 176px
}

.styles_container__U7X2u {
    background: #121113;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
    gap: 1rem;
    display: grid;
    margin: 1rem auto;
    border-radius: 16px;
    padding: 1.5rem
}

@media (min-width: 769px) {
    .styles_container__U7X2u {
        width: 1200px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
}

@media (min-width: 768px) {
    .styles_container__U7X2u {
        padding: 2rem 0;
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }
}

.styles_text__VGfHv {
    word-break: break-word;
    padding-left: 2rem
}

.styles_text__VGfHv h1:not(:first-child), .styles_text__VGfHv h2:not(:first-child), .styles_text__VGfHv h3:not(:first-child), .styles_text__VGfHv h4:not(:first-child), .styles_text__VGfHv h5:not(:first-child), .styles_text__VGfHv h6:not(:first-child) {
    margin-top: 1rem !important
}

.styles_text__VGfHv h1:not(:last-child), .styles_text__VGfHv h2:not(:last-child), .styles_text__VGfHv h3:not(:last-child), .styles_text__VGfHv h4:not(:last-child), .styles_text__VGfHv h5:not(:last-child), .styles_text__VGfHv h6:not(:last-child) {
    margin-bottom: 1rem !important
}

.styles_text__VGfHv h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 26px
}

.styles_text__VGfHv h4, .styles_text__VGfHv h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px
}

@media (max-width: 767px) {
    .styles_text__VGfHv {
        padding-left: 0
    }
}

.styles_text__VGfHv.styles_reverse__IV986 {
    padding-left: 0
}

@media (min-width: 768px) {
    .styles_text__VGfHv.styles_reverse__IV986 {
        padding-right: 2rem
    }

    .styles_image__io3Ti.styles_reverse__IV986 {
        order: -1
    }
}

@media (max-width: 767px) {
    .styles_image__io3Ti .styles_image__io3Ti {
        order: 1
    }

    .styles_image__io3Ti:empty {
        display: none
    }
}

.styles_image__io3Ti h1:not(:first-child), .styles_image__io3Ti h2:not(:first-child), .styles_image__io3Ti h3:not(:first-child), .styles_image__io3Ti h4:not(:first-child), .styles_image__io3Ti h5:not(:first-child), .styles_image__io3Ti h6:not(:first-child), .styles_text__VGfHv h1:not(:first-child), .styles_text__VGfHv h2:not(:first-child), .styles_text__VGfHv h3:not(:first-child), .styles_text__VGfHv h4:not(:first-child), .styles_text__VGfHv h5:not(:first-child), .styles_text__VGfHv h6:not(:first-child) {
    margin-top: 1rem !important
}

.styles_image__io3Ti h1:not(:last-child), .styles_image__io3Ti h2:not(:last-child), .styles_image__io3Ti h3:not(:last-child), .styles_image__io3Ti h4:not(:last-child), .styles_image__io3Ti h5:not(:last-child), .styles_image__io3Ti h6:not(:last-child), .styles_text__VGfHv h1:not(:last-child), .styles_text__VGfHv h2:not(:last-child), .styles_text__VGfHv h3:not(:last-child), .styles_text__VGfHv h4:not(:last-child), .styles_text__VGfHv h5:not(:last-child), .styles_text__VGfHv h6:not(:last-child) {
    margin-bottom: 1rem !important
}

.styles_image__io3Ti h3, .styles_text__VGfHv h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 26px
}

.styles_image__io3Ti h4, .styles_image__io3Ti h5, .styles_text__VGfHv h4, .styles_text__VGfHv h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px
}

.styles_image__io3Ti img, .styles_text__VGfHv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px
}

.styles_twoColumnContainer__rO7DB {
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
    gap: 1rem;
    display: grid;
    margin: 1rem auto;
    border-radius: 16px;
    height: unset
}

@media (min-width: 769px) {
    .styles_twoColumnContainer__rO7DB {
        width: 1200px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
}

@media (min-width: 768px) {
    .styles_twoColumnContainer__rO7DB {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }
}

.styles_twoColumnContainer__rO7DB .styles_image__io3Ti, .styles_twoColumnContainer__rO7DB .styles_text__VGfHv {
    display: flex;
    box-sizing: border-box;
    border-radius: 16px;
    height: 100%;
    min-height: 400px;
    background: #121113;
    overflow: hidden
}

.styles_twoColumnContainer__rO7DB .styles_text__VGfHv {
    padding: 2rem
}

.styles_twoColumnContainer__rO7DB .styles_text__VGfHv h1:not(:first-child), .styles_twoColumnContainer__rO7DB .styles_text__VGfHv h2:not(:first-child), .styles_twoColumnContainer__rO7DB .styles_text__VGfHv h3:not(:first-child), .styles_twoColumnContainer__rO7DB .styles_text__VGfHv h4:not(:first-child), .styles_twoColumnContainer__rO7DB .styles_text__VGfHv h5:not(:first-child), .styles_twoColumnContainer__rO7DB .styles_text__VGfHv h6:not(:first-child) {
    margin-top: 1rem !important
}

.styles_twoColumnContainer__rO7DB .styles_text__VGfHv h1:not(:last-child), .styles_twoColumnContainer__rO7DB .styles_text__VGfHv h2:not(:last-child), .styles_twoColumnContainer__rO7DB .styles_text__VGfHv h3:not(:last-child), .styles_twoColumnContainer__rO7DB .styles_text__VGfHv h4:not(:last-child), .styles_twoColumnContainer__rO7DB .styles_text__VGfHv h5:not(:last-child), .styles_twoColumnContainer__rO7DB .styles_text__VGfHv h6:not(:last-child) {
    margin-bottom: 1rem !important
}

.styles_twoColumnContainer__rO7DB .styles_text__VGfHv h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 26px
}

.styles_twoColumnContainer__rO7DB .styles_text__VGfHv h4, .styles_twoColumnContainer__rO7DB .styles_text__VGfHv h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px
}

@media (max-width: 767px) {
    .styles_mobile-media-order-2__FzC62 {
        order: 2 !important
    }

    .styles_MediaRight__WKiBO .styles_image__io3Ti {
        order: -1
    }
}

.styles_ctaContainer__qJn2t {
    display: flex;
    flex-direction: column
}

.styles_btnWrapper__tf2f_ {
    margin: 1.5rem 0
}

.styles_btnWrapper__tf2f_:before {
    display: none !important
}

.styles_twoColumnContainerCta__Yb2_5 {
    display: grid;
    grid-gap: 1rem;
    gap: 1rem;
    margin: 1rem auto
}

@media (min-width: 769px) {
    .styles_twoColumnContainerCta__Yb2_5 {
        width: 1200px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
}

@media (min-width: 768px) {
    .styles_twoColumnContainerCta__Yb2_5 {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }
}

.styles_twoColumnContainerCta__Yb2_5 .styles_text__VGfHv {
    padding: 0
}

.styles_twoColumnContainerCta__Yb2_5 .styles_text__VGfHv h1:not(:first-child), .styles_twoColumnContainerCta__Yb2_5 .styles_text__VGfHv h2:not(:first-child), .styles_twoColumnContainerCta__Yb2_5 .styles_text__VGfHv h3:not(:first-child), .styles_twoColumnContainerCta__Yb2_5 .styles_text__VGfHv h4:not(:first-child), .styles_twoColumnContainerCta__Yb2_5 .styles_text__VGfHv h5:not(:first-child), .styles_twoColumnContainerCta__Yb2_5 .styles_text__VGfHv h6:not(:first-child) {
    margin-top: 1rem !important
}

.styles_twoColumnContainerCta__Yb2_5 .styles_text__VGfHv h1:not(:last-child), .styles_twoColumnContainerCta__Yb2_5 .styles_text__VGfHv h2:not(:last-child), .styles_twoColumnContainerCta__Yb2_5 .styles_text__VGfHv h3:not(:last-child), .styles_twoColumnContainerCta__Yb2_5 .styles_text__VGfHv h4:not(:last-child), .styles_twoColumnContainerCta__Yb2_5 .styles_text__VGfHv h5:not(:last-child), .styles_twoColumnContainerCta__Yb2_5 .styles_text__VGfHv h6:not(:last-child) {
    margin-bottom: 1rem !important
}

.styles_twoColumnContainerCta__Yb2_5 .styles_text__VGfHv h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 26px
}

.styles_twoColumnContainerCta__Yb2_5 .styles_text__VGfHv h4, .styles_twoColumnContainerCta__Yb2_5 .styles_text__VGfHv h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px
}

.styles_twoColumnContainerCta__Yb2_5 .styles_image__io3Ti img {
    border-radius: 6px
}

@media (max-width: 767px) {
    .styles_twoColumnContainerCta__Yb2_5 .styles_image__io3Ti img {
        max-height: 206px
    }

    .styles_LargeTwoColumn__pcEpA {
        max-height: unset
    }
}

.styles_LargeTwoColumn__pcEpA .styles_image__io3Ti {
    max-height: 566px
}

.styles_LargeTwoColumn__pcEpA .styles_image__io3Ti img {
    max-height: 495px
}

.styles_card___QisX {
    max-width: 360px;
    width: 100%;
    border-radius: 6px;
    text-decoration: none;
    background-color: #121113;
    display: flex;
    flex-direction: row;
    padding: 1rem;
    box-sizing: border-box
}

@media (min-width: 768px) {
    .styles_card___QisX {
        max-width: 352px
    }
}

@media (min-width: 1200px) {
    .styles_card___QisX {
        flex-direction: column;
        max-width: 270px;
        padding: 1.5rem;
        height: 100%;
        min-height: 330px
    }
}

.styles_imageWrapper__wmVnF {
    display: flex;
    align-items: center
}

.styles_image__TQjaK {
    max-height: 90px;
    height: 90px;
    max-width: 90px;
    width: 90px
}

@media (min-width: 1200px) {
    .styles_image__TQjaK {
        max-height: 222px;
        height: 222px;
        max-width: 222px;
        width: 222px
    }
}

.styles_titleWrapper__GZ8LG {
    display: flex;
    align-items: center;
    height: 100%
}

@media (min-width: 1200px) {
    .styles_titleWrapper__GZ8LG {
        align-items: flex-start;
        justify-content: center;
        padding-top: 1rem
    }
}

.styles_title__weWbh {
    color: #fff;
    font-family: var(--nextFontName), sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    padding-left: .5rem;
    padding-right: .5rem
}

@media (min-width: 1200px) {
    .styles_title__weWbh {
        text-align: center
    }
}

.styles_container__Mukmi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: .5rem;
    column-gap: .5rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    margin: auto;
    box-sizing: border-box;
    max-width: 566px;
    width: 100%
}

@media (min-width: 768px) {
    .styles_container__Mukmi {
        row-gap: 1rem;
        column-gap: 1rem;
        max-width: 720px;
        width: 100%
    }
}

@media (min-width: 1200px) {
    .styles_container__Mukmi {
        row-gap: 1.5rem;
        column-gap: 1.5rem;
        max-width: 860px;
        width: 100%
    }
}

.styles_container__0_81w {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 2rem 0
}

@media (min-width: 769px) {
    .styles_container__0_81w {
        width: 1200px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
}

.styles_wrapper__emWKf {
    display: flex;
    scroll-snap-type: x mandatory;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.styles_wrapper__emWKf::-webkit-scrollbar {
    display: none
}

.styles_wrapper__emWKf > * {
    flex-basis: 100%;
    scroll-snap-align: center;
    flex-shrink: 0
}

.styles_isEmptyContent__gTp8R {
    text-align: center;
    padding: 2rem
}

.styles_container__uCpmo {
    width: 1200px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box
}

.styles_container__7ciqw {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    max-width: 864px !important;
    padding: 2rem 0
}

@media (min-width: 769px) {
    .styles_container__7ciqw {
        width: 1200px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
}

.styles_wrapper__6wfVH {
    display: flex;
    scroll-snap-type: x mandatory;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.styles_wrapper__6wfVH::-webkit-scrollbar {
    display: none
}

.styles_wrapper__6wfVH > * {
    flex-basis: 100%;
    scroll-snap-align: center;
    flex-shrink: 0
}

.styles_controls__FHwWH {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #121113
}

.styles_controls__FHwWH > * {
    flex: 1 1
}

.styles_bullets__9ckJt {
    display: flex;
    column-gap: .5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    justify-content: center
}

@media (max-width: 767px) {
    .styles_bullets__9ckJt {
        display: none
    }
}

.styles_bullet__HnN_j {
    height: .75rem;
    width: .75rem;
    border-radius: 50%;
    background-color: hsla(0, 0%, 100%, .2);
    transition: background-color .2s;
    cursor: pointer
}

.styles_bullet__HnN_j.styles_active__v5nk_ {
    background-color: hsla(0, 0%, 100%, .6)
}

.styles_carousel__PZeGh {
    overflow: hidden;
    position: relative
}

.styles_carouselColumnReverse__DS2qy {
    display: flex;
    flex-direction: column-reverse;
    max-width: 1200px
}

.styles_items__HKl7I {
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    scrollbar-width: none
}

@media (min-width: 415px) {
    .styles_items__HKl7I {
        gap: 16px
    }
}

.styles_items__HKl7I:first-child {
    margin-left: 20px
}

.styles_items__HKl7I::-webkit-scrollbar {
    display: none
}

.styles_items__HKl7I > * {
    scroll-snap-align: center;
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.styles_icon-wrapper__ZPjP2 {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.styles_indicatorsWrapper__HXHTw {
    display: inline-grid;
    grid-template-columns:repeat(3, 1fr);
    width: 100%;
    align-items: center;
    padding: 16px 0
}

.styles_indicators__vjKyo {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column: 2/3
}

.styles_arrowIndicators__yk3Cy {
    display: grid;
    grid-template-areas:"previous next";
    grid-template-columns:repeat(2, 32px);
    grid-gap: 8px;
    gap: 8px;
    margin-right: 16px;
    justify-self: right;
    grid-column: 3/4
}

.styles_indicators__vjKyo .styles_indicator__BmbOc {
    height: 5.5px;
    width: 5.5px;
    padding: 0;
    margin: 4px;
    border-radius: 100%;
    border: none;
    background-color: #9d9d9d;
    transition: background-color .5s
}

.styles_indicators__vjKyo .styles_indicator__BmbOc.styles_active__v5nk_, .styles_indicators__vjKyo .styles_indicator__BmbOc:hover {
    background-color: #fff
}

.styles_customNavigation__MlOEN {
    position: absolute;
    top: 40%;
    z-index: 10;
    width: 32px;
    height: 41px;
    visibility: hidden
}

@media (min-width: 768px) {
    .styles_customNavigation__MlOEN {
        visibility: visible
    }
}

.styles_customPrevBtn__ckgwJ {
    left: 0
}

.styles_customNextBtn__gFEi9 {
    right: 0
}

.styles_overlay__mP2Fc {
    position: absolute;
    right: 0;
    top: 0
}

.styles_overlayLeft__9K8b4 {
    position: absolute;
    left: 0;
    top: 0
}

.styles_centered__Mv_7U {
    top: 50%
}

.styles_GalleryTile__2Eyee {
    font-family: Nexa;
    overflow: hidden;
    max-width: 716px !important;
    scroll-snap-align: center !important;
    display: grid !important;
    grid-template-columns:repeat(2, 1fr);
    grid-gap: 0;
    gap: 0;
    width: 84%;
    flex-shrink: 0;
    border-radius: 16px
}

@media (min-width: 415px) {
    .styles_GalleryTile__2Eyee {
        gap: 36px
    }
}

@media (min-width: 768px) {
    .styles_GalleryTile__2Eyee img {
        max-width: 360px
    }
}

.styles_GalleryTile__2Eyee img {
    height: 100%;
    max-height: 360px;
    object-fit: cover
}

.styles_GalleryTile__2Eyee a {
    font-family: var(--nextFontName), sans-serif
}

.styles_infoContainer__6zLCC {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    overflow: hidden;
    padding: 1.5rem;
    max-width: 287px;
    word-wrap: wrap
}

@media (min-width: 768px) {
    .styles_infoContainer__6zLCC {
        padding: 0
    }
}

.styles_infoContainer__6zLCC h1, .styles_infoContainer__6zLCC h2, .styles_infoContainer__6zLCC h3 {
    font-size: 42px !important;
    font-weight: 900 !important;
    line-height: 44px !important
}

.styles_infoContainer__6zLCC p {
    max-width: 228px
}

.styles_contentWrapper__t4wLK {
    display: flex !important;
    max-width: 287px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    flex-shrink: 0;
    text-wrap: wrap
}

.styles_contentWrapper__t4wLK > * {
    margin-left: 0;
    margin-bottom: 0
}

.styles_cta__0S2NM, .styles_subtitle__AJ7Rh, .styles_title__Yxo6c {
    color: #fff
}

.styles_title__Yxo6c {
    font-size: 18px, 20px;
    font-weight: 500
}

.styles_cta__0S2NM .styles_ctaLink__xkwir {
    font-size: 14px;
    font-weight: 300;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #fff
}

.styles_container__S_X8D {
    background-image: var(--BackgroundImageMobileUrl, linear-gradient(to bottom, var(--gradientStartColor), var(--gradientEndColor)));
    background-color: #4e4e4e;
    background-size: cover;
    background-position: 50%;
    color: #fff;
    margin: 1rem auto;
    padding: 1.5rem;
    border-radius: 16px
}

@media (min-width: 769px) {
    .styles_container__S_X8D {
        width: 1200px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
}

@media (min-width: 768px) {
    .styles_container__S_X8D {
        background-image: var(--BackgroundImageTabletUrl, linear-gradient(to bottom, var(--gradientStartColor), var(--gradientEndColor)))
    }
}

@media (min-width: 1024px) {
    .styles_container__S_X8D {
        background-image: var(--BackgroundImageDesktopUrl, linear-gradient(to bottom, var(--gradientStartColor), var(--gradientEndColor)))
    }
}

.styles_container__S_X8D.indent-top {
    padding-top: 6rem !important
}

@media (min-width: 768px) {
    .styles_container__S_X8D {
        padding: 2rem
    }
}

.styles_container__S_X8D.styles_disablePadding__VXxTk {
    padding: 0
}

@media (max-width: 767px) {
    .styles_container__S_X8D.styles_hasBackgroundImage__b4lnc.indent-top {
        padding-top: 1rem !important
    }

    .styles_container__S_X8D.styles_hasBackgroundImage__b4lnc.indent-bottom {
        padding-bottom: 1rem !important
    }
}

.styles_container__S_X8D.styles_largePadding__hib12.indent-top {
    padding-top: 25rem !important
}

@media (min-width: 768px) {
    .styles_container__S_X8D.styles_largePadding__hib12.indent-top {
        padding-top: 8rem !important
    }
}

@media (min-width: 1024px) {
    .styles_container__S_X8D.styles_largePadding__hib12.indent-top {
        padding-top: 13rem !important
    }
}

.styles_container__S_X8D.styles_largePadding__hib12.indent-bottom {
    padding-bottom: 1rem !important
}

@media (min-width: 768px) {
    .styles_container__S_X8D.styles_largePadding__hib12.indent-bottom {
        padding-bottom: 8rem !important
    }
}

@media (min-width: 1024px) {
    .styles_container__S_X8D.styles_largePadding__hib12.indent-bottom {
        padding-bottom: 13rem !important
    }
}

.styles_container__S_X8D.styles_disableMargin__srACu {
    margin: 0
}

.styles_container__S_X8D.styles_fullWidth__gQIhR {
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
    max-width: unset;
    margin-left: 0;
    margin-right: 0
}

.styles_BackgroundBlock__yBlI3 img {
    width: 100%
}

.styles_BackgroundBlock__yBlI3 div {
    background-color: transparent
}

.styles_BackgroundBlock__yBlI3 div img {
    border-radius: 6px !important
}

.styles_container__H8Ukv {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center
}

@media (min-width: 769px) {
    .styles_container__H8Ukv {
        width: 1200px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        max-width: 84%;
        margin-bottom: 1.5rem
    }
}

.styles_container__H8Ukv img {
    width: 100%;
    height: auto;
    border-radius: 16px
}

.styles_container__yI03I {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0
}

@media (min-width: 769px) {
    .styles_container__yI03I {
        width: 1200px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
}

@media (min-width: 768px) {
    .styles_container__yI03I {
        margin-bottom: 0
    }
}

.styles_wrapper__4CFHr {
    display: flex;
    scroll-snap-type: x mandatory;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.styles_wrapper__4CFHr::-webkit-scrollbar {
    display: none
}

.styles_wrapper__4CFHr > * {
    flex-basis: 100%;
    scroll-snap-align: center;
    flex-shrink: 0
}

.styles_controls__QHfoc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #121113
}

.styles_controls__QHfoc > * {
    flex: 1 1
}

.styles_bullets__Nudhn {
    display: flex;
    column-gap: .5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    justify-content: center
}

@media (max-width: 767px) {
    .styles_bullets__Nudhn {
        display: none
    }
}

.styles_bullet__nPdqR {
    height: .75rem;
    width: .75rem;
    border-radius: 50%;
    background-color: hsla(0, 0%, 100%, .2);
    transition: background-color .2s;
    cursor: pointer
}

.styles_bullet__nPdqR.styles_active___OI9Q {
    background-color: hsla(0, 0%, 100%, .6)
}

.styles_pausePlay__H_EN9 {
    text-align: right;
    margin-top: .5rem;
    margin-bottom: .5rem
}

.styles_pausePlay__H_EN9 > button {
    cursor: pointer;
    background-color: transparent;
    border: none
}

.styles_card__dP_Ql {
    max-width: 154px;
    width: 100%;
    max-height: 197px;
    height: 197px;
    border-radius: 16px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (min-width: 768px) {
    .styles_card__dP_Ql {
        max-width: 178px;
        max-height: 227px;
        height: 227px
    }
}

.styles_image__qtDNB {
    max-height: 143px;
    height: 100%;
    width: 100%
}

@media (min-width: 768px) {
    .styles_image__qtDNB {
        max-height: 159px
    }
}

.styles_titleWrapper__slKYh {
    display: flex;
    align-items: center;
    height: 100%
}

.styles_title__rIxIK {
    color: #fff;
    font-family: Nexa-Heavy, sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 22px;
    text-align: center;
    padding-left: .5rem;
    padding-right: .5rem
}

@media (min-width: 768px) {
    .styles_title__rIxIK {
        font-size: 30px;
        line-height: 28px
    }
}

.styles_container__VQnFC {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 16px;
    column-gap: 16px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin: auto;
    box-sizing: border-box;
    max-width: 324px;
    width: 100%
}

@media (min-width: 768px) {
    .styles_container__VQnFC {
        max-width: 566px;
        width: 100%
    }
}

@media (min-width: 1024px) {
    .styles_container__VQnFC {
        max-width: 776px;
        width: 100%
    }
}

@media (min-width: 1200px) {
    .styles_container__VQnFC {
        max-width: 1148px;
        width: 100%
    }
}

.styles_container__7p7si {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 2rem 0
}

@media (min-width: 769px) {
    .styles_container__7p7si {
        width: 1200px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
}

.styles_isEmptyContent__vQZGH {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    padding: 2rem;
    border: 1px solid
}

.styles_image__De6SG {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 6px
}

.styles_wrapper__WLMGr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 1rem;
    column-gap: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin: auto;
    box-sizing: border-box;
    width: 100%;
    max-width: 366px
}

@media (max-width: 1199px) {
    .styles_wrapper__WLMGr {
        row-gap: .5rem;
        column-gap: .5rem
    }
}

@media (min-width: 768px) {
    .styles_wrapper__WLMGr {
        max-width: 720px;
        width: 100%
    }
}

@media (min-width: 1200px) {
    .styles_wrapper__WLMGr {
        max-width: 1148px;
        width: 100%
    }
}

.styles_item__eHafu {
    height: 180px;
    min-width: 160px;
    width: 178px;
    border-radius: 6px
}

@media (max-width: 1199px) {
    .styles_item__eHafu {
        width: 174px
    }
}

@media (max-width: 767px) {
    .styles_item__eHafu {
        width: 179px
    }
}

.styles_container__ryYAA {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center
}

@media (min-width: 769px) {
    .styles_container__ryYAA {
        width: 1200px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
}

.styles_wrapper__OQ_jW {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    column-gap: 2rem
}

@media (min-width: 1024px) {
    .styles_wrapper__OQ_jW {
        flex-direction: row
    }
}

.styles_image__kRgPu {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 1023px) {
    .styles_contentContainer__YFXIF {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%
    }
}

@media (min-width: 1024px) {
    .styles_contentContainer__YFXIF {
        width: 35%;
        min-width: 350px
    }
}

.styles_imageContainer__wPRag {
    width: 65%
}

.styles_callout__8Y73P {
    border-radius: 16px;
    padding: 25px;
    margin-top: 36px;
    box-sizing: border-box
}

@media (max-width: 1023px) {
    .styles_callout__8Y73P {
        width: 100%
    }
}

.styles_btnWrapper__f8NSd {
    display: flex;
    white-space: nowrap;
    justify-content: center;
    max-width: 100%;
    margin: 16px 0 0
}

.styles_socialIcons__XY1CX {
    margin-top: 24px;
    display: flex;
    column-gap: 24px;
    justify-content: center
}

.styles_socialIcon__s96V8 {
    height: 64px;
    width: auto
}

.styles_wrapper___BVM5 {
    background-color: var(--colorGreyscaleEvenDarker, #222);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

@media (min-width: 1024px) {
    .styles_wrapper___BVM5 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
}

.styles_container__3Pm0K {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    gap: .5rem;
    flex-direction: row
}

@media (min-width: 769px) {
    .styles_container__3Pm0K {
        width: 1200px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
}

@media (max-width: 767px) {
    .styles_container__3Pm0K {
        flex-wrap: wrap
    }
}

.styles_stat__obohy {
    display: flex;
    gap: .5rem;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - (1rem));
    align-items: center
}

@media (min-width: 768px) {
    .styles_stat__obohy {
        flex: 1 1
    }
}

@media (max-width: 1023px) {
    .styles_stat__obohy > img {
        width: 48px;
        height: auto
    }
}

.styles_text__LzFHX {
    display: grid
}

.styles_statName__AbgIT {
    font-size: 1rem
}

.styles_statValue__j7kMM {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    font-family: Roboto Condensed
}

@media (min-width: 1280px) {
    .styles_statValue__j7kMM {
        font-size: 48px
    }
}

.styles_container__ilQgS {
    box-sizing: border-box
}

.styles_wrapper__IB_4D {
    max-width: 1137px;
    margin: 0 auto;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-column-gap: 24px;
    column-gap: 24px
}

@media (max-width: 1199px) {
    .styles_wrapper__IB_4D {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 767px) {
    .styles_wrapper__IB_4D {
        grid-template-columns:1fr
    }
}

.styles_columns__8Vgrd {
    padding: 32px 24px 64px
}

@media (min-width: 1200px) {
    .styles_columns__8Vgrd {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 767px) {
    .styles_columns__8Vgrd {
        padding-bottom: 40px
    }
}

@media (min-width: 768px)and (max-width: 1199px) {
    .styles_column3__ut5fr {
        display: none
    }
}

.styles_imageContainer__Gy5t5 {
    display: flex;
    width: 242px;
    height: 84px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
    text-align: start;
    color: #fff
}

.styles_imageContainer__Gy5t5 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.styles_imageContainer__Gy5t5 .styles_authoredTextWrapper__BsHaZ {
    display: flex;
    flex-direction: column;
    max-width: 138px;
    font-family: Nexa;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px
}

.styles_imageContainer__Gy5t5 .styles_authoredTextWrapper__BsHaZ .styles_authorName__L96PH {
    font-size: 16px;
    width: 138px
}

.styles_richText__UKwuS {
    display: flex;
    flex-direction: column;
    padding: 24px 24px 26px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    box-shadow: 4px 4px 12px 0 rgba(8, 91, 26, .2);
    border-radius: 16px;
    background-color: #10c157 !important;
    color: #fff
}

.styles_arrow__IsoQS {
    display: flex;
    padding: 0 70px;
    align-items: flex-start;
    gap: 10px;
    margin-top: -34px
}

.styles_arrow__IsoQS svg {
    height: 79px
}

@media (min-width: 1024px) {
    .styles_component__U_nWh {
        padding-bottom: 1.5rem
    }
}

.styles_wrapper__OXaDw {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    margin-bottom: 0 !important;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end
}

@media (min-width: 769px) {
    .styles_wrapper__OXaDw {
        width: 1200px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
}

@media (min-width: 1024px) {
    .styles_wrapper__OXaDw {
        flex-direction: row
    }

    .styles_reverse__M3UwG .styles_wrapper__OXaDw {
        flex-direction: row-reverse
    }
}

.styles_copy___lmKX {
    background-color: #fff;
    color: #000;
    padding: 2.75rem;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    position: relative;
    box-sizing: border-box;
    width: 100%
}

@media (max-width: 1023px) {
    .styles_copy___lmKX {
        padding-top: 3.5rem;
        margin-top: calc(-1rem)
    }
}

@media (min-width: 1024px) {
    .styles_copy___lmKX {
        z-index: 1;
        width: 362px;
        margin-bottom: calc(1.5rem * -1);
        border-radius: 16px
    }
}

.styles_image__anGfK {
    position: relative;
    width: 100%
}

.styles_image__anGfK img {
    display: block;
    border-radius: 16px;
    width: 100%;
    height: auto
}

@media (min-width: 1024px) {
    .styles_image__anGfK {
        margin-left: -2.75rem
    }

    .styles_reverse__M3UwG .styles_image__anGfK {
        margin-left: auto;
        margin-right: -2.75rem
    }
}

.styles_container__cnsMm {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    box-sizing: border-box
}

@media (min-width: 769px) {
    .styles_container__cnsMm {
        width: 1200px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
}

@media (max-width: 767px) {
    .styles_container__cnsMm {
        margin: 0
    }
}

.styles_wrapper__hI0GQ {
    display: grid;
    grid-gap: 1.5rem;
    gap: 1.5rem;
    display: flex;
    justify-content: space-between
}

@media (max-width: 767px) {
    .styles_wrapper__hI0GQ {
        gap: 1rem;
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        width: calc(100% - 3rem);
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding: 0 1.5rem
    }
}

.styles_columns__U4C_o {
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    padding: 1.5rem 1.5rem 0;
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0
}

@media (max-width: 767px) {
    .styles_columns__U4C_o {
        width: 330px;
        flex: 0 0 auto;
        scroll-snap-align: center
    }
}

.styles_text__A7YEe {
    line-height: 22px;
    letter-spacing: -.3px
}

.styles_imageContainer__5gfj5 {
    align-self: center;
    width: 100%;
    position: relative;
    flex-grow: 1;
    display: flex;
    align-items: flex-end
}

.styles_image__l6R3l {
    height: auto;
    width: 100%;
    display: block
}

.styles_richText__V3xJ5 h1:not(:first-child), .styles_richText__V3xJ5 h2:not(:first-child), .styles_richText__V3xJ5 h3:not(:first-child), .styles_richText__V3xJ5 h4:not(:first-child), .styles_richText__V3xJ5 h5:not(:first-child), .styles_richText__V3xJ5 h6:not(:first-child) {
    margin-top: 1rem !important
}

.styles_richText__V3xJ5 h1:not(:last-child), .styles_richText__V3xJ5 h2:not(:last-child), .styles_richText__V3xJ5 h3:not(:last-child), .styles_richText__V3xJ5 h4:not(:last-child), .styles_richText__V3xJ5 h5:not(:last-child), .styles_richText__V3xJ5 h6:not(:last-child) {
    margin-bottom: 1rem !important
}

.styles_richText__V3xJ5 h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 26px
}

.styles_richText__V3xJ5 h4, .styles_richText__V3xJ5 h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px
}

.styles_container__gn0_9 {
    margin: 1rem auto
}

@media (min-width: 769px) {
    .styles_container__gn0_9 {
        width: 1200px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
}

.styles_ThreeColumnBlock__ZcXnt {
    display: flex;
    justify-content: center
}

.styles_wrapper__gNj4N {
    display: grid;
    grid-template-columns:repeat(1, minmax(0, 1fr));
    grid-gap: 1rem;
    gap: 1rem;
    max-width: 864px
}

@media (min-width: 768px) {
    .styles_wrapper__gNj4N {
        grid-template-columns:repeat(3, minmax(0, 1fr))
    }
}

.styles_column__Ip4QB {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: .5rem;
    word-break: break-word;
    border-radius: 16px;
    padding: 1.5rem;
    box-sizing: border-box;
    height: 100%;
    background-color: var(--columnBlock-background-color, #000)
}

.styles_column__Ip4QB > * {
    margin: 0
}

.styles_image__GfxMX img {
    object-fit: cover;
    width: 100%;
    height: auto;
    border-radius: 6px
}

.styles_container__6lGIv {
    vertical-align: top;
    width: 230px;
    height: 224px
}

.styles_container__6lGIv:not(:last-child) {
    margin-right: 12px !important
}

.styles_container__6lGIv > a {
    display: flex;
    height: 100%;
    position: relative;
    z-index: 0
}

.styles_container__6lGIv > a:before {
    counter-increment: carousel;
    content: counter(carousel);
    color: #fff;
    font-size: 160px;
    position: absolute;
    bottom: 0;
    right: 136px;
    height: 118px;
    line-height: 122px;
    font-weight: 700;
    z-index: -1;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    z-index: 1
}

.styles_image__Fhb7r {
    height: 100%;
    width: 156px;
    border-radius: 8px;
    object-fit: cover;
    margin-left: auto;
    position: relative;
    z-index: 2
}

.styles_hoverCTA__Dq4zq {
    display: none;
    border-radius: 6px;
    left: auto;
    width: 156px;
    z-index: 3
}

.styles_container__6lGIv:hover .styles_hoverCTA__Dq4zq {
    display: flex
}

.styles_richText__F6syB h1:not(:first-child), .styles_richText__F6syB h2:not(:first-child), .styles_richText__F6syB h3:not(:first-child), .styles_richText__F6syB h4:not(:first-child), .styles_richText__F6syB h5:not(:first-child), .styles_richText__F6syB h6:not(:first-child) {
    margin-top: 1rem !important
}

.styles_richText__F6syB h1:not(:last-child), .styles_richText__F6syB h2:not(:last-child), .styles_richText__F6syB h3:not(:last-child), .styles_richText__F6syB h4:not(:last-child), .styles_richText__F6syB h5:not(:last-child), .styles_richText__F6syB h6:not(:last-child) {
    margin-bottom: 1rem !important
}

.styles_richText__F6syB h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 26px
}

.styles_richText__F6syB h4, .styles_richText__F6syB h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px
}

.styles_container___xcS1 {
    margin: 1rem auto
}

@media (min-width: 769px) {
    .styles_container___xcS1 {
        width: 1200px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
}

.styles_wrapper__RuRgG {
    display: grid;
    grid-template-columns:repeat(1, minmax(0, 1fr));
    grid-gap: 1rem;
    gap: 1rem
}

@media (min-width: 768px) {
    .styles_wrapper__RuRgG {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }
}

.styles_column__UHL_N {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: .5rem;
    word-break: break-word;
    border-radius: 16px;
    padding: 2rem;
    box-sizing: border-box;
    background-color: var(--columnBlock-background-color, #000)
}

.styles_column__UHL_N > * {
    margin: 0
}

.styles_image__XNtzE img {
    object-fit: cover;
    width: 100%;
    height: auto;
    border-radius: 6px
}

.styles_footer__kKCSB {
    background-color: var(--backgroundColor);
    color: var(--textColor, currentColor);
    padding-top: 1rem;
    padding-bottom: 1rem
}

.styles_footer__kKCSB a {
    color: inherit;
    font-size: 12px
}

.styles_wrapper___mAE_ {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0
}

@media (min-width: 769px) {
    .styles_wrapper___mAE_ {
        width: 1200px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
}

.styles_menu__FpGOl {
    display: flex;
    list-style: none;
    column-gap: 1.5rem;
    row-gap: 1rem;
    padding: 0;
    justify-content: center;
    margin-bottom: 2rem;
    flex-wrap: wrap
}

@media (max-width: 1023px) {
    .styles_menu__FpGOl {
        display: grid;
        grid-template-columns:repeat(2, minmax(0, 1fr));
        grid-row-gap: .2rem;
        row-gap: .2rem
    }
}

.styles_privacyLink__PxHD3 {
    cursor: pointer;
    text-decoration: underline;
    font-size: 12px
}

.styles_legalSocial__D5eIC {
    display: flex;
    align-items: center;
    column-gap: 2rem;
    justify-content: center;
    max-width: 560px;
    margin: auto
}

@media (max-width: 1023px) {
    .styles_legalSocial__D5eIC {
        flex-direction: column;
        row-gap: 1rem
    }
}

.styles_legalLogos__FxJEO {
    display: flex;
    align-items: center;
    column-gap: 1rem
}

@media (min-width: 1024px) {
    .styles_legalLogos__FxJEO {
        column-gap: 2rem
    }
}

.styles_legalLogos__FxJEO img {
    display: block
}

.styles_legalText__4GAZd {
    margin: 1.5rem 0
}

@media (min-width: 1024px) {
    .styles_legalText__4GAZd {
        text-align: center
    }
}

.styles_socialLinks__qj4HF {
    display: flex;
    align-items: center;
    column-gap: .5rem
}

.styles_socialLinks__qj4HF img {
    display: block
}

@media (min-width: 1024px) {
    .styles_copyright__G0z_c {
        text-align: center
    }
}

.styles_wrapper__tpObQ {
    background-color: var(--backgroundColor);
    color: var(--textColor, currentColor);
    padding-top: .5rem;
    padding-bottom: .5rem
}

.ChumbaCasino .styles_wrapper__tpObQ {
    margin-bottom: -4rem
}

.styles_container__SuY9N {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    margin-bottom: 0
}

@media (min-width: 769px) {
    .styles_container__SuY9N {
        width: 1200px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
}

@media (max-width: 479px) {
    .styles_container__SuY9N {
        margin-left: 1rem;
        margin-right: 1rem
    }
}

@media (max-width: 359px) {
    .styles_container__SuY9N {
        margin-left: .5rem;
        margin-right: .5rem
    }
}

@media (max-width: 767px) {
    .styles_container__SuY9N > * {
        flex-grow: 1;
        flex-basis: 0
    }

    .styles_hideCTAsOnMobile__eTyto .styles_logo__bEn5I {
        text-align: center
    }
}

@media (max-width: 359px) {
    .styles_logo__bEn5I img {
        width: 96px;
        height: auto
    }
}

.styles_nav__7bFJL {
    display: flex;
    margin-left: auto
}

.styles_menu__u8lic {
    align-items: center;
    list-style-type: none;
    column-gap: 1rem;
    display: flex;
    margin: 0 0 0 auto
}

@media (max-width: 479px) {
    .styles_menu__u8lic {
        padding-left: 0
    }
}

@media (max-width: 413px) {
    .styles_menu__u8lic {
        column-gap: .5rem
    }
}

.styles_linkItem__PFAsq, .styles_menu__u8lic ul {
    display: none
}

@media (min-width: 1024px) {
    .styles_linkItem__PFAsq {
        display: block
    }
}

.styles_linkItem__PFAsq a {
    color: inherit;
    text-decoration: none;
    padding: 0 2px
}

@media (max-width: 767px) {
    .styles_hideCTAsOnMobile__eTyto .styles_buttonItem__FlG7Q {
        display: none
    }
}

@media (max-width: 413px) {
    .styles_buttonItem__FlG7Q .styles_headerButton__hEdb0 {
        padding: 2px 8px
    }
}

.styles_user__PX1EA {
    margin: 0;
    display: flex;
    column-gap: 1rem
}

@media (max-width: 767px) {
    .styles_user__PX1EA {
        margin-left: auto
    }
}

.styles_hamburger__7X5WP {
    cursor: pointer;
    display: flex;
    padding: .5rem;
    margin-left: .5rem
}

@media (max-width: 413px) {
    .styles_hamburger__7X5WP {
        padding-left: 0
    }
}

@media (max-width: 479px) {
    .styles_hamburger__7X5WP {
        padding-right: 0
    }
}

.styles_hamburger__7X5WP img {
    display: block
}

.styles_mobileSpacer__sV8JH {
    display: none
}

.styles_hideCTAsOnMobile__eTyto .styles_mobileSpacer__sV8JH {
    display: block
}

@media (min-width: 768px) {
    .styles_hideCTAsOnMobile__eTyto .styles_mobileSpacer__sV8JH {
        display: none
    }
}

.styles_sidebar__GA_ZJ {
    position: fixed;
    z-index: 11;
    background-color: #1f1f1f;
    right: 0;
    width: 350px;
    color: #fff;
    transform: translateX(100%);
    transition: .4s;
    height: 100%;
    padding: .5rem .5rem 1rem;
    overflow: auto;
    box-sizing: border-box;
    top: 0
}

.styles_sidebar__GA_ZJ.styles_open__RNs4p {
    transform: translateX(0)
}

@media (max-width: 500px) {
    .styles_sidebar__GA_ZJ {
        width: 100%
    }
}

.styles_sidebar__GA_ZJ .styles_icon__N46BE {
    height: auto
}

.styles_sidebarNav__Xigo0 {
    list-style-type: none;
    padding: 0;
    font-size: 18px, 20px;
    margin-top: 0
}

.styles_sidebarNav__Xigo0 li .styles_link__OEzFJ, .styles_sidebarNav__Xigo0 li a {
    padding: .75rem;
    color: inherit;
    display: flex;
    align-items: center;
    column-gap: .5rem;
    text-decoration: none;
    font-weight: 400;
    transition: color .2s;
    border-radius: var(--buttonBorderRadius, 0);
    cursor: pointer
}

.styles_sidebarNav__Xigo0 li .styles_link__OEzFJ:hover {
    background-color: hsla(0, 0%, 100%, .1)
}

.styles_sidebarNav__Xigo0 li a:hover {
    color: var(--buttonColorPrimary, var(--colorBrand1, rgba(255, 255, 0, 0)))
}

.styles_sidebarNavLevel1__8twMM {
    list-style: none;
    font-size: 16px;
    display: none;
    border-left: 2px solid hsla(0, 0%, 100%, .1);
    margin-top: 1rem;
    padding: 0 0 0 1rem;
    margin-left: 1rem
}

.styles_sidebarNavLevel1__8twMM.styles_open__RNs4p {
    display: block
}

.styles_sidebarNavLevel1__8twMM li a {
    padding: .5rem .75rem
}

.styles_sidebarNavLevel1__8twMM li a:hover {
    background-color: rgba(0, 0, 0, .2);
    color: inherit
}

.styles_sidebarUser__exZU5 {
    display: flex;
    column-gap: 1rem;
    margin: 0 0 1rem;
    padding: 0 .5rem
}

.styles_sidebarUser__exZU5 > * {
    display: grid;
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
    align-items: center
}

.styles_closeIconContainer__BlKdd {
    display: flex;
    padding: 1rem;
    justify-content: flex-end;
    align-items: center
}

.styles_closeIconContainer__BlKdd > * {
    cursor: pointer
}

.styles_chevron__uVMSf {
    transform: rotate(180deg);
    margin-left: auto
}

.styles_open__RNs4p > .styles_chevron__uVMSf {
    transform: rotate(0)
}

.styles_overlay__vN5vc {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 9;
    top: 0;
    left: 0;
    transition: opacity .3s;
    display: none
}

@media (max-width: 767px) {
    .styles_overlay__vN5vc {
        top: 4rem;
        height: calc(100% - 4rem)
    }
}

.styles_overlay__vN5vc.styles_open__RNs4p {
    display: block
}

.styles_fixedButtons__ixOsC {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    z-index: 3
}

@media (min-width: 768px) {
    .styles_fixedButtons__ixOsC {
        display: none
    }
}

.styles_fixedButtons__ixOsC > * {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
    display: grid;
    font-weight: 600;
    padding: 1.45rem 1rem;
    border-radius: 0
}

.styles_container__NdXrz {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0
}

@media (min-width: 769px) {
    .styles_container__NdXrz {
        width: 1200px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
}

.styles_iframe__hrgok {
    aspect-ratio: var(--aspect-ratio, 16/9);
    border: none;
    border-radius: 16px
}

.styles_container__uS2fb {
    background: #121113;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
    gap: 1rem;
    display: grid;
    margin: 1rem auto;
    border-radius: 16px;
    padding: 1.5rem
}

@media (min-width: 769px) {
    .styles_container__uS2fb {
        width: 1200px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
}

@media (min-width: 768px) {
    .styles_container__uS2fb {
        padding: 2rem 0;
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }
}

.styles_text__EU4Ge {
    word-break: break-word;
    padding-left: 2rem
}

.styles_text__EU4Ge.styles_reverse__aSBG1 {
    padding-left: 0
}

@media (min-width: 768px) {
    .styles_text__EU4Ge.styles_reverse__aSBG1 {
        padding-right: 2rem
    }

    .styles_video__8xLd3.styles_reverse__aSBG1 {
        order: -1
    }
}

@media (max-width: 767px) {
    .styles_video__8xLd3 .styles_video__8xLd3 {
        order: 1
    }

    .styles_video__8xLd3:empty {
        display: none
    }
}

.styles_text__EU4Ge iframe, .styles_video__8xLd3 iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px
}

.styles_twoColumnContainer__c9ABo {
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
    gap: 1rem;
    display: grid;
    margin: 1rem auto;
    border-radius: 16px
}

@media (min-width: 769px) {
    .styles_twoColumnContainer__c9ABo {
        width: 1200px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
}

@media (min-width: 768px) {
    .styles_twoColumnContainer__c9ABo {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }
}

.styles_twoColumnContainer__c9ABo .styles_text__EU4Ge, .styles_twoColumnContainer__c9ABo .styles_video__8xLd3 {
    display: flex;
    box-sizing: border-box;
    border-radius: 16px;
    height: 100%;
    min-height: 400px;
    background: #121113;
    overflow: hidden
}

.styles_twoColumnContainer__c9ABo .styles_text__EU4Ge {
    padding: 2rem
}

@media (max-width: 767px) {
    .styles_mobile-media-order-2__QYLba {
        order: 2 !important
    }

    .styles_MediaRight__GK3_A .styles_video__8xLd3 {
        order: -1
    }
}

.styles_ctaContainer__9hUJf {
    display: flex;
    flex-direction: column
}

.styles_childContainer__76OUV {
    max-width: 100%;
    margin-bottom: 0;
    margin-top: 0
}

.styles_childContainer__76OUV .styles_iframe__k6ggK {
    height: 100%
}

.styles_container__UA6xi {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center
}

@media (min-width: 769px) {
    .styles_container__UA6xi {
        width: 1200px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
}

.styles_wrapper__v4Hc6 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center
}

@media (min-width: 768px) {
    .styles_wrapper__v4Hc6 {
        flex-direction: row;
        max-width: 828px
    }
}

@media (max-width: 767px) {
    .styles_wrapper__v4Hc6 {
        text-align: center;
        max-width: 768px
    }
}

@media (max-width: -1px) {
    .styles_wrapper__v4Hc6 {
        max-width: 414px
    }
}

.styles_winnerText__eKGzg {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #aaa;
    margin-bottom: 10px
}

.styles_contentContainer__9cgA0, .styles_imageContainer__i9jxS {
    box-sizing: border-box
}

.styles_image__YMbiF {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.styles_contentContainer__9cgA0 {
    padding: 0 24px 0 0
}

@media (min-width: 768px) {
    .styles_contentContainer__9cgA0 {
        width: 45%
    }
}

@media (max-width: 767px) {
    .styles_contentContainer__9cgA0 {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 70%;
        padding: 0 0 72px
    }
}

@media (max-width: 479px) {
    .styles_contentContainer__9cgA0 {
        width: 80%
    }
}

@media (min-width: 768px) {
    .styles_imageContainer__i9jxS {
        width: 55%
    }
}

@media (max-width: 767px) {
    .styles_imageContainer__i9jxS {
        width: 100%
    }
}

.styles_btnWrapper__sOXmj {
    display: flex;
    margin: 0;
    white-space: nowrap
}

.styles_carousel__ouWtw {
    overflow: hidden
}

.styles_carouselColumnReverse__Xn8i4 {
    display: flex;
    flex-direction: column-reverse
}

.styles_items__XYcxt {
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    counter-reset: carousel
}

.styles_scrollsnap__8KYW0 .styles_items__XYcxt {
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth
}

.styles_items__XYcxt {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.styles_items__XYcxt::-webkit-scrollbar {
    display: none
}

.styles_items__XYcxt > * {
    display: inline-block;
    white-space: normal
}

.styles_scrollsnap__8KYW0 .styles_items__XYcxt > * {
    scroll-snap-align: start;
    scroll-snap-stop: always
}

.styles_scrollsnap__8KYW0.styles_snapCenter___NTnb .styles_items__XYcxt > * {
    scroll-snap-align: center
}

.styles_icon-wrapper__Dq27W {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.styles_indicatorsWrapper__PtFjp {
    display: inline-grid;
    grid-template-columns:repeat(3, 1fr);
    width: 100%;
    align-items: center;
    padding: 12px 0
}

.styles_controlPanelMiddle__G4HNI .styles_indicatorsWrapper__PtFjp {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    display: block
}

.styles_indicators__QmfdU {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column: 2/3
}

.styles_arrowIndicators__FFVxF {
    display: grid;
    grid-template-areas:"previous next";
    grid-template-columns:repeat(2, 32px);
    grid-gap: 8px;
    gap: 8px;
    margin-right: 16px;
    justify-self: right;
    grid-column: 3/4
}

.styles_controlPanelMiddle__G4HNI .styles_arrowIndicators__FFVxF {
    display: flex;
    margin-right: 0
}

@media only screen and (max-width: 768px) {
    .styles_controlPanelMiddle__G4HNI .styles_arrowIndicators__FFVxF {
        display: none
    }
}

.styles_hoverArrowIndicators__aQ4pN {
    display: flex;
    position: absolute;
    top: calc(50% - 2rem);
    width: 100%
}

.styles_hoverArrowIndicators__aQ4pN .styles_nextChevron__VJYuR, .styles_hoverArrowIndicators__aQ4pN .styles_prevChevron__BmWHR {
    transition: .4s;
    background-color: rgba(0, 0, 0, .75);
    border-radius: 0
}

.styles_carousel__ouWtw:hover .styles_hoverArrowIndicators__aQ4pN .styles_nextChevron__VJYuR, .styles_carousel__ouWtw:hover .styles_hoverArrowIndicators__aQ4pN .styles_prevChevron__BmWHR {
    transform: translateX(0)
}

.styles_hoverArrowIndicators__aQ4pN .styles_nextChevron__VJYuR {
    margin-left: auto;
    transform: translateX(100%);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.styles_hoverArrowIndicators__aQ4pN .styles_prevChevron__BmWHR {
    transform: translateX(-100%);
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.styles_chevron__3jVMT {
    border: none;
    background-color: #9d9d9d;
    border-radius: 100%
}

.styles_chevron__3jVMT:hover {
    background-color: #777
}

.styles_prevChevron__BmWHR {
    grid-area: previous;
    padding: 8px;
    cursor: pointer;
    transition: .2s ease-in-out
}

.styles_controlPanelMiddle__G4HNI .styles_prevChevron__BmWHR {
    padding: 8px;
    left: -1px;
    position: absolute;
    transform: translateY(-50%);
    border: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.styles_nextChevron__VJYuR {
    grid-area: next;
    padding: 8px;
    cursor: pointer;
    transition: .2s ease-in-out
}

.styles_controlPanelMiddle__G4HNI .styles_nextChevron__VJYuR {
    margin-left: auto;
    padding: 8px;
    right: -1px;
    position: absolute;
    transform: translateY(-50%);
    border: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.styles_indicators__QmfdU .styles_indicator__p7VOM {
    height: 12px;
    width: 12px;
    padding: 0;
    margin: 4px;
    border-radius: 100%;
    border: none;
    background-color: #9d9d9d;
    transition: background-color .5s
}

.styles_indicators__QmfdU .styles_indicator__p7VOM.styles_active__Cmqw2, .styles_indicators__QmfdU .styles_indicator__p7VOM:hover {
    background-color: #333
}

.styles_miniIndicator__qV0dF {
    height: 6px;
    width: 6px;
    border-radius: 100%;
    background-color: hsla(0, 0%, 100%, .5);
    margin: 4px
}

.styles_miniIndicator__qV0dF.styles_active__Cmqw2 {
    background-color: #fff
}

.styles_itemFullWidth__lyRFD {
    width: 100%
}

.styles_items__XYcxt .styles_itemFullWidth__lyRFD {
    margin-right: 0
}

.styles_pauseButton__r66xx, .styles_playButton__rm3H1 {
    grid-column: 3/4;
    display: grid;
    justify-self: right;
    border: none;
    background: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    transform: translateY(calc(-100% - .95rem));
    margin-right: .5rem;
    width: 40px
}

.styles_controlPanelMiddle__G4HNI .styles_pauseButton__r66xx, .styles_controlPanelMiddle__G4HNI .styles_playButton__rm3H1 {
    transform: translateY(-50%);
    margin-right: 1rem
}

@media only screen and (min-width: 768px) {
    .styles_items__XYcxt > :first-child {
        margin-left: 0
    }

    .styles_items__XYcxt > :last-child {
        margin-right: 0
    }
}

@media only screen and (max-width: 768px) {
    .styles_pauseButton__r66xx, .styles_playButton__rm3H1 {
        position: static
    }

    .styles_indicators__QmfdU {
        justify-content: right
    }

    .styles_indicatorsWrapper__PtFjp {
        display: none
    }
}

.styles_container__2etKt {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    row-gap: 1rem
}

@media (min-width: 769px) {
    .styles_container__2etKt {
        width: 1200px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }
}

@media (max-width: 479px) {
    .styles_container__2etKt {
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .styles_container__2etKt {
        max-width: 768px
    }
}

.styles_container__2etKt > div {
    position: relative
}

.styles_text__YICQG {
    display: flex;
    flex-direction: column;
    padding-right: 32px;
    position: absolute
}

@media (max-width: 767px) {
    .styles_text__YICQG {
        position: relative
    }
}

.styles_arrowIndicators__JPjqz {
    display: flex;
    padding: 8px 18px;
    justify-content: center;
    align-items: center;
    background: #000;
    border: 1px solid #9d9d9d;
    border-radius: 8px
}

.styles_arrowIndicators__JPjqz:hover {
    background: #333
}

.styles_arrowIndicators__JPjqz:active {
    border-color: #fff
}

@media (max-width: 767px) {
    .styles_carouselSetHeight__BcNYS {
        min-height: auto
    }
}

.styles_GalleryTile__UuPME {
    height: 100%;
    overflow: hidden
}

.styles_infoContainer__iUvj5 {
    display: flex !important;
    flex-direction: column;
    gap: 1rem;
    padding: .5rem;
    overflow: hidden
}

.styles_cta__NJ9Q5, .styles_subtitle__jpRZa, .styles_title__s4RHI {
    color: #fff
}

.styles_title__s4RHI {
    font-size: 18px, 20px;
    font-weight: 500
}

.styles_cta__NJ9Q5 .styles_ctaLink__Bsvyh {
    font-size: 14px;
    font-weight: 300;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #fff
}

.styles_container__Sd8M_ {
    width: 1200px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    color: #000
}

.styles_container__Sd8M_ + .styles_container__Sd8M_ {
    margin-top: 1px
}

.styles_title__DQY8M {
    background-color: #e4e4e4;
    padding: .75rem 1rem;
    font-weight: 600;
    cursor: pointer
}

.styles_heading__Nvklw {
    margin: 0
}

.styles_heading__Nvklw:before {
    content: "";
    background-image: url(/icons/expand.png);
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-right: 1rem
}

.styles_open__PKUuN .styles_heading__Nvklw:before {
    background-image: url(/icons/close-minus.png)
}

.styles_content__UYiiS {
    display: none;
    background-color: #fcfcfc;
    padding: 1rem
}

.styles_open__PKUuN .styles_content__UYiiS {
    display: block
}

.styles_content__UYiiS p {
    font-size: 14px
}

@media (min-width: 768px) {
    .styles_content__UYiiS {
        padding: 1rem 3rem
    }
}

.styles_container___gUHL {
    background-color: #4e4e4e;
    background-size: cover;
    background-position: 50%;
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.styles_container___gUHL a {
    color: inherit
}

.styles_container___gUHL.indent-top {
    padding-top: 6rem !important
}

.styles_container___gUHL.indent-bottom {
    padding-bottom: 6rem !important
}

@media (max-width: 767px) {
    .styles_container___gUHL.styles_hasBackgroundImage__zsRmA.indent-top {
        padding-top: 1rem !important
    }

    .styles_container___gUHL.styles_hasBackgroundImage__zsRmA.indent-bottom {
        padding-bottom: 1rem !important
    }
}

.styles_container___gUHL.styles_largePadding__Y1kaa.indent-top {
    padding-top: 25rem !important
}

@media (min-width: 768px) {
    .styles_container___gUHL.styles_largePadding__Y1kaa.indent-top {
        padding-top: 8rem !important
    }
}

@media (min-width: 1024px) {
    .styles_container___gUHL.styles_largePadding__Y1kaa.indent-top {
        padding-top: 13rem !important
    }
}

.styles_container___gUHL.styles_largePadding__Y1kaa.indent-bottom {
    padding-bottom: 1rem !important
}

@media (min-width: 768px) {
    .styles_container___gUHL.styles_largePadding__Y1kaa.indent-bottom {
        padding-bottom: 8rem !important
    }
}

@media (min-width: 1024px) {
    .styles_container___gUHL.styles_largePadding__Y1kaa.indent-bottom {
        padding-bottom: 13rem !important
    }
}

.styles_container___gUHL > .rich-text {
    width: 1200px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box
}

.styles_container___gUHL.styles_disableMargin__KP_re {
    margin: 0
}

.styles_container__ZyOp_ {
    background-color: #000
}

.styles_wrapper__tS68M {
    display: flex;
    scroll-snap-type: x mandatory;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.styles_wrapper__tS68M::-webkit-scrollbar {
    display: none
}

.styles_wrapper__tS68M > * {
    flex-basis: 100%;
    scroll-snap-align: center;
    flex-shrink: 0
}

.styles_controls__4QLho {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #000
}

.styles_controls__4QLho > * {
    flex: 1 1
}

.styles_bullets__OrrlF {
    display: flex;
    column-gap: .5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    justify-content: center
}

@media (max-width: 767px) {
    .styles_bullets__OrrlF {
        display: none
    }
}

.styles_bullet__HPK3d {
    height: .75rem;
    width: .75rem;
    border-radius: 50%;
    background-color: hsla(0, 0%, 100%, .2);
    transition: background-color .2s;
    cursor: pointer
}

.styles_bullet__HPK3d.styles_active__vvR1o {
    background-color: hsla(0, 0%, 100%, .6)
}

.styles_pausePlay__uSbrP {
    text-align: right;
    margin-top: .5rem;
    margin-bottom: .5rem
}

.styles_pausePlay__uSbrP > button {
    cursor: pointer;
    background-color: transparent;
    border: none
}

.styles_wrapper__hMfiG {
    background-color: #4e4e4e;
    background-size: cover;
    background-position: 50%;
    color: #fff;
    padding-top: 8rem;
    padding-bottom: 8rem;
    min-height: 450px;
    box-sizing: border-box;
    display: flex
}

.styles_container__98Iy1 {
    width: 1200px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    text-align: center
}

.styles_heading__GakiP {
    margin-bottom: 0;
    font-weight: 700
}

.styles_noSubHeading__iIOOs {
    padding-bottom: 2.5rem
}

.styles_wrapper__TLqC2 {
    background-color: #0c0c0f;
    color: #fff;
    box-sizing: border-box;
    overflow: hidden
}

.styles_container__9T7HK {
    width: 1200px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    position: relative;
    display: grid;
    align-items: center;
    height: 100%
}

@media (min-width: 768px) {
    .styles_container__9T7HK {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }
}

.styles_content__93M_n {
    max-width: 405px;
    padding-top: 2rem;
    padding-bottom: 2rem
}

.styles_content__93M_n > div > :first-child {
    margin-top: 0
}

@media (max-width: 767px) {
    .styles_content__93M_n {
        margin-top: auto
    }
}

@media (min-width: 768px) {
    .styles_content__93M_n {
        margin-left: 3rem;
        justify-self: center
    }
}

.styles_image__vCX2v {
    height: 100%;
    position: relative
}

.styles_image__vCX2v img {
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    display: block
}

@media (max-width: 767px) {
    .styles_image__vCX2v {
        width: 100vw;
        left: -5%
    }
}

@media (min-width: 768px) {
    .styles_image__vCX2v {
        width: 50vw;
        left: calc(-50vw + 100%)
    }
}

.styles_CTA__jrv1x {
    margin-top: 1rem
}

.styles_wrapper__h9qnE {
    background-size: cover;
    background-position: 50%;
    color: #fff;
    margin-top: 2rem;
    margin-bottom: 2rem;
    box-sizing: border-box;
    display: flex
}

.styles_container__82Nd5 {
    width: 1200px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    text-align: center
}

.styles_wrapper__7EYp4 {
    width: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    word-break: break-word
}

.styles_imageWrapper__imFXj {
    position: relative;
    max-width: 100%
}

.styles_overlay__7x1xr {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    font-weight: 700
}

.styles_textContent__uDdYy {
    padding: 1.5rem;
    background: #ccc
}

.styles_CTA__NyqKM {
    display: inline-block;
    border: 1px solid #000;
    padding: .5rem;
    text-decoration: none;
    color: #000;
    margin-top: .5rem
}

.styles_image__cU_y1 {
    height: auto;
    width: 100%;
    display: block
}

.styles_textContent__uDdYy > div > :first-child {
    margin-top: 0
}

.styles_centeredCTA__dLTYZ {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto
}

.styles_container__nkjhf {
    width: 1200px;
    max-width: 90%;
    box-sizing: border-box;
    margin: 1rem auto
}

.styles_wrapper__k_7pG {
    --columns: 1;
    --gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: var(--gap);
    column-gap: var(--gap)
}

.styles_wrapper__k_7pG > * {
    flex: 0 0 calc(100% / var(--columns) - (var(--gap) - var(--gap) / var(--columns)))
}

@media (min-width: 768px) {
    .styles_wrapper__k_7pG {
        --columns: 3
    }
}

.styles_cta__AdTvB {
    display: flex;
    justify-content: center;
    margin-top: 2rem
}

.styles_container__kHchE {
    background-color: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    padding: 2rem 0 2rem 2rem
}

.styles_text__SlMf3 {
    display: flex;
    flex-direction: column;
    padding-right: 32px;
    position: absolute
}

.styles_arrowIndicators__psF2b {
    display: flex;
    padding: 8px 18px;
    justify-content: center;
    align-items: center;
    background: #000;
    border: 1px solid #9d9d9d;
    border-radius: 8px
}

.styles_arrowIndicators__psF2b:hover {
    background: #333
}

.styles_arrowIndicators__psF2b:active {
    border-color: #fff
}

@media screen and (max-width: 768px) {
    .styles_text__SlMf3 {
        position: relative
    }

    .styles_carouselSetHeight__ERXBr {
        min-height: auto
    }
}

@media screen and (max-width: 480px) {
    .styles_text__SlMf3 {
        padding-right: 16px
    }
}

.styles_container__i2Pjh {
    width: 1200px;
    max-width: 90%;
    box-sizing: border-box;
    margin: 1rem auto
}

.styles_wrapper__Di4BO {
    display: grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    grid-gap: 1rem;
    gap: 1rem
}

@media (min-width: 1024px) {
    .styles_wrapper__Di4BO {
        grid-template-columns:repeat(4, minmax(0, 1fr))
    }
}

.styles_column__YkjNE {
    display: grid;
    justify-items: center;
    grid-template-rows:auto auto 1fr;
    grid-row-gap: .5rem;
    row-gap: .5rem;
    word-break: break-word;
    text-align: center
}

.styles_column__YkjNE > * {
    margin: 0
}

.styles_image__J5FcX img {
    max-width: 100%;
    height: auto;
    align-self: center
}

.styles_container__wg13L {
    width: 1200px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box
}

.styles_wrapper__E57J_ {
    align-items: flex-start;
    grid-column-gap: 1rem;
    column-gap: 1rem;
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
    display: grid;
    padding: 0;
    margin-top: 1rem;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .styles_wrapper__E57J_ {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }
}

.styles_inner__Ohdc2 {
    display: flex;
    column-gap: .5rem;
    word-break: break-word
}

.styles_reverse__syO77 .styles_inner__Ohdc2 {
    order: 2
}

@media (min-width: 1024px) {
    .styles_inner__Ohdc2 {
        column-gap: 1rem
    }
}

.styles_column__wigiE {
    display: grid;
    grid-gap: 1rem;
    gap: 1rem
}

@media (min-width: 768px) {
    .styles_column__wigiE {
        display: flex
    }
}

.styles_image__UrFOA, .styles_inner__Ohdc2 {
    flex-grow: 1;
    flex-basis: 0
}

@media (max-width: 1023px) {
    .styles_image__UrFOA {
        flex-grow: .65
    }
}

.styles_number__n6tOf {
    font-weight: 900;
    flex-shrink: 0
}

.styles_heading__0qQ9I {
    margin-bottom: 1rem;
    font-weight: 900
}

.styles_image__UrFOA {
    text-align: center
}

.styles_image__UrFOA img {
    max-width: 100%;
    height: auto
}

.styles_container__RkmbQ {
    width: 1200px;
    max-width: 90%;
    box-sizing: border-box;
    margin: 1rem auto
}

.styles_select__f_tyL {
    border: 1px solid rgba(0, 0, 0, .2);
    color: rgba(0, 0, 0, .4);
    padding: .5rem;
    width: 300px;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 1rem;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23CCCCCC'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
    background-size: 12px;
    background-position: calc(100% - 10px) 12px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.styles_container__zjrPP {
    width: 1200px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box
}

.styles_banner__SbNjK {
    background-image: url(https://globalpoker.com/_next/static/media/vgw-play-ferrari-hero-banner-mobile.68879e8d.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px
}

@media (min-width: 480px) {
    .styles_banner__SbNjK {
        background-image: url(https://globalpoker.com/_next/static/media/vgw-play-ferrari-hero-banner-tablet.8390a92d.jpg)
    }
}

@media (min-width: 1024px) {
    .styles_banner__SbNjK {
        background-image: url(https://globalpoker.com/_next/static/media/vgw-play-ferrari-hero-banner-desktop.9724bca7.jpg)
    }
}

.styles_breadcrumbs__XUShv {
    display: flex;
    align-items: center;
    color: #fff;
    list-style: none;
    padding: 0;
    text-transform: uppercase;
    font-size: 12px
}

.styles_breadcrumbs__XUShv li + li:before {
    content: ">>";
    padding: 0 5px
}

.styles_breadcrumbs__XUShv li.styles_active__pwNBh a {
    font-weight: 900
}

.styles_breadcrumbs__XUShv a {
    color: inherit;
    text-decoration: none
}

.styles_sectionAllIn__ZF9Nk {
    background: url(https://globalpoker.com/_next/static/media/all-in-background.5bf3de6a.jpeg) no-repeat 100%;
    background-size: cover;
    min-height: 768px;
    padding-top: 1.5rem;
    color: #fff
}

.styles_sectionAllIn__ZF9Nk .styles_content__3mz_a {
    max-width: 585px;
    padding-top: 1rem
}

.styles_sectionAllIn__ZF9Nk h2 {
    font-size: clamp(2.25rem, 3.91vw + .38rem, 2.88rem);
    font-weight: 900
}

.styles_sectionTeam__PlCFM {
    display: flex;
    align-items: center;
    background-color: #c5c1c0
}

@media (max-width: 767px) {
    .styles_sectionTeam__PlCFM {
        flex-direction: column
    }
}

@media (min-width: 768px) {
    .styles_sectionTeam__PlCFM > * {
        width: 50%
    }
}

.styles_sectionTeam__PlCFM .styles_image__zVyXr {
    object-fit: cover;
    max-width: 100%
}

.styles_sectionTeam__PlCFM .styles_wrapper__Ou5RE {
    display: flex;
    justify-content: center;
    width: 100%
}

.styles_sectionTeam__PlCFM .styles_content__3mz_a {
    max-width: 540px;
    padding: 1rem 2rem;
    font-size: 18px, 20px
}

.styles_sectionVideo__AYNbX {
    display: flex
}

@media (max-width: 767px) {
    .styles_sectionVideo__AYNbX {
        flex-direction: column
    }
}

.styles_sectionVideo__AYNbX img {
    max-width: 100%
}

.styles_sectionVideo__AYNbX .styles_video__t1mnM {
    position: relative;
    width: 100%
}

@media (max-width: 767px) {
    .styles_sectionVideo__AYNbX .styles_video__t1mnM {
        height: 400px
    }
}

.styles_sectionVideo__AYNbX .styles_images__9U_DG {
    max-width: 50%
}

@media (max-width: 767px) {
    .styles_sectionVideo__AYNbX .styles_images__9U_DG {
        max-width: 100%
    }
}

.styles_sectionVideo__AYNbX .styles_container1__UfcZw {
    display: flex
}

.styles_sectionVideo__AYNbX .styles_container1__UfcZw > img {
    max-width: 66.67%;
    object-fit: cover
}

.styles_sectionVideo__AYNbX .styles_wrapper1__duIBg {
    display: flex;
    flex-direction: column
}

.styles_sectionVideo__AYNbX .styles_container2__EychW {
    display: flex
}

.styles_sectionVideo__AYNbX .styles_container2__EychW > img {
    max-width: 33.33%;
    object-fit: cover
}

.styles_fixedButton__ZedLl {
    position: fixed;
    bottom: 0;
    font-size: 2rem;
    font-weight: 500;
    z-index: 99;
    width: 100%;
    text-align: center;
    padding: 14px;
    line-height: 100%;
    box-shadow: 0 -16px 30px -1px rgba(0, 0, 0, .502)
}

@media (min-width: 480px) {
    .styles_fixedButton__ZedLl {
        display: none
    }
}

.styles_wrapper__OHEOT {
    background-color: #000;
    color: #fff;
    padding-top: 6rem;
    padding-bottom: 6rem
}

.styles_container__NvdtY {
    width: 1200px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box
}

.styles_menu__6a_oL {
    display: grid;
    grid-template-columns:repeat(1, minmax(0, 1fr))
}

@media (min-width: 480px) {
    .styles_menu__6a_oL {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }
}

@media (min-width: 1024px) {
    .styles_menu__6a_oL {
        grid-template-columns:repeat(4, minmax(0, 1fr))
    }
}

.styles_menuItem__5lGAn {
    text-transform: uppercase;
    margin-bottom: 1rem
}

.styles_menuItem__5lGAn > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-row-gap: .5rem;
    row-gap: .5rem
}

.styles_menuItem__5lGAn > ul > li a, .styles_menuItem__5lGAn > ul > li span {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.styles_menuHeading__hYc2n {
    margin-bottom: 1rem
}

.styles_menuHeading__hYc2n + ul {
    margin-bottom: 2rem
}

ul.styles_social__PNbQD {
    display: flex;
    column-gap: 1rem
}

.styles_logos__COmNE {
    display: flex;
    column-gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap
}

.styles_copyright__Y1U2n {
    color: #c5c1c0;
    margin-top: 2.5rem
}

.styles_copyright__Y1U2n a {
    color: #008cff
}

.styles_container__2A6aL {
    width: 1200px;
    max-width: 90%;
    box-sizing: border-box;
    margin: 1rem auto
}

.styles_wrapper__n9pxq {
    display: grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    grid-gap: 1rem;
    gap: 1rem
}

@media (min-width: 768px) {
    .styles_wrapper__n9pxq {
        grid-template-columns:repeat(4, minmax(0, 1fr))
    }
}

.styles_column__g96Hk {
    align-self: flex-start;
    display: grid;
    grid-row-gap: .5rem;
    row-gap: .5rem;
    word-break: break-word
}

.styles_column__g96Hk > * {
    margin: 0
}

.styles_image__R6_c4 img {
    max-width: 100%;
    height: auto
}

.styles_wrapper__85C7H {
    background-size: cover;
    background-position: 50%;
    box-sizing: border-box;
    display: flex;
    color: #fff;
    padding-top: 9rem;
    padding-bottom: 9rem;
    background-image: var(--BackgroundImageMobileUrl)
}

@media (min-width: 768px) {
    .styles_wrapper__85C7H {
        padding-top: 5rem;
        padding-bottom: 5rem;
        background-image: var(--BackgroundImageTabletUrl)
    }
}

@media (min-width: 1024px) {
    .styles_wrapper__85C7H {
        background-image: var(--BackgroundImageDesktopUrl)
    }
}

@media (min-width: 1440px) {
    .styles_wrapper__85C7H {
        padding-top: 12rem;
        padding-bottom: 12rem
    }
}

.styles_container__Q9JKs {
    width: 1200px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    text-align: center;
    max-width: 61%
}

@media (min-width: 768px) {
    .styles_container__Q9JKs {
        max-width: 51%
    }
}

@media (min-width: 1024px) {
    .styles_container__Q9JKs {
        max-width: 46%
    }
}

@media (min-width: 1440px) {
    .styles_container__Q9JKs {
        max-width: 40%
    }
}

.styles_heading__Rv4pI {
    font-size: clamp(1.63rem, 3.91vw + -.25rem, 2.25rem)
}

@media (min-width: 768px) {
    .styles_heading__Rv4pI {
        font-size: 36px
    }
}

@media (min-width: 1200px) {
    .styles_heading__Rv4pI {
        font-size: clamp(2.25rem, 3.91vw + .38rem, 2.88rem)
    }
}

.styles_wrapper__RcbaE {
    background-size: cover;
    background-position: 50%;
    padding-top: 6rem;
    padding-bottom: 27rem;
    color: #fff;
    box-sizing: border-box;
    background-image: var(--BackgroundImageMobileUrl);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

@media (min-width: 768px) {
    .styles_wrapper__RcbaE {
        background-image: var(--BackgroundImageTabletUrl);
        padding-bottom: 25rem
    }
}

@media (min-width: 1024px) {
    .styles_wrapper__RcbaE {
        background-image: var(--BackgroundImageDesktopUrl);
        padding-bottom: 6rem
    }
}

.styles_container__H4KPx {
    width: 1200px;
    max-width: 90%;
    box-sizing: border-box;
    margin: 0 1rem;
    max-width: unset
}

@media (min-width: 768px) {
    .styles_container__H4KPx {
        margin-left: 2rem;
        margin-right: 2rem
    }
}

@media (min-width: 1024px) {
    .styles_container__H4KPx {
        max-width: 50%;
        margin-right: 0
    }
}

.styles_heading__DaPX3 {
    margin-bottom: 0
}

.styles_subheading__kfxTq {
    margin-bottom: 0;
    padding-bottom: 2rem
}

.styles_noSubHeading__Y6JRn {
    padding-bottom: 2.5rem
}

.styles_column__r2G_t {
    position: relative;
    color: #fff;
    align-self: flex-start
}

.styles_column__r2G_t img {
    width: 100%;
    height: auto;
    display: block
}

.styles_text__J6bMh {
    background: linear-gradient(90deg, hsla(0, 0%, 50%, .3) 0, rgba(0, 0, 0, .7));
    padding: 1rem;
    box-sizing: border-box;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
    font-size: 1.125rem;
    font-weight: 900;
    position: absolute;
    bottom: 0;
    width: 100%
}

.styles_overlay__hPmu0 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    pointer-events: none
}

.styles_column__r2G_t:hover .styles_overlay__hPmu0 {
    opacity: 1;
    visibility: visible
}

.styles_CTA___O34T {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    display: inline-block;
    background-color: #fff;
    padding: .5em 1em;
    white-space: nowrap;
    text-decoration: none;
    color: #000 !important;
    pointer-events: all
}

.styles_tileLink__bE0hp {
    text-decoration: none !important
}

.styles_wrapper__horCC {
    background-color: #191919;
    color: #fff
}

.styles_container__GGa2X {
    display: flex;
    flex-direction: column;
    padding: 2rem 1rem 4rem
}

@media (min-width: 768px) {
    .styles_container__GGa2X {
        padding: 2rem 2rem 4rem
    }
}

.styles_heading__keK5K {
    padding-bottom: 2rem;
    text-align: center;
    margin-bottom: 0;
    line-height: 2rem
}

.styles_tilesWrapper__FZ9v8 {
    display: grid;
    grid-template-columns:1fr;
    width: 100%
}

@media (max-width: 1023px) {
    .styles_tilesWrapper__FZ9v8 {
        row-gap: 10px
    }
}

@media (min-width: 1024px) {
    .styles_tilesWrapper__FZ9v8 {
        grid-template-columns:repeat(auto-fit, minmax(166px, 1fr));
        column-gap: 10px
    }
}

.styles_tile___bp_n {
    background-color: #000;
    border-radius: .5rem;
    display: flex;
    column-gap: 10px;
    height: 100%;
    justify-content: space-between;
    position: relative
}

.styles_tileContent__W4FbG {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    justify-content: space-between;
    padding: 12px 1rem
}

.styles_tileImage__jJBAV {
    aspect-ratio: 1/1;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 107px;
    width: 100%
}

.styles_tileIcons__LnoLE {
    display: flex;
    flex-wrap: wrap;
    column-gap: .5rem
}

.styles_tileIcon__r4XqR {
    border-radius: 4px;
    height: 40px;
    width: 40px
}

.styles_textContent__c4_3N {
    color: #fff;
    font-style: unset;
    font-size: 14px
}

.styles_textContent__c4_3N h3 {
    font-size: 24px;
    font-weight: 800;
    word-break: normal;
    margin: 0;
    padding-bottom: .5rem
}

.styles_tileCallout__9mn35 {
    color: #3cc;
    font-size: 14px;
    font-weight: 900;
    padding-top: .5rem
}

.styles_wrapper__w1yw_ {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 1.5rem 2rem;
    text-align: center;
    row-gap: 2rem
}

.styles_gameWrapper__UtLh8 {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}

.styles_gameWrapper__UtLh8, .styles_game__fGJQZ {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: .5rem
}

.styles_game__fGJQZ {
    padding: 18px 16px;
    flex-direction: column;
    background-color: #000;
    border-radius: 10px;
    width: 196px;
    height: 208px;
    justify-content: flex-start
}

@media (max-width: 767px) {
    .styles_game__fGJQZ {
        width: 136px;
        height: 184px;
        gap: .25rem
    }
}

.styles_image__5Fmkd > img {
    width: 120px;
    height: 120px
}

@media (max-width: 767px) {
    .styles_image__5Fmkd > img {
        width: 100px;
        height: 100px
    }
}

.styles_link__LmXTa {
    color: #fff;
    text-decoration: none
}

.styles_text__dIEbM a {
    color: #fff
}

.styles_wrapper__pnpOC {
    margin-bottom: 40px
}

.styles_container__pIOQ4 {
    width: 1200px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box
}

table.styles_table__WhBs_ {
    border-collapse: collapse;
    border-spacing: 0
}

.styles_table__WhBs_ {
    text-align: center;
    width: 100%
}

.styles_table__WhBs_ tbody > tr > td, .styles_table__WhBs_ thead > tr > th, .styles_table__WhBs_ tr > th .styles_table__WhBs_ tr > td {
    padding: 10px
}

@media (max-width: 960px) {
    .styles_table__WhBs_ tbody > tr > td, .styles_table__WhBs_ thead > tr > th {
        padding: 4px
    }
}

.styles_greyTable__XasGN {
    background-color: #eff0f1
}

.styles_tableHeader__pLkwe {
    background-color: #000;
    color: #fff;
    text-transform: uppercase
}

.styles_wrapper__hX1Q4 {
    margin-bottom: 40px
}

.styles_container____qC_ {
    width: 1200px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box
}

.styles_banner__W3uiC {
    background-image: url(https://globalpoker.com/_next/static/media/default-mobile-v3.45c0cb58.jpeg);
    background-size: cover;
    background-position: 50%;
    color: #fff;
    height: 500px;
    display: flex
}

@media (min-width: 480px) {
    .styles_banner__W3uiC {
        background-image: url(https://globalpoker.com/_next/static/media/default-desktop-v3.a5d2dd68.jpg)
    }
}

.styles_banner__W3uiC h1 {
    margin: 0;
    font-weight: 900
}

@media (max-width: 767px) {
    .styles_banner__W3uiC .styles_container____qC_ {
        text-align: center
    }
}

.styles_steps__hQtRT {
    margin: 2px 0;
    padding: 1.5rem 1rem;
    background-color: #000;
    color: #fff;
    align-items: flex-start;
    display: flex;
    justify-content: center;
    text-align: center;
    column-gap: 1rem
}

@media (min-width: 768px) {
    .styles_steps__hQtRT {
        column-gap: 1.5rem
    }
}

.styles_steps__hQtRT span {
    font-size: clamp(1.63rem, 3.91vw + -.25rem, 2.25rem);
    font-weight: 900
}

.styles_steps__hQtRT h2 {
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .styles_steps__hQtRT .styles_step__kTX8_ {
        flex: 1 1;
        width: 0
    }
}

@media (min-width: 768px) {
    .styles_steps__hQtRT .styles_step__kTX8_ {
        display: flex;
        column-gap: .5rem;
        align-items: end
    }
}

.styles_tiles__DODXM {
    color: #fff;
    display: flex;
    flex-wrap: wrap
}

.styles_tiles__DODXM .styles_tile__r_Mxi {
    padding: .5rem;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    text-transform: uppercase;
    height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    outline: 2px solid #fff
}

@media (min-width: 768px) {
    .styles_tiles__DODXM .styles_tile__r_Mxi {
        width: 50%
    }
}

@media (min-width: 1024px) {
    .styles_tiles__DODXM .styles_tile__r_Mxi {
        width: 33.3333333333%
    }

    .styles_tiles__DODXM .styles_tile__r_Mxi:nth-child(4) {
        display: none
    }
}

.styles_tiles__DODXM .styles_tile__r_Mxi:not(:first-child) {
    padding-left: 2px
}

.styles_tiles__DODXM .styles_tile__r_Mxi:first-child {
    background-image: url(https://globalpoker.com/_next/static/media/texas-holdem.ed89fceb.webp)
}

.styles_tiles__DODXM .styles_tile__r_Mxi:nth-child(2) {
    background-image: url(https://globalpoker.com/_next/static/media/slots-banner.84714ec2.webp)
}

.styles_tiles__DODXM .styles_tile__r_Mxi:nth-child(3) {
    background-image: url(https://globalpoker.com/_next/static/media/jsng.92c950ea.webp)
}

.styles_tiles__DODXM .styles_tile__r_Mxi:nth-child(4) {
    background-image: url(https://globalpoker.com/_next/static/media/jackpot-bg.1ea38384.webp)
}

.styles_tiles__DODXM .styles_tile__r_Mxi h2 {
    font-size: 18px, 20px
}

.styles_tiles__DODXM .styles_tile__r_Mxi p {
    margin-top: 0
}

.styles_features__pGqVp {
    background: url(https://globalpoker.com/_next/static/media/pattern03.78032584.jpg) repeat;
    color: #fff;
    padding: 2rem 0
}

.styles_features__pGqVp h2 {
    font-weight: 900;
    font-size: clamp(1.63rem, 3.91vw + -.25rem, 2.25rem);
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 1.5rem
}

@media (min-width: 1024px) {
    .styles_features__pGqVp .styles_motivationBar__IJtAb {
        display: flex;
        flex-wrap: wrap;
        column-gap: 1.5rem
    }
}

.styles_features__pGqVp .styles_feature__SFfIx {
    flex: 1 1;
    width: 0;
    padding-bottom: 2rem
}

@media (max-width: 1023px) {
    .styles_features__pGqVp .styles_feature__SFfIx {
        width: 100%;
        display: flex;
        align-items: center;
        column-gap: 1.5rem
    }
}

@media (min-width: 1024px) {
    .styles_features__pGqVp .styles_feature__SFfIx:not(:first-child) {
        border-left: 1px solid #fff;
        padding-left: 1.5rem
    }
}

.styles_features__pGqVp .styles_feature__SFfIx img {
    display: block;
    margin: auto
}

.styles_features__pGqVp .styles_feature__SFfIx h3 {
    margin-bottom: 0
}

.styles_features__pGqVp .styles_feature__SFfIx p {
    margin: 0
}

.styles_features__pGqVp .styles_headingDivider__dVFbM {
    border-top: 1px solid #fff;
    margin-top: 2rem;
    padding-top: 1rem
}

.styles_smallBanner__iAB5k {
    background-image: url(https://globalpoker.com/_next/static/media/small-banner.4053295b.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 6rem 0;
    position: relative;
    margin: 2px 0
}

.styles_smallBanner__iAB5k:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, .2)
}

.styles_smallBanner__iAB5k .styles_container____qC_ {
    position: relative
}

.styles_smallBanner__iAB5k h2 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: clamp(1.63rem, 3.91vw + -.25rem, 2.25rem);
    font-weight: 900
}

.styles_smallBanner__iAB5k h3 {
    margin-bottom: 0;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .styles_smallBanner__iAB5k h3 {
        max-width: 86%
    }
}

.styles_testimonials__mIk4k {
    background-image: url(https://globalpoker.com/_next/static/media/testimonial-background.52fae246.webp);
    color: #fff;
    padding: 5rem 0
}

.styles_testimonials__mIk4k .styles_text__Q9gk_, .styles_testimonials__mIk4k h2 {
    text-align: center;
    margin: 0 auto;
    max-width: 820px
}

.styles_testimonials__mIk4k h2 {
    font-size: clamp(2.25rem, 3.91vw + .38rem, 2.88rem);
    font-weight: 900
}

.styles_testimonials__mIk4k .styles_cards__bYE5t {
    margin-top: 2rem;
    display: flex;
    column-gap: 2rem;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.styles_testimonials__mIk4k .styles_cards__bYE5t::-webkit-scrollbar {
    display: none
}

@media (max-width: 1199px) {
    .styles_testimonials__mIk4k .styles_cards__bYE5t {
        margin-right: -5%
    }
}

.styles_testimonials__mIk4k .styles_card__TynJx {
    background-color: rgba(0, 0, 0, .6);
    box-shadow: 0 0 5px rgba(0, 0, 0, .161);
    padding: 2rem;
    min-width: 300px
}

.styles_testimonials__mIk4k .styles_text__Q9gk_ {
    text-transform: uppercase;
    font-size: 18px, 20px;
    margin-top: 2rem
}

.styles_testimonials__mIk4k .styles_author__B_ggF {
    color: #959595;
    margin-bottom: 2rem
}

.styles_gettingStarted__NUiPA {
    color: #fff;
    padding: 12rem 0;
    background-image: url(https://globalpoker.com/_next/static/media/getting-started-hero.ee1ecbdc.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.styles_gettingStarted__NUiPA:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, .3)
}

.styles_gettingStarted__NUiPA .styles_container____qC_ {
    position: relative
}

.styles_gettingStarted__NUiPA h2 {
    font-size: clamp(2.88rem, 5.47vw + .25rem, 3.75rem);
    font-weight: 900
}

.styles_gettingStarted__NUiPA h4 {
    font-size: clamp(1.25rem, 2.34vw + .13rem, 1.63rem);
    width: 60%
}

.styles_ultimateSteps__h7ak8 {
    display: flex;
    color: #fff;
    margin-top: 2px
}

@media (max-width: 1023px) {
    .styles_ultimateSteps__h7ak8 {
        flex-direction: column
    }
}

.styles_ultimateSteps__h7ak8 .styles_leftSection__vVICS, .styles_ultimateSteps__h7ak8 .styles_rightSection__GLXd8 {
    width: 100%;
    box-sizing: border-box
}

.styles_ultimateSteps__h7ak8 .styles_leftSection__vVICS {
    background-color: #000;
    padding: 5rem 2rem
}

@media (min-width: 1024px) {
    .styles_ultimateSteps__h7ak8 .styles_leftSection__vVICS {
        padding: 5rem
    }
}

.styles_ultimateSteps__h7ak8 .styles_leftSection__vVICS h2 {
    font-size: 40px;
    font-weight: 900;
    line-height: 1
}

@media (min-width: 768px) {
    .styles_ultimateSteps__h7ak8 .styles_leftSection__vVICS h2 {
        font-size: 60px
    }
}

@media (min-width: 1200px) {
    .styles_ultimateSteps__h7ak8 .styles_leftSection__vVICS h2 {
        font-size: 85px
    }
}

.styles_ultimateSteps__h7ak8 .styles_leftSection__vVICS h3 {
    font-weight: 100
}

.styles_ultimateSteps__h7ak8 .styles_leftSection__vVICS a {
    color: #000;
    background-color: #fff;
    text-decoration: none
}

.styles_ultimateSteps__h7ak8 .styles_rightSection__GLXd8 {
    display: grid;
    grid-row-gap: 2px;
    row-gap: 2px
}

@media (max-width: 1023px) {
    .styles_ultimateSteps__h7ak8 .styles_rightSection__GLXd8 {
        margin-top: 2px
    }
}

@media (min-width: 1024px) {
    .styles_ultimateSteps__h7ak8 .styles_rightSection__GLXd8 {
        margin-left: 2px
    }
}

.styles_ultimateSteps__h7ak8 .styles_game__3RWRm {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 3rem
}

.styles_ultimateSteps__h7ak8 .styles_game__3RWRm:first-child {
    background-image: url(https://globalpoker.com/_next/static/media/texas-holdem.ed89fceb.webp)
}

.styles_ultimateSteps__h7ak8 .styles_game__3RWRm:nth-child(2) {
    background-image: url(https://globalpoker.com/_next/static/media/omaha.343c4825.webp)
}

.styles_ultimateSteps__h7ak8 .styles_game__3RWRm:nth-child(3) {
    background-image: url(https://globalpoker.com/_next/static/media/jackpot-sng.d86ca78b.webp)
}

.styles_ultimateSteps__h7ak8 .styles_game__3RWRm h3 {
    font-size: clamp(1.63rem, 3.91vw + -.25rem, 2.25rem);
    margin: 0
}

.styles_darkHero__p3Nsh {
    background-image: url(https://globalpoker.com/_next/static/media/dark-hero.3d6372a9.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5rem 0
}

@media (max-width: 1023px) {
    .styles_darkHero__p3Nsh .styles_content__5i3IH {
        margin: auto;
        text-align: center
    }
}

@media (min-width: 1024px) {
    .styles_darkHero__p3Nsh .styles_content__5i3IH {
        max-width: 500px;
        margin-left: auto;
        text-align: right
    }
}

.styles_darkHero__p3Nsh h2 {
    font-size: clamp(2.25rem, 3.91vw + .38rem, 2.88rem);
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 1rem
}

.styles_darkHero__p3Nsh p {
    text-transform: uppercase
}

@media (max-width: 479px) {
    .styles_darkHero__p3Nsh button {
        font-size: 16px
    }
}

.styles_container__oBsts {
    width: 1200px;
    max-width: 90%;
    box-sizing: border-box;
    margin: 1rem auto;
    word-break: break-word
}

.styles_wrapper__B_jMC {
    --columns: 1.25;
    --column-gap: 1rem;
    display: flex;
    overflow-x: auto;
    column-gap: var(--column-gap);
    transition: .75s;
    scroll-snap-type: x mandatory
}

.styles_wrapper__B_jMC::-webkit-scrollbar {
    background-color: rgba(0, 0, 0, .05);
    border-radius: .75rem;
    width: .5rem;
    height: .5rem
}

@media (min-width: 1024px) {
    .styles_wrapper__B_jMC::-webkit-scrollbar {
        display: none
    }
}

.styles_wrapper__B_jMC::-webkit-scrollbar-thumb {
    background-color: #008cff;
    border-radius: 10px
}

.styles_wrapper__B_jMC > div {
    scroll-snap-align: center;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc((100% - (var(--columns) - 1) * var(--column-gap)) / var(--columns))
}

@media (min-width: 768px) {
    .styles_wrapper__B_jMC > div {
        --columns: 3.33
    }
}

@media (min-width: 1024px) {
    .styles_wrapper__B_jMC > div {
        --columns: 4
    }
}

.styles_controls__gZz10 {
    display: flex;
    margin-top: 1rem
}

.styles_controls__gZz10 > * {
    flex: 1 0;
    justify-content: center
}

@media (max-width: 1023px) {
    .styles_controls__gZz10 {
        display: none
    }
}

.styles_navigation__j2kRh {
    display: flex;
    justify-content: flex-end;
    column-gap: 1rem
}

.styles_navButton__rcC7b {
    display: flex;
    background: none;
    font-size: 2.5rem;
    border: 1px solid #9d9d9d;
    border-radius: .2em;
    padding: .25em;
    transition: opacity .2s
}

.styles_navButton__rcC7b:not(:disabled) {
    cursor: pointer
}

.styles_navButton__rcC7b:disabled {
    opacity: .3
}

.styles_bullets__R3Ni9 {
    display: flex;
    column-gap: .5rem
}

.styles_bullet__vOvWW {
    height: .75rem;
    width: .75rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .1);
    transition: background-color .2s;
    cursor: pointer
}

.styles_bullet__vOvWW.styles_active__Kp1QC {
    background-color: rgba(0, 0, 0, .4)
}

.styles_hamburger__oOype {
    position: absolute;
    left: 20px;
    width: 35px;
    height: 30px;
    cursor: pointer;
    transition: .5s ease-in-out;
    transform: rotate(0deg);
    z-index: 999;
    top: 1.4rem
}

.styles_line__eJWK9 {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    background: #fff;
    border-radius: 5px;
    opacity: 1;
    transition: .25s ease-in-out;
    transform: rotate(0deg)
}

.styles_one__1O8DT {
    top: 0
}

.styles_three__uEUZM, .styles_two__60tbx {
    top: 12.5px
}

.styles_four__Z5xcl {
    top: 25px
}

.styles_cross__KdLJ5 .styles_one__1O8DT {
    top: 14px;
    left: 50%;
    width: 0
}

.styles_cross__KdLJ5 .styles_two__60tbx {
    transform: rotate(45deg)
}

.styles_cross__KdLJ5 .styles_three__uEUZM {
    transform: rotate(-45deg)
}

.styles_cross__KdLJ5 .styles_four__Z5xcl {
    top: 14px;
    left: 50%;
    width: 0
}

@media (min-width: 1220px) {
    .styles_hamburger__oOype {
        display: none
    }
}

.styles_wrapper___ey2_ {
    background-color: #000;
    color: #fff;
    position: relative
}

@media (max-width: 779px) {
    .styles_wrapper___ey2_ {
        overflow: hidden
    }
}

.styles_container__QCxVp {
    width: 1200px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box
}

@media (max-width: 779px) {
    .styles_container__QCxVp {
        display: grid
    }
}

@media (min-width: 780px) {
    .styles_container__QCxVp {
        display: flex;
        align-items: center;
        column-gap: 1rem
    }
}

.styles_mainContainer__kForq {
    width: 1200px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    display: grid;
    grid-template-areas:"logo" "user" "menu"
}

@media (min-width: 780px) {
    .styles_mainContainer__kForq {
        grid-auto-columns: minmax(0, 1fr);
        grid-template-areas:"spacer logo user" "menu menu menu"
    }
}

@media (min-width: 1220px) {
    .styles_mainContainer__kForq {
        display: flex;
        align-items: center;
        column-gap: 1rem
    }
}

@media (max-width: 779px) {
    .styles_mainContainer__kForq {
        max-width: 100%;
        background-color: #212120
    }

    .styles_mainContainer__kForq.styles_mobileMenuOpen___tVd4 {
        overflow-y: scroll;
        height: 100vh
    }
}

.styles_logo__W4AG7 {
    grid-area: logo;
    position: relative;
    top: 0;
    transition: .4s
}

.styles_logo__W4AG7 img {
    display: block
}

@media (max-width: 779px) {
    .styles_logo__W4AG7 {
        background-color: #000;
        display: flex;
        justify-content: center;
        position: -webkit-sticky;
        position: sticky;
        z-index: 2;
        width: 100%
    }
}

@media (max-width: 1219px) {
    .styles_logo__W4AG7 {
        padding-top: 1rem;
        padding-bottom: 1rem;
        margin: auto
    }
}

.styles_link__wUBco {
    display: block;
    position: relative;
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer
}

li:hover > .styles_link__wUBco {
    color: #fff
}

@media (max-width: 779px) {
    .styles_megaMenu__Y7Qu6 .styles_link__wUBco {
        color: #fff;
        font-size: 16px
    }

    .styles_topLevel__EfSR0 > li > .styles_link__wUBco {
        padding: 1rem 0
    }

    .styles_topLevel__EfSR0 > li:not(:last-child) > .styles_link__wUBco {
        border-bottom: 1px solid
    }

    .styles_topLevel__EfSR0 > li:not(:last-child) > .styles_link__wUBco:hover {
        border-color: transparent
    }
}

@media (min-width: 780px) {
    .styles_topLevel__EfSR0 > li > .styles_link__wUBco {
        padding: 1.75rem .5rem;
        font-size: 14px
    }

    .styles_topLevel__EfSR0 > li > .styles_link__wUBco:after {
        content: "";
        position: absolute;
        height: 0;
        width: 100%;
        background-color: #008cff;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: .2s
    }

    .styles_topLevel__EfSR0 > li > .styles_link__wUBco:hover:after {
        height: 4px
    }
}

.styles_linkHome__hV9MK > a {
    color: #fff
}

@media (min-width: 780px) {
    .styles_linkHome__hV9MK {
        display: none
    }
}

.styles_menu__ppt6a {
    grid-area: menu
}

.styles_menu__ppt6a ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

@media (max-width: 779px) {
    .styles_menu__ppt6a {
        height: 0;
        transition: .4s;
        font-size: 14px;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .styles_menu__ppt6a.styles_mobileMenuOpen___tVd4 {
        margin-top: 1rem;
        height: auto;
        padding-bottom: 4rem
    }
}

@media (min-width: 1220px) {
    .styles_menu__ppt6a {
        margin-left: auto
    }
}

@media (min-width: 780px)and (max-width: 1219px) {
    .styles_menu__ppt6a {
        margin-left: -5.5%;
        margin-right: -5.5%;
        background-color: #161616;
        position: relative;
        transition: height .4s;
        display: none
    }

    .styles_menu__ppt6a.styles_mobileMenuOpen___tVd4 {
        height: 74px;
        display: block
    }
}

.styles_topLevel__EfSR0 {
    display: flex;
    align-items: center;
    column-gap: 2rem
}

@media (max-width: 779px) {
    .styles_topLevel__EfSR0 {
        display: grid;
        opacity: 0;
        visibility: hidden;
        transition: .4s
    }

    .styles_mobileMenuOpen___tVd4 .styles_topLevel__EfSR0 {
        opacity: 1;
        visibility: visible
    }
}

@media (min-width: 780px) {
    .styles_topLevel__EfSR0 {
        justify-content: center
    }
}

.styles_user__NKHUr {
    grid-area: user;
    display: flex;
    text-transform: uppercase
}

@media (max-width: 779px) {
    .styles_user__NKHUr {
        height: 0;
        visibility: hidden;
        opacity: 0;
        transition: .4s
    }

    .styles_user__NKHUr.styles_mobileMenuOpen___tVd4 {
        padding-top: 1rem;
        height: auto;
        visibility: visible;
        opacity: 1
    }

    .styles_user__NKHUr .styles_buttons__RU8i_ {
        display: inline-grid;
        row-gap: 1rem;
        text-align: center;
        margin: auto;
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (min-width: 780px) {
    .styles_user__NKHUr {
        margin-left: auto;
        align-items: center
    }

    .styles_user__NKHUr .styles_buttons__RU8i_ {
        display: flex;
        column-gap: .5rem
    }
}

@media (min-width: 1220px) {
    .styles_user__NKHUr {
        margin-left: 0
    }
}

.styles_megaMenu__Y7Qu6 .styles_linkHeading__0WOg8 {
    font-weight: 700
}

.styles_megaMenu__Y7Qu6 img {
    max-width: 100%;
    height: auto
}

@media (min-width: 780px) {
    .styles_megaMenu__Y7Qu6 {
        background: var(--colorGreyscaleEvenDarker, #222);
        opacity: 0;
        visibility: hidden;
        transition: .4s;
        height: 0;
        position: absolute;
        width: 100%;
        z-index: 1;
        left: 0;
        right: 0;
        padding-top: 2rem;
        padding-bottom: 2rem;
        overflow: hidden
    }

    li:hover > .styles_megaMenu__Y7Qu6 {
        height: 340px;
        opacity: 1;
        visibility: visible
    }

    .styles_megaMenu__Y7Qu6 a {
        font-size: clamp(.75rem, .48vw + .44rem, .88rem)
    }
}

@media (max-width: 779px) {
    .styles_megaMenu__Y7Qu6 {
        display: none;
        padding-top: 1rem;
        color: #fff;
        font-size: 16px
    }

    li:hover > .styles_megaMenu__Y7Qu6 {
        display: block
    }

    .styles_megaMenu__Y7Qu6 .styles_container__QCxVp {
        width: 100%
    }
}

.styles_megaMenuRow__RtCtM {
    width: 100%
}

@media (min-width: 780px) {
    .styles_megaMenuRow__RtCtM {
        display: grid;
        grid-template-columns:repeat(3, minmax(0, 1fr));
        grid-column-gap: 1rem;
        column-gap: 1rem
    }
}

@media (min-width: 1220px) {
    .styles_megaMenuRow__RtCtM {
        grid-template-columns:repeat(4, minmax(0, 1fr))
    }
}

@media (min-width: 1440px) {
    .styles_megaMenuRow__RtCtM {
        column-gap: 2rem
    }
}

.styles_megaMenuColumn__szhO2 > ul {
    display: grid;
    grid-row-gap: .75rem;
    row-gap: .75rem
}

.styles_megaMenuColumn__szhO2 > ul + ul {
    margin-top: 1.5rem
}

@media (max-width: 779px) {
    .styles_megaMenuColumn__szhO2 {
        padding-bottom: 2rem
    }
}

@media (max-width: 1219px) {
    .styles_tileColumn__hs7_V {
        display: none
    }
}

.styles_megaMenuCallout__tm4SU {
    display: grid;
    grid-row-gap: 1rem;
    row-gap: 1rem;
    text-decoration: none;
    color: inherit
}

@media (max-width: 779px) {
    .styles_megaMenuCallout__tm4SU img {
        width: 500px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        height: auto
    }
}

.styles_mobileCallout__d6hWr {
    margin-top: 1rem
}

@media (min-width: 780px) {
    .styles_mobileCallout__d6hWr {
        display: none
    }
}

.styles_menuOpen__HRU_k {
    border: 1px solid
}

.styles_menuOpen__HRU_k .styles_megaMenu__Y7Qu6 {
    opacity: 1;
    visibility: visible;
    height: 340px
}

.styles_container__Y9TV7 {
    width: 1200px;
    max-width: 90%;
    box-sizing: border-box;
    word-break: break-word;
    margin: 1rem auto
}

.styles_wrapper__Atpl0 {
    --columns: 1;
    display: grid;
    grid-template-columns:repeat(var(--columns), minmax(0, 1fr));
    grid-gap: 1rem;
    gap: 1rem;
    align-items: flex-start
}

@media (min-width: 768px) {
    .styles_wrapper__Atpl0 {
        --columns: 4
    }
}

.styles_container__zxuvi {
    width: 1200px;
    max-width: 90%;
    box-sizing: border-box;
    margin: 2rem auto;
    display: flex;
    justify-content: center
}

.styles_wrapper__AY295 img {
    max-width: 100%;
    height: auto
}

.styles_wrapper__AY295 {
    display: table;
    table-layout: fixed
}

.styles_wrapper__AY295 .styles_caption__bf__k {
    display: table-caption;
    caption-side: bottom
}

.styles_caption__bf__k p {
    margin-top: 0
}

.styles_wrapper__wMc7t {
    width: 1200px;
    max-width: 90%;
    box-sizing: border-box;
    align-items: flex-start;
    grid-gap: 1rem;
    gap: 1rem;
    display: grid;
    margin: 1rem auto
}

.styles_wrapper__wMc7t.styles_reverse__nZHt9 .styles_image__Z0Tkr {
    order: 2
}

@media (min-width: 768px) {
    .styles_wrapper__wMc7t {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }
}

.styles_text__73D36 {
    word-break: break-word
}

@media (max-width: 767px) {
    .styles_image__Z0Tkr:empty {
        display: none
    }
}

.styles_image__Z0Tkr img, .styles_text__73D36 img {
    max-width: 100%;
    height: auto !important
}

.styles_megaMenuColumn__SxLCF > ul {
    display: grid;
    grid-row-gap: .75rem;
    row-gap: .75rem
}

.styles_megaMenuColumn__SxLCF > ul + ul {
    margin-top: 1.5rem
}

@media (max-width: 779px) {
    .styles_megaMenuColumn__SxLCF {
        padding-bottom: 2rem
    }

    .styles_megaMenuColumn__SxLCF:empty {
        display: none
    }
}

.styles_link__rLgqK {
    display: block;
    position: relative;
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer
}

.styles_link__rLgqK.styles_linkHome__5SExt, li:hover > .styles_link__rLgqK {
    color: #fff
}

@media (min-width: 780px) {
    .styles_link__rLgqK.styles_linkHome__5SExt {
        display: none;
        padding-left: 1.5rem
    }
}

@media (max-width: 779px) {
    .styles_link__rLgqK {
        color: #fff;
        font-size: 16px;
        padding: .25rem 0
    }

    .styles_topLevel__sz6ul > li > .styles_link__rLgqK {
        padding: 1rem 0
    }

    .styles_topLevel__sz6ul > li:not(:last-child) > .styles_link__rLgqK {
        border-bottom: 1px solid
    }
}

@media (min-width: 780px) {
    .styles_topLevel__sz6ul > li > .styles_link__rLgqK {
        padding: 2rem .5rem;
        font-size: 14px
    }

    .styles_topLevel__sz6ul > li > .styles_link__rLgqK:after {
        content: "";
        position: absolute;
        height: 0;
        width: 100%;
        background-color: #008cff;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: .2s
    }

    .styles_topLevel__sz6ul > li > .styles_link__rLgqK:hover:after {
        height: 4px
    }
}

.styles_linkHeading__6YGKM {
    font-weight: 700;
    padding-left: 0 !important
}

.styles_heading__VdwHu {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 600
}

.styles_tileImage__BQt_G {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px
}

.styles_CTA__RJdLJ {
    font-size: 20px !important;
    width: 100%;
    text-align: center
}

.styles_button__TclOl {
    display: inline-flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 12px 24px;
    font-family: Montserrat, sans-serif;
    font-weight: 500
}

.styles_button__TclOl:focus-visible {
    outline: 4px solid #008cff;
    z-index: 1
}

@media (max-width: 960px) {
    .styles_button__TclOl {
        font-size: 1rem;
        padding: 10px 16px
    }
}

.styles_form__D8cdZ, .styles_wrapper__Jg8QW {
    background-color: #000
}

.styles_form__D8cdZ img, .styles_wrapper__Jg8QW img {
    max-width: 100%;
    height: auto !important
}

.styles_content__CGY_L {
    color: #fff
}

.styles_content__CGY_L > div {
    padding: 20px 0
}

.styles_content__CGY_L p {
    font-size: .9em;
    margin-top: 5px
}

.styles_button__4uxxO {
    display: inline-flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 12px 24px
}

button[type=submit].styles_button__4uxxO {
    border: none;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5
}

@media (max-width: 960px) {
    .styles_button__4uxxO[type=submit].styles_button__4uxxO {
        font-size: 1rem;
        padding: 10px 16px
    }
}

.styles_button__4uxxO.styles_red-button__dDkJF {
    background: red;
    color: #fff;
    display: block
}

.styles_button__4uxxO.styles_black-button__t0Zn4 {
    background: #000;
    color: #fff
}

.styles_button__4uxxO.styles_white-button___q0Vl {
    background: #fff;
    color: #000
}

.styles_button__4uxxO.styles_orange-button__DXEue {
    background: #ec9040;
    color: #8d1c24
}

.styles_button__4uxxO:focus, .styles_button__4uxxO:hover {
    cursor: pointer
}

.styles_submitSuccess__64iUE {
    color: #fff;
    padding-bottom: 30px
}

.styles_submitError__dLzUE {
    font-weight: 300;
    width: -moz-fit-content;
    width: fit-content;
    background: #fff0f4;
    border: 1px solid #c51244;
    color: #c51244;
    margin: 30px 0;
    padding: 20px 10px
}

.styles_submitError__dLzUE p {
    margin: 0;
    padding: 0 15px
}

.styles_termsConditions__SFpZS {
    padding-top: 100px;
    font-size: 1rem;
    color: #fff;
    line-height: normal
}

@media (max-width: 960px) {
    .styles_terms-conditions__2VI3f {
        padding-top: 50px
    }
}

.styles_termsConditions__SFpZS .styles_heading__3mIvU {
    font-size: 1.2rem;
    font-weight: 600
}

.styles_redButton__F4_RL {
    background: red;
    color: #fff;
    display: block
}

.styles_blackButton__GOQTb {
    background: #000;
    color: #fff;
    border: 1px solid #fff
}

.styles_whiteButton__jMMwV {
    background: #fff;
    color: #000
}

.styles_orangeButton__yfQv_ {
    background: #ec9040;
    color: #8d1c24
}

.styles_GP__6oGth form {
    width: 1200px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box
}

.styles_GP__6oGth form a {
    color: inherit
}

.styles_GP__6oGth h1 {
    font-weight: 700;
    font-size: 44px;
    line-height: 42px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.styles_GP__6oGth button {
    background: red;
    color: #fff;
    display: block
}

.styles_container__4tct0 {
    background-color: #000;
    color: #fff;
    display: inline-flex;
    row-gap: 3rem;
    padding: 4rem 0 3rem 2rem;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    flex-direction: column
}

@media (min-width: 768px) {
    .styles_container__4tct0 {
        flex-direction: row
    }
}

@media (max-width: 767px) {
    .styles_arrowIndicators__6K_PB {
        display: none
    }
}

.styles_text__TvwUz {
    width: 100%;
    box-sizing: border-box;
    padding-right: 2rem;
    justify-content: center
}

@media (max-width: 767px) {
    .styles_text__TvwUz {
        text-align: center
    }
}

@media (min-width: 768px) {
    .styles_text__TvwUz {
        max-width: 380px
    }
}

.styles_tile__7QQir {
    padding: 1.5rem;
    width: 390px;
    height: 390px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    background-size: contain;
    background-repeat: no-repeat;
    box-sizing: border-box;
    color: #fff;
    vertical-align: top
}

.styles_tile__7QQir:not(:last-child) {
    margin-right: 1rem
}

.styles_heading__bm570 {
    font-weight: 900
}

.styles_CTA__qIQHp {
    width: 100%;
    text-align: center
}

.styles_background__zTvmp {
    background-color: #4e4e4e;
    background-size: cover;
    background-position: 50%;
    background-image: url(https://globalpoker.com/_next/static/media/subscription-preferences-banner.b17a6bcf.webp);
    margin-top: 0;
    height: 314px;
    justify-content: center;
    overflow: hidden;
    position: relative
}

@media (min-width: 768px) {
    .styles_background__zTvmp {
        height: 700px;
        width: 100%;
        position: absolute
    }
}

@media (min-width: 1024px) {
    .styles_background__zTvmp {
        height: 800px
    }
}

.styles_background__zTvmp:after {
    content: "";
    background-image: url(https://globalpoker.com/_next/static/media/gp_chip_stack_@2x.674a5020.png);
    height: 90%;
    width: 90%;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    right: -80px;
    bottom: 0
}

@media (min-width: 768px) {
    .styles_background__zTvmp:after {
        height: 50%;
        width: 50%;
        right: 0;
        z-index: 10;
        background-size: contain
    }
}

@media (min-width: 1024px) {
    .styles_background__zTvmp:after {
        height: 60%;
        width: 60%
    }
}

@media (min-width: 1440px) {
    .styles_background__zTvmp:after {
        background-position: 100% 100%
    }
}

.styles_wrapper__l_KVP {
    position: relative
}

.styles_contentWrapper__mC0Hs {
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (min-width: 768px) {
    .styles_contentWrapper__mC0Hs {
        height: 700px;
        justify-content: center
    }
}

@media (min-width: 1024px) {
    .styles_contentWrapper__mC0Hs {
        height: 800px;
        align-items: flex-start
    }
}

.styles_container__Qh6Lf {
    background: #e4e4e4;
    flex-direction: column;
    margin: 0 15px;
    max-width: 500px;
    padding: 0 30px;
    position: relative;
    top: -30px;
    display: flex;
    color: #000
}

@media (min-width: 768px) {
    .styles_container__Qh6Lf {
        top: unset
    }
}

@media (min-width: 1024px) {
    .styles_container__Qh6Lf {
        max-width: 700px;
        margin: 0 40px
    }
}

@media (min-width: 1440px) {
    .styles_container__Qh6Lf {
        max-width: 880px;
        margin: 0 130px
    }
}

.styles_heading__qllW_ {
    font-weight: 900;
    margin: 1.5rem 0;
    word-wrap: break-word;
    line-height: 36px, 46px
}

.styles_content__dsp4F {
    font-size: 18px, 20px
}

.styles_bold__tVqkd {
    font-size: 16px;
    font-weight: 800
}

.styles_formContent__hL5Tc {
    display: flex;
    flex-direction: column
}

.styles_emailLabel__ejtUH {
    font-size: 14px
}

@media (min-width: 1024px) {
    .styles_emailLabel__ejtUH {
        display: flex;
        flex-direction: column
    }
}

.styles_emailInput__jSN2B {
    border: 1px solid #008cff;
    margin-top: .5rem;
    margin-bottom: 1rem;
    padding: 5px;
    width: 95%;
    font-size: 14px;
    font-family: inherit
}

@media (min-width: 1024px) {
    .styles_emailInput__jSN2B {
        max-width: 360px
    }
}

.styles_checkboxInput__Cgd7P {
    font-size: 12px
}

.styles_checkboxLabel__3fQ1o {
    font-size: 12px;
    display: flex;
    align-items: center;
    column-gap: .5rem
}

.styles_checkboxLabel__3fQ1o input[type=checkbox]:checked {
    border: 3px solid #008cff
}

.styles_checkboxLabel__3fQ1o input[type=checkbox]:checked:after {
    content: "";
    position: relative;
    width: 20px;
    height: 20px;
    background: url(https://globalpoker.com/_next/static/media/tick-mark.f3a0b656.png) 50%/cover no-repeat
}

.styles_checkboxLabel__3fQ1o input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    width: 25px;
    height: 25px;
    border: 3px solid #000;
    margin: 2px
}

.styles_updateButton__A_rcx {
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 120px;
    background: #ed1b25;
    color: #fff;
    border: 1px solid #ed1b25;
    padding: 10px 0;
    margin: 30px 0
}

.styles_updateButton__A_rcx:hover {
    background: #fff;
    color: #e50247;
    cursor: pointer
}

.styles_closeButton__O53oZ {
    font-size: 32px;
    padding: 0 16px;
    border: none;
    background-color: transparent;
    color: #fff
}

.styles_closeButton__O53oZ:focus, .styles_closeButton__O53oZ:hover {
    cursor: pointer
}

.styles_failMessage__W6OMV, .styles_successMessage___2EFy {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    color: #fff
}

.styles_successMessage___2EFy {
    background: #59912a
}

.styles_failMessage__W6OMV {
    background: #e50247
}

.styles_feedbackMessage__TzPfL {
    padding: 0 16px
}

.styles_container__T5qBO {
    width: 1200px;
    max-width: 90%;
    box-sizing: border-box;
    margin: 1rem auto;
    transform: rotateX(180deg);
    overflow-x: auto
}

.styles_container__T5qBO::-webkit-scrollbar {
    background-color: rgba(0, 0, 0, .05);
    border-radius: .75rem;
    width: .5rem;
    height: .75rem
}

.styles_container__T5qBO::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .4);
    border-radius: 10px
}

.styles_container__T5qBO > div {
    transform: rotateX(-180deg);
    padding-top: .5rem
}

.styles_container__T5qBO table {
    width: 100% !important;
    border-collapse: collapse;
    font-size: 14px
}

.styles_container__T5qBO.styles_fixed__1meJv table {
    table-layout: fixed
}

@media (max-width: 1023px) {
    .styles_container__T5qBO.styles_fixed__1meJv.styles_multiColumn__IcoDX table {
        table-layout: auto
    }
}

.styles_container__T5qBO tr:nth-child(odd) {
    background-color: #fcfcfc
}

.styles_container__T5qBO tr:nth-child(2n) {
    background-color: #e4e4e4
}

.styles_container__T5qBO tr:first-child {
    background-color: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 600
}

@media (max-width: 1023px) {
    .styles_container__T5qBO tr {
        word-break: keep-all
    }
}

.styles_container__T5qBO td {
    padding: .75rem 1rem
}

.styles_container__XG4Uw {
    width: 1200px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box
}

.styles_container__XG4Uw.styles_reverse__6l2Vd .styles_wrapper__3tj2R {
    flex-direction: column-reverse
}

@media (min-width: 768px) {
    .styles_container__XG4Uw.styles_reverse__6l2Vd .styles_wrapper__3tj2R {
        flex-direction: row-reverse
    }
}

.styles_wrapper__3tj2R {
    column-gap: 1rem;
    row-gap: 1.5rem;
    max-width: 100%;
    display: flex;
    flex-direction: column
}

@media (min-width: 768px) {
    .styles_wrapper__3tj2R {
        display: flex;
        flex-direction: row;
        align-items: center
    }
}

.styles_image__CKsQl img {
    width: 100%;
    height: auto
}

.styles_image__CKsQl {
    flex-grow: 1
}

.styles_heading__quvBz {
    margin-bottom: 1rem;
    font-weight: 900
}

.styles_textBlock__mgCQi {
    align-self: flex-start;
    word-break: break-word;
    flex-shrink: 0
}

@media (min-width: 768px) {
    .styles_textBlock__mgCQi {
        width: 77%
    }
}

.styles_wrapper__H4__j {
    align-items: flex-start;
    display: grid;
    box-sizing: border-box
}

.styles_wrapper__H4__j.styles_reverse__ZC2gn .styles_content__sdAr9 {
    order: 2
}

@media (min-width: 1024px) {
    .styles_wrapper__H4__j {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }
}

.styles_buttonBox__LdXni {
    width: 100%
}

.styles_text__DJf9q {
    word-break: break-word;
    margin-bottom: 1.5rem
}

.styles_CTA__i1Ge_ {
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem 1.5rem
}

.styles_content__sdAr9 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem
}

@media (max-width: 1023px) {
    .styles_content__sdAr9 {
        padding: 2rem
    }
}

.styles_section__qDffD {
    background-color: #e4e4e4
}

.styles_container__7pghF {
    width: 1200px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-top: 6rem;
    padding-bottom: 8rem
}

.styles_mainText__MgJjx > div > :first-child {
    margin-top: 0
}

.styles_wrapper__PAQtr {
    --columns: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 4rem;
    column-gap: 2rem
}

div + .styles_wrapper__PAQtr {
    margin-top: 2rem
}

@media (min-width: 768px) {
    .styles_wrapper__PAQtr {
        flex-direction: row
    }
}

@media (min-width: 1024px)and (max-width: 1199px) {
    .styles_wrapper__PAQtr {
        column-gap: 1rem
    }
}

.styles_column__oDkIk {
    word-break: break-word;
    box-sizing: border-box;
    max-width: 375px;
    padding-right: 2.5rem;
    flex-shrink: 0;
    flex-grow: 0
}

@media (max-width: 767px) {
    .styles_column__oDkIk {
        margin: auto
    }
}

@media (min-width: 768px)and (max-width: 1023px) {
    .styles_column__oDkIk {
        max-width: 340px
    }
}

@media (min-width: 1024px)and (max-width: 1439px) {
    .styles_column__oDkIk {
        max-width: 33%
    }
}

@media (min-width: 768px)and (max-width: 1023px) {
    .styles_column__oDkIk:last-child {
        display: none
    }
}

.styles_card__HGuFj {
    background-color: #fff;
    transform-style: preserve-3d;
    border-radius: 1.5rem;
    padding: 1rem;
    box-shadow: .25rem .25rem 3rem 0 rgba(0, 0, 0, .15);
    position: relative;
    z-index: 1;
    height: 100%;
    box-sizing: border-box
}

.styles_card__HGuFj:before {
    content: "";
    border-radius: 1.5rem;
    position: absolute;
    height: 100%;
    width: 100%;
    border: .25rem solid #ed1b25;
    top: 2rem;
    left: 2rem;
    transform: translateZ(-1px);
    z-index: -1
}

.styles_inner__okuHn {
    display: flex;
    flex-direction: column;
    row-gap: .5rem;
    height: 100%;
    background-color: #fff
}

.styles_inner__okuHn:after, .styles_inner__okuHn:before {
    content: "";
    background-image: var(--spade-icon);
    background-size: cover;
    background-repeat: no-repeat;
    height: 36px;
    width: 36px;
    flex-shrink: 0
}

.styles_inner__okuHn:after {
    transform: rotate(180deg);
    margin-left: auto;
    margin-top: auto
}

.styles_author__IVBYq, .styles_text__DFDZb {
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 1.4
}

.styles_author__IVBYq {
    display: flex;
    align-items: center;
    column-gap: .5rem;
    color: #959595
}

.styles_author__IVBYq img {
    width: 4.5rem;
    height: auto
}

.styles_container__au55h {
    width: 1200px;
    max-width: 90%;
    box-sizing: border-box;
    margin: 1rem auto
}

.styles_wrapper__FnJwy {
    display: grid;
    grid-template-columns:repeat(1, minmax(0, 1fr));
    grid-gap: 1rem;
    gap: 1rem
}

@media (min-width: 768px) {
    .styles_wrapper__FnJwy {
        grid-template-columns:repeat(3, minmax(0, 1fr))
    }
}

.styles_column__hjzmj {
    display: grid;
    align-self: flex-start;
    grid-row-gap: .5rem;
    row-gap: .5rem;
    word-break: break-word
}

.styles_column__hjzmj > * {
    margin: 0
}

.styles_image__D1AnD img {
    max-width: 100%;
    height: auto
}

.styles_container__s4PpW {
    width: 210px;
    height: 210px;
    padding: .25rem
}

.styles_container__s4PpW:not(:last-child) {
    margin-right: .5rem
}

.styles_container__s4PpW img {
    width: 100%;
    height: 100%
}

.styles_container__pWVYi {
    width: 1200px;
    max-width: 90%;
    box-sizing: border-box;
    margin: 2rem auto
}

.styles_iframe__lf_4O {
    aspect-ratio: var(--aspect-ratio, 16/9);
    border: none
}

.styles_container__VdHrM {
    vertical-align: top
}

.styles_container__VdHrM:not(:last-child) {
    margin-right: 1rem
}

.styles_wrapper__z_FEZ {
    padding: 8px 12px;
    background: #191919;
    display: flex;
    align-items: center;
    border-radius: .5rem;
    position: relative;
    justify-content: space-between;
    border: 1px solid #2d2d2d;
    width: 250px;
    box-sizing: border-box;
    margin-top: 10px
}

@media (max-width: 1023px) {
    .styles_wrapper__z_FEZ {
        flex-direction: column-reverse;
        width: 116px;
        min-height: 165px;
        gap: 12px
    }
}

@media (max-width: 767px) {
    .styles_wrapper__z_FEZ {
        flex-direction: column-reverse;
        width: 113px;
        min-height: 162px;
        gap: 12px
    }
}

.styles_wrapper__z_FEZ.styles_showTrophy__hnNQO {
    border: 1px solid #ed1b25
}

.styles_textcontent__qxaVy {
    display: flex;
    flex-direction: column;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    gap: 4px;
    word-break: break-word
}

@media (max-width: 1023px) {
    .styles_textcontent__qxaVy {
        flex: 1 0 auto
    }
}

.styles_championBadge__jtnl9 {
    position: absolute;
    top: -6px;
    right: 9px;
    z-index: 99;
    width: .5rem;
    visibility: hidden
}

.styles_championBadge__jtnl9 img {
    width: 14px;
    height: 19px
}

.styles_showTrophy__hnNQO .styles_championBadge__jtnl9 {
    visibility: visible
}

.styles_tournamentImage__Nz0gc {
    height: 70px;
    width: 56px
}

.styles_coins__PlSVY {
    font-weight: 600;
    margin: 0
}

@media (max-width: 1023px) {
    .styles_coins__PlSVY {
        font-size: 13px
    }
}

.styles_gcWinner__m8H6G, .styles_scWinner__ry32x, .styles_username__Zw84p {
    font-size: 14px;
    margin: 0;
    line-height: 100%
}

@media (max-width: 1023px) {
    .styles_gcWinner__m8H6G, .styles_scWinner__ry32x, .styles_username__Zw84p {
        font-size: 12px
    }
}

.styles_scWinner__ry32x {
    color: #3f3
}

.styles_gcWinner__m8H6G {
    color: #ff0
}