@charset "UTF-8";
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #246BFD;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #CA0A66;
    --bs-red: #E52A1F;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #6FB642;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #246BFD;
    --bs-secondary: #E52A1F;
    --bs-success: #6FB642;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #E52A1F;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

    hr:not([size]) {
        height: 1px;
    }

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2.5rem;
    }
}

h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 2rem;
    }
}

h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 1.75rem;
    }
}

h4, .h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    h4, .h4 {
        font-size: 1.5rem;
    }
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul {
    padding-left: 2rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol,
    ul ul,
    ol ul,
    ul ol {
        margin-bottom: 0;
    }

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small, .small {
    font-size: 0.875em;
}

mark, .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #246BFD;
    text-decoration: underline;
}

    a:hover {
        color: #1d56ca;
    }

    a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none;
    }

pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr /* rtl:ignore */;
    unicode-bidi: bidi-override;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal;
    }

code {
    font-size: 0.875em;
    color: #CA0A66;
    word-wrap: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

    kbd kbd {
        padding: 0;
        font-size: 1em;
        font-weight: 700;
    }

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    text-align: left;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

    button:focus:not(:focus-visible) {
        outline: 0;
    }

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
select {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

    select:disabled {
        opacity: 1;
    }

[list]::-webkit-calendar-picker-indicator {
    display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

    button:not(:disabled),
    [type=button]:not(:disabled),
    [type=reset]:not(:disabled),
    [type=submit]:not(:disabled) {
        cursor: pointer;
    }

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}

legend + * {
    clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::file-selector-button {
    font: inherit;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

iframe {
    border: 0;
}

summary {
    display: list-item;
    cursor: pointer;
}

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem;
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem;
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem;
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem;
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem;
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

    .list-inline-item:not(:last-child) {
        margin-right: 0.5rem;
    }

.initialism {
    font-size: 0.875em;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

    .blockquote > :last-child {
        margin-bottom: 0;
    }

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d;
}

    .blockquote-footer::before {
        content: "â€”Â ";
    }

.container, .match-win-voucher-sheet__inner, .age-gate-sheet__inner,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 20px);
    padding-left: var(--bs-gutter-x, 20px);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-sm, .container, .match-win-voucher-sheet__inner, .age-gate-sheet__inner {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container, .match-win-voucher-sheet__inner, .age-gate-sheet__inner {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container, .match-win-voucher-sheet__inner, .age-gate-sheet__inner {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container, .match-win-voucher-sheet__inner, .age-gate-sheet__inner {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, .match-win-voucher-sheet__inner, .age-gate-sheet__inner {
        max-width: 1320px;
    }
}

.row {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}

    .row > * {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        margin-top: var(--bs-gutter-y);
    }

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}

.row-cols-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    .row-cols-sm-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    .row-cols-md-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    .row-cols-lg-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    .row-cols-xl-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    .row-cols-xxl-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xxl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xxl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xxl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xxl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xxl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xxl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.offset-1 {
    margin-left: 8.33333333%;
}

.offset-2 {
    margin-left: 16.66666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333333%;
}

.offset-5 {
    margin-left: 41.66666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333333%;
}

.offset-8 {
    margin-left: 66.66666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333333%;
}

.offset-11 {
    margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333333%;
    }

    .offset-sm-2 {
        margin-left: 16.66666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333333%;
    }

    .offset-sm-5 {
        margin-left: 41.66666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333333%;
    }

    .offset-sm-8 {
        margin-left: 66.66666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333333%;
    }

    .offset-sm-11 {
        margin-left: 91.66666667%;
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 768px) {
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333333%;
    }

    .offset-md-2 {
        margin-left: 16.66666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333333%;
    }

    .offset-md-5 {
        margin-left: 41.66666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333333%;
    }

    .offset-md-8 {
        margin-left: 66.66666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333333%;
    }

    .offset-md-11 {
        margin-left: 91.66666667%;
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 992px) {
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333333%;
    }

    .offset-lg-2 {
        margin-left: 16.66666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333333%;
    }

    .offset-lg-5 {
        margin-left: 41.66666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333333%;
    }

    .offset-lg-8 {
        margin-left: 66.66666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333333%;
    }

    .offset-lg-11 {
        margin-left: 91.66666667%;
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1200px) {
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xl-11 {
        margin-left: 91.66666667%;
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1400px) {
    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

    .modal-dialog-scrollable .modal-content {
        max-height: 100%;
        overflow: hidden;
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .modal-header .btn-close {
        padding: 0.5rem 0.5rem;
        margin: -0.5rem -0.5rem -0.5rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

    .modal-footer > * {
        margin: 0.25rem;
    }

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

    .modal-fullscreen .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen .modal-footer {
        border-radius: 0;
    }

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-sm-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-sm-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-sm-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-sm-down .modal-footer {
            border-radius: 0;
        }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-md-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-md-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-md-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-md-down .modal-footer {
            border-radius: 0;
        }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-lg-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-lg-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-lg-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-lg-down .modal-footer {
            border-radius: 0;
        }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-xl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-xl-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-xl-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-xl-down .modal-footer {
            border-radius: 0;
        }
}

@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-xxl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-xxl-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-xxl-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-xxl-down .modal-footer {
            border-radius: 0;
        }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        -webkit-transition: none;
        transition: none;
    }
}

.offcanvas-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
}

    .offcanvas-header .btn-close {
        padding: 0.5rem 0.5rem;
        margin-top: -0.5rem;
        margin-right: -0.5rem;
        margin-bottom: -0.5rem;
    }

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.offcanvas-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.offcanvas.show {
    -webkit-transform: none;
    transform: none;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.link-primary {
    color: #246BFD;
}

    .link-primary:hover, .link-primary:focus {
        color: #1d56ca;
    }

.link-secondary {
    color: #E52A1F;
}

    .link-secondary:hover, .link-secondary:focus {
        color: #ea554c;
    }

.link-success {
    color: #6FB642;
}

    .link-success:hover, .link-success:focus {
        color: #8cc568;
    }

.link-info {
    color: #0dcaf0;
}

    .link-info:hover, .link-info:focus {
        color: #3dd5f3;
    }

.link-warning {
    color: #ffc107;
}

    .link-warning:hover, .link-warning:focus {
        color: #ffcd39;
    }

.link-danger {
    color: #E52A1F;
}

    .link-danger:hover, .link-danger:focus {
        color: #ea554c;
    }

.link-light {
    color: #f8f9fa;
}

    .link-light:hover, .link-light:focus {
        color: #f9fafb;
    }

.link-dark {
    color: #212529;
}

    .link-dark:hover, .link-dark:focus {
        color: #1a1e21;
    }

.ratio {
    position: relative;
    width: 100%;
}

    .ratio::before {
        display: block;
        padding-top: var(--bs-aspect-ratio);
        content: "";
    }

    .ratio > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.float-start {
    float: left !important;
}

.float-end {
    float: right !important;
}

.float-none {
    float: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-grid {
    display: grid !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.top-0 {
    top: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.top-100 {
    top: 100% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-50 {
    bottom: 50% !important;
}

.bottom-100 {
    bottom: 100% !important;
}

.start-0 {
    left: 0 !important;
}

.start-50 {
    left: 50% !important;
}

.start-100 {
    left: 100% !important;
}

.end-0 {
    right: 0 !important;
}

.end-50 {
    right: 50% !important;
}

.end-100 {
    right: 100% !important;
}

.translate-middle {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}

.translate-middle-y {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-end {
    border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
    border-right: 0 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-start {
    border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #246BFD !important;
}

.border-secondary {
    border-color: #E52A1F !important;
}

.border-success {
    border-color: #6FB642 !important;
}

.border-info {
    border-color: #0dcaf0 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #E52A1F !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #212529 !important;
}

.border-white {
    border-color: #fff !important;
}

.border-1 {
    border-width: 1px !important;
}

.border-2 {
    border-width: 2px !important;
}

.border-3 {
    border-width: 3px !important;
}

.border-4 {
    border-width: 4px !important;
}

.border-5 {
    border-width: 5px !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.vw-100 {
    width: 100vw !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mh-100 {
    max-height: 100% !important;
}

.vh-100 {
    height: 100vh !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.gap-5 {
    gap: 3rem !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

.order-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
}

.order-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
}

.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
}

.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
}

.order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
}

.order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
}

.order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
}

.order-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.fs-6 {
    font-size: 1rem !important;
}

.fst-italic {
    font-style: italic !important;
}

.fst-normal {
    font-style: normal !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-lighter {
    font-weight: lighter !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-bolder {
    font-weight: bolder !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-sm {
    line-height: 1.25 !important;
}

.lh-base {
    line-height: 1.5 !important;
}

.lh-lg {
    line-height: 2 !important;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
    color: #246BFD !important;
}

.text-secondary {
    color: #E52A1F !important;
}

.text-success {
    color: #6FB642 !important;
}

.text-info {
    color: #0dcaf0 !important;
}

.text-warning {
    color: #ffc107 !important;
}

.text-danger {
    color: #E52A1F !important;
}

.text-light {
    color: #f8f9fa !important;
}

.text-dark {
    color: #212529 !important;
}

.text-white {
    color: #fff !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
    color: inherit !important;
}

.bg-primary {
    background-color: #246BFD !important;
}

.bg-secondary {
    background-color: #E52A1F !important;
}

.bg-success {
    background-color: #6FB642 !important;
}

.bg-info {
    background-color: #0dcaf0 !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

.bg-danger {
    background-color: #E52A1F !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.bg-dark {
    background-color: #212529 !important;
}

.bg-body {
    background-color: #fff !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-gradient {
    background-image: var(--bs-gradient) !important;
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.pe-none {
    pointer-events: none !important;
}

.pe-auto {
    pointer-events: auto !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-1 {
    border-radius: 0.2rem !important;
}

.rounded-2 {
    border-radius: 0.25rem !important;
}

.rounded-3 {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-end {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }

    .float-sm-end {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-grid {
        display: grid !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .d-sm-none {
        display: none !important;
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .gap-sm-0 {
        gap: 0 !important;
    }

    .gap-sm-1 {
        gap: 0.25rem !important;
    }

    .gap-sm-2 {
        gap: 0.5rem !important;
    }

    .gap-sm-3 {
        gap: 1rem !important;
    }

    .gap-sm-4 {
        gap: 1.5rem !important;
    }

    .gap-sm-5 {
        gap: 3rem !important;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .justify-content-sm-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }

    .m-sm-0 {
        margin: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mt-sm-3 {
        margin-top: 1rem !important;
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mt-sm-5 {
        margin-top: 3rem !important;
    }

    .mt-sm-auto {
        margin-top: auto !important;
    }

    .me-sm-0 {
        margin-right: 0 !important;
    }

    .me-sm-1 {
        margin-right: 0.25rem !important;
    }

    .me-sm-2 {
        margin-right: 0.5rem !important;
    }

    .me-sm-3 {
        margin-right: 1rem !important;
    }

    .me-sm-4 {
        margin-right: 1.5rem !important;
    }

    .me-sm-5 {
        margin-right: 3rem !important;
    }

    .me-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    .mb-sm-auto {
        margin-bottom: auto !important;
    }

    .ms-sm-0 {
        margin-left: 0 !important;
    }

    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }

    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }

    .ms-sm-3 {
        margin-left: 1rem !important;
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }

    .ms-sm-5 {
        margin-left: 3rem !important;
    }

    .ms-sm-auto {
        margin-left: auto !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pt-sm-3 {
        padding-top: 1rem !important;
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pt-sm-5 {
        padding-top: 3rem !important;
    }

    .pe-sm-0 {
        padding-right: 0 !important;
    }

    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pe-sm-3 {
        padding-right: 1rem !important;
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pe-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }

    .ps-sm-0 {
        padding-left: 0 !important;
    }

    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }

    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }

    .ps-sm-3 {
        padding-left: 1rem !important;
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }

    .ps-sm-5 {
        padding-left: 3rem !important;
    }

    .text-sm-start {
        text-align: left !important;
    }

    .text-sm-end {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }

    .float-md-end {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-grid {
        display: grid !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .d-md-none {
        display: none !important;
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .gap-md-0 {
        gap: 0 !important;
    }

    .gap-md-1 {
        gap: 0.25rem !important;
    }

    .gap-md-2 {
        gap: 0.5rem !important;
    }

    .gap-md-3 {
        gap: 1rem !important;
    }

    .gap-md-4 {
        gap: 1.5rem !important;
    }

    .gap-md-5 {
        gap: 3rem !important;
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }

    .m-md-0 {
        margin: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }

    .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    .mt-md-5 {
        margin-top: 3rem !important;
    }

    .mt-md-auto {
        margin-top: auto !important;
    }

    .me-md-0 {
        margin-right: 0 !important;
    }

    .me-md-1 {
        margin-right: 0.25rem !important;
    }

    .me-md-2 {
        margin-right: 0.5rem !important;
    }

    .me-md-3 {
        margin-right: 1rem !important;
    }

    .me-md-4 {
        margin-right: 1.5rem !important;
    }

    .me-md-5 {
        margin-right: 3rem !important;
    }

    .me-md-auto {
        margin-right: auto !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-md-3 {
        margin-bottom: 1rem !important;
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    .mb-md-auto {
        margin-bottom: auto !important;
    }

    .ms-md-0 {
        margin-left: 0 !important;
    }

    .ms-md-1 {
        margin-left: 0.25rem !important;
    }

    .ms-md-2 {
        margin-left: 0.5rem !important;
    }

    .ms-md-3 {
        margin-left: 1rem !important;
    }

    .ms-md-4 {
        margin-left: 1.5rem !important;
    }

    .ms-md-5 {
        margin-left: 3rem !important;
    }

    .ms-md-auto {
        margin-left: auto !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-md-0 {
        padding-top: 0 !important;
    }

    .pt-md-1 {
        padding-top: 0.25rem !important;
    }

    .pt-md-2 {
        padding-top: 0.5rem !important;
    }

    .pt-md-3 {
        padding-top: 1rem !important;
    }

    .pt-md-4 {
        padding-top: 1.5rem !important;
    }

    .pt-md-5 {
        padding-top: 3rem !important;
    }

    .pe-md-0 {
        padding-right: 0 !important;
    }

    .pe-md-1 {
        padding-right: 0.25rem !important;
    }

    .pe-md-2 {
        padding-right: 0.5rem !important;
    }

    .pe-md-3 {
        padding-right: 1rem !important;
    }

    .pe-md-4 {
        padding-right: 1.5rem !important;
    }

    .pe-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-md-3 {
        padding-bottom: 1rem !important;
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-md-5 {
        padding-bottom: 3rem !important;
    }

    .ps-md-0 {
        padding-left: 0 !important;
    }

    .ps-md-1 {
        padding-left: 0.25rem !important;
    }

    .ps-md-2 {
        padding-left: 0.5rem !important;
    }

    .ps-md-3 {
        padding-left: 1rem !important;
    }

    .ps-md-4 {
        padding-left: 1.5rem !important;
    }

    .ps-md-5 {
        padding-left: 3rem !important;
    }

    .text-md-start {
        text-align: left !important;
    }

    .text-md-end {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }

    .float-lg-end {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-grid {
        display: grid !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .d-lg-none {
        display: none !important;
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .gap-lg-0 {
        gap: 0 !important;
    }

    .gap-lg-1 {
        gap: 0.25rem !important;
    }

    .gap-lg-2 {
        gap: 0.5rem !important;
    }

    .gap-lg-3 {
        gap: 1rem !important;
    }

    .gap-lg-4 {
        gap: 1.5rem !important;
    }

    .gap-lg-5 {
        gap: 3rem !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }

    .m-lg-0 {
        margin: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mt-lg-3 {
        margin-top: 1rem !important;
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mt-lg-5 {
        margin-top: 3rem !important;
    }

    .mt-lg-auto {
        margin-top: auto !important;
    }

    .me-lg-0 {
        margin-right: 0 !important;
    }

    .me-lg-1 {
        margin-right: 0.25rem !important;
    }

    .me-lg-2 {
        margin-right: 0.5rem !important;
    }

    .me-lg-3 {
        margin-right: 1rem !important;
    }

    .me-lg-4 {
        margin-right: 1.5rem !important;
    }

    .me-lg-5 {
        margin-right: 3rem !important;
    }

    .me-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    .mb-lg-auto {
        margin-bottom: auto !important;
    }

    .ms-lg-0 {
        margin-left: 0 !important;
    }

    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }

    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }

    .ms-lg-3 {
        margin-left: 1rem !important;
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }

    .ms-lg-5 {
        margin-left: 3rem !important;
    }

    .ms-lg-auto {
        margin-left: auto !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-lg-0 {
        padding-top: 0 !important;
    }

    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pt-lg-3 {
        padding-top: 1rem !important;
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pt-lg-5 {
        padding-top: 3rem !important;
    }

    .pe-lg-0 {
        padding-right: 0 !important;
    }

    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pe-lg-3 {
        padding-right: 1rem !important;
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pe-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }

    .ps-lg-0 {
        padding-left: 0 !important;
    }

    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }

    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }

    .ps-lg-3 {
        padding-left: 1rem !important;
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }

    .ps-lg-5 {
        padding-left: 3rem !important;
    }

    .text-lg-start {
        text-align: left !important;
    }

    .text-lg-end {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important;
    }

    .float-xl-end {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-grid {
        display: grid !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .d-xl-none {
        display: none !important;
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .gap-xl-0 {
        gap: 0 !important;
    }

    .gap-xl-1 {
        gap: 0.25rem !important;
    }

    .gap-xl-2 {
        gap: 0.5rem !important;
    }

    .gap-xl-3 {
        gap: 1rem !important;
    }

    .gap-xl-4 {
        gap: 1.5rem !important;
    }

    .gap-xl-5 {
        gap: 3rem !important;
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }

    .m-xl-0 {
        margin: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xl-3 {
        margin-top: 1rem !important;
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xl-5 {
        margin-top: 3rem !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .me-xl-0 {
        margin-right: 0 !important;
    }

    .me-xl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xl-3 {
        margin-right: 1rem !important;
    }

    .me-xl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xl-5 {
        margin-right: 3rem !important;
    }

    .me-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .ms-xl-0 {
        margin-left: 0 !important;
    }

    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xl-3 {
        margin-left: 1rem !important;
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xl-5 {
        margin-left: 3rem !important;
    }

    .ms-xl-auto {
        margin-left: auto !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xl-3 {
        padding-top: 1rem !important;
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xl-5 {
        padding-top: 3rem !important;
    }

    .pe-xl-0 {
        padding-right: 0 !important;
    }

    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xl-3 {
        padding-right: 1rem !important;
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }

    .ps-xl-0 {
        padding-left: 0 !important;
    }

    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xl-3 {
        padding-left: 1rem !important;
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xl-5 {
        padding-left: 3rem !important;
    }

    .text-xl-start {
        text-align: left !important;
    }

    .text-xl-end {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important;
    }

    .float-xxl-end {
        float: right !important;
    }

    .float-xxl-none {
        float: none !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-grid {
        display: grid !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-table-row {
        display: table-row !important;
    }

    .d-xxl-table-cell {
        display: table-cell !important;
    }

    .d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .d-xxl-none {
        display: none !important;
    }

    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .gap-xxl-0 {
        gap: 0 !important;
    }

    .gap-xxl-1 {
        gap: 0.25rem !important;
    }

    .gap-xxl-2 {
        gap: 0.5rem !important;
    }

    .gap-xxl-3 {
        gap: 1rem !important;
    }

    .gap-xxl-4 {
        gap: 1.5rem !important;
    }

    .gap-xxl-5 {
        gap: 3rem !important;
    }

    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .justify-content-xxl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }

    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }

    .order-xxl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }

    .m-xxl-0 {
        margin: 0 !important;
    }

    .m-xxl-1 {
        margin: 0.25rem !important;
    }

    .m-xxl-2 {
        margin: 0.5rem !important;
    }

    .m-xxl-3 {
        margin: 1rem !important;
    }

    .m-xxl-4 {
        margin: 1.5rem !important;
    }

    .m-xxl-5 {
        margin: 3rem !important;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xxl-0 {
        margin-top: 0 !important;
    }

    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xxl-3 {
        margin-top: 1rem !important;
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xxl-5 {
        margin-top: 3rem !important;
    }

    .mt-xxl-auto {
        margin-top: auto !important;
    }

    .me-xxl-0 {
        margin-right: 0 !important;
    }

    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xxl-3 {
        margin-right: 1rem !important;
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xxl-5 {
        margin-right: 3rem !important;
    }

    .me-xxl-auto {
        margin-right: auto !important;
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xxl-auto {
        margin-bottom: auto !important;
    }

    .ms-xxl-0 {
        margin-left: 0 !important;
    }

    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xxl-3 {
        margin-left: 1rem !important;
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xxl-5 {
        margin-left: 3rem !important;
    }

    .ms-xxl-auto {
        margin-left: auto !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .p-xxl-1 {
        padding: 0.25rem !important;
    }

    .p-xxl-2 {
        padding: 0.5rem !important;
    }

    .p-xxl-3 {
        padding: 1rem !important;
    }

    .p-xxl-4 {
        padding: 1.5rem !important;
    }

    .p-xxl-5 {
        padding: 3rem !important;
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xxl-0 {
        padding-top: 0 !important;
    }

    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xxl-3 {
        padding-top: 1rem !important;
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xxl-5 {
        padding-top: 3rem !important;
    }

    .pe-xxl-0 {
        padding-right: 0 !important;
    }

    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xxl-3 {
        padding-right: 1rem !important;
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xxl-5 {
        padding-right: 3rem !important;
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }

    .ps-xxl-0 {
        padding-left: 0 !important;
    }

    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xxl-3 {
        padding-left: 1rem !important;
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xxl-5 {
        padding-left: 3rem !important;
    }

    .text-xxl-start {
        text-align: left !important;
    }

    .text-xxl-end {
        text-align: right !important;
    }

    .text-xxl-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important;
    }

    .fs-2 {
        font-size: 2rem !important;
    }

    .fs-3 {
        font-size: 1.75rem !important;
    }

    .fs-4 {
        font-size: 1.5rem !important;
    }
}

@media print {
    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-grid {
        display: grid !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .d-print-none {
        display: none !important;
    }
}

.container, .match-win-voucher-sheet__inner, .age-gate-sheet__inner {
    max-width: 430px !important;
}

.modal-backdrop {
    z-index: 9999 !important;
}

.offcanvas {
    z-index: 10000 !important;
}

body {
    min-height: 100vh;
    background-image: url("../images/body_bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
}

    body::after {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9997;
        background: rgba(37, 37, 37, 0.2);
        -webkit-backdrop-filter: blur(4.7px);
        backdrop-filter: blur(4.7px);
        pointer-events: none;
        opacity: 0;
        -webkit-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease;
    }

    body.menuOpen {
        overflow: hidden;
    }

        body.menuOpen::after {
            opacity: 1;
            pointer-events: auto;
        }

img {
    max-width: 100%;
    height: auto;
}

.subPage main {
    min-height: calc(100vh - 94.77px - 94px);
}

.subPage header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto;
    min-height: auto;
}

    .subPage header .img-logo {
        width: 55px;
        margin: 0;
    }

    .subPage header .headerHeading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 4px;
        font-size: 1.75rem;
        line-height: 1;
        letter-spacing: -0.035rem;
        margin-bottom: 0;
        padding-right: 22px;
    }

        .subPage header .headerHeading a svg {
            fill: #fff;
            -webkit-transition: fill 0.4s ease;
            transition: fill 0.4s ease;
        }

            .subPage header .headerHeading a svg:hover, .subPage header .headerHeading a svg:focus, .subPage header .headerHeading a svg:active {
                fill: #E52A1F;
            }

    .subPage header .grandPrizeTotal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 6px;
        padding: 6px 14px;
        margin: 0;
        border-radius: 32px;
        -webkit-box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.35);
        box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.35);
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(61, 61, 61, 0.7)), to(rgba(61, 61, 61, 0.7))), rgba(127, 127, 127, 0.5);
        background: linear-gradient(0deg, rgba(61, 61, 61, 0.7) 0%, rgba(61, 61, 61, 0.7) 100%), rgba(127, 127, 127, 0.5);
        -webkit-backdrop-filter: blur(4.7px);
        backdrop-filter: blur(4.7px);
        font-size: 0.9375rem;
        letter-spacing: 0rem;
        font-weight: 400;
    }

        .subPage header .grandPrizeTotal strong {
            display: block;
            font-size: 1.125rem;
            line-height: 15px;
            letter-spacing: 0.54px;
            font-weight: 400;
        }

.subPage footer {
    height: 94px;
    margin-bottom: 30px;
    padding: 0 !important;
}

header {
    position: relative;
    padding-top: 20px;
    height: 184px;
    min-height: 184px;
}

    header .img-logo {
        width: 111px;
        height: auto;
        max-width: 100%;
        margin: 0 auto 30px;
        display: block;
    }

    header .navbar-toggle {
        padding: 6px 0;
        font-size: 14px;
        background-color: transparent;
        border: none;
        position: relative;
        z-index: 9999;
        outline: none;
        cursor: pointer;
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

        header .navbar-toggle .icon-bar {
            display: block;
            width: 28px;
            height: 3px;
            border-radius: 2px;
            color: #fff;
            background-color: #fff;
            margin: 0 auto;
            position: relative;
            -webkit-transition: all 250ms ease-in-out;
            transition: all 250ms ease-in-out;
            cursor: pointer;
        }

            header .navbar-toggle .icon-bar + .icon-bar {
                margin-top: 5px;
            }

            header .navbar-toggle .icon-bar:nth-of-type(2) {
                z-index: 2;
            }

            header .navbar-toggle .icon-bar:nth-of-type(3) {
                top: 1px;
            }

            header .navbar-toggle .icon-bar:nth-of-type(4) {
                top: 2px;
            }

        header .navbar-toggle.active .icon-bar {
            background-color: #fff;
        }

            header .navbar-toggle.active .icon-bar:nth-of-type(2) {
                top: 8px;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            header .navbar-toggle.active .icon-bar:nth-of-type(3) {
                background-color: transparent;
            }

            header .navbar-toggle.active .icon-bar:nth-of-type(4) {
                top: -8px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

        header .navbar-toggle.active #navBarText {
            color: #fff;
        }

        header .navbar-toggle:hover .icon-bar, header .navbar-toggle:focus .icon-bar {
            background-color: #E52A1F;
        }

    header .main-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: fixed;
        top: -120%;
        left: 0;
        width: 100%;
        max-width: unset;
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        text-align: right;
        z-index: 9998;
        padding: 30px 0 0;
    }

        header .main-menu .menuLogo {
            width: 110px;
            height: auto;
            max-width: 100%;
            margin: 0 auto;
            display: block;
        }

        header .main-menu .container, header .main-menu .match-win-voucher-sheet__inner, header .main-menu .age-gate-sheet__inner {
            overflow: hidden;
            display: block;
            -webkit-box-align: initial;
            -ms-flex-align: initial;
            align-items: initial;
            -webkit-box-pack: initial;
            -ms-flex-pack: initial;
            justify-content: initial;
            margin: auto;
            max-width: 440px !important;
            position: relative;
        }

            header .main-menu .container nav, header .main-menu .match-win-voucher-sheet__inner nav, header .main-menu .age-gate-sheet__inner nav {
                height: calc(100vh - 220px);
                overflow-y: auto;
                border-radius: 20px;
                -ms-overflow-style: none;
            }

                header .main-menu .container nav::-webkit-scrollbar, header .main-menu .match-win-voucher-sheet__inner nav::-webkit-scrollbar, header .main-menu .age-gate-sheet__inner nav::-webkit-scrollbar {
                    display: none;
                }

            header .main-menu .container ul, header .main-menu .match-win-voucher-sheet__inner ul, header .main-menu .age-gate-sheet__inner ul {
                border-radius: 15px;
                margin: 0;
                padding: 60px 30px 10px;
                list-style: none;
                border-radius: 20px;
                background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), rgba(127, 127, 127, 0.4);
                background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), rgba(127, 127, 127, 0.4);
                background-blend-mode: multiply;
                -webkit-backdrop-filter: blur(4.7109718323px);
                backdrop-filter: blur(4.7109718323px);
                overflow: hidden;
            }

                header .main-menu .container ul li, header .main-menu .match-win-voucher-sheet__inner ul li, header .main-menu .age-gate-sheet__inner ul li {
                    width: 100%;
                    margin: 0px;
                    margin-bottom: 15px;
                    list-style-type: none;
                    text-align: left;
                    margin-bottom: 40px;
                }

                    header .main-menu .container ul li a, header .main-menu .match-win-voucher-sheet__inner ul li a, header .main-menu .age-gate-sheet__inner ul li a {
                        font-size: 1.875rem;
                        font-family: "Staatliches", sans-serif;
                        font-weight: 400;
                        line-height: 1;
                        text-decoration: none;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        -webkit-box-pack: start;
                        -ms-flex-pack: start;
                        justify-content: flex-start;
                        gap: 10px;
                        -webkit-transition: color 0.4s ease;
                        transition: color 0.4s ease;
                    }

                        header .main-menu .container ul li a svg, header .main-menu .match-win-voucher-sheet__inner ul li a svg, header .main-menu .age-gate-sheet__inner ul li a svg {
                            fill: #fff;
                            -webkit-transition: fill 0.4s ease;
                            transition: fill 0.4s ease;
                        }

                        header .main-menu .container ul li a:hover svg, header .main-menu .match-win-voucher-sheet__inner ul li a:hover svg, header .main-menu .age-gate-sheet__inner ul li a:hover svg, header .main-menu .container ul li a:focus svg, header .main-menu .match-win-voucher-sheet__inner ul li a:focus svg, header .main-menu .age-gate-sheet__inner ul li a:focus svg, header .main-menu .container ul li a:active svg, header .main-menu .match-win-voucher-sheet__inner ul li a:active svg, header .main-menu .age-gate-sheet__inner ul li a:active svg {
                            fill: #E52A1F;
                        }

                        header .main-menu .container ul li a.active, header .main-menu .match-win-voucher-sheet__inner ul li a.active, header .main-menu .age-gate-sheet__inner ul li a.active {
                            color: #E52A1F;
                        }

                            header .main-menu .container ul li a.active svg, header .main-menu .match-win-voucher-sheet__inner ul li a.active svg, header .main-menu .age-gate-sheet__inner ul li a.active svg {
                                fill: #E52A1F;
                            }

                    header .main-menu .container ul li #shareBoxWrapper, header .main-menu .match-win-voucher-sheet__inner ul li #shareBoxWrapper, header .main-menu .age-gate-sheet__inner ul li #shareBoxWrapper {
                        overflow: hidden;
                        max-height: 0;
                        -webkit-transition: max-height 0.4s ease;
                        transition: max-height 0.4s ease;
                    }

                        header .main-menu .container ul li #shareBoxWrapper.active, header .main-menu .match-win-voucher-sheet__inner ul li #shareBoxWrapper.active, header .main-menu .age-gate-sheet__inner ul li #shareBoxWrapper.active {
                            max-height: 350px;
                        }

                    header .main-menu .container ul li #shareBox, header .main-menu .match-win-voucher-sheet__inner ul li #shareBox, header .main-menu .age-gate-sheet__inner ul li #shareBox {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        -ms-flex-wrap: wrap;
                        flex-wrap: wrap;
                        width: 80%;
                        margin: 15px auto 0px;
                    }

                        header .main-menu .container ul li #shareBox a, header .main-menu .match-win-voucher-sheet__inner ul li #shareBox a, header .main-menu .age-gate-sheet__inner ul li #shareBox a,
                        header .main-menu .container ul li #shareBox button,
                        header .main-menu .match-win-voucher-sheet__inner ul li #shareBox button,
                        header .main-menu .age-gate-sheet__inner ul li #shareBox button {
                            width: 40px;
                            height: 40px;
                            border-radius: 50%;
                            margin: 15px 15px 10px 15px;
                        }

                            header .main-menu .container ul li #shareBox a svg, header .main-menu .match-win-voucher-sheet__inner ul li #shareBox a svg, header .main-menu .age-gate-sheet__inner ul li #shareBox a svg,
                            header .main-menu .container ul li #shareBox button svg,
                            header .main-menu .match-win-voucher-sheet__inner ul li #shareBox button svg,
                            header .main-menu .age-gate-sheet__inner ul li #shareBox button svg {
                                width: 100%;
                                height: auto;
                                fill: #fff;
                                stroke: #fff;
                                pointer-events: none;
                                -webkit-transition: fill 0.2s ease, stroke 0.2s ease;
                                transition: fill 0.2s ease, stroke 0.2s ease;
                            }

                            header .main-menu .container ul li #shareBox a:hover svg, header .main-menu .match-win-voucher-sheet__inner ul li #shareBox a:hover svg, header .main-menu .age-gate-sheet__inner ul li #shareBox a:hover svg, header .main-menu .container ul li #shareBox a:focus svg, header .main-menu .match-win-voucher-sheet__inner ul li #shareBox a:focus svg, header .main-menu .age-gate-sheet__inner ul li #shareBox a:focus svg, header .main-menu .container ul li #shareBox a:active svg, header .main-menu .match-win-voucher-sheet__inner ul li #shareBox a:active svg, header .main-menu .age-gate-sheet__inner ul li #shareBox a:active svg,
                            header .main-menu .container ul li #shareBox button:hover svg,
                            header .main-menu .match-win-voucher-sheet__inner ul li #shareBox button:hover svg,
                            header .main-menu .age-gate-sheet__inner ul li #shareBox button:hover svg,
                            header .main-menu .container ul li #shareBox button:focus svg,
                            header .main-menu .match-win-voucher-sheet__inner ul li #shareBox button:focus svg,
                            header .main-menu .age-gate-sheet__inner ul li #shareBox button:focus svg,
                            header .main-menu .container ul li #shareBox button:active svg,
                            header .main-menu .match-win-voucher-sheet__inner ul li #shareBox button:active svg,
                            header .main-menu .age-gate-sheet__inner ul li #shareBox button:active svg {
                                stroke: #E52A1F;
                                fill: #E52A1F;
                            }

.pageHeading {
    width: 100%;
    max-width: 219px;
    margin: 0 auto;
    padding: 10px 16px;
    -webkit-transform: translateY(calc(1em + 2px));
    transform: translateY(calc(1em + 2px));
    border-radius: 100px;
    border: 1px solid #DEE0E1;
    background: #1C1818;
    color: #FAFEFD;
    text-align: center;
    text-shadow: 0 1.496px 3.365px #8A7F9F;
    font-size: 1.25rem;
    line-height: 21.443px;
    position: relative;
    z-index: 1;
}

main {
    position: relative;
}

    main a {
        color: #fff;
        -webkit-transition: color 0.4s ease;
        transition: color 0.4s ease;
    }

        main a:hover, main a:focus, main a:active {
            color: #E52A1F;
        }

    main .card {
        width: 100%;
        padding: 38px 20px 20px;
        overflow: hidden;
        position: relative;
        z-index: 0;
        border-radius: 20px;
        -webkit-box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.35);
        box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.35);
        background: rgba(37, 37, 37, 0.74);
        -webkit-backdrop-filter: blur(4.7px);
        backdrop-filter: blur(4.7px);
    }

main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100vh - 184px - 144px);
    gap: 30px;
}

    main .footballer {
        position: absolute;
        top: -40px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 0;
        width: 100%;
        height: calc(100% - 60px);
        -o-object-fit: contain;
        object-fit: contain;
        display: block;
        -webkit-filter: brightness(0.5) grayscale(0.5);
        filter: brightness(0.5) grayscale(0.5);
    }

    main .verticalTop {
        position: relative;
        z-index: 1;
        padding-top: 30px;
        margin-bottom: auto;
        width: 100%;
    }

    main .verticalCenter {
        position: relative;
        z-index: 1;
        margin-top: auto;
        margin-bottom: auto;
        width: 100%;
    }

h1, .h1 {
    margin-bottom: 30px;
    color: #246BFD;
    font-size: 41px;
    text-align: center;
}

.modal {
    z-index: 10000;
}

    .modal .modal-dialog .modal-content {
        border-radius: 25px;
        background: #fff;
    }

        .modal .modal-dialog .modal-content .modal-header {
            border: 0;
        }

        .modal .modal-dialog .modal-content .modal-body {
            padding: 2em;
        }

            .modal .modal-dialog .modal-content .modal-body h3, .modal .modal-dialog .modal-content .modal-body .h3 {
                text-shadow: none;
                color: #051225;
            }

            .modal .modal-dialog .modal-content .modal-body ul {
                margin-bottom: 0;
            }

            .modal .modal-dialog .modal-content .modal-body li,
            .modal .modal-dialog .modal-content .modal-body p {
                color: #051225;
            }

                .modal .modal-dialog .modal-content .modal-body li a,
                .modal .modal-dialog .modal-content .modal-body p a {
                    color: #051225;
                }

                    .modal .modal-dialog .modal-content .modal-body li a:hover, .modal .modal-dialog .modal-content .modal-body li a:active, .modal .modal-dialog .modal-content .modal-body li a:focus,
                    .modal .modal-dialog .modal-content .modal-body p a:hover,
                    .modal .modal-dialog .modal-content .modal-body p a:active,
                    .modal .modal-dialog .modal-content .modal-body p a:focus {
                        color: #E52A1F;
                    }

            .modal .modal-dialog .modal-content .modal-body label {
                color: #000;
                text-align: left;
                font-size: 20px;
                font-weight: 700;
                -webkit-font-smoothing: initial;
            }

                .modal .modal-dialog .modal-content .modal-body label input[type=tel] {
                    width: 100%;
                    margin-top: 5px;
                    border: 2px solid #246BFD;
                    border-radius: 5px;
                    color: #246BFD;
                    padding: 1em 1em 0.9em;
                    text-align: left;
                    font-size: 18px;
                    -webkit-transition: background-color 0.4s ease;
                    transition: background-color 0.4s ease;
                    font-weight: 400;
                }

                    .modal .modal-dialog .modal-content .modal-body label input[type=tel]:focus, .modal .modal-dialog .modal-content .modal-body label input[type=tel]:active, .modal .modal-dialog .modal-content .modal-body label input[type=tel]:hover {
                        outline: 0;
                        border-color: #E52A1F;
                    }

                .modal .modal-dialog .modal-content .modal-body label.error input[type=tel] {
                    border-color: #E52A1F;
                }

            .modal .modal-dialog .modal-content .modal-body .btn-primary,
            .modal .modal-dialog .modal-content .modal-body .btn-disabled {
                display: block;
                width: auto;
                min-width: auto;
                margin: 0 auto;
            }

#modalCookies.modal .modal-dialog .modal-content img {
    padding: 40px 60px 0;
}

#modalCookies.modal .modal-dialog .modal-content .modal-body {
    text-align: left;
}

    #modalCookies.modal .modal-dialog .modal-content .modal-body p {
        font-weight: 600;
        font-size: 18px;
    }

    #modalCookies.modal .modal-dialog .modal-content .modal-body .btn {
        display: inline;
        float: left;
        margin: 0 20px 0 0;
        width: auto;
        min-width: auto;
        border-radius: 3em;
        font-size: 20px;
        font-weight: 800;
        padding: 1em 1.3em;
        -webkit-font-smoothing: antialiased;
    }

#serverErrorResponse {
    display: none;
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
    color: #E52A1F;
    font-size: 0.875rem;
}

    #serverErrorResponse.showError {
        display: block;
    }


.played-today {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#3F3BB7), to(#58A6FF));
    background: linear-gradient(180deg, #3F3BB7 0%, #58A6FF 100%);
    border-radius: 100px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-filter: none;
    filter: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    padding: 4px 10px;
    color: #FFF;
    font-family: "Staatliches", sans-serif;
    font-size: 12.296px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

    .played-today::before {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(-82.14%, rgba(255, 255, 255, 0.7)), color-stop(60.71%, rgba(255, 255, 255, 0)));
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) -82.14%, rgba(255, 255, 255, 0) 60.71%);
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        content: "";
        height: 35%;
        inset: 12% auto auto 50%;
        mix-blend-mode: plus-lighter;
        opacity: 0.4;
        position: absolute;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 92%;
    }

    .played-today::after {
        content: "";
        fill: #29218F;
        -webkit-filter: blur(18px);
        filter: blur(18px);
        height: 152.9%;
        inset: 41.1% auto auto 9.6%;
        mix-blend-mode: plus-lighter;
        position: absolute;
        width: 175.9%;
    }

h3:has(.played-today), .h3:has(.played-today) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px;
}

body {
    font-family: "Inter", sans-serif;
    color: #fff;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Staatliches", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}

a {
    color: #fff;
}

    a:hover {
        color: #E52A1F;
    }

.text-red {
    color: #E52A1F;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.tada {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes zoomInBounce {
    0% {
        -webkit-transform: scale(0) translate(-50%, -50%);
        transform: scale(0) translate(-50%, -50%);
    }

    70% {
        -webkit-transform: scale(1.2) translate(-50%, -50%);
        transform: scale(1.2) translate(-50%, -50%);
    }

    90% {
        -webkit-transform: scale(0.8) translate(-50%, -50%);
        transform: scale(0.8) translate(-50%, -50%);
    }

    100% {
        -webkit-transform: scale(1) translate(-50%, -50%);
        transform: scale(1) translate(-50%, -50%);
    }
}

@keyframes zoomInBounce {
    0% {
        -webkit-transform: scale(0) translate(-50%, -50%);
        transform: scale(0) translate(-50%, -50%);
    }

    70% {
        -webkit-transform: scale(1.2) translate(-50%, -50%);
        transform: scale(1.2) translate(-50%, -50%);
    }

    90% {
        -webkit-transform: scale(0.8) translate(-50%, -50%);
        transform: scale(0.8) translate(-50%, -50%);
    }

    100% {
        -webkit-transform: scale(1) translate(-50%, -50%);
        transform: scale(1) translate(-50%, -50%);
    }
}

.zoomInBounce {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomInBounce;
    animation-name: zoomInBounce;
}

@-webkit-keyframes zoomInBounce1 {
    0% {
        background-size: 0px;
    }

    70% {
        background-size: 132px;
    }

    90% {
        background-size: 92px;
    }

    100% {
        background-size: 112px;
    }
}

@keyframes zoomInBounce1 {
    0% {
        background-size: 0px;
    }

    70% {
        background-size: 132px;
    }

    90% {
        background-size: 92px;
    }

    100% {
        background-size: 112px;
    }
}

.zoomInBounce1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomInBounce1;
    animation-name: zoomInBounce1;
}

@-webkit-keyframes zoomInBounce2 {
    0% {
        background-size: 0px;
    }

    70% {
        background-size: 171px;
    }

    90% {
        background-size: 131px;
    }

    100% {
        background-size: 151px;
    }
}

@keyframes zoomInBounce2 {
    0% {
        background-size: 0px;
    }

    70% {
        background-size: 171px;
    }

    90% {
        background-size: 131px;
    }

    100% {
        background-size: 151px;
    }
}

.zoomInBounce2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomInBounce2;
    animation-name: zoomInBounce2;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

ul.slick-dots {
    padding: 0;
    margin: 0;
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 9px;
    position: absolute;
    list-style: none;
}

    ul.slick-dots li button {
        font-size: 0;
        border-radius: 50%;
        width: 13px;
        height: 13px;
        border: 0;
        padding: 0;
        cursor: pointer;
        background-color: transparent;
        border: 1px solid #fff;
    }

    ul.slick-dots li.slick-active button {
        background-color: #246BFD;
        border: 1px solid #246BFD;
    }

.btnSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

button {
    outline: none;
}

    button:focus, button:active {
        outline: none;
    }

.noStyle {
    background-color: transparent;
    border: none;
    color: transparent;
    padding: 0;
}

a.btn {
    text-decoration: none;
}

/* Buttons Styling */
.btn {
    display: inline-block;
    border: 0;
    cursor: pointer;
    min-width: calc(100% - 6px);
    padding: 0.75rem;
    font-size: 1.875rem;
    font-weight: 400;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 15px;
    outline: none;
    text-align: center;
    background-size: 300% 100%;
    font-family: "Staatliches", sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
}

    .btn::before {
        background-size: 300% 100%;
    }

    .btn:hover, .btn:focus, .btn:active {
        text-decoration: none;
    }

    .btn.btn-rounded {
        border-radius: 3em;
        padding: 9px 24px;
        font-size: 1.5rem;
        letter-spacing: -0.03rem;
        line-height: 0.7;
    }

.btn-wfull {
    font-size: 15px;
    padding: 1em 0.5em;
    width: 100%;
}

.btn-xxs {
    font-size: 10px;
    padding: 1.7em 0.5em;
}

.btn-xs {
    font-size: 16px;
    padding: 0.7em 0.5em;
}

.btn-sm {
    font-size: 20px;
    padding: 0.5em 2em;
}

.btn-primary {
    position: relative;
    z-index: 0;
    color: rgba(255, 255, 255, 0.8) !important;
    border-radius: 15.073px;
    border: 2.11px solid transparent;
    background-clip: padding-box;
}

    .btn-primary::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        margin: -2.11px;
        border-radius: inherit;
        background-image: linear-gradient(347deg, #3F98FF, #246BFD, #246BFD, #3F98FF);
        background-blend-mode: soft-light, normal;
        background-clip: padding-box;
        pointer-events: none;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .btn-primary::after {
        content: "";
        position: absolute;
        inset: -3px;
        z-index: -2;
        margin: -2.11px;
        border-radius: 17px;
        background: linear-gradient(135deg, #7fb1eb, #07115e 120%);
        pointer-events: none;
        -webkit-box-shadow: 0 3.015px 3.015px 0 #000, 0 0 24.117px 0 rgba(146, 84, 222, 0.32);
        box-shadow: 0 3.015px 3.015px 0 #000, 0 0 24.117px 0 rgba(146, 84, 222, 0.32);
    }

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        color: #fff !important;
        background-clip: padding-box;
    }

        .btn-primary:hover::before, .btn-primary:focus::before, .btn-primary:active::before {
            background-position: 100% 0;
        }

.btn-secondary {
    letter-spacing: 0;
    position: relative;
    color: #fff !important;
    background-image: linear-gradient(347deg, #3f3bb7, #9358FF, #9358FF, #603BB7);
}

    .btn-secondary::before {
        content: "";
        position: absolute;
        inset: 8px;
        z-index: 0;
        background-image: url(../images/btnReflection.svg);
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
        mix-blend-mode: plus-lighter;
        pointer-events: none;
    }

    .btn-secondary::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        background-image: url(../images/btnReflection2.svg);
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        mix-blend-mode: plus-lighter;
        pointer-events: none;
    }

    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
        background-position: 100% 0;
    }

.btn-tertiary {
    position: relative;
    z-index: 0;
    color: rgba(255, 255, 255, 0.8) !important;
    border-radius: 15.073px;
    border: 2.11px solid transparent;
    background-clip: padding-box;
}

    .btn-tertiary::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        margin: -2.11px;
        border-radius: inherit;
        background-image: linear-gradient(347deg, #FF7878 5%, #FC0C10 50%, #FC0C10 50%, #FF7878 95%);
        background-blend-mode: soft-light, normal;
        background-clip: padding-box;
        pointer-events: none;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .btn-tertiary::after {
        content: "";
        position: absolute;
        inset: -3px;
        z-index: -2;
        margin: -2.11px;
        border-radius: 17px;
        background: linear-gradient(135deg, #eb7f7f, #5e0707 120%);
        pointer-events: none;
        -webkit-box-shadow: 0 3.015px 3.015px 0 #000, 0 0 24.117px 0 rgba(222, 84, 84, 0.32);
        box-shadow: 0 3.015px 3.015px 0 #000, 0 0 24.117px 0 rgba(222, 84, 84, 0.32);
    }

    .btn-tertiary:hover, .btn-tertiary:focus, .btn-tertiary:active {
        color: #fff !important;
        background-clip: padding-box;
    }

        .btn-tertiary:hover::before, .btn-tertiary:focus::before, .btn-tertiary:active::before {
            background-position: 100% 0;
        }

.btn-quaternary {
    position: relative;
    z-index: 0;
    color: rgba(255, 255, 255, 0.8) !important;
    border-radius: 15.073px;
    border: 2.11px solid transparent;
    background-clip: padding-box;
}

    .btn-quaternary::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        margin: -2.11px;
        border-radius: inherit;
        background-image: linear-gradient(347deg, #515151 5%, #292929 50%, #292929 50%, #515151 95%);
        background-blend-mode: soft-light, normal;
        background-clip: padding-box;
        pointer-events: none;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .btn-quaternary::after {
        content: "";
        position: absolute;
        inset: -3px;
        z-index: -2;
        margin: -2.11px;
        border-radius: 17px;
        background: linear-gradient(135deg, #626262, #333333 120%);
        pointer-events: none;
        -webkit-box-shadow: 0 3.015px 3.015px 0 #000, 0 0 24.117px 0 rgba(153, 153, 153, 0.32);
        box-shadow: 0 3.015px 3.015px 0 #000, 0 0 24.117px 0 rgba(153, 153, 153, 0.32);
    }

    .btn-quaternary:hover, .btn-quaternary:focus, .btn-quaternary:active {
        color: #fff !important;
        background-clip: padding-box;
    }

        .btn-quaternary:hover::before, .btn-quaternary:focus::before, .btn-quaternary:active::before {
            background-position: 100% 0;
        }

.btn-quinary {
    letter-spacing: 0;
    position: relative;
    color: #fff !important;
    background-image: linear-gradient(179deg, #1f8114 0%, #29cf17 60%, #29cf17 60%, #1f8114 100%);
}

    .btn-quinary::before {
        content: "";
        position: absolute;
        inset: 5px 8px;
        z-index: 0;
        border-radius: 3em;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-82.14%, rgba(255, 255, 255, 0.7)), color-stop(60.71%, rgba(255, 255, 255, 0)));
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.7) -82.14%, rgba(255, 255, 255, 0) 60.71%);
        opacity: 0.45;
        mix-blend-mode: plus-lighter;
        pointer-events: none;
    }

    .btn-quinary::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        background-image: url(../images/btnRoundedRefection2.svg);
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        mix-blend-mode: plus-lighter;
        pointer-events: none;
        -webkit-filter: blur(18px);
        filter: blur(18px);
    }

    .btn-quinary:hover, .btn-quinary:focus, .btn-quinary:active {
        background-position: 100% 0;
    }

.btn-senary {
    letter-spacing: 0;
    position: relative;
    color: #fff !important;
    background-image: linear-gradient(179deg, #603BB7 0%, #9358FF 60%, #9358FF 60%, #603BB7 100%);
}

    .btn-senary::before {
        content: "";
        position: absolute;
        inset: 5px 8px;
        z-index: 0;
        border-radius: 3em;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-82.14%, rgba(255, 255, 255, 0.7)), color-stop(60.71%, rgba(255, 255, 255, 0)));
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.7) -82.14%, rgba(255, 255, 255, 0) 60.71%);
        opacity: 0.45;
        mix-blend-mode: plus-lighter;
        pointer-events: none;
    }

    .btn-senary::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        background-image: url(../images/btnRoundedRefection2.svg);
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        mix-blend-mode: plus-lighter;
        pointer-events: none;
        -webkit-filter: blur(18px);
        filter: blur(18px);
    }

    .btn-senary:hover, .btn-senary:focus, .btn-senary:active {
        background-position: 100% 0;
    }

.btn-septenary {
    letter-spacing: 0;
    position: relative;
    color: #fff !important;
    background-image: linear-gradient(179deg, #4643FF 0%, #1CA3FF 60%, #1CA3FF 60%, #4643FF 100%);
}

    .btn-septenary::before {
        content: "";
        position: absolute;
        inset: 5px 8px;
        z-index: 0;
        border-radius: 3em;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-82.14%, rgba(255, 255, 255, 0.7)), color-stop(60.71%, rgba(255, 255, 255, 0)));
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.7) -82.14%, rgba(255, 255, 255, 0) 60.71%);
        opacity: 0.45;
        mix-blend-mode: plus-lighter;
        pointer-events: none;
    }

    .btn-septenary::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        background-image: url(../images/btnRoundedRefection2.svg);
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        mix-blend-mode: plus-lighter;
        pointer-events: none;
        -webkit-filter: blur(18px);
        filter: blur(18px);
    }

    .btn-septenary:hover, .btn-septenary:focus, .btn-septenary:active {
        background-position: 100% 0;
    }

.btn-round {
    width: 40px;
    height: 40px;
    min-width: 0;
    width: auto;
    aspect-ratio: 1/1;
    padding: 8px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    background-image: linear-gradient(347deg, #E3C261, #CA9D36 0.64%, #fff, #fff 86.62%);
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .btn-round:hover, .btn-round:focus, .btn-round:active {
        background-position: 100% 0;
    }

    .btn-round svg {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

.btn-close {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0.25em 0.25em;
    border: 0;
    border-radius: 0.25rem;
    background-color: transparent;
}

    .btn-close svg {
        height: 20px;
        width: 20px;
        fill: #000;
        -webkit-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
    }

    .btn-close:hover svg, .btn-closefocus svg {
        fill: #E52A1F;
    }

.lozenge {
    padding: 5.769px 11.538px;
    border-radius: 23.077px;
    background: #FF3B30;
    position: relative;
    font-size: 0.9615625rem;
    letter-spacing: 0.009625rem;
    font-family: "Staatliches", sans-serif;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    color: #fff;
}

    .lozenge span {
        position: relative;
        z-index: 1;
    }

    .lozenge::after {
        content: "";
        position: absolute;
        inset: 4px;
        width: 44.462px;
        height: 13.5px;
        z-index: 0;
        border-radius: 11.538px;
        background: #FF7830;
        mix-blend-mode: plus-lighter;
        -webkit-filter: blur(7.6923074722px);
        filter: blur(7.6923074722px);
    }

/* The checkboxLabel */
label.checkboxLabel {
    display: inline-block;
    position: relative;
    padding-left: 32px;
    font-size: 12px;
    text-align: left;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    label.checkboxLabel a {
        display: inline-block;
    }

    label.checkboxLabel.error .checkmark {
        border-color: #E52A1F;
        -webkit-box-shadow: 0px 0px 5px #E52A1F;
        box-shadow: 0px 0px 5px #E52A1F;
    }

/* Hide the browser's default checkbox */
.checkboxLabel input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/* On mouse-over */
.checkboxLabel:hover input ~ .checkmark {
    border-color: #fff;
}

/* When the checkbox is checked, add a blue background */
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

/* Show the checkmark when checked */
.checkboxLabel input:checked ~ .checkmark:after {
    opacity: 1;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after, .match-win-voucher-sheet__inner .checkmark:after, .age-gate-sheet__inner .checkmark:after {
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 6px;
    background: #246BFD;
}

/* Style the checkmark/indicator */
footer {
    height: 144px;
    padding: 40px 0;
}

    footer p {
        font-size: 10px;
        line-height: 12px;
        color: #0f608d;
        text-align: center;
        font-weight: 600;
    }

.verifyForm {
    --spacing: 12px;
}

    .verifyForm .inputWrapper {
        background-color: #051225;
        border-radius: 15px;
        padding: 40px 30px;
    }

        .verifyForm .inputWrapper .introText {
            text-align: center;
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 25px;
        }

        .verifyForm .inputWrapper .number-code {
            max-width: 262px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 50px;
        }

        .verifyForm .inputWrapper .numberInput {
            margin-bottom: 20px;
        }

            .verifyForm .inputWrapper .number-code > div, .verifyForm .inputWrapper .numberInput > div {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

                .verifyForm .inputWrapper .number-code > div > input:not(:last-child), .verifyForm .inputWrapper .numberInput > div > input:not(:last-child) {
                    margin-right: calc(var(--spacing) * 1);
                }

        .verifyForm .inputWrapper input.code-input, .verifyForm .inputWrapper input.day-input, .verifyForm .inputWrapper input.month-input {
            padding: var(--spacing);
            width: 50px;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 1em;
            flex: 1 0 1em;
            font-size: 1.5rem;
            font-weight: 700;
            line-height: 1;
            text-align: center;
            color: #051225;
            background-color: #fff;
            border: 2px solid #fff;
            -webkit-box-shadow: 0 2.74px 4.11px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 2.74px 4.11px 0 rgba(0, 0, 0, 0.25);
            -moz-appearance: textfield;
        }

            .verifyForm .inputWrapper input.code-input::-webkit-outer-spin-button, .verifyForm .inputWrapper input.code-input::-webkit-inner-spin-button, .verifyForm .inputWrapper input.day-input::-webkit-outer-spin-button, .verifyForm .inputWrapper input.day-input::-webkit-inner-spin-button, .verifyForm .inputWrapper input.month-input::-webkit-outer-spin-button, .verifyForm .inputWrapper input.month-input::-webkit-inner-spin-button {
                -webkit-appearance: none;
                margin: 0;
            }

            .verifyForm .inputWrapper input.code-input:invalid, .verifyForm .inputWrapper input.day-input:invalid, .verifyForm .inputWrapper input.month-input:invalid {
                -webkit-box-shadow: none;
                box-shadow: none;
            }

            .verifyForm .inputWrapper input.code-input:focus, .verifyForm .inputWrapper input.day-input:focus, .verifyForm .inputWrapper input.month-input:focus {
                outline: none;
                color: #051225;
                border-color: #E52A1F;
            }

            .verifyForm .inputWrapper input.code-input::-moz-selection, .verifyForm .inputWrapper input.day-input::-moz-selection, .verifyForm .inputWrapper input.month-input::-moz-selection {
                color: #051225;
            }

            .verifyForm .inputWrapper input.code-input::selection, .verifyForm .inputWrapper input.day-input::selection, .verifyForm .inputWrapper input.month-input::selection {
                color: #051225;
            }

        .verifyForm .inputWrapper input[type=submit] {
            margin-left: auto;
            display: block;
            font-size: 1em;
            cursor: pointer;
            -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
            transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
        }

            .verifyForm .inputWrapper input[type=submit]:hover {
                background: #fff;
            }

        .verifyForm .inputWrapper p a {
            color: #fff;
        }

            .verifyForm .inputWrapper p a:hover {
                color: #E52A1F;
            }

.counter-analog2 span.part {
    display: inline-block;
    -webkit-filter: sepia(1) hue-rotate(182deg) saturate(3) contrast(1.2);
    filter: sepia(1) hue-rotate(182deg) saturate(3) contrast(1.2);
}

.counter-analog2 span.separator {
    display: inline-block;
    height: 90px;
    line-height: 90px;
    width: 10px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}

.counter-analog2 span.part span.digit {
    display: inline-block;
    height: 90px;
    line-height: 90px;
    width: 67px;
    vertical-align: middle;
    text-align: center;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    margin: 0;
}

.counter-analog2 span.part span.digit {
    background: transparent url("../images/jquery.counter-analog2.png") 0 0 repeat-y;
}

.counter-analog2 span.part span.digit0 {
    background-position: 0 0;
}

.counter-analog2 span.part span.digit1 {
    background-position: 0 -540px;
}

.counter-analog2 span.part span.digit2 {
    background-position: 0 -1080px;
}

.counter-analog2 span.part span.digit3 {
    background-position: 0 -1620px;
}

.counter-analog2 span.part span.digit4 {
    background-position: 0 -2160px;
}

.counter-analog2 span.part span.digit5 {
    background-position: 0 -2700px;
}

.counter-analog2 span.part span.digit6 {
    background-position: 0 -3240px;
}

.counter-analog2 span.part span.digit7 {
    background-position: 0 -3780px;
}

.counter-analog2 span.part span.digit8 {
    background-position: 0 -4320px;
}

.counter-analog2 span.part span.digit9 {
    background-position: 0 -4860px;
}

/* UP */
@-webkit-keyframes counter-analog2-01 {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 -540px;
    }
}

@-webkit-keyframes counter-analog2-12 {
    from {
        background-position: 0 -540px;
    }

    to {
        background-position: 0 -1080px;
    }
}

@-webkit-keyframes counter-analog2-23 {
    from {
        background-position: 0 -1080px;
    }

    to {
        background-position: 0 -1620px;
    }
}

@-webkit-keyframes counter-analog2-34 {
    from {
        background-position: 0 -1620px;
    }

    to {
        background-position: 0 -2160px;
    }
}

@-webkit-keyframes counter-analog2-45 {
    from {
        background-position: 0 -2160px;
    }

    to {
        background-position: 0 -2700px;
    }
}

@-webkit-keyframes counter-analog2-56 {
    from {
        background-position: 0 -2700px;
    }

    to {
        background-position: 0 -3240px;
    }
}

@-webkit-keyframes counter-analog2-67 {
    from {
        background-position: 0 -3240px;
    }

    to {
        background-position: 0 -3780px;
    }
}

@-webkit-keyframes counter-analog2-78 {
    from {
        background-position: 0 -3780px;
    }

    to {
        background-position: 0 -4320px;
    }
}

@-webkit-keyframes counter-analog2-89 {
    from {
        background-position: 0 -4320px;
    }

    to {
        background-position: 0 -4860px;
    }
}

@-webkit-keyframes counter-analog2-90 {
    from {
        background-position: 0 -4860px;
    }

    to {
        background-position: 0 -2400px;
    }
}

.counter-analog2 span.part span.digit01 {
    -webkit-animation: counter-analog2-01 0.3s steps(6, end) 1;
    -moz-animation: counter-analog2-01 0.3s steps(6, end) 1;
    -ms-animation: counter-analog2-01 0.3s steps(6, end) 1;
}

.counter-analog2 span.part span.digit12 {
    -webkit-animation: counter-analog2-12 0.3s steps(6, end) 1;
    -moz-animation: counter-analog2-12 0.3s steps(6, end) 1;
    -ms-animation: counter-analog2-12 0.3s steps(6, end) 1;
}

.counter-analog2 span.part span.digit23 {
    -webkit-animation: counter-analog2-23 0.3s steps(6, end) 1;
    -moz-animation: counter-analog2-23 0.3s steps(6, end) 1;
    -ms-animation: counter-analog2-23 0.3s steps(6, end) 1;
}

.counter-analog2 span.part span.digit34 {
    -webkit-animation: counter-analog2-34 0.3s steps(6, end) 1;
    -moz-animation: counter-analog2-34 0.3s steps(6, end) 1;
    -ms-animation: counter-analog2-34 0.3s steps(6, end) 1;
}

.counter-analog2 span.part span.digit45 {
    -webkit-animation: counter-analog2-45 0.3s steps(6, end) 1;
    -moz-animation: counter-analog2-45 0.3s steps(6, end) 1;
    -ms-animation: counter-analog2-45 0.3s steps(6, end) 1;
}

.counter-analog2 span.part span.digit56 {
    -webkit-animation: counter-analog2-56 0.3s steps(6, end) 1;
    -moz-animation: counter-analog2-56 0.3s steps(6, end) 1;
    -ms-animation: counter-analog2-56 0.3s steps(6, end) 1;
}

.counter-analog2 span.part span.digit67 {
    -webkit-animation: counter-analog2-67 0.3s steps(6, end) 1;
    -moz-animation: counter-analog2-67 0.3s steps(6, end) 1;
    -ms-animation: counter-analog2-67 0.3s steps(6, end) 1;
}

.counter-analog2 span.part span.digit78 {
    -webkit-animation: counter-analog2-78 0.3s steps(6, end) 1;
    -moz-animation: counter-analog2-78 0.3s steps(6, end) 1;
    -ms-animation: counter-analog2-78 0.3s steps(6, end) 1;
}

.counter-analog2 span.part span.digit89 {
    -webkit-animation: counter-analog2-89 0.3s steps(6, end) 1;
    -moz-animation: counter-analog2-89 0.3s steps(6, end) 1;
    -ms-animation: counter-analog2-89 0.3s steps(6, end) 1;
}

.counter-analog2 span.part span.digit90 {
    -webkit-animation: counter-analog2-90 0.3s steps(6, end) 1;
    -moz-animation: counter-analog2-90 0.3s steps(6, end) 1;
    -ms-animation: counter-analog2-90 0.3s steps(6, end) 1;
}

/* DOWN */
@-webkit-keyframes counter-analog2-10 {
    from {
        background-position: 0 -540px;
    }

    to {
        background-position: 0 0;
    }
}

@-webkit-keyframes counter-analog2-21 {
    from {
        background-position: 0 -1080px;
    }

    to {
        background-position: 0 -540px;
    }
}

@-webkit-keyframes counter-analog2-32 {
    from {
        background-position: 0 -1620px;
    }

    to {
        background-position: 0 -1080px;
    }
}

@-webkit-keyframes counter-analog2-43 {
    from {
        background-position: 0 -2160px;
    }

    to {
        background-position: 0 -1620px;
    }
}

@-webkit-keyframes counter-analog2-54 {
    from {
        background-position: 0 -2700px;
    }

    to {
        background-position: 0 -2160px;
    }
}

@-webkit-keyframes counter-analog2-65 {
    from {
        background-position: 0 -3240px;
    }

    to {
        background-position: 0 -2700px;
    }
}

@-webkit-keyframes counter-analog2-76 {
    from {
        background-position: 0 -3780px;
    }

    to {
        background-position: 0 -3240px;
    }
}

@-webkit-keyframes counter-analog2-87 {
    from {
        background-position: 0 -4320px;
    }

    to {
        background-position: 0 -3780px;
    }
}

@-webkit-keyframes counter-analog2-98 {
    from {
        background-position: 0 -4860px;
    }

    to {
        background-position: 0 -4320px;
    }
}

@-webkit-keyframes counter-analog2-09 {
    from {
        background-position: 0 -2400px;
    }

    to {
        background-position: 0 -4860px;
    }
}

.counter-analog2 span.part span.digit10 {
    -webkit-animation: counter-analog2-10 0.3s steps(6, end) 1;
    -moz-animation: counter-analog2-10 0.3s steps(6, end) 1;
    -ms-animation: counter-analog2-10 0.3s steps(6, end) 1;
}

.counter-analog2 span.part span.digit21 {
    -webkit-animation: counter-analog2-21 0.3s steps(6, end) 1;
    -moz-animation: counter-analog2-21 0.3s steps(6, end) 1;
    -ms-animation: counter-analog2-21 0.3s steps(6, end) 1;
}

.counter-analog2 span.part span.digit32 {
    -webkit-animation: counter-analog2-32 0.3s steps(6, end) 1;
    -moz-animation: counter-analog2-32 0.3s steps(6, end) 1;
    -ms-animation: counter-analog2-32 0.3s steps(6, end) 1;
}

.counter-analog2 span.part span.digit43 {
    -webkit-animation: counter-analog2-43 0.3s steps(6, end) 1;
    -moz-animation: counter-analog2-43 0.3s steps(6, end) 1;
    -ms-animation: counter-analog2-43 0.3s steps(6, end) 1;
}

.counter-analog2 span.part span.digit54 {
    -webkit-animation: counter-analog2-54 0.3s steps(6, end) 1;
    -moz-animation: counter-analog2-54 0.3s steps(6, end) 1;
    -ms-animation: counter-analog2-54 0.3s steps(6, end) 1;
}

.counter-analog2 span.part span.digit65 {
    -webkit-animation: counter-analog2-65 0.3s steps(6, end) 1;
    -moz-animation: counter-analog2-65 0.3s steps(6, end) 1;
    -ms-animation: counter-analog2-65 0.3s steps(6, end) 1;
}

.counter-analog2 span.part span.digit76 {
    -webkit-animation: counter-analog2-76 0.3s steps(6, end) 1;
    -moz-animation: counter-analog2-76 0.3s steps(6, end) 1;
    -ms-animation: counter-analog2-76 0.3s steps(6, end) 1;
}

.counter-analog2 span.part span.digit87 {
    -webkit-animation: counter-analog2-87 0.3s steps(6, end) 1;
    -moz-animation: counter-analog2-87 0.3s steps(6, end) 1;
    -ms-animation: counter-analog2-87 0.3s steps(6, end) 1;
}

.counter-analog2 span.part span.digit98 {
    -webkit-animation: counter-analog2-98 0.3s steps(6, end) 1;
    -moz-animation: counter-analog2-98 0.3s steps(6, end) 1;
    -ms-animation: counter-analog2-98 0.3s steps(6, end) 1;
}

.counter-analog2 span.part span.digit09 {
    -webkit-animation: counter-analog2-09 0.3s steps(6, end) 1;
    -moz-animation: counter-analog2-09 0.3s steps(6, end) 1;
    -ms-animation: counter-analog2-09 0.3s steps(6, end) 1;
}

body.modal-open main,
body.modal-open footer,
body[data-game-updating] main,
body[data-game-updating] footer,
body[data-match-in-progress] main,
body[data-match-in-progress] footer,
body[data-not-this-time] main,
body[data-not-this-time] footer,
body[data-you-got-it-right] main,
body[data-you-got-it-right] footer {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

#modalTerms.termsModal {
    --terms-modal-border: #7fb1eb;
}

    #modalTerms.termsModal .modal-content.termsModal__content {
        position: relative;
        border: 0.962px solid var(--terms-modal-border);
        border-radius: 20px;
        background: rgba(0, 0, 0, 0.9);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        -webkit-box-shadow: inset 0 0 8px rgba(227, 222, 255, 0.2), inset 0 1px 3px rgba(154, 146, 210, 0.3), inset 0 18px 19px rgba(202, 172, 255, 0.25), inset 0 1px 2px #7abeff, inset 0 -1px 2px #7abeff, inset 0 8px 11px rgba(122, 190, 255, 0.1);
        box-shadow: inset 0 0 8px rgba(227, 222, 255, 0.2), inset 0 1px 3px rgba(154, 146, 210, 0.3), inset 0 18px 19px rgba(202, 172, 255, 0.25), inset 0 1px 2px #7abeff, inset 0 -1px 2px #7abeff, inset 0 8px 11px rgba(122, 190, 255, 0.1);
        overflow: hidden;
    }

    #modalTerms.termsModal .termsModal__header {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 12px;
        padding: 24px 20px 0 23px;
        border-bottom: 0;
    }

    #modalTerms.termsModal .termsModal__title {
        margin: 0;
        padding: 0;
        font-family: "Staatliches", sans-serif;
        font-size: 1.3125rem;
        line-height: 1.1;
        letter-spacing: 0.02em;
        color: #fff;
        text-align: left;
    }

    #modalTerms.termsModal .termsModal__close {
        margin: 0;
        padding: 4px;
        opacity: 0.85;
    }

        #modalTerms.termsModal .termsModal__close:hover {
            opacity: 1;
        }

    #modalTerms.termsModal .termsModal__body {
        padding: 14px 23px 20px;
        -webkit-overflow-scrolling: touch;
    }

        #modalTerms.termsModal .termsModal__body p {
            margin-bottom: 14px;
            font-family: "Inter", sans-serif;
            font-size: 0.75rem;
            font-weight: 400;
            line-height: 1.5;
            color: #fff;
            letter-spacing: -0.01em;
        }

            #modalTerms.termsModal .termsModal__body p:last-child {
                margin-bottom: 0;
            }

        #modalTerms.termsModal .termsModal__body strong {
            font-weight: 700;
            color: #fff;
        }

        #modalTerms.termsModal .termsModal__body a {
            color: #7fb1eb;
            text-decoration: underline;
            text-underline-offset: 2px;
        }

            #modalTerms.termsModal .termsModal__body a:hover, #modalTerms.termsModal .termsModal__body a:focus-visible {
                color: #a2c7f1;
            }

    #modalTerms.termsModal .termsModal__footer {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 12px 32px 22px;
        border-top: 0;
    }

    #modalTerms.termsModal .termsModal__ok {
        width: 100%;
        min-width: 0;
        margin: 40px auto 24px;
    }

    #modalTerms.termsModal .modal-dialog.modal-dialog-scrollable {
        max-height: calc(100% - 1rem);
    }

        #modalTerms.termsModal .modal-dialog.modal-dialog-scrollable .modal-content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        #modalTerms.termsModal .modal-dialog.modal-dialog-scrollable .termsModal__body {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            max-height: none;
        }

.landing header .img-logo {
    opacity: 0;
}

.landing.landing--intro-done header .img-logo {
    opacity: 1;
}

.landing main {
    height: calc(100vh - 184px - 144px);
    opacity: 0;
}

    .landing main .footballer {
        position: static;
        top: auto;
        left: auto;
        -webkit-transform: none;
        transform: none;
        z-index: auto;
        -webkit-filter: none;
        filter: none;
        width: 100%;
        height: calc(100% - 60px);
        -o-object-fit: contain;
        object-fit: contain;
        display: block;
        margin: auto;
    }

    .landing main .summery-terms-section {
        margin-top: auto;
    }

        .landing main .summery-terms-section p {
            font-size: 0.4375rem;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            text-align: center;
            text-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
            color: #808797;
        }

            .landing main .summery-terms-section p a {
                color: inherit;
                text-decoration: underline;
            }

                .landing main .summery-terms-section p a:hover, .landing main .summery-terms-section p a:focus, .landing main .summery-terms-section p a:active {
                    color: #fff;
                }

.landing footer {
    opacity: 0;
}

.age-gate-sheet legend {
    font-size: 0.8rem;
}

.age-gate-sheet.offcanvas-bottom {
    height: auto;
    max-height: 92vh;
    border-top: none;
    border-radius: 20px 20px 0 0;
    -webkit-box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.35);
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.35);
    background: rgba(37, 37, 37, 0.74);
    backdrop-filter: blur(4.7px);
    -webkit-backdrop-filter: blur(4.7px);
    color: #fff;
}

.age-gate-sheet__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    padding: 8px 0 0;
}

.age-gate-sheet__swipe-zone {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    padding-bottom: 4px;
}

.age-gate-sheet__handle {
    width: 66px;
    height: 5px;
    margin: 26px auto 58px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.41);
}

.age-gate-sheet__brand {
    text-align: center;
    margin-bottom: 8px;
}

    .age-gate-sheet__brand .img-logo {
        width: 111px;
        height: auto;
        max-width: 100%;
        display: inline-block;
    }

.age-gate-sheet__title {
    font-family: "Staatliches", sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.1;
}

.age-gate-sheet__body.offcanvas-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 0 24px 24px;
    -webkit-overflow-scrolling: touch;
}

.age-gate-sheet .verifyForm .inputWrapper {
    background: transparent;
    padding: 0;
    border-radius: 0;
}

    .age-gate-sheet .verifyForm .inputWrapper .introText {
        color: #fff;
        text-align: center;
        text-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
        font-size: 0.875rem;
        font-weight: 200;
        line-height: normal;
        margin-bottom: 38px;
    }

        .age-gate-sheet .verifyForm .inputWrapper .introText:first-of-type {
            max-width: 280px;
            margin-left: auto;
            margin-right: auto;
            text-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
        }

.age-gate-sheet input.code-input,
.age-gate-sheet input.day-input,
.age-gate-sheet input.month-input {
    -webkit-box-shadow: 0 2.74px 4.11px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2.74px 4.11px rgba(0, 0, 0, 0.25);
}

.age-gate-sheet .btnSection {
    margin-top: 8px;
    padding-bottom: max(8px, env(safe-area-inset-bottom, 0));
}

.signup form .card {
    padding-top: 52px;
}

    .signup form .card .checkBoxWrapper {
        margin-bottom: 24px;
    }

        .signup form .card .checkBoxWrapper.last {
            margin-bottom: 0px;
        }

        .signup form .card .checkBoxWrapper .required {
            display: block;
            font-size: 0.625rem;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

    .signup form .card .inputWrapper {
        position: relative;
        margin-bottom: 30px;
    }

        .signup form .card .inputWrapper.last {
            margin-bottom: 40px;
        }

        .signup form .card .inputWrapper::after {
            content: "";
            width: 100%;
            position: absolute;
            left: 0;
            bottom: 0;
            border-top: none;
            border-left: none;
            border-bottom: 1px solid #4f5157;
            border-right: none;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

        .signup form .card .inputWrapper input {
            width: 100%;
            padding: 8px 0 12px;
            background-color: transparent !important;
            border: none;
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            outline: none;
            -webkit-transition: all 0.2s ease;
        }

            .signup form .card .inputWrapper input:-webkit-autofill, .signup form .card .inputWrapper input:-webkit-autofill:hover, .signup form .card .inputWrapper input:-webkit-autofill:focus, .signup form .card .inputWrapper input:-webkit-autofill:active {
                -webkit-text-fill-color: #fff !important;
                -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
                -webkit-transition: background-color 5000s ease-in-out 0s !important;
                transition: background-color 5000s ease-in-out 0s !important;
            }

            .signup form .card .inputWrapper input:not(:placeholder-shown) ~ label {
                color: rgba(255, 255, 255, 0.6);
                top: -15px;
                font-size: 13px;
            }

                .signup form .card .inputWrapper input:not(:placeholder-shown) ~ label span {
                    opacity: 1;
                }

        .signup form .card .inputWrapper label {
            width: 100%;
            font-size: 14px;
            font-weight: 500;
            color: white;
            position: absolute;
            pointer-events: none;
            left: 0;
            top: 11px;
            padding: 0;
            transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -webkit-transition: all 0.2s ease;
        }

            .signup form .card .inputWrapper label span {
                font-size: 7.6px;
                opacity: 0;
                transition: opacity 0.2s ease;
                -moz-transition: opacity 0.2s ease;
                -webkit-transition: opacity 0.2s ease;
            }

        .signup form .card .inputWrapper.error::after {
            border-color: #E52A1F;
            -webkit-box-shadow: 0px 2px 2px #E52A1F;
            box-shadow: 0px 2px 2px #E52A1F;
        }

.ageGate legend {
    font-size: 0.8rem;
}

.ageGate .checkFullDate,
.age-gate-sheet .checkFullDate {
    display: none;
}

    .ageGate .checkFullDate.show,
    .age-gate-sheet .checkFullDate.show {
        display: block;
    }

        .ageGate .checkFullDate.show .innerWrapper,
        .age-gate-sheet .checkFullDate.show .innerWrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 12px;
        }

.ageGate form,
.age-gate-sheet form.verifyForm {
    position: relative;
}

    .ageGate form .inputWrapper input[type=number].error,
    .age-gate-sheet form.verifyForm .inputWrapper input[type=number].error {
        border-color: #E52A1F;
    }

    .ageGate form .errorMsg,
    .age-gate-sheet form.verifyForm .errorMsg {
        display: none;
        max-width: 380px;
        margin: 0 auto 30px;
        color: #fff;
        background-color: #E52A1F;
        font-size: 1rem;
        text-align: center;
        font-weight: 600;
        padding: 15px;
        border-radius: 10px;
        line-height: 1.2em;
    }

        .ageGate form .errorMsg.show,
        .age-gate-sheet form.verifyForm .errorMsg.show {
            display: block;
        }

.prize-info-section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .prize-info-section ul li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0;
        width: 100%;
        min-height: 133px;
        padding: 20px;
        display: flex;
        border-radius: 24.574px;
        border: 1px solid #e7e7e7;
        -webkit-box-shadow: 0 3.171px 35.672px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 3.171px 35.672px 0 rgba(0, 0, 0, 0.1);
        background-size: contain;
        background-position: right center;
        background-repeat: no-repeat;
        overflow: hidden;
    }

        .prize-info-section ul li::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: contain;
            background-position: right center;
            background-repeat: no-repeat;
            z-index: -1;
        }

        .prize-info-section ul li::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -2;
            border-radius: 24.574px;
        }

        .prize-info-section ul li:nth-child(1) {
            border: none;
        }

            .prize-info-section ul li:nth-child(1)::after {
                -webkit-backdrop-filter: blur(47.5630264282px);
                backdrop-filter: blur(47.5630264282px);
                -webkit-box-shadow: 0 0 7.538px 0 rgba(227, 222, 255, 0.2) inset, 0 18.661px 18.844px 0 rgba(202, 172, 255, 0.3) inset, 0 0.933px 2.073px 0 #FFF inset, 0 7.464px 10.553px 0 rgba(255, 255, 255, 0.1) inset;
                box-shadow: 0 0 7.538px 0 rgba(227, 222, 255, 0.2) inset, 0 18.661px 18.844px 0 rgba(202, 172, 255, 0.3) inset, 0 0.933px 2.073px 0 #FFF inset, 0 7.464px 10.553px 0 rgba(255, 255, 255, 0.1) inset;
            }

            .prize-info-section ul li:nth-child(1)::before {
                background-image: url("../images/prize-1.png");
            }

        .prize-info-section ul li:nth-child(2)::after {
            background-image: linear-gradient(97deg, #841216 6.84%, #E81F27 99.42%);
            -webkit-filter: grayscale(0.2);
            filter: grayscale(0.2);
        }

        .prize-info-section ul li:nth-child(2)::before {
            background-image: url("../images/prize-2.png");
        }

        .prize-info-section ul li:nth-child(3)::after {
            background-image: linear-gradient(225deg, #20417C 50%, #1C293B 99.53%);
            -webkit-filter: grayscale(0.2);
            filter: grayscale(0.2);
        }

        .prize-info-section ul li:nth-child(3)::before {
            background-image: url("../images/prize-3.png");
        }

        .prize-info-section ul li h2, .prize-info-section ul li .h2 {
            font-size: 3.4375rem;
            line-height: 1;
            margin: 0;
        }

            .prize-info-section ul li h2 small, .prize-info-section ul li .h2 small, .prize-info-section ul li h2 .small, .prize-info-section ul li .h2 .small {
                display: block;
                font-size: 0.664rem;
                line-height: 1;
            }

        .prize-info-section ul li h3, .prize-info-section ul li .h3 {
            font-size: 1.493375rem;
            line-height: 1;
            margin: 0;
        }

.sms-verification {
    --spacing: 12px;
}

    .sms-verification form .inputWrapper {
        background-color: #051225;
        border-radius: 15px;
        padding: 40px 30px;
    }

        .sms-verification form .inputWrapper .introText {
            text-align: center;
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 25px;
        }

        .sms-verification form .inputWrapper .number-code {
            margin-bottom: 40px;
        }

            .sms-verification form .inputWrapper .number-code > div {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

                .sms-verification form .inputWrapper .number-code > div > input:not(:last-child) {
                    margin-right: calc(var(--spacing) * 1);
                }

        .sms-verification form .inputWrapper .reSend {
            font-size: 1rem;
            font-weight: 500;
        }

            .sms-verification form .inputWrapper .reSend a {
                font-weight: 700;
            }

        .sms-verification form .inputWrapper input.code-input {
            padding: var(--spacing);
            width: 57px;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 1em;
            flex: 1 0 1em;
            font-size: 1.5rem;
            font-weight: 700;
            text-align: center;
            color: #051225;
            background-color: #fff;
            border-radius: 10px;
            border: 2px solid #fff;
            -moz-appearance: textfield;
        }

            .sms-verification form .inputWrapper input.code-input::-webkit-outer-spin-button, .sms-verification form .inputWrapper input.code-input::-webkit-inner-spin-button {
                -webkit-appearance: none;
                margin: 0;
            }

            .sms-verification form .inputWrapper input.code-input:invalid {
                -webkit-box-shadow: none;
                box-shadow: none;
            }

            .sms-verification form .inputWrapper input.code-input:focus {
                outline: none;
                color: #051225;
                border-color: #E52A1F;
            }

            .sms-verification form .inputWrapper input.code-input::-moz-selection {
                color: #051225;
            }

            .sms-verification form .inputWrapper input.code-input::selection {
                color: #051225;
            }

        .sms-verification form .inputWrapper input[type=submit] {
            margin-left: auto;
            display: block;
            font-size: 1em;
            cursor: pointer;
            -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
            transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
        }

            .sms-verification form .inputWrapper input[type=submit]:hover {
                background: #fff;
            }

.region .region-section form .regionBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .region .region-section form .regionBox label input[type=radio] {
        position: absolute;
        opacity: 0;
        height: 0;
        width: 0;
    }

        .region .region-section form .regionBox label input[type=radio]:checked + .btn-scotland {
            color: #fff;
            border: 6px solid #E52A1F;
        }

            .region .region-section form .regionBox label input[type=radio]:checked + .btn-scotland:before {
                -webkit-filter: grayscale(0) !important;
                filter: grayscale(0) !important;
            }

        .region .region-section form .regionBox label input[type=radio]:checked + .btn-north-en {
            color: #fff;
            border: 6px solid #E52A1F;
        }

            .region .region-section form .regionBox label input[type=radio]:checked + .btn-north-en:before {
                -webkit-filter: grayscale(0) !important;
                filter: grayscale(0) !important;
            }

    .region .region-section form .regionBox label div.btn-region {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 160px;
        width: 100%;
        font-size: 1.875rem;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: 1px;
        text-align: center;
        text-transform: uppercase;
        border-radius: 15px;
        border: 6px solid transparent;
        background-color: #010106;
        text-decoration: none;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        overflow: hidden;
        position: relative;
        z-index: 0;
        cursor: pointer;
    }

        .region .region-section form .regionBox label div.btn-region:hover, .region .region-section form .regionBox label div.btn-region:focus {
            color: #fff;
        }

            .region .region-section form .regionBox label div.btn-region:hover:before, .region .region-section form .regionBox label div.btn-region:focus:before {
                -webkit-filter: grayscale(0);
                filter: grayscale(0);
            }

        .region .region-section form .regionBox label div.btn-region:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-position: center !important;
            background-size: cover !important;
            background-repeat: no-repeat;
            z-index: -1;
            -webkit-filter: grayscale(1);
            filter: grayscale(1);
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

        .region .region-section form .regionBox label div.btn-region.btn-scotland:before {
            background-image: url("../images/scotland.svg");
        }

        .region .region-section form .regionBox label div.btn-region.btn-scotland:hover, .region .region-section form .regionBox label div.btn-region.btn-scotland:focus {
            border-color: #E52A1F;
        }

        .region .region-section form .regionBox label div.btn-region.btn-north-en:before {
            background-image: url("../images/north-england.svg");
        }

        .region .region-section form .regionBox label div.btn-region.btn-north-en:hover, .region .region-section form .regionBox label div.btn-region.btn-north-en:focus {
            border-color: #E52A1F;
        }

    .region .region-section form .regionBox .voucher {
        border-radius: 15px;
        background-color: #246BFD;
        padding: 15px 25px;
    }

        .region .region-section form .regionBox .voucher p {
            font-size: 1rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1.6px;
            line-height: 1.3em;
        }

.gamePreview .game-preview-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.gamePreview .card {
    padding-left: 0;
    padding-right: 0;
}

    .gamePreview .card .gameSlider .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .gamePreview .card .gameSlider .game-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: inherit;
    }

        .gamePreview .card .gameSlider .game-item .inner {
            padding: 28px 55px;
            margin: auto auto 40px auto;
        }

        .gamePreview .card .gameSlider .game-item .imgbox {
            margin-bottom: 47px;
        }

        .gamePreview .card .gameSlider .game-item.map .imgbox {
            width: 100%;
            height: auto;
            max-width: 206px;
            margin-left: auto;
            margin-right: auto;
        }

        .gamePreview .card .gameSlider .game-item.wheel .imgbox {
            width: 100%;
            height: auto;
            max-width: 223px;
            margin-left: auto;
            margin-right: auto;
        }

        .gamePreview .card .gameSlider .game-item.football .imgbox {
            width: 100%;
            height: auto;
            max-width: 230px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 30px;
        }

        .gamePreview .card .gameSlider .game-item.cash .imgbox {
            width: 100%;
            height: auto;
            max-width: 253px;
            margin-left: auto;
            margin-right: auto;
        }

        .gamePreview .card .gameSlider .game-item.team .imgbox {
            width: calc(100% + 110px);
            margin-left: -55px;
            margin-right: -55px;
        }

        .gamePreview .card .gameSlider .game-item.clock .imgbox {
            margin-bottom: 60px;
        }

        .gamePreview .card .gameSlider .game-item.prize-draw .imgbox {
            width: 198px;
            height: 198px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 30px;
        }

            .gamePreview .card .gameSlider .game-item.prize-draw .imgbox img {
                margin: auto;
            }

        .gamePreview .card .gameSlider .game-item p {
            font-size: 1rem;
            font-weight: 600;
            letter-spacing: 1.6px;
            line-height: 1.3em;
            text-align: center;
            margin-bottom: 1rem;
        }

            .gamePreview .card .gameSlider .game-item p:last-child {
                margin-bottom: auto;
            }

    .gamePreview .card .gameSlider ul.slick-dots {
        bottom: 10px;
        left: 50%;
        -webkit-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
    }

.dashboard section {
    margin-bottom: 20px;
}

    .dashboard section:last-child {
        margin-bottom: 0;
    }

    .dashboard section > h2, .dashboard section > .h2 {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 12px;
        font-size: 1.4375rem;
        color: #8E8E93;
        letter-spacing: -0.231px;
        margin-bottom: 12px;
        white-space: nowrap;
    }

        .dashboard section > h2::after, .dashboard section > .h2::after {
            content: "";
            display: block;
            width: 100%;
            height: 2px;
            background-color: rgba(127, 127, 127, 0.4);
        }

    .dashboard section .card {
        background-size: cover;
        background-position: right center;
        background-repeat: no-repeat;
        padding: 18px;
        border-radius: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-decoration: none;
    }

        .dashboard section .card[aria-disabled=true] {
            pointer-events: none;
            -webkit-filter: grayscale(1);
            filter: grayscale(1);
        }

        .dashboard section .card.dashboardTeam {
            background-image: url(../images/dashboardTeam.png);
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            gap: 18px;
        }
            .dashboard section .card.dashboardTeam:not(.dashboardTeam--hasTeam) {
                aspect-ratio: 330/270;
            }
            .dashboard section .card.dashboardTeam h3, .dashboard section .card.dashboardTeam .h3 {
                font-size: 2rem;
                letter-spacing: -0.04rem;
            }

            .dashboard section .card.dashboardTeam p {
                max-width: 243px;
                font-size: 0.875rem;
                color: #D1D1D6;
                letter-spacing: -0.42px;
            }

            .dashboard section .card.dashboardTeam .btn {
                width: auto;
                min-width: auto;
            }

            .dashboard section .card.dashboardTeam:hover .btn.btn-secondary, .dashboard section .card.dashboardTeam:focus-visible .btn.btn-secondary {
                background-position: 100% 0;
            }

            .dashboard section .card.dashboardTeam.dashboardTeam--hasTeam {
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                gap: 0;
                padding: 20px;
                overflow: hidden;
                background-color: #0d0d12;
                background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.72)), color-stop(42%, rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.05))), url(../images/dashboardTeamSelectedBg.png);
                background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.35) 42%, rgba(0, 0, 0, 0.05) 100%), url(../images/dashboardTeamSelectedBg.png);
                background-size: cover;
                background-position: right center;
            }

                .dashboard section .card.dashboardTeam.dashboardTeam--hasTeam .dashboardTeam__inner {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    -webkit-box-align: start;
                    -ms-flex-align: start;
                    align-items: flex-start;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    width: 100%;
                    height: 100%;
                    min-height: 0;
                    gap: 23px;
                }

                .dashboard section .card.dashboardTeam.dashboardTeam--hasTeam .dashboardTeam__top {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    -webkit-box-align: start;
                    -ms-flex-align: start;
                    align-items: flex-start;
                    gap: 4px;
                    max-width: 75%;
                }

                .dashboard section .card.dashboardTeam.dashboardTeam--hasTeam .dashboardTeam__identity {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    gap: 12px;
                    margin-bottom: 20px;
                }

                .dashboard section .card.dashboardTeam.dashboardTeam--hasTeam .dashboardTeam__flag {
                    width: 55px;
                    height: 33px;
                    border-radius: 2px;
                    -o-object-fit: cover;
                    object-fit: cover;
                    -ms-flex-negative: 0;
                    flex-shrink: 0;
                    background: rgba(255, 255, 255, 0.08);
                }

                .dashboard section .card.dashboardTeam.dashboardTeam--hasTeam .dashboardTeam__country {
                    margin: 0;
                    font-family: "Staatliches", sans-serif;
                    font-size: 2rem;
                    letter-spacing: -0.04rem;
                    color: #fff;
                    line-height: 1;
                    text-transform: uppercase;
                }

                .dashboard section .card.dashboardTeam.dashboardTeam--hasTeam .dashboardTeam__win {
                    margin: 0;
                    font-family: "Staatliches", sans-serif;
                    font-size: 1.5rem;
                    letter-spacing: -0.03rem;
                    color: #fff;
                    line-height: 1.2;
                }

                .dashboard section .card.dashboardTeam.dashboardTeam--hasTeam .dashboardTeam__winValue {
                    color: #299eff;
                }

                .dashboard section .card.dashboardTeam.dashboardTeam--hasTeam.dashboardTeam--concede .dashboardTeam__winValue {
                    color: #ff3b30;
                }

                .dashboard section .card.dashboardTeam.dashboardTeam--hasTeam .dashboardTeam__goals {
                    margin: 0;
                    font-family: "Staatliches", sans-serif;
                    font-size: 1.5rem;
                    letter-spacing: -0.03rem;
                    color: #fff;
                    line-height: 1.2;
                    text-transform: uppercase;
                }

                .dashboard section .card.dashboardTeam.dashboardTeam--hasTeam .btn {
                    width: 100%;
                }

                .dashboard section .card.dashboardTeam.dashboardTeam--hasTeam .dashboardTeam__spins {
                    width: 100%;
                    max-width: 100%;
                    margin: 0;
                    font-family: "Inter", sans-serif;
                    font-size: 0.75rem;
                    font-weight: 500;
                    letter-spacing: -0.18px;
                    text-align: center;
                    color: rgba(255, 255, 255, 0.75);
                    line-height: 1;
                    -webkit-transform: translateY(-5px);
                    transform: translateY(-5px);
                }

                .dashboard section .card.dashboardTeam.dashboardTeam--hasTeam:hover .btn, .dashboard section .card.dashboardTeam.dashboardTeam--hasTeam:focus-visible .btn {
                    background-position: 100% 0;
                }

            .dashboard section .card.dashboardTeam.eliminated {
                position: relative;
            }

                .dashboard section .card.dashboardTeam.eliminated .dashboardTeam__inner {
                    -webkit-filter: grayscale(0.2) brightness(1);
                    filter: grayscale(0.2) brightness(1);
                }

                .dashboard section .card.dashboardTeam.eliminated::before {
                    content: "";
                    display: block;
                    width: 100%;
                    height: 100%;
                    background-color: #505050;
                    opacity: 0.7;
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: 1;
                }

                .dashboard section .card.dashboardTeam.eliminated::after {
                    content: "Eliminated";
                    display: block;
                    width: 200%;
                    height: 60px;
                    background-color: #F00F00;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    z-index: 2;
                    -webkit-transform: rotate(-33deg) translate(-50%, -50%);
                    transform: rotate(-33deg) translate(-50%, -50%);
                    -webkit-transform-origin: top left;
                    transform-origin: top left;
                    color: #fff;
                    font-family: "Staatliches", sans-serif;
                    font-size: 2.5rem;
                    letter-spacing: 0.075rem;
                    text-transform: uppercase;
                    text-align: center;
                    line-height: 1;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                }

        .dashboard section .card.dashboardMatchAndWin {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 12px;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-filter: none;
            filter: none;
        }

            .dashboard section .card.dashboardMatchAndWin::before {
                background-image: url(../images/dashboardMatchAndWinBg.png);
                background-position: right center;
                background-repeat: no-repeat;
                background-size: cover;
                content: "";
                height: 100%;
                inset: 0;
                position: absolute;
                width: 100%;
                z-index: -1;
            }
            .dashboard section .card.dashboardMatchAndWin[aria-disabled=true] > *:not(.textWrapper), .dashboard section .card.dashboardMatchAndWin[aria-disabled=true]::before {
                -webkit-filter: grayscale(1);
                filter: grayscale(1);
            }

            .dashboard section .card.dashboardMatchAndWin .textWrapper {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                gap: 10px;
            }
            .dashboard section .card.dashboardMatchAndWin h3, .dashboard section .card.dashboardMatchAndWin .h3 {
                font-size: 1.5rem;
                letter-spacing: -0.015pxrem;
                margin-bottom: 0;
            }

            .dashboard section .card.dashboardMatchAndWin p {
                font-size: 0.75rem;
                color: #D1D1D6;
                letter-spacing: -0.18px;
                margin-bottom: 0;
            }

            .dashboard section .card.dashboardMatchAndWin:hover .btn.btn-round, .dashboard section .card.dashboardMatchAndWin:focus-visible .btn.btn-round {
                background-position: 100% 0;
            }

        .dashboard section .card.dashboardPredictAndWin {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-filter: none;
            filter: none;
        }

            .dashboard section .card.dashboardPredictAndWin::before {
                background-image: url(../images/dashboardPredictAndWinBg.png);
                background-position: right center;
                background-repeat: no-repeat;
                background-size: cover;
                content: "";
                height: 100%;
                inset: 0;
                position: absolute;
                width: 100%;
                z-index: -1;
            }
            .dashboard section .card.dashboardPredictAndWin[aria-disabled=true] > *:not(.textWrapper), .dashboard section .card.dashboardPredictAndWin[aria-disabled=true]::before {
                -webkit-filter: grayscale(1);
                filter: grayscale(1);
            }

            .dashboard section .card.dashboardPredictAndWin .textWrapper {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                gap: 10px;
                width: 100%;
            }

            .dashboard section .card.dashboardPredictAndWin h3, .dashboard section .card.dashboardPredictAndWin .h3 {
                font-size: 1.5rem;
                letter-spacing: -0.015pxrem;
                margin-bottom: 0;
    
            }

            .dashboard section .card.dashboardPredictAndWin p {
                font-size: 0.75rem;
                color: #D1D1D6;
                letter-spacing: -0.18px;
                margin-bottom: 0;
                max-width: 131px;
              
            }

           

            .dashboard section .card.dashboardPredictAndWin:hover .btn.btn-round, .dashboard section .card.dashboardPredictAndWin:focus-visible .btn.btn-round {
                background-position: 100% 0;
            }

.dashboard.dashPage footer {
    height: auto;
    padding: 0;
}

.my-rewards .my-rewards-panel {
    width: 100%;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
}

    .my-rewards .my-rewards-panel h2, .my-rewards .my-rewards-panel .h2 {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 12px;
        font-size: 1.125rem;
        color: #8e8e93;
        letter-spacing: -0.18px;
        margin-bottom: 12px;
        white-space: nowrap;
    }

        .my-rewards .my-rewards-panel h2::after, .my-rewards .my-rewards-panel .h2::after {
            content: "";
            display: block;
            width: 100%;
            height: 2px;
            background-color: rgba(127, 127, 127, 0.4);
        }

.my-rewards .my-rewards-panel__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.my-rewards .my-rewards-panel__reward {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 73px;
    padding: 12px 16px;
    border-radius: 18px;
    border: 1px solid #6e6e6e;
    background: #000;
    color: #fff !important;
    text-align: center;
    font-family: "Staatliches", sans-serif;
    font-size: 1.5rem;
    line-height: 1.1;
    letter-spacing: -0.24px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: border-color 0.2s ease, background-color 0.2s ease;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

    .my-rewards .my-rewards-panel__reward:hover, .my-rewards .my-rewards-panel__reward:focus-visible {
        color: #fff !important;
        border-color: rgba(255, 255, 255, 0.35);
        background: #0a0a0a;
    }

.store-locate main .verticalTop {
    padding-top: 0;
}

.store-locate .innerWrapper .card {
    padding: 50px 24px 32px;
    margin-bottom: 30px;
}

    .store-locate .innerWrapper .card .storeLocator__label {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 24px;
        font-family: "Staatliches", sans-serif;
        font-size: 1.25rem;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #fff;
        text-shadow: 0px 1.5px 3.4px rgba(138, 127, 159, 0.7);
        background-color: #1c1818;
        border: 1px solid #dee0e1;
        border-radius: 100px;
        padding: 10px 20px;
    }

    .store-locate .innerWrapper .card .storeLocator__mapBox {
        margin-bottom: 36px;
    }

        .store-locate .innerWrapper .card .storeLocator__mapBox .imgbox {
            width: 100%;
            max-width: 207px;
            margin: 0 auto;
            border-radius: 16px;
            overflow: hidden;
        }

            .store-locate .innerWrapper .card .storeLocator__mapBox .imgbox img {
                width: 100%;
                height: auto;
                display: block;
            }

    .store-locate .innerWrapper .card p {
        font-size: 1rem;
        font-weight: 400;
        letter-spacing: 0.8px;
        line-height: 1.5;
        text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
        margin-bottom: 36px;
    }

    .store-locate .innerWrapper .card form label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 11px;
        background-color: #fff;
        border: 2px solid #246BFD;
        padding: 10px 15px;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
        -webkit-transition: border-color 0.3s ease;
        transition: border-color 0.3s ease;
    }

        .store-locate .innerWrapper .card form label input {
            background-color: transparent;
            border: none;
            outline: none;
            width: 100%;
            font-size: 1.25rem;
            font-weight: 600;
            color: #051225;
            text-align: center;
            cursor: text;
            -moz-appearance: textfield;
        }

            .store-locate .innerWrapper .card form label input::-webkit-input-placeholder {
                color: #9B9B9B;
                font-weight: 400;
            }

            .store-locate .innerWrapper .card form label input::-moz-placeholder {
                color: #9B9B9B;
                font-weight: 400;
            }

            .store-locate .innerWrapper .card form label input::-ms-input-placeholder {
                color: #9B9B9B;
                font-weight: 400;
            }

            .store-locate .innerWrapper .card form label input::placeholder {
                color: #9B9B9B;
                font-weight: 400;
            }

            .store-locate .innerWrapper .card form label input::-webkit-inner-spin-button, .store-locate .innerWrapper .card form label input::-webkit-outer-spin-button {
                -webkit-appearance: none;
                margin: 0;
            }

            .store-locate .innerWrapper .card form label input.error {
                color: #E52A1F;
            }

    .store-locate .innerWrapper .card form .errorMsg {
        margin-top: 8px;
        margin-bottom: 0;
        font-size: 0.875rem;
        color: #E52A1F;
        text-align: center;
    }

    .store-locate .innerWrapper .card .storeLocator__results {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .store-locate .innerWrapper .card .storeLocator__result {
        padding: 20px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

        .store-locate .innerWrapper .card .storeLocator__result:first-child {
            padding-top: 0;
        }

        .store-locate .innerWrapper .card .storeLocator__result:last-child {
            padding-bottom: 0;
            border-bottom: none;
        }

    .store-locate .innerWrapper .card .storeLocator__resultName {
        display: block;
        font-family: "Staatliches", sans-serif;
        font-size: 1.125rem;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #fff;
        text-shadow: 0px 1.5px 3.4px rgba(138, 127, 159, 0.7);
        margin-bottom: 8px;
    }

    .store-locate .innerWrapper .card .storeLocator__resultAddress {
        display: block;
        font-size: 1rem;
        font-weight: 400;
        letter-spacing: 0.8px;
        line-height: 1.5;
        color: #fff;
        text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
        margin-bottom: 6px;
    }

    .store-locate .innerWrapper .card .storeLocator__resultDistance {
        display: block;
        font-size: 0.9375rem;
        font-weight: 600;
        letter-spacing: 0.5px;
        color: #CBC8C2;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    }

.store-near .innerWrapper .card {
    padding: 60px 30px 60px 30px;
}

    .store-near .innerWrapper .card p {
        font-weight: 600;
        line-height: 1.3em;
        letter-spacing: 1.2px;
        margin-bottom: 30px;
    }

        .store-near .innerWrapper .card p .address {
            display: block;
        }

        .store-near .innerWrapper .card p .miles {
            display: block;
            color: #E52A1F;
        }

        .store-near .innerWrapper .card p:last-child {
            margin-bottom: 0;
        }

.thank-you .innerWrapper .card {
    padding: 40px 20px;
    min-height: 458px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .thank-you .innerWrapper .card p {
        font-weight: 400;
        line-height: 1.3em;
        letter-spacing: 1.2px;
        margin-bottom: 30px;
    }

    .thank-you .innerWrapper .card a {
        font-size: 0.75rem;
    }

@media (min-width: 360px) {
    .thank-you .innerWrapper .card a {
        font-size: 1rem;
    }
}

.thank-you .innerWrapper .card h5, .thank-you .innerWrapper .card .h5 {
    font-size: 1.5rem;
    letter-spacing: 1.6px;
}

.matchAndWin section.matchAndWin p {
    font-size: 0.875rem;
    letter-spacing: -0.0179375pxrem;
    margin-bottom: 0;
}

.matchAndWin .scratchCard {
    margin-bottom: 20px !important;
}

    .matchAndWin .scratchCard .instantRewardHeading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px;
        border-radius: 11.464px;
        background-image: url(../images/instantRewardBg.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-box-shadow: 3.821px 5.732px 0 0 rgba(0, 0, 0, 0.25);
        box-shadow: 3.821px 5.732px 0 0 rgba(0, 0, 0, 0.25);
        padding: 15px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto -30px;
        padding: 15px 30px;
        position: relative;
        z-index: 1;
    }

        .matchAndWin .scratchCard .instantRewardHeading h2, .matchAndWin .scratchCard .instantRewardHeading .h2 {
            display: block;
            color: #100F0F;
            font-size: 1.910625rem;
            letter-spacing: -0.019125rem;
            text-align: center;
            margin-bottom: 0;
            line-height: 0.8;
        }

            .matchAndWin .scratchCard .instantRewardHeading h2:after, .matchAndWin .scratchCard .instantRewardHeading .h2:after {
                display: none;
            }

    .matchAndWin .scratchCard .card {
        padding: 60px 9px 12px;
    }

        .matchAndWin .scratchCard .card .scratchContainer {
            position: relative;
            width: 100%;
            height: auto;
            aspect-ratio: 1/1;
            margin: 0 auto;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            -o-user-select: none;
            user-select: none;
            border-radius: 16px;
            outline: 2px solid #ffffff;
            outline-offset: 4px;
            overflow: hidden;
            background-image: url(../images/scratchCardIconBg.png);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

            .matchAndWin .scratchCard .card .scratchContainer.scratchContainer--confetti {
                overflow: visible;
            }

            .matchAndWin .scratchCard .card .scratchContainer canvas {
                width: 100%;
                height: auto;
                aspect-ratio: 1/1;
                position: absolute;
                top: 0;
                z-index: 2;
                border-radius: 16px;
                overflow: hidden;
                -webkit-animation-duration: 1s;
                animation-duration: 1s;
                -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
            }

                .matchAndWin .scratchCard .card .scratchContainer canvas.fadeOut {
                    -webkit-animation-name: fadeOut;
                    animation-name: fadeOut;
                    pointer-events: none;
                }

            .matchAndWin .scratchCard .card .scratchContainer #gameIcons {
                position: relative;
                z-index: 1;
                visibility: hidden;
                -webkit-animation-duration: 1s;
                animation-duration: 1s;
                -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
                width: 100%;
                margin: 0;
                padding: 2px;
                aspect-ratio: 1/1;
            }

                .matchAndWin .scratchCard .card .scratchContainer #gameIcons.reveal {
                    -webkit-animation-name: tada;
                    animation-name: tada;
                }

body[data-scratch-outcome=lose] .matchAndWin .scratchCard .card .scratchContainer #gameIcons.reveal {
    -webkit-animation-name: none;
    animation-name: none;
}

.matchAndWin .scratchCard .card .scratchContainer #gameIcons .col-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px;
}

    .matchAndWin .scratchCard .card .scratchContainer #gameIcons .col-4 .innerWrapper {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 14px;
        overflow: hidden;
    }

        .matchAndWin .scratchCard .card .scratchContainer #gameIcons .col-4 .innerWrapper img {
            pointer-events: none;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
        }

        .matchAndWin .scratchCard .card .scratchContainer #gameIcons .col-4 .innerWrapper.match {
            -webkit-box-shadow: 0 0 8.6px 3px #307DFE;
            box-shadow: 0 0 8.6px 3px #307DFE;
        }

.match-win-voucher-sheet.offcanvas-bottom {
    height: auto;
    max-height: 92vh;
    border-top: none;
    border-radius: 20px 20px 0 0;
    -webkit-box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.45);
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.45);
    background: #000;
    color: #fff;
}

.match-win-voucher-sheet__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    padding: 8px 0 0;
}

.match-win-voucher-sheet__swipe-zone {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    padding-bottom: 4px;
}

.match-win-voucher-sheet__handle {
    width: 66px;
    height: 5px;
    margin: 12px auto 20px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.35);
}

.match-win-voucher-sheet__body.offcanvas-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 0 20px 24px;
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.match-win-voucher-sheet__hero {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 12px;
    line-height: 0;
}

    .match-win-voucher-sheet__hero img {
        width: 100%;
        height: auto;
        max-height: 200px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center top;
        object-position: center top;
        display: block;
    }

.match-win-voucher-sheet__headline {
    margin: 0 0 4px;
    font-family: "Staatliches", sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
}

.match-win-voucher-sheet__redeem {
    margin: 0 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px 10px;
    font-family: "Staatliches", sans-serif;
    font-size: 1.25rem;
    line-height: 1.15;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
}

.match-win-voucher-sheet__redeem-text {
    display: inline-block;
}

.match-win-voucher-sheet__spar {
    height: 28px;
    width: auto;
    max-width: 120px;
    display: inline-block;
    vertical-align: middle;
    -o-object-fit: contain;
    object-fit: contain;
}

.match-win-voucher-sheet__copy {
    max-width: 280px;
    margin: 0 auto 24px;
}

    .match-win-voucher-sheet__copy p {
        margin: 0 0 8px;
        font-family: "Inter", sans-serif;
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 1.45;
        letter-spacing: 0.045em;
        color: #e1e1e1;
    }

        .match-win-voucher-sheet__copy p:last-child {
            margin-bottom: 0;
        }

.match-win-voucher-sheet__actions.btnSection {
    width: 100%;
    max-width: 309px;
    margin-top: auto;
    padding-top: 10px;
    padding-bottom: max(8px, env(safe-area-inset-bottom, 0));
}

.match-win-voucher-sheet__ok.btn {
    width: 100%;
    min-width: 0;
    margin: 0;
    border-radius: 10px;
    font-size: clamp(1.625rem, 6vw, 1.875rem);
    letter-spacing: 3px;
    line-height: 1.1;
    text-transform: uppercase;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.55), 0 0 24px rgba(146, 84, 222, 0.32);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.55), 0 0 24px rgba(146, 84, 222, 0.32);
}

.predict-and-win footer {
    height: auto;
}

.predict-and-win .predictWin {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 8px;
}

.predict-and-win .predictWin__fixture {
    margin-bottom: 11px;
    border-radius: 12px;
    background: rgba(26, 26, 26, 0.8);
    mix-blend-mode: hard-light;
}

    .predict-and-win .predictWin__fixture.no-fixtures .predictWin__fixtureInner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.predict-and-win .predictWin__fixtureInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 8px;
    padding: 11px 12px 13px;
}

.predict-and-win .predictWin__fixtureFlag {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 34px;
    height: auto;
    border: 0.9px solid #fff;
    border-radius: 5.5px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 356px) {
    .predict-and-win .predictWin__fixtureFlag {
        width: 52px;
    }
}

.predict-and-win .predictWin__fixtureFlag img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.predict-and-win .predictWin__fixtureMain {
    min-width: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 7px;
}

.predict-and-win .predictWin__fixtureLabel {
    margin: 0 0 2px;
    font-family: "Inter", sans-serif;
    font-size: 0.5rem;
    font-weight: 500;
    letter-spacing: 0.035rem;
    line-height: 1;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
}

.predict-and-win .predictWin__fixtureTitle {
    margin: 0 0 4px;
    font-family: "Staatliches", sans-serif;
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: 0.065625rem;
    line-height: 1.1;
    text-transform: uppercase;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
}

.predict-and-win .predictWin__fixtureTeam {
    text-align: center;
}

.predict-and-win .predictWin__fixtureSeparator {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-item-align: center;
    align-self: center;
}

.predict-and-win .predictWin__fixtureTitle--stacked {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 4px;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}

    .predict-and-win .predictWin__fixtureTitle--stacked .predictWin__fixtureTeam {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

.predict-and-win .predictWin__fixtureMeta {
    margin: 0 0 8px;
    font-family: "Inter", sans-serif;
    font-size: 0.5625rem;
    font-weight: 500;
    letter-spacing: 0.035rem;
    line-height: 1;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
}

.predict-and-win .predictWin__fixtureClose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    row-gap: 2px;
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 0.5625rem;
    font-weight: 500;
    letter-spacing: 0.035rem;
    line-height: 1;
    text-transform: uppercase;
    color: #ffd735;
}

.predict-and-win .predictWin__fixtureTimer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 7px;
    height: 7px;
}

.predict-and-win .predictWin__modes {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 11px;
}

.predict-and-win a.predictWin__mode {
    display: block;
    margin: 0;
    border-radius: 18px;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    -webkit-transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
    transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}

    .predict-and-win a.predictWin__mode:hover {
        -webkit-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
    }

    .predict-and-win a.predictWin__mode:focus {
        outline: none;
    }

    .predict-and-win a.predictWin__mode:focus-visible {
        outline: 2px solid #fff;
        outline-offset: 3px;
    }

    .predict-and-win a.predictWin__mode[aria-disabled=true] {
        pointer-events: none;
        cursor: not-allowed;
        opacity: 0.65;
    }

.predict-and-win a.predictWin__mode--locked[aria-disabled=true] {
    opacity: 1;
}

.predict-and-win a.predictWin__mode--locked {
    pointer-events: none;
    cursor: not-allowed;
    -webkit-filter: saturate(0.7);
    filter: saturate(0.7);
}

    .predict-and-win a.predictWin__mode--locked:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .predict-and-win a.predictWin__mode--locked:focus-visible {
        outline: none;
    }

.predict-and-win .predictWin__lock {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: inherit;
    background: rgba(0, 0, 0, 0.72);
    color: rgba(255, 255, 255, 0.95);
    pointer-events: none;
}

    .predict-and-win .predictWin__lock svg {
        width: 83px;
        height: 83px;
    }

.predict-and-win a.predictWin__mode--locked .predictWin__lock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.predict-and-win .predictWin__modeBody {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    padding: 16px;
    border-radius: 18px;
    overflow: hidden;
    color: #fff;
    background-color: #0d1528;
    background-size: cover;
    background-position: center;
    min-height: 204px;
}

.predict-and-win .predictWin__prize--goalRush,
.predict-and-win .predictWin__prize--strikeTime {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 28px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 6px 14px 7px;
    border-radius: 12px;
    background: #1a1a1a;
    mix-blend-mode: hard-light;
    font-family: "Inter", sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.034375rem;
    line-height: 1.2;
    text-transform: none;
    color: #fff;
}

    .predict-and-win .predictWin__prize--goalRush .predictWin__prizeEmoji,
    .predict-and-win .predictWin__prize--strikeTime .predictWin__prizeEmoji {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-size: 0.75rem;
        line-height: 1;
    }

    .predict-and-win .predictWin__prize--goalRush .predictWin__prizeLabel,
    .predict-and-win .predictWin__prize--strikeTime .predictWin__prizeLabel {
        text-align: left;
    }

.predict-and-win .predictWin__mode--goalRush .predictWin__modeBody {
    gap: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #0d1528;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.12)), to(rgba(0, 0, 0, 0.55))), url("../images/predict-win-goal-rush-bg.jpg");
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.55) 100%), url("../images/predict-win-goal-rush-bg.jpg");
    background-size: cover;
    background-position: 50% 20%;
}

.predict-and-win .predictWin__mode--goalRush .predictWin__modeGoalRushRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    min-height: 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    margin: auto auto 0;
}

.predict-and-win .predictWin__mode--goalRush .predictWin__modeGoalRushText {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    min-width: 0;
    max-width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 2px;
    row-gap: 14px;
}

.predict-and-win .predictWin__mode--goalRush .predictWin__modeCopy--goalRush {
    margin: 0;
    max-width: 198px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
}

.predict-and-win .predictWin__mode--goalRush .predictWin__modeGoalRushIcon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 132px;
    max-width: 42%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0;
}

.predict-and-win .predictWin__mode--goalRush .predictWin__modeCopyLine,
.predict-and-win .predictWin__mode--strikeTime .predictWin__modeCopyLine {
    display: block;
    line-height: 1.1;
}

.predict-and-win .predictWin__mode--strikeTime .predictWin__modeBody {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #0d1528;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.12)), to(rgba(0, 0, 0, 0.55))), url("../images/predict-win-strike-time-bg.jpg");
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.55) 100%), url("../images/predict-win-strike-time-bg.jpg");
    background-size: cover;
    background-position: 50% 45%;
}

.predict-and-win .predictWin__mode--strikeTime .predictWin__modeStrikeTimeRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    min-height: 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    margin: auto auto 0;
}

.predict-and-win .predictWin__mode--strikeTime .predictWin__modeStrikeTimeText {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    min-width: 0;
    max-width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 2px;
}

    .predict-and-win .predictWin__mode--strikeTime .predictWin__modeStrikeTimeText .predictWin__modeBadge {
        margin: 0 0 24px;
    }

    .predict-and-win .predictWin__mode--strikeTime .predictWin__modeStrikeTimeText .predictWin__modeTitle {
        margin: 0 0 14px;
    }

.predict-and-win .predictWin__mode--strikeTime .predictWin__modeCopy--strikeTime {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
}

.predict-and-win .predictWin__mode--strikeTime .predictWin__modeStrikeTimeIcon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 40%;
    max-width: 107px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0;
}

.predict-and-win .predictWin__modeBadge {
    font-family: "Inter", sans-serif;
    font-size: 0.5rem;
    font-weight: 500;
    letter-spacing: 0.035rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
}

.predict-and-win .predictWin__modeTitle {
    margin: 0;
    font-family: "Staatliches", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: -0.04rem;
    line-height: 0.95;
    text-transform: uppercase;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.predict-and-win .predictWin__modeCopy {
    max-width: 220px;
    font-family: "Staatliches", sans-serif;
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: 0.065625rem;
    line-height: 1.05;
    text-transform: uppercase;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.predict-and-win .predictWin__prize {
    margin-top: auto;
    padding-top: 8px;
    font-family: "Staatliches", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.02625rem;
    line-height: 1.15;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.92);
}

/** Matches Swiper `slidesPerView` in `z-goal-rush.js` */
/**
 * Global: title row + `lozenge` (see goal-rush.html, predict-and-win `fixtureWrapper` pattern).
 * Not nested under `.goal-rush` so the block can be reused / overridden anywhere.
 */
.goalRush__fixtureWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin: 0 0 16px !important;
    width: 100%;
}

    .goalRush__fixtureWrapper h2, .goalRush__fixtureWrapper .h2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: 0;
        font-family: "Staatliches", sans-serif;
        font-size: 1.4375rem;
        font-weight: 400;
        letter-spacing: -0.014375rem;
        line-height: 1;
        text-transform: uppercase;
        color: #8e8e93;
    }

    .goalRush__fixtureWrapper::after {
        content: "";
        -webkit-box-flex: 1;
        -ms-flex: 1 1 40px;
        flex: 1 1 40px;
        min-width: 20px;
        height: 2px;
        background: -webkit-gradient(linear, left top, right top, from(rgba(127, 127, 127, 0.4)), to(rgba(127, 127, 127, 0.1)));
        background: linear-gradient(90deg, rgba(127, 127, 127, 0.4) 0%, rgba(127, 127, 127, 0.1) 100%);
        -ms-flex-item-align: center;
        align-self: center;
    }

.goal-rush {
    /**
   * Goal Rush submit modal â€” Figma node 510:16061 (same shell as teamDecideConfirm).
   * Extra blocks (good luck + dashboard link) sit after `.modal-content` as siblings.
   */
    /**
   * Game updating â€” Figma New-WWEG 1600:14104
   * (goal-rush-game-updating.html)
   */
    /**
   * Match in progress â€” Figma New-WWEG 1606:14107
   * (goal-rush-match-in-progress.html)
   */
    /**
   * Not this time â€” Figma New-WWEG 1610:14125
   * (goal-rush-not-this-time.html)
   */
    /**
   * You got it right â€” Figma New-WWEG 1619:14138
   * (goal-rush-you-got-it-right.html)
   */
}

    .goal-rush .goalRush {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 24px;
    }

    .goal-rush .goalRush__prizeBanner {
        margin: 0 0 24px;
        border-radius: 1.453125rem;
        overflow: hidden;
        line-height: 0;
    }

    .goal-rush .goalRush__prizeBannerImg {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .goal-rush .goalRush__instruction {
        margin: 0 0 25px;
        font-size: 1.875rem;
        text-align: center;
    }

    .goal-rush .goalRush__matchTitle {
        margin: 0 0 10px;
        font-size: 1.875rem;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: 4px;
        -moz-column-gap: 4px;
        column-gap: 4px;
    }

    .goal-rush .goalRush__matchTeam {
        text-align: center;
    }

    .goal-rush .goalRush__matchSeparator {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-item-align: center;
        align-self: center;
        padding: 0 8px;
    }

    .goal-rush .goalRush__matchNameRow--stacked {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        row-gap: 4px !important;
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important;
    }

        .goal-rush .goalRush__matchNameRow--stacked .goalRush__matchTeam {
            -webkit-box-flex: 0 !important;
            -ms-flex: none !important;
            flex: none !important;
            width: 100% !important;
        }

    .goal-rush .goalRush__vsInline {
        font-weight: 400;
    }

    .goal-rush .goalRush__matchMeta {
        margin: 0 0 12px;
        font-family: "Inter", sans-serif;
        font-size: 0.75rem;
        font-weight: 800;
        letter-spacing: 0.035rem;
        line-height: 1.2;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .goal-rush .goalRush__matchRulesNote {
        margin: 20px 0 28px;
        padding: 11px 50px;
        border-radius: 12px;
        border: 1px solid #636363;
        background: rgba(39, 39, 39, 0.7);
        font-family: "Inter", sans-serif;
        font-size: 0.75rem;
        font-weight: 500;
        letter-spacing: 0.025rem;
        line-height: 1.35;
        text-align: center;
        color: rgba(255, 255, 255, 0.92);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .goal-rush .goalRush__pickers {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 8px;
        margin: 0 0 20px;
        width: 100%;
    }

    .goal-rush .goalRush__pickerCol {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: calc(50% - 21px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .goal-rush .goalRush__pickerFlag {
        width: 32px;
        height: auto;
        margin: 0 0 -14px;
        border: 0.5px solid #fff;
        border-radius: 3px;
        overflow: hidden;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        position: relative;
        z-index: 2;
        background: #000;
    }

        .goal-rush .goalRush__pickerFlag img {
            display: block;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .goal-rush .goalRush__pickerVs {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-item-align: center;
        align-self: center;
        margin: 0;
        font-family: "Staatliches", sans-serif;
        font-size: 1.3125rem;
        line-height: 1;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
    }

    .goal-rush .goalRush__picker {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%;
        min-height: 172px;
        border-radius: 12px;
        border: 1px solid #fff;
        background: rgba(48, 41, 38, 0.62);
        overflow: hidden;
        z-index: 1;
    }

        .goal-rush .goalRush__picker:focus {
            outline: 2px solid rgba(255, 255, 255, 0.4);
            outline-offset: 2px;
        }

            .goal-rush .goalRush__picker:focus:not(:focus-visible) {
                outline: none;
            }

    .goal-rush .goalRush__pickerSwiper {
        width: 100%;
        height: 172px;
        margin: 0;
        padding: 0;
        overflow: visible;
        position: relative;
        z-index: 1;
    }

        .goal-rush .goalRush__pickerSwiper .swiper-wrapper {
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
        }

        .goal-rush .goalRush__pickerSwiper .swiper-slide {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: 43px;
            min-height: 43px;
            width: 100%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

    .goal-rush .goalRush__pickerSlide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        min-height: 43px;
        height: 43px;
        margin: 0;
        font-family: "Inter", sans-serif;
        font-size: 1.125rem;
        font-weight: 600;
        line-height: 1;
        text-align: center;
        color: #fff;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-box-shadow: inset 0 1px 0 #575757;
        box-shadow: inset 0 1px 0 #575757;
        -webkit-transition: color 0.12s ease, font-size 0.12s ease;
        transition: color 0.12s ease, font-size 0.12s ease;
    }

    .goal-rush .goalRush__pickerSlideValue {
        display: inline-block;
        line-height: 1;
        padding-top: 3px;
    }

    .goal-rush .goalRush__pickerSwiper .swiper-slide:last-child .goalRush__pickerSlide {
        -webkit-box-shadow: inset 0 1px 0 #575757, inset 0 -1px 0 #575757;
        box-shadow: inset 0 1px 0 #575757, inset 0 -1px 0 #575757;
    }

    .goal-rush .goalRush__pickerSwiper .swiper-slide-active .goalRush__pickerSlide {
        font-size: 1.5625rem;
        color: #ffd735;
    }

    .goal-rush .goalRush__pickerSwiper .swiper-slide:not(.swiper-slide-active) .goalRush__pickerSlide {
        font-size: 1.125rem;
        color: #fff;
    }

    .goal-rush .goalRush__pickerSlide--spacer {
        color: #8a8a8a;
        font-weight: 500;
    }

    .goal-rush .goalRush__pickerSwiper .swiper-slide-active .goalRush__pickerSlide--spacer {
        color: #a8a6a0;
        font-size: 1.375rem;
    }

    .goal-rush .goalRush__countdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 6px;
        width: 100%;
        margin: 0 auto;
        padding: 11px 16px;
        border-radius: 12px;
        border: 1px solid #ffb80a;
        background: rgba(48, 41, 38, 0.62);
    }

    .goal-rush .goalRush__countdownLine {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 4px;
        margin: 0;
        font-family: "Inter", sans-serif;
        font-size: 0.625rem;
        font-weight: 700;
        letter-spacing: 0.04375rem;
        line-height: 1;
        text-transform: uppercase;
        text-align: center;
        color: #ffd735;
    }

        .goal-rush .goalRush__countdownLine svg {
            -ms-flex-negative: 0;
            flex-shrink: 0;
        }

    .goal-rush .goalRush__countdownRemain {
        margin: 0;
        font-family: "Inter", sans-serif;
        font-size: 0.625rem;
        font-weight: 500;
        letter-spacing: 0.035rem;
        line-height: 1;
        text-transform: uppercase;
        text-align: center;
        color: rgba(255, 255, 255, 0.75);
    }

    .goal-rush #modalGoalRushSubmit .modal-dialog.teamDecideConfirm__dialog {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .goal-rush .teamDecideConfirm--goalRushSubmit .modal-body {
        padding: 41px 24px 53px !important;
    }

    .goal-rush .teamDecideConfirm--goalRushSubmit .teamDecideConfirm__title {
        margin-bottom: 1rem;
    }

    .goal-rush .teamDecideConfirm--goalRushSubmit .teamDecideConfirm__footer .goalRushSubmitModal__btnBack {
        text-transform: none;
        letter-spacing: 0.1875rem;
    }

    .goal-rush .teamDecideConfirm--goalRushSubmit .teamDecideConfirm__footer .goalRushSubmitModal__btnConfirm {
        letter-spacing: 0.1875rem;
    }

    .goal-rush #modalGoalRushSubmit.is-submitted .teamDecideConfirm.modal-content {
        margin-top: auto;
    }

    .goal-rush #modalGoalRushSubmit.is-submitted .goalRushSubmitModal__footerRow--submitted {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: auto;
    }

    .goal-rush .goalRushSubmitModal__panel--submitted {
        text-align: center;
    }

    .goal-rush .goalRushSubmitModal__successIcon {
        margin: 0 0 0.5rem;
        font-size: 2rem;
        line-height: 1.4;
        text-align: center;
        text-shadow: 0 0.319125rem 0.319125rem rgba(0, 0, 0, 0.25);
        color: #fff;
    }

    .goal-rush .goalRushSubmitModal__successTitle {
        margin-bottom: 0.75rem !important;
        text-transform: none;
    }

    .goal-rush .goalRushSubmitModal__lockedIn {
        max-width: 268px;
        margin: 0 auto 1rem;
        font-family: "Inter", sans-serif;
        font-size: 1rem;
        font-weight: 300;
        letter-spacing: -0.24px;
        line-height: 1.2;
        text-align: center;
        color: #fff;
    }

    .goal-rush .goalRushSubmitModal__goodLuck {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 288px;
        margin: 1.875rem auto;
        padding: 0 1.5rem;
        font-family: "Inter", sans-serif;
        font-size: 1rem;
        font-weight: 300;
        letter-spacing: -0.24px;
        line-height: 1.2;
        text-align: center;
        color: #fff;
    }

    .goal-rush .goalRushSubmitModal__footerRow--confirm {
        display: contents;
    }

    .goal-rush .goalRushSubmitModal__footerRow--submitted {
        display: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin: 0 auto;
        max-width: 390px;
        gap: 1rem;
    }

        .goal-rush .goalRushSubmitModal__footerRow--submitted .goalRushSubmitModal__btnHome {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            max-width: none;
            width: 100%;
            text-transform: none;
            letter-spacing: 0.1875rem;
            pointer-events: auto;
        }

    .goal-rush .goalRushSubmitModal__summary {
        margin: 0 auto;
        padding: 1.25rem 1rem 1.125rem;
        border-radius: 1.2886875rem;
        background: #161515;
        text-align: center;
    }

    .goal-rush .goalRushSubmitModal__matchRow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 0.5rem;
        margin: 0 0 0.875rem;
    }

    .goal-rush .goalRushSubmitModal__flag {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 32px;
        height: auto;
        border: 0.5px solid #fff;
        border-radius: 3px;
        overflow: hidden;
        line-height: 0;
        background: #000;
        margin-left: auto;
        margin-right: auto;
    }

        .goal-rush .goalRushSubmitModal__flag img {
            display: block;
            width: 100%;
            height: auto;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .goal-rush .goalRushSubmitModal__matchName {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: 4px;
        -moz-column-gap: 4px;
        column-gap: 4px;
        margin: 0;
        min-width: 0;
        font-family: "Staatliches", sans-serif;
        font-size: 1.3125rem;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.065625rem;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
    }

    .goal-rush .goalRushSubmitModal__predLabel {
        margin: 0 0 0.375rem;
        font-family: "Inter", sans-serif;
        font-size: 0.6875rem;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: 0.034375rem;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
    }

    .goal-rush .teamDecideConfirm .modal-body p.goalRushSubmitModal__score {
        margin: 0 0 0.625rem;
        font-family: "Staatliches", sans-serif;
        font-size: 3.3125rem;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.165625rem;
        text-align: center;
        text-transform: uppercase;
        color: #256afd !important;
    }

    .goal-rush .goalRushSubmitModal__ko {
        margin: 0;
        font-family: "Inter", sans-serif;
        font-size: 0.6875rem;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: 0.034375rem;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
    }

    .goal-rush .goalRushSubmitModal__footer {
        gap: 24px !important;
        -webkit-box-pack: stretch !important;
        -ms-flex-pack: stretch !important;
        justify-content: stretch !important;
        padding-left: 28px !important;
        padding-right: 28px !important;
    }

        .goal-rush .goalRushSubmitModal__footer .goalRushSubmitModal__footerRow .teamDecideConfirm__back {
            max-width: none;
        }

        .goal-rush .goalRushSubmitModal__footer .goalRushSubmitModal__footerRow .teamDecideConfirm__confirm {
            max-width: none;
        }

    .goal-rush .gameUpdatingModal.show {
        display: block;
    }

    .goal-rush .gameUpdatingModal__dialog {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 390px;
        width: calc(100% - 2rem);
        margin-left: auto;
        margin-right: auto;
    }

    .goal-rush .gameUpdatingModal__card.teamDecideConfirm {
        max-width: 390px;
        width: 100%;
        margin-top: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .goal-rush .gameUpdatingModal__body.modal-body {
        padding: 2rem 1.5rem 1.75rem !important;
    }

    .goal-rush .gameUpdatingModal__iconRow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 0 0.75rem;
    }

    .goal-rush .gameUpdatingModal__iconBadge {
        display: block;
        line-height: 0;
    }

        .goal-rush .gameUpdatingModal__iconBadge img {
            display: block;
            width: 2.5rem;
            height: auto;
        }

    .goal-rush .gameUpdatingModal__title {
        margin: 0 0 56px;
        font-family: "Staatliches", sans-serif;
        font-size: 1.9946875rem;
        line-height: 1.4;
        letter-spacing: -0.02rem;
        text-align: center;
        text-transform: uppercase;
        text-shadow: 0 0.319125rem 0.319125rem rgba(0, 0, 0, 0.25);
        color: #fff;
    }

    .goal-rush .gameUpdatingModal__copy {
        max-width: 16.375rem;
        margin: 0 auto 63px;
        text-align: center;
    }

    .goal-rush .gameUpdatingModal__line {
        margin: 0 0 0.5rem;
        font-family: "Inter", sans-serif;
        font-size: 0.8148125rem;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.04074375rem;
        color: #fff;
    }

        .goal-rush .gameUpdatingModal__line:last-child {
            margin-bottom: 0;
        }

    .goal-rush .gameUpdatingModal__countdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 0.25rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin: 1rem auto 0;
        padding: 0.6875rem 1.25rem;
        border: 1px solid #ffb80a;
        border-radius: 0.75rem;
        background: rgba(48, 41, 38, 0.62);
    }

    .goal-rush .gameUpdatingModal__countdownIcon {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .goal-rush .gameUpdatingModal__countdownText {
        font-family: "Inter", sans-serif;
        font-size: 0.625rem;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.04375rem;
        text-transform: uppercase;
        text-align: center;
        color: #ffd735;
    }

    .goal-rush #modalGameUpdating .goalRushSubmitModal__footerRow--submitted {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: auto;
    }

    .goal-rush .gameUpdatingModal__footerCta {
        margin-top: 0.5rem;
    }

    .goal-rush .matchInProgressModal.show {
        display: block;
    }

    .goal-rush .matchInProgressModal__dialog {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 390px;
        width: calc(100% - 2rem);
        margin-left: auto;
        margin-right: auto;
    }

    .goal-rush .matchInProgressModal__card.teamDecideConfirm {
        max-width: 390px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: 30px;
    }

    .goal-rush .matchInProgressModal__body.modal-body {
        padding: 1.75rem 1.25rem 2rem !important;
    }

    .goal-rush .matchInProgressModal__statusRow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 0.5rem;
        margin: 12px 0 24px;
    }

    .goal-rush .matchInProgressModal__liveDot {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 0.625rem;
        height: 0.625rem;
        border-radius: 50%;
        background: radial-gradient(circle at 30% 30%, #ff6b6b 0%, #e02020 45%, #b01010 100%);
        -webkit-box-shadow: 0 0 0.375rem rgba(255, 60, 60, 0.9);
        box-shadow: 0 0 0.375rem rgba(255, 60, 60, 0.9);
    }

    .goal-rush .matchInProgressModal__statusTitle {
        margin: 0;
        font-family: "Staatliches", sans-serif;
        font-size: 1.9946875rem;
        line-height: 1.4;
        letter-spacing: -0.02rem;
        text-align: center;
        text-transform: uppercase;
        text-shadow: 0 0.319125rem 0.319125rem rgba(0, 0, 0, 0.25);
        color: #fff;
    }

    .goal-rush .matchInProgressModal__divider {
        width: 100%;
        max-width: 18.6875rem;
        height: 1px;
        margin: 0 auto 1.875rem;
        border: 0;
        background: rgba(255, 255, 255, 0.2);
    }

    .goal-rush .matchInProgressModal__predLabel {
        margin: 0 0 0.75rem;
        font-family: "Staatliches", sans-serif;
        font-size: 1.9946875rem;
        line-height: 1.4;
        letter-spacing: -0.02rem;
        text-align: center;
        text-transform: uppercase;
        text-shadow: 0 0.319125rem 0.319125rem rgba(0, 0, 0, 0.25);
        color: #fff;
    }

    .goal-rush .matchInProgressModal__matchStrip {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 0.75rem;
        max-width: 17.5rem;
        margin: 0 auto 1.25rem;
    }

    .goal-rush .teamDecideConfirm .modal-body p.matchInProgressModal__score {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: 0;
        padding: 0 0.25rem;
        font-family: "Bebas Neue", "Staatliches", sans-serif;
        font-size: 3.3075rem;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.165375rem;
        text-align: center;
        text-transform: uppercase;
        color: #256cfd !important;
    }

    .goal-rush .matchInProgressModal__note {
        max-width: 12.625rem;
        margin: 0 auto 30px;
        font-family: "Inter", sans-serif;
        font-size: 1rem;
        font-weight: 300;
        line-height: 1.12;
        letter-spacing: -0.015rem;
        text-align: center;
        color: #fff;
    }

    .goal-rush #modalMatchInProgress .goalRushSubmitModal__footerRow--submitted {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: auto;
    }

    .goal-rush .matchInProgressModal__footerCta {
        margin-top: 0.5rem;
    }

    .goal-rush .notThisTimeModal.show {
        display: block;
    }

    .goal-rush .notThisTimeModal__dialog {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 390px;
        width: calc(100% - 2rem);
        margin-left: auto;
        margin-right: auto;
    }

    .goal-rush .notThisTimeModal__card.teamDecideConfirm {
        max-width: 390px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: 30px;
    }

    .goal-rush .notThisTimeModal__body.modal-body {
        padding: 1.5rem 1.25rem 1.25rem !important;
    }

    .goal-rush .notThisTimeModal__emoji {
        margin: 0 0 0.5rem;
        font-size: 2rem;
        line-height: 1;
        text-align: center;
    }

    .goal-rush .notThisTimeModal__title {
        margin: 0 0 1.25rem;
        font-family: "Staatliches", sans-serif;
        font-size: 1.9946875rem;
        line-height: 1.4;
        letter-spacing: -0.02rem;
        text-align: center;
        text-transform: uppercase;
        text-shadow: 0 0.319125rem 0.319125rem rgba(0, 0, 0, 0.25);
        color: #fff;
    }

    .goal-rush .notThisTimeModal__resultsCard {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 0 1.25rem;
        padding: 1.25rem 1rem 1.125rem;
        border-radius: 1.2886875rem;
        background: #161616;
    }

    .goal-rush .notThisTimeModal__cardLabel {
        margin: 0 0 0.5rem;
        font-family: "Inter", sans-serif;
        font-size: 1.023125rem;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.05115625rem;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
    }

    .goal-rush .teamDecideConfirm .modal-body p.notThisTimeModal__predScore {
        margin: 0 0 1rem;
        font-family: "Bebas Neue", "Staatliches", sans-serif;
        font-size: 1.95325rem;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.0976625rem;
        text-align: center;
        text-transform: uppercase;
        color: #c84b45 !important;
    }

    .goal-rush .notThisTimeModal__predScore + .notThisTimeModal__cardLabel {
        margin-top: 0.25rem;
        margin-bottom: 0.625rem;
    }

    .goal-rush .notThisTimeModal__finalStrip {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 0.75rem;
        max-width: 13.75rem;
        margin: 0 auto;
    }

        .goal-rush .notThisTimeModal__finalStrip .goalRushSubmitModal__flag {
            margin-left: 0;
            margin-right: 0;
        }

    .goal-rush .teamDecideConfirm .modal-body p.notThisTimeModal__finalScore {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: 0;
        padding: 0 0.25rem;
        font-family: "Bebas Neue", "Staatliches", sans-serif;
        font-size: 1.95325rem;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.0976625rem;
        text-align: center;
        text-transform: uppercase;
        color: #fff !important;
    }

    .goal-rush .notThisTimeModal__message {
        max-width: 16.75rem;
        margin: 0 auto 0.75rem;
        font-family: "Inter", sans-serif;
        font-size: 1rem;
        font-weight: 300;
        line-height: 1.12;
        letter-spacing: -0.015rem;
        text-align: center;
        color: #fff;
    }

    .goal-rush .notThisTimeModal__submessage {
        max-width: 16.75rem;
        margin: 0 auto 0.75rem;
        font-family: "Inter", sans-serif;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.12;
        letter-spacing: -0.015rem;
        text-align: center;
        color: #fff;
    }

    .goal-rush #modalNotThisTime .goalRushSubmitModal__footerRow--submitted {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: auto;
    }

    .goal-rush .notThisTimeModal__footerCta {
        margin-top: 0.5rem;
    }

    .goal-rush .youGotItRightModal.show {
        display: block;
    }

    .goal-rush .youGotItRightModal__dialog {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 390px;
        width: calc(100% - 2rem);
        margin-left: auto;
        margin-right: auto;
    }

    .goal-rush .youGotItRightModal__card.teamDecideConfirm {
        max-width: 390px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: 30px;
    }

    .goal-rush .youGotItRightModal__body.modal-body {
        padding: 1.5rem 1.25rem 1.5rem !important;
    }

    .goal-rush .youGotItRightModal__emoji {
        margin: 0 0 0.5rem;
        font-size: 2rem;
        line-height: 1;
        text-align: center;
    }

    .goal-rush .youGotItRightModal__title {
        margin: 0 0 1.25rem;
        font-family: "Staatliches", sans-serif;
        font-size: 1.9946875rem;
        line-height: 1.4;
        letter-spacing: -0.02rem;
        text-align: center;
        text-transform: uppercase;
        text-shadow: 0 0.319125rem 0.319125rem rgba(0, 0, 0, 0.25);
        color: #fff;
    }

    .goal-rush .youGotItRightModal__resultsCard {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 0 1.5rem;
        padding: 1rem 1rem 1rem;
        border-radius: 1.2886875rem;
        background: #161616;
    }

    .goal-rush .youGotItRightModal__matchRow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 0.75rem;
        max-width: 13.75rem;
        margin: 0 auto 0.75rem;
    }

    .goal-rush .teamDecideConfirm .modal-body p.youGotItRightModal__matchScore {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: 0;
        padding: 0 0.25rem;
        font-family: "Bebas Neue", "Staatliches", sans-serif;
        font-size: 1.29375rem;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.0646875rem;
        text-align: center;
        text-transform: uppercase;
        color: #fff !important;
    }

    .goal-rush .youGotItRightModal__cardLabel {
        margin: 0 0 0.5rem;
        font-family: "Inter", sans-serif;
        font-size: 0.815rem;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.04075rem;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
    }

    .goal-rush .teamDecideConfirm .modal-body p.youGotItRightModal__predScore {
        margin: 0;
        font-family: "Bebas Neue", "Staatliches", sans-serif;
        font-size: 1.55625rem;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.0778125rem;
        text-align: center;
        text-transform: uppercase;
        color: #5bbc66 !important;
    }

    .goal-rush .youGotItRightModal__prizeLine {
        max-width: 16.75rem;
        margin: 0 auto 1.25rem;
        font-family: "Inter", sans-serif;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.12;
        letter-spacing: -0.015rem;
        text-align: center;
        color: #fff;
    }

    .goal-rush .youGotItRightModal__prizeBanner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 18.5rem;
        width: 100%;
        min-height: 6.0625rem;
        margin: 0 auto 0;
        padding: 1.375rem 0.5625rem 1.25rem;
        overflow: hidden;
        border-radius: 1.453125rem;
        background-color: #ca9d36;
        background-image: url("../images/goal-rush-gpe-bg.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .goal-rush .teamDecideConfirm .modal-body p.youGotItRightModal__prizeBannerText {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 17.375rem;
        margin: 0;
        padding: 0;
        font-family: "Staatliches", sans-serif;
        font-size: 1.79775rem;
        font-weight: 400;
        line-height: 0.87 !important;
        letter-spacing: -0.03595625rem;
        text-align: center;
        text-transform: none;
        color: #000 !important;
        -webkit-font-smoothing: initial !important;
        -moz-osx-font-smoothing: initial !important;
    }

        .goal-rush .teamDecideConfirm .modal-body p.youGotItRightModal__prizeBannerText img {
            display: inline-block;
            vertical-align: text-top;
            margin-right: -4px;
        }

    .goal-rush #modalYouGotItRight .goalRushSubmitModal__footerRow--submitted {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: auto;
    }

    .goal-rush .youGotItRightModal__footerCta {
        margin-top: 0.5rem;
    }

/** Matches Swiper `slidesPerView` in `z-strike-time.js` */
.strike-time {
    /** You-got-it-right modal: wider row to fit interval text alongside flags. */
    /** Submit-modal interval uses the tighter sizing needed for e.g. "41-45 MIN". */
    /**
   * Not-this-time modal â€” Strike Time variant.
   * No flags: finalScore is a block paragraph, not inside a flex strip.
   */
    /**
   * Match-in-progress modal â€” Strike Time variant.
   * No flags in the strip; centre the interval text.
   * Wider note to accommodate the settlement sentence.
   */
}

    .strike-time .strikeTime {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 24px;
    }

    .strike-time .strikeTime__instruction {
        margin: 0 0 0.5rem !important;
        font-family: "Staatliches", sans-serif;
        font-size: 1.3125rem;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.065625rem;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
    }

    .strike-time .strikeTime__subInstruction {
        margin: 18px 0 20px;
        font-family: "Inter", sans-serif;
        font-size: 0.6875rem;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: 0.034375rem;
        text-align: center;
        color: #fff;
    }

    .strike-time .goalRush__matchTitle.strikeTime__matchTitle {
        display: block;
        margin: 0 0 0.375rem;
        font-family: "Staatliches", sans-serif;
        font-size: 1.3125rem;
        letter-spacing: 0.065625rem;
        text-transform: uppercase;
    }

        .strike-time .goalRush__matchTitle.strikeTime__matchTitle .goalRush__matchTeam {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

        .strike-time .goalRush__matchTitle.strikeTime__matchTitle .goalRush__matchSeparator {
            padding: 0 0.125rem;
        }

    .strike-time .goalRushSubmitModal__icon {
        margin: 0 auto 15px;
        display: block;
    }

    .strike-time .strikeTime__matchHeaderRow.goalRushSubmitModal__matchRow {
        margin: 0;
        max-width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .strike-time .strikeTime__matchHeaderRow.goalRushSubmitModal__matchRow .goalRushSubmitModal__flag {
            margin-left: 0;
            margin-right: 0;
        }

        .strike-time .strikeTime__matchHeaderRow.goalRushSubmitModal__matchRow .goalRushSubmitModal__matchName {
            padding: 0 8px;
        }

    .strike-time .goalRushSubmitModal__footerRow--submitted {
        margin-bottom: 30px;
    }

    .strike-time .strikeTime__matchFlag {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 32px;
        height: auto;
        border: 0.5px solid #fff;
        border-radius: 3px;
        overflow: hidden;
        line-height: 0;
        background: #000;
    }

        .strike-time .strikeTime__matchFlag img {
            display: block;
            width: 100%;
            height: auto;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .strike-time .goalRush__matchMeta {
        margin: 0 0 1.25rem;
    }

    .strike-time .strikeTime__pickerWrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin: 0 0 1.25rem;
    }

    .strike-time .strikeTime__picker {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        min-height: 215px;
        border-radius: 12px;
        border: 1px solid #fff;
        background: rgba(48, 41, 38, 0.62);
        overflow: hidden;
        z-index: 1;
    }

        .strike-time .strikeTime__picker:focus {
            outline: 2px solid rgba(255, 255, 255, 0.4);
            outline-offset: 2px;
        }

            .strike-time .strikeTime__picker:focus:not(:focus-visible) {
                outline: none;
            }

    .strike-time .strikeTime__pickerSwiper {
        width: 100%;
        height: 215px;
        margin: 0;
        padding: 0;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

        .strike-time .strikeTime__pickerSwiper .swiper-wrapper {
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            height: 215px;
        }

        .strike-time .strikeTime__pickerSwiper .swiper-slide {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: 43px;
            min-height: 43px;
            width: 100%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

    .strike-time .strikeTime__pickerSlide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        min-height: 43px;
        height: 43px;
        margin: 0;
        font-family: "Inter", sans-serif;
        font-size: 1.125rem;
        font-weight: 600;
        line-height: 1;
        text-align: center;
        color: #fff;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-box-shadow: inset 0 1px 0 #575757;
        box-shadow: inset 0 1px 0 #575757;
        -webkit-transition: color 0.12s ease, font-size 0.12s ease;
        transition: color 0.12s ease, font-size 0.12s ease;
    }

    .strike-time .strikeTime__pickerSlideValue {
        display: inline-block;
        line-height: 1;
        padding-top: 3px;
    }

    .strike-time .strikeTime__pickerSwiper .swiper-slide:last-child .strikeTime__pickerSlide {
        -webkit-box-shadow: inset 0 1px 0 #575757, inset 0 -1px 0 #575757;
        box-shadow: inset 0 1px 0 #575757, inset 0 -1px 0 #575757;
    }

    .strike-time .strikeTime__pickerSwiper .swiper-slide-active .strikeTime__pickerSlide {
        font-size: 1.5625rem;
        font-weight: 600;
        color: #ffd735;
    }

    .strike-time .strikeTime__pickerSwiper .swiper-slide:not(.swiper-slide-active) .strikeTime__pickerSlide {
        font-size: 1.125rem;
        color: #fff;
    }

    .strike-time .strikeTime__pickerSlide--spacer {
        color: #8a8a8a;
        font-weight: 500;
    }

    .strike-time .strikeTime__pickerSwiper .swiper-slide:not(.swiper-slide-active) .strikeTime__pickerSlide--spacer {
        color: #8a8a8a;
    }

    .strike-time .strikeTime__pickerSwiper .swiper-slide-active .strikeTime__pickerSlide--spacer {
        color: #a8a6a0;
        font-size: 1.375rem;
    }

    .strike-time .youGotItRightModal__matchRow {
        max-width: 16.25rem;
    }

    .strike-time .teamDecideConfirm .modal-body p.strikeTimeSubmitModal__interval {
        font-family: "Staatliches", sans-serif;
        font-size: 2.75rem;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.1375rem;
        text-align: center;
        text-transform: uppercase;
        color: #256afd !important;
    }

    .strike-time .notThisTimeModal__finalScore {
        display: block;
        text-align: center;
    }

    .strike-time .matchInProgressModal__matchStrip--interval {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .strike-time .matchInProgressModal__note--interval {
        max-width: 17.5rem;
    }

.overflowCrop {
    overflow: hidden;
    width: 100vw;
}

.teamWheel main {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 0;
    gap: 0;
}

.teamSpin {
    width: 100%;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.teamSpin__wrap {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 60px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.teamSpin__carousel {
    position: relative;
    width: 100%;
    overflow: visible;
    height: 160px;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    cursor: -webkit-grab;
    cursor: grab;
}

    .teamSpin__carousel:active {
        cursor: -webkit-grabbing;
        cursor: grabbing;
    }

.teamSpin__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
    will-change: transform;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.teamSpin__slot {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 var(--slot-width, 172px);
    flex: 0 0 var(--slot-width, 172px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: var(--slot-width, 172px);
    min-width: 0;
    height: 128px;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    will-change: transform, opacity;
}

.teamSpin__card {
    position: relative;
    width: 172px;
    height: 128px;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .teamSpin__card img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        display: block;
        pointer-events: none;
    }

.teamSpin__slot.is-knocked-out .teamSpin__card {
    -webkit-filter: grayscale(1) brightness(0.4);
    filter: grayscale(1) brightness(0.4);
}

    .teamSpin__slot.is-knocked-out .teamSpin__card::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.4);
    }

.teamSpin__frame {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 172px;
    height: 128px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 3px solid #fff;
    border-radius: 18px;
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.55), inset 0 0 0 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.55), inset 0 0 0 3px rgba(0, 0, 0, 0.4);
    pointer-events: none;
    z-index: 3;
}

.teamSpin__name {
    font-family: "Staatliches", sans-serif;
    font-size: 1.5rem;
    letter-spacing: -0.03rem;
    color: #e5e5ea;
    text-align: center;
    line-height: 1;
    margin: 0;
    min-height: 1.5rem;
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

    .teamSpin__name.is-hidden {
        opacity: 0;
        pointer-events: none;
    }

.teamSpin__hint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    font-family: "Staatliches", sans-serif;
    font-size: 1.5rem;
    letter-spacing: -0.03rem;
    color: #e5e5ea;
    text-align: center;
    line-height: 1;
    margin: 72px 0 0;
    text-transform: uppercase;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

    .teamSpin__hint.is-hidden {
        opacity: 0;
        pointer-events: none;
    }

.teamSpin__wrap.is-spinning .teamSpin__carousel, .teamSpin__wrap.is-spun .teamSpin__carousel {
    cursor: default;
}

.teamDecide {
    width: 100%;
    margin: 0 auto;
    -ms-flex-item-align: center;
    align-self: center;
}

.teamDecide__identity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.teamDecide__flagFrame {
    position: relative;
    width: 98px;
    height: 73px;
    border-radius: 10px;
    border: 1.7px solid #fff;
    -webkit-box-shadow: 0 0 0 2px #100f0f;
    box-shadow: 0 0 0 2px #100f0f;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
}

.teamDecide__flag {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

.teamDecide__teamName {
    font-family: "Staatliches", sans-serif;
    font-size: 1.5rem;
    letter-spacing: -0.03rem;
    color: #e5e5ea;
    text-align: center;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}

.teamDecide__sectionTitle {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
    font-family: "Staatliches", sans-serif;
    font-size: 1.125rem;
    color: #8e8e93;
    letter-spacing: -0.18px;
    margin-bottom: 16px;
    white-space: nowrap;
    text-transform: uppercase;
}

    .teamDecide__sectionTitle::after {
        content: "";
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 0;
        height: 2px;
        background-color: rgba(127, 127, 127, 0.4);
    }

.teamDecide__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

.teamDecide__label {
    display: block;
    cursor: pointer;
    margin: 0;
}

    .teamDecide__label input {
        position: absolute;
        opacity: 0;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
    }

    .teamDecide__label:focus-within .teamDecide__option {
        outline: 3px solid #fff;
        outline-offset: 6px;
    }

.teamDecide__option {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    aspect-ratio: 336/150;
    padding: 19px;
    border-radius: 16px;
    overflow: hidden;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    outline: 3px solid transparent;
    outline-offset: 6px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .teamDecide__option.grayed {
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
    }

    .teamDecide__option .textWrapper {
        position: relative;
        z-index: 2;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 48%;
    }

.teamDecide__optionTitle {
    display: block;
    font-family: "Staatliches", sans-serif;
    font-size: 3rem;
    letter-spacing: -0.06rem;
    color: #000;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}

.teamDecide__pattern {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0.45;
    background-repeat: no-repeat;
    background-position: center;
}

.teamDecide__pattern--score {
    background-image: url(../images/decideScorePattern.svg);
    background-size: 115% auto;
    -webkit-transform: rotate(-9deg) scale(1.05);
    transform: rotate(-9deg) scale(1.05);
}

.teamDecide__pattern--concede {
    background-image: url(../images/decideConcedePattern.svg);
    background-size: 130% auto;
    -webkit-transform: rotate(30deg) scale(1.05);
    transform: rotate(30deg) scale(1.05);
}

.teamDecide__figure {
    position: absolute;
    inset: auto -5% -59% auto;
    width: 72%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    pointer-events: none;
}

    .teamDecide__figure img {
        width: auto;
        height: 100%;
        max-width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: right bottom;
        object-position: right bottom;
        display: block;
    }

.teamDecide__option--score {
    background: linear-gradient(105deg, #322bff 1.25%, #1ba4ff 95.75%);
}

.teamDecide__option--concede {
    background: linear-gradient(230deg, rgba(220, 0, 25, 0) 45.25%, #dc0019 82.82%), linear-gradient(90deg, #ff3b30 0%, #ff3b30 100%);
}

.teamDecide__label:has(input:checked) .teamDecide__option {
    outline: 3px solid #fff;
    outline-offset: 6px;
}

.teamDecideConfirm {
    border: none !important;
    border-radius: 1.2886875rem !important;
    background: rgba(0, 0, 0, 0.9) !important;
    -webkit-backdrop-filter: blur(4.857px) !important;
    backdrop-filter: blur(4.857px) !important;
    -webkit-box-shadow: inset 0 0 7.771px rgba(227, 222, 255, 0.2), inset 0 0.962px 3.497px rgba(154, 146, 210, 0.3), inset 0 19.239px 19.427px rgba(202, 172, 255, 0.3), inset 0 0.962px 2.137px #7abeff, inset 0 -0.962px 1.748px #7abeff, inset 0 7.695px 10.879px rgba(122, 190, 255, 0.1) !important;
    box-shadow: inset 0 0 7.771px rgba(227, 222, 255, 0.2), inset 0 0.962px 3.497px rgba(154, 146, 210, 0.3), inset 0 19.239px 19.427px rgba(202, 172, 255, 0.3), inset 0 0.962px 2.137px #7abeff, inset 0 -0.962px 1.748px #7abeff, inset 0 7.695px 10.879px rgba(122, 190, 255, 0.1) !important;
}

    .teamDecideConfirm.modal-content {
        max-width: 408px;
        margin-left: auto;
        margin-right: auto;
    }

    .teamDecideConfirm .modal-body {
        padding: 41px 16px 53px !important;
    }

        .teamDecideConfirm .modal-body p {
            color: #fff !important;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            line-height: 1.2;
        }

        .teamDecideConfirm .modal-body h2, .teamDecideConfirm .modal-body .h2 {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #fff !important;
        }

.teamDecideConfirm__icon {
    margin: 0 0 0.5rem;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-shadow: 0 0.319125rem 0.319125rem rgba(0, 0, 0, 0.25);
}

.teamDecideConfirm__title {
    margin: 0 0 1.5rem;
    font-family: "Staatliches", sans-serif;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: -0.02rem;
    text-align: center;
    text-shadow: 0 0.319125rem 0.319125rem rgba(0, 0, 0, 0.25);
    color: #fff;
}

.teamDecideConfirm__titlePrefix {
    margin-right: 0.2em;
    text-transform: uppercase;
}

.teamDecideConfirm__accent--score {
    color: #2d47ff;
}

.teamDecideConfirm__accent--concede {
    color: #ff0002;
}

.teamDecideConfirm__warn {
    max-width: 268px;
    margin: 0 auto 1rem;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    letter-spacing: -0.24px;
    text-align: center;
    color: #fff;
    line-height: 1.12;
}

.teamDecideConfirm__warnLine {
    margin: 0;
}

.teamDecideConfirm__warnLine--second {
    font-weight: 300;
}

.teamDecideConfirm__warnLight {
    font-weight: 300;
}

.teamDecideConfirm__warnStrong {
    font-weight: 700;
    color: #fff;
}

.teamDecideConfirm__detail {
    max-width: 268px;
    margin: 0 auto;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.24px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}

    .teamDecideConfirm__detail strong {
        font-weight: 700;
        font-style: normal;
    }

.teamDecideConfirm .modal-footer {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    padding: 0 1.125rem 2.5rem;
    border-top: none;
}

.teamDecideConfirm__back {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    min-width: 0;
    max-width: 145px;
    padding: 0.6875rem 0.4rem;
    border: none;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 0.1875rem 0.1875rem #000, 0 0 1.5rem rgba(146, 84, 222, 0.32);
    box-shadow: 0 0.1875rem 0.1875rem #000, 0 0 1.5rem rgba(146, 84, 222, 0.32);
    font-family: "Staatliches", sans-serif;
    font-size: 1.625rem;
    line-height: 1.1;
    letter-spacing: 0.1875rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
}

.teamDecideConfirm__confirm {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    min-width: 0;
    max-width: 145px;
    padding: 0.6875rem 0.4rem;
    border: none;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 0.1875rem 0.1875rem #000, 0 0 1.5rem rgba(146, 84, 222, 0.32);
    box-shadow: 0 0.1875rem 0.1875rem #000, 0 0 1.5rem rgba(146, 84, 222, 0.32);
    font-family: "Staatliches", sans-serif;
    font-size: 1.625rem;
    line-height: 1.1;
    letter-spacing: 0.1875rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
}

.teamDecideConfirm--score .teamDecideConfirm__icon--concede,
.teamDecideConfirm--score .teamDecideConfirm__accent--concede,
.teamDecideConfirm--score .teamDecideConfirm__detail--concede,
.teamDecideConfirm--score .teamDecideConfirm__confirm--concede {
    display: none;
}

.teamDecideConfirm--concede .teamDecideConfirm__icon--score,
.teamDecideConfirm--concede .teamDecideConfirm__accent--score,
.teamDecideConfirm--concede .teamDecideConfirm__detail--score,
.teamDecideConfirm--concede .teamDecideConfirm__confirm--score {
    display: none;
}

.comingSoon main {
    min-height: 100vh;
}

    .comingSoon main .coming-soon-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }

        .comingSoon main .coming-soon-section h1, .comingSoon main .coming-soon-section .h1 {
            font-size: 64px;
            line-height: 1em;
            font-size: 4.647875rem;
            line-height: 87%;
        }

.closedSection {
    text-align: center;
    max-width: 293px;
    margin: auto;
    padding-top: 40px;
}

    .closedSection h1, .closedSection .h1 {
        font-size: 2.5rem;
        line-height: 2.175rem;
        margin-bottom: 27px;
    }

    .closedSection h2, .closedSection .h2 {
        font-size: 1.5625rem;
        line-height: 1.359375rem;
        margin-bottom: 40px;
    }

/**
 * Spin page â€” title row uses global `goalRush__fixtureWrapper` (see goal-rush / predict-and-win).
 * Status card: Figma New-WWEG node 1802:14245.
 */
.spin-to-win {
    --spin-wheel-size: calc(100vh - 160px);
    overflow: visible;
    max-height: 100vh;
}

    .spin-to-win.container, .spin-to-win.age-gate-sheet__inner, .spin-to-win.match-win-voucher-sheet__inner {
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

        .spin-to-win.container section:not(#spin-to-win-game), .spin-to-win.age-gate-sheet__inner section:not(#spin-to-win-game), .spin-to-win.match-win-voucher-sheet__inner section:not(#spin-to-win-game), .spin-to-win.container header, .spin-to-win.age-gate-sheet__inner header, .spin-to-win.match-win-voucher-sheet__inner header {
            max-width: 430px !important;
            margin-left: auto !important;
            margin-right: auto !important;
        }

        .spin-to-win.container header, .spin-to-win.age-gate-sheet__inner header, .spin-to-win.match-win-voucher-sheet__inner header {
            padding-left: 20px;
            padding-right: 20px;
        }

    .spin-to-win.subPage main {
        min-height: calc(100vh - 94.77px);
        overflow: hidden;
    }

    .spin-to-win .spinToWin {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 8px;
    }

    .spin-to-win .spinToWin__statusCard {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12px;
        width: 100%;
        margin: 0 0 16px;
        padding: 20px;
        border-radius: 11px;
        background: rgba(255, 255, 255, 0.07);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .spin-to-win .spinToWin__instruction {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin: 0;
        min-width: 0;
        font-family: "Inter", sans-serif;
        font-size: 0.875rem;
        font-weight: 500;
        letter-spacing: -0.0175rem;
        line-height: 1.25;
        color: #fff;
    }

    .spin-to-win .spinToWin__instructionLine {
        display: block;
    }

    .spin-to-win .spinToWin__statusDivider {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1px;
        flex: 0 0 1px;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        min-height: 32px;
        width: 1px;
        background: rgba(127, 127, 127, 0.6);
    }

    .spin-to-win .spinToWin__spinsRemaining {
        margin: 0;
        font-family: "Staatliches", sans-serif;
        font-size: 1.5rem;
        font-weight: 400;
        letter-spacing: 0.045rem;
        line-height: 1.25rem;
        color: #fff;
        text-transform: uppercase;
    }

    .spin-to-win .spinToWin__spinsLine {
        display: block;
    }

    .spin-to-win #spin-to-win-game {
        position: relative;
        height: calc(100vh - 272px);
    }

        .spin-to-win #spin-to-win-game #wheel-container {
            position: relative;
            top: 90%;
            left: 50%;
            -webkit-transform: translate(-50%, -66%);
            transform: translate(-50%, -66%);
            width: var(--spin-wheel-size);
            height: var(--spin-wheel-size);
        }

            .spin-to-win #spin-to-win-game #wheel-container img:not(#indicator) {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                width: 100%;
                max-width: none;
                height: auto;
            }

            .spin-to-win #spin-to-win-game #wheel-container #prizes {
                z-index: 2;
                -webkit-transform-origin: center;
                transform-origin: center;
            }

            .spin-to-win #spin-to-win-game #wheel-container #overlay {
                -webkit-transform: translate(-49.2%, -49.8%) !important;
                transform: translate(-49.2%, -49.8%) !important;
                z-index: 4;
                cursor: pointer;
            }

                .spin-to-win #spin-to-win-game #wheel-container #overlay.disabled {
                    cursor: auto;
                    pointer-events: none;
                }

            .spin-to-win #spin-to-win-game #wheel-container #overlay_shadow {
                -webkit-transform: translate(-49.2%, -49.8%) !important;
                transform: translate(-49.2%, -49.8%) !important;
                z-index: 3;
                cursor: pointer;
                mix-blend-mode: multiply;
            }

                .spin-to-win #spin-to-win-game #wheel-container #overlay_shadow.disabled {
                    cursor: auto;
                    pointer-events: none;
                }

            .spin-to-win #spin-to-win-game #wheel-container #indicator {
                position: absolute;
                top: -3vh;
                left: 50%;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
                width: 11%;
                max-width: none;
                height: auto;
                display: block;
                z-index: 5;
                -webkit-transform-origin: top center;
                transform-origin: top center;
            }

    .spin-to-win footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        margin-bottom: 0;
    }

        .spin-to-win footer .btnSection {
            width: 100%;
            max-width: 390px;
            margin: 0 auto;
            padding-left: 20px;
            padding-right: 20px;
        }

/**
 * Prize modal â€” mirrors goal-rush-game-updating / modalGameUpdating (teamDecideConfirm shell).
 * `gameUpdatingModal__*` SCSS lives under `.goal-rush`; spin page duplicates layout here.
 */
#wheelPrizeModal.wheelPrizeModal {
    /* Same pattern as page footer: `.btnSection` + `.btn.btn-primary` */
}

    #wheelPrizeModal.wheelPrizeModal .wheelPrizeModal__dialog.modal-dialog {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 390px;
        width: calc(100% - 2rem);
        margin-left: auto;
        margin-right: auto;
    }

    #wheelPrizeModal.wheelPrizeModal .wheelPrizeModal__card.teamDecideConfirm {
        max-width: 390px;
        width: 100%;
        margin-top: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    #wheelPrizeModal.wheelPrizeModal .wheelPrizeModal__body.modal-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 1.875rem 2.5rem 1.75rem !important;
    }

        #wheelPrizeModal.wheelPrizeModal .wheelPrizeModal__body.modal-body .wheelPrizeModal__heading {
            margin: 0 0 0.75rem;
            font-family: "Staatliches", sans-serif;
            font-size: 2rem;
            line-height: 1.25;
            letter-spacing: -0.02rem;
            text-align: center;
            text-transform: uppercase;
            text-shadow: 0 0.319125rem 0.319125rem rgba(0, 0, 0, 0.25);
            color: #fff;
        }

        #wheelPrizeModal.wheelPrizeModal .wheelPrizeModal__body.modal-body .wheelPrizeModal__prize {
            margin: 0 0 1.25rem;
            max-width: 18.75rem;
            font-family: "Inter", sans-serif;
            font-size: 1rem;
            font-weight: 500;
            letter-spacing: -0.015rem;
            line-height: 1.3;
            text-align: center;
            color: #fff;
        }

            #wheelPrizeModal.wheelPrizeModal .wheelPrizeModal__body.modal-body .wheelPrizeModal__prize img {
                display: block;
                height: auto;
            }

        #wheelPrizeModal.wheelPrizeModal .wheelPrizeModal__body.modal-body .wheelPrizeModal__imageWrap {
            position: relative;
            margin: 0 auto 1.25rem;
            line-height: 0;
            text-align: center;
        }

        #wheelPrizeModal.wheelPrizeModal .wheelPrizeModal__body.modal-body #wheelPrizeImage {
            display: inline-block;
            width: auto;
            max-width: min(90%, 260px);
            height: auto;
            -webkit-transform-origin: center;
            transform-origin: center;
            -webkit-animation: tada 1s both 1s;
            animation: tada 1s both 1s;
        }

        #wheelPrizeModal.wheelPrizeModal .wheelPrizeModal__body.modal-body .wheelPrizeModal__finePrint {
            margin: 0 auto;
            max-width: 16.75rem;
            font-family: "Inter", sans-serif;
            font-size: 1rem;
            font-weight: 500;
            line-height: 1.25;
            letter-spacing: -0.015rem;
            text-align: center;
            color: rgba(255, 255, 255, 0.75) !important;
        }

    #wheelPrizeModal.wheelPrizeModal .wheelPrizeModal__footer.btnSection {
        width: 100%;
        max-width: 390px;
        margin-top: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
        pointer-events: auto;
    }

        #wheelPrizeModal.wheelPrizeModal .wheelPrizeModal__footer.btnSection .btn.btn-primary {
            min-width: calc(100% - 6px);
        }


/*My fixes*/
.dashboardTeam__winValue.dashboardTeam--score {
    color: #299eff!important;
}

.dashboardTeam__winValue.dashboardTeam--concede {
    color: #ff3b30!important;
}

/* Validation summary styling */
div.errorMsg {
    display: none;
    max-width: 380px;
    margin: 0 auto 30px;
    font-size: 1rem;
    text-align: center;
    font-weight: 600;
    padding: 15px;
    border-radius: 10px;
    line-height: 1.2em;
}

div.errorMsg.validation-summary-errors {
    display: block;
    color: #fff;
    background-color: #E52A1F;
}

div.errorMsg ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 0.25rem;
}

 