* {
    box-sizing: border-box;
}
body,
html {
    height: 100%;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #110e25;
}
#root {
    min-height: 100%;
}
code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}
.tippy-iOS {
    cursor: pointer !important;
    -webkit-tap-highlight-color: transparent;
}
.tippy-popper {
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    max-width: calc(100% - 8px);
    pointer-events: none;
    outline: 0;
}
.tippy-popper[x-placement^="top"] .tippy-backdrop {
    border-radius: 40% 40% 0 0;
}
.tippy-popper[x-placement^="top"] .tippy-roundarrow {
    bottom: -7px;
    bottom: -6.5px;
    transform-origin: 50% 0;
    margin: 0 3px;
}
.tippy-popper[x-placement^="top"] .tippy-roundarrow svg {
    position: absolute;
    left: 0;
    transform: rotate(180deg);
}
.tippy-popper[x-placement^="top"] .tippy-arrow {
    border-top: 8px solid #333;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    bottom: -7px;
    margin: 0 3px;
    transform-origin: 50% 0;
}
.tippy-popper[x-placement^="top"] .tippy-backdrop {
    transform-origin: 0 25%;
}
.tippy-popper[x-placement^="top"] .tippy-backdrop[data-state="visible"] {
    transform: scale(1) translate(-50%, -55%);
}
.tippy-popper[x-placement^="top"] .tippy-backdrop[data-state="hidden"] {
    transform: scale(0.2) translate(-50%, -45%);
    opacity: 0;
}
.tippy-popper[x-placement^="top"] [data-animation="shift-toward"][data-state="visible"] {
    transform: translateY(-10px);
}
.tippy-popper[x-placement^="top"] [data-animation="shift-toward"][data-state="hidden"] {
    opacity: 0;
    transform: translateY(-20px);
}
.tippy-popper[x-placement^="top"] [data-animation="perspective"] {
    transform-origin: bottom;
}
.tippy-popper[x-placement^="top"] [data-animation="perspective"][data-state="visible"] {
    transform: perspective(700px) translateY(-10px);
}
.tippy-popper[x-placement^="top"] [data-animation="perspective"][data-state="hidden"] {
    opacity: 0;
    transform: perspective(700px) rotateX(60deg);
}
.tippy-popper[x-placement^="top"] [data-animation="fade"][data-state="visible"] {
    transform: translateY(-10px);
}
.tippy-popper[x-placement^="top"] [data-animation="fade"][data-state="hidden"] {
    opacity: 0;
    transform: translateY(-10px);
}
.tippy-popper[x-placement^="top"] [data-animation="shift-away"][data-state="visible"] {
    transform: translateY(-10px);
}
.tippy-popper[x-placement^="top"] [data-animation="shift-away"][data-state="hidden"] {
    opacity: 0;
}
.tippy-popper[x-placement^="top"] [data-animation="scale"] {
    transform-origin: bottom;
}
.tippy-popper[x-placement^="top"] [data-animation="scale"][data-state="visible"] {
    transform: translateY(-10px);
}
.tippy-popper[x-placement^="top"] [data-animation="scale"][data-state="hidden"] {
    opacity: 0;
    transform: translateY(-10px) scale(0.5);
}
.tippy-popper[x-placement^="bottom"] .tippy-backdrop {
    border-radius: 0 0 30% 30%;
}
.tippy-popper[x-placement^="bottom"] .tippy-roundarrow {
    top: -7px;
    transform-origin: 50% 100%;
    margin: 0 3px;
}
.tippy-popper[x-placement^="bottom"] .tippy-roundarrow svg {
    position: absolute;
    left: 0;
}
.tippy-popper[x-placement^="bottom"] .tippy-arrow {
    border-bottom: 8px solid #333;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    top: -7px;
    margin: 0 3px;
    transform-origin: 50% 100%;
}
.tippy-popper[x-placement^="bottom"] .tippy-backdrop {
    transform-origin: 0 -50%;
}
.tippy-popper[x-placement^="bottom"] .tippy-backdrop[data-state="visible"] {
    transform: scale(1) translate(-50%, -45%);
}
.tippy-popper[x-placement^="bottom"] .tippy-backdrop[data-state="hidden"] {
    transform: scale(0.2) translate(-50%);
    opacity: 0;
}
.tippy-popper[x-placement^="bottom"] [data-animation="shift-toward"][data-state="visible"] {
    transform: translateY(10px);
}
.tippy-popper[x-placement^="bottom"] [data-animation="shift-toward"][data-state="hidden"] {
    opacity: 0;
    transform: translateY(20px);
}
.tippy-popper[x-placement^="bottom"] [data-animation="perspective"] {
    transform-origin: top;
}
.tippy-popper[x-placement^="bottom"] [data-animation="perspective"][data-state="visible"] {
    transform: perspective(700px) translateY(10px);
}
.tippy-popper[x-placement^="bottom"] [data-animation="perspective"][data-state="hidden"] {
    opacity: 0;
    transform: perspective(700px) rotateX(-60deg);
}
.tippy-popper[x-placement^="bottom"] [data-animation="fade"][data-state="visible"] {
    transform: translateY(10px);
}
.tippy-popper[x-placement^="bottom"] [data-animation="fade"][data-state="hidden"] {
    opacity: 0;
    transform: translateY(10px);
}
.tippy-popper[x-placement^="bottom"] [data-animation="shift-away"][data-state="visible"] {
    transform: translateY(10px);
}
.tippy-popper[x-placement^="bottom"] [data-animation="shift-away"][data-state="hidden"] {
    opacity: 0;
}
.tippy-popper[x-placement^="bottom"] [data-animation="scale"] {
    transform-origin: top;
}
.tippy-popper[x-placement^="bottom"] [data-animation="scale"][data-state="visible"] {
    transform: translateY(10px);
}
.tippy-popper[x-placement^="bottom"] [data-animation="scale"][data-state="hidden"] {
    opacity: 0;
    transform: translateY(10px) scale(0.5);
}
.tippy-popper[x-placement^="left"] .tippy-backdrop {
    border-radius: 50% 0 0 50%;
}
.tippy-popper[x-placement^="left"] .tippy-roundarrow {
    right: -12px;
    transform-origin: 33.33333333% 50%;
    margin: 3px 0;
}
.tippy-popper[x-placement^="left"] .tippy-roundarrow svg {
    position: absolute;
    left: 0;
    transform: rotate(90deg);
}
.tippy-popper[x-placement^="left"] .tippy-arrow {
    border-left: 8px solid #333;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    right: -7px;
    margin: 3px 0;
    transform-origin: 0 50%;
}
.tippy-popper[x-placement^="left"] .tippy-backdrop {
    transform-origin: 50% 0;
}
.tippy-popper[x-placement^="left"] .tippy-backdrop[data-state="visible"] {
    transform: scale(1) translate(-50%, -50%);
}
.tippy-popper[x-placement^="left"] .tippy-backdrop[data-state="hidden"] {
    transform: scale(0.2) translate(-75%, -50%);
    opacity: 0;
}
.tippy-popper[x-placement^="left"] [data-animation="shift-toward"][data-state="visible"] {
    transform: translateX(-10px);
}
.tippy-popper[x-placement^="left"] [data-animation="shift-toward"][data-state="hidden"] {
    opacity: 0;
    transform: translateX(-20px);
}
.tippy-popper[x-placement^="left"] [data-animation="perspective"] {
    transform-origin: right;
}
.tippy-popper[x-placement^="left"] [data-animation="perspective"][data-state="visible"] {
    transform: perspective(700px) translateX(-10px);
}
.tippy-popper[x-placement^="left"] [data-animation="perspective"][data-state="hidden"] {
    opacity: 0;
    transform: perspective(700px) rotateY(-60deg);
}
.tippy-popper[x-placement^="left"] [data-animation="fade"][data-state="visible"] {
    transform: translateX(-10px);
}
.tippy-popper[x-placement^="left"] [data-animation="fade"][data-state="hidden"] {
    opacity: 0;
    transform: translateX(-10px);
}
.tippy-popper[x-placement^="left"] [data-animation="shift-away"][data-state="visible"] {
    transform: translateX(-10px);
}
.tippy-popper[x-placement^="left"] [data-animation="shift-away"][data-state="hidden"] {
    opacity: 0;
}
.tippy-popper[x-placement^="left"] [data-animation="scale"] {
    transform-origin: right;
}
.tippy-popper[x-placement^="left"] [data-animation="scale"][data-state="visible"] {
    transform: translateX(-10px);
}
.tippy-popper[x-placement^="left"] [data-animation="scale"][data-state="hidden"] {
    opacity: 0;
    transform: translateX(-10px) scale(0.5);
}
.tippy-popper[x-placement^="right"] .tippy-backdrop {
    border-radius: 0 50% 50% 0;
}
.tippy-popper[x-placement^="right"] .tippy-roundarrow {
    left: -12px;
    transform-origin: 66.66666666% 50%;
    margin: 3px 0;
}
.tippy-popper[x-placement^="right"] .tippy-roundarrow svg {
    position: absolute;
    left: 0;
    transform: rotate(-90deg);
}
.tippy-popper[x-placement^="right"] .tippy-arrow {
    border-right: 8px solid #333;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    left: -7px;
    margin: 3px 0;
    transform-origin: 100% 50%;
}
.tippy-popper[x-placement^="right"] .tippy-backdrop {
    transform-origin: -50% 0;
}
.tippy-popper[x-placement^="right"] .tippy-backdrop[data-state="visible"] {
    transform: scale(1) translate(-50%, -50%);
}
.tippy-popper[x-placement^="right"] .tippy-backdrop[data-state="hidden"] {
    transform: scale(0.2) translate(-25%, -50%);
    opacity: 0;
}
.tippy-popper[x-placement^="right"] [data-animation="shift-toward"][data-state="visible"] {
    transform: translateX(10px);
}
.tippy-popper[x-placement^="right"] [data-animation="shift-toward"][data-state="hidden"] {
    opacity: 0;
    transform: translateX(20px);
}
.tippy-popper[x-placement^="right"] [data-animation="perspective"] {
    transform-origin: left;
}
.tippy-popper[x-placement^="right"] [data-animation="perspective"][data-state="visible"] {
    transform: perspective(700px) translateX(10px);
}
.tippy-popper[x-placement^="right"] [data-animation="perspective"][data-state="hidden"] {
    opacity: 0;
    transform: perspective(700px) rotateY(60deg);
}
.tippy-popper[x-placement^="right"] [data-animation="fade"][data-state="visible"] {
    transform: translateX(10px);
}
.tippy-popper[x-placement^="right"] [data-animation="fade"][data-state="hidden"] {
    opacity: 0;
    transform: translateX(10px);
}
.tippy-popper[x-placement^="right"] [data-animation="shift-away"][data-state="visible"] {
    transform: translateX(10px);
}
.tippy-popper[x-placement^="right"] [data-animation="shift-away"][data-state="hidden"] {
    opacity: 0;
}
.tippy-popper[x-placement^="right"] [data-animation="scale"] {
    transform-origin: left;
}
.tippy-popper[x-placement^="right"] [data-animation="scale"][data-state="visible"] {
    transform: translateX(10px);
}
.tippy-popper[x-placement^="right"] [data-animation="scale"][data-state="hidden"] {
    opacity: 0;
    transform: translateX(10px) scale(0.5);
}
.tippy-tooltip {
    position: relative;
    color: #fff;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    padding: 0.3125rem 0.5625rem;
    line-height: 1.4;
    text-align: center;
    background-color: #333;
}
.tippy-tooltip[data-size="small"] {
    padding: 0.1875rem 0.375rem;
    font-size: 0.75rem;
}
.tippy-tooltip[data-size="large"] {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
}
.tippy-tooltip[data-animatefill] {
    overflow: hidden;
    background-color: transparent;
    background-color: initial;
}
.tippy-tooltip[data-interactive],
.tippy-tooltip[data-interactive] .tippy-roundarrow path {
    pointer-events: auto;
}
.tippy-tooltip[data-inertia][data-state="visible"] {
    transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
.tippy-tooltip[data-inertia][data-state="hidden"] {
    transition-timing-function: ease;
}
.tippy-arrow,
.tippy-roundarrow {
    position: absolute;
    width: 0;
    height: 0;
}
.tippy-roundarrow {
    width: 18px;
    height: 7px;
    fill: #333;
    pointer-events: none;
}
.tippy-backdrop {
    position: absolute;
    background-color: #333;
    border-radius: 50%;
    width: calc(110% + 2rem);
    left: 50%;
    top: 50%;
    z-index: -1;
    transition: all cubic-bezier(0.46, 0.1, 0.52, 0.98);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.tippy-backdrop:after {
    content: "";
    float: left;
    padding-top: 100%;
}
.tippy-backdrop + .tippy-content {
    transition-property: opacity;
    will-change: opacity;
}
.tippy-backdrop + .tippy-content[data-state="hidden"] {
    opacity: 0;
}
@font-face {
    font-family: MTS Extended;
    src: url(../fonts/MTSExtended-Black.f59bba25.eot);
    src: local("MTS Extended Black"), local("MTSExtended-Black"), url(../fonts/MTSExtended-Black.f59bba25.eot?#iefix) format("embedded-opentype"),
        url(../fonts/MTSExtended-Black.81fc9a57.woff2) format("woff2"), url(../fonts/MTSExtended-Black.628fd107.woff) format("woff"),
        url(../fonts/MTSExtended-Black.5b7dfa18.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: MTS Wide;
    src: url(../fonts/MTSWide-Light.9687ae88.eot);
    src: local("MTS Wide Light"), local("MTSWide-Light"), url(../fonts/MTSWide-Light.9687ae88.eot?#iefix) format("embedded-opentype"), url(../fonts/MTSWide-Light.0f487ea8.woff2) format("woff2"),
        url(../fonts/MTSWide-Light.cc9c1788.woff) format("woff"), url(../fonts/MTSWide-Light.f2c1bffc.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: MTS Wide;
    src: url(../fonts/MTSWide-Regular.b2e12c69.eot);
    src: local("MTS Wide Regular"), local("MTSWide-Regular"), url(../fonts/MTSWide-Regular.b2e12c69.eot?#iefix) format("embedded-opentype"), url(../fonts/MTSWide-Regular.fd1e1f73.woff2) format("woff2"),
        url(../fonts/MTSWide-Regular.525bd549.woff) format("woff"), url(../fonts/MTSWide-Regular.1a2cc0f2.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: MTS UltraExtended;
    src: url(../fonts/MTSUltraExtended-Regular.1943a34e.eot);
    src: local("MTS UltraExtended Regular"), local("MTSUltraExtended-Regular"), url(../fonts/MTSUltraExtended-Regular.1943a34e.eot?#iefix) format("embedded-opentype"),
        url(../fonts/MTSUltraExtended-Regular.5d457b43.woff2) format("woff2"), url(../fonts/MTSUltraExtended-Regular.58c8f578.woff) format("woff"),
        url(../fonts/MTSUltraExtended-Regular.a43d0b05.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: MTS Text;
    src: url(../fonts/MTSText-Black.d39562e8.eot);
    src: local("MTS Text Black"), local("MTSText-Black"), url(../fonts/MTSText-Black.d39562e8.eot?#iefix) format("embedded-opentype"), url(../fonts/MTSText-Black.dbe6948a.woff2) format("woff2"),
        url(../fonts/MTSText-Black.4df4d1c1.woff) format("woff"), url(../fonts/MTSText-Black.e6355a58.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: MTS Text;
    src: url(../fonts/MTSText-Medium.fd2010c0.eot);
    src: local("MTS Text Medium"), local("MTSText-Medium"), url(../fonts/MTSText-Medium.fd2010c0.eot?#iefix) format("embedded-opentype"), url(../fonts/MTSText-Medium.75741b2f.woff2) format("woff2"),
        url(../fonts/MTSText-Medium.172079bc.woff) format("woff"), url(../fonts/MTSText-Medium.2bdc4d0f.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: MTS Text;
    src: url(../fonts/MTSText-Bold.8d218b30.eot);
    src: local("MTS Text Bold"), local("MTSText-Bold"), url(../fonts/MTSText-Bold.8d218b30.eot?#iefix) format("embedded-opentype"), url(../fonts/MTSText-Bold.6184c29a.woff2) format("woff2"),
        url(../fonts/MTSText-Bold.fa7158f6.woff) format("woff"), url(../fonts/MTSText-Bold.4d41d850.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: MTS UltraExtended;
    src: url(../fonts/MTSUltraExtended-Black.deb1d9a6.eot);
    src: local("MTS UltraExtended Black"), local("MTSUltraExtended-Black"), url(../fonts/MTSUltraExtended-Black.deb1d9a6.eot?#iefix) format("embedded-opentype"),
        url(../fonts/MTSUltraExtended-Black.0e324e0a.woff2) format("woff2"), url(../fonts/MTSUltraExtended-Black.159342f5.woff) format("woff"),
        url(../fonts/MTSUltraExtended-Black.5a493ef6.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: MTS Compact;
    src: url(../fonts/MTSCompact-Black.6b344f34.eot);
    src: local("MTS Compact Black"), local("MTSCompact-Black"), url(../fonts/MTSCompact-Black.6b344f34.eot?#iefix) format("embedded-opentype"), url(../fonts/MTSCompact-Black.7ec50a0a.woff2) format("woff2"),
        url(../fonts/MTSCompact-Black.e9e3b980.woff) format("woff"), url(../fonts/MTSCompact-Black.dd83fc4b.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: MTS UltraExtended;
    src: url(../fonts/MTSUltraExtended-Light.80d00cde.eot);
    src: local("MTS UltraExtended Light"), local("MTSUltraExtended-Light"), url(../fonts/MTSUltraExtended-Light.80d00cde.eot?#iefix) format("embedded-opentype"),
        url(../fonts/MTSUltraExtended-Light.7a107eea.woff2) format("woff2"), url(../fonts/MTSUltraExtended-Light.5cdc0c11.woff) format("woff"),
        url(../fonts/MTSUltraExtended-Light.63d0ca2d.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: MTS Wide;
    src: url(../fonts/MTSWide-Black.bbf66e43.eot);
    src: local("MTS Wide Black"), local("MTSWide-Black"), url(../fonts/MTSWide-Black.bbf66e43.eot?#iefix) format("embedded-opentype"), url(../fonts/MTSWide-Black.72d98505.woff2) format("woff2"),
        url(../fonts/MTSWide-Black.f1a1051f.woff) format("woff"), url(../fonts/MTSWide-Black.4c701da4.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: MTS Compact;
    src: url(../fonts/MTSCompact-Medium.dc7cdd7c.eot);
    src: local("MTS Compact Medium"), local("MTSCompact-Medium"), url(../fonts/MTSCompact-Medium.dc7cdd7c.eot?#iefix) format("embedded-opentype"),
        url(../fonts/MTSCompact-Medium.d88e60e8.woff2) format("woff2"), url(../fonts/MTSCompact-Medium.7fb0a9a9.woff) format("woff"),
        url(../fonts/MTSCompact-Medium.5db2c1ee.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: MTS Compact;
    src: url(../fonts/MTSCompact-Regular.111938db.eot);
    src: local("MTS Compact Regular"), local("MTSCompact-Regular"), url(../fonts/MTSCompact-Regular.111938db.eot?#iefix) format("embedded-opentype"),
        url(../fonts/MTSCompact-Regular.b551c5ea.woff2) format("woff2"), url(../fonts/MTSCompact-Regular.8bdc9d05.woff) format("woff"),
        url(../fonts/MTSCompact-Regular.786e079c.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: MTS Wide;
    src: url(../fonts/MTSWide-Bold.fb8e1043.eot);
    src: local("MTS Wide Bold"), local("MTSWide-Bold"), url(../fonts/MTSWide-Bold.fb8e1043.eot?#iefix) format("embedded-opentype"), url(../fonts/MTSWide-Bold.1fbf046b.woff2) format("woff2"),
        url(../fonts/MTSWide-Bold.c4153074.woff) format("woff"), url(../fonts/MTSWide-Bold.ed5219a0.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: MTS Text;
    src: url(../fonts/MTSText-Regular.e09bffb2.eot);
    src: local("MTS Text Regular"), local("MTSText-Regular"), url(../fonts/MTSText-Regular.e09bffb2.eot?#iefix) format("embedded-opentype"), url(../fonts/MTSText-Regular.e4bda82e.woff2) format("woff2"),
        url(../fonts/MTSText-Regular.aeeeca48.woff) format("woff"), url(../fonts/MTSText-Regular.a1e71043.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: MTS Extended;
    src: url(../fonts/MTSExtended-Medium.aed72338.eot);
    src: local("MTS Extended Medium"), local("MTSExtended-Medium"), url(../fonts/MTSExtended-Medium.aed72338.eot?#iefix) format("embedded-opentype"),
        url(../fonts/MTSExtended-Medium.67ef930c.woff2) format("woff2"), url(../fonts/MTSExtended-Medium.29593ec6.woff) format("woff"),
        url(../fonts/MTSExtended-Medium.aaacfe8b.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: MTS UltraExtended;
    src: url(../fonts/MTSUltraExtended-Bold.465f230d.eot);
    src: local("MTS UltraExtended Bold"), local("MTSUltraExtended-Bold"), url(../fonts/MTSUltraExtended-Bold.465f230d.eot?#iefix) format("embedded-opentype"),
        url(../fonts/MTSUltraExtended-Bold.01020dc4.woff2) format("woff2"), url(../fonts/MTSUltraExtended-Bold.dffb5455.woff) format("woff"),
        url(../fonts/MTSUltraExtended-Bold.a8f1bc8e.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: MTS Compact;
    src: url(../fonts/MTSCompact-Bold.554b83b3.eot);
    src: local("MTS Compact Bold"), local("MTSCompact-Bold"), url(../fonts/MTSCompact-Bold.554b83b3.eot?#iefix) format("embedded-opentype"), url(../fonts/MTSCompact-Bold.a52c07ab.woff2) format("woff2"),
        url(../fonts/MTSCompact-Bold.8c3afd6d.woff) format("woff"), url(../fonts/MTSCompact-Bold.bb880420.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: MTS Extended;
    src: url(../fonts/MTSExtended-Regular.701dd4f6.eot);
    src: local("MTS Extended Regular"), local("MTSExtended-Regular"), url(../fonts/MTSExtended-Regular.701dd4f6.eot?#iefix) format("embedded-opentype"),
        url(../fonts/MTSExtended-Regular.235d6cf2.woff2) format("woff2"), url(../fonts/MTSExtended-Regular.ad1b9797.woff) format("woff"),
        url(../fonts/MTSExtended-Regular.3b0be68d.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: MTS Extended;
    src: url(../fonts/MTSExtended-Bold.b869abbd.eot);
    src: local("MTS Extended Bold"), local("MTSExtended-Bold"), url(../fonts/MTSExtended-Bold.b869abbd.eot?#iefix) format("embedded-opentype"), url(../fonts/MTSExtended-Bold.1f10fdf7.woff2) format("woff2"),
        url(../fonts/MTSExtended-Bold.2e871c6f.woff) format("woff"), url(../fonts/MTSExtended-Bold.98a1e307.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: MTS Wide;
    src: url(../fonts/MTSWide-Medium.79adee48.eot);
    src: local("MTS Wide Medium"), local("MTSWide-Medium"), url(../fonts/MTSWide-Medium.79adee48.eot?#iefix) format("embedded-opentype"), url(../fonts/MTSWide-Medium.64f90bf4.woff2) format("woff2"),
        url(../fonts/MTSWide-Medium.188650da.woff) format("woff"), url(../fonts/MTSWide-Medium.733bdb7a.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
.e19q8sud {
    min-height: 24px;
}
.h138qbzu {
    margin-top: var(--h138qbzu-0);
    margin-bottom: 12px;
}
.lts1xxi {
    display: var(--lts1xxi-0);
    display: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 100%;
}
.lts1xxi,
.sc8o8y1 {
    position: relative;
    overflow: hidden;
    flex-direction: column;
    width: 100%;
}
.sc8o8y1 {
    display: var(--sc8o8y1-0);
    background-color: var(--sc8o8y1-1);
}
.p1ek2d6s {
    padding: 0 20px;
    padding-top: var(--p1ek2d6s-0);
    padding-bottom: var(--p1ek2d6s-1);
}
.i2iu5js {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    max-height: 60%;
    margin-top: auto;
}
.b1hap88y {
    position: absolute;
    width: 100%;
    bottom: 20px;
    z-index: 2;
    bottom: 0;
}
.c1ig5167 {
    display: flex;
    justify-content: flex-end;
    height: 24px;
    padding: 0 20px;
    margin-top: var(--c1ig5167-0);
}
.c1ig5167 > svg {
    cursor: pointer;
    z-index: 2;
}
@media (min-width: 736px) {
    .c1ig5167 {
        position: fixed;
        top: 0;
        right: 0;
        padding: 0;
        margin: 42px;
    }
    .c1ig5167 > svg {
        color: #fff;
    }
}
.c1k8h1mb {
    position: relative;
    height: 100%;
    width: 100%;
}
@media (min-width: 736px) {
    .c1k8h1mb {
        width: 320px;
        height: 568px;
    }
}
.sz9y5e {
    position: relative;
    display: flex;
    flex-direction: row;
    height: 100%;
}
.c8yqe1w {
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--c8yqe1w-0);
    right: var(--c8yqe1w-1);
    width: 50%;
    cursor: pointer;
    z-index: 1;
}
@media (min-width: 736px) {
    .c8yqe1w {
        display: flex;
        align-items: center;
        justify-content: var(--c8yqe1w-3);
        left: var(--c8yqe1w-4);
        right: var(--c8yqe1w-5);
    }
}
.pcnakiz {
    display: none;
}
@media (min-width: 736px) {
    .pcnakiz {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #dadfe5;
        width: 32px;
        height: 32px;
        margin: 32px;
        border-radius: 50%;
        background: #fff;
    }
}
.p11m2tsn {
    z-index: 1;
    position: absolute;
    display: flex;
    gap: 4px;
    width: 100%;
    height: 24px;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}
.p13jousf {
    height: 4px;
    flex-grow: 1;
    border-radius: 8px;
    background-color: var(--p13jousf-1);
}
.o17bs1lf {
    position: fixed;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: var(--o17bs1lf-0);
    width: 100vw;
}
@media (min-width: 736px) {
    .o17bs1lf {
        background-color: rgba(0, 0, 0, 0.7);
        height: 100vh;
    }
}
.p1uu1zsw {
    padding: var(--p1uu1zsw-0) var(--p1uu1zsw-1) var(--p1uu1zsw-2) var(--p1uu1zsw-3);
}
@media (min-width: 600px) {
    .p1uu1zsw {
        padding: var(--p1uu1zsw-5) var(--p1uu1zsw-6) var(--p1uu1zsw-7) var(--p1uu1zsw-8);
    }
}
@media (min-width: 1024px) {
    .p1uu1zsw {
        padding: var(--p1uu1zsw-10) var(--p1uu1zsw-11) var(--p1uu1zsw-12) var(--p1uu1zsw-13);
    }
}
.m1g7c6eq {
    margin: var(--m1g7c6eq-0) var(--m1g7c6eq-1) var(--m1g7c6eq-2) var(--m1g7c6eq-3);
}
@media (min-width: 600px) {
    .m1g7c6eq {
        margin: var(--m1g7c6eq-5) var(--m1g7c6eq-6) var(--m1g7c6eq-7) var(--m1g7c6eq-8);
    }
}
@media (min-width: 1024px) {
    .m1g7c6eq {
        margin: var(--m1g7c6eq-10) var(--m1g7c6eq-11) var(--m1g7c6eq-12) var(--m1g7c6eq-13);
    }
}
.wrlirkb {
    margin: var(--wrlirkb-0) var(--wrlirkb-1) var(--wrlirkb-2) var(--wrlirkb-3);
}
.i10tx7y0 {
    height: var(--i10tx7y0-0);
    min-width: var(--i10tx7y0-0);
}
@media (min-width: 736px) {
    .i10tx7y0 {
        height: var(--i10tx7y0-3);
        min-width: var(--i10tx7y0-3);
    }
}
@media (min-width: 1024px) {
    .i10tx7y0 {
        height: var(--i10tx7y0-6);
        min-width: var(--i10tx7y0-6);
    }
}
.pxbjl26 .phone {
    font-family: MTS Compact;
    font-size: 20px;
    font-weight: 500;
    color: #fafafa;
    cursor: pointer;
}
@media (min-width: 736px) {
    .pxbjl26 .phone {
        cursor: default;
    }
}
.pxbjl26 .region {
    font-family: MTS Text;
    font-size: 14px;
    color: #626c77;
    font-weight: 400;
    color: #888baa;
}
.wz2l545 {
    gap: 6px;
    align-items: center;
}
.s80rpm2,
.wz2l545,
.wzia0sc {
    display: flex;
}
.s80rpm2 {
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
    animation: spin-s80rpm2 1s linear infinite;
}
@keyframes spin-s80rpm2 {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.s13c0rgp {
    font-size: 17px;
}
.s13c0rgp div[data-testid="text"] {
    color: #fafafa !important;
    font-family: MTS Compact;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.s13c0rgp > div[data-testid="modal-overlay"] {
    opacity: 0.5;
}
.s13c0rgp > div[data-testid="modal"] {
    transition: transform 0.5s ease-in-out;
    transform: var(--s13c0rgp-1);
    background-color: #262b56 !important;
    color: #969fa8;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    overflow-y: auto;
    border-radius: 32px 32px 0 0;
    padding-top: 20px;
}
.s13c0rgp > div[data-testid="modal"] button[data-testid="modal-button-close"] {
    top: 20px;
    right: 20px;
    z-index: 999;
}
.s13c0rgp > div[data-testid="modal"] > div > div {
    padding: 0 30px 34px 20px;
    position: relative;
}
.s13c0rgp > div[data-testid="modal"] > div > div:before {
    position: absolute;
    display: block;
    content: "";
    width: 134px;
    height: 5px;
    background-color: #fafafa;
    border-radius: 5px;
    bottom: 9px;
    left: calc(50% - 67px);
}
.h1qgu1z4 {
    font-family: MTS Wide;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: #fafafa;
    padding-right: 24px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.w1r4agk7 {
    display: flex;
    padding: 8px 12px;
    border-radius: 12px;
    background-color: #262b56;
    align-items: center;
    color: #fafafa;
}
.ts40z9j {
    font-family: MTS Compact;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-left: 8px;
    text-transform: none;
}
.iie8rt5,
.wgtowqb {
    display: flex;
}
.wgtowqb {
    flex-direction: column;
    width: 100%;
    color: #adb0cc;
    font-family: MTS Text;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
}
.wgtowqb div[data-testid="divider"] {
    background: rgba(136, 139, 170, 0.5);
}
@media (min-width: 600px) {
    .wgtowqb {
        font-size: 17px;
    }
}
.iummttm {
    display: flex;
    align-items: center;
}
.in5s2cg {
    width: 100%;
}
.in5s2cg,
.is1rz6h {
    display: inline-block;
    vertical-align: middle;
}
.is1rz6h {
    height: 18px;
    margin-left: 8px;
}
.idbnfzx {
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
}
.t1mik8pb {
    display: flex;
    white-space: nowrap;
}
.teguwg1 {
    display: flex;
    text-align: end;
    align-items: center;
}
.n1qrlk7y {
    color: #45b6fc !important;
    -webkit-text-decoration: none !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}
.n1qrlk7y:hover {
    color: #007cff !important;
}
.s55wxcf {
    width: 100%;
    color: #fafafa;
}
@media (min-width: 600px) {
    .s55wxcf {
        width: 375px;
    }
}
.s55wxcf > div > div > div > div:first-child {
    background-color: #181b36;
    border-radius: 12px !important;
    border: none !important;
}
.s55wxcf > div > div > div > div:first-child input {
    background-color: #181b36 !important;
    border-radius: 12px !important;
    font-family: MTS Compact !important;
    height: 36px;
    padding-left: 45px;
}
.s55wxcf > div > div > div > div:first-child input:hover {
    background-color: #181b36 !important;
}
.s55wxcf > div .react-autosuggest__suggestions-container--open {
    background-color: #181b36 !important;
    border-radius: 12px !important;
}
.s55wxcf > div .react-autosuggest__input > div > div {
    width: 100%;
    height: 36px;
    padding-left: 12px;
    flex-direction: row-reverse;
}
.s55wxcf > div .react-autosuggest__input > div > div [data-testid="icon_baseX24/ic-close-1"] {
    margin-left: auto;
}
.s55wxcf > div .react-autosuggest__input > div > div [data-testid="icon_baseX24/ic-close-1"]:hover {
    color: #fafafa;
}
.s55wxcf > div .react-autosuggest__input > div > div svg {
    margin-right: auto;
}
.s55wxcf > div .react-autosuggest__input > div > div svg g path {
    fill: #747796;
}
@media (min-width: 600px) {
    .s55wxcf > div .react-autosuggest__input > div > div {
        width: 375px;
    }
}
.t1btngk4 {
    display: flex;
    gap: 12px;
    align-items: center;
}
.irg76di {
    width: 44px;
    height: 44px;
    border-radius: 100%;
}
.wfklznn {
    position: fixed;
    z-index: 999;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #181b36;
    justify-content: center;
    background-color: #110e25;
    border-radius: 0 0 32px 32px;
    padding: 16px 20px;
}
.s1msm3e0,
.wfklznn {
    display: flex;
    align-items: center;
}
.s1msm3e0 {
    height: 64px;
    justify-content: flex-start;
    position: relative;
}
@media (min-width: 600px) {
    .s1msm3e0 {
        justify-content: space-between;
    }
}
.cs5itkz {
    height: 32px;
}
.c1odjsj9 {
    position: absolute;
    bottom: -52px;
    left: 0;
    width: 100%;
    display: var(--c1odjsj9-0);
}
@media (min-width: 600px) {
    .c1odjsj9 {
        position: static;
        width: 375px;
    }
}
.w1ic1oyq {
    display: contents;
}
.i1s0ggly,
.w1wkk04s {
    display: inline-block;
}
.sqmk0c9 {
    display: flex;
    width: 24px;
    height: 24px;
    margin: 0 4px;
}
.wcjgzwc {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    color: #fff;
}
.wcjgzwc:hover {
    color: #c8050f;
    cursor: pointer;
}
.t9jjo2w {
    color: #888caa;
    text-transform: none;
    font-family: MTS Compact;
    font-size: 17px;
    font-weight: 400;
}
.wfitlrg {
    width: 24px;
    height: 24px;
    margin-right: 4px;
}
.wvqd6k9 {
    background-color: transparent;
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    align-items: flex-start;
    margin-right: -20px;
    margin-left: -20px;
    padding: 24px 20px 8px;
    -ms-overflow-style: none;
    -webkit-scrollbar-width: none;
    -moz-scrollbar-width: none;
    -ms-scrollbar-width: none;
    scrollbar-width: none;
}
.wvqd6k9::-webkit-scrollbar {
    display: none;
}
@media (min-width: 600px) {
    .wvqd6k9 {
        padding-top: 32px;
        padding-bottom: 0;
    }
}
.t194glhn {
    color: #fafafa;
    text-transform: none;
    font-family: MTS Compact;
    font-size: 17px;
    font-weight: 400;
}
.p1q3359r {
    background-color: #110e25;
    background-repeat: repeat;
    color: #fff;
    font-family: MTS Compact !important;
    text-transform: uppercase;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.p1p7pjdb {
    margin-top: auto;
    margin-bottom: auto;
}
.crrmjqb {
    max-width: 1016px;
    margin: 0 auto;
}
.f1kn1jd1 {
    font-family: MTS Text;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
    min-height: 96px;
    padding: 20px 0;
}
.c1rto3d3 {
    background-color: #090520;
    border-radius: 0 0 24px 24px;
    margin-bottom: 52px;
}
@media (min-width: 600px) {
    .c1rto3d3 {
        margin-bottom: 0;
        position: fixed;
        width: 100%;
        z-index: 9999;
    }
}
.clh4fd9 {
    background-color: #090520;
    border-radius: 24px 24px 0 0;
    position: relative;
    bottom: 0;
}
.wun292c {
    display: none;
}
@media (min-width: 600px) {
    .wun292c {
        display: block;
    }
}
.s1rvqjmr {
    display: flex;
    align-items: center;
    height: 64px;
    justify-content: flex-end;
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
}
.c1k5rk6r {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    display: block;
}
@media (min-width: 600px) {
    .c1k5rk6r {
        position: static;
        width: 375px;
    }
}
.s1gpdsbs {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: spin-s1gpdsbs 1s linear infinite;
}
@keyframes spin-s1gpdsbs {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.l1dn3z8p {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    font-family: MTS Wide;
    text-transform: none;
    line-height: 24px;
}
@media (min-width: 600px) {
    .l1dn3z8p {
        font-size: 32px;
        line-height: 36px;
    }
}
.w1glrj18 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/*# sourceMappingURL=98867ef614b24c42.css.map*/
