:where(
    :not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)
  ) {
  all: unset;
  display: revert;
}
*,
:after,
:before {
  box-sizing: border-box;
}
a,
button {
  cursor: revert;
}
menu,
ol,
ul {
  list-style: none;
}
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}
table {
  border-collapse: collapse;
}
input,
textarea {
  -webkit-user-select: auto;
}
textarea {
  white-space: revert;
}
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}
:where(pre) {
  all: revert;
}
::placeholder {
  color: unset;
}
::marker {
  content: normal;
}
:where([hidden]) {
  display: none;
}
:where([contenteditable]:not([contenteditable='false'])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}
:where([draggable='true']) {
  -webkit-user-drag: element;
}
:where(dialog:modal) {
  all: revert;
}
@font-face {
  font-family: FontRobotoRegular;
  src: url(../assets/roboto-regular-webfont.cb1117c5.woff);
}
body {
  font-family: FontRobotoRegular, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  height: 100%;
}
body {
  min-height: 100%;
}
main {
  padding-bottom: 40px;
}
#hamburger-portal {
  height: 100%;
  display: flex;
}
.__jivoMobileButton {
  display: none !important;
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-box-shadow: inset 0 0 0 30px #fff !important;
}
@media (min-width: 600px) {
  main {
    padding-bottom: 80px;
  }
}
.container {
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100vw;
}
.wheel-logo-bonus__logo {
  margin: 0 auto;
}
.wheel-logo-bonus__logo-image {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.wheel-logo-bonus__bonus {
  position: fixed;
  transform: translateX(-50%);
  z-index: 2;
}
.wheel-logo-bonus__bonus-image {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.wheel {
  position: fixed;
  transform: translateX(-50%);
  left: 50%;
  border-radius: 50%;
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 2;
}
.wheel,
.wheel__container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wheel__container {
  position: relative;
  height: 100%;
  width: 100%;
}
.wheel__pointer {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  z-index: 1;
}
.wheel__button {
  z-index: 1;
  text-transform: uppercase;
  cursor: pointer;
}
.wheel__button,
.wheel__button-bcg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wheel__button-bcg {
  display: block;
  height: 100%;
  width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.wheel__button-text {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  font-weight: 700;
  text-align: center;
}
.wheel__spinner {
  border-radius: 50%;
}
.wheel__spinner--animate {
  animation: wheelMove 2s ease-out infinite;
}
.wheel__inside {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: relative;
  height: 100%;
  width: 100%;
  transition: transform 2.5s ease-in-out;
}
.wheel__inside--odd-white > :nth-child(odd) {
  color: #fff;
}
.wheel__text {
  text-transform: uppercase;
  position: absolute;
  text-align: center;
  padding-top: 25px;
  transform-origin: bottom center;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 50%;
  font-weight: 700;
}
.wheel__text--rotated > * {
  transform: rotate(-90deg);
}
.wheel__text:nth-child(2) {
  transform: rotate(45deg);
}
.wheel__text:nth-child(3) {
  transform: rotate(90deg);
}
.wheel__text:nth-child(4) {
  transform: rotate(135deg);
}
.wheel__text:nth-child(5) {
  transform: rotate(180deg);
}
.wheel__text:nth-child(6) {
  transform: rotate(225deg);
}
.wheel__text:nth-child(7) {
  transform: rotate(270deg);
}
.wheel__text:nth-child(8) {
  transform: rotate(315deg);
}
@keyframes wheelMove {
  0% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(6deg);
  }
  to {
    transform: rotate(-6deg);
  }
}
.popup {
  position: fixed;
  top: 0;
  left: 100%;
  height: 100%;
  width: 100%;
  /* background-color: #fff; */
  background-color: rgba(0, 23, 44, 0.8);
  z-index: 4;
  overflow: hidden;
}
.popup--show {
  left: 0;
}
.popup__logo {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.popup__logo-image {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.popup__content {
  height: 100%;
  width: 100%;
  position: relative;
}
.popup__failure {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  display: flex;
}
.popup__failure-title {
  color: #fff;
  font-weight: 700;
  max-width: 200px;
}
.popup__failure-text {
  position: relative;
  max-width: 250px;
  line-height: 1.1;
}
.popup__failure-button {
  position: relative;
  border: none;
  font-weight: 700;
  border-radius: 50px;
  background: linear-gradient(180deg, #ffe600, #ffb800);
  text-shadow: 0 1px 0 #ffe249;
  box-shadow: inset 0 -2px 0 #f90;
  cursor: pointer;
}
.popup__failure-button:hover {
  background: linear-gradient(180deg, #ffb800, #ffe600);
  box-shadow: inset 0 -5px 0 #f90;
}
@font-face {
  font-family: FontPassionOneBold;
  src: url(../assets/PassionOne-Bold.fe8c0c23.woff);
}
.popup__success {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.popup__success-title {
  text-transform: uppercase;
  font-family: FontPassionOneBold, sans-serif;
  position: relative;
}
.popup__success-texts {
  position: relative;
  line-height: 1.3;
  text-transform: uppercase;
  width: 100%;
  margin: 0 auto;
}
.popup__success-main-text {
  font-weight: 700;
  max-width: 350px;
  width: 70%;
  margin: 0 auto 14px;
}
.popup__success-subtext {
  font-size: 16px;
}
.popup__success-button {
  position: relative;
  border: none;
  font-weight: 700;
  border-radius: 50px;
  background: linear-gradient(180deg, #ffe600, #ffb800);
  text-shadow: 0 1px 0 #ffe249;
  box-shadow: inset 0 -2px 0 #f90;
  cursor: pointer;
}
.popup__success-button:hover {
  background: linear-gradient(180deg, #ffb800, #ffe600);
  box-shadow: inset 0 -5px 0 #f90;
}
