/*! 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;
  -webkit-text-size-adjust: 100%;
}

/* 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 {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * * 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;
  font-size: 1em;
}

/**
 * * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * * 1. Remove the inheritance of text transform in Firefox.
 * */
button,
select {
  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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * * 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] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * * 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;
  outline-offset: -2px;
}

/**
 * * 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;
  font: inherit;
}

/* 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;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  min-height: 100%;
  background: #2B2B2B;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body.hidden-scroll {
  overflow: hidden;
  scrollbar-width: none;
}
body.hidden-scroll::-webkit-scrollbar {
  display: none;
}

@font-face {
  font-family: "Onest";
  src: url("/fonts/onest/Onest-Medium.woff2") format("woff2"), url("/fonts/onest/Onest-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("/fonts/onest/Onest-Thin.woff2") format("woff2"), url("/fonts/onest/Onest-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("/fonts/onest/Onest-Light.woff2") format("woff2"), url("/fonts/onest/Onest-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("/fonts/onest/Onest-Regular.woff2") format("woff2"), url("/fonts/onest/Onest-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("/fonts/onest/Onest-SemiBold.woff2") format("woff2"), url("/fonts/onest/Onest-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("/fonts/onest/Onest-Bold.woff2") format("woff2"), url("/fonts/onest/Onest-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("/fonts/onest/Onest-ExtraLight.woff2") format("woff2"), url("/fonts/onest/Onest-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("/fonts/onest/Onest-ExtraBold.woff2") format("woff2"), url("/fonts/onest/Onest-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("/fonts/onest/Onest-Black.woff2") format("woff2"), url("/fonts/onest/Onest-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html {
  -webkit-font-smoothing: antialiased;
  font-size: 0.5208333333vw;
}

body {
  font-weight: 400;
  line-height: 1;
  font-family: "Onest", sans-serif;
  color: #ffffff;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-optical-sizing: auto;
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}
p b {
  font-weight: bold;
}
p i {
  font-style: italic;
}

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

table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-spacing: 0;
}
table tr th,
table tr td {
  padding: 0;
  margin: 0;
  text-align: left;
  border: none;
}
table th:last-child,
table td:last-child {
  margin-bottom: 0;
}

input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password] {
  user-select: none;
}

textarea {
  user-select: none;
}

label,
legend {
  user-select: none;
  display: block;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox],
input[type=radio] {
  display: block;
  user-select: none;
}

select {
  user-select: none;
}
select option {
  user-select: none;
}

iframe {
  display: block;
  width: 100%;
  height: auto;
}

.bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  display: none;
}
.bg.show {
  display: block;
}
.bg:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg--main {
  height: 100vh;
}
.bg--main::after {
  background-image: url("/img/bg/main.webp");
}
.bg--aggressor {
  height: 100%;
}
.bg--aggressor::after {
  background-image: url("/img/bg/aggressor.webp");
}
.bg--strategist {
  height: 100%;
}
.bg--strategist::after {
  background-image: url("/img/bg/strategist.webp");
}
.bg__img {
  z-index: 2;
  display: block;
  position: absolute;
  object-fit: contain;
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 0.62s ease-in-out, opacity 0.62s ease-in-out;
}
.bg__img--first {
  width: 36.5rem;
  height: 75.7rem;
  left: 6.1rem;
  bottom: 0;
  transform: translate3d(-2rem, 0, 0);
  animation: BgFirstLeftOpacityFadeIn 0.3s ease-in-out forwards;
}
@media (min-width: 2560px) {
  .bg__img--first {
    width: 365px;
    height: 757px;
    left: 61px;
    transform: translate3d(-20px, 0, 0);
  }
}
.bg__img--second {
  width: 50.8rem;
  height: 89.6rem;
  aspect-ratio: 127/224;
  right: 6.1rem;
  bottom: -2.2rem;
  transform: translate3d(2rem, 0, 0);
  animation: BgSecondRightOpacityFadeIn 0.3s ease-in-out forwards;
}
@media (min-width: 2560px) {
  .bg__img--second {
    width: 508px;
    height: 896px;
    right: 61px;
    bottom: -22px;
    transform: translate3d(20px, 0, 0);
  }
}
.bg__img--third {
  width: 55.9rem;
  height: 115.8rem;
  left: 7.6rem;
  bottom: -35.8rem;
  transform: translate3d(-2rem, 0, 0);
  animation: BgThirdLeftOpacityFadeIn 0.3s ease-in-out forwards;
}
@media (min-width: 2560px) {
  .bg__img--third {
    width: 559px;
    height: 1158px;
    left: 76px;
    bottom: -358px;
    transform: translate3d(-20px, 0, 0);
  }
}
.bg__img--fourth {
  width: 64.6rem;
  height: 114rem;
  aspect-ratio: 17/30;
  right: 0;
  bottom: 0;
  transform: translate3d(-2rem, 0, 0);
  animation: BgFourthRightOpacityFadeIn 0.3s ease-in-out forwards;
}
@media (min-width: 2560px) {
  .bg__img--fourth {
    width: 646px;
    height: 1140px;
    right: 0;
    bottom: 0;
    transform: translate3d(-20px, 0, 0);
  }
}

@keyframes BgFirstLeftOpacityFadeIn {
  0% {
    opacity: 0;
    transform: translate3d(-2rem, 0, 0);
    @media (min-width: 2560px) {
      transform: translate3d(-20px, 0, 0);
    }
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    @media (min-width: 2560px) {
      transform: translate3d(0, 0, 0);
    }
  }
}
@keyframes BgSecondRightOpacityFadeIn {
  0% {
    opacity: 0;
    transform: translate3d(2rem, 0, 0);
    @media (min-width: 2560px) {
      transform: translate3d(20px, 0, 0);
    }
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    @media (min-width: 2560px) {
      transform: translate3d(0, 0, 0);
    }
  }
}
@keyframes BgThirdLeftOpacityFadeIn {
  0% {
    opacity: 0;
    transform: translate3d(-2rem, 0, 0);
    @media (min-width: 2560px) {
      transform: translate3d(-20px, 0, 0);
    }
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    @media (min-width: 2560px) {
      transform: translate3d(0, 0, 0);
    }
  }
}
@keyframes BgFourthRightOpacityFadeIn {
  0% {
    opacity: 0;
    transform: translate3d(2rem, 0, 0);
    @media (min-width: 2560px) {
      transform: translate3d(20px, 0, 0);
    }
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    @media (min-width: 2560px) {
      transform: translate3d(0, 0, 0);
    }
  }
}
.cookies-policy-banner {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  position: fixed;
  width: 100%;
  color: #fff;
  font-weight: 400;
  padding: 3rem 2rem;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}
@media (min-width: 2560px) {
  .cookies-policy-banner {
    padding: 30px 20px;
  }
}
@media (max-width: 992px) {
  .cookies-policy-banner {
    padding: 30px 20px;
  }
}
@media (max-width: 660px) {
  .cookies-policy-banner {
    padding: 20px 20px;
  }
}
.cookies-policy-banner.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.cookies-policy-banner__inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 59.54vw;
  width: 100%;
}
@media (max-width: 992px) {
  .cookies-policy-banner__inner {
    max-width: 100vw;
    flex-direction: column;
    gap: 20px;
  }
}
.cookies-policy-banner__text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 49.29vw;
  width: 100%;
}
@media (max-width: 992px) {
  .cookies-policy-banner__text {
    max-width: 100%;
  }
}
.cookies-policy-banner__title {
  font-size: 1.15vw;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cookies-policy-banner__title {
    font-size: 12px;
  }
}
.cookies-policy-banner__description {
  color: #fff;
  text-align: left;
  line-height: 1.3vw;
  font-size: 0.78vw;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cookies-policy-banner__description {
    font-size: 12px;
    line-height: 1.3;
  }
}
.cookies-policy-banner__link {
  color: #fff;
  display: inline;
  margin-left: 0.1vw;
}
.cookies-policy-banner__link:hover {
  text-decoration: none;
}
.cookies-policy-banner__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.cookies-policy-banner__button {
  align-items: center;
  background-color: #526977;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.83vw;
  font-weight: 700;
  height: 2.92vw;
  justify-content: center;
  min-width: 7.81vw;
  padding: 0 0.78vw;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  border: none;
  position: relative;
}
@media (max-width: 992px) {
  .cookies-policy-banner__button {
    font-size: 13px;
    font-weight: 700;
    height: 34px;
    min-width: 86px;
    padding: 0 12px;
  }
}
.cookies-policy-banner__button:hover {
  background-color: rgba(82, 105, 119, 0.5);
}
.cookies-policy-banner__button-content {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.grid {
  min-height: 100vh;
  display: none;
  flex-direction: column;
  position: relative;
}
@media (max-width: 768px) {
  .grid {
    min-height: auto;
  }
}
.grid--quiz {
  justify-content: center;
  align-items: center;
}
.grid--result {
  justify-content: flex-start;
}
.grid--result [data-stage]:not(.show) {
  display: none;
}
.grid.show {
  display: flex;
}

.header {
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (min-width: 2560px) {
  .header {
    padding: 40px 0;
  }
}
@media (max-width: 1100px) {
  .header {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .header {
    position: relative;
    left: auto;
    top: auto;
  }
}
.header--normal-flow {
  position: relative;
  left: auto;
  top: auto;
}
.header__logo {
  user-select: none;
  border: none;
  outline: none;
  background: none;
  width: auto;
  height: 5rem;
  min-height: 30px;
  cursor: pointer;
  opacity: 0;
  transform: translate3d(0, -1rem, 0);
  will-change: opacity, transform;
  animation: logoHeaderOpacityTransformFadeIn 0.62s ease-out forwards;
}
@media (min-width: 2560px) {
  .header__logo {
    height: 50px;
  }
}
@media (max-width: 1100px) {
  .header__logo {
    height: 40px;
  }
}
@media (max-width: 660px) {
  .header__logo {
    height: 37.5px;
  }
}
.header__logo:hover {
  opacity: 0.8;
}
.header__logo-picture {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.header__logo-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

@keyframes logoHeaderOpacityTransformFadeIn {
  0% {
    opacity: 0;
    transform: translate3d(0, -1rem, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.text-block__container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 2rem 2rem;
}
@media (min-width: 2560px) {
  .text-block__container {
    max-width: 1000px;
    padding: 20px 20px;
  }
}
@media (max-width: 1100px) {
  .text-block__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .text-block__container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 660px) {
  .text-block__container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.text-block__title {
  font: 600 48px/1.2 "Onest", sans-serif;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .text-block__title {
    font-size: 32px;
  }
}
@media (max-width: 400px) {
  .text-block__title {
    margin-bottom: 28px;
  }
}
.text-block__content h2 {
  font: 600 24px/1.3 "Onest", sans-serif;
  color: #FFFFFF;
  margin: 40px 0 20px 0;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .text-block__content h2 {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .text-block__content h2 {
    margin: 30px 0 18px 0;
  }
}
.text-block__content h2:first-of-type {
  margin-top: 0;
}
.text-block__content h3 {
  font: 600 20px/1.3 "Onest", sans-serif;
  color: #FFFFFF;
  margin: 30px 0 15px 0;
}
@media (max-width: 992px) {
  .text-block__content h3 {
    font-size: 16px;
  }
}
.text-block__content p {
  font: 400 16px/1.6 "Onest", sans-serif;
  color: #fff;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .text-block__content p {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .text-block__content p {
    margin-bottom: 12px;
  }
}
.text-block__content p:last-child {
  margin-bottom: 0;
}
.text-block__content p:first-of-type + h2 {
  margin-top: 40px;
}
@media (max-width: 400px) {
  .text-block__content p:first-of-type + h2 {
    margin-top: 30px;
  }
}
.text-block__content p:first-of-type + h3 {
  margin-top: 30px;
}
.text-block__content ul, .text-block__content ol {
  margin: 16px 0;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .text-block__content ul, .text-block__content ol {
    padding-left: 16px;
  }
}
@media (max-width: 400px) {
  .text-block__content ul, .text-block__content ol {
    margin: 14px 0;
  }
}
.text-block__content li {
  font: 400 16px/1.6 "Onest", sans-serif;
  color: #fff;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .text-block__content li {
    font-size: 14px;
  }
}
.text-block__content li:last-child {
  margin-bottom: 0;
}
.text-block__content strong {
  font-weight: 600;
  color: #FFFFFF;
}

.footer {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2B2B2B;
  margin: auto 0 0 0;
  padding: 2.8rem 0 2.8rem;
  z-index: 4;
}
@media (min-width: 2560px) {
  .footer {
    padding: 28px 0 28px;
  }
}
@media (max-width: 1100px) {
  .footer {
    padding: 30px 0 30px;
  }
}
.footer__container {
  width: 100%;
  max-width: 1360px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 2100px) {
  .footer__container {
    max-width: 1800px;
  }
}
@media (max-width: 1024px) {
  .footer__container {
    max-width: 80vw;
  }
}
@media (max-width: 992px) {
  .footer__container {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .footer__container {
    max-width: 98vw;
  }
}
@media (max-width: 660px) {
  .footer__container {
    width: 100%;
    z-index: 2;
    padding: 0 20px;
  }
}
.footer__row {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1100px) {
  .footer__row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 660px) {
  .footer__row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.footer__col--left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1100px) {
  .footer__col--left {
    gap: 18px;
  }
}
.footer__col--center {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.footer__col--right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1100px) {
  .footer__col--right {
    align-items: center;
  }
}
.footer__links-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 992px) {
  .footer__links-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .footer__links-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.footer__link {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  font: 400 1.6rem/1 "Onest", sans-serif;
  white-space: nowrap;
  color: #FFF;
  text-decoration: none;
  will-change: color;
  transition: color 0.22s ease-in-out;
}
@media (min-width: 2560px) {
  .footer__link {
    font-size: 18px;
  }
}
@media (max-width: 1100px) {
  .footer__link {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .footer__link {
    font-size: 14px;
  }
}
@media (max-width: 660px) {
  .footer__link {
    white-space: nowrap;
    font-size: 13px;
  }
}
.footer__link:hover {
  color: #00E3FF;
}
.footer__link:after {
  content: "|";
  font: 400 16px/1 "Onest", sans-serif;
  color: #FFF;
  text-align: center;
  display: inline-flex;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .footer__link:after {
    display: none;
  }
}
.footer__link:last-child:after {
  display: none;
}
.footer__text {
  font: 400 1.2rem/1.4 "Onest", sans-serif;
  color: #FFF;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 2560px) {
  .footer__text {
    font-size: 12px;
  }
}
@media (max-width: 1100px) {
  .footer__text {
    font-size: 12px;
  }
}
.footer__text--align-left {
  text-align: left;
}
@media (max-width: 1100px) {
  .footer__text--align-left {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .footer__text--align-left br {
    display: none;
  }
}
.footer__text--align-right {
  text-align: right;
}
@media (max-width: 1100px) {
  .footer__text--align-right {
    text-align: center;
  }
}
.footer__text-link {
  font: 400 1.2rem/1.6 "Onest", sans-serif;
  color: #FFF;
  text-decoration: underline;
  will-change: color;
  transition: color 0.22s ease-in-out;
}
@media (min-width: 2560px) {
  .footer__text-link {
    font-size: 12px;
  }
}
@media (max-width: 1100px) {
  .footer__text-link {
    font-size: 12px;
  }
}
.footer__text-link:hover {
  color: #00E3FF;
}
.footer__switcher {
  width: 9.6rem;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 0.4rem;
  gap: 1.6rem;
  border-radius: 10rem;
  background: #141414;
}
@media (min-width: 2560px) {
  .footer__switcher {
    width: 96px;
    padding: 4px;
    gap: 16px;
    border-radius: 100px;
  }
}
@media (max-width: 1100px) {
  .footer__switcher {
    width: 96px;
    padding: 4px;
    gap: 4px;
    border-radius: 100px;
    justify-content: space-between;
    margin: 0 auto;
  }
}
.footer__switcher-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.4rem 0.3rem 0.4rem;
  gap: 1.6rem;
  border-radius: 10rem;
  opacity: 0.4;
  display: flex;
  width: 3.6rem;
  height: 3.6rem;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font: 600 2rem/1 "Onest", sans-serif;
  color: #FFF;
  text-transform: uppercase;
}
@media (min-width: 2560px) {
  .footer__switcher-item {
    padding: 5px 4px 3px 4px;
    gap: 16px;
    border-radius: 100px;
    width: 36px;
    height: 36px;
    font: 600 20px/1 "Onest", sans-serif;
  }
}
@media (max-width: 1100px) {
  .footer__switcher-item {
    padding: 5px 4px 3px 4px;
    gap: 16px;
    border-radius: 100px;
    width: 36px;
    height: 36px;
    font: 600 20px/1 "Onest", sans-serif;
  }
}
@media (max-width: 660px) {
  .footer__switcher-item {
    font-size: 16px;
    width: 90px;
  }
}
.footer__switcher-item--active {
  opacity: 1;
  background: #526977;
}
.footer__icon {
  width: 3.2rem;
  height: 3.2rem;
  margin: 2rem 0 0 0;
}
@media (min-width: 2560px) {
  .footer__icon {
    width: 32px;
    height: 32px;
    margin: 20px 0 0 0;
  }
}
@media (max-width: 1100px) {
  .footer__icon {
    width: 24px;
    height: 24px;
    margin: 16px 0 0 0;
  }
}

@keyframes footerButtonPulse {
  0%, 100% {
    transform: translate3d(-50%, -100%, 0) scale(1);
  }
  50% {
    transform: translate3d(-50%, -100%, 0) scale(1.1);
  }
}
.quiz {
  position: relative;
  z-index: 3;
  min-height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  opacity: 0;
  visibility: hidden;
  will-change: opacity, transform;
  animation: quizOpacityTransformFadeIn 0.62s ease-out forwards;
}
@media (min-width: 2560px) {
  .quiz {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .quiz {
    min-height: auto;
    padding: 100px 0;
  }
}
.quiz.show {
  opacity: 1;
  visibility: visible;
  display: flex;
}
.quiz__container {
  width: 87.2rem;
  background: linear-gradient(90deg, #000000 0%, #FFFFFF 100%);
  border-radius: 2rem;
  padding: 0.1rem;
}
@media (min-width: 2560px) {
  .quiz__container {
    width: 872px;
    border-radius: 20px;
    padding: 1px;
  }
}
@media (max-width: 1100px) {
  .quiz__container {
    width: 100%;
    max-width: 90vw;
  }
}
@media (max-width: 768px) {
  .quiz__container {
    width: 98vw;
    border-radius: 15px;
  }
}
@media (max-width: 660px) {
  .quiz__container {
    width: 100vw;
    border-radius: 10px;
    margin: 0 16px;
  }
}
.quiz__container-inner {
  width: 100%;
  background: #2b2b2b;
  padding: 4rem;
  border-radius: 2rem;
}
@media (min-width: 2560px) {
  .quiz__container-inner {
    padding: 40px;
    border-radius: 20px;
  }
}
@media (max-width: 992px) {
  .quiz__container-inner {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .quiz__container-inner {
    padding: 25px;
    border-radius: 15px;
  }
}
@media (max-width: 660px) {
  .quiz__container-inner {
    padding: 20px;
    border-radius: 10px;
  }
}
.quiz__step {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.quiz__step--active {
  display: flex;
  opacity: 1;
}
.quiz__title {
  text-align: center;
  margin-bottom: 1.2rem;
  font: 600 4rem/1.2 "Onest", sans-serif;
  color: #fff;
}
@media (min-width: 2560px) {
  .quiz__title {
    font-size: 40px;
    margin-bottom: 12px;
  }
}
@media (max-width: 992px) {
  .quiz__title {
    font-size: 25px;
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .quiz__title {
    font-size: 22px;
  }
}
@media (max-width: 660px) {
  .quiz__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.quiz__start-desc {
  font: 400 2.4rem/1.2 "Onest", sans-serif;
  text-align: center;
  margin-bottom: 4rem;
  color: #00E3FF;
}
@media (min-width: 2560px) {
  .quiz__start-desc {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .quiz__start-desc {
    font-size: 20px;
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .quiz__start-desc {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 660px) {
  .quiz__start-desc {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
.quiz__progress {
  width: 100%;
  display: flex;
  gap: 1.2rem;
  margin-bottom: 4rem;
}
@media (min-width: 2560px) {
  .quiz__progress {
    gap: 12px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1100px) {
  .quiz__progress {
    gap: 12px;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .quiz__progress {
    gap: 8px;
  }
}
@media (max-width: 660px) {
  .quiz__progress {
    gap: 6px;
  }
}
.quiz__progress-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media (min-width: 2560px) {
  .quiz__progress-item {
    gap: 8px;
  }
}
@media (max-width: 1100px) {
  .quiz__progress-item {
    gap: 8px;
  }
}
@media (max-width: 992px) {
  .quiz__progress-item {
    gap: 6px;
  }
}
@media (max-width: 660px) {
  .quiz__progress-item {
    gap: 4px;
  }
}
.quiz__progress-label {
  font: 400 1.6rem/1 "Onest", sans-serif;
  text-align: center;
  color: #fff;
}
@media (min-width: 2560px) {
  .quiz__progress-label {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .quiz__progress-label {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .quiz__progress-label {
    font-size: 12px;
  }
}
.quiz__progress-bar {
  height: 0.8rem;
  border-radius: 10rem;
  background: #b2b2b2;
}
@media (min-width: 2560px) {
  .quiz__progress-bar {
    height: 8px;
    border-radius: 100px;
  }
}
@media (max-width: 1100px) {
  .quiz__progress-bar {
    height: 8px;
  }
}
@media (max-width: 992px) {
  .quiz__progress-bar {
    height: 6px;
  }
}
.quiz__progress-bar--active {
  background: #526977;
}
.quiz__progress-bar--completed {
  background: #526977;
}
.quiz__question {
  text-align: center;
  margin-bottom: 4rem;
  font: 600 4rem/1.2 "Onest", sans-serif;
  color: #fff;
}
@media (min-width: 2560px) {
  .quiz__question {
    font-size: 40px;
    margin-bottom: 12px;
  }
}
@media (max-width: 992px) {
  .quiz__question {
    font-size: 25px;
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .quiz__question {
    font-size: 22px;
  }
}
@media (max-width: 660px) {
  .quiz__question {
    margin-bottom: 18px;
  }
}
.quiz__answers {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media (min-width: 2560px) {
  .quiz__answers {
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .quiz__answers {
    gap: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .quiz__answers {
    gap: 14px;
    align-items: flex-start;
  }
}
.quiz__answer-btn {
  background: none;
  outline: none;
  user-select: none;
  border: none;
  display: flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (min-width: 2560px) {
  .quiz__answer-btn {
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .quiz__answer-btn {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .quiz__answer-btn {
    gap: 12px;
    align-items: flex-start;
  }
}
.quiz__radio {
  appearance: none;
  min-width: 2.4rem;
  width: 2.4rem;
  min-height: 2.4rem;
  height: 2.4rem;
  border: 0.1rem solid #B2B2B2;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  background: #fff;
  transform: translate3d(0, -0.17rem, 0);
}
@media (min-width: 2560px) {
  .quiz__radio {
    min-width: 24px;
    width: 24px;
    min-height: 24px;
    height: 24px;
    border: 1px solid #B2B2B2;
    transform: translate3d(0, -1.7px, 0);
  }
}
@media (max-width: 992px) {
  .quiz__radio {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    border: 1px solid #B2B2B2;
    transform: translate3d(0, -1.7px, 0);
  }
}
@media (max-width: 768px) {
  .quiz__radio {
    width: 22px;
    min-width: 22px;
    height: 22px;
    min-height: 22px;
    border: 1px solid #B2B2B2;
    transform: translate3d(0, -1.7px, 0);
  }
}
.quiz__radio:checked {
  background: #fff;
  border: 5px solid #526977;
}
.quiz__answer-text {
  cursor: pointer;
  font: 400 2rem/1 "Onest", sans-serif;
  color: #fff;
  text-align: left;
}
@media (min-width: 2560px) {
  .quiz__answer-text {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .quiz__answer-text {
    font-size: 16px;
    line-height: 1.1;
  }
}
@media (max-width: 768px) {
  .quiz__answer-text {
    font-size: 15px;
    line-height: 1.2;
  }
}
.quiz__start-btn {
  position: relative;
  user-select: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  outline: none;
  border: none;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  background: linear-gradient(135deg, #000000 0%, #FFFFFF 100%);
  border-radius: 3.7rem;
  padding: 0.1rem;
  will-change: transform;
  transition: transform 0.22s ease-in-out;
}
@media (min-width: 2560px) {
  .quiz__start-btn {
    border-radius: 37px;
    padding: 1px;
  }
}
@media (max-width: 1100px) {
  .quiz__start-btn {
    border-radius: 37px;
    padding: 1px;
  }
}
.quiz__start-btn:hover {
  transform: translate3d(0, -0.2rem, 0);
}
@media (min-width: 2560px) {
  .quiz__start-btn:hover {
    transform: translate3d(0, -2px, 0);
  }
}
.quiz__start-btn-inner {
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 2.351rem 3.9rem;
  background: #526977;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 2.4rem;
  font-weight: 700;
  border-radius: 3.55rem;
  line-height: 1;
  will-change: background;
  transition: background 0.22s ease-in-out;
  position: relative;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.4), 0 0.4rem 0.8rem 0 rgba(255, 255, 255, 0.25) inset;
}
@media (min-width: 2560px) {
  .quiz__start-btn-inner {
    padding: 23.51px 39px;
    font-size: 24px;
    border-radius: 35.5px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4), 0 4px 8px 0 rgba(255, 255, 255, 0.25) inset;
  }
}
@media (max-width: 1100px) {
  .quiz__start-btn-inner {
    padding: 20px 24px;
    font-size: 20px;
    border-radius: 35.5px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4), 0 4px 8px 0 rgba(255, 255, 255, 0.25) inset;
  }
}
@media (max-width: 660px) {
  .quiz__start-btn-inner {
    font-size: 18px;
    padding: 18px 22px;
  }
}
.quiz__start-btn:hover .quiz__start-btn-inner {
  background: #5a7480;
}
.quiz__next-btn {
  position: relative;
  user-select: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  outline: none;
  border: 1px solid #000;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  background: #526977;
  border-radius: 10rem;
  padding: 2rem 4rem;
  will-change: transform;
  transition: transform 0.22s ease-in-out;
  font: 700 2.4rem/1 "Onest", sans-serif;
  color: #fff;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.4), 0 0.4rem 0.8rem 0 rgba(255, 255, 255, 0.25) inset;
}
@media (min-width: 2560px) {
  .quiz__next-btn {
    gap: 10px;
    padding: 20px 40px;
    font-size: 24px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4), 0 4px 8px 0 rgba(255, 255, 255, 0.25) inset;
  }
}
@media (max-width: 1100px) {
  .quiz__next-btn {
    gap: 10px;
    padding: 17px 24px;
    font-size: 20px;
    border-radius: 35.5px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4), 0 4px 8px 0 rgba(255, 255, 255, 0.25) inset;
  }
}
.quiz__next-btn--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.quiz__next-btn:not(.quiz__next-btn--disabled):hover {
  transform: translateY(-2px);
}
.quiz__next-btn-icon {
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
  min-height: 2.4rem;
}
@media (min-width: 2560px) {
  .quiz__next-btn-icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
  }
}
@media (max-width: 1100px) {
  .quiz__next-btn-icon {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
  }
}

@keyframes quizOpacityTransformFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.result {
  z-index: 3;
  position: relative;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 0 2rem 0;
}
@media (min-width: 2560px) {
  .result {
    padding: 20px 0 20px 0;
  }
}
@media (max-width: 1100px) {
  .result {
    padding: 20px 0 20px 0;
  }
}
@media (max-width: 992px) {
  .result {
    padding: 15px 0 10px 0;
  }
}
@media (max-width: 660px) {
  .result {
    padding: 10px 0 5px 0;
  }
}
@media (min-width: 3440px) {
  .result {
    padding: 15px 0 15px 0;
  }
}
@media (min-width: 5120px) {
  .result {
    padding: 10px 0 10px 0;
  }
}
.result.show {
  opacity: 1;
  visibility: visible;
  display: flex;
}
.result__container {
  width: 100%;
  max-width: 132rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 2560px) {
  .result__container {
    max-width: 1320px;
  }
}
@media (max-width: 1100px) {
  .result__container {
    max-width: 90vw;
  }
}
@media (max-width: 992px) {
  .result__container {
    max-width: 95vw;
  }
}
@media (max-width: 768px) {
  .result__container {
    max-width: 98vw;
  }
}
@media (max-width: 660px) {
  .result__container {
    max-width: 100vw;
    padding: 0 16px;
  }
}
.result__header {
  text-align: center;
  margin-bottom: 0.8rem;
}
@media (min-width: 2560px) {
  .result__header {
    margin-bottom: 8px;
  }
}
@media (min-width: 3440px) {
  .result__header {
    margin-bottom: 6px;
  }
}
@media (min-width: 5120px) {
  .result__header {
    margin-bottom: 4px;
  }
}
.result__title {
  font: 600 6rem/1.2 "Onest", sans-serif;
  color: #ffffff;
  margin: 0 0 0.6rem 0;
}
@media (min-width: 2560px) {
  .result__title {
    font-size: 60px;
    margin-bottom: 6px;
  }
}
@media (min-width: 3440px) {
  .result__title {
    margin-bottom: 4px;
  }
}
@media (min-width: 5120px) {
  .result__title {
    margin-bottom: 3px;
  }
}
@media (max-width: 992px) {
  .result__title {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .result__title {
    font-size: 40px;
  }
}
@media (max-width: 660px) {
  .result__title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.result__title-small {
  font-weight: 600;
  font-size: 4rem;
}
@media (min-width: 2560px) {
  .result__title-small {
    font-size: 40px;
  }
}
@media (max-width: 1100px) {
  .result__title-small {
    font-size: 37px;
  }
}
@media (max-width: 992px) {
  .result__title-small {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .result__title-small {
    font-size: 30px;
  }
}
@media (max-width: 660px) {
  .result__title-small {
    font-size: 25px;
  }
}
.result__descr {
  font: 400 2.4rem/1.4 "Onest", sans-serif;
  color: #ffffff;
}
@media (min-width: 2560px) {
  .result__descr {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .result__descr {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .result__descr {
    font-size: 20px;
  }
}
@media (max-width: 660px) {
  .result__descr {
    font-size: 16px;
  }
}
.result__content {
  z-index: 2;
  width: 140rem;
  background: linear-gradient(90deg, #000000 0%, #FFFFFF 100%);
  border-radius: 2rem;
  padding: 0.1rem;
  transform: translate3d(0, -1.5rem, 0);
}
@media (min-width: 2560px) {
  .result__content {
    width: 1000px;
    border-radius: 20px;
    padding: 1px;
    transform: translate3d(0, -15px, 0);
  }
}
@media (min-width: 3440px) {
  .result__content {
    width: 900px;
    transform: translate3d(0, -10px, 0);
  }
}
@media (min-width: 5120px) {
  .result__content {
    width: 800px;
    transform: translate3d(0, -8px, 0);
  }
}
@media (max-width: 1100px) {
  .result__content {
    width: 90vw;
    max-width: 132rem;
  }
}
@media (max-width: 992px) {
  .result__content {
    width: 95vw;
    max-width: 132rem;
  }
}
@media (max-width: 768px) {
  .result__content {
    width: 98vw;
    border-radius: 15px;
    transform: translate3d(0, -30px, 0);
  }
}
@media (max-width: 660px) {
  .result__content {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    transform: translate3d(0, -20px, 0);
  }
}
.result__content-inner {
  width: 100%;
  background: linear-gradient(84deg, #2B2B2B 0%, #141414 100%);
  padding: 4rem 2rem 2rem 2rem;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 2560px) {
  .result__content-inner {
    gap: 10px;
    padding: 40px 20px 20px 20px;
    border-radius: 20px;
  }
}
@media (min-width: 3440px) {
  .result__content-inner {
    gap: 8px;
    padding: 35px 18px 18px 18px;
  }
}
@media (min-width: 5120px) {
  .result__content-inner {
    gap: 6px;
    padding: 30px 15px 15px 15px;
  }
}
@media (max-width: 992px) {
  .result__content-inner {
    padding: 60px 30px 30px 30px;
    gap: 18px;
  }
}
@media (max-width: 768px) {
  .result__content-inner {
    padding: 50px 25px 25px 25px;
    gap: 16px;
    border-radius: 15px;
  }
}
@media (max-width: 660px) {
  .result__content-inner {
    padding: 40px 20px 20px 20px;
    gap: 20px;
    border-radius: 10px;
  }
}
.result__weapons {
  width: 100%;
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 2560px) {
  .result__weapons {
    gap: 25px;
  }
}
@media (max-width: 992px) {
  .result__weapons {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .result__weapons {
    gap: 18px;
  }
}
@media (max-width: 660px) {
  .result__weapons {
    gap: 20px;
    flex-direction: column;
    align-items: center;
    order: 1;
  }
}
.result__weapons-item {
  width: 17.3rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.4rem;
}
@media (min-width: 2560px) {
  .result__weapons-item {
    width: 173px;
    gap: 4px;
  }
}
@media (max-width: 992px) {
  .result__weapons-item {
    width: 150px;
  }
}
@media (max-width: 768px) {
  .result__weapons-item {
    width: 130px;
    gap: 6px;
  }
}
@media (max-width: 660px) {
  .result__weapons-item {
    width: 100%;
    max-width: 200px;
  }
}
.result__weapons-item::after {
  content: "";
  display: block;
  background: #B2B2B2;
  width: 0.1rem;
  height: 100%;
  position: absolute;
  right: -1.3rem;
}
@media (min-width: 2560px) {
  .result__weapons-item::after {
    top: 0;
    right: -13px;
    width: 1px;
    height: 100%;
  }
}
@media (max-width: 992px) {
  .result__weapons-item::after {
    display: none;
  }
}
.result__weapons-item:last-child::after {
  display: none;
}
.result__weapons-item-title {
  font: 800 1.6rem/1.2 "Onest", sans-serif;
  color: #b2b2b2;
}
@media (min-width: 2560px) {
  .result__weapons-item-title {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .result__weapons-item-title {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .result__weapons-item-title {
    font-size: 14px;
  }
}
.result__weapons-item-descr {
  font: 800 2rem/1.2 "Onest", sans-serif;
  color: #ffffff;
}
@media (min-width: 2560px) {
  .result__weapons-item-descr {
    font-size: 20px;
  }
}
@media (max-width: 1100px) {
  .result__weapons-item-descr {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .result__weapons-item-descr {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .result__weapons-item-descr {
    font-size: 13px;
    font-weight: 600;
  }
}
.result__loadout {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}
@media (min-width: 2560px) {
  .result__loadout {
    gap: 8px;
  }
}
@media (max-width: 1100px) {
  .result__loadout {
    gap: 8px;
  }
}
@media (max-width: 660px) {
  .result__loadout {
    order: -1;
  }
}
.result__loadout-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 4rem 2rem;
  border-radius: 10rem;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  font: 700 2.4rem/1.2 "Onest", sans-serif;
  color: #141414;
  text-align: center;
  white-space: nowrap;
  will-change: background, transform, box-shadow;
  transition: background 0.22s ease-in-out, transform 0.22s ease-in-out, box-shadow 0.22s ease-in-out;
}
@media (min-width: 2560px) {
  .result__loadout-btn {
    padding: 20px 40px 20px 40px;
    font-size: 24px;
    border-radius: 100px;
  }
}
@media (min-width: 1100px) {
  .result__loadout-btn {
    padding: 20px 40px 20px 40px;
    font-size: 24px;
    border-radius: 100px;
  }
}
@media (max-width: 992px) {
  .result__loadout-btn {
    padding: 18px 35px 18px;
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .result__loadout-btn {
    padding: 16px 30px 16px;
    font-size: 20px;
  }
}
@media (max-width: 660px) {
  .result__loadout-btn {
    padding: 14px 25px 14px;
    font-size: 18px;
    white-space: normal;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .result__loadout-btn {
    font-size: 16px;
    padding: 12px 20px 12px 20px;
  }
}
@media (max-width: 400px) {
  .result__loadout-btn {
    width: 100%;
    font-size: 14px;
    padding: 11px 15px 10px 15px;
  }
}
.result__loadout-btn--red {
  background: #ff0046;
}
.result__loadout-btn--red:hover {
  background: #e6003d;
  transform: translateY(-0.2rem);
  box-shadow: 0 0.4rem 1.2rem rgba(255, 0, 70, 0.3);
}
@media (min-width: 2560px) {
  .result__loadout-btn--red:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 0, 70, 0.3);
  }
}
.result__loadout-btn--red:active {
  transform: translateY(0);
  box-shadow: 0 0.2rem 0.6rem rgba(255, 0, 70, 0.2);
}
@media (min-width: 2560px) {
  .result__loadout-btn--red:active {
    box-shadow: 0 2px 6px rgba(255, 0, 70, 0.2);
  }
}
.result__loadout-btn--blue {
  background: #00e3ff;
}
.result__loadout-btn--blue:hover {
  background: #00cce6;
  transform: translateY(-0.2rem);
  box-shadow: 0 0.4rem 1.2rem rgba(0, 227, 255, 0.3);
}
@media (min-width: 2560px) {
  .result__loadout-btn--blue:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 227, 255, 0.3);
  }
}
@media (max-width: 1100px) {
  .result__loadout-btn--blue:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 227, 255, 0.3);
  }
}
@media (max-width: 992px) {
  .result__loadout-btn--blue:hover {
    transform: translateY(0);
    box-shadow: none;
  }
}
.result__loadout-btn--blue:active {
  transform: translateY(0);
  box-shadow: 0 0.2rem 0.6rem rgba(0, 227, 255, 0.2);
}
@media (min-width: 2560px) {
  .result__loadout-btn--blue:active {
    box-shadow: 0 2px 6px rgba(0, 227, 255, 0.2);
  }
}
@media (max-width: 1100px) {
  .result__loadout-btn--blue:active {
    box-shadow: 0 2px 6px rgba(0, 227, 255, 0.2);
  }
}
@media (max-width: 992px) {
  .result__loadout-btn--blue:active {
    box-shadow: none;
  }
}
.result__loadout-descr {
  font: 400 1.6rem/1.4 "Onest", sans-serif;
  color: #ffffff;
  text-align: center;
  margin: 0;
}
@media (min-width: 2560px) {
  .result__loadout-descr {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .result__loadout-descr {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .result__loadout-descr {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .result__loadout-descr {
    font-size: 13px;
  }
}
.result__text {
  font: 400 2.4rem/1.4 "Onest", sans-serif;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 2560px) {
  .result__text {
    font-size: 24px;
  }
}
@media (max-width: 1100px) {
  .result__text {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .result__text {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .result__text {
    font-size: 18px;
  }
}
@media (max-width: 660px) {
  .result__text {
    font-size: 14px;
  }
}
.result__text-link {
  color: #526977;
  text-decoration: underline;
  text-underline-position: from-font;
  will-change: color;
  transition: color 0.22s ease-in-out;
}
.result__text-link:hover {
  color: #6b7c8a;
}

.box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20rem;
  position: relative;
  z-index: 4;
}
@media (min-width: 2560px) {
  .box {
    gap: 200px;
  }
}
.box--blue {
  width: 25vw;
  background: url("/img/animation/blue_2.webp") no-repeat center center;
  background-size: contain;
  position: relative;
}
@media (min-width: 3440px) {
  .box--blue {
    width: 22vw;
  }
}
@media (min-width: 5120px) {
  .box--blue {
    width: 14vw;
  }
}
@media (max-width: 660px) {
  .box--blue {
    width: 70vw;
  }
}
.box__blue-bg {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.8;
  animation: box-glow 1s infinite alternate;
}
.box--red {
  width: 25vw;
  background: url("/img/animation/red_2.webp") no-repeat center center;
  background-size: contain;
  position: relative;
}
@media (min-width: 3440px) {
  .box--red {
    width: 22vw;
  }
}
@media (min-width: 5120px) {
  .box--red {
    width: 14vw;
  }
}
@media (max-width: 660px) {
  .box--red {
    width: 70vw;
  }
}
.box__red-bg {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.8;
  animation: box-glow 1s infinite alternate;
}
.box__blue-item {
  position: absolute;
}
.box__blue-item--1 {
  right: -6%;
  top: 42.8%;
  width: 62%;
  transform: rotate3d(0, 0, 10, 70deg);
  animation: box-b1-wave 6s ease-in-out infinite;
}
.box__blue-item--2 {
  right: 14.8%;
  top: 52.2%;
  width: 64%;
  transform: rotate3d(2, 0, 12, 90deg);
  animation: box-b2-wave 7s ease-in-out infinite;
}
.box__blue-item--3 {
  right: 4.4%;
  top: 26%;
  width: 28.6%;
  transform: translate(0, 0) rotate3d(10, 0, 12, 5deg);
  animation: box-b3-wave 5s ease-in-out infinite;
}
.box__blue-item--4 {
  right: 19%;
  top: 15.4%;
  width: 24.8%;
  transform: translate(0, 0) scale(1) scaleX(-1) rotate3d(0, 0, 5, 10deg);
  animation: box-b4-wave 4s ease-in-out infinite;
}
.box__blue-item--5 {
  right: 58.6%;
  top: 32.4%;
  width: 38%;
  transform: translate(0, 0) rotate3d(0, 10, 20, 0deg);
  animation: box-b5-wave 6s ease-in-out infinite;
}
.box__blue-item--6 {
  right: 47.6%;
  top: 11.4%;
  width: 39.8%;
  transform: scale(1) translate(0, 0) rotate3d(0, 0, 0, 0deg);
  animation: box-b6-wave 3s ease-in-out infinite;
}
.box__red-item {
  position: absolute;
}
.box__red-item--1 {
  right: -0.4%;
  top: 30.4%;
  width: 70%;
  transform: translate(0, 0) rotate3d(0, 0, 10, 50deg);
  animation: box-r1-wave 5s ease-in-out infinite;
}
.box__red-item--2 {
  right: 19%;
  top: 50.8%;
  width: 67%;
  transform: rotate3d(2, 0, 12, 90deg);
  animation: box-r2-wave 7s ease-in-out infinite;
}
.box__red-item--3 {
  right: 73%;
  top: 24%;
  width: 25%;
  transform: translate(0, 0) rotate3d(10, 0, 12, 5deg);
  animation: box-r3-wave 5s ease-in-out infinite;
}
.box__red-item--4 {
  right: 5%;
  top: 18%;
  width: 32.4%;
  transform: translate(0, 0) scaleX(-1) rotate3d(0, 0, 5, 10deg);
  animation: box-r4-wave 4s ease-in-out infinite;
}
.box__red-item--5 {
  right: 40.4%;
  top: 13.4%;
  width: 45.2%;
  transform: translate(0, 0) rotate3d(0, 10, 20, 33deg);
  animation: box-r5-wave 6s ease-in-out infinite;
}
.box__red-item--6 {
  right: 69.4%;
  top: 35.8%;
  width: 33%;
  transform: scale(1) translate(0, 0) rotate3d(0, 0, 10, -33deg);
  animation: box-r6-wave 3s ease-in-out infinite;
}

@keyframes box-glow {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes box-b1-wave {
  0%, 100% {
    transform: rotate3d(0, 0, 10, 70deg);
  }
  50% {
    transform: rotate3d(0, 0, 5, 75deg);
  }
}
@keyframes box-b2-wave {
  0%, 100% {
    transform: rotate3d(2, 0, 12, 90deg);
  }
  50% {
    transform: rotate3d(0, 0, 10, 85deg);
  }
}
@keyframes box-b3-wave {
  0%, 100% {
    transform: translate(0, 0) rotate3d(10, 0, 12, 5deg);
  }
  50% {
    transform: translate(1%, 1%) rotate3d(0, 0, 15, 10deg);
  }
}
@keyframes box-b4-wave {
  0%, 100% {
    transform: translate(0, 0) scale(1) scaleX(-1) rotate3d(0, 0, 5, 10deg);
  }
  50% {
    transform: translate(1%, 0) scale(1.05) scaleX(-1) rotate3d(0, 0, 10, 15deg);
  }
}
@keyframes box-b5-wave {
  0%, 100% {
    transform: translate(0, 0) rotate3d(0, 10, 20, 0deg);
  }
  50% {
    transform: translate(2%, 0) rotate3d(0, 0, 10, 5deg);
  }
}
@keyframes box-b6-wave {
  0%, 100% {
    transform: scale(1) translate(0, 0) rotate3d(0, 0, 0, 0deg);
  }
  50% {
    transform: scale(1.025) translate(1%, 0.4%) rotate3d(0, 0, 5, 2deg);
  }
}
@keyframes box-r1-wave {
  0%, 100% {
    transform: translate(0, 0) rotate3d(0, 0, 10, 50deg);
  }
  50% {
    transform: translate(1%, 0) rotate3d(0, 0, 5, 48deg);
  }
}
@keyframes box-r2-wave {
  0%, 100% {
    transform: rotate3d(2, 0, 12, 90deg);
  }
  50% {
    transform: rotate3d(0, 0, 10, 85deg);
  }
}
@keyframes box-r3-wave {
  0%, 100% {
    transform: translate(0, 0) rotate3d(10, 0, 12, 5deg);
  }
  50% {
    transform: translate(1%, 1%) rotate3d(0, 0, 15, 10deg);
  }
}
@keyframes box-r4-wave {
  0%, 100% {
    transform: translate(0, 0) scaleX(-1) rotate3d(0, 0, 5, 10deg);
  }
  50% {
    transform: translate(1%, 0) scaleX(-1) rotate3d(0, 0, 10, 15deg);
  }
}
@keyframes box-r5-wave {
  0%, 100% {
    transform: translate(0, 0) rotate3d(0, 10, 20, 33deg);
  }
  50% {
    transform: translate(2%, 0) rotate3d(0, 0, 10, 25deg);
  }
}
@keyframes box-r6-wave {
  0%, 100% {
    transform: scale(1) translate(0, 0) rotate3d(0, 0, 10, -33deg);
  }
  50% {
    transform: scale(1.025) translate(1%, 0.4%) rotate3d(0, 0, 15, -30deg);
  }
}
.steam-auth-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  will-change: opacity;
}
.steam-auth-popup.show {
  display: flex;
  opacity: 1;
}
.steam-auth-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.steam-auth-popup__content {
  position: relative;
  margin: auto;
  background: linear-gradient(90deg, #000000 0%, #FFFFFF 100%);
  border-radius: 2rem;
  padding: 0.1rem;
  max-width: 50rem;
  width: 90%;
}
@media (min-width: 2560px) {
  .steam-auth-popup__content {
    border-radius: 20px;
    padding: 1px;
    max-width: 500px;
  }
}
@media (max-width: 1100px) {
  .steam-auth-popup__content {
    border-radius: 20px;
    padding: 1px;
    max-width: 500px;
  }
}
@media (max-width: 992px) {
  .steam-auth-popup__content {
    border-radius: 18px;
    padding: 1px;
    max-width: 96vw;
  }
}
@media (max-width: 660px) {
  .steam-auth-popup__content {
    border-radius: 16px;
  }
}
.steam-auth-popup__content-inner {
  width: 100%;
  background: #2b2b2b;
  padding: 4rem;
  border-radius: 2rem;
  text-align: center;
}
@media (min-width: 2560px) {
  .steam-auth-popup__content-inner {
    padding: 40px;
    border-radius: 20px;
  }
}
@media (max-width: 1100px) {
  .steam-auth-popup__content-inner {
    padding: 40px;
    border-radius: 20px;
  }
}
@media (max-width: 992px) {
  .steam-auth-popup__content-inner {
    padding: 30px;
    border-radius: 18px;
  }
}
@media (max-width: 660px) {
  .steam-auth-popup__content-inner {
    border-radius: 16px;
    padding: 24px;
  }
}
.steam-auth-popup__close {
  padding: 0.25rem 0 0 0;
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  border: none;
  font-size: 3rem;
  cursor: pointer;
  color: #fff;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  will-change: background, color, transform;
  z-index: 1;
}
@media (min-width: 2560px) {
  .steam-auth-popup__close {
    top: 20px;
    right: 20px;
    font-size: 30px;
    width: 40px;
    height: 40px;
    padding: 2.5px 0 0 0;
  }
}
@media (max-width: 1100px) {
  .steam-auth-popup__close {
    top: 20px;
    right: 20px;
    font-size: 30px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 992px) {
  .steam-auth-popup__close {
    top: 16px;
    right: 16px;
    font-size: 26px;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 660px) {
  .steam-auth-popup__close {
    top: 12px;
    right: 12px;
    font-size: 22px;
    width: 26px;
    height: 26px;
  }
}
.steam-auth-popup__close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #00E3FF;
}
.steam-auth-popup__title {
  font: 600 3.2rem/1.2 "Onest", sans-serif;
  color: #fff;
  margin-bottom: 2rem;
}
@media (min-width: 2560px) {
  .steam-auth-popup__title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1100px) {
  .steam-auth-popup__title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .steam-auth-popup__title {
    font-size: 24px;
    margin-bottom: 18px;
  }
}
@media (max-width: 660px) {
  .steam-auth-popup__title {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
.steam-auth-popup__text {
  font: 400 2rem/1.2 "Onest", sans-serif;
  color: #00E3FF;
  margin-bottom: 4rem;
}
@media (min-width: 2560px) {
  .steam-auth-popup__text {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1100px) {
  .steam-auth-popup__text {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .steam-auth-popup__text {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 660px) {
  .steam-auth-popup__text {
    font-size: 14px;
    margin-bottom: 18px;
  }
}
.steam-auth-popup__auth-btn {
  position: relative;
  user-select: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  outline: none;
  border: none;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  background: linear-gradient(135deg, #000000 0%, #FFFFFF 100%);
  border-radius: 3.7rem;
  padding: 0.1rem;
  will-change: transform;
  transition: transform 0.22s ease-in-out;
}
@media (min-width: 2560px) {
  .steam-auth-popup__auth-btn {
    border-radius: 35px;
    padding: 1px;
  }
}
@media (max-width: 1100px) {
  .steam-auth-popup__auth-btn {
    border-radius: 35px;
    padding: 1px;
  }
}
.steam-auth-popup__auth-btn:hover {
  transform: translateY(-2px);
}
.steam-auth-popup__auth-btn-inner {
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 2.351rem 3.9rem;
  background: #526977;
  color: white;
  border: none;
  cursor: pointer;
  font: 700 2.4rem/1 "Onest", sans-serif;
  border-radius: 3.55rem;
  line-height: 1;
  will-change: background;
  transition: background 0.22s ease-in-out;
  position: relative;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.4), 0 0.4rem 0.8rem 0 rgba(255, 255, 255, 0.25) inset;
}
@media (min-width: 2560px) {
  .steam-auth-popup__auth-btn-inner {
    padding: 23.51px 39px;
    font-size: 24px;
    border-radius: 35.5px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4), 0 4px 8px 0 rgba(255, 255, 255, 0.25) inset;
  }
}
@media (max-width: 1100px) {
  .steam-auth-popup__auth-btn-inner {
    gap: 10px;
    padding: 17px 24px;
    font-size: 20px;
    border-radius: 35.5px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4), 0 4px 8px 0 rgba(255, 255, 255, 0.25) inset;
  }
}
.steam-auth-popup__auth-btn:hover .steam-auth-popup__auth-btn-inner {
  background: #5a7480;
}
/*# sourceMappingURL=app-project.css.map */
