/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0;
}
button {
    background-color: transparent;
    background-image: none;
    padding: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
fieldset,
ol,
ul {
    margin: 0;
    padding: 0;
}
ol,
ul {
    list-style: none;
}
html {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5;
}
*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #e2e8f0;
}
hr {
    border-top-width: 1px;
}
img {
    border-style: solid;
}
textarea {
    resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #a0aec0;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #a0aec0;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #a0aec0;
}
input::placeholder,
textarea::placeholder {
    color: #a0aec0;
}
[role="button"],
button {
    cursor: pointer;
}
table {
    border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}
a {
    color: inherit;
    text-decoration: inherit;
}
button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle;
}
img,
video {
    max-width: 100%;
    height: auto;
}
.container {
    width: 100%;
}
@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.table {
    display: table;
}
*,
:after,
:before {
    box-sizing: border-box;
}
body,
html {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
}
body {
    position: relative;
    font-weight: 300;
    font-style: normal;
    font-size: 1rem;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    overflow-x: hidden;
    background-color: #d02e7c;
    font-family: realistnarrow, sans-serif;
    line-height: 1.444;
    word-break: break-word;
}
body:before {
    display: block;
    background-image: linear-gradient(45deg, #e59635, #d02e7c 33%, #783b87 67%, #36224e);
    transform: translateZ(0);
    will-change: transform;
    z-index: -100;
}
body:after,
body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
body:after {
    opacity: 0.5;
    background-image: url(../img/stars@2x.png);
    z-index: -50;
}
.no-scroll {
    overflow: hidden;
}
.hide-on-mobile {
    display: none;
}
@media (min-width: 768px) {
    .hide-on-mobile {
        display: block;
    }
}
.maj-text-pink {
    color: #d02e7c;
}
.maj-bg--pink {
    background-color: #d02e7c;
}
.maj-text-dark-blue {
    color: #36224e;
}
.maj-bg--dark-blue {
    background-color: #36224e;
}
.maj-text-blue {
    color: #783b87;
}
.maj-bg--blue {
    background-color: #783b87;
}
.maj-text-orange {
    color: #e59635;
}
.maj-bg--orange {
    background-color: #e59635;
}
.maj-text-sky-blue {
    color: #99f;
}
.maj-bg--sky-blue {
    background-color: #99f;
}
p {
    margin-bottom: 1.15rem;
}
h1,
h2,
h3,
h4,
h5 {
    font-weight: 900;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    max-width: 56rem;
    text-shadow: -1px 2px 1px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.03rem;
    margin-top: 2.75rem;
    margin-bottom: 1.05rem;
    line-height: 1;
}
@media (min-width: 768px) {
    h1,
    h2,
    h3,
    h4,
    h5 {
        line-height: 1.15;
    }
}
h1 {
    position: relative;
    margin: 0 auto;
    font-size: 1.953em;
}
@media (min-width: 768px) {
    h1 {
        font-size: 3.052em;
    }
}
h2 {
    font-size: 1.953em;
}
@media (min-width: 768px) {
    h2 {
        font-size: 2.441em;
    }
}
h3 {
    font-size: 1.563em;
}
@media (min-width: 768px) {
    h3 {
        font-size: 1.953em;
    }
}
h4 {
    font-size: 1.25em;
}
@media (min-width: 768px) {
    h4 {
        font-size: 1.563em;
    }
}
h5 {
    font-size: 1.25em;
}
.text_small,
small {
    font-size: 0.875rem;
}
ol,
ul {
    padding-left: 1rem;
    list-style-type: disc;
    list-style-position: inside;
}
header {
    padding: 2rem;
    text-align: center;
}
header .maj-btn {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
header h2 {
    margin: 0;
    font-size: 1.25em;
}
header img {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
header .maj-mobile-img {
    display: block;
}
@media (min-width: 768px) {
    header .maj-mobile-img {
        display: none;
    }
}
header .maj-desktop-img {
    display: none;
}
@media (min-width: 768px) {
    header .maj-desktop-img {
        display: block;
    }
}
header .row {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}
@media (min-width: 768px) {
    header .row {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        margin-bottom: 0;
    }
}
header .row .col-left {
    order: 1;
}
@media (min-width: 768px) {
    header .row .col-left {
        width: 40%;
        padding-right: 2rem;
        order: 0;
    }
    header .row .col-left img {
        margin-top: 0;
        margin-bottom: 0;
    }
}
header .row .col-right {
    order: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
@media (min-width: 768px) {
    header .row .col-right {
        margin-top: 0;
        margin-bottom: 0;
        width: 60%;
        order: 1;
    }
}
table {
    margin-top: 1rem;
    border-spacing: 0;
}
@media (min-width: 768px) {
    table {
        border-collapse: collapse;
        width: 100%;
        margin-top: 0;
    }
}
table td,
table th {
    padding: 0.5rem;
    font-weight: 700;
    text-transform: uppercase;
}
@media (min-width: 640px) {
    table td,
    table th {
        padding: 1rem;
    }
}
table th {
    line-height: 1;
    font-size: 0.65rem;
}
@media (min-width: 640px) {
    table th {
        line-height: 1.25;
        font-size: 0.75rem;
    }
}
table thead th {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}
table tbody tr:not(:last-of-type) {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}
table tbody tr:first-of-type > td:first-of-type {
    border-top-left-radius: 0.375rem;
}
table tbody tr:last-of-type > td:first-of-type {
    border-bottom-left-radius: 0.375rem;
}
table tbody tr:last-of-type > td:last-of-type {
    border-bottom-right-radius: 0.375rem;
}
table tbody tr td:first-child span {
    display: block;
    text-align: left;
}
table tbody tr td:first-child .title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.25rem;
    line-height: 1;
}
table tbody tr td:first-child .text {
    font-weight: 500;
    text-transform: none;
    font-size: 0.875rem;
    line-height: 1.25;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    letter-spacing: 0;
}
table tbody tr td:first-child .deposit {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 0.75rem;
    line-height: 1.25;
}
.maj-circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    border-radius: 9999px;
    text-align: center;
    line-height: 1;
    letter-spacing: -0.025em;
    font-size: 1.125rem;
    border: 2px solid #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
}
.maj-terms {
    margin: 1rem auto 0;
    font-size: 0.75rem;
    max-width: 48rem;
}
.maj-location {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    padding: 0.5rem;
    text-align: center;
    width: 100%;
    top: -2rem;
    border: 1px solid hsla(0, 0%, 100%, 0.15);
    background-color: #d02e7c;
}
@media (min-width: 768px) {
    .maj-location {
        position: absolute;
        justify-content: space-between;
        top: 0;
        padding: 1rem;
        left: 2rem;
        width: 200px;
    }
}
.maj-location img {
    margin: 0;
    width: 30px;
}
@media (min-width: 640px) {
    .maj-location img {
        width: 50px;
    }
}
.maj-location span {
    margin-left: 1rem;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
    line-height: 1.25;
    font-size: 0.875rem;
    letter-spacing: 0.03rem;
}
.maj-logo {
    text-align: center;
    margin: -0.25rem auto 2rem;
    width: 240px;
}
@media (min-width: 640px) {
    .maj-logo {
        margin-top: 0;
    }
}
.maj-logo p {
    margin-top: 0;
    margin-bottom: 0.25rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.25;
    font-size: 0.75rem;
    letter-spacing: 0.03rem;
}
.maj-logo img {
    margin-top: 0;
    margin-bottom: 0;
    width: 150px;
}
@media (min-width: 640px) {
    .maj-logo img {
        width: 250px;
    }
}
.container {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
}
section {
    padding: 4rem 2rem;
    text-align: center;
    box-shadow: inset 0 0 40px 0 rgba(0, 0, 0, 0.2);
}
section .container > h2 {
    margin-top: 0;
}
.maj-section-mark {
    position: relative;
    padding-bottom: 0;
}
.maj-section-mark:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
    background-image: url(../img/stars@2x.png);
    z-index: 0;
}
.maj-section-mark__signature {
    display: block;
    height: auto;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
}
@media (min-width: 768px) {
    .maj-section-mark__signature {
        margin-left: 0;
        margin-right: 0;
    }
}
.maj-section-mark .container {
    position: relative;
    z-index: 10;
}
.maj-section-mark .container h2 {
    margin-top: 0;
}
@media (min-width: 768px) {
    .maj-section-mark .container .row {
        display: flex;
        justify-content: space-between;
    }
    .maj-section-mark .container .row .col-left {
        width: 60%;
        text-align: left;
        align-self: center;
        padding-bottom: 2rem;
    }
    .maj-section-mark .container .row .col-right {
        width: 40%;
    }
}
.maj-section-offers .container h2 {
    margin-bottom: 2rem;
}
.maj-section-hot .container h2 + h3,
.maj-section-hot .container img + h4,
.maj-section-offers .container h4 {
    margin-top: 0;
}
.primary-heading {
    position: relative;
    text-align: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
    .primary-heading {
        padding-top: 0;
        padding-bottom: 0;
    }
}
.primary-heading:before {
    top: -10px;
}
.primary-heading:after,
.primary-heading:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background: transparent url(../img/lights@2x.png) repeat-x 50%;
    background-size: 500px 10px;
    height: 10px;
}
.primary-heading:after {
    bottom: -10px;
}
@media (min-width: 768px) {
    .primary-heading:after {
        bottom: 0;
    }
}
.maj-cards + h3 {
    margin-top: 0;
}
@media (min-width: 640px) {
    .maj-cards {
        display: flex;
        flex-wrap: wrap;
        margin-top: -2rem;
        margin-left: -2rem;
    }
}
.maj-cards .maj-card {
    border-radius: 0.375rem;
    margin-bottom: 2rem;
}
@media (min-width: 640px) {
    .maj-cards .maj-card {
        margin-top: 2rem;
        margin-left: 2rem;
        width: calc(50% - 2rem);
    }
}
@media (min-width: 768px) {
    .maj-cards .maj-card {
        width: calc(25% - 2rem);
    }
}
.maj-cards .maj-card__img {
    display: block;
    margin: 0;
    max-width: 100%;
    height: auto;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}
.maj-cards .maj-card__title {
    margin: 0;
    padding: 1rem;
    font-size: 1.25rem;
}
.maj-trust-messages {
    padding: 2rem;
}
.maj-trust-messages .maj-trust-message {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}
@media (min-width: 768px) {
    .maj-trust-messages .maj-trust-message {
        display: inline-flex;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-bottom: 0;
    }
}
.maj-trust-messages .maj-trust-message__img {
    margin-right: 1rem;
}
.maj-trust-messages .maj-trust-message__img img {
    border-radius: 9999px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.maj-trust-messages .maj-trust-message__text {
    margin: 0;
    flex: 1 1 0%;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
    line-height: 1.25;
}
@media (min-width: 768px) {
    .maj-trust-messages .maj-trust-message__text {
        max-width: 150px;
    }
}
.maj-btn {
    margin-top: 1rem;
    text-transform: uppercase;
    display: inline-block;
    border-style: none;
    border-radius: 0.25rem;
    font-weight: 900;
    line-height: 1.25;
    font-size: 1.25rem;
    padding: 1rem 1.5rem;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    letter-spacing: 0.03rem;
}
.maj-btn:focus,
.maj-btn:hover {
    outline: 0;
}
.maj-btn--pink {
    background: #d02e7c;
    border-bottom: 4px solid #a62563;
}
.maj-btn--pink:hover,
.maj-btn--pinkfocus {
    background: #bb2970;
    border-bottom: 4px solid #912057;
}
.maj-btn--dark-blue {
    background: #36224e;
    border-bottom: 4px solid #1d132a;
}
.maj-btn--dark-blue:hover,
.maj-btn--dark-bluefocus {
    background: #2a1a3c;
    border-bottom: 4px solid #110b19;
}
.maj-btn--blue {
    background: #783b87;
    border-bottom: 4px solid #582b64;
}
.maj-btn--blue:hover,
.maj-btn--bluefocus {
    background: #683375;
    border-bottom: 4px solid #492452;
}
.maj-btn--orange {
    background: #e59635;
    border-bottom: 4px solid #cd7d1a;
}
.maj-btn--orange:hover,
.maj-btn--orangefocus {
    background: #e28a1e;
    border-bottom: 4px solid #b66f17;
}
.maj-btn--sky-blue {
    background: #99f;
    border-bottom: 4px solid #66f;
}
.maj-btn--sky-blue:hover,
.maj-btn--sky-bluefocus {
    background: #8080ff;
    border-bottom: 4px solid #4d4dff;
}
img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.ball,
img {
    display: block;
}
.ball {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    position: fixed;
    border-radius: 9999px;
    transform-origin: center;
    z-index: 50;
    width: 100px;
    height: 100px;
}
.ball img {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
}
.ball-1 {
    top: 0;
    margin-top: -50px;
    right: 2%;
}
.ball-2 {
    top: 720px;
    left: 5%;
}
.ball-3 {
    top: 1024px;
    right: 7%;
}
.ball-4 {
    top: 1366px;
    left: 0;
    margin-left: -50px;
}
.ball-5 {
    top: 1440px;
    right: 2%;
}
.ball-6 {
    top: 1600px;
    left: 3%;
}
.ball-7 {
    top: 2160px;
    right: 9%;
}
.ball-8 {
    top: 2160px;
    right: 4%;
}
.ball-9 {
    top: 2460px;
    margin-left: -50px;
    left: 0;
}
.ball-10 {
    top: 3060px;
    right: 6%;
}
.maj-footer {
    padding: 4rem 2rem;
    text-align: center;
}
.maj-footer h2 {
    margin-top: 0;
    margin-bottom: 0;
}
.maj-footer .maj-social {
    margin-top: 2rem;
}
.maj-footer .maj-social__link {
    margin: 0 0.5rem;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: scale(1) translateZ(0);
    transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.maj-footer .maj-social__link:focus,
.maj-footer .maj-social__link:hover {
    transform: scale(1.2) translateZ(0);
}
.maj-footer .maj-social__icon {
    display: block;
    margin: 0;
    height: 30px;
    width: 30px;
}
.maj-footer__nav {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.maj-footer__nav-list {
    list-style-type: none;
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.maj-footer__nav-listItem {
    margin-top: 0;
    margin-bottom: 0;
}
.maj-footer__nav-listItem:not(:last-of-type):after {
    content: "|";
    display: inline-flex;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.maj-footer__nav-listLink {
    text-decoration: none;
    font-weight: 400;
    opacity: 0.5;
    transition: all 0.3s ease;
}
.maj-footer__nav-listLink:focus,
.maj-footer__nav-listLink:hover {
    text-decoration: underline;
    opacity: 1;
}
.maj-footer__terms {
    margin-left: auto;
    margin-right: auto;
    max-width: 42rem;
}
.maj-footer__terms h3 {
    margin-top: 0;
    opacity: 0.5;
    font-size: 1.125rem;
}
.maj-footer__terms h4 {
    opacity: 0.5;
    font-size: 1rem;
}
.maj-footer__terms li,
.maj-footer__terms p {
    opacity: 0.5;
    font-size: 0.875rem;
}
.maj-safer {
    display: block;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.maj-safer img {
    width: 500px;
}
.maj-legal {
    margin: 2rem auto;
    max-width: 42rem;
}
.maj-legal a {
    display: inline-block;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
}
.maj-payments {
    margin: 1rem auto;
    width: 360px;
}
.splitting .char,
.splitting .word {
    display: inline-block;
}
.splitting .char {
    position: relative;
}
.splitting .char:after,
.splitting .char:before {
    content: attr(data-char);
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    transition: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.splitting {
    --word-center: calc((var(--word-total) - 1) / 2);
    --char-center: calc((var(--char-total) - 1) / 2);
    --line-center: calc((var(--line-total) - 1) / 2);
}
.splitting .word {
    --word-percent: calc(var(--word-index) / var(--word-total));
    --line-percent: calc(var(--line-index) / var(--line-total));
}
.splitting .char {
    --char-percent: calc(var(--char-index) / var(--char-total));
    --char-offset: calc(var(--char-index) - var(--char-center));
    --distance: calc(var(--char-offset) * var(--char-offset) / var(--char-center));
    --distance-sine: calc(var(--char-offset) / var(--char-center));
    --distance-percent: calc(var(--distance) / var(--char-center));
}
.splitting.cells img {
    width: 100%;
    display: block;
}
@supports (display: grid) {
    .splitting.cells {
        position: relative;
        overflow: hidden;
        background-size: cover;
        visibility: hidden;
    }
    .splitting .cell-grid {
        background: inherit;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: grid;
        grid-template: repeat(var(--row-total), 1fr) / repeat(var(--col-total), 1fr);
    }
    .splitting .cell {
        background: inherit;
        position: relative;
        overflow: hidden;
    }
    .splitting .cell-inner {
        background: inherit;
        position: absolute;
        visibility: visible;
        width: calc(100% * var(--col-total));
        height: calc(100% * var(--row-total));
        left: calc(-100% * var(--col-index));
        top: calc(-100% * var(--row-index));
    }
    .splitting .cell {
        --center-x: calc((var(--col-total) - 1) / 2);
        --center-y: calc((var(--row-total) - 1) / 2);
        --offset-x: calc(var(--col-index) - var(--center-x));
        --offset-y: calc(var(--row-index) - var(--center-y));
        --distance-x: calc(var(--offset-x) * var(--offset-x) / var(--center-x));
        --distance-y: calc(var(--offset-y) * var(--offset-y) / var(--center-y));
    }
}
[data-splitting] {
    flex: none;
    position: relative;
    overflow: hidden;
    word-spacing: 0.5vw;
}
.splitting .word {
    overflow: hidden;
}
.js .loading:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e59635;
}
.js .loading:after,
.js .loading:before {
    content: "";
    position: fixed;
    z-index: 100000;
}
.js .loading:after {
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    pointer-events: none;
    border-radius: 50%;
    opacity: 0.4;
    background: #fff;
    -webkit-animation: loaderAnim 0.7s linear infinite alternate forwards;
    animation: loaderAnim 0.7s linear infinite alternate forwards;
}
@-webkit-keyframes loaderAnim {
    to {
        opacity: 1;
        transform: scale3d(0.5, 0.5, 1);
    }
}
@keyframes loaderAnim {
    to {
        opacity: 1;
        transform: scale3d(0.5, 0.5, 1);
    }
}

@media screen and (max-width: 767px) {
    .desktop-button {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .mobile-button {
        display: none;
    }
}



/*
    card container
*/

.cards {
    margin-bottom: 1rem;
  }
  
  @media (min-width: 768px) {
    .cards {
      display: flex;
      flex-wrap: wrap;
      text-align: left;
      margin-left: -1rem;
      margin-top: -1rem;
    }
  }
  
  /*
      card promo
  */
  
  .card-game {
    position: relative;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    --text-opacity: 1;
    color: #3b2151;
    color: rgba(59, 33, 81, var(--text-opacity));
    cursor: pointer;
    width: 100%;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border-radius: 0.375rem;
    margin-bottom: 1rem;
  }
  
  .card-game__content {
    position: relative;
    width: 100%;
    padding: 1rem;
    text-align: center;
    line-height: 1;
  }
  
  .card-game__img {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    z-index: 10;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }
  
  .card-game .btn {
    margin-top: 0;
    width: 100%;
  }
  
  .card-game__link {
    display: block;
    position: relative;
  }
  
  .card-game__offer {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 0.875rem;
    padding-top: 1rem;
    --text-opacity: 1;
    color: #e6007e;
    color: rgba(230, 0, 126, var(--text-opacity));
  }
  
  .card-game__ball {
    font-weight: 900;
    position: absolute;
    text-align: center;
    border-radius: 9999px;
    --bg-opacity: 1;
    background-color: #f39200;
    background-color: rgba(243, 146, 0, var(--bg-opacity));
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-width: 1px;
    border-width: 2px;
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
    --text-opacity: 1;
    color: #f39200;
    color: rgba(243, 146, 0, var(--text-opacity));
    height: 48px;
    width: 48px;
    line-height: 46px;
    left: 50%;
    transform: translateX(-50%);
    top: -24px;
    z-index: 100;
  }
  
  .card-game__ball::before {
    position: absolute;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    border-radius: 9999px;
    display: block;
    content: "";
    height: 32px;
    width: 32px;
    top: 6px;
    left: 6px;
    z-index: -1;
  }
  
  @media (min-width: 768px) {
    .cards .card-game {
      margin-left: 1rem;
      margin-top: 1rem;
      width: calc( 100% / 5 - 1rem);
    }
  }
  
/*
    card promo
*/

.card-promo {
    position: relative;
    --text-opacity: 1;
    color: #3b2151;
    color: rgba(59, 33, 81, var(--text-opacity));
    cursor: pointer;
    width: 100%;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border-radius: 0.5rem;
  }
  
  .card-promo__title {
    padding: 1rem;
    padding-bottom: 0;
    --text-opacity: 1;
    color: #3b2151;
    color: rgba(59, 33, 81, var(--text-opacity));
    font-weight: 700;
    font-size: 1.125rem;
    font-size: 1rem;
  }
  
  .card-promo__content {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
    font-size: 0.875rem;
    opacity: 0.5;
    padding: 1rem;
    padding-bottom: 0;
  }
  
  .card-promo__content > *:last-of-type {
    margin-bottom: 0;
  }
  
  .card-promo__img {
    position: relative;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0;
    z-index: 10;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }
  
  .card-promo__link {
    display: block;
    position: relative;
  }
  
  .card-promo .btn-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1rem;
    padding-top: 0;
  }
  
  .card-promo .btn-group .btn {
    margin-top: 0;
    width: 48%;
  }
  
  .cards .card-promo {
    margin-bottom: 1rem;
  }
  
  @media (min-width: 768px) {
    .cards .card-promo {
      margin-bottom: 0;
      margin-left: 1rem;
      margin-top: 1rem;
      width: calc( 100% / 2 - 1rem);
    }
  }
  

/*# sourceMappingURL=app.min.css.map */

