a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  -webkit-text-fill-color: #393939;
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
img,
video {
  max-width: 100%;
}
html {
  background: #6560ca;
  font-size: 0.83333333vw;
  font-family: Montserrat;
  font-weight: 900;
}
body,
html {
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}
body .loader {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#42146b),
    to(#14236b)
  );
  background-image: -moz-linear-gradient(bottom, #42146b, #14236b);
  background-image: linear-gradient(0deg, #42146b, #14236b);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 500;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
}
body .loader.hide {
  opacity: 0;
  pointer-events: none;
}
body .bar {
  width: 34.5625em;
  height: 3.5em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body .bar-fill {
  height: 3em;
  display: block;
  background: #ffb800;
  width: 0;
  -moz-border-radius: 9.375em;
  border-radius: 9.375em;
  -webkit-animation: a 4s both;
  -moz-animation: a 4s both;
  animation: a 4s both;
  position: relative;
  margin-top: 0.3em;
  margin-left: 0.19em;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
body .bar-fill:after {
  top: 0;
  left: 0;
  background-image: -moz-linear-gradient(
    135deg,
    #ea3903 25%,
    transparent 0,
    transparent 50%,
    #ea3903 0,
    #ea3903 75%,
    transparent 0,
    transparent
  );
  background-image: linear-gradient(
    -45deg,
    #ea3903 25%,
    transparent 0,
    transparent 50%,
    #ea3903 0,
    #ea3903 75%,
    transparent 0,
    transparent
  );
  z-index: 1;
  -moz-background-size: 3.75em 3.75em;
  background-size: 3.75em 3.75em;
  background-position: 50%;
  -webkit-animation: b 4s linear infinite;
  -moz-animation: b 4s linear infinite;
  animation: b 4s linear infinite;
  -moz-border-radius: 9.375em;
  border-radius: 9.375em;
  height: 3em;
  width: 100%;
  display: inline-block;
}
body .bar-fill:after,
body .bar-fill:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
body .bar-fill:before {
  top: 0.3125em;
  left: -0.3125em;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(-0.15%, hsla(0, 0%, 100%, 0)),
    color-stop(98.76%, hsla(0, 0%, 100%, 0.63))
  );
  background-image: -moz-linear-gradient(
    left,
    hsla(0, 0%, 100%, 0) -0.15%,
    hsla(0, 0%, 100%, 0.63) 98.76%
  );
  background-image: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0) -0.15%,
    hsla(0, 0%, 100%, 0.63) 98.76%
  );
  z-index: 2;
  -webkit-animation: b 4s linear;
  -moz-animation: b 4s linear;
  animation: b 4s linear;
  -moz-border-radius: 21.875em;
  border-radius: 21.875em;
  height: 1.125em;
  width: 99%;
}
body .bar-unfill {
  position: relative;
  display: block;
  background: #14236b;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  -moz-border-radius: 3.125em;
  border-radius: 3.125em;
}
body .bar-unfill:before {
  content: "";
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(16.74%, #9a5bff),
    color-stop(85.98%, #22caff)
  );
  background: -moz-linear-gradient(bottom, #9a5bff 16.74%, #22caff 85.98%);
  background: linear-gradient(0deg, #9a5bff 16.74%, #22caff 85.98%);
  width: 103%;
  height: 124%;
  display: inline-block;
  -moz-border-radius: 3.125em;
  border-radius: 3.125em;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@-webkit-keyframes a {
  0% {
    width: 10%;
  }
  to {
    width: 98.9%;
  }
}
@-moz-keyframes a {
  0% {
    width: 10%;
  }
  to {
    width: 98.9%;
  }
}
@keyframes a {
  0% {
    width: 10%;
  }
  to {
    width: 98.9%;
  }
}
@-webkit-keyframes b {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 50% 50%;
  }
}
@-moz-keyframes b {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 50% 50%;
  }
}
@keyframes b {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 50% 50%;
  }
}
@media (max-aspect-ratio: 71/25) and (orientation: landscape) {
  html {
    font-size: 0.64vw;
  }
}
@media (max-aspect-ratio: 142/55) and (orientation: landscape) {
  html {
    font-size: 0.68vw;
  }
}
@media (max-aspect-ratio: 71/30) and (orientation: landscape) {
  html {
    font-size: 0.73vw;
  }
}
@media (max-aspect-ratio: 142/65) and (orientation: landscape) {
  html {
    font-size: 0.83333333vw;
  }
}
@media (max-aspect-ratio: 142/75) and (orientation: landscape) {
  html {
    font-size: 0.86vw;
  }
}
@media (max-aspect-ratio: 71/40) and (orientation: landscape) {
  html {
    font-size: 0.9vw;
  }
}
@media (max-aspect-ratio: 142/85) and (orientation: landscape) {
  html {
    font-size: 0.94vw;
  }
}
@media (max-aspect-ratio: 71/45) and (orientation: landscape) {
  html {
    font-size: 0.98vw;
  }
}
@media (max-aspect-ratio: 142/95) and (orientation: landscape) {
  html {
    font-size: 1.02vw;
  }
}
@media (max-aspect-ratio: 71/50) and (orientation: landscape) {
  html {
    font-size: 1.06vw;
  }
}
@media (max-aspect-ratio: 142/105) and (orientation: landscape) {
  html {
    font-size: 1.12vw;
  }
}
@media (max-aspect-ratio: 71/60) and (orientation: landscape) {
  html {
    font-size: 1.17vw;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  html {
    font-size: 1.6vw;
  }
}
@media (max-width: 500px) and (orientation: portrait) {
  html {
    font-size: 1.88vw;
  }
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Bold.woff2) format("woff2"),
    url(../fonts/Montserrat-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Black.woff2) format("woff2"),
    url(../fonts/Montserrat-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.body-wrap {
  height: 100%;
  background: url(../image/bg.jpg) no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  background-position: bottom;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.body-wrap,
.header {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.header {
  width: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 1.875em;
  z-index: 50;
}
.header__logo {
  position: relative;
  width: 17.5em;
  cursor: pointer;
}
.header__logo img {
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header__logo:hover img {
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .header {
    margin-top: 3.125em;
  }
}
@media (max-width: 500px) and (orientation: portrait) {
  .header {
    margin-top: 0.625em;
  }
}
.footer {
  width: 100%;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 1.25em;
  z-index: 5;
}
.footer,
.footer__items {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__items {
  width: 45em;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__item {
  position: relative;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 1.25em;
  margin-right: 1.25em;
  -webkit-filter: drop-shadow(0 0 0.625em rgba(0, 0, 0, 0.7));
  filter: drop-shadow(0 0 0.625em rgba(0, 0, 0, 0.7));
}
.footer__item:first-child {
  width: 10.25em;
}
.footer__item:nth-child(2) {
  width: 3.5625em;
}
.footer__item:nth-child(3) {
  width: 7.375em;
}
.footer__item:nth-child(4) {
  width: 6.0625em;
}
.footer__item:nth-child(5) {
  width: 3.375em;
}
.footer__item:nth-child(6) {
  width: 6.875em;
}
.footer__item:nth-child(7) {
  width: 5.125em;
}
.footer__item:nth-child(8) {
  width: 3.375em;
}
.footer__item:nth-child(9) {
  width: 2em;
}
.footer__item img {
  width: 100%;
  -webkit-filter: drop-shadow(0 0 0.625em rgba(0, 0, 0, 0.7));
  filter: drop-shadow(0 0 0.625em rgba(0, 0, 0, 0.7));
}
@media (max-width: 500px) and (orientation: portrait) {
  .footer {
    margin-top: 2.5em;
  }
  .footer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.625em;
    width: 100%;
    height: 15.625em;
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.6)),
      to(transparent)
    );
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6), transparent);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
    z-index: -1;
  }
  .footer__items {
    font-size: 1.6rem;
    width: 100%;
  }
  .footer__item {
    margin-left: 0.625em;
    margin-right: 0.625em;
  }
}
.main {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.main,
.main__wheel_block {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main__wheel_block {
  width: 36.375em;
  height: 36.375em;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5em;
}
.main__wheel_circle_back {
  position: absolute;
  width: 36.3125em;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 0;
}
.main__wheel_circle_back img {
  width: 100%;
}
.main__wheel_circle_main {
  position: absolute;
  width: 32.0625em;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}
.main__wheel_circle_main img {
  width: 100%;
}
.main__wheel_circle_main.static img,
.main__wheel_w {
  -webkit-animation: 2s c ease-in-out infinite alternate;
  -moz-animation: 2s c ease-in-out infinite alternate;
  animation: 2s c ease-in-out infinite alternate;
}
.main__wheel_w {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(20deg);
  -moz-transform: translate(-50%, -50%) rotate(20deg);
  -ms-transform: translate(-50%, -50%) rotate(20deg);
  transform: translate(-50%, -50%) rotate(20deg);
  width: 32.8125em;
  height: 32.875em;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 3;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.main__wheel_w.firstrot {
  -webkit-animation: 4s d ease-out forwards;
  -moz-animation: 4s d ease-out forwards;
  animation: 4s d ease-out forwards;
}
.main__wheel_w.secondrot {
  -webkit-animation: 4s e ease-out forwards;
  -moz-animation: 4s e ease-out forwards;
  animation: 4s e ease-out forwards;
}
.main__wheel_center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main__wheel_center img {
  width: 100%;
}
.main__wheel_wrap_txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: 2s c ease-in-out infinite alternate;
  -moz-animation: 2s c ease-in-out infinite alternate;
  animation: 2s c ease-in-out infinite alternate;
  z-index: 5;
}
.main__wheel_wrap_txt.firstrot {
  -webkit-animation: 4s d ease-out forwards;
  -moz-animation: 4s d ease-out forwards;
  animation: 4s d ease-out forwards;
}
.main__wheel_wrap_txt.secondrot {
  -webkit-animation: 4s e ease-out forwards;
  -moz-animation: 4s e ease-out forwards;
  animation: 4s e ease-out forwards;
}
.main__wheel_center_text {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 4;
}
.main__wheel_center_text_item {
  position: absolute;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 0.125em 0.0625em 0.125em rgba(0, 0, 0, 0.4);
  text-align: center;
}
.main__wheel_center_text_item span {
  text-transform: uppercase;
  color: #fff;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 1.05;
}
.main__wheel_center_text_item span:first-child {
  font-size: 2em;
}
.main__wheel_center_text_item span:first-child span {
  font-size: 1.0625em;
}
.main__wheel_center_text_item span:last-child {
  font-size: 0.875em;
  font-weight: 500;
}
.main__wheel_center_text_item.item-1 {
  margin-top: -10.3125em;
}
.main__wheel_center_text_item.item-2 {
  margin-top: -7.1875em;
  margin-left: 7.1875em;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.main__wheel_center_text_item.item-3 {
  margin-left: 10.3125em;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.main__wheel_center_text_item.item-3 span:first-child {
  font-size: 2.25em;
}
.main__wheel_center_text_item.item-4 {
  margin-top: 7.1875em;
  margin-left: 7.1875em;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  -moz-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.main__wheel_center_text_item.item-5 {
  margin-top: 10.3125em;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -moz-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.main__wheel_center_text_item.item-6 {
  margin-top: 7.1875em;
  margin-left: -7.1875em;
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
  -moz-transform: translate(-50%, -50%) rotate(225deg);
  -ms-transform: translate(-50%, -50%) rotate(225deg);
  transform: translate(-50%, -50%) rotate(225deg);
}
.main__wheel_center_text_item.item-7 {
  margin-left: -10.3125em;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -moz-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}
.main__wheel_center_text_item.item-7 span:first-child {
  font-size: 2.25em;
}
.main__wheel_center_text_item.item-8 {
  margin-top: -7.1875em;
  margin-left: -7.1875em;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.main__wheel_circle_arr {
  position: absolute;
  width: 4.5625em;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 4;
  top: -0.125em;
}
.main__wheel_circle_arr img {
  width: 100%;
}
.main__wheel_circle_glow_1 {
  position: absolute;
  width: 13.9375em;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2;
  top: 1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: -0.125em;
  opacity: 0;
}
.main__wheel_circle_glow_1 img {
  width: 100%;
  -webkit-animation: 1s i linear infinite;
  -moz-animation: 1s i linear infinite;
  animation: 1s i linear infinite;
}
.main__wheel_circle_glow_1.glow-add {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  opacity: 1;
}
.main__wheel_circle_glow_2 {
  position: absolute;
  width: 14.25em;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 3;
  top: 1.125em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: -0.25em;
  opacity: 0;
}
.main__wheel_circle_glow_2 img {
  width: 100%;
  -webkit-animation: 1s i linear infinite;
  -moz-animation: 1s i linear infinite;
  animation: 1s i linear infinite;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.main__wheel_circle_glow_2.glow-add {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  opacity: 1;
}
.main__wheel_btn_main {
  position: absolute;
  width: 9.25em;
  height: 9.25em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-image: url(../image/circle-btn.png);
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
.main__wheel_btn_main span {
  margin: auto;
  font-family: Montserrat;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.main__wheel_btn_main:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
  -webkit-filter: brightness(1.1) hue-rotate(-10deg);
  filter: brightness(1.1) hue-rotate(-10deg);
}
.main__wheel_btn_main.dismiss {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.main__pergament_1 {
  position: absolute;
  width: 11.4375em;
  height: 13.125em;
  background: url(../image/pergament.png) no-repeat;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: -27.5em;
  margin-top: -8.125em;
  z-index: 5;
}
.main__pergament_1.second {
  margin-top: 9.375em;
}
.main__pergament_1_text_1 {
  position: absolute;
  width: 100%;
  text-align: center;
}
.main__pergament_1_text_1.dismiss {
  -webkit-animation: 1s g ease-in-out forwards;
  -moz-animation: 1s g ease-in-out forwards;
  animation: 1s g ease-in-out forwards;
}
.main__pergament_1_text_1 span {
  font-size: 1.125em;
  text-transform: uppercase;
  color: #af6301;
  font-weight: 700;
  line-height: 1.2;
}
.main__pergament_1_text_2 {
  position: relative;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
}
.main__pergament_1_text_2.first-anim {
  -webkit-animation: 0.8s h ease-in-out forwards;
  -moz-animation: 0.8s h ease-in-out forwards;
  animation: 0.8s h ease-in-out forwards;
}
.main__pergament_1_text_2_1 {
  position: relative;
  width: 100%;
}
.main__pergament_1_text_2_1 span {
  font-size: 1.125em;
  text-transform: uppercase;
  color: #af6301;
  font-weight: 700;
  line-height: 1.2;
}
.main__pergament_1_text_2_2 {
  position: relative;
  width: 100%;
}
.main__pergament_1_text_2_2 span {
  font-size: 1.0625em;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#9929ea),
    to(#5808fb)
  );
  background-image: -moz-linear-gradient(bottom, #9929ea, #5808fb);
  background-image: linear-gradient(0deg, #9929ea, #5808fb);
  text-shadow: 0 0.0588235294em 0.0588235294em rgba(0, 0, 0, 0.3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}
.main__pergament_1_text_2_2 span:first-child {
  font-size: 3.625em;
}
.main__pergament_1_text_2_3 {
  position: relative;
  width: 100%;
}
.main__pergament_1_text_2_3 span {
  font-size: 1.0625em;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.1;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#9929ea),
    to(#5808fb)
  );
  background-image: -moz-linear-gradient(bottom, #9929ea, #5808fb);
  background-image: linear-gradient(0deg, #9929ea, #5808fb);
  text-shadow: 0 0.0588235294em 0.0588235294em rgba(0, 0, 0, 0.3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}
.main__pergament_1_text_2_3 span:first-child {
  font-size: 2.1875em;
}
.main__zeus_block {
  right: 19.375em;
  bottom: -6.5625em;
  height: 50.0625em;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main__zeus,
.main__zeus_block {
  position: absolute;
  width: 24.25em;
}
.main__zeus {
  left: 0;
  top: 0;
  z-index: 5;
}
.main__zeus img {
  width: 100%;
}
.main #canvas {
  top: -8.625em;
  right: -15.5em;
  -webkit-transform: rotate(210deg);
  -moz-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
  mix-blend-mode: color-dodge;
  width: 31.25em;
  height: 31.25em;
  z-index: 6;
  opacity: 0;
}
.main #canvas,
.main__flash_2 {
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main__flash_2 {
  width: 62.5em;
  z-index: 4;
  bottom: -13.75em;
  left: -56.25em;
}
.main__flash_2 img {
  width: 100%;
  -webkit-animation: 1s j ease-in-out infinite;
  -moz-animation: 1s j ease-in-out infinite;
  animation: 1s j ease-in-out infinite;
}
.flash_1 {
  position: absolute;
  width: 42.9375em;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 4;
  top: -4.6875em;
  right: 0;
}
.flash_1 img {
  width: 100%;
  -webkit-animation: 1s j ease-in-out infinite;
  -moz-animation: 1s j ease-in-out infinite;
  animation: 1s j ease-in-out infinite;
}
.bg-item-1 {
  position: absolute;
  width: 10.1875em;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 4;
  left: 17.5em;
  top: 3.125em;
}
.bg-item-1 img {
  width: 100%;
  opacity: 0;
  -webkit-transform: translate(-6.25em, -6.25em) rotate(-100deg);
  -moz-transform: translate(-6.25em, -6.25em) rotate(-100deg);
  -ms-transform: translate(-6.25em, -6.25em) rotate(-100deg);
  transform: translate(-6.25em, -6.25em) rotate(-100deg);
}
.bg-item-2 {
  position: absolute;
  width: 14.1875em;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 4;
  left: 10em;
  bottom: 3.125em;
}
.bg-item-2 img {
  width: 100%;
  opacity: 0;
  -webkit-transform: translate(-8.75em, 6.25em) rotate(70deg);
  -moz-transform: translate(-8.75em, 6.25em) rotate(70deg);
  -ms-transform: translate(-8.75em, 6.25em) rotate(70deg);
  transform: translate(-8.75em, 6.25em) rotate(70deg);
}
.bg-item-3 {
  position: absolute;
  width: 12.8125em;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 4;
  right: 7.5em;
  top: 3.125em;
}
.bg-item-3 img {
  width: 100%;
  opacity: 0;
  -webkit-transform: translate(8.75em, -6.25em) rotate(-70deg);
  -moz-transform: translate(8.75em, -6.25em) rotate(-70deg);
  -ms-transform: translate(8.75em, -6.25em) rotate(-70deg);
  transform: translate(8.75em, -6.25em) rotate(-70deg);
}
.bg-item-4 {
  position: absolute;
  width: 14.4375em;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 4;
  right: 3.125em;
  bottom: 3.125em;
}
.bg-item-4 img {
  width: 100%;
  opacity: 0;
  -webkit-transform: translate(8.75em, 6.25em) rotate(30deg);
  -moz-transform: translate(8.75em, 6.25em) rotate(30deg);
  -ms-transform: translate(8.75em, 6.25em) rotate(30deg);
  transform: translate(8.75em, 6.25em) rotate(30deg);
}
@media (max-aspect-ratio: 142/75) and (orientation: landscape) {
  .main__zeus_block {
    right: 17.5em;
  }
}
@media (max-aspect-ratio: 142/85) and (orientation: landscape) {
  .main__zeus_block {
    right: 12.5em;
  }
  .bg-item-1 {
    left: 12.5em;
  }
  .bg-item-2 {
    left: 5em;
  }
  .bg-item-3 {
    right: 2.5em;
  }
  .bg-item-4 {
    right: 1.875em;
    bottom: 1.875em;
  }
}
@media (max-aspect-ratio: 142/95) and (orientation: landscape) {
  .main__zeus_block {
    right: 8.125em;
  }
  .bg-item-1 {
    left: 10em;
  }
  .bg-item-2 {
    left: 1.875em;
  }
  .bg-item-3 {
    right: 1.25em;
  }
  .bg-item-4 {
    right: 0.625em;
    bottom: 0.625em;
  }
}
@media (max-aspect-ratio: 142/105) and (orientation: landscape) {
  .main__zeus_block {
    right: 5em;
  }
  .bg-item-1 {
    left: 7.5em;
  }
  .bg-item-2 {
    left: 0.625em;
  }
  .bg-item-3 {
    right: 0;
  }
  .bg-item-4 {
    right: -0.625em;
    bottom: -0.625em;
  }
}
@media (max-aspect-ratio: 71/55) and (orientation: landscape) {
  .main__wheel_block {
    font-size: 1.1rem;
  }
}
@media (max-aspect-ratio: 142/115) and (orientation: landscape) {
  .main__wheel_block {
    font-size: 1.2rem;
  }
}
@media (max-aspect-ratio: 71/60) and (orientation: landscape) {
  .main__zeus_block {
    right: 0.625em;
  }
  .bg-item-2 {
    left: -1.875em;
  }
  .bg-item-3 {
    right: -3.125em;
  }
  .bg-item-4 {
    right: -2.5em;
    bottom: -2.5em;
  }
}
@media (max-aspect-ratio: 142/125) and (orientation: landscape) {
  .main__wheel_block {
    margin-bottom: 7.5em;
  }
}
@media (max-aspect-ratio: 71/65) and (orientation: landscape) {
  .main__wheel_block {
    margin-bottom: 10.625em;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  .main {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .main__wheel_block {
    margin-bottom: 0;
    margin-top: 5em;
  }
  .main__pergament_1 {
    margin-left: -22.5em;
    font-size: 1.1rem;
  }
  .main__zeus_block {
    right: -5em;
    bottom: 6.25em;
  }
  .main__flash_2 {
    bottom: -18.75em;
    left: -53.125em;
  }
  .bg-item-1 {
    left: 4.375em;
    top: 5.625em;
    width: 8.75em;
  }
  .bg-item-2 {
    width: 10.625em;
    left: 3.75em;
    bottom: unset;
    top: 51.875em;
  }
  .bg-item-3 {
    width: 12.1875em;
    right: 1.25em;
    top: 1.25em;
  }
  .bg-item-4 {
    width: 13.125em;
    right: -3.75em;
    bottom: 7.5em;
  }
  .flash_1 {
    width: 42.9375em;
    top: 0;
    right: -21.875em;
    z-index: 5;
  }
}
@media (max-width: 500px) and (orientation: portrait) {
  .bg-item-1,
  .bg-item-4 {
    display: none;
  }
  .bg-item-2 {
    width: 15em;
    left: 3.75em;
    top: 68.75em;
  }
  .bg-item-3 {
    top: 81.25em;
  }
  .main__wheel_block {
    margin-top: 10em;
    left: 0;
    font-size: 1.44rem;
    z-index: 2;
  }
  .main__pergament_1 {
    margin-left: -13.75em;
    margin-top: -20em;
    z-index: 5;
    font-size: 1.3rem;
  }
  .main__pergament_1.second {
    margin-top: -20em;
    margin-left: 13.75em;
    z-index: 5;
  }
  .main__zeus_block {
    right: 13.125em;
    top: 1.5625em;
    bottom: unset;
    width: 24.25em;
    height: 50.0625em;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main__zeus {
    width: 26.25em;
    z-index: 0;
  }
  .main #canvas {
    top: -7.375em;
    right: -17em;
    z-index: 0;
  }
  .flash_1,
  .main__flash_2 {
    z-index: 0;
  }
}
.modal-window {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 10;
  font-size: 1rem;
  font-family: Montserrat;
  font-weight: 700;
}
.modal-window:not(.open) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.modal-window:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url(../image/popup-bg-bg.png) no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  background-position: top;
  -webkit-animation: 1s f ease-in-out infinite alternate;
  -moz-animation: 1s f ease-in-out infinite alternate;
  animation: 1s f ease-in-out infinite alternate;
}
.modal {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -6.25em;
  width: 48.5em;
  height: 24.625em;
  background: url(../image/popup-bg.png) no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}
.modal__text_1 {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 4.375em;
}
.modal__text_1 span {
  font-size: 2.25em;
  color: #acf253;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 0.1111111111em 0.1388888889em rgba(0, 0, 0, 0.8);
  letter-spacing: 0.05em;
}
.modal__text_2 {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 2.5em;
}
.modal__text_2 span {
  font-size: 1.5em;
  color: #fdfdfd;
  text-transform: uppercase;
  font-weight: 700;
}
.modal__text_3 {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 0.625em;
}
.modal__text_3 span {
  font-size: 1.875em;
  color: #fdfdfd;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 700;
}
.modal__btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -8.75em;
  width: 43.375em;
  height: 7.5em;
  background: url(../image/popup-btn.png) no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.modal__btn span {
  font-weight: 700;
  font-size: 2.5em;
  color: #fdfdfd;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-shadow: 0 0.05em 0.25em rgba(0, 0, 0, 0.6);
}
.modal__btn:hover {
  -webkit-filter: hue-rotate(-100deg);
  filter: hue-rotate(-100deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 500px) and (orientation: portrait) {
  .modal-window {
    font-size: 1.05rem;
  }
  .modal-window .modal {
    top: 21.875em;
    -webkit-transform: translateY(0) translateX(-50%);
    -moz-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }
  .modal-window .modal__text_1 {
    font-size: 1.4rem;
  }
  .modal-window .modal__text_2 {
    font-size: 1.4rem;
    margin-top: 1.25em;
  }
  .modal-window .modal__text_3 {
    font-size: 1.4rem;
    margin-top: 0.5em;
  }
}
@-webkit-keyframes c {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-20deg);
    transform: translate(-50%, -50%) rotate(-20deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(20deg);
    transform: translate(-50%, -50%) rotate(20deg);
  }
}
@-moz-keyframes c {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(-20deg);
    transform: translate(-50%, -50%) rotate(-20deg);
  }
  to {
    -moz-transform: translate(-50%, -50%) rotate(20deg);
    transform: translate(-50%, -50%) rotate(20deg);
  }
}
@keyframes c {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-20deg);
    -moz-transform: translate(-50%, -50%) rotate(-20deg);
    transform: translate(-50%, -50%) rotate(-20deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(20deg);
    -moz-transform: translate(-50%, -50%) rotate(20deg);
    transform: translate(-50%, -50%) rotate(20deg);
  }
}
@-webkit-keyframes d {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(4turn);
    transform: translate(-50%, -50%) rotate(4turn);
  }
}
@-moz-keyframes d {
  to {
    -moz-transform: translate(-50%, -50%) rotate(4turn);
    transform: translate(-50%, -50%) rotate(4turn);
  }
}
@keyframes d {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(4turn);
    -moz-transform: translate(-50%, -50%) rotate(4turn);
    transform: translate(-50%, -50%) rotate(4turn);
  }
}
@-webkit-keyframes e {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(4turn);
    transform: translate(-50%, -50%) rotate(4turn);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(3195deg);
    transform: translate(-50%, -50%) rotate(3195deg);
  }
}
@-moz-keyframes e {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(4turn);
    transform: translate(-50%, -50%) rotate(4turn);
  }
  to {
    -moz-transform: translate(-50%, -50%) rotate(3195deg);
    transform: translate(-50%, -50%) rotate(3195deg);
  }
}
@keyframes e {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(4turn);
    -moz-transform: translate(-50%, -50%) rotate(4turn);
    transform: translate(-50%, -50%) rotate(4turn);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(3195deg);
    -moz-transform: translate(-50%, -50%) rotate(3195deg);
    transform: translate(-50%, -50%) rotate(3195deg);
  }
}
@-webkit-keyframes f {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
@-moz-keyframes f {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
@keyframes f {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
@-webkit-keyframes g {
  to {
    opacity: 0;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
}
@-moz-keyframes g {
  to {
    opacity: 0;
    -moz-transform: scale(0.4);
    transform: scale(0.4);
  }
}
@keyframes g {
  to {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    transform: scale(0.4);
  }
}
@-webkit-keyframes h {
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes h {
  to {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes h {
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes i {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10% {
    opacity: 0.8;
    -webkit-transform: scaleX(0.98);
    transform: scaleX(0.98);
  }
  20% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    opacity: 0.2;
    -webkit-transform: scaleX(1.04);
    transform: scaleX(1.04);
  }
  40% {
    opacity: 0.4;
    -webkit-transform: scaleX(0.95);
    transform: scaleX(0.95);
  }
  50% {
    opacity: 0.1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  60% {
    opacity: 1;
    -webkit-transform: scaleX(0.92);
    transform: scaleX(0.92);
  }
  70% {
    opacity: 0.2;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  80% {
    opacity: 1;
    -webkit-transform: scaleX(0.97);
    transform: scaleX(0.97);
  }
  90% {
    opacity: 0.5;
    -webkit-transform: scaleX(1.02);
    transform: scaleX(1.02);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-moz-keyframes i {
  0% {
    opacity: 1;
    -moz-transform: scaleX(1);
    transform: scaleX(1);
  }
  10% {
    opacity: 0.8;
    -moz-transform: scaleX(0.98);
    transform: scaleX(0.98);
  }
  20% {
    opacity: 1;
    -moz-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    opacity: 0.2;
    -moz-transform: scaleX(1.04);
    transform: scaleX(1.04);
  }
  40% {
    opacity: 0.4;
    -moz-transform: scaleX(0.95);
    transform: scaleX(0.95);
  }
  50% {
    opacity: 0.1;
    -moz-transform: scaleX(1);
    transform: scaleX(1);
  }
  60% {
    opacity: 1;
    -moz-transform: scaleX(0.92);
    transform: scaleX(0.92);
  }
  70% {
    opacity: 0.2;
    -moz-transform: scaleX(1);
    transform: scaleX(1);
  }
  80% {
    opacity: 1;
    -moz-transform: scaleX(0.97);
    transform: scaleX(0.97);
  }
  90% {
    opacity: 0.5;
    -moz-transform: scaleX(1.02);
    transform: scaleX(1.02);
  }
  to {
    opacity: 1;
    -moz-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes i {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
  }
  10% {
    opacity: 0.8;
    -webkit-transform: scaleX(0.98);
    -moz-transform: scaleX(0.98);
    transform: scaleX(0.98);
  }
  20% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    opacity: 0.2;
    -webkit-transform: scaleX(1.04);
    -moz-transform: scaleX(1.04);
    transform: scaleX(1.04);
  }
  40% {
    opacity: 0.4;
    -webkit-transform: scaleX(0.95);
    -moz-transform: scaleX(0.95);
    transform: scaleX(0.95);
  }
  50% {
    opacity: 0.1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
  }
  60% {
    opacity: 1;
    -webkit-transform: scaleX(0.92);
    -moz-transform: scaleX(0.92);
    transform: scaleX(0.92);
  }
  70% {
    opacity: 0.2;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
  }
  80% {
    opacity: 1;
    -webkit-transform: scaleX(0.97);
    -moz-transform: scaleX(0.97);
    transform: scaleX(0.97);
  }
  90% {
    opacity: 0.5;
    -webkit-transform: scaleX(1.02);
    -moz-transform: scaleX(1.02);
    transform: scaleX(1.02);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-webkit-keyframes j {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.7;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0.2;
  }
  40% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0.2;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes j {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.7;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0.2;
  }
  40% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0.2;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes j {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.7;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0.2;
  }
  40% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0.2;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes k {
  to {
    opacity: 1;
    -webkit-transform: translate(0) scale(1) rotate(0);
    transform: translate(0) scale(1) rotate(0);
  }
}
@-moz-keyframes k {
  to {
    opacity: 1;
    -moz-transform: translate(0) scale(1) rotate(0);
    transform: translate(0) scale(1) rotate(0);
  }
}
@keyframes k {
  to {
    opacity: 1;
    -webkit-transform: translate(0) scale(1) rotate(0);
    -moz-transform: translate(0) scale(1) rotate(0);
    transform: translate(0) scale(1) rotate(0);
  }
}
.anim {
  -webkit-animation: 1s k ease-in-out forwards;
  -moz-animation: 1s k ease-in-out forwards;
  animation: 1s k ease-in-out forwards;
}
@-webkit-keyframes l {
  to {
    opacity: 1;
  }
}
@-moz-keyframes l {
  to {
    opacity: 1;
  }
}
@keyframes l {
  to {
    opacity: 1;
  }
}
.anim-flash {
  -webkit-animation: 0.4s l ease-in-out forwards;
  -moz-animation: 0.4s l ease-in-out forwards;
  animation: 0.4s l ease-in-out forwards;
}
