:root {
  --safe-area-inset-top: env(safe-area-inset-top);
  --safe-area-inset-right: env(safe-area-inset-right);
  --safe-area-inset-bottom: env(safe-area-inset-bottom);
  --safe-area-inset-left: env(safe-area-inset-left);
  --fight-body-font-size: 0.938rem;
  --fight-body-color: #fff;
  --fight-body-line-height: 1.4;
  --fight-body-bg: rgb(23, 27, 53);
  --fight-font-family-sans: Opinion Pro, -apple-system, SF Pro Text, sans-serif;
  --fight-font-family-mono: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  --fight-text: rgb(255, 255, 255);
  --fight-text-subdued: rgb(158, 168, 221);
  --fight-backdrop: rgba(0, 0, 0, 0.5);
  --fight-overlay: rgba(255, 255, 255, 0.5);
  --fight-icon: rgb(255, 255, 255);
  --fight-icon-subdued: #A1A7B7;
  --fight-surface: rgb(23, 27, 53);
  --fight-surface-subdued: rgb(29, 35, 69);
  --fight-surface-subdued-hovered: rgba(50, 60, 119, 0.8);
  --fight-interactive: linear-gradient(90deg, rgb(107, 64, 234) 0%, rgb(1, 143, 220) 100%);
  --fight-interactive-hovered: linear-gradient(90deg, rgb(107, 64, 234) 0%, rgb(1, 143, 220) 100%);
  --fight-interactive-pressed: linear-gradient(90deg, rgb(107, 64, 234) 0%, rgb(1, 143, 220) 100%);
  --fight-focused: rgb(229, 219, 255);
  --fight-icon-on-interactive: rgb(255, 255, 255);
  --fight-text-on-interactive: rgb(255, 255, 255);
  --fight-primary: linear-gradient(90deg, rgb(107, 64, 234) 0%, rgb(1, 143, 220) 100%);
  --fight-primary-hovered: linear-gradient(90deg, rgb(107, 64, 234) 0%, rgb(1, 143, 220) 100%);
  --fight-surface-primary: linear-gradient(90deg, rgb(107, 64, 234) 0%, rgb(1, 143, 220) 100%);
  --fight-icon-on-primary: rgb(255, 255, 255);
  --fight-text-on-primary: rgb(255, 255, 255);
  --fight-shadow-popover: 0px 4px 70px rgba(0, 0, 0, 0.07);
  --fight-shadow-modal: 0 26px 80px rgba(0, 0, 0, 0.2), 0 0px 1px rgba(0, 0, 0, 0.2);
  --fight-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --fight-space-0: 0;
  --fight-space-025: 0.625px;
  --fight-space-05: 2px;
  --fight-space-1: 4px;
  --fight-space-2: 8px;
  --fight-space-3: 12px;
  --fight-space-4: 16px;
  --fight-space-5: 20px;
  --fight-space-6: 24px;
  --fight-space-8: 32px;
  --fight-space-10: 40px;
  --fight-space-12: 48px;
  --fight-space-16: 64px;
  --fight-space-20: 80px;
  --fight-space-24: 96px;
  --fight-space-28: 112px;
  --fight-space-32: 128px;
  --fight-z-1: 100;
  --fight-z-2: 400;
  --fight-z-3: 510;
  --fight-z-4: 512;
  --fight-z-5: 513;
  --fight-z-6: 514;
  --fight-z-7: 515;
  --fight-z-8: 516;
  --fight-z-9: 517;
  --fight-z-10: 518;
  --fight-z-11: 519;
  --fight-z-12: 520;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
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.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Opinion Pro";
  src: url("../fonts/opinionpro-bold.woff2") format("woff2"), url("../fonts/opinionpro-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Opinion Pro Md";
  src: url("../fonts/opinionpro-medium.woff2") format("woff2"), url("../fonts/opinionpro-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Opinion Pro";
  src: url("../fonts/opinionpro-regular.woff2") format("woff2"), url("../fonts/opinionpro-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UniversCondensed-Medium";
  src: url("../fonts/universcondensed-medium.eot");
  src: url("../fonts/universcondensed-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/universcondensed-medium.woff") format("woff"), url("../fonts/universcondensed-medium.ttf") format("truetype"), url("../fonts/universcondensed-medium.svg#universcondensed-medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "UniversCondensed-Bold";
  src: url("../fonts/universcondensed-bold.eot");
  src: url("../fonts/universcondensed-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/universcondensed-bold.woff") format("woff"), url("../fonts/universcondensed-bold.ttf") format("truetype"), url("../fonts/universcondensed-bold.svg#universcondensed-bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HalvarBreit-XBdSlanted";
  src: url("../fonts/halvarbreit-xbdslanted.woff2") format("woff2"), url("../fonts/halvarbreit-xbdslanted.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/*
|--------------------------------------------------------------------------
| Common styles
|--------------------------------------------------------------------------
*/
html {
  font-family: sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Opinion Pro", sans-serif;
  font-size: var(--fight-body-font-size);
  font-weight: var(--fight-font-weight-regular);
  color: var(--fight-body-color);
  line-height: var(--fight-body-line-height);
  text-transform: none;
  letter-spacing: normal;
  scroll-behavior: smooth;
}
@media (max-width: 767.98px) {
  body {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    will-change: scroll-position;
  }
}

body, button, html {
  font-family: var(--fight-font-family-sans);
}

body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  background-color: var(--fight-body-bg);
}

@media print {
  body {
    background-color: initial !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button, input, select, textarea {
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

button,
html,
input,
optgroup,
select,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: var(--fight-interactive);
  text-decoration: none;
  background: transparent;
}
a:hover, a:focus {
  color: var(--fight-interactive-hovered);
}
a:active {
  color: var(--fight-interactive-pressed);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  font-style: normal;
  margin: 0;
}

ul,
li,
ol,
p {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  vertical-align: initial;
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

blockquote {
  margin: 0;
}

ol,
ul {
  list-style: none;
}

nav ol,
nav ul {
  list-style-image: none;
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

img,
svg {
  display: block;
  vertical-align: middle;
}

figure {
  margin: 0;
}

hr {
  -webkit-box-sizing: initial;
          box-sizing: initial;
  height: 0;
  border: none;
  border-top: 0.0625rem solid var(--fight-divider);
  margin: 1rem 0;
}

pre {
  overflow: auto;
  margin-top: 0;
  margin-bottom: 0;
}

code,
pre {
  font-family: monospace;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
       appearance: textfield;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
       appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

button,
input,
select,
textarea {
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

select:focus {
  outline: 0;
}

::-webkit-input-placeholder {
  -webkit-box-shadow: none;
          box-shadow: none;
}

::-moz-placeholder {
  box-shadow: none;
}

:-ms-input-placeholder {
  box-shadow: none;
}

::-ms-input-placeholder {
  box-shadow: none;
}

::placeholder,
button:focus,
input,
input:focus,
input:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
}

::-webkit-input-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

:window-inactive {
  scrollbar-color: hsla(0, 0%, 85%, 0.15) transparent;
}

:-moz-window-inactive {
  scrollbar-color: hsla(0, 0%, 85%, 0.15) transparent;
}

::-moz-scrollbar {
  height: 0.5rem;
  width: 0.5rem;
}

::-webkit-scrollbar {
  height: 0.5rem;
  width: 0.5rem;
}

::-moz-scrollbar-thumb {
  background-color: hsla(0, 0%, 85%, 0.3);
  border-radius: 3px;
}

::-webkit-scrollbar-thumb {
  background-color: hsla(0, 0%, 85%, 0.3);
  border-radius: 3px;
}

::-moz-scrollbar-thumb:window-inactive {
  background-color: hsla(0, 0%, 85%, 0.15);
}

::-webkit-scrollbar-thumb:window-inactive {
  background-color: hsla(0, 0%, 85%, 0.15);
}

::-moz-scrollbar-button, ::-moz-scrollbar-corner {
  display: none;
}

::-webkit-scrollbar-button, ::-webkit-scrollbar-corner {
  display: none;
}

/*
|--------------------------------------------------------------------------
| Reset Plugins
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| ckeditor reset
|--------------------------------------------------------------------------
*/
.ck.ck-editor {
  overflow: hidden;
}

.ck-editor__editable[role=textbox] {
  min-height: 180px;
}

@media (min-width: 576px) {
  .image-style-align-left {
    float: left;
    margin-right: 20px;
  }
}

@media (min-width: 576px) {
  .image-style-align-right {
    float: right;
    margin-left: 20px;
  }
}

/*
|--------------------------------------------------------------------------
| Components
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Frame
|--------------------------------------------------------------------------
*/
.app {
  background-color: #1A1A2E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  width: 100%;
}
.app__backdrop {
  -webkit-animation: var(--keyframes-fade-in) var(--duration-200) 1 forwards;
          animation: var(--keyframes-fade-in) var(--duration-200) 1 forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: var(--backdrop);
  bottom: 0;
  display: block;
  left: 0;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 0;
  top: 0;
  will-change: opacity;
  z-index: var(--z-7);
}
@media (min-width: 768px) {
  .app__backdrop {
    display: none;
  }
}
.app__main {
  padding: 90px 0 0;
}
@media (min-width: 992px) {
  .app__main {
    padding: 150px 0 0;
  }
}
@media (min-width: 992px) {
  .app--noNavigation .app__main {
    padding: 90px 0 0;
  }
}
@media (min-width: 992px) {
  .app--noNavigation .app__asideInner {
    top: 90px;
  }
}
@media (min-width: 992px) {
  .app__twoCols {
    display: grid;
    grid-template-columns: minmax(70%, 1fr) minmax(230px, 1fr);
    gap: 20px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (min-width: 1200px) {
  .app__twoCols {
    gap: 40px;
    grid-template-columns: minmax(70%, 1fr) minmax(330px, 1fr);
  }
}
@media (min-width: 1400px) {
  .app__twoCols {
    grid-template-columns: minmax(70%, 1fr) minmax(355px, 1fr);
  }
}
.app__aside {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .app__aside {
    margin-top: 0;
  }
}
.app__asideInner {
  position: sticky;
  top: 160px;
}
.app__container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.navigation--open {
  overflow: hidden;
}
.navigation--open .app__navigation {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.navigation--open .app__backdrop {
  visibility: visible;
  opacity: 1;
}

/*
|--------------------------------------------------------------------------
| Button
|--------------------------------------------------------------------------
*/
.button {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 32px;
  min-width: 32px;
  margin: 0;
  padding: 12px 20px;
  background: rgba(231, 236, 245, 0.06);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.button:hover, .button:focus {
  color: #fff;
  background: rgba(231, 236, 245, 0.09);
}
.button:active:after {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button svg {
  fill: var(--fight-icon);
}
.button__icon {
  fill: var(--fight-icon);
  margin-left: -5px;
  width: 20px;
  height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button__icon svg {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  display: block;
}
.button__icon:last-child {
  margin-right: 8px;
  margin-left: auto;
}
.button__icon + :not(.button__icon) {
  margin-left: 8px;
}
.button--disabled, .button[disabled] {
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--fight-border-disabled);
  background: var(--fight-surface-disabled);
  color: var(--fight-text-disabled);
  cursor: default;
  pointer-events: none;
}
.button--disabled svg, .button[disabled] svg {
  fill: var(--fight-icon-disabled);
}
.button--primary {
  color: #fff;
  border: none;
  background-image: -webkit-linear-gradient(90deg, rgb(189, 1, 8) 0%, rgb(51, 48, 64) 0%, rgb(67, 61, 89) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(189, 1, 8) 0%, rgb(51, 48, 64) 0%, rgb(67, 61, 89) 100%);
  -webkit-box-shadow: 0px 4px 2px 0px rgba(27, 24, 21, 0.16);
          box-shadow: 0px 4px 2px 0px rgba(27, 24, 21, 0.16);
}
.button--primary:hover, .button--primary:focus {
  color: #fff;
  background-image: -webkit-linear-gradient(-90deg, rgb(189, 1, 8) 0%, rgb(51, 48, 64) 0%, rgb(67, 61, 89) 100%);
  background-image: -ms-linear-gradient(-90deg, rgb(189, 1, 8) 0%, rgb(51, 48, 64) 0%, rgb(67, 61, 89) 100%);
}
.button--green {
  background: -webkit-gradient(linear, left top, left bottom, from(#59D069), to(#23902F));
  background: -webkit-linear-gradient(top, #59D069 0%, #23902F 100%);
  background: linear-gradient(180deg, #59D069 0%, #23902F 100%);
  border-style: none;
  color: #fff;
}
.button--green:hover, .button--green:focus {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#59D069), to(#23902F));
  background: -webkit-linear-gradient(top, #59D069 0%, #23902F 100%);
  background: linear-gradient(180deg, #59D069 0%, #23902F 100%);
  opacity: 0.92;
}
.button--sizeMedium {
  height: 40px;
}
.button--sizeLarge {
  border-radius: 12px;
  padding: 16px 24px;
  max-height: 48px;
  height: 48px;
}
/*
|--------------------------------------------------------------------------
| Icon
|--------------------------------------------------------------------------
*/
.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1.25rem;
  width: 1.25rem;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  position: relative;
}
.icon__svg {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.icon--hasBackdrop {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: var(--fight-space-1);
  position: relative;
}
.icon--hasBackdrop:before {
  border-radius: var(--fight-border-radius-half);
  bottom: calc(var(--fight-space-1) * -1);
  content: "";
  left: calc(var(--fight-space-1) * -1);
  position: absolute;
  right: calc(var(--fight-space-1) * -1);
  top: calc(var(--fight-space-1) * -1);
}
.icon--colorBase {
  color: var(--fight-icon);
}
.icon--colorBase svg {
  fill: var(--fight-icon);
  color: var(--fight-icon);
}
.icon--colorSubdued {
  color: var(--fight-icon-subdued);
}
.icon--colorSubdued svg {
  color: var(--fight-icon-subdued);
  fill: var(--fight-icon-subdued);
}
.icon--colorCritical {
  color: var(--fight-icon-critical);
}
.icon--colorCritical svg {
  fill: var(--fight-icon-critical);
  color: var(--fight-icon-critical);
}
.icon--colorInteractive {
  color: var(--fight-interactive);
}
.icon--colorInteractive svg {
  fill: var(--fight-interactive);
  color: var(--fight-interactive);
}
.icon--colorWarning:before {
  background-color: var(--fight-surface-warning);
}
.icon--colorWarning svg {
  fill: var(--fight-icon-warning);
}
.icon--colorHighlight svg {
  fill: var(--fight-icon-highlight);
}
.icon--colorSuccess:before {
  background-color: var(--fight-surface-success);
}
.icon--colorSuccess svg {
  fill: var(--fight-icon-success);
}
.icon--applyColor {
  color: var(--fight-surface);
}
.icon--inline {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.icon--sizeSmall {
  height: 1rem;
  width: 1rem;
}
.icon--sizeMedium {
  height: 1.5rem;
  width: 1.5rem;
}
.icon--sizeLarge {
  height: 2rem;
  width: 2rem;
}

/*
|--------------------------------------------------------------------------
| ButtonGroup
|--------------------------------------------------------------------------
*/
.buttonGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: calc(var(--fight-space-2) * -1);
  margin-left: calc(var(--fight-space-2) * -1);
}
.buttonGroup__item {
  margin-top: var(--fight-space-2);
  margin-left: var(--fight-space-2);
}
.buttonGroup--segmented {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 0;
  margin-left: 0;
}
.buttonGroup--segmented .buttonGroup__item {
  position: relative;
  margin-top: 0;
  margin-left: 0;
  line-height: normal;
}
.buttonGroup--segmented .buttonGroup__item:not(:first-child) {
  margin-left: calc(var(--fight-border-width-1) * -1);
}
.buttonGroup--segmented .buttonGroup__item .button {
  border-radius: 0;
}
.buttonGroup--segmented .buttonGroup__item .button:after {
  border-radius: 0;
}
.buttonGroup--segmented .buttonGroup__item:first-child .button {
  border-radius: 0;
  border-bottom-left-radius: var(--fight-border-radius-1);
  border-top-left-radius: var(--fight-border-radius-1);
}
.buttonGroup--segmented .buttonGroup__item:first-child .button:after {
  border-radius: 0;
  border-bottom-left-radius: var(--fight-border-radius-1);
  border-top-left-radius: var(--fight-border-radius-1);
}
.buttonGroup--segmented .buttonGroup__item:last-child .button {
  border-radius: 0;
  border-bottom-right-radius: var(--fight-border-radius-1);
  border-top-right-radius: var(--fight-border-radius-1);
}
.buttonGroup--segmented .buttonGroup__item:last-child .button:after {
  border-radius: 0;
  border-bottom-right-radius: var(--fight-border-radius-1);
  border-top-right-radius: var(--fight-border-radius-1);
}
.buttonGroup[data-buttongroup-segmented=true] > :first-child .button, .buttonGroup[data-buttongroup-segmented=true] > :first-child .button:after {
  border-radius: 0;
  border-top-left-radius: var(--fight-border-radius-1);
  border-bottom-left-radius: var(--fight-border-radius-1);
}
.buttonGroup[data-buttongroup-segmented=true] .button, .buttonGroup[data-buttongroup-segmented=true] .button:after {
  border-radius: 0;
}
.buttonGroup[data-buttongroup-segmented=true] > :last-child .button, .buttonGroup[data-buttongroup-segmented=true] > :last-child .button:after {
  border-radius: 0;
  border-top-right-radius: var(--fight-border-radius-1);
  border-bottom-right-radius: var(--fight-border-radius-1);
}
.buttonGroup--extraTight {
  margin-top: calc(var(--fight-space-1) * -1);
  margin-left: calc(var(--fight-space-1) * -1);
}
.buttonGroup--extraTight .buttonGroup__item {
  margin-top: var(--fight-space-1);
  margin-left: var(--fight-space-1);
}
.buttonGroup--stretched > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.buttonGroup--stretched .button {
  width: 100%;
}
.buttonGroup--tight {
  margin-top: calc(var(--fight-space-2) * -1);
  margin-left: calc(var(--fight-space-2) * -1);
}
.buttonGroup--tight .buttonGroup__item {
  margin-top: var(--fight-space-2);
  margin-left: var(--fight-space-2);
}
.buttonGroup--buttonGroup_loose {
  margin-top: calc(var(--fight-space-5) * -1);
  margin-left: calc(var(--fight-space-5) * -1);
}
.buttonGroup--buttonGroup_loose .buttonGroup__item {
  margin-top: var(--fight-space-5);
  margin-left: var(--fight-space-5);
}

/*
|--------------------------------------------------------------------------
| Scrollable
|--------------------------------------------------------------------------
*/
.scrollable {
  --scrollable-shadow-size: var(--fight-space-5);
  --scrollable-shadow-bottom: inset 0 calc(var(--scrollable-shadow-size) * -1) var(--scrollable-shadow-size) calc(var(--scrollable-shadow-size) * -1) rgba(0, 0, 0, 0.15);
  --scrollable-shadow-top: inset 0 var(--scrollable-shadow-size) var(--scrollable-shadow-size) calc(var(--scrollable-shadow-size) * -1) rgba(0, 0, 0, 0.15);
  --scrollable-max-height: none;
  -webkit-overflow-scrolling: touch;
  position: relative;
  max-height: var(--scrollable-max-height);
}
.scrollable:focus {
  outline: 0.125rem solid var(--fight-focused);
  outline-offset: 0.125rem;
}
.scrollable--horizontal {
  overflow-x: auto;
}
.scrollable--vertical {
  overflow-y: auto;
}
.scrollable--verticalHasScrolling {
  overflow-y: scroll;
}
.scrollable--hasTopShadow {
  -webkit-box-shadow: var(--scrollable-shadow-top);
          box-shadow: var(--scrollable-shadow-top);
}
.scrollable--hasTopShadow.scrollable--hasBottomShadow {
  -webkit-box-shadow: var(--scrollable-shadow-top), var(--scrollable-shadow-bottom);
          box-shadow: var(--scrollable-shadow-top), var(--scrollable-shadow-bottom);
}
.scrollable--hasBottomShadow {
  -webkit-box-shadow: var(--scrollable-shadow-bottom);
          box-shadow: var(--scrollable-shadow-bottom);
}
.scrollable[data-scrollable=true] {
  /*background-image:
      linear-gradient(top, #fff, rgba(255, 255, 255, 0)),
      linear-gradient(bottom, #fff, rgba(255, 255, 255, 0)),
      linear-gradient(top, rgba(0, 0, 0, .085), rgba(255, 255, 255, 0)),
      linear-gradient(bottom, rgba(0, 0, 0, .085), rgba(255, 255, 255, 0));
  background-position: 0 0, 0 100%, 0 0, 0 100%;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 100% 1em, 100% 1em, 100% 1em, 100% 1em;
  background-attachment: local, local, scroll, scroll;*/
}
.scrollable[data-scrollable=true]::-webkit-scrollbar {
  width: 4px;
  height: 7px;
}
.scrollable[data-scrollable=true]::-webkit-scrollbar-track {
  background-color: #e4e8f5;
  border-radius: 10px;
}
.scrollable[data-scrollable=true]::-webkit-scrollbar-thumb {
  background-color: #b0bec5;
  border-radius: 10px;
  width: 2px;
  height: 6px;
}
.scrollable[data-scrollable=true]::-webkit-scrollbar-thumb:hover {
  background-color: #5c5c5c;
}

/*
|--------------------------------------------------------------------------
| Stack
|--------------------------------------------------------------------------
*/
.stack {
  --stack-spacing: var(--fight-space-4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: calc(var(--stack-spacing) * -1);
  margin-left: calc(var(--stack-spacing) * -1);
}
.stack > .stack__item {
  margin-top: var(--stack-spacing);
  margin-left: var(--stack-spacing);
  max-width: 100%;
}
.stack__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 0;
}
.stack__item--fill {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.stack--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: var(--fight-space-0);
}
.stack--vertical > .stack__item {
  margin-left: var(--fight-space-0);
}
.stack--noWrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.stack--alignmentBaseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.stack--alignmentCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stack--distributionCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.stack--distributionFill .stack__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.stack--distributionEqualSpacing {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.stack--distributionTrailing {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.stack--justifyEnd {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.stack--spacingNone {
  --stack-spacing: var(--fight-space-0);
}
.stack--spacingExtraTight {
  --stack-spacing: var(--fight-space-1);
}
.stack--spacingTight {
  --stack-spacing: var(--fight-space-3);
}
.stack--spacingLoose {
  --stack-spacing: var(--fight-space-5);
}
.stack--textCenter {
  text-align: center;
}
.stack--noNegative {
  margin-top: 0;
  margin-left: 0;
}
.stack--noNegative > .stack--noNegative__item {
  margin-left: 0;
  margin-top: 0;
}
.stack--noNegative > .stack--noNegative__item:not(:first-child) {
  margin-top: var(--stack-spacing);
}

/*
|--------------------------------------------------------------------------
| Modal
|--------------------------------------------------------------------------
*/
.modal {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  border: 0;
  z-index: 993;
  padding: 0;
}
@media (min-width: 768px) {
  .modal {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.modal__dialog {
  --dialog-horizontal-spacing: var(--fight-space-16);
  background: #191928;
  bottom: 0;
  -webkit-box-shadow: var(--fight-shadow-modal);
          box-shadow: var(--fight-shadow-modal);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 0;
  max-height: calc(100vh - 3.75rem);
  position: fixed;
  right: 0;
  width: 100%;
  z-index: var(--fight-z-11);
  border-radius: 24px 24px 0 0;
  will-change: transform;
}
@media (min-width: 768px) {
  .modal__dialog {
    border-radius: 25px;
    margin: 0 auto;
    width: 416px;
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .modal__dialog {
    bottom: 0;
    max-height: 100%;
  }
}
.modal__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  padding: 12px 16px;
  border-radius: 16px 16px 0 0;
}
@media (min-width: 768px) {
  .modal__header {
    border-radius: 25px 25px 0 0;
  }
}
.modal__headerTitle {
  font-size: 18px;
  font-weight: 600;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
@media (min-width: 992px) {
  .modal__headerTitle {
    font-size: 21px;
  }
}
.modal__closeButton {
  padding: var(--fight-space-2);
  z-index: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: auto;
  -webkit-transition: var(--fight-transition);
  transition: var(--fight-transition);
  fill: #fff;
}
.modal__closeButton:hover, .modal__closeButton:focus {
  outline: none;
}
.modal__closeButton svg {
  z-index: -1;
  color: #fff;
}
.modal__bodyWrapper {
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow-x: hidden;
}
.modal__body {
  width: 100%;
}
.modal__section {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 16px;
}
@media (min-width: 768px) {
  .modal__section {
    padding: 16px 40px 40px;
  }
}
.modal__section:not(:last-of-type) {
  border-bottom: var(--fight-border-divider);
}
.modal__footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: var(--fight-space-16);
  width: 100%;
  padding: 16px;
  background: rgba(14, 13, 18, 0.25);
  border-top: 1px solid #282828;
}
@media (min-width: 768px) {
  .modal__footer {
    padding: 40px;
  }
}
.modal__footerContent {
  width: 100%;
}
.modal .casino-navigation {
  border-radius: 0;
}
.modal .casino-navigation .casino-navigation__body {
  margin-top: 15px;
}
.modal__backdrop {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: var(--fight-backdrop);
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  will-change: transform;
  z-index: var(--fight-z-10);
}
@media (min-width: 768px) {
  .modal--sizeSmall .modal__dialog {
    max-width: 24.75rem;
  }
}
@media (min-width: 768px) {
  .modal--sizeLarge .modal__dialog {
    width: 44.75rem;
  }
}
@media (min-width: 768px) {
  .modal--footerHidden .modal__dialog {
    border-radius: 16px;
  }
}
@media (min-width: 768px) {
  .modal--footerHidden .modal__body {
    border-radius: 0 0 16px 16px;
  }
}
@media (min-width: 768px) {
  .modal--footerHidden .modal__footer {
    display: none;
  }
}

.modal--slide {
  display: none;
}
.modal--slide.modal--open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal--slide[aria-hidden=false] .modal__backdrop {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal--slide[aria-hidden=false] .modal__dialog {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal--slide[aria-hidden=true] .modal__backdrop {
  -webkit-animation: modalBackdropFadeout 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: modalBackdropFadeout 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal--slide[aria-hidden=true] .modal__dialog {
  -webkit-animation: modalDialogfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: modalDialogfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes modalDialogfadeOut {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes modalDialogfadeOut {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes modalBackdropFadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes modalBackdropFadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/*
|--------------------------------------------------------------------------
| Popover
|--------------------------------------------------------------------------
*/
.popover {
  position: relative;
}
.popover__menu {
  position: absolute;
  z-index: var(--fight-z-2);
  max-width: calc(100vw - var(--fight-space-8));
  margin: 0.3125rem var(--fight-space-2) var(--fight-space-4);
  -webkit-box-shadow: var(--fight-shadow-popover);
          box-shadow: var(--fight-shadow-popover);
  border: 1px solid #DCDEE4;
  border-radius: 24px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: left, top;
  display: none;
  background: #fff;
}
.popover__menu[data-popper-show=true] {
  display: block;
}
.popover__wrapper {
  position: relative;
  overflow: hidden;
  background-color: var(--fight-surface);
  border-radius: var(--fight-border-radius-2);
  outline: var(--fight-border-width-1) solid transparent;
}
.popover__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: var(--fight-border-radius-1);
  max-width: 25rem;
  max-height: 31.25rem;
  min-width: 11rem;
}
.popover__content:focus {
  outline: none;
}
.popover__content--fullHeight {
  max-height: none;
}
.popover__content--fluidContent {
  max-height: none;
  max-width: none;
}
.popover__content--sizeMedium {
  min-width: 13rem;
}
.popover__content--sizeLarge {
  min-width: 17rem;
}
.popover__content--sizeExtraLarge {
  min-width: 20rem;
}
.popover__pane {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  max-width: 100%;
}
.popover__pane + .popover__pane {
  border-top: var(--fight-border-divider);
}
.popover__pane--fixed {
  overflow: visible;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.popover__section {
  padding: var(--fight-space-5);
}

/*
|--------------------------------------------------------------------------
| actionList
|--------------------------------------------------------------------------
*/
.actionList {
  --action-list-image-size: 1.25rem;
  --action-list-item-min-height: rem(44px);
  outline: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.actionList__actions {
  outline: none;
  list-style: none;
  margin: 0;
  padding: var(--fight-space-5);
}
.actionList li + li {
  margin-top: 4px;
}
.actionList__prefix {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: var(--fight-border-radius-base);
  margin: 0 8px 0 0;
  background-size: cover;
  background-position: 50%;
}
.actionList__prefix svg {
  fill: var(--fight-icon);
}
.actionList__item {
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  background: none;
  border: none;
  position: relative;
  width: 100%;
  min-height: var(--action-list-item-min-height);
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  padding: 8px 12px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.actionList__item:hover {
  color: #fff;
  background-color: rgba(148, 148, 148, 0.2588235294);
  text-decoration: none;
  outline: var(--fight-border-width-3) solid transparent;
}
.actionList__item:active {
  color: var(--fight-interactive);
  background-color: rgba(148, 148, 148, 0.2588235294);
}
.actionList__item:active svg {
  fill: var(--fight-interactive);
}
.actionList__item:focus:not(:active) {
  outline: var(--fight-border-width-3) solid transparent;
}
.actionList__item:focus:not(:active):after {
  -webkit-box-shadow: 0 0 0 0.125rem var(--fight-focused);
          box-shadow: 0 0 0 0.125rem var(--fight-focused);
  outline: var(--fight-border-width-1) solid transparent;
}
.actionList__item:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  pointer-events: none;
  -webkit-box-shadow: 0 0 0 -0.0625rem var(--fight-focused);
          box-shadow: 0 0 0 -0.0625rem var(--fight-focused);
  -webkit-transition: -webkit-box-shadow var(--fight-duration-100) var(--fight-ease);
  transition: -webkit-box-shadow var(--fight-duration-100) var(--fight-ease);
  transition: box-shadow var(--fight-duration-100) var(--fight-ease);
  transition: box-shadow var(--fight-duration-100) var(--fight-ease), -webkit-box-shadow var(--fight-duration-100) var(--fight-ease);
  border-radius: calc(var(--fight-border-radius-1) + 0.0625rem);
}
.actionList__item--selected {
  color: #fff;
  background-image: -webkit-linear-gradient(340deg, #1e283f, rgba(20, 27, 46, 0.6) 100%);
  background-image: linear-gradient(110deg, #1e283f, rgba(20, 27, 46, 0.6) 100%);
}
.actionList__section .actionList__actions {
  border-top: var(--fight-border-divider);
}
.actionList__section:first-child .actionList__title {
  padding-top: var(--fight-space-3);
}
.actionList__title {
  font-size: var(--fight-font-size-2);
  font-weight: var(--fight-font-weight-semibold);
  line-height: var(--fight-line-height-1);
  text-transform: uppercase;
  padding: var(--fight-space-1) var(--fight-space-4) var(--fight-space-3) var(--fight-space-4);
}
@media (min-width: 768px) {
  .actionList__title {
    font-size: var(--fight-font-size-1);
  }
}
.actionList__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
}

/*
|--------------------------------------------------------------------------
| Text
|--------------------------------------------------------------------------
*/
.text--headingXs {
  font-size: var(--fight-font-size-1);
  font-weight: var(--fight-font-weight-semibold);
  line-height: var(--fight-line-height-1);
}
.text--headingSm {
  font-size: var(--fight-font-size-3);
  font-weight: var(--fight-font-weight-semibold);
  line-height: var(--fight-line-height-2);
}
.text--headingMd {
  font-size: var(--fight-font-size-5);
  font-weight: var(--fight-font-weight-semibold);
  line-height: var(--fight-line-height-3);
}
.text--headingLg {
  font-size: var(--fight-font-size-7);
  font-weight: var(--fight-font-weight-semibold);
  line-height: var(--fight-line-height-3);
}
.text--headingXl {
  font-size: var(--fight-font-size-9);
  font-weight: var(--fight-font-weight-semibold);
  line-height: var(--fight-line-height-4);
}
.text--heading2xl {
  font-size: var(--fight-font-size-11);
  font-weight: var(--fight-font-weight-semibold);
  line-height: var(--fight-line-height-5);
}
.text--heading3xl {
  font-size: var(--fight-font-size-12);
  font-weight: var(--fight-font-weight-semibold);
  line-height: var(--fight-line-height-6);
}
.text--heading4xl {
  font-size: var(--fight-font-size-13);
  font-weight: var(--fight-font-weight-bold);
  line-height: var(--fight-line-height-7);
}
.text--bodyXs {
  font-size: var(--fight-font-size-1);
  line-height: var(--fight-line-height-1);
}
.text--bodySm {
  font-size: var(--fight-font-size-1);
  line-height: var(--fight-line-height-1);
}
.text--bodyMd {
  font-size: var(--fight-font-size-3);
  line-height: var(--fight-line-height-2);
}
.text--bodyLg {
  font-size: var(--fight-font-size-5);
  line-height: var(--fight-line-height-2);
}
.text--bodyXl {
  font-size: var(--fight-font-size-6);
  line-height: var(--fight-line-height-3);
}
.text--positive {
  color: var(--fight-text-success);
}
.text--negative {
  color: var(--fight-text-critical);
}
.text--warning {
  color: var(--fight-text-warning);
}
.text--strong {
  font-weight: var(--fight-font-weight-semibold);
}
.text--subdued {
  color: var(--fight-text-subdued);
}
.text--medium {
  font-weight: var(--fight-font-weight-medium);
}
.text--start {
  text-align: left;
}
.text--center {
  text-align: center;
}
.text--end {
  text-align: end;
}
.text--justify {
  text-align: justify;
}
.text--borderBottom {
  border-bottom: 2px dotted #c4cdd5;
}
.text--ellipsis {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.text--code {
  position: relative;
  padding: 0 var(--fight-space-1);
  border-radius: var(--fight-border-radius-base);
  background-color: var(--fight-surface-subdued);
  display: inline-block;
  font-size: var(--fight-font-size-5);
  -webkit-box-shadow: inset 0 0 0 0.0625rem var(--fight-border-subdued);
          box-shadow: inset 0 0 0 0.0625rem var(--fight-border-subdued);
}
.text--code:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.0625rem solid transparent;
  pointer-events: none;
}

/*
|--------------------------------------------------------------------------
| Header
|--------------------------------------------------------------------------
*/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: var(--fight-duration-200) background-color var(--fight-ease-in-out);
  transition: var(--fight-duration-200) background-color var(--fight-ease-in-out);
  z-index: 991;
  overflow: hidden;
  background-color: #1A1A2E;
  -webkit-box-shadow: rgba(26, 26, 46, 0.15) 0 0.5rem 1rem 0;
          box-shadow: rgba(26, 26, 46, 0.15) 0 0.5rem 1rem 0;
}
.header .app__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__top {
  padding: 12px 0;
}
.header__burger {
  width: 40px;
  height: 40px;
  margin-left: -0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .header__burger {
    display: none;
  }
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .header__rightItem:nth-child(1) {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .header__rightItem:nth-child(3) {
    display: none;
  }
}
.header__liveLink {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1.5px;
}
.header__liveLink:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #EC1D2D;
  border-radius: 50%;
  -webkit-animation: blinker 1.5s linear infinite;
          animation: blinker 1.5s linear infinite;
  margin-right: 0.5rem;
}
.header__button {
  min-width: 130px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .header__button {
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.header__button:before {
  background-color: hsla(0, 0%, 100%, 0.2);
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  width: 30px;
  will-change: transform;
  z-index: 1;
  -webkit-animation: flare-3 5s ease infinite;
          animation: flare-3 5s ease infinite;
}
.header__navigation {
  background: #191928;
}
@media (max-width: 991.98px) {
  .header__navigation {
    display: none;
  }
}

@-webkit-keyframes blinker {
  50% {
    opacity: 0;
  }
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
/*
|--------------------------------------------------------------------------
| Burger
|--------------------------------------------------------------------------
*/
.burger {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  width: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .burger {
    display: none;
  }
}
.burger__line {
  position: relative;
}
.burger__line, .burger__line::before, .burger__line::after {
  background-color: var(--fight-text);
  border-radius: 12px;
  height: 2px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: transform, background-color;
  transition-property: transform, background-color, -webkit-transform;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  width: 21px;
}
.burger__line::after, .burger__line::before {
  content: "";
  left: 0;
  position: absolute;
}
.burger__line::before {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.burger__line::after {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.burger[aria-expanded=true] .burger__line {
  background-color: transparent;
}
.burger[aria-expanded=true] .burger__line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.burger[aria-expanded=true] .burger__line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*
|--------------------------------------------------------------------------
| Logo
|--------------------------------------------------------------------------
*/
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
.logo:focus {
  outline: none;
}
.logo__img {
  width: 130px;
  height: 38px;
}
@media (min-width: 992px) {
  .logo__img {
    width: 161px;
    height: 40px;
  }
}
.logo__locale {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 6px 0 0 5px;
}

/*
|--------------------------------------------------------------------------
| Page
|--------------------------------------------------------------------------
*/
.page {
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 576px) {
  .page {
    padding: 0 var(--space-6);
  }
}
.page__content {
  margin: var(--space-2) 0;
}
@media (min-width: 1400px) {
  .page__content {
    margin-top: var(--space-5);
  }
}
.page--compact {
  max-width: 54rem;
}
.page--narrowWidth {
  max-width: 41rem;
}

/*
|--------------------------------------------------------------------------
| Breadcrumbs
|--------------------------------------------------------------------------
*/
.breadcrumbs {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  position: relative;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.breadcrumbs__item {
  font-size: 14px;
  color: var(--fight-text-subdued);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.breadcrumbs__item:before {
  content: "/";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.3rem;
}
.breadcrumbs__item:first-child:before {
  display: none;
}
.breadcrumbs__item:last-child .breadcrumbs__link {
  color: #fff;
}
.breadcrumbs__link {
  color: var(--fight-text-subdued);
  text-decoration: none;
  outline: 0;
  -webkit-transition: var(--fight-transition);
  transition: var(--fight-transition);
}
.breadcrumbs__link:hover, .breadcrumbs__link:focus, .breadcrumbs__link:active {
  color: #fff;
  text-decoration: none;
}

/*
|--------------------------------------------------------------------------
| Navigation
|--------------------------------------------------------------------------
*/
.navigation__list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navigation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.navigation__link {
  font-size: 14px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 8px 20px 8px 24px;
  position: relative;
  z-index: 0;
}
.navigation__link:hover, .navigation__link:focus {
  color: #fff;
}
.navigation__link:hover:before, .navigation__link:focus:before {
  opacity: 1;
}
.navigation__link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  background: #282842;
  z-index: -1;
  opacity: 0;
  -webkit-transition: var(--fight-transition);
  transition: var(--fight-transition);
}
.navigation__link--active:before {
  background: #D42E3B;
  opacity: 1;
}
.navigation__text {
  font-weight: 600;
  text-transform: uppercase;
}
.navigation__icon {
  margin-bottom: 6px;
}
.navigation__icon svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

/*
|--------------------------------------------------------------------------
| Social
|--------------------------------------------------------------------------
*/
.social {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.social--navigation {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 0 0 20px;
}
.social__item {
  border-radius: 10px;
  overflow: hidden;
}
.social__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  width: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 15px;
  background-color: #282842;
}
.social__link:hover, .social__link:focus {
  background-color: #222236;
}
.social__link svg {
  fill: currentColor;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 20px;
  width: 20px;
  overflow: visible;
  font-size: 15px;
}
.social__link--telegram {
  background: -webkit-linear-gradient(209.8deg, #0fb1d6, #08c 61.34%);
  background: linear-gradient(240.2deg, #0fb1d6, #08c 61.34%);
  -webkit-box-shadow: 0 5px 16px rgba(76, 162, 246, 0.3);
          box-shadow: 0 5px 16px rgba(76, 162, 246, 0.3);
}
.social__link--youtube {
  background: -webkit-linear-gradient(315deg, #ff4f4f, red);
  background: linear-gradient(135deg, #ff4f4f, red);
  -webkit-box-shadow: 0 5px 16px rgba(246, 76, 76, 0.3);
          box-shadow: 0 5px 16px rgba(246, 76, 76, 0.3);
}
.social__link--vk {
  background: -webkit-linear-gradient(341.35deg, #91b8ef 2.63%, #4288ed 101.05%), -webkit-linear-gradient(315deg, #ff4f4f, red);
  background: linear-gradient(108.65deg, #91b8ef 2.63%, #4288ed 101.05%), linear-gradient(135deg, #ff4f4f, red);
  -webkit-box-shadow: 0 5px 16px rgba(76, 185, 246, 0.3);
          box-shadow: 0 5px 16px rgba(76, 185, 246, 0.3);
}
.social__link--instagram {
  background: -webkit-linear-gradient(235.01deg, #7e2bf4 7.65%, #ed146e 51.93%, #ffc90c 95.29%);
  background: linear-gradient(214.99deg, #7e2bf4 7.65%, #ed146e 51.93%, #ffc90c 95.29%);
  -webkit-box-shadow: 0 5px 16px rgba(186, 77, 101, 0.3);
          box-shadow: 0 5px 16px rgba(186, 77, 101, 0.3);
}

/*
|--------------------------------------------------------------------------
| Mobile menu
|--------------------------------------------------------------------------
*/
.mobile-menu {
  width: 100%;
  position: fixed;
  z-index: 993;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--fight-transition);
  transition: var(--fight-transition);
}
.mobile-menu__backdrop {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(9, 15, 30, 0.9);
}
.mobile-menu__wrapper {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(300px + var(--safe-area-inset-right));
  padding-top: var(--safe-area-inset-top);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: var(--fight-transition);
  transition: var(--fight-transition);
  z-index: 10;
}
.mobile-menu__inner {
  height: 100%;
  width: 100%;
  position: relative;
  background: #282842;
  z-index: 10;
}
.mobile-menu__closeButton {
  position: absolute;
  height: 56px;
  width: 50px;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: auto;
}
.mobile-menu__closeButton svg {
  position: relative;
  bottom: 10px;
  left: 10px;
  width: 16px;
  height: 16px;
}
.mobile-menu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 30px 0;
  gap: 10px;
}
.mobile-menu__login {
  width: 30px;
  height: 30px;
  min-width: 30px;
  background-color: #4e5d86;
  padding: 0;
}
.mobile-menu__login svg {
  width: 13px;
  height: 13px;
}
.mobile-menu__register {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  position: relative;
  overflow: hidden;
  width: 150px;
}
.mobile-menu__register:before {
  background-color: hsla(0, 0%, 100%, 0.2);
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  width: 30px;
  will-change: transform;
  z-index: 1;
  -webkit-animation: flare-3 5s ease infinite;
          animation: flare-3 5s ease infinite;
}
.mobile-menu__registerSubTitle {
  font-size: 8px;
  font-weight: 400;
  opacity: 0.7;
}
.mobile-menu__content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  overflow-y: auto;
  padding: 0 30px;
  margin-top: 15px;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}
.mobile-menu__list {
  margin-bottom: 15px;
  overflow: auto;
  max-height: 66vh;
}
.mobile-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.mobile-menu__link {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-menu__link:hover, .mobile-menu__link:focus {
  color: #fff;
}
.mobile-menu__icon {
  width: 22px;
  height: 22px;
  margin-right: 15px;
}
.mobile-menu__text > img {
  height: 14px;
}
.mobile-menu__divider {
  margin: 10px 0;
  width: 90%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(211, 222, 255, 0.2)), to(rgba(235, 241, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(211, 222, 255, 0.2), rgba(235, 241, 255, 0));
  background: linear-gradient(90deg, rgba(211, 222, 255, 0.2), rgba(235, 241, 255, 0));
}
.mobile-menu__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}
.mobile-menu__footer .social__link {
  background-color: #222236;
  height: 36px;
  width: 36px;
}
.mobile-menu .lang-selector {
  margin-left: auto;
}
.mobile-menu .lang-selector__button {
  background-color: #1A1A2E;
}
.mobile-menu .lang-selector__button:hover, .mobile-menu .lang-selector__button:focus {
  background-color: #212139;
}
.mobile-menu__countrySelector {
  padding: 7px 12px;
  border-radius: 7px;
  background: rgba(151, 174, 225, 0.11);
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  font-weight: normal;
  margin-left: 10px;
  min-width: 18px;
  overflow: hidden;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 29px;
  width: 60px;
  text-transform: uppercase;
}
.mobile-menu__countrySelector img {
  height: 12px;
  width: 12px;
  max-width: 12px;
  border-radius: 50%;
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.mobile-menu[open] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
}
.mobile-menu[open] .mobile-menu__wrapper {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes flare-3 {
  0% {
    left: -45px;
  }
  20% {
    left: calc(100% + 15px);
  }
  to {
    left: calc(100% + 15px);
  }
}

@keyframes flare-3 {
  0% {
    left: -45px;
  }
  20% {
    left: calc(100% + 15px);
  }
  to {
    left: calc(100% + 15px);
  }
}
/*
|--------------------------------------------------------------------------
| Tabs
|--------------------------------------------------------------------------
*/
.tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F6F7F8;
  border-radius: 16px;
  gap: 8px;
  padding: 4px;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .tabs__list {
    margin-bottom: 24px;
  }
}
.tabs__button {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 0;
  background: none;
  border: none;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  cursor: pointer;
  color: var(--fight-text-subdued);
  font-weight: 500;
  height: 40px;
  border-radius: 12px;
  padding: 8px 16px;
}
.tabs__button:hover, .tabs__button:focus {
  color: var(--fight-text);
}
.tabs__button--active {
  background-color: #fff;
  color: var(--fight-text);
}
.tabs__pane {
  display: none;
}

/*
|--------------------------------------------------------------------------
| Lang selector
|--------------------------------------------------------------------------
*/
.lang-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lang-selector__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 40px;
  padding: 10px 12px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.lang-selector__button:hover, .lang-selector__button:focus {
  background: #282842;
}
.lang-selector__flag {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.lang-selector__flag img {
  display: block;
  width: 100%;
  height: 100%;
}
.lang-selector__text {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding-left: 10px;
}
.lang-selector__icon {
  margin-left: 3px;
  width: 16px;
  height: 16px;
}

/*
|--------------------------------------------------------------------------
| Rate
|--------------------------------------------------------------------------
*/
.rate {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
.rate__item {
  color: #fff;
  font-size: var(--fight-font-size-3);
  font-weight: 500;
  line-height: 1.43;
}
.rate__item--active .rate__icon {
  color: #FEAD25;
}
.rate__item:last-child {
  margin-left: 0.2rem;
}
@media (min-width: 768px) {
  .rate__item:last-child {
    margin-left: 0.5rem;
  }
}
.rate__icon {
  color: rgba(123, 136, 168, 0.3);
  width: 14px;
  height: 14px;
}
@media (min-width: 768px) {
  .rate__icon {
    width: 18px;
    height: 18px;
  }
}

/*
|--------------------------------------------------------------------------
| Lang list
|--------------------------------------------------------------------------
*/
.lang-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  gap: 6px;
}
.lang-list__item {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.lang-list__item:not(:last-child) {
  margin-bottom: 1px;
}
.lang-list__item--selected .lang-list__link {
  background-color: #282842;
  background-image: none;
}
.lang-list__item--selected .lang-list__suffix {
  display: block;
}
.lang-list__link {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  border: none;
  position: relative;
  width: 100%;
  min-height: 48px;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  padding: 9px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
}
.lang-list__link:hover, .lang-list__link:focus {
  background-color: #282842;
  background-image: none;
}
.lang-list__link:hover .lang-list__title, .lang-list__link:focus .lang-list__title {
  color: #fff;
}
.lang-list__prefix {
  width: 20px;
  height: 20px;
}
.lang-list__prefix img {
  border-radius: 50%;
}
.lang-list__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 12px;
}
.lang-list__title {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}
.lang-list__subtitle {
  color: #fff;
  font-size: 11px;
  line-height: 13px;
  text-transform: capitalize;
}
.lang-list__suffix {
  width: 15px;
  height: 15px;
  fill: #fff;
  display: none;
}

/*
|--------------------------------------------------------------------------
| Faq
|--------------------------------------------------------------------------
*/
.faq {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  padding: 30px 0;
}
.faq__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  padding: 12px 0;
  background: #282842;
}
.faq__item + .faq__item {
  margin-top: 10px;
}
.faq__toggle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 24px;
  text-align: left;
}
.faq__toggle:hover .faq__title, .faq__toggle:focus .faq__title {
  color: var(--fight-text-primary);
}
.faq__toggle[aria-expanded=true] .faq__title {
  color: var(--fight-action-primary-pressed);
}
.faq__toggle[aria-expanded=true] .faq__icon {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.79466 5.6757C1.63516 5.6564 1.47336 5.6758 1.32296 5.7323C1.17256 5.7888 1.03796 5.8807 0.930659 6.0003C0.912759 6.061 0.881159 6.1169 0.838359 6.1636C0.795659 6.2104 0.742759 6.2467 0.683759 6.27C-0.193151 6.7949 0.279988 7.0319 0.894058 7.7283C0.988558 7.8555 1.09676 7.9721 1.21716 8.0742C1.36956 8.1808 1.51196 8.3027 1.64226 8.4361C1.74476 8.5303 1.86556 8.6025 1.99726 8.6479C2.12886 8.6934 2.26836 8.7113 2.40726 8.7004C2.65716 8.705 2.90706 8.6921 3.15546 8.6608C5.94096 8.2418 8.80036 8.2753 11.608 8.0041C12.0019 7.966 12.3913 7.9119 12.7768 7.8425C12.9779 7.8083 13.2157 7.7343 13.2179 7.5683C13.2179 7.3564 13.6751 6.9663 13.6103 6.8688C13.2911 6.3942 13.9837 6.4764 13.7482 6.0048C13.6794 5.8851 13.5778 5.7875 13.4553 5.7237C13.3329 5.6598 13.1947 5.6323 13.0572 5.6444C12.0408 5.5919 9.34666 5.3702 9.29946 5.3397C9.24776 5.3082 9.18766 5.2933 9.12726 5.297C7.25066 5.3542 5.37486 5.4113 3.50896 5.569C3.43676 5.5852 3.36636 5.6085 3.29866 5.6383' fill='white'/%3E%3C/svg%3E%0A");
}
.faq__title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 1.44;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .faq__title {
    font-size: 21px;
  }
}
.faq__body {
  font-size: 17px;
  overflow: hidden;
  line-height: 1.8;
  height: 0;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: height, margin-top;
  transition-property: height, margin-top;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.faq__body p {
  padding: 8px 24px;
}
.faq__icon {
  background-color: #D42E3B;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.47589 12.0034C5.45659 12.1629 5.47599 12.3247 5.53249 12.4751C5.58899 12.6255 5.68089 12.76 5.80049 12.8674C5.86119 12.8854 5.91709 12.9169 5.96379 12.9597C6.01049 13.0025 6.04689 13.0553 6.07019 13.1142C6.59519 13.9912 6.83209 13.518 7.52849 12.9047C7.65539 12.8099 7.77139 12.7013 7.87439 12.5809C7.98179 12.4285 8.10299 12.286 8.23629 12.1565C8.33059 12.054 8.40269 11.9332 8.44819 11.8016C8.49369 11.67 8.51149 11.5304 8.50069 11.3916C8.50529 11.1413 8.49209 10.891 8.46109 10.6426C8.04199 7.85711 8.07549 4.99761 7.80429 2.19001C7.76629 1.79841 7.71239 1.40851 7.64279 1.02131C7.60849 0.82011 7.53459 0.582421 7.36849 0.580141C7.15669 0.580141 6.76659 0.122991 6.66909 0.187761C6.19439 0.506991 6.27669 -0.185579 5.80509 0.0498509C5.68529 0.118661 5.58779 0.220281 5.52389 0.342731C5.46009 0.465181 5.43259 0.60333 5.44469 0.7409C5.39209 1.75801 5.17039 4.45141 5.13989 4.49861C5.10829 4.55051 5.09339 4.61091 5.09729 4.67161C5.15439 6.54741 5.21149 8.42321 5.36929 10.2891C5.38529 10.3615 5.40889 10.4323 5.43859 10.4994' fill='white'/%3E%3Cpath d='M1.59263 5.47203C1.43313 5.45273 1.27133 5.47213 1.12093 5.52863C0.970532 5.58513 0.835932 5.67703 0.728632 5.79663C0.710732 5.85733 0.679133 5.91323 0.636333 5.95993C0.593633 6.00673 0.540733 6.04303 0.481733 6.06633C-0.395177 6.59123 0.0779621 6.82823 0.692032 7.52463C0.786532 7.65183 0.894732 7.76843 1.01513 7.87053C1.16753 7.97713 1.30993 8.09903 1.44023 8.23243C1.54273 8.32663 1.66353 8.39883 1.79523 8.44423C1.92683 8.48973 2.06633 8.50763 2.20523 8.49673C2.45513 8.50133 2.70503 8.48843 2.95343 8.45713C5.73893 8.03813 8.59833 8.07163 11.4059 7.80043C11.7998 7.76233 12.1892 7.70823 12.5747 7.63883C12.7758 7.60463 13.0136 7.53063 13.0158 7.36463C13.0158 7.15273 13.473 6.76263 13.4082 6.66513C13.089 6.19053 13.7816 6.27273 13.5461 5.80113C13.4773 5.68143 13.3757 5.58383 13.2532 5.52003C13.1308 5.45613 12.9926 5.42863 12.8551 5.44073C11.8387 5.38823 9.14463 5.16653 9.09743 5.13603C9.04573 5.10453 8.98563 5.08963 8.92523 5.09333C7.04863 5.15053 5.17283 5.20763 3.30693 5.36533C3.23473 5.38153 3.16433 5.40483 3.09663 5.43463' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  height: 32px;
  padding: 8px 10px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.faq__icon svg {
  width: 100%;
  height: 100%;
}

/*
|--------------------------------------------------------------------------
| Article
|--------------------------------------------------------------------------
*/
.article {
  background: var(--fight-surface-subdued);
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .article {
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 20px;
  }
}
.article__headerTitle {
  margin-bottom: 18px;
}
.article__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  content-visibility: auto;
}
.article__body h1 {
  margin-bottom: 18px;
}
.article__body h2, .article__body h3, .article__body h4, .article__body h5, .article__body h6 {
  margin-bottom: 15px;
}
.article__body p {
  margin-bottom: 15px;
}
.article__body ol {
  counter-reset: point;
  margin-left: 30px;
  margin-bottom: 20px;
}
.article__body ol > li {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}
.article__body ol > li > ul {
  margin-top: 16px;
}
.article__body ol > li:before {
  content: counter(point);
  counter-increment: point 1;
  width: 18px;
  height: 18px;
  background: var(--fight-primary);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article__body ol > li::marker {
  width: 18px;
  height: 18px;
}
.article__body ul:not([class]) {
  margin-left: 20px;
  margin-bottom: 20px;
}
.article__body ul:not([class]) > li {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}
.article__body ul:not([class]) > li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--fight-primary);
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article__body ul:not([class]) > li::marker {
  width: 8px;
  height: 8px;
}
.article__body table {
  border: none !important;
  border-collapse: collapse;
  margin: 0 0 25px;
  width: 100%;
}
.article__body table thead tr {
  background: rgba(231, 236, 245, 0.06);
}
.article__body table tr:nth-child(even) {
  background: rgba(231, 236, 245, 0.06);
}
.article__body table th {
  text-align: left;
}
.article__body table td, .article__body table th {
  border: none;
  padding: 12px 25px;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  .article__body table td, .article__body table th {
    padding: 10px;
    min-width: 10rem;
  }
}
.article__body table td:first-child, .article__body table th:first-child {
  border-radius: 8px 0 0 8px;
}
.article__body table td:last-child, .article__body table th:last-child {
  border-radius: 0 8px 8px 0;
}

/*
|--------------------------------------------------------------------------
| Empty State
|--------------------------------------------------------------------------
*/
.empty-state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
}
.empty-state__img {
  height: 80px;
  width: 80px;
}
.empty-state__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.33px;
  color: #fff;
  margin-top: 20px;
}
.empty-state__subTitle {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: hsla(0, 0%, 100%, 0.8);
  margin-top: 10px;
}
.empty-state__button {
  margin-top: 20px;
}

/*
|--------------------------------------------------------------------------
| paginator
|--------------------------------------------------------------------------
*/
.paginator {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.paginator__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
}
.paginator__item:first-child {
  margin-right: auto;
}
.paginator__item:first-child .paginator__link {
  width: auto;
  border-radius: 6px;
  padding: 2px 8px;
}
.paginator__item:first-child .paginator__link span {
  margin-left: 6px;
}
.paginator__item:last-child {
  margin-left: auto;
}
.paginator__item:last-child .paginator__link {
  width: auto;
  border-radius: 6px;
  padding: 2px 8px;
}
.paginator__item:last-child .paginator__link span {
  margin-right: 6px;
}
.paginator__item--disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
.paginator__item--active .paginator__link {
  color: #fff;
}
.paginator__item--active .paginator__link:hover, .paginator__item--active .paginator__link:focus {
  color: #fff;
}
.paginator__link {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  -webkit-transition: all 0.175s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.175s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(transparent));
  background-image: -webkit-linear-gradient(bottom, transparent, transparent);
  background-image: linear-gradient(0deg, transparent, transparent);
  background-color: #1f2841;
}
.paginator__link:hover, .paginator__link:focus {
  color: #fff;
  background-color: #202735;
  opacity: 0.8;
}
@media (min-width: 992px) {
  .paginator__link {
    border-radius: 12px;
  }
}
@media (min-width: 992px) {
  .paginator__link {
    width: 40px;
    height: 40px;
  }
}
.paginator__link svg {
  width: 20px;
}
.paginator__link span {
  display: none;
}
@media (min-width: 992px) {
  .paginator__link span {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .paginator--desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  .paginator--mobile {
    display: none;
  }
}

/*
|--------------------------------------------------------------------------
| Lang selector
|--------------------------------------------------------------------------
*/
.lang-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lang-selector__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 40px;
  padding: 10px 12px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.lang-selector__button:hover, .lang-selector__button:focus {
  background: #282842;
}
.lang-selector__flag {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.lang-selector__flag img {
  display: block;
  width: 100%;
  height: 100%;
}
.lang-selector__text {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding-left: 10px;
}
.lang-selector__icon {
  margin-left: 3px;
  width: 16px;
  height: 16px;
}

/*
|--------------------------------------------------------------------------
| Not found
|--------------------------------------------------------------------------
*/
.not-found {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 40px 0;
}
.not-found__img {
  width: 80%;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .not-found__img {
    width: 35%;
  }
}
.not-found__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.not-found p {
  font-size: 18px;
  margin-bottom: 2rem;
}

/*
|--------------------------------------------------------------------------
| Entry
|--------------------------------------------------------------------------
*/
.entry {
  padding: 0 0 20px;
}
.entry h1 {
  font-size: 32px;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .entry h1 {
    font-size: 42px;
  }
}
.entry p {
  line-height: 1.5;
}
@media (min-width: 768px) {
  .entry p {
    font-size: 18px;
  }
}

/*
|--------------------------------------------------------------------------
| Sitemap
|--------------------------------------------------------------------------
*/
.sitemap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 768px) {
  .sitemap {
    grid-template-columns: 1fr 1fr;
  }
}
.sitemap__groupTitle {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.sitemap__list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}
.sitemap__item + .sitemap__item {
  margin-top: 0.5rem;
}
.sitemap__link {
  color: #fff;
  background: #282842;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  height: 30px;
}
.sitemap__link:hover, .sitemap__link:focus {
  color: #fff;
  opacity: 0.8;
}
.sitemap__link--img {
  height: auto;
}
.sitemap__icon {
  width: 12px;
  height: 12px;
  margin-left: auto;
}
.sitemap__text > img {
  height: 14px;
}

/*
|--------------------------------------------------------------------------
| Brands
|--------------------------------------------------------------------------
*/
.brands__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #282842;
  padding: 10px 12px;
}
@media (min-width: 768px) {
  .brands__header {
    padding: 10px 20px;
  }
}
.brands__headerCol:nth-child(1) {
  width: 45%;
}
@media (min-width: 768px) {
  .brands__headerCol:nth-child(1) {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .brands__headerCol:nth-child(1) {
    width: 20%;
  }
}
.brands__headerCol:nth-child(2) {
  display: none;
}
@media (min-width: 768px) {
  .brands__headerCol:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 23%;
  }
}
@media (min-width: 1200px) {
  .brands__headerCol:nth-child(2) {
    width: 18%;
  }
}
.brands__headerCol:nth-child(3) {
  width: 40%;
}
@media (min-width: 768px) {
  .brands__headerCol:nth-child(3) {
    width: 37%;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .brands__headerCol:nth-child(3) {
    width: 42%;
    text-align: left;
  }
}
.brands__headerCol:nth-child(4) {
  width: 120px;
}
.brands__body {
  margin-bottom: 24px;
}
.brands__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #282842;
  margin-top: 0.2rem;
  padding: 12px;
}
.brands__img {
  width: 80px;
}
@media (min-width: 768px) {
  .brands__img {
    width: 100px;
  }
}
.brands__title {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 6px;
}
@media (min-width: 768px) {
  .brands__title {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .brands__title {
    width: 18%;
  }
}
@media (min-width: 768px) {
  .brands__rating--mobile {
    display: none;
  }
}
.brands__rating {
  display: none;
}
@media (min-width: 768px) {
  .brands__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 23%;
  }
}
@media (min-width: 1200px) {
  .brands__rating {
    width: 20%;
  }
}
.brands__bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: 40%;
}
@media (min-width: 768px) {
  .brands__bonus {
    gap: 12px;
    width: 37%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1200px) {
  .brands__bonus {
    width: 42%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.brands__bonusDesc {
  gap: 4px;
}
@media (min-width: 768px) {
  .brands__bonusDesc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
}
.brands__bonusTitle {
  display: none;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .brands__bonusTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.brands__bonusText {
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  margin-top: 0.2rem;
  margin-left: 0.2rem;
}
@media (min-width: 768px) {
  .brands__bonusText {
    font-size: 18px;
    display: none;
  }
}
.brands__icon {
  width: 24px;
  height: 24px;
}
.brands__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.brands__actions {
  margin-left: auto;
}
.brands__button {
  font-size: 14px;
  width: 80px;
  height: 36px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .brands__button {
    width: auto;
    height: 40px;
  }
}
.brands p {
  font-size: 17px;
  line-height: 1.8;
}
.brands p + p {
  margin-top: 1rem;
}

/*
|--------------------------------------------------------------------------
| Aside card
|--------------------------------------------------------------------------
*/
.aside-card + .aside-card {
  margin-top: 1rem;
}
.aside-card__header {
  background: #282842;
  padding: 16px 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.aside-card__headerTitle {
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
}
.aside-card__headerLink {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-transform: uppercase;
}
.aside-card__headerLink:hover, .aside-card__headerLink:focus {
  color: #D42E3B;
}
.aside-card__headerLink svg {
  width: 20px;
  height: 20px;
}
.aside-card__skewedHeader {
  background: #D42E3B;
  padding: 4px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  height: 32px;
  margin: 0 6px 4px;
}
.aside-card__skewedHeader span {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  letter-spacing: 1px;
}
.aside-card__section {
  background: #282842;
  padding: 16px;
}

/*
|--------------------------------------------------------------------------
| Countdown
|--------------------------------------------------------------------------
*/
.countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
.countdown__item {
  text-align: center;
  position: relative;
}
.countdown__item:before {
  content: "";
  position: absolute;
  top: 35%;
  right: -37%;
  width: 4px;
  height: 4px;
  background: #fff;
}
.countdown__item:after {
  content: "";
  position: absolute;
  top: 55%;
  right: -37%;
  width: 4px;
  height: 4px;
  background: #fff;
}
.countdown__item:last-child:before, .countdown__item:last-child:after {
  display: none;
}
.countdown__title {
  font-size: 44px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  font-family: "UniversCondensed-Medium", sans-serif;
}

/*
|--------------------------------------------------------------------------
| Fight Teaser
|--------------------------------------------------------------------------
*/
.fight-teaser__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.fight-teaser__item {
  position: relative;
  background: #191928;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 0;
  padding: 16px 16px 0;
}
.fight-teaser__item:hover:before, .fight-teaser__item:focus:before {
  opacity: 0.8;
}
.fight-teaser__item:before {
  content: "";
  position: absolute;
  left: -20%;
  right: -20%;
  bottom: -50%;
  background-image: -webkit-radial-gradient(circle closest-side, rgb(236, 29, 45) 0%, rgba(236, 29, 45, 0.56) 34%, rgba(19, 26, 53, 0) 100%);
  background-image: radial-gradient(circle closest-side, rgb(236, 29, 45) 0%, rgba(236, 29, 45, 0.56) 34%, rgba(19, 26, 53, 0) 100%);
  height: 140%;
  opacity: 0.3;
  z-index: -1;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.fight-teaser__item:after {
  content: "";
  position: absolute;
  top: 0;
  right: -3em;
  width: 0;
  height: 0;
  border-left: 38px solid transparent;
  border-bottom: 38px solid transparent;
  border-top: 32px solid transparent;
  border-right: 32px solid #282842;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  z-index: 2;
}
@media (min-width: 1200px) {
  .fight-teaser__item:after {
    right: -25%;
  }
}
.fight-teaser__versus {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 0;
}
.fight-teaser__info {
  font-weight: 600;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

/*
|--------------------------------------------------------------------------
| Top brands
|--------------------------------------------------------------------------
*/
.top-brands__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-brands__item + .top-brands__item {
  margin-top: 1rem;
}
.top-brands__cover {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px;
  position: relative;
  background-color: #191928;
  overflow: hidden;
}
.top-brands__cover:after {
  content: "";
  position: absolute;
  top: 0;
  right: -40%;
  width: 0;
  height: 0;
  border-left: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-top: 22px solid transparent;
  border-right: 22px solid #282842;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  z-index: 2;
}
.top-brands__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-left: 40px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
.top-brands__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  height: 80px;
  width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #1A1A2E;
}
.top-brands__bonus {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  gap: 6px;
  margin-bottom: 0.8rem;
}
.top-brands__button {
  height: 32px;
}

/*
|--------------------------------------------------------------------------
| Main Fight
|--------------------------------------------------------------------------
*/
.main-fight {
  padding: 40px 0;
}

/*
|--------------------------------------------------------------------------
| Section
|--------------------------------------------------------------------------
*/
.section {
  padding: 30px 0;
}
.section p {
  font-size: 17px;
  line-height: 1.8;
}
.section p + p {
  margin-top: 1rem;
}
.section img + p {
  margin-top: 20px;
}
.section p + img,
.section p + picture {
  margin-top: 24px;
  display: block;
}
.section p + ul {
  margin-top: 16px;
}
.section h3, .section h4, .section h5, .section h6 {
  margin: 20px 0 12px;
  line-height: 1.2;
}
.section h3 {
  font-size: 26px;
}
.section ol {
  counter-reset: point;
  margin: 1.2em 0;
  padding: 0;
  list-style: none;
  font-size: 17px;
  line-height: 1.8;
}
.section ol > li {
  margin: 0.3em 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section ol > li:before {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  content: counter(point);
  counter-increment: point 1;
  display: inline-block;
  margin-top: 0.3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  top: 3px;
  margin-right: 12px;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: rgb(255, 152, 0);
  color: #fff;
  border-radius: 50%;
}
.section > ul {
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 1.8;
}
@media (min-width: 992px) {
  .section > ul {
    margin-bottom: 16px;
  }
}
.section > ul li {
  position: relative;
  line-height: 1.2;
  padding-left: 35px;
}
.section > ul li::before {
  content: "";
  position: absolute;
  border: 2px solid rgb(255, 152, 0);
  border-radius: 50%;
  top: 7px;
  left: 12px;
  width: 12px;
  height: 12px;
}
.section > ul li > ul {
  margin-top: 1rem;
}
.section > ul li + li {
  margin-top: 12px;
}
@media (min-width: 992px) {
  .section > ul li + li {
    margin-top: 16px;
  }
}
.section table {
  border: 0;
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.section table thead {
  background: #282842;
  text-align: left;
}
.section table th, .section table td {
  font-size: var(--fight-font-size-3);
  padding: 12px;
  text-align: left;
  line-height: 1.4;
}
.section table tr:nth-child(even) {
  background: #282842;
}
.section table th {
  font-weight: 700;
}
.section__table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding-bottom: 10px;
  margin-bottom: 12px;
  margin-top: 16px;
}
@media (min-width: 992px) {
  .section__table {
    margin-bottom: 16px;
  }
}
.section__table table {
  width: 100%;
}
.section__table table th, .section__table table td {
  padding: 12px;
}

/*
|--------------------------------------------------------------------------
| Section Header
|--------------------------------------------------------------------------
*/
.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid #282842;
  gap: 16px;
}
@media (min-width: 768px) {
  .section-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.section-header__subtitle {
  background: #D42E3B;
  padding: 4px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  height: 26px;
  margin: 0 6px 5px;
}
.section-header__subtitle span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  letter-spacing: 1px;
}
.section-header__title {
  font-size: 26px;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .section-header__title {
    font-size: 32px;
  }
}
.section-header__button {
  height: 42px;
  width: 160px;
}

/*
|--------------------------------------------------------------------------
| Preliminary Fights
|--------------------------------------------------------------------------
*/
.preliminary-fights {
  padding: 0 0 30px;
}
.preliminary-fights__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 6px;
}
.preliminary-fights__item {
  background-color: #282842;
}
.preliminary-fights__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 12px;
}
@media (min-width: 768px) {
  .preliminary-fights__row {
    gap: 36px;
  }
}
.preliminary-fights__fighter {
  font-family: "HalvarBreit-XBdSlanted", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .preliminary-fights__fighter {
    font-size: 21px;
  }
}
.preliminary-fights__fighter:first-child {
  text-align: right;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
  width: 40%;
}
.preliminary-fights__fighter:last-child {
  text-align: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
  width: 40%;
}
.preliminary-fights__versus {
  font-family: "HalvarBreit-XBdSlanted", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  line-height: 1;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  padding: 2px 5px;
}
.preliminary-fights__versus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #D42E3B;
  width: 100%;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  height: 22px;
  z-index: -1;
}
.preliminary-fights__title {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  padding: 16px 12px 0;
  letter-spacing: 1px;
}

/*
|--------------------------------------------------------------------------
| Responsive Iframe
|--------------------------------------------------------------------------
*/
.responsive-iframe {
  position: relative;
  padding-bottom: 56.25%;
  margin: 1rem 0;
}
.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-iframe img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.responsive-iframe__button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 68px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%25' version='1.1' viewBox='0 0 68 48' width='100%25'%3E%3Cpath class='ytp-large-play-button-bg' d='M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z' fill='%23f00'%3E%3C/path%3E%3Cpath d='M 45,24 27,14 27,34' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
}

/*
|--------------------------------------------------------------------------
| Info
|--------------------------------------------------------------------------
*/
.info {
  padding: 30px 0;
}
.info__row {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 992px) {
  .info__row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.info__item {
  text-align: center;
  background: #282842;
  padding: 16px;
}
.info__img {
  width: 60px;
  margin: 0 auto;
}
.info__title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0.5rem;
}
.info__desc {
  line-height: 1.5;
}

/*
|--------------------------------------------------------------------------
| Fighter Teaser
|--------------------------------------------------------------------------
*/
.fighter-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 20px;
}
@media (min-width: 768px) {
  .fighter-teaser {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.fighter-teaser__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 135px;
          flex: 0 0 135px;
  max-width: 135px;
}
.fighter-teaser__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  padding-top: 4%;
  gap: 20px;
}
@media (min-width: 768px) {
  .fighter-teaser__content {
    padding-left: 10px;
    gap: 6px;
  }
}
.fighter-teaser__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
@media (min-width: 768px) {
  .fighter-teaser__item {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background: #282842;
  }
}
.fighter-teaser__results {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .fighter-teaser__results {
    width: 42px;
    max-width: 42px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 16px 12px;
  }
}
.fighter-teaser__results--win {
  background-color: #080;
}
.fighter-teaser__results--lose {
  background-color: #c70300;
}
.fighter-teaser__info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding: 10px 8px 8px;
  background: #282842;
}
@media (min-width: 768px) {
  .fighter-teaser__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: auto;
    background-color: transparent;
  }
}
@media (min-width: 768px) {
  .fighter-teaser__info:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .fighter-teaser__info:nth-child(4) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
.fighter-teaser__name {
  font-weight: 600;
  line-height: 1.1;
}
.fighter-teaser__desc {
  font-size: 15px;
  line-height: 1.3;
  text-align: right;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .fighter-teaser__desc {
    text-align: left;
  }
}

/*
|--------------------------------------------------------------------------
| Compare
|--------------------------------------------------------------------------
*/
.compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 20px;
}
@media (min-width: 768px) {
  .compare {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.compare__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 135px;
          flex: 0 0 135px;
  max-width: 135px;
}
.compare__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  padding-top: 3%;
  gap: 20px;
}
@media (min-width: 768px) {
  .compare__content {
    padding-left: 10px;
    gap: 6px;
  }
}

/*
|--------------------------------------------------------------------------
| Offer
|--------------------------------------------------------------------------
*/
.offer__list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}
.offer__item {
  background-color: #282842;
  padding: 12px 16px;
}
.offer__item + .offer__item {
  margin-top: 4px;
}
.offer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .offer__header {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.offer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offer__logo {
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  position: relative;
  background-color: #191928;
  overflow: hidden;
}
@media (min-width: 768px) {
  .offer__logo {
    width: 113px;
  }
}
.offer__desc {
  padding-left: 12px;
}
.offer__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.offer__bonus {
  font-size: 18px;
  color: #E5B045;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0.3rem;
}
.offer__button {
  font-size: 14px;
  height: 36px;
  margin-top: 1rem;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .offer__button {
    width: auto;
    height: 40px;
    margin-left: auto;
    margin-top: 0;
  }
}
.offer__coefficient {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .offer__coefficient {
    gap: 16px;
  }
}
.offer__coefficientItem {
  text-align: center;
}
.offer__coefficientTitle {
  font-size: 15px;
  font-weight: 500;
}
.offer__coefficientLink {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  height: 36px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px 12px;
  background-color: #c58400;
}
.offer__coefficientLink:hover, .offer__coefficientLink:focus {
  background-color: #cc9d3e;
}

/*
|--------------------------------------------------------------------------
| Footer
|--------------------------------------------------------------------------
*/
.footer {
  background: #191928;
  margin-top: 4rem;
}
.footer__container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
.footer__main {
  padding: 42px 0;
  display: grid;
  gap: 40px;
  border-bottom: 1px solid #6c6c6c;
}
@media (min-width: 992px) {
  .footer__main {
    display: grid;
    grid-template-columns: 0.5fr 1fr 0.5fr;
  }
}
@media (max-width: 767.98px) {
  .footer .logo {
    margin: 0 auto;
  }
}
.footer__text {
  font-size: var(--fight-font-size-2);
  color: #b5b5b5;
  line-height: 20px;
  max-width: 230px;
  width: 100%;
  margin: 16px auto 0;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__text {
    margin: 16px 0 0;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .footer__text {
    max-width: none;
  }
}
.footer__rightCol {
  width: 100%;
}
.footer__navigation {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media (min-width: 992px) {
  .footer__navigation {
    grid-column: span 1/span 1;
    -webkit-column-gap: 55px;
       -moz-column-gap: 55px;
            column-gap: 55px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
.footer__navigationGroup {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 40px;
}
.footer__navigationTitle {
  font-size: var(--fight-font-size-3);
  color: var(--fight-text-pale);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.008em;
  line-height: 1.44;
  margin-bottom: 16px;
  display: block;
}
.footer__navigationMenu {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}
.footer__navigationMenu li {
  margin-bottom: 12px;
}
.footer__navigationLink {
  font-size: var(--fight-font-size-3);
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.025em;
  line-height: 1.3;
  outline: none;
}
.footer__navigationLink:hover, .footer__navigationLink:focus {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}
.footer__navigationLink:active {
  color: #fff;
  text-decoration: underline;
}
.footer__middle {
  border-top: 1px solid #6c6c6c;
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .footer__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 767.98px) {
  .footer__social {
    margin: 0 auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.footer__menuList {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .footer__menuList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
    margin-right: 2rem;
  }
}
.footer__menuLink {
  font-size: var(--fight-font-size-3);
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.025em;
  line-height: 1.3;
  outline: none;
}
.footer__menuLink:hover, .footer__menuLink:focus {
  color: #fff;
  text-decoration: underline;
}
.footer__menuLink:active {
  color: #fff;
  text-decoration: underline;
}
.footer__langSelector {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .footer__langSelector {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .footer__langSelector {
    margin-top: 16px;
  }
}
.footer__description {
  font-size: var(--fight-font-size-3);
  text-align: center;
  padding: 1rem 0 2rem;
  line-height: 24px;
  color: var(--fight-text-subdued);
}
.footer__copyright {
  font-size: var(--fight-font-size-3);
  color: rgba(255, 255, 255, 0.4);
  line-height: 20px;
  text-align: center;
  background-color: #18181b;
  padding: 12px 0;
}

/*
|--------------------------------------------------------------------------
| helpers
|--------------------------------------------------------------------------
*/
.visually-hidden {
  position: absolute !important;
  top: 0;
  width: 0.0625rem !important;
  height: 0.0625rem !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}