/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap");
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;
  max-width: 100%;
  height: auto;
}

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

html.en .en {
  display: inline-block;
}
html .en {
  display: none;
}

html.pl .pl {
  display: inline-block;
}
html .pl {
  display: none;
}

html.de .de {
  display: inline-block;
}
html .de {
  display: none;
}

html.ro .ro {
  display: inline-block;
}
html .ro {
  display: none;
}

html.hu .hu {
  display: inline-block;
}
html .hu {
  display: none;
}

html.lt .lt {
  display: inline-block;
}
html .lt {
  display: none;
}

html.lv .lv {
  display: inline-block;
}
html .lv {
  display: none;
}

html.gr .gr {
  display: inline-block;
}
html .gr {
  display: none;
}

html.be .be {
  display: inline-block;
}
html .be {
  display: none;
}

html.bg .bg {
  display: inline-block;
}
html .bg {
  display: none;
}

html.cl .cl {
  display: inline-block;
}
html .cl {
  display: none;
}

html.pt .pt {
  display: inline-block;
}
html .pt {
  display: none;
}

.lang_switcher_outer {
  font-size: 120%;
  position: absolute;
  font-style: normal;
  top: 2.6em;
  right: -2.5rem;
  width: 5.8em;
  height: 4em;
  z-index: 20;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}
@media (max-width: 640px) {
  .lang_switcher_outer {
    font-size: 130%;
  }
}
.lang_switcher_outer .lang_switcher {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  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;
  cursor: pointer;
  position: relative;
  padding: 0.6em 0.8em;
  border-radius: 1.6rem;
  background: #ff2885;
  border: 1px solid transparent;
  z-index: 5;
}
.lang_switcher_outer .lang_switcher .curr_lang {
  position: relative;
  display: inline-block;
  margin: 0;
}
.lang_switcher_outer .lang_switcher .curr_lang span {
  font-size: 1.4em;
  display: inline-block;
  font-weight: 700;
}
.lang_switcher_outer .lang_switcher .curr_lang em {
  margin: 0 0.5em 0 0;
  border-radius: 50%;
  overflow: hidden;
}
.lang_switcher_outer .lang_switcher .lang_flag {
  display: none;
}
.lang_switcher_outer.act .lang_switcher {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 640px) {
  .lang_switcher_outer.act .lang_switcher {
    border-bottom-left-radius: 0;
  }
}
.lang_switcher_outer i {
  position: relative;
  background: url("./lang-arr.svg") 0 0 no-repeat;
  background-size: 100% auto;
  width: 1em;
  height: 1em;
  display: inline-block;
}

.lang_list {
  position: absolute;
  list-style-type: none;
  top: 2.8em;
  display: none;
  right: 0;
  width: 5.8em;
  border-radius: 0 0 1.6em 1.6em;
  overflow: hidden;
  cursor: auto;
  background: #ff2885;
  backdrop-filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(0.2rem);
}
.lang_list.act {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 640px) {
  .lang_list {
    top: 3.6em;
  }
}
.lang_list li {
  cursor: pointer;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.lang_list li:last-child {
  border-bottom: none;
}
.lang_list li span {
  font-size: 1.4em;
  padding: 0.7em 0;
  display: inline-block;
  margin-left: 0.6em;
}
@media (max-width: 640px) {
  .lang_list li span {
    margin-left: 2rem;
  }
}
.lang_list li.curr {
  pointer-events: none;
  background: #ff63a7;
  color: #fff;
  font-weight: 700;
}
.lang_list li:hover {
  background: #fff;
  color: #ff63a7;
}

@media (max-width: 1024px) {
  .lang_switcher_outer {
    right: 2rem;
  }
}
@media (max-width: 640px) {
  .lang_switcher_outer {
    right: 2em;
    top: 1.6em;
    width: 7em;
  }
  .lang_list {
    width: 100%;
  }
  .lang_list li span {
    font-size: 1.4em;
  }
  .lang_switcher_outer .lang_switcher {
    padding: 1em 1.6em;
  }
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

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

body,
html {
  min-height: 100%;
}

html {
  background: #140e1d;
  color: #fff;
  line-height: 1.15;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 0.5208333333vw;
}
html.hide {
  display: block;
}
html.hide .blur_wrap {
  background: transparent;
  position: relative;
  -webkit-filter: none;
          filter: none;
}
html.hide .preloader {
  opacity: 0;
  pointer-events: none;
}

.preloader {
  width: 5em;
  height: 5em;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 6;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.blur_wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  width: 100%;
  min-height: 100%;
  z-index: 5;
}

.layout {
  min-height: 100vh;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer {
  position: relative;
  padding: 3rem 0;
  z-index: 2;
}
.footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0rem;
  height: 35rem;
  width: 192rem;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(23.55%, #140e1d), color-stop(93.48%, rgba(20, 14, 29, 0)));
  background: linear-gradient(0deg, #140e1d 23.55%, rgba(20, 14, 29, 0) 93.48%);
  z-index: 2;
  pointer-events: none;
}
.footer .copyright {
  position: relative;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 1.4rem;
  font-size: clamp(11px, 1.4rem, 1.4rem);
  color: rgba(255, 255, 255, 0.5);
  line-height: normal;
  z-index: 3;
}
@media (max-width: 640px) {
  .footer .copyright {
    font-size: clamp(12px, 1.6rem, 1.6rem);
  }
}

.wrapper {
  overflow: hidden;
  background-size: 192rem auto;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .wrapper {
    background-size: 170rem auto;
    background-position: top right -30rem;
    background-repeat: no-repeat;
  }
}
@media (max-width: 640px) {
  .wrapper {
    position: relative;
    background-size: 64rem;
    background-position: top center;
    background-repeat: no-repeat;
  }
}
.wrapper::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, color-stop(23.55%, #140e1d), color-stop(93.48%, rgba(20, 14, 29, 0)));
  background: linear-gradient(90deg, #140e1d 23.55%, rgba(20, 14, 29, 0) 93.48%);
  width: 26rem;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 3;
}
@media (max-width: 1024px) {
  .wrapper::before {
    width: 13rem;
  }
}
@media (max-width: 640px) {
  .wrapper::before {
    display: none;
  }
}
.wrapper::after {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, right top, left top, color-stop(23.55%, #140e1d), color-stop(93.48%, rgba(20, 14, 29, 0)));
  background: linear-gradient(-90deg, #140e1d 23.55%, rgba(20, 14, 29, 0) 93.48%);
  width: 26rem;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 1024px) {
  .wrapper::after {
    width: 13rem;
    z-index: 0;
  }
}
@media (max-width: 640px) {
  .wrapper::after {
    display: none;
  }
}

.main-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;
  overflow: hidden;
}

.container {
  max-width: 153.6rem;
  margin: 0 auto;
  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;
}
@media (max-width: 1024px) {
  .container {
    max-width: 106rem;
  }
}
@media (max-width: 640px) {
  .container {
    padding: 0rem 1.5rem;
  }
}

.main {
  position: relative;
}

.logo {
  width: 20rem;
  display: block;
}

.switcher__wrapper {
  position: absolute;
  z-index: 10;
  width: 100%;
  max-width: 138rem;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.btn {
  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;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 5;
  overflow: hidden;
  border-radius: unset;
  border: none;
  color: #390000;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
@media (hover: hover) {
  .btn:hover {
    -webkit-animation: none;
            animation: none;
  }
}
.btn.disabled {
  pointer-events: none;
}

.wrapper {
  background-image: url(./main-bg.webp);
}
@media (max-width: 640px) {
  .wrapper {
    background-image: url(./main-bg-mobile.webp);
  }
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: #b76cf8;
}

@media (max-width: 640px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media (max-width: 640px) {
  .mobile {
    display: inline-block;
  }
}

.info {
  position: relative;
  padding: 3rem 0 8.5rem;
  max-width: 85.7rem;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  min-height: 80rem;
  z-index: 3;
}
@media (max-width: 1024px) {
  .info {
    max-width: 70rem;
    min-height: unset;
  }
}
@media (max-width: 640px) {
  .info {
    padding: 3rem 0rem 6rem;
    min-height: 56rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.info__logo {
  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;
  position: relative;
  display: inline-block;
  width: 22rem;
  z-index: 9;
}
@media (max-width: 640px) {
  .info__logo {
    width: 23.5rem;
  }
}
.info__logo img {
  width: 100%;
}
.info__wrapper {
  min-height: 54rem;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (max-width: 640px) {
  .info__wrapper {
    min-height: auto;
  }
}
.info__text {
  position: relative;
  margin-top: 4rem;
  width: 100%;
  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;
  text-align: center;
  z-index: 1;
}
.info__suptitle {
  color: #fff;
  text-transform: uppercase;
  font-size: 6.4rem;
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1024px) {
  .info__suptitle {
    font-size: 5.2rem;
    margin-bottom: 2rem;
  }
}
.info__title {
  text-transform: uppercase;
  font-size: 4rem;
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .info__title {
    margin-top: 53rem;
  }
}
.info__bonus {
  text-align: center;
  font-size: 9.8rem;
  text-transform: uppercase;
  margin-bottom: -0.5rem;
}
@media (max-width: 1024px) {
  .info__bonus {
    font-size: 7rem;
  }
}
.info__bonus span {
  position: relative;
  -webkit-text-stroke: 0.3rem #efc99c;
  color: #efc99c;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
  line-height: 1.2;
}
.info__bonus span::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-15.88%, #f5cb4b), color-stop(143.66%, #e96326));
  background: linear-gradient(180deg, #f5cb4b -15.88%, #e96326 143.66%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 0;
}
.info__btn {
  position: relative;
  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;
  margin: 3rem auto;
  padding: 1.2rem 2rem;
  width: 33rem;
  height: 10rem;
  background-image: url(./btn-bg.webp);
  background-repeat: no-repeat;
  background-size: 33rem 10rem;
  -webkit-animation: parallax 2.4s infinite;
          animation: parallax 2.4s infinite;
  moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 640px) {
  .info__btn {
    margin: 4rem auto 2.5rem;
    width: 35rem;
    height: 11rem;
    background-size: 35rem 11rem;
  }
}
.info__btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 33rem;
  height: 10rem;
  opacity: 0;
  background-image: url(./btn-bg-hover.webp);
  background-repeat: no-repeat;
  background-size: 33rem 10rem;
  moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 640px) {
  .info__btn::before {
    width: 35rem;
    height: 11rem;
    background-size: 35rem 11rem;
  }
}
@media (hover: hover) {
  .info__btn:hover {
    -webkit-animation: none;
            animation: none;
  }
}
.info__btn:hover::before {
  opacity: 1;
}
.info__btn span {
  position: relative;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 460px) {
  .info__btn span {
    font-size: clamp(18px, 3.2rem, 3.2rem);
  }
}
.info__link {
  position: relative;
  font-size: clamp(12px, 1.8rem, 1.8rem);
  color: #ff2885;
  font-style: normal;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 0.1rem solid #ff2885;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
}
@media (max-width: 640px) {
  .info__link {
    z-index: 4;
  }
}
@media (max-width: 460px) {
  .info__link {
    font-size: 12px;
  }
}
.info__link:hover {
  color: #b76cf8;
  border-bottom: 0.1rem solid #b76cf8;
}

@-webkit-keyframes parallax {
  0% {
    -webkit-filter: none;
            filter: none;
  }
  50% {
    -webkit-filter: drop-shadow(0px 0px 8rem rgba(102, 67, 242, 0.8));
            filter: drop-shadow(0px 0px 8rem rgba(102, 67, 242, 0.8));
  }
  100% {
    -webkit-filter: none;
            filter: none;
  }
}

@keyframes parallax {
  0% {
    -webkit-filter: none;
            filter: none;
  }
  50% {
    -webkit-filter: drop-shadow(0px 0px 8rem rgba(102, 67, 242, 0.8));
            filter: drop-shadow(0px 0px 8rem rgba(102, 67, 242, 0.8));
  }
  100% {
    -webkit-filter: none;
            filter: none;
  }
}
.steps {
  position: relative;
  padding-bottom: 12rem;
  z-index: 3;
}
@media (max-width: 640px) {
  .steps {
    padding-bottom: 84rem;
  }
}
.steps__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5rem;
  gap: 20px;
}
@media (max-width: 1024px) {
  .steps__wrap {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 640px) {
  .steps__wrap {
    padding-bottom: 0rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.steps .step {
  position: relative;
  padding: 1.3rem 0;
  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;
  text-align: center;
  z-index: 2;
  margin: 0 1.4rem;
  min-width: 20rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .steps .step {
    margin: 0 1.5rem;
    padding: 1.3rem 1rem;
    min-width: unset;
  }
}
@media (max-width: 640px) {
  .steps .step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    padding: 1.3rem 0;
    width: 33.3%;
  }
}
.steps .step .step__number {
  position: relative;
  width: 5.8rem;
  min-width: 5.8rem;
  display: block;
  margin-right: 1rem;
}
@media (max-width: 640px) {
  .steps .step .step__number {
    margin: 0 auto 3.5rem;
    width: 6.4rem;
    min-width: 6.4rem;
  }
}
@media (max-width: 460px) {
  .steps .step .step__number {
    width: 7.2rem;
    min-width: 7.2rem;
  }
}
.steps .step .step__number::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(./step-bg.png) no-repeat;
  background-size: 5.8rem;
  pointer-events: none;
  width: 5.8rem;
  height: 5.8rem;
}
@media (max-width: 640px) {
  .steps .step .step__number::before {
    width: 6.4rem;
    height: 6.4rem;
    background-size: 6.4rem;
  }
}
@media (max-width: 460px) {
  .steps .step .step__number::before {
    width: 7.2rem;
    height: 7.2rem;
    background-size: 7.2rem;
  }
}
.steps .step .step__number span {
  display: inline-block;
  position: relative;
  color: #e5e5e5;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 900;
}
@media (max-width: 460px) {
  .steps .step .step__number span {
    font-size: 12px;
  }
}
.steps .step p {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 1.744px 1.744px rgba(1, 20, 62, 0.3);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 640px) {
  .steps .step p {
    font-size: 3.2rem;
    font-size: clamp(14px, 3.2rem, 3.2rem);
    line-height: 1.1;
  }
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 4;
  pointer-events: none;
  top: 0;
  max-width: 192rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bonus {
  word-break: keep-all;
  white-space: nowrap;
}

.curr_ro.de .info__bonus,
.curr_pl.de .info__bonus {
  font-size: 9rem;
}
@media (max-width: 1024px) {
  .curr_ro.de .info__bonus,
  .curr_pl.de .info__bonus {
    font-size: 7rem;
  }
}
@media (max-width: 640px) {
  .curr_ro.de .info__bonus,
  .curr_pl.de .info__bonus {
    font-size: 6.7rem;
  }
}

.curr_hu .info__bonus,
.curr_cl .info__bonus {
  font-size: 8rem;
}
@media (max-width: 1024px) {
  .curr_hu .info__bonus,
  .curr_cl .info__bonus {
    font-size: 6rem;
  }
}
.curr_hu .bonus,
.curr_cl .bonus {
  display: block;
}

@media (max-width: 640px) {
  .curr_hu.bg .wrapper,
  .curr_hu.pl .wrapper,
  .curr_cl.bg .wrapper,
  .curr_cl.pl .wrapper {
    background-position: top 5rem center;
  }
}
.curr_hu.bg .info__bonus,
.curr_hu.pl .info__bonus,
.curr_cl.bg .info__bonus,
.curr_cl.pl .info__bonus {
  font-size: 6rem;
}

@media (max-width: 1024px) {
  .curr_hu.cl .info__bonus,
  .curr_hu.bg .info__bonus,
  .curr_hu.pl .info__bonus,
  .curr_hu.lv .info__bonus,
  .curr_hu.lt .info__bonus,
  .curr_cl.cl .info__bonus,
  .curr_cl.bg .info__bonus,
  .curr_cl.pl .info__bonus,
  .curr_cl.lv .info__bonus,
  .curr_cl.lt .info__bonus {
    font-size: 5.6rem;
  }
}

.pl .info__suptitle {
  font-size: 5.4rem;
}
@media (max-width: 1024px) {
  .pl .info__suptitle {
    font-size: 4.8rem;
  }
}
@media (max-width: 640px) {
  .pl .info__suptitle {
    font-size: 4.2rem;
  }
}
.pl .info__bonus {
  font-size: 7.7rem;
}
@media (max-width: 1024px) {
  .pl .info__bonus {
    font-size: 7rem;
  }
}
@media (max-width: 640px) {
  .pl .info__bonus {
    font-size: 6rem;
  }
}

@media (max-width: 640px) {
  .de .info__bonus {
    font-size: 6.8rem;
  }
}
@media (max-width: 640px) {
  .de .steps .step p {
    font-size: 3rem;
    font-size: 3rem;
  }
}
.de .info__btn span {
  font-size: 3rem;
}
@media (max-width: 460px) {
  .de .info__btn span {
    font-size: 3rem;
    font-size: clamp(16px, 3rem, 3rem);
  }
}

.ro .info__suptitle {
  font-size: 5rem;
}
@media (max-width: 1024px) {
  .ro .info__suptitle {
    font-size: 3.8rem;
  }
}
@media (max-width: 640px) {
  .ro .info__suptitle {
    font-size: 4rem;
  }
}
.ro .info__bonus {
  font-size: 7.7rem;
}
@media (max-width: 1024px) {
  .ro .info__bonus {
    font-size: 6.4rem;
  }
}
@media (max-width: 640px) {
  .ro .info__bonus {
    font-size: 5.6rem;
  }
}
.ro .info__btn span {
  font-size: 3rem;
}
@media (max-width: 460px) {
  .ro .info__btn span {
    font-size: 3rem;
    font-size: clamp(16px, 3rem, 3rem);
  }
}
@media (max-width: 640px) {
  .ro .steps .step p {
    font-size: 2.8rem;
    font-size: 2.8rem;
  }
}
.ro .info__text {
  margin-top: 10rem;
}
@media (max-width: 1024px) {
  .ro .info__text {
    margin-top: 8rem;
  }
}
@media (max-width: 640px) {
  .ro .info__text {
    margin-top: 9rem;
  }
}

.hu .info__text {
  margin-top: 12rem;
}
@media (max-width: 1024px) {
  .hu .info__text {
    margin-top: 8rem;
  }
}
@media (max-width: 640px) {
  .hu .info__text {
    margin-top: 9rem;
  }
}
.hu .info__suptitle {
  font-size: 5rem;
}
@media (max-width: 1024px) {
  .hu .info__suptitle {
    font-size: 3.8rem;
  }
}
@media (max-width: 640px) {
  .hu .info__suptitle {
    font-size: 4rem;
  }
}
.hu .info__bonus {
  font-size: 6.8rem;
}
@media (max-width: 1024px) {
  .hu .info__bonus {
    font-size: 5.4rem;
  }
}
@media (max-width: 640px) {
  .hu .info__bonus {
    font-size: 4.8rem;
  }
}
.hu .info__btn span {
  font-size: 2rem;
}
@media (max-width: 460px) {
  .hu .info__btn span {
    font-size: 2rem;
    font-size: clamp(11px, 2rem, 2rem);
  }
}
@media (max-width: 640px) {
  .hu .steps .step p {
    font-size: 2.6rem;
    font-size: 2.6rem;
  }
}

.lv .info__suptitle,
.lt .info__suptitle {
  font-size: 5.4rem;
}
@media (max-width: 1024px) {
  .lv .info__suptitle,
  .lt .info__suptitle {
    font-size: 4.4rem;
  }
}
@media (max-width: 640px) {
  .lv .info__suptitle,
  .lt .info__suptitle {
    font-size: 4.2rem;
  }
}
.lv .info__bonus,
.lt .info__bonus {
  font-size: 9rem;
}
@media (max-width: 1024px) {
  .lv .info__bonus,
  .lt .info__bonus {
    font-size: 8rem;
  }
}
@media (max-width: 640px) {
  .lv .info__bonus,
  .lt .info__bonus {
    font-size: 6rem;
  }
}
@media (max-width: 1024px) {
  .lv .steps .step p,
  .lt .steps .step p {
    font-size: 2rem;
  }
}
@media (max-width: 640px) {
  .lv .steps .step p,
  .lt .steps .step p {
    font-size: 2.5rem;
    font-size: clamp(12px, 2.5rem, 2.5rem);
  }
}
@media (max-width: 640px) {
  .lv .steps .step:first-child p,
  .lt .steps .step:first-child p {
    word-break: break-word;
  }
}

.gr .info__text {
  margin-top: 14rem;
}
@media (max-width: 1024px) {
  .gr .info__text {
    margin-top: 8rem;
  }
}
@media (max-width: 640px) {
  .gr .info__text {
    margin-top: 9rem;
  }
}
.gr .info__suptitle {
  font-size: 5rem;
}
@media (max-width: 1024px) {
  .gr .info__suptitle {
    font-size: 3.8rem;
  }
}
@media (max-width: 640px) {
  .gr .info__suptitle {
    font-size: 3.8rem;
  }
}
.gr .info__bonus {
  font-size: 6rem;
}
@media (max-width: 1024px) {
  .gr .info__bonus {
    font-size: 5rem;
  }
}
@media (max-width: 640px) {
  .gr .info__bonus {
    font-size: 4.4rem;
  }
}
.gr .info__btn span {
  font-size: 2.4rem;
}
@media (max-width: 460px) {
  .gr .info__btn span {
    font-size: 2.4rem;
    font-size: clamp(12px, 2.4rem, 2.4rem);
  }
}
@media (max-width: 1024px) {
  .gr .steps .step p {
    font-size: 2rem;
  }
}
@media (max-width: 640px) {
  .gr .steps .step p {
    font-size: 2.5rem;
    font-size: clamp(12px, 2.5rem, 2.5rem);
  }
}

.be .info__text {
  margin-top: 9rem;
}
@media (max-width: 1024px) {
  .be .info__text {
    margin-top: 7rem;
  }
}
@media (max-width: 640px) {
  .be .info__text {
    margin-top: 9rem;
  }
}
.be .info__suptitle {
  font-size: 5rem;
}
@media (max-width: 1024px) {
  .be .info__suptitle {
    font-size: 3.8rem;
  }
}
@media (max-width: 640px) {
  .be .info__suptitle {
    font-size: 4rem;
  }
}
.be .info__bonus {
  font-size: 8rem;
}
@media (max-width: 1024px) {
  .be .info__bonus {
    font-size: 6.4rem;
  }
}
@media (max-width: 640px) {
  .be .info__bonus {
    font-size: 5.6rem;
  }
}
.be .info__btn span {
  font-size: 2.6rem;
}
@media (max-width: 460px) {
  .be .info__btn span {
    font-size: 2.8rem;
    font-size: clamp(12px, 2.8rem, 2.8rem);
  }
}

.bg .info__text {
  margin-top: 9rem;
}
@media (max-width: 1024px) {
  .bg .info__text {
    margin-top: 7rem;
  }
}
@media (max-width: 640px) {
  .bg .info__text {
    margin-top: 9rem;
  }
}
.bg .info__suptitle {
  font-size: 5rem;
}
@media (max-width: 1024px) {
  .bg .info__suptitle {
    font-size: 3.8rem;
  }
}
@media (max-width: 640px) {
  .bg .info__suptitle {
    font-size: 4rem;
  }
}
.bg .info__bonus {
  font-size: 8rem;
}
@media (max-width: 1024px) {
  .bg .info__bonus {
    font-size: 6.4rem;
  }
}
@media (max-width: 640px) {
  .bg .info__bonus {
    font-size: 5.6rem;
  }
}
.bg .info__btn span {
  font-size: 2.8rem;
}
@media (max-width: 460px) {
  .bg .info__btn span {
    font-size: 3rem;
    font-size: clamp(12px, 3rem, 3rem);
  }
}
@media (max-width: 1024px) {
  .bg .steps .step p {
    font-size: 2rem;
  }
}
@media (max-width: 640px) {
  .bg .steps .step p {
    font-size: 2.5rem;
    font-size: clamp(12px, 2.5rem, 2.5rem);
  }
}

.cl .info__suptitle {
  font-size: 5.4rem;
}
@media (max-width: 1024px) {
  .cl .info__suptitle {
    font-size: 4.8rem;
  }
}
@media (max-width: 640px) {
  .cl .info__suptitle {
    font-size: 4.2rem;
  }
}
.cl .info__bonus {
  font-size: 7.7rem;
}
@media (max-width: 1024px) {
  .cl .info__bonus {
    font-size: 7rem;
  }
}
@media (max-width: 640px) {
  .cl .info__bonus {
    font-size: 6rem;
  }
}
@media (max-width: 640px) {
  .cl .steps .step p {
    font-size: 2.6rem;
    font-size: clamp(12px, 2.6rem, 2.6rem);
  }
}

.pt .info__bonus {
  font-size: 8rem;
}
@media (max-width: 1024px) {
  .pt .info__bonus {
    font-size: 6.5rem;
  }
}
@media (max-width: 640px) {
  .pt .info__bonus {
    font-size: 5.4rem;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 0.9090909091vw;
  }
}
@media (max-width: 640px) {
  html {
    font-size: 1.5625vw;
  }
}
.decor {
  position: absolute;
  pointer-events: none;
}
.decor_1 {
  top: 78rem;
  left: 68rem;
  width: 33rem;
  -webkit-animation: coin-1-anim 4s ease-in-out 1s infinite;
          animation: coin-1-anim 4s ease-in-out 1s infinite;
}
@media (max-width: 1024px) {
  .decor_1 {
    top: 73rem;
    left: 59rem;
    width: 26rem;
  }
}
@media (max-width: 640px) {
  .decor_1 {
    display: none;
  }
}
.decor_2 {
  right: 6rem;
  top: 70rem;
  width: 26rem;
  -webkit-animation: coin-2-anim 3s ease-in-out 0.5s infinite;
          animation: coin-2-anim 3s ease-in-out 0.5s infinite;
}
@media (max-width: 1024px) {
  .decor_2 {
    width: 22rem;
  }
}
@media (max-width: 640px) {
  .decor_2 {
    right: unset;
    top: 151rem;
    left: -7rem;
    width: 26rem;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
    -webkit-animation: none;
            animation: none;
  }
}
.decor_3 {
  top: 0rem;
  left: 0rem;
  width: 34rem;
  -webkit-animation: coin-3-anim 3s ease-in-out 1s infinite;
          animation: coin-3-anim 3s ease-in-out 1s infinite;
}
@media (max-width: 1024px) {
  .decor_3 {
    width: 19rem;
  }
}
@media (max-width: 640px) {
  .decor_3 {
    width: 31rem;
    left: -13rem;
    top: 45rem;
  }
}
.decor_4 {
  top: 29rem;
  right: 88rem;
  width: 9rem;
  -webkit-animation: coin-4-anim 4s ease-in-out 1s infinite;
          animation: coin-4-anim 4s ease-in-out 1s infinite;
}
@media (max-width: 1024px) {
  .decor_4 {
    top: 44rem;
    right: 44rem;
    width: 8rem;
  }
}
@media (max-width: 640px) {
  .decor_4 {
    display: none;
  }
}
.decor_5 {
  top: 79rem;
  width: 39rem;
  left: 3rem;
  -webkit-animation: coin-5-anim 3s ease-in-out 1s infinite;
          animation: coin-5-anim 3s ease-in-out 1s infinite;
}
@media (max-width: 1024px) {
  .decor_5 {
    top: 77rem;
    width: 31rem;
  }
}
@media (max-width: 640px) {
  .decor_5 {
    top: 54rem;
    width: 29rem;
    left: unset;
    right: -10rem;
  }
}
.decor_6 {
  right: 66rem;
  top: -5rem;
  width: 33rem;
  -webkit-animation: decor-2-anim 4s ease-in-out 1s infinite;
          animation: decor-2-anim 4s ease-in-out 1s infinite;
}
@media (max-width: 1024px) {
  .decor_6 {
    right: 23rem;
    top: -5rem;
    width: 29rem;
  }
}
@media (max-width: 640px) {
  .decor_6 {
    right: unset;
    top: 99rem;
    width: 31rem;
    left: -9rem;
  }
}
.decor_7 {
  top: 52rem;
  left: 83rem;
  width: 22rem;
  -webkit-animation: decor-1-anim 4s ease-in-out 1s infinite;
          animation: decor-1-anim 4s ease-in-out 1s infinite;
}
@media (max-width: 1024px) {
  .decor_7 {
    top: 41rem;
    left: 86rem;
    width: 20rem;
  }
}
@media (max-width: 640px) {
  .decor_7 {
    top: 20rem;
    left: -10rem;
    width: 21rem;
  }
}
.decor_8 {
  top: 51.5rem;
  left: 10rem;
  width: 22rem;
  -webkit-animation: coin-4-anim 4s ease-in-out 1s infinite;
          animation: coin-4-anim 4s ease-in-out 1s infinite;
}
@media (max-width: 1024px) {
  .decor_8 {
    top: 48.5rem;
    left: 2rem;
    width: 18rem;
  }
}
@media (max-width: 640px) {
  .decor_8 {
    display: none;
  }
}
.decor_9 {
  right: 28rem;
  top: 64rem;
  width: 50rem;
  -webkit-animation: decor-2-anim 4s ease-in-out 1s infinite;
          animation: decor-2-anim 4s ease-in-out 1s infinite;
}
@media (max-width: 1024px) {
  .decor_9 {
    right: 43rem;
    top: 64rem;
    width: 41rem;
  }
}
@media (max-width: 640px) {
  .decor_9 {
    right: 39rem;
    top: 74rem;
    width: 41rem;
  }
}
.decor_10 {
  top: 16rem;
  right: -9rem;
  width: 20rem;
  -webkit-animation: coin-4-anim 4s ease-in-out 1s infinite;
          animation: coin-4-anim 4s ease-in-out 1s infinite;
}

@-webkit-keyframes coin-1-anim {
  0% {
    -webkit-transform: translateX(0rem) scale(1);
    transform: translateX(0rem) scale(1);
  }
  50% {
    -webkit-transform: translateX(1rem) scale(0.95);
    transform: translateX(1rem) scale(0.95);
  }
  100% {
    -webkit-transform: translateX(0rem) scale(1);
    transform: translateX(0rem) scale(1);
  }
}

@keyframes coin-1-anim {
  0% {
    -webkit-transform: translateX(0rem) scale(1);
    transform: translateX(0rem) scale(1);
  }
  50% {
    -webkit-transform: translateX(1rem) scale(0.95);
    transform: translateX(1rem) scale(0.95);
  }
  100% {
    -webkit-transform: translateX(0rem) scale(1);
    transform: translateX(0rem) scale(1);
  }
}
@-webkit-keyframes coin-2-anim {
  0% {
    -webkit-transform: translateX(0rem) scale(1);
    transform: translateX(0rem) scale(1);
  }
  50% {
    -webkit-transform: translateX(1.6rem) scale(0.95);
    transform: translateX(1.6rem) scale(0.95);
  }
  100% {
    -webkit-transform: translateX(0rem) scale(1);
    transform: translateX(0rem) scale(1);
  }
}
@keyframes coin-2-anim {
  0% {
    -webkit-transform: translateX(0rem) scale(1);
    transform: translateX(0rem) scale(1);
  }
  50% {
    -webkit-transform: translateX(1.6rem) scale(0.95);
    transform: translateX(1.6rem) scale(0.95);
  }
  100% {
    -webkit-transform: translateX(0rem) scale(1);
    transform: translateX(0rem) scale(1);
  }
}
@-webkit-keyframes coin-3-anim {
  0% {
    -webkit-transform: translateY(0rem) scale(1);
    transform: translateY(0rem) scale(1);
  }
  50% {
    -webkit-transform: translateY(-0.5rem) scale(0.9);
    transform: translateY(-0.5rem) scale(0.9);
  }
  100% {
    -webkit-transform: translateY(0rem) scale(1);
    transform: translateY(0rem) scale(1);
  }
}
@keyframes coin-3-anim {
  0% {
    -webkit-transform: translateY(0rem) scale(1);
    transform: translateY(0rem) scale(1);
  }
  50% {
    -webkit-transform: translateY(-0.5rem) scale(0.9);
    transform: translateY(-0.5rem) scale(0.9);
  }
  100% {
    -webkit-transform: translateY(0rem) scale(1);
    transform: translateY(0rem) scale(1);
  }
}
@-webkit-keyframes coin-4-anim {
  0% {
    -webkit-transform: translateY(0rem) scale(1);
    transform: translateY(0rem) scale(1);
  }
  50% {
    -webkit-transform: translateY(2rem) scale(1.05);
    transform: translateY(2rem) scale(1.05);
  }
  100% {
    -webkit-transform: translateY(0rem) scale(1);
    transform: translateY(0rem) scale(1);
  }
}
@keyframes coin-4-anim {
  0% {
    -webkit-transform: translateY(0rem) scale(1);
    transform: translateY(0rem) scale(1);
  }
  50% {
    -webkit-transform: translateY(2rem) scale(1.05);
    transform: translateY(2rem) scale(1.05);
  }
  100% {
    -webkit-transform: translateY(0rem) scale(1);
    transform: translateY(0rem) scale(1);
  }
}
@-webkit-keyframes coin-5-anim {
  0% {
    -webkit-transform: translateX(0rem) scale(1);
    transform: translateX(0rem) scale(1);
  }
  50% {
    -webkit-transform: translateX(-1rem) scale(0.95);
    transform: translateX(-1rem) scale(0.95);
  }
  100% {
    -webkit-transform: translateX(0rem) scale(1);
    transform: translateX(0rem) scale(1);
  }
}
@keyframes coin-5-anim {
  0% {
    -webkit-transform: translateX(0rem) scale(1);
    transform: translateX(0rem) scale(1);
  }
  50% {
    -webkit-transform: translateX(-1rem) scale(0.95);
    transform: translateX(-1rem) scale(0.95);
  }
  100% {
    -webkit-transform: translateX(0rem) scale(1);
    transform: translateX(0rem) scale(1);
  }
}
@-webkit-keyframes decor-1-anim {
  0% {
    -webkit-transform: translateX(0rem) scale(1);
    transform: translateX(0rem) scale(1);
  }
  50% {
    -webkit-transform: translateX(1rem) scale(0.95);
    transform: translateX(1rem) scale(0.95);
  }
  100% {
    -webkit-transform: translateX(0rem) scale(1);
    transform: translateX(0rem) scale(1);
  }
}
@keyframes decor-1-anim {
  0% {
    -webkit-transform: translateX(0rem) scale(1);
    transform: translateX(0rem) scale(1);
  }
  50% {
    -webkit-transform: translateX(1rem) scale(0.95);
    transform: translateX(1rem) scale(0.95);
  }
  100% {
    -webkit-transform: translateX(0rem) scale(1);
    transform: translateX(0rem) scale(1);
  }
}
@-webkit-keyframes decor-2-anim {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes decor-2-anim {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}