.ui-dialog__wrapper {
  display: flex;
  position: relative;
  flex-direction: row;
  max-width: none !important;
  border-radius: 20px !important;
}
.ui-dialog__wrapper > div {
  background-color: #ffffff;
}
.ui-dialog__close {
  z-index: 1;
  margin: 1.3vw;
}
.ui-dialog__close .eva-close {
  opacity: 0.8;
  color: #DAE3EA;
  font-size: 2.2vw !important;
}
.ui-dialog__form {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 3.2vw;
  flex-direction: column;
  justify-content: space-between;
}
.ui-dialog .q-card {
  border-radius: 0 !important;
}
@media screen and (max-aspect-ratio: 1/1) {
.ui-dialog__form {
    padding: 7vw;
}
.ui-dialog__close {
    margin: 3.5vw;
}
.ui-dialog .eva-close {
    font-size: 8vw !important;
}
}
.ui-btn {
  font-weight: 500;
  text-transform: uppercase;
}
.ui-btn.size-md {
  height: 3.375rem;
  padding: 0 2.2rem;
  font-size: 0.8125rem;
  border-radius: 2.5rem;
}
.ui-btn.size-lg {
  height: 4.375rem;
  padding: 0 2.5rem;
  font-size: 0.9375rem;
  border-radius: 3rem;
}
.ui-btn.size-lg.q-btn--round {
  width: 4.375rem;
  max-width: 4.375rem;
  padding: 0 !important;
}
@media screen and (max-aspect-ratio: 1/1) {
.ui-btn.size-md {
    height: 15vw;
    padding: 0 9.9vw;
    font-size: 3.3vw;
}
.ui-btn.size-lg {
    height: 15vw;
    padding: 0 9.9vw;
    font-size: 3.3vw;
}
}
.q-dialog__inner {
  overflow: auto;
  pointer-events: all !important;
}
.q-dialog__inner > div {
  box-shadow: none;
  height: unset !important;
  max-height: unset !important;
}
.dialog-callback .q-field {
  font-size: 1.2vw;
}
.dialog-callback .q-field__native {
  line-height: 1.7vw;
  padding-top: 1.7vw;
  padding-bottom: 0.6vw;
}
.dialog-callback .q-field__label {
  left: 0;
  top: 1.7vw;
  height: 1.2vw;
  display: flex;
  max-width: 100%;
  font-size: 1.2vw;
  font-weight: 300;
  align-items: center;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.6);
}
.dialog-callback .q-field__control {
  height: 4.4vw;
  padding: 0 1.4vw;
  border-radius: 16px;
  background-color: #F0F5FA;
  box-sizing: border-box !important;
}
.dialog-callback .q-field__control:before, .dialog-callback .q-field__control:after {
  display: none !important;
}
.dialog-callback .q-checkbox__label {
  font-size: 0.9vw;
  font-weight: 300;
}
.dialog-callback .q-textarea .q-field__control {
  height: auto !important;
}
.dialog-callback .q-field--focused .q-field__control {
  border: 1px solid #35B3FF;
}
.dialog-callback .q-field--float .q-field__label {
  transform: translateY(-80%) scale(0.75);
}
@media screen and (max-aspect-ratio: 1/1) {
.dialog-callback .text-caption {
    margin: 3vw 0;
}
.dialog-callback .q-field {
    margin-top: 2vw;
    font-size: 3.8vw;
}
.dialog-callback .q-field__native {
    line-height: 1.7vw;
    padding-top: 1.7vw;
    padding-bottom: 0.6vw;
}
.dialog-callback .q-field__label {
    top: 5vw;
    height: 3.8vw;
    font-size: 3.8vw;
}
.dialog-callback .q-field__control {
    height: 14vw;
    padding: 0 5.2vw;
}
.dialog-callback .q-checkbox__label {
    font-size: 2.8vw;
    font-weight: 300;
}
}
.layout-loading__message {
  color: white;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.5em;
  text-transform: uppercase;
}
.layout-loading__percentage {
  color: white;
  font-size: 100px;
  font-weight: bold;
}
.layout-loading__bar {
  left: 50%;
  width: 200px;
  bottom: 69px;
  position: fixed;
  margin-left: -100px;
}
.block-socials {
  display: flex;
  flex-wrap: nowrap;
}
.block-socials__btn {
  height: 4rem;
  min-width: 4rem;
  border-radius: 2rem;
  background: rgba(14, 7, 34, 0.2);
}
.block-socials__btn:not(:last-child) {
  margin-right: 0.5rem;
}
.block-socials__btn__icon {
  width: 2rem;
  height: 2rem;
}
.block-socials__btn__text {
  color: #FFF;
  font-weight: 400;
  padding: 0 1.75rem;
  font-style: normal;
  line-height: normal;
  font-size: 1.1875rem;
  text-transform: none;
}
body.mobile .block-socials__btn {
  height: 3.125rem;
  min-width: 3.125rem;
  background: rgba(167, 138, 255, 0.09);
}
body.mobile .block-socials__btn:not(:last-child) {
  margin-right: 0.25rem;
}
body.mobile .block-socials__btn__icon {
  width: 1.5rem;
  height: 1.5rem;
}
body.mobile .block-socials__btn__text {
  font-size: 0.875rem;
}
.ui-menu-btn {
  width: 1rem;
  height: 1rem;
  position: relative;
  animation: menuButton 0.5s ease forwards;
  -webkit-animation: menuButton 0.5s ease forwards;
}
.ui-menu-btn__wrapper {
  height: 4rem;
  display: flex;
  min-width: 4rem;
  border-radius: 2rem;
  align-items: center;
  margin-left: 1.5rem;
  padding: 0 0.44rem 0 1.44rem;
  background: rgba(14, 7, 34, 0.2);
}
.ui-menu-btn__text {
  color: #FFF;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-right: 1.06rem;
}
.ui-menu-btn__round {
  display: flex;
  width: 3.125rem;
  height: 3.125rem;
  background: #FFF;
  border-radius: 2rem;
  align-items: center;
  justify-content: center;
}
.ui-menu-btn .element {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 2rem;
  position: absolute;
  background: #0E0722;
  transition: width ease 0.5s;
}
.ui-menu-btn .ui-menu-btn__dot-1 {
  transform: rotate(45deg);
}
.ui-menu-btn .ui-menu-btn__dot-2 {
  transform: rotate(-45deg);
}
.ui-menu-btn .ui-menu-btn__dot-3 {
  transform: rotate(45deg);
}
.ui-menu-btn .ui-menu-btn__dot-4 {
  transform: rotate(-45deg);
}
.ui-menu-btn.active .element {
  width: 0.8rem;
}
.ui-menu-btn.active .ui-menu-btn__dot-1 {
  transform: translateY(0.2rem) translateX(-0.1rem) rotate(45deg);
}
.ui-menu-btn.active .ui-menu-btn__dot-2 {
  transform: translateY(0.2rem) translateX(0.1rem) rotate(-45deg);
}
.ui-menu-btn.active .ui-menu-btn__dot-3 {
  transform: translateY(-0.2rem) translateX(0.1rem) rotate(45deg);
}
.ui-menu-btn.active .ui-menu-btn__dot-4 {
  transform: translateY(-0.2rem) translateX(-0.1rem) rotate(-45deg);
}
body.mobile .ui-menu-btn {
  width: 0.8rem;
  height: 0.8rem;
}
body.mobile .ui-menu-btn__wrapper {
  height: 3.125rem;
}
body.mobile .ui-menu-btn__text {
  font-size: 0.625rem;
}
body.mobile .ui-menu-btn__round {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 1.56rem;
}
body.mobile .ui-menu-btn.active .ui-menu-btn__dot-1 {
  transform: translateY(0.18rem) translateX(-0.1rem) rotate(45deg);
}
body.mobile .ui-menu-btn.active .ui-menu-btn__dot-2 {
  transform: translateY(0.18rem) translateX(0.1rem) rotate(-45deg);
}
body.mobile .ui-menu-btn.active .ui-menu-btn__dot-3 {
  transform: translateY(-0.18rem) translateX(0.1rem) rotate(45deg);
}
body.mobile .ui-menu-btn.active .ui-menu-btn__dot-4 {
  transform: translateY(-0.18rem) translateX(-0.1rem) rotate(-45deg);
}
@keyframes menuButton {
0% {
    transform: rotate(315deg);
}
25% {
    transform: rotate(360deg);
}
100% {
    transform: rotate(0deg);
}
}
.ui-menu-btn.active {
  animation: menuButtonReverse 0.5s ease forwards;
  -webkit-animation: menuButtonReverse 0.5s ease forwards;
}
@keyframes menuButtonReverse {
0% {
    transform: rotate(315deg);
}
25% {
    transform: rotate(360deg);
}
100% {
    transform: rotate(0deg);
}
}
.layout-header {
  top: 2rem;
  left: 4.38rem;
  right: 5rem;
  position: fixed;
}
.layout-header__logo {
  width: 12.49994rem;
  height: 3.5905rem;
}
body.mobile .layout-header {
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem 1.25rem 2rem;
  background: linear-gradient(180deg, #0E0722 0%, rgba(14, 7, 34, 0.8) 60%, rgba(14, 7, 34, 0) 100%);
}
body.mobile .layout-header__logo {
  width: 8.00013rem;
  height: 2.29794rem;
}
.layout-footer {
  overflow: hidden;
  max-width: 100vw;
  margin-top: 12rem;
  padding: 0 2rem 1.63rem;
}
.layout-footer__wrapper {
  border-radius: 3rem;
  background: #1B1334;
  padding: 8.34rem 0 3.06rem;
}
.layout-footer__content {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 0.5fr 0.5fr;
  grid-template-areas: "description navigation info" "copyright copyright copyright";
}
.layout-footer__content .text-secondary {
  font-weight: 300;
}
.layout-footer__logo {
  width: 14.3748rem;
  height: 4.3728rem;
}
.layout-footer__store-link:first-child {
  margin-right: 0.86rem;
}
.layout-footer__social-link {
  display: flex;
  width: 3.75rem;
  height: 3.75rem;
  background: white;
  border-radius: 1rem;
  align-items: center;
  justify-content: center;
}
.layout-footer__social-link__icon {
  width: 2rem;
  height: 2rem;
}
.layout-footer__social-link:not(:last-child) {
  margin-right: 1rem;
}
.layout-footer__description {
  font-weight: 300;
  grid-area: description;
}
.layout-footer__description .text-secondary {
  margin: 2.85rem 0 6.12rem;
}
.layout-footer__navigation {
  grid-area: navigation;
}
.layout-footer__navigation-link {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 1.7rem;
  text-transform: uppercase;
}
.layout-footer__navigation-link:hover {
  color: #BFFF58;
}
.layout-footer__info {
  grid-area: info;
}
.layout-footer__copyright {
  padding-top: 13rem;
  grid-area: copyright;
}
body.mobile .layout-footer {
  padding: 0;
  overflow: hidden;
  max-width: 100vw;
  margin-top: 5.31rem;
}
body.mobile .layout-footer__wrapper {
  background: #1B1334;
  border-radius: 2rem 2rem 0 0;
  padding: 3.12rem 1.25rem 2rem;
}
body.mobile .layout-footer__content {
  width: 100%;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-template-areas: "description" "navigation" "info" "copyright";
}
body.mobile .layout-footer__content .text-secondary {
  font-weight: 300;
}
body.mobile .layout-footer__logo {
  width: 9.86231rem;
}
body.mobile .layout-footer__description .text-secondary {
  margin: 1.74rem 0 2.51rem;
}
body.mobile .layout-footer__navigation {
  margin-bottom: 1.86rem;
}
body.mobile .layout-footer__navigation-link {
  margin-left: 1.7rem;
}
body.mobile .layout-footer__navigation__marker {
  top: 0;
  width: 1rem;
  left: -1.7rem;
  position: absolute;
  transition: transform ease-in-out 0.2s;
}
body.mobile .layout-footer__socials {
  margin-bottom: 1.5rem;
  justify-content: space-between;
}
body.mobile .layout-footer__buttons {
  justify-content: space-between;
}
body.mobile .layout-footer__copyright {
  padding-top: 4.88rem;
}
body.mobile .layout-footer__copyright {
  flex-direction: column-reverse;
}
body.mobile .layout-footer__copyright__links {
  margin-bottom: 2.06rem;
  display: grid !important;
  grid-template-columns: 1fr 1px 1fr;
}
body.mobile .layout-footer__copyright__links a:last-child {
  padding-left: 1.44rem;
}
body.mobile .layout-footer__copyright__links__divider {
  width: 1px;
  height: 100%;
  background: #73738A;
}
.layout-menu {
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.layout-menu .q-scrollarea__content {
  color: #FFFFFF;
  display: grid;
  grid-template-rows: 1fr 4rem;
  grid-template-columns: 1fr 1fr;
  background: rgba(14, 7, 34, 0.4);
  padding: 12.75rem 13.13rem 2.56rem;
}
.layout-menu a {
  color: #FFFFFF;
  text-decoration: none;
}
.layout-menu__title {
  color: #FFF;
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  text-transform: uppercase;
}
.layout-menu__title .q-img {
  margin-top: -4rem;
}
.layout-menu__description {
  margin: 1.75rem 0 4.5rem;
  color: #8E899E;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  /* 2.025rem */
}
.layout-menu__items {
  height: 100%;
  display: flex;
  margin-left: 6rem;
  flex-direction: column;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  /* 3.0375rem */
  text-transform: uppercase;
}
.layout-menu__items__marker {
  top: 0.1rem;
  left: -4rem;
  width: 2.7rem;
  position: absolute;
  transition: transform ease-in-out 0.2s;
}
.layout-menu__items a {
  position: relative;
  margin-bottom: 4rem;
}
.layout-menu__items a:hover {
  color: #BFFF58;
  margin-left: 1.2rem;
  transition: margin-left ease-in-out 0.2s;
}
.layout-menu__items a:hover .layout-menu__items__marker {
  transform: rotate(45deg);
}
.layout-menu__footer {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.layout-menu.v-enter-active, .layout-menu.v-leave-active {
  transition: opacity 0.5s ease;
}
.layout-menu.v-enter-from, .layout-menu.v-leave-to {
  opacity: 0;
}
body.mobile .layout-menu .q-scrollarea__content {
  grid-template-columns: 1fr;
  padding: 7rem 1.25rem 2rem;
  grid-template-rows: auto auto auto auto;
  grid-template-areas: "nav" "title" "footer" "copy";
}
body.mobile .layout-menu__section-nav {
  grid-area: nav;
}
body.mobile .layout-menu__section-title {
  grid-area: title;
}
body.mobile .layout-menu__section-footer {
  grid-area: footer;
}
body.mobile .layout-menu__section-copy {
  grid-area: copy;
}
body.mobile .layout-menu__title {
  font-size: 1.75rem;
}
body.mobile .layout-menu__title .q-img {
  margin-top: -1.3rem;
}
body.mobile .layout-menu__description {
  margin: 1rem 0 1.2rem;
  font-size: 0.6875rem;
}
body.mobile .layout-menu__socials {
  margin-bottom: 1.5rem;
  justify-content: space-between;
}
body.mobile .layout-menu__buttons {
  margin-bottom: 4.5rem;
  justify-content: space-between;
}
body.mobile .layout-menu__items {
  font-size: 1rem;
  margin-left: 1.7rem;
  margin-bottom: 1.5rem;
}
body.mobile .layout-menu__items__marker {
  top: 0.1rem;
  left: -1.7rem;
  width: 1rem;
}
body.mobile .layout-menu__items a {
  margin-bottom: 2.5rem;
}
body.mobile .layout-menu__items a:hover {
  margin-left: 1.2rem;
}
body.mobile .layout-menu__footer {
  font-size: 0.625rem;
}
body.mobile .layout-menu .q-breadcrumbs {
  margin-bottom: 2rem;
}
body.mobile .layout-menu .q-breadcrumbs .flex {
  flex-wrap: nowrap;
}
.q-layout {
  overflow: hidden;
  max-width: 100vw;
}
.layout-wrapper {
  z-index: 1;
  margin: 0 auto;
  width: 93.75rem;
  position: relative;
  max-width: 93.75rem;
}
body.mobile .layout-wrapper {
  width: calc(100vw - 2.5rem);
  max-width: calc(100vw - 2.5rem);
}
.layout-wrapper-small {
  z-index: 1;
  margin: 0 auto;
  width: 79.8125rem;
  position: relative;
  max-width: 79.8125rem;
}
* {
  cursor: none;
}
.custom-cursor {
  z-index: 9999;
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
}
.custom-cursor--small {
  top: -0.625rem;
  left: -0.625rem;
  width: 1.25rem;
  height: 1.25rem;
  background: #BFFF58;
  transition: all 0.3s ease-in-out;
  transition-property: width, height, opacity;
}
.custom-cursor--small.hovered {
  width: 5.625rem;
  height: 5.625rem;
}
.custom-cursor--large {
  top: -1rem;
  left: -1rem;
  width: 2rem;
  height: 2rem;
  border: 1px solid #BFFF58;
}
.custom-cursor--large.hovered {
  display: none;
}

/*# sourceMappingURL=248.120dfe1d.css.map*/