@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");* {
	padding: 0rem;
	margin: 0rem;
	border: 0rem;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
*::before,
*::after {
	display: inline-block;
}
html,
body {
	height: 100%;
}
body {
	line-height: 1;
	scrollbar-gutter: stable;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input,
button,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background-color: transparent;
}
input,
textarea {
	width: 100%;
}
label {
	display: inline-block;
}
button,
select,
option {
	cursor: pointer;
}
a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

/* Generated by vite-plugin-svg-spritemap */
body {
  min-width: 20rem;
  color: #fff;
  font-family: "Inter";
  font-size: 1.5rem;
  background-color: #000000;
}
[data-fls-scrolllock] body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: clip;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*=__container] {
  max-width: 75rem;
  margin: 0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.button {
  display: inline-block;
  border: 0.0625rem solid #fedc28;
  padding: 1rem 1.6875rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  background-color: rgba(254, 220, 40, 0.2);
  color: #fedc28;
}
.title {
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
}
.title span {
  color: #fedc28;
}
/* Generated by vite-plugin-svg-spritemap */
/* Generated by vite-plugin-svg-spritemap */
/* Generated by vite-plugin-svg-spritemap */
/* Generated by vite-plugin-svg-spritemap */
.hidden {
  display: none;
}
.page__ready {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  min-height: 100vh;
}
.page__ready.active {
  display: flex;
  pointer-events: auto;
  opacity: 1;
}
.ready {
  background: url("../assets/img/ready/bg.webp") center no-repeat;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding-top: 6.25rem;
}
.ready__logo {
  padding-top: 0rem;
  margin-bottom: 5rem;
  animation: readyStep1 0.5s ease forwards;
}
.ready__title {
  margin-bottom: 1.5rem;
  animation: readyStep1 0.5s ease forwards;
}
@keyframes readyStep1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.ready__subtitle {
  margin-bottom: 1.5rem;
  max-width: 15.25rem;
  font-weight: 600;
  transform: scale(0);
  animation: readyStep1 0.5s ease 0.5s forwards;
}
.ready__info {
  margin-bottom: 6.375rem;
  font-size: 1.25rem;
  transform: scale(0);
  animation: readyStep1 0.5s ease 0.5s forwards;
}
.ready__button {
  transform: scale(0);
  animation: readyStep1 0.5s ease 1s forwards;
  padding: 1rem 4.75rem;
}
.fight {
  background: url("../assets/img/fight/bg.webp") center no-repeat;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  display: none;
  animation: rotate 0.3s ease forwards;
  text-align: center;
}
@keyframes rotate {
  0% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.fight.active {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  opacity: 1;
  pointer-events: auto;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.fight__title {
  padding-top: 2.5rem;
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  margin-bottom: 20rem;
}
.fight__title::before {
  content: "";
  width: 2.6875rem;
  height: 2.125rem;
  background: url("../assets/img/fight/logo.webp") center/cover no-repeat;
}
.fight__crown {
  animation: atCr 2s ease forwards;
  margin-bottom: 0.9375rem;
}
@keyframes atCr {
  0% {
    transform: translate(0, -19.5rem);
  }
  100% {
    transform: translate(0rem, 0rem);
  }
}
.fight__text {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
}
.fight__label {
  font-weight: 600;
  max-width: 17.3125rem;
  line-height: 140%;
  position: relative;
  margin-bottom: 2.1875rem;
}
.fight__label::after {
  content: "";
  background: url("../assets/img/fight/decor.svg") center/cover no-repeat;
  width: 5.4375rem;
  height: 1.25rem;
  position: absolute;
  bottom: -0.8125rem;
  left: 4.3125rem;
}
.fight__buttons {
  display: flex;
  align-items: center;
  gap: 1.5625rem;
}
.fight__button {
  width: 10.5rem;
}
.out {
  opacity: 0;
  pointer-events: none;
  display: none;
  transition: opacity 0.5s ease;
  background: url("../assets/img/out/bg.webp") center no-repeat;
  min-height: 100vh;
  text-align: center;
}
.out.active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.out__logo {
  padding-top: 6.25rem;
  margin-bottom: 4.5rem;
  animation: outStep1 0.5s ease forwards;
}
@keyframes outStep1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.out__text {
  font-weight: 600;
  max-width: 18.1875rem;
  animation: outStep2 0.5s ease 0.5s forwards;
  transform: scale(0);
}
.out__text:not(:last-child) {
  margin-bottom: 1.75rem;
}
@keyframes outStep2 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.out__button {
  margin-top: 1.25rem;
  padding: 1rem 4.75rem;
  animation: outStep2 0.5s ease 1s forwards;
  transform: scale(0);
}
@keyframes outStep2 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.txt_decor {
  position: relative;
}
.txt_decor::after {
  content: "";
  position: absolute;
  bottom: 0.625rem/16rem;
  left: 0;
  width: 4.6875rem;
  height: 0.6875rem;
  background: url("../assets/img/fight/decor.svg") center/cover no-repeat;
}
.txt_title {
  max-width: 31.25rem;
  text-transform: uppercase;
}
.q_1 {
  padding: 0.625rem;
  opacity: 0;
  pointer-events: none;
  display: none;
  transition: opacity 0.5s ease;
}
.q_1.active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.q_1--imgs {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 1rem;
}
.q_1--content {
  position: relative;
  padding-top: 2.375rem;
  padding-bottom: 1.25rem;
  padding-left: 1.4375rem;
  padding-right: 1.4375rem;
}
.q_1--content::before, .q_1--content::after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  background: url("../assets/img/quiz/union.webp") center/cover no-repeat;
}
.q_1--content::before {
  top: 0;
  left: 0;
}
.q_1--content::after {
  top: 0;
  right: 0;
  transform: rotate(90deg);
}
.q_1--content::before, .q_1--content::after,
.q_1--content .corner-bottom-left,
.q_1--content .corner-bottom-right {
  pointer-events: none;
}
.q_1--content .corner-bottom-left,
.q_1--content .corner-bottom-right {
  content: "";
  position: absolute;
  bottom: 0;
  width: 3rem;
  height: 3rem;
  background: url("../assets/img/quiz/union.webp") center/cover no-repeat;
}
.q_1--content .corner-bottom-left {
  left: 0;
  transform: rotate(270deg);
}
.q_1--content .corner-bottom-right {
  right: 0;
  transform: rotate(180deg);
}
.q_1--question {
  color: #fedc28;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 3rem;
}
.q_1--label {
  font-weight: 600;
  margin-bottom: 3rem;
  max-width: 19rem;
}
.q_3--label {
  font-weight: 600;
  margin-bottom: 3rem;
  max-width: 19rem;
  font-size: 21px;
}
.q_1--btn {
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  border: 0.0625rem solid #efefe8;
  padding: 1.3125rem 3.75rem;
  text-align: center;
  margin-bottom: 1.5rem;
  color: #efefe8;
  font-size: 1.125rem;
  max-width: 19rem;
}
.q_1--decor {
  position: absolute;
  top: 0;
  left: 10%;
  z-index: -1;
  animation: qD 1s ease 0.5s forwards;
  transform: scale(0);
}
@keyframes qD {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.q_1--l {
  animation: qL 1s ease forwards;
  padding-top: 3.125rem;
}
.q_1--r {
  animation: qR 1s ease forwards;
  padding-top: 3.125rem;
}
@keyframes qL {
  0% {
    transform: translate(-100%, 0rem);
  }
  100% {
    transform: translate(0rem, 0rem);
  }
}
@keyframes qR {
  0% {
    transform: translate(100%, 0rem);
  }
  100% {
    transform: translate(0rem, 0rem);
  }
}
.q_2 {
  text-align: center;
  padding: 0.625rem;
  opacity: 0;
  pointer-events: none;
  display: none;
  transition: opacity 0.5s ease;
}
.q_2.active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.q_2--img {
  animation: q2 0.5s ease forwards;
}
@keyframes q2 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.q_2--btn {
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  border: 0.0625rem solid #efefe8;
  padding: 1.3125rem 1.6875rem;
  text-align: center;
  color: #efefe8;
  font-size: 1.125rem;
  max-width: 19rem;
  margin-bottom: 1.5rem;
}
.q_3 {
  text-align: center;
  padding: 0.625rem;
  padding-top: 1.6875rem;
  opacity: 0;
  pointer-events: none;
  display: none;
  transition: opacity 0.5s ease;
}
.q_3.active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.q_3--img {
  animation: q3 0.5s ease forwards;
  text-align: center;
  max-height:
}
@keyframes q3 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.q_3--btn {
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  border: 0.0625rem solid #efefe8;
  padding: 1.3125rem 2.5rem;
  text-align: center;
  color: #efefe8;
  font-size: 1.125rem;
  max-width: 19.0625rem;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
.page__claim {
  padding-top: 3.75rem;
}
.claim.active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.claim__logo {
  margin-bottom: 2.4375rem;
}
.claim__title {
  max-width: 19.5rem;
  font-weight: 600;
  margin-bottom: 2.9375rem;
  color: #fff;
}
.claim__deel {
  margin-bottom: 3.5rem;
}
.claim__label {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.claim__heading {
  font-weight: 700;
  max-width: 12.625rem;
  text-align: center;
  margin-bottom: 3.3125rem;
  line-height: 130%;
}
.claim__heading span {
  color: #fedc28;
  text-transform: uppercase;
  font-weight: 800;
}
.corner {
  opacity: 0;
  pointer-events: none;
  display: none;
  transition: opacity 0.5s ease;
  background: url("../assets/img/corner/bg.webp") center no-repeat;
  min-height: 100vh;
  padding: 0.625rem;
  padding-top: 3.75rem;
  animation: corner 0.5s ease forwards;
}
@keyframes corner {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.corner.active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.corner__logo {
  margin-bottom: 6.1875rem;
}
.corner__title {
  max-width: 16.125rem;
  margin-bottom: 3.75rem;
}
.corner__button {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 1rem 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  width: 22.5625rem;
  max-width: 100%;
}
.corner__button:not(:last-child) {
  margin-bottom: 1.625rem;
}
.predict {
  background: url("../assets/img/predict/bg.webp") center bottom no-repeat;
  background-size: 25rem 49rem;
  min-height: 47rem;
  padding-top: 2rem;
  display: flex;
  opacity: 1;
  pointer-events: auto;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.predict img {
  margin-bottom: 0.5625rem;
  max-height:20rem;
}
.predict__heading {
  font-size: 1.125rem;
  font-weight: 600;
  color: #efefe8;
  text-transform: uppercase;
  max-width: 21rem;
  margin-bottom: 0.5rem;
}
.predict__text {
  font-size: 1.125rem;
  font-weight: 500;
  color: #efefe8;
  max-width: 18rem;
  margin-bottom: 0.75rem;
}
.predict__body {
  padding-top: 1.25rem;
}
.predict__title {
  font-weight: 700;
  margin-bottom: 1.4375rem;
  text-align: center;
  font-size: 1.5rem;
}
.predict__title span {
  font-size: 1.75rem;
  color: #fedc28;
}
.list {
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: left;
  margin-bottom: 1.25rem;
  max-width: 19.5rem;
}
.list__item {
  font-size: 1.125rem;
  font-weight: 400;
  text-align: left;
  padding-left: 1.3125rem;
  position: relative;
}
.list__item span {
  color: #fedc28;
}
.list__item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.list__item::before {
  content: "";
  background-color: #fedc28;
  height: 0.8125rem;
  width: 0.8125rem;
  border-radius: 100%;
  position: absolute;
  top: 0.125rem;
  left: 0;
}
.btn {
  text-transform: uppercase;
  background-color: #fedc28;
  color: #000;
  padding: 0.75rem 3.3125rem;
  font-size: 1rem;
  font-weight: 600;
}
.store {
  padding-top: 3.125rem;
  background: url("../assets/img/store/bg.webp") center no-repeat;
  min-height: 50rem;
  display: flex;
  opacity: 1;
  pointer-events: auto;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.store img {
  margin-bottom: 0.5625rem;
}
@keyframes store {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.store__heading {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5625rem;
  margin-bottom: 0.375rem;
}
.store__heading::before {
  content: "";
  width: 1.375rem;
  height: 1.0625rem;
  background: url("../assets/img/store/logo.webp") center/cover no-repeat;
}
.store__label {
  font-weight: 600;
  margin-bottom: 1.9375rem;
}
.store__banner {
  color: #000;
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 1.4375rem 1.625rem;
  margin-bottom: 3.0625rem;
}
.store__banner span {
  font-size: 1.5rem;
  margin-bottom: 0.125rem;
}
.store__banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(212, 240, 1);
  box-shadow: 0 0rem 6.25rem rgb(212, 240, 1);
  border-radius: 1.875rem;
  filter: blur(0.625rem);
}
.store__list {
  margin-bottom: 1.75rem;
}
.store__list li {
  list-style-type: none;
}
.store__cnt {
  position: relative;
  z-index: 2;
}
.page__card {
  margin-top: 0.625rem;
}
.card {
  display: flex;
  opacity: 1;
  pointer-events: auto;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.card img {
  max-width: 18.9375rem;
  margin-bottom: 2.625rem;
}
.card__body {
  background: url("../assets/img/card/bg.webp") center no-repeat;
  text-align: center;
  min-height: 46.875rem;
  padding-top: 3.125rem;
}
.card__title {
  max-width: 21.4375rem;
  font-size: 1.75rem;
  font-weight: 700;
}
.card__title span {
  color: #fedc28;
}
.card__list {
  margin-bottom: 3rem;
  max-width: 19.9375rem;
  transform: translate(0.8125rem, 0rem);
}
.card__list li {
  list-style: none;
  font-size: 1.125rem;
  line-height: 110%;
}
.card__text {
  font-size: 1rem;
  line-height: 130%;
  font-weight: 300;
  font-style: italic;
  padding: 1.875rem;
  margin-top: -6.25rem;
  text-align: left;
}
.card__text span {
  color: #fedc28;
}
.form {
  display: flex;
  opacity: 1;
  pointer-events: auto;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.form__logo {
  margin-bottom: 7rem;
  margin-top: 5rem;
}
.form__title {
  font-size: 1.875rem;
  font-weight: 800;
  margin-bottom: 4.25rem;
  text-transform: uppercase;
}
.form__title span {
  color: #fedc28;
}
.form__item {
  margin-bottom: 0.75rem;
}
.form__input {
  border: 0.0625rem solid #fff;
  color: #d4f002;
  padding: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  width: 19.0625rem;
}
.form__input::placeholder {
  color: #d4f002;
  font-size: 1rem;
  font-weight: 400;
}
.form__button {
  margin-bottom: 1rem;
  width: 100%;
}
.form__links {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.links-page__arr {
  text-align: center;
}
.links-page__arr-2 {
  text-align: center;
  transform: translate(0rem, -0.9375rem);
}
@media (max-width: 47.99875em){
  .out {
    background-size: cover;
  }
}
@media (max-width: 29.99875em){
  .fight {
    background-size: cover;
  }
}
@media (max-width: 23.125em){
  .fight__button {
    width: 8.75rem;
  }
}