﻿.notifications-container{max-height:100vh;max-width:320px;pointer-events:none;position:fixed;width:100%;z-index:9999}.notifications-container.notify-is-x-center{left:50%;transform:translateX(-50%)}.notifications-container.notify-is-y-center{top:50%;transform:translateY(-50%)}.notifications-container.notify-is-center{left:50%;top:50%;transform:translate(-50%, -50%)}.notifications-container.notify-is-left{left:0}.notifications-container.notify-is-right{right:0}.notifications-container.notify-is-top{top:0}.notifications-container.notify-is-bottom{bottom:0}.notifications-container.notify-is-x-center.notify-is-top{top:var(--distance)}.notifications-container.notify-is-x-center.notify-is-bottom{bottom:var(--distance)}.notifications-container>*{pointer-events:auto}.notify{--notify-error: rgb(235, 87, 87);--notify-error-progress: rgb(192, 69, 69);--notify-success: rgb(111, 207, 151);--notify-success-progress: rgb(84, 170, 120);--notify-warning: rgb(242, 201, 76);--notify-warning-progress: rgb(196, 166, 79);--notify-info: rgb(81, 205, 243);--notify-info-progress: rgb(84, 169, 196);--notify-gray: rgb(51, 51, 51);--notify-gray-2: rgb(77, 77, 77);--notify-gray-3: rgb(130, 130, 130);--notify-white: rgb(255, 255, 255);--notify-white-2: rgba(255, 255, 255, 0.8);--notify-padding: 0.75rem;--notify-icon-size: 32px;--notify-close-icon-size: 16px;align-items:center;border-radius:6px;box-sizing:border-box;display:flex;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;overflow:hidden;padding:var(--notify-padding);position:relative;-webkit-text-decoration:none;text-decoration:none;transition-timing-function:ease;width:100%}.notify__icon{align-items:center;display:flex;flex-shrink:0;height:var(--notify-icon-size);justify-content:center;margin-right:12px;width:var(--notify-icon-size)}.notify__close{align-items:center;cursor:pointer;display:flex;height:var(--notify-close-icon-size);justify-content:center;position:absolute;right:12px;top:12px;-webkit-user-select:none;user-select:none;width:var(--notify-close-icon-size)}.notify__close *{pointer-events:none}.notify__title{font-size:1rem;font-weight:600;padding-right:calc(var(--notify-padding) + var(--notify-close-icon-size))}.notify__text{font-size:0.875rem;margin-top:0.25rem}.notify--type-1{background-color:#fff;border:1px solid currentColor}.notify--type-1 .notify__close{color:var(--notify-gray-3)}.notify--type-1 .notify__title{color:var(--notify-gray)}.notify--type-1 .notify__text{color:var(--notify-gray-2)}.notify--type-2{color:var(--notify-gray)}.notify--type-3{color:var(--notify-white)}.notify--type-3 .notify__text{color:var(--notify-white-2)}.notify--error.notify--type-1{box-shadow:0 2px 26px rgba(215,0,0,0.1);color:var(--notify-error)}.notify--error.notify--type-2,.notify--error.notify--type-3{background-color:var(--notify-error)}.notify--warning.notify--type-1{box-shadow:0 2px 26px rgba(242,201,76,0.1);color:var(--notify-warning)}.notify--warning.notify--type-2,.notify--warning.notify--type-3{background-color:var(--notify-warning)}.notify--success.notify--type-1{box-shadow:0 2px 26px rgba(82,215,0,0.1);color:var(--notify-success)}.notify--success.notify--type-2,.notify--success.notify--type-3{background-color:var(--notify-success)}.notify--info.notify--type-1{box-shadow:0 2px 26px rgba(84,175,202,0.1);color:var(--notify-info)}.notify--info.notify--type-2,.notify--info.notify--type-3{background-color:var(--notify-info)}.notify--fade{opacity:0;will-change:opacity}.notify--fadeIn{opacity:1}.notify--slide{opacity:0;will-change:opacity, transform}.notify-is-center .notify--slide,.notify-is-y-center .notify--slide,.notify-is-x-center:not(.notify-is-bottom) .notify--slide{transform:translateY(-20px)}.notify-is-x-center.notify-is-bottom .notify--slide{transform:translateY(20px)}.notify-is-right .notify--slide{transform:translateX(calc(var(--distance) + 110%))}.notify-is-left .notify--slide{transform:translateX(calc((var(--distance) * -1) - 110%))}.notify-is-x-center:not(.notify-is-bottom) .notify--slideIn,.notify-is-center .notify--slideIn,.notify-is-y-center .notify--slideIn,.notify-is-x-center.notify-is-bottom .notify--slideIn{opacity:1;transform:translateY(0)}.notify-is-right .notify--slideIn,.notify-is-left .notify--slideIn{opacity:1;transform:translateX(0)}.notify-is-left .notify{left:var(--distance)}.notify-is-right .notify{right:var(--distance)}.notify-is-top .notify,.notify-is-center .notify,.notify-is-y-center .notify,.notify-is-x-center.notify-is-top .notify{margin-top:var(--gap)}.notify-is-bottom .notify,.notify-is-x-center:not(.notify-is-top) .notify{margin-bottom:var(--gap)}.notify.notify-autoclose{--progress-height: 5px;padding-bottom:calc(var(--notify-padding) + var(--progress-height))}.notify.notify-autoclose::before{animation:progress calc(var(--timeout) * 1ms) linear forwards;bottom:0;content:'';height:var(--progress-height);left:0;position:absolute;transform:scale3d(1, 1, 1);transform-origin:left;width:100%}@keyframes progress{to{transform:scale3d(0, 1, 1)}}.notify.notify-autoclose.notify--error::before{background-color:var(--notify-error-progress)}.notify.notify-autoclose.notify--warning::before{background-color:var(--notify-warning-progress)}.notify.notify-autoclose.notify--success::before{background-color:var(--notify-success-progress)}.notify.notify-autoclose.notify--info::before{background-color:var(--notify-info-progress)}/* Document
 * ========================================================================== *//**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */:where(html) {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%; /* 2 */
}/* Sections
 * ========================================================================== *//**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */:where(h1) {
  font-size: 2em;
  margin-block-end: 0.67em;
  margin-block-start: 0.67em;
}/* Grouping content
 * ========================================================================== *//**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */:where(dl, ol, ul) :where(dl, ol, ul) {
  margin-block-end: 0;
  margin-block-start: 0;
}/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 */:where(hr) {
  box-sizing: content-box; /* 1 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
}/* Text-level semantics
 * ========================================================================== *//**
 * Add the correct text decoration in Safari.
 */:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */:where(b, strong) {
  font-weight: bolder;
}/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */:where(code, kbd, pre, samp) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}/**
 * Add the correct font size in all browsers.
 */:where(small) {
  font-size: 80%;
}/* Tabular data
 * ========================================================================== *//**
 * 1. Correct table border color in Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */:where(table) {
  border-color: currentColor; /* 1 */
  text-indent: 0; /* 2 */
}/* Forms
 * ========================================================================== *//**
 * Remove the margin on controls in Safari.
 */:where(button, input, select) {
  margin: 0;
}/**
 * Remove the inheritance of text transform in Firefox.
 */:where(button) {
  text-transform: none;
}/**
 * Correct the inability to style buttons in iOS and Safari.
 */:where(button, input:is([type="button" i], [type="reset" i], [type="submit" i])) {
  -webkit-appearance: button;
}/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */:where(progress) {
  vertical-align: baseline;
}/**
 * Remove the inheritance of text transform in Firefox.
 */:where(select) {
  text-transform: none;
}/**
 * Remove the margin in Firefox and Safari.
 */:where(textarea) {
  margin: 0;
}/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */:where(input[type="search" i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */::-webkit-search-decoration {
  -webkit-appearance: none;
}/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */:where(button, input:is([type="button" i], [type="color" i], [type="reset" i], [type="submit" i]))::-moz-focus-inner {
  border-style: none;
  padding: 0;
}/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */:where(button, input:is([type="button" i], [type="color" i], [type="reset" i], [type="submit" i]))::-moz-focusring {
  outline: 1px dotted ButtonText;
}/**
 * Remove the additional :invalid styles in Firefox.
 */:where(:-moz-ui-invalid) {
  box-shadow: none;
}/* Interactive
 * ========================================================================== *//*
 * Add the correct styles in Safari.
 */:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: fit-content;
}:where(dialog:not([open])) {
  display: none;
}/*
 * Add the correct display in all browsers.
 */:where(summary) {
  display: list-item;
}@font-face{font-family:"MTS Sans";src:url(fonts/MTSSans-Regular.woff2) format("woff2"),url(fonts/MTSSans-Regular.woff) format("woff");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"MTS Sans";src:url(fonts/MTSSans-Medium.woff2) format("woff2"),url(fonts/MTSSans-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"MTS Sans";src:url(fonts/MTSSans-Bold.woff2) format("woff2"),url(fonts/MTSSans-Bold.woff) format("woff");font-weight:bold;font-style:normal;font-display:swap}@font-face{font-family:"MTS Sans";src:url(fonts/MTSSans-UltraWide.woff2) format("woff2"),url(fonts/MTSSans-UltraWide.woff) format("woff");font-weight:bold;font-style:italic;font-display:swap}.accordion-item{background:rgba(178,219,249,.02);border:1px solid rgba(178,219,249,.05);border-radius:var(--border-radius, 12px);margin-bottom:1rem;color:var(--color-main-text)}.accordion-item:last-child{margin-bottom:0}@media not all and (hover: none){.accordion-item:hover__summary{color:var(--color-main-text)}}.accordion-item:hover{color:#fff}.accordion-item--menu{border:none !important;border-radius:0 !important;background:none !important;margin:0 !important}.accordion-item__summary{padding:.9375rem 2.125rem;display:grid;align-items:center;grid-template-columns:minmax(1.5em, auto) 1fr;grid-column-gap:2.0625rem;color:#4e6377;color:var(--color-main-text);list-style:none;cursor:pointer;transition:color .4s ease;font-size:1.5em;font-weight:500}@media(max-width: 1023px){.accordion-item__summary-text{grid-column:1;grid-row:1}}@media(max-width: 1023px){.accordion-item__summary{grid-template-columns:1fr minmax(1.5em, auto);padding:.5em 1rem;align-items:center;font-size:1.25em}}.accordion-item__summary::-webkit-details-marker{display:none}.accordion-item__summary::before{content:"";position:relative;line-height:1;display:grid;place-content:center;width:2.4375rem;height:2.4375rem;border-radius:50%;box-sizing:border-box;transition:opacity .3s ease;background:url(images/dadf9e3f05afbcc63398.svg) center center no-repeat}@media(max-width: 1023px){.accordion-item__summary::before{grid-column:2;grid-row:1}}.accordion-item__list{list-style:none;counter-reset:item;padding-top:1rem;padding-left:0;margin-top:0;margin-bottom:0;margin-left:-3.3rem}@media(max-width: 1023px){.accordion-item__list{padding-top:1em;margin-left:0}}.accordion-item__list-item{counter-increment:item;display:grid;grid-template-columns:minmax(2.1rem, auto) minmax(1.5rem, auto) minmax(0, auto);align-items:center;justify-content:start;grid-column-gap:1em;margin-bottom:1em;font-size:1.0625em;line-height:1.4}.accordion-item__list-item::before{content:"";color:currentColor;width:.2em;height:.2em;border-radius:50%;background-color:currentColor;font-weight:bold}@media(max-width: 1023px){.accordion-item__list-item::before{display:none}}.accordion-item__list-item:last-of-type{margin-bottom:0}@media(max-width: 1023px){.accordion-item__list-item{padding-right:0;font-size:1em}}.accordion-item__content{padding:0 2em 2em 6.7rem;opacity:0;transition:opacity .6s ease-out .3s}@media(max-width: 1023px){.accordion-item__content{padding:0 1.5em 1.5em 1em}}.accordion-item__next{display:inline-block;font-size:1.0625em;line-height:1.4;width:100%;box-sizing:border-box;text-align:left;padding-top:2em}.accordion-item__next-link{color:#fff;-webkit-text-decoration:none;text-decoration:none}@media(max-width: 1023px){.accordion-item__next{font-size:1em}}.accordion-item__text{font-size:1.0625em;line-height:1.4117647059;padding-top:1rem}.accordion-item__text .modal-link{-webkit-text-decoration:underline;text-decoration:underline}.accordion-item__text a{color:inherit}@media(max-width: 1023px){.accordion-item__text{font-size:1em}}.accordion-item__link{color:inherit}.accordion-item[open]{background:rgba(178,219,249,.05);border:1px solid rgba(178,219,249,.1);color:#fff}.accordion-item[open]>.accordion-item__summary{color:currentColor}.accordion-item[open]>.accordion-item__summary::before{content:"";padding-bottom:.31em;opacity:1;background:url(images/280c7bc1f8d2fc6825bd.svg) center center no-repeat}.accordion-item[open]>.accordion-item__content{opacity:1;transition:opacity .6s ease-out .3s}.header{position:fixed;z-index:10;width:100%;height:auto;left:0;box-sizing:border-box;display:flex}body.pay .header{top:0;height:4.8em}.header__wrapper{max-width:1440px;width:100%;box-sizing:border-box;padding:1em 5.525rem;margin:auto;display:flex;flex-direction:row;align-items:center}.header--light .header__wrapper{width:auto;padding:2em}@media(max-width: 1023px){.header--light .header__wrapper{padding:1.5em 1.3em}}@media(min-width: 1023.02px) and (max-width: 1439.98px){.header__wrapper{max-width:1024px;padding:1em 2em}}@media(max-width: 1023px){.header__wrapper{padding-left:5vw;padding-right:5vw}}@media(max-width: 1023px){.header{display:block}}.header::before{content:"";position:absolute;pointer-events:none;top:0;left:0;width:100%;height:100%;transition:opacity 1.4s ease-in-out;opacity:1;background:var(--color-main-bg)}.body--light .header::before{background:#0a1222}.header.clear::before{opacity:0 !important}.header__logo{position:relative;flex:1;z-index:50;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;-webkit-text-decoration:none;text-decoration:none;color:currentColor !important}.header__logo-image{fill:currentColor}.header--light .header__logo-image{color:#fff;width:11em}@media(max-width: 1023px){.header--light .header__logo-image{width:9em}}@media(max-width: 1023px){.header__logo-image{width:10em;height:auto}}.header__logo::after{content:"beta";position:relative;display:inline-block;color:#00ff64;font-size:.8em;text-transform:uppercase;-webkit-text-decoration:none;text-decoration:none;font-weight:bold;padding-left:.3em}.header__logo.not-beta::after{content:none}.header__download{position:relative}@media screen and (min-width: 1024px){.header__download{display:flex;justify-content:flex-end}}@media(max-width: 1023px){.header__download{display:none;font-size:.7em}}@media(max-width: 1023px){.header__menu{display:none}}.merchant .header__menu{font-size:17px}.header__menu-list{position:relative;list-style:none;display:flex;flex-direction:row;justify-content:center;align-items:center;margin:0}@media(min-width: 1023.02px) and (max-width: 1439.98px){.header__menu-list{margin:0}}@media(max-width: 1023px){.header__menu-list{margin:0}}.header__menu-dropdown-wrapper{display:none;padding-top:1em;position:absolute;left:-1.8em;min-width:10em}.header__menu-link-profile .header__menu-dropdown-wrapper{left:0}.header__menu-dropdown{list-style:none;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);padding:13px 17px;z-index:1;background:#0f1d3c;border:1px solid rgba(151,202,239,.25);border-radius:17px}.header__menu-dropdown-link{display:inline-block;color:var(--color-main-text);-webkit-text-decoration:none;text-decoration:none;padding:.2em 0;transition:border .3s ease-in-out,color .3s ease-in-out;border-bottom:1px solid rgba(0,0,0,0)}.header__menu-dropdown-link:hover{color:#fff;border-bottom:1px solid currentColor}.header__menu-link{position:relative;color:currentColor;box-sizing:border-box;-webkit-text-decoration:none;text-decoration:none;margin-right:2em;text-shadow:1px 1px rgba(0,0,0,.7);border-bottom:1px solid rgba(0,0,0,0);transition:border .3s ease-in-out,color .3s ease-in-out}.header__menu-link-arrow{margin-left:.3em;transition:transform .3s ease-in-out;transform:rotate(180deg)}.header__menu-link-profile{margin-right:0}.header__menu-item{padding:1em 0;position:relative;color:var(--color-main-text)}.header__menu-item-profile{padding:0}.header__menu-item:hover{color:#fff}.header__menu-item:hover .header__menu-link[href]{border-bottom:1px solid currentColor}.header__menu-item:hover .header__menu-link-arrow{transform:rotate(0deg)}.header__menu-item:hover .header__menu-dropdown-wrapper{display:block}.header__menu-item-profile:hover .profile{opacity:.5}.header__merchant,.header__faq{margin:0 .5em;position:relative;color:#fff;-webkit-text-decoration:none;text-decoration:none}@media(max-width: 1023px){.header__merchant,.header__faq{display:none}}.footer{position:relative;margin-top:5em;padding-top:5em}.merchant .footer{font-size:17px}@media(max-width: 1023px){.footer{margin-top:3em;padding-top:3em}}.footer--light{margin:0;padding:0;position:fixed;bottom:0;background:#0a1222;box-shadow:0 -30px 30px #0a1222}.footer--light a:hover{-webkit-text-decoration:underline;text-decoration:underline}@media(max-width: 1023px){.footer--light{display:none}}.footer::before{content:"";display:block;position:absolute;top:0;left:.5em;background:rgba(127,140,153,.35);height:1px;width:calc(100% - 1em)}.body--light .footer::before{height:2px;width:100%;left:0%;background:linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 52.6%, rgba(255, 255, 255, 0) 100%);opacity:.2}.footer__wrapper{width:100%;box-sizing:border-box;max-width:1440px;padding:0 5.525rem;margin:0 auto;display:grid;grid-column-gap:2em;grid-template-columns:1fr minmax(100px, auto) minmax(100px, auto)}.footer--light .footer__wrapper{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;width:auto;max-width:none;padding:.5em 1em}@media(min-width: 1023.02px) and (max-width: 1439.98px){.footer__wrapper{max-width:1024px;padding:0 2em}}@media(max-width: 1023px){.footer__wrapper{padding:0 5vw;display:block}}.footer__text{color:#6e89a1;margin-bottom:2em}.footer__title{font-size:1.25em;line-height:1.2;font-weight:bold}.footer__caption{font-size:1em;line-height:1.4117647059;max-width:38em}.footer__applinks{display:flex;flex-direction:row;margin-top:2em;margin-bottom:1em}.footer__applink img{margin-right:1em;max-width:100%}.footer__link{display:block;font-size:1em;line-height:1.4117647059;color:#344356;-webkit-text-decoration:none;text-decoration:none;min-width:15em;max-width:16em;margin-bottom:1em;transition:color .4s ease}.footer__link:hover{color:var(--color-main-text)}.footer__links{margin-top:1em}.footer__copyright{display:flex;flex-direction:row;justify-content:space-between;align-items:center;grid-column:span 3;grid-row:3;color:#626c77;margin:1em 0}.footer--light .footer__copyright{margin:0;color:#4c6175}@media(max-width: 1023px){.footer__copyright{flex-direction:column;align-items:flex-start;margin-top:2em}}@media(max-width: 1023px){.footer__copyright p{margin:.3em 0}.footer--light .footer__copyright p{margin:1em 0}}.footer__navigation{display:flex;margin:0 -1em;padding:0;list-style:none}.footer__navigation-item{margin:0 1em}.footer__navigation-link{color:#7f9eb7;-webkit-text-decoration:none;text-decoration:none}dialog{top:0;left:0;right:0;width:fit-content;height:fit-content;max-width:730px;box-sizing:border-box;margin:auto;border:solid;padding:1em;background:#fff;color:#000;display:block;position:fixed}dialog:not([open]){display:none}.dialog{font-size:16px;padding:2.5em;color:var(--color-main-text);border-radius:var(--border-radius, 12px);background:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(6,10,22,.19);min-width:50em;max-width:750px}@media(max-width: 1023px){.dialog{width:90vw;padding:1.5em;box-sizing:border-box;min-width:unset}}.dialog[open]{animation:appear .6s ease-out}.dialog::backdrop{background:rgba(0,0,0,.9)}.dialog__close-button{position:absolute;top:0;right:0;width:3.5em;height:3.5em;cursor:pointer;display:grid;place-content:center;border-radius:0 var(--border-radius, 12px) 0 0}.dialog__close-button svg{width:1em;height:auto}@media(max-width: 1023px){.dialog__close-button svg{width:.75em}}@media(max-width: 1023px){.dialog__close-button{width:2.5em;height:2.5em}}.dialog__title{text-align:center;width:100%;font-weight:700;font-size:1.75em;color:#203255;margin-top:0;margin-bottom:1.5625em}.dialog__form{display:flex;flex-direction:column}.dialog__field{position:relative;display:flex;flex-direction:column;margin-bottom:1em}.dialog__field-label{font-size:1.25em;color:#203255;margin-bottom:.3em}@media(max-width: 1023px){.dialog__field-label{font-size:1.125em}}.dialog__field-input{width:100%;font-size:1.0625em;padding:.7em 1em;background:#fff;border-radius:var(--border-radius, 12px);border:2px solid rgba(188,195,208,.5);font-family:var(--font-main);box-sizing:border-box}.dialog__field-input:focus-visible{outline-color:#007cff}.dialog__field textarea{min-height:100px;box-sizing:border-box;resize:vertical}.dialog__button-wrapper{text-align:center}.dialog__submit-button{display:block;box-sizing:border-box;color:#fff;width:100%;background:var(--button-gradient-secondary);font-size:1.25em;line-height:1;padding:.8em 1em;border-radius:var(--border-radius, 12px);margin-top:1.25em;-webkit-text-decoration:none;text-decoration:none;font-weight:bold;outline:none;border:none;cursor:pointer;box-shadow:0 12px 64px rgba(69,182,252,0);transition:box-shadow .3s ease-in-out}.dialog__submit-button:hover{box-shadow:0 12px 64px rgba(69,182,252,.4)}@media(max-width: 1023px){.dialog__submit-button{font-size:1em;padding:1.1881em 1em}}@keyframes appear{from{opacity:0}to{opacity:1}}:root{--color-main-bg: linear-gradient(90deg, #0a1222 0%, #060c18 100%);--color-main-text: rgb(178, 219, 249);--color-main-text--white-theme: rgba(0, 114, 197);--color-secondary-text--white-theme: rgb(32, 50, 85);--button-gradient-primary: linear-gradient( 180deg, #74df8b 0%, #009e2b 100% );--button-gradient-secondary: linear-gradient( 217.17deg, #baffff -36.84%, #213567 96.77% );--color-accent-bg: #f00;--color-accent-text: #fff;--section-padding-left: 5.6em;--border-radius: 12px;--font-main: "MTS Sans", system-ui, sans-serif}@media(prefers-reduced-motion: reduce){*{animation:none !important;transition:none !important}}html{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-family:var(--font-main);font-size:16px;line-height:1.4;scroll-behavior:smooth}@media(max-width: 1023px){html{font-size:4vw}}@media(min-width: 1023.02px) and (max-width: 1439.98px){html{--section-padding-left: 0 !important}}body{margin:0;background:var(--color-main-bg);color:var(--color-main-text);min-height:100vh}.main{position:relative;padding-top:constant(safe-area-inset-top);padding-right:constant(safe-area-inset-right);padding-bottom:constant(safe-area-inset-bottom);padding-left:constant(safe-area-inset-left);overflow:hidden}.main__content{position:relative;width:100%;max-width:1440px;margin:0 auto;box-sizing:border-box}@media screen and (min-width: 1024px){.main__content{max-width:1024px;padding:0 2em}}@media screen and (min-width: 1440px){.main__content{max-width:1440px;padding:0 5.525rem}}.main__content--inner{box-sizing:border-box;padding-top:5em}@media(max-width: 1023px){.main__content--inner{padding:4em 5vw;box-sizing:border-box}}.section{padding-top:6em;margin-top:3em;margin-bottom:0;padding-bottom:0}.section__c-heading,.section__heading{padding-left:0;padding-right:0;padding-top:0;margin-top:0}@media(min-width: 1023.02px) and (max-width: 1439.98px){.section__command-work{padding-top:0}}.section__c-about-tech{margin-top:9em}.section__speed-and-quality,.section__how-to-play{padding-top:9em;margin-top:9em}@media(max-width: 1023px){.section__speed-and-quality,.section__how-to-play{padding-top:2em;margin-top:3em}}@media(min-width: 1024px)and (max-width: 1439px){.section__speed-and-quality,.section__how-to-play{padding-top:2em;margin-top:3em}}.section__advantages{padding-top:0;margin-top:-3em}@media(min-width: 1023.02px) and (max-width: 1439.98px){.section__advantages{margin-top:-1em}}@media(min-width: 1023.02px) and (max-width: 1439.98px){.section{padding-left:0;padding-right:0}}@media(max-width: 1023px){.section{margin-top:0;padding-top:2em;padding-left:0;padding-right:0}}.block-title{color:#fff;font-size:2.75em;font-weight:bold;font-style:italic;line-height:1;text-transform:uppercase}.block-title--small{color:#fff !important}.block-title span:nth-child(1){color:var(--color-main-text);background:var(--color-main-text);background:-webkit-linear-gradient(#b2dbf9, #2b87ca);background:radial-gradient(circle at farthest-side, rgb(43, 135, 202) 0%, rgb(178, 219, 249) 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.text-body--2{font-size:1.5em;line-height:1.5}@media(max-width: 1023px){.sections{padding:0 5vw;box-sizing:border-box}}.heading{position:relative;width:100%;height:63em}@media(min-width: 1023.02px) and (max-width: 1439.98px){.heading{height:40em}}@media(max-width: 1023px){.heading{height:auto;margin-bottom:17vw;margin-top:10vw}}.heading__image-block{position:absolute;width:100%;height:100%}@media(max-width: 1023px){.heading__image-block{position:relative;height:65vw}}.heading__image{position:absolute;width:150%;height:auto;left:-25%}.heading__content-block{position:relative;width:100%;height:100%}.heading__title{margin:0;position:absolute;top:1.5em;right:.7em;font-size:4.25rem}@media(min-width: 1023.02px) and (max-width: 1439.98px){.heading__title{font-size:2.75rem;top:2em;right:1.9em}}@media(max-width: 1023px){.heading__title{position:relative;top:unset;right:unset;font-size:9.5vw;margin-bottom:.7em}}.heading__caption{font-size:1.25em;margin:0;position:absolute;max-width:27em;bottom:10em;left:0;color:#fff;line-height:1.4}@media(min-width: 1023.02px) and (max-width: 1439.98px){.heading__caption{bottom:3em}}@media(max-width: 1023px){.heading__caption{position:relative;bottom:unset;left:unset;font-size:4.7vw}}.c-heading{position:relative;width:100%;height:63em}@media(min-width: 1023.02px) and (max-width: 1439.98px){.c-heading{height:40em}}@media(max-width: 1023px){.c-heading{height:auto;margin-bottom:17vw;margin-top:10vw}}.c-heading__image-block{position:absolute;width:100%;height:100%}@media(max-width: 1023px){.c-heading__image-block{position:relative;height:65vw}}.c-heading__image{position:absolute;width:150%;height:auto;left:-25%}.c-heading__image-light{position:absolute;width:100%;height:auto;left:-25%;top:0;z-index:-1}.c-heading__content-block{position:relative;width:100%;height:100%}.c-heading__title{margin:0;position:absolute;top:1.5em;right:.7em;font-size:4.25rem}@media(min-width: 1023.02px) and (max-width: 1439.98px){.c-heading__title{font-size:2.75rem;top:2em;right:1.9em}}@media(max-width: 1023px){.c-heading__title{position:relative;top:unset;right:unset;font-size:9.5vw;margin-bottom:.7em}}.c-heading__link-block{margin-top:1.3em}@media(max-width: 1023px){.c-heading__link-block{margin-top:0}.c-heading__link-block .link-button{padding:1em 7em 1em 7em}}@media(min-width: 1023.02px) and (max-width: 1439.98px){.c-heading__link-block{margin-top:0}.c-heading__link-block .link-button{padding:.5em 4em .5em 4em}}.c-heading__caption{font-size:1.7vw;margin:0;position:absolute;max-width:37em;top:15.5em;right:0;color:#fff;line-height:1.4}@media screen and (min-width: 1440px){.c-heading__caption{font-size:1.1em}}@media(min-width: 1023.02px) and (max-width: 1439.98px){.c-heading__caption{top:14.5em;font-size:.9em;right:4em;max-width:29em}}@media(max-width: 1023px){.c-heading__caption{position:relative;top:0;right:0;font-size:4.7vw}}.advantages{display:grid;grid-template-columns:repeat(3, 1fr);grid-column-gap:2.8em}@media(max-width: 1023px){.advantages{grid-template-columns:1fr;padding:1em 0 0}}.advantage{display:grid;align-items:center;justify-items:start;align-content:stretch;grid-template-columns:1fr 11em}@media(min-width: 1023.02px) and (max-width: 1439.98px){.advantage{grid-template-columns:1fr 6em}}@media(max-width: 1023px){.advantage{font-size:1rem;align-items:center;margin-bottom:10vw}}.advantage:nth-child(1){transition:transform .9s ease-out .5s,opacity .6s ease .5s}@media(max-width: 1023px){.advantage:nth-child(1){transition:transform .9s ease-out .5s,opacity .6s ease .5s}}.advantage:nth-child(2){transition:transform .9s ease-out .8s,opacity .6s ease .8s}@media(max-width: 1023px){.advantage:nth-child(2){transition:transform .9s ease-out .5s,opacity .6s ease .5s}}.advantage:nth-child(3){transition:transform .9s ease-out 1.1s,opacity .6s ease 1.1s}@media(max-width: 1023px){.advantage:nth-child(3){transition:transform .9s ease-out .5s,opacity .6s ease .5s}}.advantage__title{color:#fff;font-size:1.75em;line-height:1.5;font-weight:bold;font-style:italic;text-transform:uppercase}@media(min-width: 1023.02px) and (max-width: 1439.98px){.advantage__title{font-size:1.55em}}@media(max-width: 1023px){.advantage__title{font-size:1.55em;line-height:normal}}.advantage__icon{width:6.25em;margin-left:1em}@media(min-width: 1023.02px) and (max-width: 1439.98px){.advantage__icon{width:5.25em}}@media(max-width: 1023px){.advantage__icon{width:20vw}}.advantage__caption{font-size:1.0625em;line-height:1.4;grid-column:span 2;padding-top:1.5em;min-height:6em}@media(max-width: 1023px){.advantage__caption{padding-top:0}}.how-to-start{text-align:center}.how-to-start a{-webkit-text-decoration:underline;text-decoration:underline;color:#b2dbf9}@media(max-width: 1023px){.how-to-start__title{font-size:2rem}}.how-to-start__grids{display:grid;grid-template-columns:1fr 1fr 1fr;grid-column-gap:2.8em}@media(max-width: 1023px){.how-to-start__grids{grid-template-columns:1fr;padding-left:0;padding-right:0;padding-top:1em}}.starter{align-items:center;justify-items:start;align-content:stretch}@media(max-width: 1023px){.starter{align-items:center;margin-bottom:0}}.starter:nth-child(1){transition:transform .9s ease-out .5s,opacity .6s ease .5s}@media(max-width: 1023px){.starter:nth-child(1){transition:transform .9s ease-out .5s,opacity .6s ease .5s}}.starter:nth-child(2){transition:transform .9s ease-out .8s,opacity .6s ease .8s}@media(max-width: 1023px){.starter:nth-child(2){transition:transform .9s ease-out .5s,opacity .6s ease .5s}}.starter:nth-child(3){transition:transform .9s ease-out 1.1s,opacity .6s ease 1.1s}@media(max-width: 1023px){.starter:nth-child(3){transition:transform .9s ease-out .5s,opacity .6s ease .5s}}.starter__title{color:#fff;font-size:1.75em;line-height:1.2857142857;font-weight:bold;font-style:italic;text-transform:uppercase}@media(max-width: 1023px){.starter__title{line-height:1;font-size:1.55em}}.starter__icon{width:8.25em;margin-left:-1.5em;padding:2.5em 0 2em 0}@media(max-width: 1023px){.starter__icon{width:35vw}}.starter__caption{font-size:1.0625em;line-height:1.4;grid-column:span 2;padding-top:1em;min-height:6em}@media(max-width: 1023px){.starter__caption{padding-top:1em}}.play-everywhere{display:grid;grid-template-columns:minmax(35em, auto) 1fr;color:#fff}@media(max-width: 1023px){.play-everywhere{padding-left:0;grid-template-columns:1fr;font-size:1rem}}.play-everywhere__title{margin-bottom:.41666em}@media(max-width: 1023px){.play-everywhere__title{margin-top:0}}.play-everywhere__caption{margin-top:2.625rem;margin-bottom:2.625rem;font-size:1.0625em;line-height:1.4;max-width:28em}@media(max-width: 1023px){.play-everywhere__caption{font-size:1rem}}.play-everywhere__plus{display:grid;align-items:center;justify-content:start;grid-template-columns:minmax(24px, auto) 1fr;grid-column-gap:1em;grid-row-gap:1.8em;margin-bottom:.425rem}.play-everywhere__plus-icon{border-radius:var(--border-radius, 12px);background:rgba(43,135,202,.2);width:3em;height:3em;display:flex;padding:.75em;box-sizing:border-box}.play-everywhere__plus-image{margin:auto;object-fit:contain;width:100%;height:100%}.play-everywhere__plus-caption{margin-top:0;font-size:1.0625em;line-height:1.4}@media(max-width: 1023px){.play-everywhere__plus-caption{font-size:1rem}}@media(max-width: 1023px){.play-everywhere__content{grid-row:2;margin:0}}.play-everywhere__image-block{position:relative}@media(max-width: 1023px){.play-everywhere__image-block{grid-row:1;height:140vw}}@media(max-width: 1023px){.play-everywhere__link{box-sizing:border-box;width:100%;text-align:center}}.play-everywhere__image-wrapper{position:absolute;top:-4em;width:75%;padding-bottom:90%;margin-left:8em}@media(min-width: 1023.02px) and (max-width: 1439.98px){.play-everywhere__image-wrapper{width:100%;margin-left:0}}@media(max-width: 1023px){.play-everywhere__image-wrapper{margin-left:0;width:100%;position:relative;top:0}}.play-everywhere__image-wrapper img{position:absolute;top:0;left:0;max-width:100%}.command-work{position:relative;display:grid;grid-template-columns:repeat(12, 1fr);grid-column-gap:2rem;min-height:20em;z-index:5;color:#b2dbf9}@media(max-width: 1023px){.command-work{padding-left:0;grid-template-columns:1fr;font-size:1rem}}@media(max-width: 1023px){.command-work__title{margin-top:0;font-size:2.4em}}@media(max-width: 1023px){.command-work__caption{font-size:1rem}}.command-work__content{grid-column:span 6}@media(max-width: 1023px){.command-work__content{grid-row:2;margin:0}}.command-work__image-block{position:relative;grid-column:span 6}.command-work__image-block__wrapper{position:absolute;top:0;right:0;bottom:0;left:0}@media(max-width: 1023px){.command-work__image-block{grid-row:1;min-height:80vw}}.command-work__image{position:absolute;top:-49%;left:-5%;width:138%}@media(min-width: 1023.02px) and (max-width: 1439.98px){.command-work__image{top:-10%;left:-20%;width:150%}}@media(max-width: 1023px){.command-work__image{top:-4%}}.command-work__image-light{position:absolute;z-index:-1;top:-115%;left:-70%;width:244%;transform:scale(1, -1)}@media(min-width: 1023.02px) and (max-width: 1439.98px){.command-work__image-light{top:-50%}}@media(max-width: 1023px){.command-work__image-light{top:-35%}}.how-to-play{position:relative;display:grid;grid-template-columns:repeat(2, 1fr);grid-column-gap:2rem;min-height:38em;align-items:start;z-index:5}.how-to-play__image{position:absolute;width:36em;max-width:unset;margin-left:-2.5rem;margin-top:-5em}@media(min-width: 1023.02px) and (max-width: 1439.98px){.how-to-play__image{display:none}}@media(max-width: 1023px){.how-to-play__image{position:relative;width:90vw;margin-left:0;margin-top:0}}@media(max-width: 1023px){.how-to-play__content{margin-top:-7em}}@media(min-width: 1023.02px) and (max-width: 1439.98px){.how-to-play{grid-template-columns:1fr;min-height:auto}}@media(max-width: 1023px){.how-to-play{grid-template-columns:1fr;margin-bottom:1em}}.speed-and-quality{position:relative;display:grid;grid-template-columns:repeat(12, 1fr);grid-column-gap:2rem;min-height:20em;z-index:5;color:#b2dbf9}@media(max-width: 1023px){.speed-and-quality__title{font-size:2.4em}}.speed-and-quality__image-block{position:relative;grid-column:span 6}.speed-and-quality__image-block__wrapper{position:absolute;top:0;right:0;bottom:0;left:0}@media(max-width: 1023px){.speed-and-quality__image-block{min-height:80vw}}.speed-and-quality__image-light{position:absolute;width:234%;top:-100%;left:-70%;z-index:-1}@media(min-width: 1023.02px) and (max-width: 1439.98px){.speed-and-quality__image-light{top:-60%}}@media(max-width: 1023px){.speed-and-quality__image-light{top:-35%}}.speed-and-quality__image{position:absolute;width:110%;top:-50%;left:-5%}@media(min-width: 1023.02px) and (max-width: 1439.98px){.speed-and-quality__image{top:-30%}}@media(max-width: 1023px){.speed-and-quality__image{top:0}}.speed-and-quality__content{grid-column:span 6}@media(max-width: 1023px){.speed-and-quality{grid-template-columns:1fr;margin-bottom:1em}}.win-button{color:#fff;display:flex;width:auto;flex-direction:row;justify-content:center;align-items:center;border-radius:8px;padding:.8rem 1.5rem;background:var(--button-gradient-primary);-webkit-text-decoration:none;text-decoration:none;box-shadow:0 12px 64px rgba(56,253,52,0);transition:box-shadow .6s ease-in-out}.win-button:hover{box-shadow:0 12px 64px rgba(56,253,52,.33)}.win-button--big{padding:1rem 2.6875rem}.win-button--faq{margin-left:1em}.win-button__icon{margin-right:1em}@media(max-width: 1023px){.win-button__icon{display:none}}.win-button__text{font-weight:700;color:#fff}.under-line-button{display:inline-block;color:#fff;font-size:1.25em;text-align:center;width:100%;opacity:.85}.link-button{display:inline-block;color:#fff;background:var(--button-gradient-primary);text-transform:capitalize;font-size:1.0625em;line-height:1.4;font-weight:500;padding:.8254716981em 6.4268867925em;border-radius:8px;margin-top:2.125em;-webkit-text-decoration:none;text-decoration:none;box-shadow:0 12px 64px rgba(56,253,52,0);transition:box-shadow .6s ease-in-out}.link-button:hover{box-shadow:0 12px 64px rgba(56,253,52,.33)}.link-button--gradient-secondary{background:var(--button-gradient-secondary);box-shadow:0 12px 64px rgba(69,182,252,0)}.link-button--gradient-secondary:hover{box-shadow:0 12px 64px rgba(69,182,252,.4)}.link-button--outlined{background:none;border:1px solid var(--color-main-text);color:var(--color-main-text)}.now-for-free{position:relative;display:grid;grid-template-columns:repeat(3, 1fr);align-items:center;justify-content:start}@media(max-width: 1023px){.now-for-free{grid-template-columns:1fr;padding-left:0;margin-bottom:4em}}@media(min-width: 1023.02px) and (max-width: 1439.98px){.now-for-free{font-size:.7em}}.now-for-free__image-block{position:relative;grid-column:1/4;grid-row:1;min-height:38.6848974518em}@media(max-width: 1023px){.now-for-free__image-block{position:relative;grid-column:1;grid-row:1;height:80vw;min-height:unset}}.now-for-free__content{grid-column:1/3;grid-row:1}@media(max-width: 1023px){.now-for-free__content{font-size:.6em;grid-column:1;grid-row:2}}.now-for-free__image{position:absolute;width:108em;top:-31em;left:0;height:auto}@media(max-width: 1023px){.now-for-free__image{position:absolute;width:200vw;top:-50vw;left:-66vw;height:auto}}.now-for-free__title{margin-bottom:2.625rem;margin-top:0}.now-for-free__caption{font-size:1.0625em;line-height:1.4;color:#fff;padding-right:40%}@media(max-width: 1023px){.now-for-free__caption{font-weight:normal;font-size:1rem;padding-right:0}}.now-for-free__caption-small{display:inline-block;font-weight:500;margin-top:2em}@media(max-width: 1023px){.now-for-free__caption-small{font-size:1em}}@media(max-width: 1023px){.now-for-free__link{box-sizing:border-box;width:100%;text-align:center;font-size:1rem}}.text-page__title{font-size:2.5em;font-weight:bold;font-style:italic;color:#fff;text-transform:uppercase;margin-bottom:1em}@media(max-width: 1023px){.text-page__title{font-size:1.75em;line-height:1.1428571429}}.text-page__subtitle{font-weight:bold;font-size:1.125em;line-height:1.4444444444}.text-page__text{font-size:1.125em;line-height:1.4444444444}.text-page__text a{color:currentColor !important}.about-tech{display:grid;grid-template-columns:repeat(10, 1fr);grid-template-rows:auto minmax(1em, auto);grid-auto-rows:minmax(0.4em, auto);grid-column-gap:2em;grid-row-gap:2em;color:#fff}@media(max-width: 1023px){.about-tech{padding-left:0;padding-right:0;grid-template-rows:auto auto minmax(1em, auto)}}.about-tech__title{grid-column:span 10}@media(max-width: 1023px){.about-tech__title{font-size:2rem}}.about-tech__block{background:rgba(178,219,249,.05);border:1px solid rgba(178,219,249,.1);border-radius:var(--border-radius, 12px);box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center}@media(max-width: 1023px){.about-tech__block{flex-direction:column;font-size:.4rem}}.about-tech__block p{margin:0}.about-tech__tech{grid-column:1/6;grid-row:2/3}@media(max-width: 1023px){.about-tech__tech{grid-column:span 10;grid-row:2}}.about-tech__tech p{margin:0;font-size:1.0625em;line-height:1.4;padding:1.875em}@media(max-width: 1023px){.about-tech__tech p{font-size:2.6em;padding-right:1em}}.about-tech__mindelay{position:relative;grid-column:6/11;grid-row:2/4}@media(max-width: 1023px){.about-tech__mindelay{grid-row:3;justify-content:space-between}}.about-tech__mindelay p{line-height:1.4;font-size:1.25em;margin-top:0;padding:1.875em;font-weight:500}@media(max-width: 1023px){.about-tech__mindelay p{font-size:2.4em}}.about-tech__mindelay img{width:auto;height:12em;transform:translate(-10%, 0%) scale(1.4);transform-origin:50% 100%}@media(min-width: 1023.02px) and (max-width: 1439.98px){.about-tech__mindelay img{height:9em;transform:translate(5%, 11%) scale(1.7)}}@media(max-width: 1023px){.about-tech__mindelay img{transform:none}}.about-tech__hereandnow{position:relative;grid-column:1/6;grid-row:3/5}@media(max-width: 1023px){.about-tech__hereandnow{grid-row:3;flex-direction:column-reverse;justify-content:space-between}}.about-tech__hereandnow p{font-size:1.25em;line-height:1.4;padding:1.875em;margin-top:0;font-weight:500}@media(max-width: 1023px){.about-tech__hereandnow p{padding:1.875em;font-size:2.4em}}.about-tech__hereandnow img{height:13.5em;width:auto;transform:translate(-5%, 0%) scale(1.2);transform-origin:50% 100%}@media(min-width: 1023.02px) and (max-width: 1439.98px){.about-tech__hereandnow img{transform:translate(-5%, 2%) scale(1.2)}}@media(max-width: 1023px){.about-tech__hereandnow img{transform:none}}.about-tech__networkprotocol{grid-column:6/11;grid-row:4/5}@media(max-width: 1023px){.about-tech__networkprotocol{grid-column:span 10}}.about-tech__networkprotocol p{font-size:1.0625em;line-height:1.4;padding:1.875em}@media(max-width: 1023px){.about-tech__networkprotocol p{font-size:2.7em;line-height:1.4}}.c-about-tech{display:grid;grid-template-columns:repeat(10, 1fr);grid-template-rows:auto minmax(1em, auto);grid-auto-rows:minmax(0.4em, auto);grid-column-gap:2em;grid-row-gap:2em;color:#fff}.c-about-tech__title{grid-column:span 10;margin:0;text-align:center;padding-bottom:.7em}@media(max-width: 1023px){.c-about-tech__title{font-size:2rem}}.c-about-tech__block{background:rgba(178,219,249,.05);border:1px solid rgba(178,219,249,.1);border-radius:var(--border-radius, 12px);box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center}@media(max-width: 1023px){.c-about-tech__block{flex-direction:column;font-size:.4rem}}.c-about-tech__block p{margin:0}.c-about-tech__tech{grid-column:1/6;grid-row:2/3}@media(max-width: 1023px){.c-about-tech__tech{grid-column:span 10;grid-row:2}}.c-about-tech__tech p{margin:0;font-size:1.0625em;line-height:1.4;padding:1.875em}@media(max-width: 1023px){.c-about-tech__tech p{font-size:2.6em;padding-right:1em}}.c-about-tech__mindelay{position:relative;grid-column:6/11;grid-row:2/4}@media(max-width: 1023px){.c-about-tech__mindelay{grid-row:3;justify-content:space-between}}.c-about-tech__mindelay p{line-height:1.4;font-size:1.25em;margin-top:0;padding:1.875em;font-weight:500}@media(max-width: 1023px){.c-about-tech__mindelay p{font-size:2.4em}}.c-about-tech__mindelay img{width:auto;height:12em;transform:translate(-10%, 0%) scale(1.4);transform-origin:50% 100%}@media(max-width: 1023px){.c-about-tech__mindelay img{transform:none}}.c-about-tech__hereandnow{position:relative;grid-column:1/6;grid-row:3/5}@media(max-width: 1023px){.c-about-tech__hereandnow{grid-row:3;flex-direction:column-reverse;justify-content:space-between}}.c-about-tech__hereandnow p{font-size:1.25em;line-height:1.4;padding:1.875em;margin-top:0;font-weight:500}@media(max-width: 1023px){.c-about-tech__hereandnow p{padding:1.875em;font-size:2.4em}}.c-about-tech__hereandnow img{height:13.5em;width:auto;transform:translate(-5%, 0%) scale(1.2);transform-origin:50% 100%}@media(max-width: 1023px){.c-about-tech__hereandnow img{transform:none}}.c-about-tech__networkprotocol{grid-column:6/11;grid-row:4/5}@media(max-width: 1023px){.c-about-tech__networkprotocol{grid-column:span 10}}.c-about-tech__networkprotocol p{font-size:1.0625em;line-height:1.4;padding:1.875em}@media(max-width: 1023px){.c-about-tech__networkprotocol p{font-size:2.7em;line-height:1.4}}@media(max-width: 1023px){.c-about-tech{padding-left:0;padding-right:0;font-size:1rem;grid-template-rows:auto auto minmax(1em, auto)}}.faq{display:grid;grid-template-columns:repeat(4, 1fr);align-items:start;justify-content:start}@media(max-width: 1023px){.faq{grid-template-columns:1fr;padding-left:0;padding-top:0;margin-top:2em}}.faq__title{grid-column:span 4;margin-bottom:1.6em}@media(max-width: 1023px){.faq__title{grid-column:1}}.faq__c-title{grid-column:span 4;margin-bottom:1.6em;text-align:center}@media(max-width: 1023px){.faq__c-title{grid-column:1}}.faq__content{grid-column:span 2}@media(min-width: 1023.02px) and (max-width: 1439.98px){.faq__content{grid-column:span 3}}.faq__image-block{text-align:right;grid-column:span 2}@media(min-width: 1023.02px) and (max-width: 1439.98px){.faq__image-block{grid-column:span 1}}@media(max-width: 1023px){.faq__image-block{display:none}}.faq__image-block img{max-width:100%}.games-near{position:relative;display:grid;grid-template-columns:1fr 1fr;align-items:center}@media(max-width: 1023px){.games-near{padding-left:0;grid-template-columns:1fr;font-size:.8rem}}.games-near::before{content:"";display:block;width:200%;position:absolute;pointer-events:none;left:-130%;top:-50%;padding-top:100%;background:radial-gradient(rgb(64, 90, 130) 0%, rgba(2, 0, 36, 0) 50%, rgba(2, 0, 36, 0) 100%)}.games-near__image-block{position:relative}@media(max-width: 1023px){.games-near__image-block{grid-row:1}}.games-near__image{max-width:92%;margin-right:-2em;float:right}@media(max-width: 1023px){.games-near__image{margin:0;max-width:100%;float:none}}.games-near__image--back{position:absolute;top:5em;width:35em}.games-near__image--front{position:relative;width:50em;margin-bottom:10em;margin-left:5em}.games-near__content{position:relative;padding-right:10%}@media(max-width: 1023px){.games-near__content{padding-right:0}}.games-near__caption{color:#fff;margin:2rem 0;font-size:1.0625em;line-height:1.4}@media(max-width: 1023px){.games-near__caption{padding-right:0;display:none}}.games-near__download{display:flex;margin-bottom:3em}@media(max-width: 1023px){.games-near__download{display:none}}@media(max-width: 1023px){.games-near__link{display:none}}.games-near__link--mobile{display:none}@media(max-width: 1023px){.games-near__link--mobile{display:block;text-align:center;margin-top:0;text-transform:none;font-size:1rem;font-weight:500;padding-left:0;padding-right:0}}.games-near__mobile-content{display:none}@media(max-width: 1023px){.games-near__mobile-content{display:block}}.games-near__mobile-caption{margin:1.5em 0}.reqirements{font-size:1.0625em}@media(max-width: 1023px){.reqirements{font-size:1.1em;margin-bottom:2em}}.reqirements__requirement-block{display:flex;flex-direction:row;width:100%;max-width:25em;margin-bottom:.75em}.reqirements__title{margin-bottom:1.25em}.reqirements__reqirement-name{color:#3d5471;padding-right:.5em}.reqirements__dots{color:#212f43;flex:1;border-bottom:1px dotted rgba(173,207,238,.25);margin-bottom:.4em}.reqirements__reqirement{color:#6891b8;padding-left:.5em}.in-view{opacity:1;transform:translateY(0);transition:transform .9s ease-out .3s,opacity .6s ease .3s,box-shadow .3s ease-in-out}.in-view.hide{opacity:0;transform:translateY(15px)}.header-checker{position:absolute;top:0;left:0;height:50px;width:100%;pointer-events:none;opacity:0}.faq-page__title{color:#fff;font-size:2.75em;font-weight:bold;font-style:italic;line-height:1;text-transform:uppercase;margin-bottom:1.25em}@media(max-width: 1023px){.faq-page__title{font-size:1.5em}}.faq-page__description{font-size:1.25em;padding-right:25%;margin-bottom:2em}@media(max-width: 1023px){.faq-page__description{padding-right:0;font-size:1.0625em}}.modal-link{cursor:pointer}#toggle{display:none}.hamburger{display:none;position:relative;width:2em;margin-left:5vw;z-index:5}@media(max-width: 1023px){.hamburger{display:block}}.hamburger div{position:relative;width:2em;height:2px;border-radius:1px;background-color:var(--color-main-text);margin-top:5px;transition:all .3s ease-in-out}.menu{display:flex;flex-direction:column;justify-content:space-between;position:fixed;top:0;left:0;width:100%;height:100%;opacity:0;pointer-events:none;background:rgba(30,40,61,.95);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:opacity .3s ease-out}.menu--profile{background:linear-gradient(107.15deg, #0a1222 0%, #060c18 100%),#000}.menu__download{padding:1em 5vw 2em;display:none}.menu__download--center{justify-content:center}.menu--profile .menu__download{display:flex;flex-wrap:wrap;margin:0 -1em}.menu--profile .menu__download--center{justify-content:center}.main--light .menu__download{display:flex;flex-wrap:wrap;margin:0 -0.6em;padding:0}.menu__download__button{display:flex;justify-content:center;align-items:center;margin:.5em 1em;color:#fff;font-size:.9em;-webkit-text-decoration:none;text-decoration:none}.main--light .menu__download__button{margin:0 .7em 1em}.menu__download__button-content{display:flex;align-items:center;justify-content:center;width:135px;height:40px;border:1px solid #fff;border-radius:.3em;box-sizing:border-box;font-size:16px}.main--light .menu__download__button-content{padding:.62em 1em;border-radius:.3em;font-size:14px}.main--light .menu__download img{width:auto}.menu__list{list-style:none;margin:4em 5vw 2em;padding:0}.menu__list--inner{margin-top:0;padding:1em 1em 0}.menu__list--inner a{font-weight:400 !important}.menu__item{font-weight:bold;font-size:1em;margin-bottom:1em}.menu__item:last-child{margin-bottom:0}.menu--profile .menu__item{display:flex;align-items:center;font-weight:500}.menu__item__icon{width:4vw;margin-right:1em}.menu__link{color:#fff !important;-webkit-text-decoration:none;text-decoration:none}.menu__link-summary{display:flex;justify-content:space-between;align-items:center}.menu__link-summary::-webkit-details-marker{display:none}.menu__link-summary::after{content:"▼";line-height:1;box-sizing:border-box;color:currentColor}.accordion-item--menu[open] .menu__link-summary::after{transform:rotate(180deg)}#toggle:checked+.hamburger .top-bun{transform:rotate(-45deg);margin-top:5px}#toggle:checked+.hamburger .bottom-bun{opacity:0;transform:rotate(45deg)}#toggle:checked+.hamburger .meat{transform:rotate(45deg);margin-top:-2px}#toggle:checked+.hamburger+.menu{transition:opacity .6s ease-out;opacity:1 !important;pointer-events:all !important}.cookie-warning{position:fixed;bottom:0;left:0;box-sizing:border-box;padding:3em;width:100%;pointer-events:none;display:none;z-index:1000}.cookie-warning.show{display:flex}.cookie-warning__block{pointer-events:all;margin:auto;background:#b2dbf9;border-radius:12px;color:#080f1d;max-width:1244px;display:flex;flex-direction:row;justify-content:space-around;padding:.8em 1.6em}@media(max-width: 1023px){.cookie-warning__block{flex-direction:column}}.cookie-warning__ok-button-container{flex:0;padding-left:3em;font-weight:bold;color:#01497d}@media(max-width: 1023px){.cookie-warning__ok-button-container{margin-top:1em;padding:0;text-align:right}}.cookie-warning__summary::-webkit-details-marker{display:none}.cookie-warning__details{flex:1}.cookie-warning__details[open] .cookie-warning__summary{display:none}.cookie-warning__content .innerlink-cookie{color:currentColor !important}.cookie-warning__ok-button{cursor:pointer}.cookie-warning__summary-text-ok{color:#01497d;-webkit-text-decoration:underline;text-decoration:underline;font-weight:bold;cursor:pointer}.notifications-container{z-index:15000 !important}.mt-1{margin-top:1em}.m-none{display:none}.bothAppButtons{display:flex;flex-wrap:wrap}.bothAppButtons .bothAppButtons__img{margin-right:1em;min-width:120px;max-height:40px}@media(min-width: 1023.02px) and (max-width: 1439.98px){.bothAppButtons{flex-direction:column;align-items:flex-start}}@media(max-width: 1023px){body:not(.desktop-client) .bothAppButtons{flex-direction:column;align-items:flex-start}body:not(.desktop-client) .bothAppButtons .bothAppButtons__img{max-height:none;height:7vw;min-width:40px}}@media(max-width: 1023px){body:not(.desktop-client) .footer__applinks{flex-direction:column;align-items:flex-start}}.footer .footer__applink img{max-width:max-content;min-width:120px;max-height:40px}@media(max-width: 1023px){body:not(.desktop-client) .footer .footer__applink img{max-height:none;height:10vw !important;min-width:40px;width:auto !important}}

/*# sourceMappingURL=app.7f3fff87bb6dc69795a1.css.map*/