*,
*::before,
*::after {
  box-sizing: border-box;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

html {
  font-family: sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #0d051f;
}

body {
  position: relative;
  font-family: "Prompt", sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.page {
  background: #0d051f;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media only screen and (min-width: 991px) {
  .container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1120px;
  }
}
@media only screen and (min-width: 1500px) {
  .container {
    max-width: 1320px;
  }
}

.fancybox-bg {
  background: rgba(12, 0, 14, 0.9) !important;
}

.fancybox-button > div {
  transition: 0.3s;
  background: #4bf0c4 !important;
}
.fancybox-button > div:hover {
  background: #c011e3 !important;
}
.fancybox-button > div:hover svg {
  color: #fff;
}
.fancybox-button > div svg {
  color: #000;
}

.hidden {
  display: none;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  letter-spacing: 0;
  line-height: 1.38;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffff;
  position: relative;
  z-index: 2;
  appearance: none;
  display: inline-block;
  border: none;
  border-radius: 0;
  text-align: center;
  transition: 0.3s;
  font-weight: 400;
  font-family: "Paytone One", sans-serif;
}
@media (min-width: 1200px) {
  .btn {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .btn {
    font-size: 1.8rem;
  }
}
.btn span {
  position: relative;
  z-index: 3;
  display: block;
  padding: 1.2rem 2.5rem;
}
@media only screen and (min-width: 991px) {
  .btn span {
    min-width: 16rem;
  }
}
@media only screen and (min-width: 1200px) {
  .btn span {
    padding: 1.6rem 2.5rem;
    min-width: 20rem;
  }
}
@media only screen and (min-width: 1500px) {
  .btn span {
    min-width: 23rem;
  }
}
.btn:hover {
  text-decoration: none;
}

.btn-login {
  display: flex;
  align-items: center;
  column-gap: 1.4rem;
}
.btn-login span {
  min-width: 1px;
  padding: 0;
  color: #4bf0c4;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  text-decoration-thickness: 0.1rem;
  transition: 0.3s;
  font-weight: normal;
}
.btn-login:hover span {
  color: #fff;
}

.btn-primary span {
  background: #4bf0c4;
  color: #000;
}
.btn-primary:hover span {
  background: #fff;
  color: #c011e3;
}
.btn-primary:hover::before, .btn-primary:hover::after {
  top: 0;
  left: 0;
}
.btn-primary::before, .btn-primary::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 1rem;
  left: 1rem;
  width: 100%;
  height: 100%;
  border: 0.3rem solid #c011e3;
  transition: 0.3s;
}
.btn-primary::after {
  border: 0.4rem solid #c011e3;
  filter: blur(5px);
}
.btn-primary.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.btn-secondary span {
  transition: 0.3s;
  background: #200b44;
  color: #fff;
  min-width: 1px;
}
.btn-secondary:hover span {
  background: #4bf0c4;
  color: #000;
}
.btn-secondary:hover::before, .btn-secondary:hover::after {
  opacity: 1;
}
.btn-secondary::before, .btn-secondary::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 1rem;
  left: 1rem;
  width: 100%;
  height: 100%;
  border: 0.3rem solid #c011e3;
  transition: 0.3s;
  opacity: 0;
}
.btn-secondary::after {
  border: 0.4rem solid #c011e3;
  filter: blur(5px);
}

.export-btn {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  color: #4bf0c4;
  font-weight: normal;
  transition: 0.3s;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  text-decoration-thickness: 0.1rem;
}
.export-btn:hover {
  color: #c011e3;
}
.export-btn img {
  max-height: 2.2rem;
  filter: brightness(0) saturate(100%) invert(74%) sepia(95%) saturate(320%) hue-rotate(97deg) brightness(104%) contrast(88%);
}

.btn-bin {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-bin img {
  display: block;
  width: 2rem;
  min-width: 20px;
  height: 2rem;
  filter: brightness(0) saturate(100%) invert(27%) sepia(96%) saturate(4034%) hue-rotate(279deg) brightness(88%) contrast(120%);
}
.btn-bin:hover img {
  filter: brightness(0) saturate(100%) invert(74%) sepia(95%) saturate(320%) hue-rotate(97deg) brightness(104%) contrast(88%);
}

@media only screen and (max-width: 600px) {
  .admin-bar #wpadminbar {
    position: fixed;
  }
}

.header-spacer {
  height: 6.3rem;
}
@media (min-width: 360px) {
  .header-spacer {
    height: 6.8rem;
  }
}
@media (min-width: 991px) {
  .header-spacer {
    height: 8.6rem;
  }
}
@media (min-width: 1200px) {
  .header-spacer {
    height: 9.6rem;
  }
}
@media (min-width: 1500px) {
  .header-spacer {
    height: 10.8rem;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
}
@media (min-width: 991px) {
  .header__content {
    padding: 2rem 0;
  }
}
@media (min-width: 1500px) {
  .header__content {
    padding: 2.6rem 0;
  }
}
@media only screen and (max-width: 990px) {
  .header__nav {
    display: none;
  }
  .header__nav.open {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    background: #0d051f;
  }
}
@media (min-width: 991px) {
  .header__nav {
    display: block !important;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__logo img {
  max-width: 16rem;
}
@media (min-width: 360px) {
  .header__logo img {
    max-width: 16rem;
  }
}
@media (min-width: 991px) {
  .header__logo img {
    max-width: 16rem;
  }
}
@media (min-width: 1200px) {
  .header__logo img {
    max-width: 20rem;
  }
}
@media (min-width: 1500px) {
  .header__logo img {
    max-width: 23.6rem;
  }
}
.header__toggle {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
}
@media (min-width: 991px) {
  .header__toggle {
    display: none;
  }
}
.header__toggle img {
  width: 2.4rem;
}
.header__close {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: absolute;
  top: 2rem;
  right: 2rem;
}
@media only screen and (min-width: 991px) {
  .header__close {
    display: none !important;
  }
}
.header__close img {
  width: 2rem;
}

.navigation > ul {
  list-style: none;
  margin: 0;
  padding: 5rem 0 3rem 0;
}
@media only screen and (min-width: 991px) {
  .navigation > ul {
    display: flex;
    align-items: center;
    column-gap: 2rem;
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation > ul {
    column-gap: 3rem;
  }
}
@media only screen and (min-width: 1500px) {
  .navigation > ul {
    column-gap: 3.4rem;
  }
}
.navigation > ul > li {
  position: relative;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 990px) {
  .navigation > ul > li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.navigation > ul > li.has-childs {
  flex-direction: column;
}
.navigation > ul > li.has-childs > a span {
  position: relative;
  padding: 0 2rem 0 0;
}
.navigation > ul > li.has-childs > a span::after {
  content: "";
  position: absolute;
  top: 1.2rem;
  right: 0;
  border-top: 0.5rem solid #4bf0c4;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
}
.navigation > ul > li.has-childs > a.current_page_parent span {
  color: #4bf0c4 !important;
}
.navigation > ul > li.has-childs > a:hover {
  text-decoration: none !important;
}
@media only screen and (min-width: 991px) {
  .navigation > ul > li.has-childs:hover ul {
    display: block;
  }
}
.navigation > ul > li.has-childs.open ul {
  display: block;
}
.navigation > ul > li > ul {
  display: none;
  list-style: none;
  margin: 0;
  background: #0d051f;
  z-index: 10;
  padding: 0 !important;
}
@media only screen and (min-width: 991px) {
  .navigation > ul > li > ul {
    padding: 1.6rem 1rem !important;
    position: absolute;
    top: 100%;
  }
}
.navigation > ul > li > ul > li {
  margin: 0;
  padding: 0;
}
.navigation > ul > li > ul > li > a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 1rem 0;
  transition: 0.3s;
  font-size: 1.8rem;
  color: #ffffff;
  white-space: nowrap;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .navigation > ul > li > ul > li > a {
    text-align: unset;
    padding: 0.9rem 1.5rem;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation > ul > li > ul > li > a {
    font-size: 1.8rem;
  }
}
.navigation > ul > li > ul > li > a span {
  position: relative;
}
.navigation > ul > li > ul > li > a.current_page_item span {
  color: #4bf0c4 !important;
}
.navigation > ul > li > ul > li > a:hover {
  color: #4bf0c4;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.2rem;
}
@media only screen and (max-width: 990px) {
  .navigation > ul > li > a.btn {
    margin: 1.5rem 0 0 0;
  }
}
.navigation > ul > li > a:not(.btn) {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: block;
  padding: 1rem 2.5rem;
  transition: 0.3s;
  font-family: "Paytone One", sans-serif;
  font-size: 1.8rem;
  color: #ffffff;
  white-space: nowrap;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .navigation > ul > li > a:not(.btn) {
    padding: 0.5rem 0;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1500px) {
  .navigation > ul > li > a:not(.btn) {
    font-size: 1.8rem;
  }
}
.navigation > ul > li > a:not(.btn):hover {
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  text-decoration-thickness: 0.2rem;
}
.navigation > ul > li > a:not(.btn).current-menu-item {
  color: #4bf0c4;
}
.navigation__submenu li:nth-child(1) a {
  border-left: 0.5rem solid #b2b2b1;
}
.navigation__submenu li:nth-child(1) a:hover {
  color: #b2b2b1;
}
.navigation__submenu li:nth-child(2) a {
  border-left: 0.5rem solid #684b2e;
}
.navigation__submenu li:nth-child(2) a:hover {
  color: #684b2e;
}
.navigation__submenu li:nth-child(3) a {
  border-left: 0.5rem solid #1f2f49;
}
.navigation__submenu li:nth-child(3) a:hover {
  color: #1f2f49;
}

.footer__main {
  position: relative;
  margin: 0.8rem 0;
}
.footer__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.2;
}
.footer__logo {
  width: 100%;
  padding: 8rem 0 4rem 0;
}
.footer__logo img {
  max-width: 20rem;
}
@media only screen and (min-width: 768px) {
  .footer__logo img {
    max-width: 20rem;
  }
}
@media only screen and (min-width: 1200px) {
  .footer__logo img {
    max-width: 23rem;
  }
}
.footer__separator {
  width: 100%;
  height: 0.2rem;
  background: #c011e3;
  position: relative;
}
.footer__separator::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -0.1rem;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.3rem solid #c011e3;
  transition: 0.3s;
  filter: blur(5px);
  opacity: 0.5;
}
.footer__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 0 3rem 0;
}
.footer__left {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .footer__left {
    row-gap: 4rem;
    width: 75%;
  }
}
.footer__right {
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .footer__right {
    width: 25%;
  }
}
.footer__title {
  letter-spacing: 0;
  line-height: 1.38;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffff;
  padding: 0;
  margin: 0 0 1.5rem 0;
  color: #4bf0c4;
}
@media (min-width: 1200px) {
  .footer__title {
    font-size: 1.6rem;
  }
}
.footer__texts {
  letter-spacing: 0;
  line-height: 1.38;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffff;
  width: 100%;
  color: #fff;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .footer__texts {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 991px) {
  .footer__texts {
    width: 50%;
    padding: 0 6rem 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .footer__texts {
    padding: 0 8rem 0 0;
  }
}
.footer__texts strong,
.footer__texts b {
  color: #4bf0c4;
  font-weight: normal;
}
.footer__texts p {
  margin: 0 0 3rem 0;
}
.footer__texts > *:last-child {
  margin: 0;
}
.footer__texts a {
  color: inherit;
  transition: 0.3s;
}
.footer__texts a:hover {
  color: #4bf0c4;
}
.footer__contact {
  letter-spacing: 0;
  line-height: 1.38;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffff;
  width: 100%;
  color: #fff;
  margin: 0 0 4rem 0;
}
@media (min-width: 1200px) {
  .footer__contact {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .footer__contact {
    width: 50%;
  }
}
.footer__socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  padding: 2rem 0;
}
@media only screen and (min-width: 991px) {
  .footer__socials {
    width: 50%;
    padding: 0;
  }
}
.footer__socials a:hover img {
  filter: brightness(0) saturate(100%) invert(27%) sepia(96%) saturate(4034%) hue-rotate(279deg) brightness(88%) contrast(120%);
}
.footer__copyright {
  letter-spacing: 0;
  line-height: 1.38;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffff;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  row-gap: 2rem;
  justify-content: center;
  padding: 1.6rem 0;
}
@media (min-width: 1200px) {
  .footer__copyright {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .footer__copyright {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__copyright-l {
  color: rgba(255, 255, 255, 0.8);
}
.footer__copyright-r {
  color: rgba(255, 255, 255, 0.8);
}
.footer__copyright-r a {
  color: inherit;
  text-decoration: none;
}
.footer__copyright-r a:hover {
  text-decoration: underline;
}
.footer__copyright-r img {
  transform: translate(0.4rem, 0.2rem);
}

.footer-contact,
.contact-box-item {
  letter-spacing: 0;
  line-height: 1.38;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffff;
  display: flex;
  align-items: flex-start;
  column-gap: 2rem;
}
@media (min-width: 1200px) {
  .footer-contact,
  .contact-box-item {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 550px) {
  .footer-contact,
  .contact-box-item {
    column-gap: 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .footer-contact,
  .contact-box-item {
    column-gap: 3.4rem;
  }
}
.footer-contact__icon,
.contact-box-item__icon {
  position: relative;
  z-index: 3;
}
.footer-contact__icon span,
.contact-box-item__icon span {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  background: #fff;
}
@media only screen and (min-width: 550px) {
  .footer-contact__icon span,
  .contact-box-item__icon span {
    width: 5.4rem;
    height: 5.4rem;
  }
}
.footer-contact__icon img,
.contact-box-item__icon img {
  max-width: 75%;
}
.footer-contact__icon::before, .footer-contact__icon::after,
.contact-box-item__icon::before,
.contact-box-item__icon::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0.8rem;
  left: 0.8rem;
  width: 100%;
  height: 100%;
  border: 0.3rem solid #c011e3;
  transition: 0.3s;
}
.footer-contact__icon::after,
.contact-box-item__icon::after {
  border: 0.4rem solid #c011e3;
  filter: blur(5px);
}
.footer-contact__title,
.contact-box-item__title {
  letter-spacing: 0;
  line-height: 1.38;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffff;
  color: #4bf0c4;
  margin: 0 0 0.4rem 0;
}
@media (min-width: 1200px) {
  .footer-contact__title,
  .contact-box-item__title {
    font-size: 1.6rem;
  }
}
.footer-contact a,
.contact-box-item a {
  color: #4bf0c4;
  transition: 0.3s;
  text-decoration: underline;
  font-size: 1.6rem;
  font-weight: normal;
  text-underline-offset: 0.4rem;
  text-decoration-thickness: 0.1rem;
}
.footer-contact a:hover,
.contact-box-item a:hover {
  color: #c011e3;
}
.footer-contact p,
.contact-box-item p {
  margin: 0;
  line-height: 1.8;
}

.contact-box-item {
  margin: 0 0 3rem 0;
}
@media only screen and (min-width: 768px) {
  .contact-box-item {
    margin: 0 0 4rem 0;
  }
}

.footer-navigation {
  letter-spacing: 0;
  line-height: 1.38;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .footer-navigation {
    font-size: 1.6rem;
  }
}
.footer-navigation__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-navigation__item {
  position: relative;
  margin: 0.7rem 0;
  padding: 0;
}
.footer-navigation__link {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 0 0 0 2.5rem;
  color: #fff;
  transition: 0.3s;
  font-weight: 400;
  font-size: 1.6rem;
}
.footer-navigation__link::before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0.6rem;
  left: 0;
  background: #c011e3;
}
.footer-navigation__link:hover {
  color: #c011e3;
}

.intro-border {
  position: relative;
  width: 100%;
  height: 0.2rem;
  background: #c011e3;
}
.intro-border::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -0.1rem;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.3rem solid #c011e3;
  transition: 0.3s;
  filter: blur(5px);
  opacity: 0.5;
}

.intro {
  position: relative;
  margin: 0.8rem 0;
}
.intro__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.intro__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: calc(100vh - 10rem);
  max-height: 76rem;
}
@media (min-width: 991px) {
  .intro__content {
    height: calc(100vh - 11rem);
  }
}
@media (min-width: 1200px) {
  .intro__content {
    height: calc(100vh - 12rem);
  }
}
@media (min-width: 1500px) {
  .intro__content {
    height: calc(100vh - 13rem);
  }
}
.intro__content--page {
  height: unset;
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .intro__content--page {
    padding: 6rem 0;
  }
}
@media (min-width: 1200px) {
  .intro__content--page {
    padding: 11rem 0;
  }
}
.intro__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.6rem;
  margin: 0;
  font-family: "Paytone One", sans-serif;
  font-weight: normal;
  font-size: 2.2rem;
  color: #fff;
}
@media (min-width: 340px) {
  .intro__text {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .intro__text {
    font-size: 3.6rem;
  }
}
@media (min-width: 1200px) {
  .intro__text {
    font-size: 4.4rem;
  }
}
.intro__text strong {
  color: #4bf0c4;
  font-weight: normal;
}
.intro__text-part {
  padding: 2rem 2.4rem;
  background: #0d051f;
  box-shadow: 0 0 2rem rgba(192, 17, 227, 0.5);
}

.base-section-title, .location-box__title, .reference__title, .info-box__title, .partner-box__title, .gallery-box__title, .about-box__main-title {
  display: block;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.25;
  font-family: "Paytone One", sans-serif;
  font-weight: normal;
  font-size: 2.4rem;
  color: #fff;
}
.base-section-title strong, .location-box__title strong, .reference__title strong, .info-box__title strong, .partner-box__title strong, .gallery-box__title strong, .about-box__main-title strong,
.base-section-title b,
.location-box__title b,
.reference__title b,
.info-box__title b,
.partner-box__title b,
.gallery-box__title b,
.about-box__main-title b {
  font-weight: normal;
  color: #4bf0c4;
}
@media (min-width: 768px) {
  .base-section-title, .location-box__title, .reference__title, .info-box__title, .partner-box__title, .gallery-box__title, .about-box__main-title {
    font-size: 3.6rem;
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .base-section-title, .location-box__title, .reference__title, .info-box__title, .partner-box__title, .gallery-box__title, .about-box__main-title {
    font-size: 4.4rem;
  }
}

.section-about {
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .section-about {
    padding: 10rem 0;
  }
}
@media (min-width: 1500px) {
  .section-about {
    padding: 14rem 0;
  }
}

.about-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.about-box__content {
  text-align: center;
  width: 100%;
  padding: 0 0 6rem 0;
}
@media (min-width: 991px) {
  .about-box__content {
    text-align: left;
    width: 50%;
    padding: 0 4rem 0 0;
  }
}
@media (min-width: 1200px) {
  .about-box__content {
    padding: 0 6rem 0 0;
  }
}
.about-box__main-title {
  width: 100%;
  margin: 0 0 3rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .about-box__main-title {
    margin: 0 0 4rem 0;
  }
}
@media (min-width: 1200px) {
  .about-box__main-title {
    margin: 0 0 6rem 0;
  }
}
.about-box__title {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-family: "Paytone One", sans-serif;
  font-weight: normal;
  font-size: 2rem;
  color: #fff;
}
.about-box__title strong,
.about-box__title b {
  color: #4bf0c4;
}
@media (min-width: 768px) {
  .about-box__title {
    font-size: 2.4rem;
  }
}
.about-box__texts {
  letter-spacing: 0;
  line-height: 1.38;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffff;
  padding: 3rem 0;
}
@media (min-width: 1200px) {
  .about-box__texts {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .about-box__texts {
    padding: 3rem 0 4rem 0;
  }
}
.about-box__texts p {
  margin: 0 0 3rem 0;
}
.about-box__texts strong,
.about-box__texts b {
  color: #4bf0c4;
  font-weight: normal;
}
.about-box__texts > *:last-child {
  margin: 0;
}
.about-box__texts a {
  color: #4bf0c4;
}
.about-box__texts a:hover {
  color: #c011e3;
}
.about-box__controls {
  position: relative;
  z-index: 1;
}
.about-box__info {
  text-align: center;
  width: 100%;
}
@media (min-width: 991px) {
  .about-box__info {
    text-align: left;
    width: 50%;
  }
}
.about-box__icons {
  display: table;
  margin: 0 auto;
  padding: 3rem 0 0 0;
}
@media (min-width: 768px) {
  .about-box__icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 4rem;
    column-gap: 3rem;
    padding: 4rem 0 0 0;
  }
}

.about-icon-item {
  display: flex;
  align-items: center;
  column-gap: 2.5rem;
  width: 100%;
  color: #4bf0c4;
  transition: 0.3s;
  text-decoration: underline;
  font-size: 1.6rem;
  font-weight: normal;
  text-underline-offset: 0.4rem;
  text-decoration-thickness: 0.1rem;
  line-height: 1.4;
  margin: 0 0 3rem 0;
}
@media (min-width: 768px) {
  .about-icon-item {
    width: calc(50% - 3rem);
    margin: 0;
  }
}
@media (min-width: 1500px) {
  .about-icon-item {
    column-gap: 3.6rem;
  }
}
.about-icon-item__img {
  position: relative;
  z-index: 3;
}
.about-icon-item__img span {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  background: #fff;
}
@media (min-width: 1500px) {
  .about-icon-item__img span {
    width: 5.4rem;
    height: 5.4rem;
  }
}
.about-icon-item__img img {
  max-width: 75%;
}
.about-icon-item__img::before, .about-icon-item__img::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0.8rem;
  left: 0.8rem;
  width: 100%;
  height: 100%;
  border: 0.3rem solid #c011e3;
  transition: 0.3s;
}
.about-icon-item__img::after {
  border: 0.4rem solid #c011e3;
  filter: blur(5px);
}
.about-icon-item:hover {
  color: #c011e3;
}

.section-gallery {
  padding: 2rem 0 0 0;
}
@media (min-width: 1500px) {
  .section-gallery {
    padding: 4rem 0 0 0;
  }
}
.section-gallery .slick-slide {
  height: unset;
}

.gallery-slider-border {
  position: relative;
  width: 100%;
  height: 0.2rem;
  background: #c011e3;
}
.gallery-slider-border::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -0.1rem;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.3rem solid #c011e3;
  transition: 0.3s;
  filter: blur(5px);
  opacity: 0.5;
}

.gallery-slider {
  margin: 0.8rem 0;
}
.gallery-slider__item a {
  display: block;
  background: #c011e3;
}
.gallery-slider__item a img {
  width: 100%;
  transition: 0.3s;
}
.gallery-slider__item a:hover img {
  opacity: 0.9;
}

.gallery-box__title {
  width: 100%;
  margin: 0 0 3rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .gallery-box__title {
    margin: 0 0 4rem 0;
  }
}
.gallery-box__desc {
  letter-spacing: 0;
  line-height: 1.38;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffff;
  width: 100%;
  max-width: 65rem;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 4rem 0;
}
@media (min-width: 1200px) {
  .gallery-box__desc {
    font-size: 1.6rem;
  }
}
.gallery-box__desc p {
  margin: 0 0 3rem 0;
}
.gallery-box__desc strong,
.gallery-box__desc b {
  color: #4bf0c4;
  font-weight: normal;
}
.gallery-box__desc > *:last-child {
  margin: 0;
}
.gallery-box__desc a {
  color: #4bf0c4;
}
.gallery-box__desc a:hover {
  color: #c011e3;
}

.section-partners {
  padding: 0 0 4rem 0;
}
@media (min-width: 768px) {
  .section-partners {
    padding: 2rem 0 8rem 0;
  }
}
@media (min-width: 1200px) {
  .section-partners {
    padding: 4rem 0 13rem 0;
  }
}

.partner-box__title {
  width: 100%;
  text-align: center;
  margin: 0 0 4rem 0;
}
@media (min-width: 768px) {
  .partner-box__title {
    margin: 0 0 8rem 0;
  }
}
@media (min-width: 1200px) {
  .partner-box__title {
    margin: 0 0 13rem 0;
  }
}
.partner-box .prev-btn, .partner-box .next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.partner-box .prev-btn span, .partner-box .next-btn span {
  min-width: unset;
  width: 5rem;
  height: 5rem;
  position: relative;
}
.partner-box .prev-btn p, .partner-box .next-btn p {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.partner-box .next-btn {
  right: 1rem;
}
.partner-box .next-btn p {
  border-left: 8px solid black;
}
.partner-box .prev-btn {
  left: 0;
}
.partner-box .prev-btn p {
  border-right: 8px solid black;
}
.partner-box__partners {
  max-width: 100%;
  margin: 0 7rem 0 6rem;
}
.partner-box__partners-parent {
  position: relative;
}
.partner-box__partners .slick-track {
  display: flex !important;
  align-items: center !important;
  gap: 3rem;
}
.partner-box__partners .slick-slide {
  height: inherit !important;
}
.partner-box__partners a img {
  max-width: 100%;
  margin: auto;
}
.partner-box__partners a:hover img {
  opacity: 0.9;
}
.partner-box__partners div img {
  max-width: 100%;
  margin: auto;
}

.section-info {
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .section-info {
    padding: 10rem 0;
  }
}
@media (min-width: 1500px) {
  .section-info {
    padding: 14rem 0;
  }
}
.section-info--app {
  padding: 1rem 0 4rem 0;
}
@media (min-width: 768px) {
  .section-info--app {
    padding: 2rem 0 10rem 0;
  }
}
@media (min-width: 1500px) {
  .section-info--app {
    padding: 3rem 0 14rem 0;
  }
}

.info-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
  width: 100%;
}
.info-box__p1 {
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .info-box__p1 {
    width: calc(50% - 1rem);
  }
}
.info-box__p2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  column-gap: 1.8rem;
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .info-box__p2 {
    padding: 0 0 0 5.5rem;
    width: 50%;
  }
}
.info-box__p2 .info-box__btn {
  margin: 0 0 0.8rem 0;
}
.info-box__p2 .info-box__image {
  flex: 1;
  padding-top: 50%;
}
.info-box__bottom {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-direction: column;
}
@media only screen and (min-width: 550px) {
  .info-box__bottom {
    flex-direction: row;
  }
}
@media only screen and (min-width: 991px) {
  .info-box__bottom {
    max-width: 74%;
  }
}
.info-box__bottom-h-sep {
  width: 100%;
  height: 0.2rem;
  background: #c011e3;
  position: relative;
}
.info-box__bottom-h-sep::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -0.1rem;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.3rem solid #c011e3;
  transition: 0.3s;
  filter: blur(5px);
  opacity: 0.5;
}
.info-box__bottom-v-sep {
  width: 100%;
  height: 0.2rem;
  background: #c011e3;
  position: relative;
}
@media only screen and (min-width: 550px) {
  .info-box__bottom-v-sep {
    margin: 0 1rem;
    width: 0.2rem;
    height: unset;
  }
}
.info-box__bottom-v-sep::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -0.1rem;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.3rem solid #c011e3;
  transition: 0.3s;
  filter: blur(5px);
  opacity: 0.5;
}
.info-box__p3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 1rem 0 0 0;
}
@media only screen and (min-width: 550px) {
  .info-box__p3 {
    align-items: flex-end;
    width: calc(58% - 2.2rem);
  }
}
.info-box__p3 .info-box__controls {
  padding: 2.5rem 0;
}
@media only screen and (min-width: 550px) {
  .info-box__p3 .info-box__controls {
    padding: 2.5rem 3rem 0 0;
  }
}
@media (min-width: 1200px) {
  .info-box__p3 .info-box__controls {
    padding: 4rem 3.8rem 0 0;
  }
}
.info-box__p3 .info-box__image {
  width: 100%;
  padding-top: 77%;
}
.info-box__p4 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  margin: 1rem 0 0 0;
}
@media only screen and (min-width: 550px) {
  .info-box__p4 {
    width: 42%;
  }
}
.info-box__p4 .info-box__image {
  flex: 1;
  padding-top: 130%;
}
.info-box__btn {
  position: relative;
  z-index: 3;
  width: 5.4rem;
}
.info-box__btn span {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5.4rem;
  background: #4bf0c4;
  transition: 0.3s;
}
.info-box__btn:hover span {
  background: #fff;
}
.info-box__btn:hover img {
  filter: brightness(0) saturate(100%) invert(27%) sepia(96%) saturate(4034%) hue-rotate(279deg) brightness(88%) contrast(120%);
}
.info-box__btn:hover::before, .info-box__btn:hover::after {
  top: 0;
  left: 0;
}
.info-box__btn img {
  max-width: 75%;
}
.info-box__btn::before, .info-box__btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0.8rem;
  left: 0.8rem;
  width: 100%;
  height: 100%;
  border: 0.3rem solid #c011e3;
  transition: 0.3s;
}
.info-box__btn::after {
  border: 0.4rem solid #c011e3;
  filter: blur(5px);
}
.info-box__image {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.info-box__title {
  font-weight: normal;
  text-align: center;
}
@media (min-width: 768px) {
  .info-box__title {
    text-align: left;
  }
}
.info-box__texts {
  letter-spacing: 0;
  line-height: 1.38;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffff;
  text-align: center;
  padding: 3rem 0;
}
@media (min-width: 1200px) {
  .info-box__texts {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .info-box__texts {
    text-align: left;
    padding: 3rem 0 4rem 0;
  }
}
.info-box__texts p {
  margin: 0 0 3rem 0;
}
.info-box__texts strong,
.info-box__texts b {
  color: #4bf0c4;
  font-weight: normal;
}
.info-box__texts ul {
  text-align: left;
  list-style: none;
  margin: 3.5rem 0 0 0;
  padding: 0;
}
@media (max-width: 767px) {
  .info-box__texts ul {
    display: table;
    margin: 0 auto !important;
  }
}
.info-box__texts ul li {
  position: relative;
  margin: 0.7rem 0;
  padding: 0 0 0 2.5rem;
}
.info-box__texts ul li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0.6rem;
  left: 0;
  background: #c011e3;
}
.info-box__texts > *:last-child {
  margin: 0;
}
.info-box__texts a {
  color: #4bf0c4;
}
.info-box__texts a:hover {
  color: #c011e3;
}

.section-reference {
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .section-reference {
    padding: 8rem 0;
  }
}
@media (min-width: 1200px) {
  .section-reference {
    padding: 13rem 0;
  }
}

.reference {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
@media only screen and (min-width: 991px) {
  .reference {
    min-height: 43rem;
  }
}
@media (min-width: 1500px) {
  .reference {
    min-height: 54rem;
  }
}
.reference__title {
  width: 100%;
  margin: 0 0 3rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .reference__title {
    margin: 5rem 0 4rem 0;
  }
}
@media (min-width: 1500px) {
  .reference__title {
    margin: 10rem 0 6rem 0;
  }
}
.reference__image {
  display: none;
}
@media only screen and (min-width: 991px) {
  .reference__image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 28rem;
  }
}
@media (min-width: 1200px) {
  .reference__image {
    width: 30rem;
  }
}
@media (min-width: 1500px) {
  .reference__image {
    width: 38rem;
  }
}
.reference__image img {
  max-width: 100%;
}
.reference__list {
  width: 100%;
  padding: 0 0 5.5rem 0;
}
@media only screen and (min-width: 991px) {
  .reference__list {
    width: 64%;
  }
}
@media (min-width: 1200px) {
  .reference__list {
    width: 56%;
    margin: 0 8% 0 0 !important;
  }
}
.reference .slick-dots {
  bottom: 0;
}
.reference .slick-dots li {
  width: 1rem;
  height: 1rem;
}
.reference .slick-dots li.slick-active button {
  background: #4bf0c4;
}
.reference .slick-dots li button {
  width: 100%;
  height: 100%;
  background: #c011e3;
  border-radius: 0;
  opacity: 1;
}
.reference .slick-dots li button::before {
  content: "";
}

.reference-card {
  position: relative;
}
.reference-card__text {
  letter-spacing: 0;
  line-height: 1.38;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffff;
  position: relative;
  padding: 1.4rem 3rem;
}
@media (min-width: 1200px) {
  .reference-card__text {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 550px) {
  .reference-card__text {
    padding: 1.4rem 6rem;
  }
}
.reference-card__text p {
  margin: 0;
}
.reference-card__text strong,
.reference-card__text b {
  color: #4bf0c4;
  font-weight: normal;
}
.reference-card__name {
  letter-spacing: 0;
  line-height: 1.38;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffff;
  padding: 1rem 3rem 0 3rem;
  text-align: right;
}
@media (min-width: 1200px) {
  .reference-card__name {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 550px) {
  .reference-card__name {
    padding: 1rem 6rem 0 6rem;
  }
}
.reference-card__name strong,
.reference-card__name b {
  color: #4bf0c4;
  font-weight: normal;
}
.reference-card__quote-right {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 549px) {
  .reference-card__quote-right img {
    max-width: 2rem;
  }
}
.reference-card__quote-left {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 549px) {
  .reference-card__quote-left img {
    max-width: 2rem;
  }
}

.section-location {
  padding: 0 0 4rem 0;
}
@media (min-width: 768px) {
  .section-location {
    padding: 2rem 0 8rem 0;
  }
}
@media (min-width: 1200px) {
  .section-location {
    padding: 4rem 0 13rem 0;
  }
}

.location-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.location-box__content {
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .location-box__content {
    text-align: left;
    width: 50%;
    padding: 0 4rem 0 0;
  }
}
@media (min-width: 1200px) {
  .location-box__content {
    padding: 0 8rem 0 0;
  }
}
.location-box__map-wrapper {
  width: 100%;
  padding: 6rem 0 0 0;
}
@media (min-width: 768px) {
  .location-box__map-wrapper {
    width: 50%;
    padding: 0;
  }
}
.location-box__map {
  position: relative;
  width: 100%;
  text-align: center;
}
.location-box__map > img {
  width: 100%;
}
@media (max-width: 767px) {
  .location-box__map > img {
    max-width: 48rem;
  }
}
.location-box__btn {
  position: absolute;
  top: 43%;
  left: 55%;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #4bf0c4;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
@media only screen and (min-width: 991px) {
  .location-box__btn {
    top: 45%;
  }
}
@media only screen and (min-width: 1200px) {
  .location-box__btn {
    top: 47%;
  }
}
.location-box__btn img {
  max-width: 50%;
  filter: brightness(0) saturate(100%);
  transform: translateY(-0.1rem);
}
.location-box__btn:hover {
  background: #fff;
}
.location-box__btn:hover img {
  filter: #c011e3 !important;
}
.location-box__title {
  width: 100%;
  margin: 0 0 3rem 0;
}
@media (min-width: 768px) {
  .location-box__title {
    margin: 0 0 4rem 0;
  }
}
@media (min-width: 1200px) {
  .location-box__title {
    margin: 0 0 4rem 0;
  }
}
.location-box__texts {
  letter-spacing: 0;
  line-height: 1.38;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffff;
  padding: 0 0 5rem 0;
}
@media (min-width: 1200px) {
  .location-box__texts {
    font-size: 1.6rem;
  }
}
.location-box__texts p {
  margin: 0 0 3rem 0;
}
.location-box__texts strong,
.location-box__texts b {
  color: #4bf0c4;
  font-weight: normal;
}
.location-box__texts > *:last-child {
  margin: 0;
}
.location-box__texts a {
  color: #4bf0c4;
}
.location-box__texts a:hover {
  color: #c011e3;
}
.location-box__texts ul {
  list-style: none;
  margin: 3.5rem 0 0 0;
  padding: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .location-box__texts ul {
    display: table;
    margin: 0 auto !important;
  }
}
.location-box__texts ul li {
  position: relative;
  margin: 0.7rem 0;
  padding: 0 0 0 2.5rem;
}
.location-box__texts ul li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0.6rem;
  left: 0;
  background: #c011e3;
}
.location-box__address {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  margin: 0 0 3.5rem 0;
  color: #4bf0c4;
  transition: 0.3s;
  text-decoration: underline;
  font-size: 1.6rem;
  font-weight: normal;
  text-underline-offset: 0.4rem;
  text-decoration-thickness: 0.1rem;
  text-align: left;
}
@media (max-width: 767px) {
  .location-box__address {
    justify-content: center;
  }
}
.location-box__address:hover {
  color: #c011e3;
}

.section-page-content {
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .section-page-content {
    padding: 6rem 0;
  }
}
@media (min-width: 1200px) {
  .section-page-content {
    padding: 10rem 0;
  }
}

.page-content {
  letter-spacing: 0;
  line-height: 1.38;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .page-content {
    font-size: 1.6rem;
  }
}
.page-content p strong,
.page-content p b,
.page-content ul strong,
.page-content ul b,
.page-content table strong,
.page-content table b {
  color: #4bf0c4;
  font-weight: normal;
}
.page-content p a,
.page-content ul a,
.page-content table a {
  color: #4bf0c4;
  font-weight: normal;
  transition: 0.3s;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  text-decoration-thickness: 0.1rem;
}
.page-content p a:hover,
.page-content ul a:hover,
.page-content table a:hover {
  color: #c011e3;
}
.page-content ul {
  text-align: left;
  list-style: none;
  margin: 0 0 4rem 0;
  padding: 0;
}
@media (max-width: 767px) {
  .page-content ul {
    display: table;
    margin: 0 auto 3rem auto !important;
  }
}
.page-content ul li {
  position: relative;
  margin: 0.7rem 0;
  padding: 0 0 0 2.5rem;
}
.page-content ul li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0.6rem;
  left: 0;
  background: #c011e3;
}
.page-content img {
  max-width: 100%;
}
.page-content p {
  margin: 0 0 3rem 0;
}
.page-content > *:last-child:not(.page-content__thin-c) {
  margin: 0;
}
.page-content blockquote {
  position: relative;
  z-index: 2;
  background: #1c0a40;
  color: #fff;
  padding: 1.5rem 2rem;
  margin: 0 0 3rem 0;
}
@media only screen and (min-width: 768px) {
  .page-content blockquote {
    padding: 2rem 3rem;
    font-size: 1.8rem;
    margin: 0 0 4rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .page-content blockquote {
    padding: 4rem 4rem;
  }
}
.page-content blockquote > *:last-child {
  margin: 0;
}
.page-content blockquote a,
.page-content blockquote strong,
.page-content blockquote b {
  color: inherit;
}
.page-content blockquote strong,
.page-content blockquote b {
  font-weight: bold;
}
.page-content__thin-c {
  width: 100%;
  max-width: 70rem;
  margin: 0 auto;
}
.page-content__title {
  display: block;
  margin: 0 0 3rem 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.25;
  font-family: "Paytone One", sans-serif;
  font-weight: normal;
  font-size: 2.4rem;
  color: #fff;
}
.page-content__title strong,
.page-content__title b {
  font-weight: normal;
  color: #4bf0c4;
}
@media (min-width: 768px) {
  .page-content__title {
    font-size: 3.6rem;
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .page-content__title {
    font-size: 4.4rem;
    margin: 0 0 4rem 0;
  }
}
.page-content__controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.page-content__two-cols {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 3rem;
  margin: 0 2rem !important;
}
.page-content__two-cols__left, .page-content__two-cols__right {
  flex: 1;
}
@media (min-width: 768px) {
  .page-content__two-cols {
    flex-direction: row;
    margin: 0 !important;
  }
}

.pricelist {
  padding: 0 0 3rem 0;
}
@media (min-width: 768px) {
  .pricelist {
    padding: 0 0 4rem 0;
  }
}
@media (min-width: 1200px) {
  .pricelist {
    padding: 0 0 6rem 0;
  }
}
.pricelist__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 3rem;
  margin: -3rem 0 5rem 0;
}
.pricelist__table tbody tr {
  position: relative;
  z-index: 2;
}
@media (max-width: 470px) {
  .pricelist__table tbody tr {
    display: block;
    margin: 0 0 2rem 0;
  }
}
.pricelist__table tbody tr::before, .pricelist__table tbody tr::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 1rem;
  left: 1rem;
  width: 100%;
  height: 100%;
  border: 0.3rem solid #c011e3;
  transition: 0.3s;
}
.pricelist__table tbody tr::after {
  border: 0.4rem solid #c011e3;
  filter: blur(5px);
}
.pricelist__table tbody tr td {
  padding: 1rem;
  background: #1c0a40;
  color: white;
}
@media (max-width: 470px) {
  .pricelist__table tbody tr td {
    display: block;
    padding: 0.2rem 1rem;
  }
}
@media (min-width: 768px) {
  .pricelist__table tbody tr td {
    padding: 1.5rem;
  }
}
.pricelist__table tbody tr td strong {
  font-family: "Prompt", cursive;
  font-weight: normal;
  color: inherit;
}
@media (max-width: 470px) {
  .pricelist__table tbody tr td:first-child {
    padding-top: 1rem;
  }
}
@media (min-width: 471px) {
  .pricelist__table tbody tr td:first-child {
    padding-left: 1.5rem;
  }
}
@media (min-width: 768px) {
  .pricelist__table tbody tr td:first-child {
    padding-left: 2.5rem;
  }
}
.pricelist__table tbody tr td:last-child {
  white-space: nowrap;
}
@media (max-width: 470px) {
  .pricelist__table tbody tr td:last-child {
    padding-bottom: 1rem;
  }
}
@media (min-width: 471px) {
  .pricelist__table tbody tr td:last-child {
    text-align: right;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .pricelist__table tbody tr td:last-child {
    padding-right: 2.5rem;
  }
}

.faq {
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
  margin: 0 0 8.4rem 0;
}
.faq-card {
  position: relative;
  z-index: 2;
}
.faq-card::before, .faq-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 1rem;
  left: 1rem;
  width: 100%;
  height: 100%;
  border: 0.3rem solid #c011e3;
  transition: 0.3s;
}
.faq-card::after {
  border: 0.4rem solid #c011e3;
  filter: blur(5px);
}
.faq-card.open .faq-card__header::before {
  transform: translateY(-50%) rotate(180deg);
}
.faq-card__header {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  letter-spacing: 0;
  line-height: 1.25;
  font-family: "Prompt", cursive;
  font-weight: normal;
  font-size: 1.6rem;
  color: #fff;
  background: #1c0a40;
  text-align: left;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .faq-card__header {
    padding: 1.7rem 4rem 1.7rem 2.5rem;
  }
}
.faq-card__header:hover {
  color: #4bf0c4;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  text-decoration-thickness: 0.1rem;
}
.faq-card__header::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  border-top: 0.8rem solid #4bf0c4;
  border-right: 0.8rem solid transparent;
  border-left: 0.8rem solid transparent;
}
@media (min-width: 768px) {
  .faq-card__header::before {
    right: 2rem;
  }
}
.faq-card__content {
  height: 0;
  transition: 0.3s;
  overflow: hidden;
  background: #1c0a40;
}
.faq-card__texts {
  padding: 1rem 1.5rem 2rem 1.5rem;
}
@media (min-width: 768px) {
  .faq-card__texts {
    padding: 1rem 2.5rem 2.5rem 2.5rem;
  }
}
.faq-card__texts p {
  margin: 0 0 3rem 0;
}
.faq-card__texts strong,
.faq-card__texts b {
  color: #4bf0c4;
  font-weight: normal;
}
.faq-card__texts ul {
  text-align: left;
  list-style: none;
  margin: 3.5rem 0 0 0;
  padding: 0;
}
@media (max-width: 767px) {
  .faq-card__texts ul {
    display: table;
    margin: 0 auto !important;
  }
}
.faq-card__texts ul li {
  position: relative;
  margin: 0.7rem 0;
  padding: 0 0 0 2.5rem;
}
.faq-card__texts ul li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0.6rem;
  left: 0;
  background: #c011e3;
}
.faq-card__texts > *:last-child {
  margin: 0;
}

.section-contact-content {
  padding: 4rem 0 4rem 0;
}
@media (min-width: 768px) {
  .section-contact-content {
    padding: 4rem 0 6rem 0;
  }
}
@media (min-width: 1200px) {
  .section-contact-content {
    padding: 4rem 0 8rem 0;
  }
}
@media (min-width: 1500px) {
  .section-contact-content {
    padding: 4rem 0 13rem 0;
  }
}

.contact-box {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  padding: 0 1.5rem 0 0;
}
@media (min-width: 991px) {
  .contact-box {
    padding: 0 2.6rem 0 0;
  }
}
.contact-box::before, .contact-box::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 6rem;
  left: 8.5rem;
  width: calc(100% - 8.5rem);
  height: calc(100% - 5rem);
  border: 0.3rem solid #c011e3;
  transition: 0.3s;
}
.contact-box::after {
  border: 0.4rem solid #c011e3;
  filter: blur(5px);
}
.contact-box__image {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .contact-box__image {
    width: 40%;
  }
}
@media (min-width: 991px) {
  .contact-box__image {
    width: 50%;
  }
}
.contact-box__content {
  width: 100%;
}
@media (min-width: 768px) {
  .contact-box__content {
    width: 60%;
    padding: 1.2rem 0;
  }
}
@media (min-width: 991px) {
  .contact-box__content {
    width: 50%;
  }
}
.contact-box__content-inner {
  letter-spacing: 0;
  line-height: 1.38;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffff;
  background: #1c0a40;
  padding: 3.5rem 1.5rem 2rem 1.5rem;
}
@media (min-width: 1200px) {
  .contact-box__content-inner {
    font-size: 1.6rem;
  }
}
@media (min-width: 550px) {
  .contact-box__content-inner {
    padding: 3.5rem 2rem 2.5rem 2rem;
  }
}
@media (min-width: 768px) {
  .contact-box__content-inner {
    padding: 4.5rem 3.5rem 4rem 3.5rem;
  }
}
@media (min-width: 1200px) {
  .contact-box__content-inner {
    padding: 5rem 3.8rem 5rem 5rem;
  }
}
@media (min-width: 1500px) {
  .contact-box__content-inner {
    padding: 6rem 3.8rem 8rem 8rem;
  }
}
.contact-box__title {
  display: block;
  margin: 0 0 3rem 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.25;
  font-family: "Paytone One", sans-serif;
  font-weight: normal;
  font-size: 2.4rem;
  color: #fff;
}
.contact-box__title strong,
.contact-box__title b {
  font-weight: normal;
  color: #4bf0c4;
}
@media (min-width: 768px) {
  .contact-box__title {
    font-size: 3.6rem;
  }
}
@media (min-width: 1200px) {
  .contact-box__title {
    font-size: 4.4rem;
    margin: 0 0 4rem 0;
  }
}
@media (min-width: 1500px) {
  .contact-box__title {
    margin: 0 0 5rem 0;
  }
}
.contact-box__desc {
  margin: 0 0 3rem 0;
  max-width: 47rem;
}
@media only screen and (min-width: 768px) {
  .contact-box__desc {
    margin: 0 0 4rem 0;
  }
}
.contact-box__desc p {
  margin: 0 0 3rem 0;
}
.contact-box__desc strong,
.contact-box__desc b {
  color: #4bf0c4;
  font-weight: normal;
}
.contact-box__desc > *:last-child {
  margin: 0;
}
.contact-box__desc a {
  color: #4bf0c4;
}
.contact-box__desc a:hover {
  color: #c011e3;
}
.contact-box__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 991px) {
  .contact-box__footer {
    padding: 2rem 0 0 0;
  }
}
.contact-box__socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
  width: 100%;
  padding: 2rem 0;
}
@media only screen and (min-width: 991px) {
  .contact-box__socials {
    width: 50%;
    padding: 0;
  }
}
.contact-box__socials a:hover img {
  filter: brightness(0) saturate(100%) invert(27%) sepia(96%) saturate(4034%) hue-rotate(279deg) brightness(88%) contrast(120%);
}

.popup-box {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  padding: 0 1.5rem 0 0;
}
@media (min-width: 991px) {
  .popup-box {
    padding: 0 2.6rem 0 0;
  }
}
.popup-box--confirm {
  max-width: 60rem;
}
.popup-box::before, .popup-box::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 6rem;
  left: 8.5rem;
  width: calc(100% - 8.5rem);
  height: calc(100% - 5rem);
  border: 0.3rem solid #c011e3;
  transition: 0.3s;
}
.popup-box::after {
  border: 0.4rem solid #c011e3;
  filter: blur(5px);
}
.popup-box__image {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .popup-box__image {
    width: 40%;
  }
}
@media (min-width: 991px) {
  .popup-box__image {
    width: 50%;
  }
}
.popup-box__content {
  width: 100%;
}
@media (min-width: 768px) {
  .popup-box__content {
    width: 60%;
    padding: 1.2rem 0;
  }
}
@media (min-width: 991px) {
  .popup-box__content {
    width: 50%;
  }
}
.popup-box__content-inner {
  letter-spacing: 0;
  line-height: 1.38;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffff;
  background: #1c0a40;
  padding: 3.5rem 1.5rem 2rem 1.5rem;
}
@media (min-width: 1200px) {
  .popup-box__content-inner {
    font-size: 1.6rem;
  }
}
@media (min-width: 550px) {
  .popup-box__content-inner {
    padding: 3.5rem 2rem 2.5rem 2rem;
  }
}
@media (min-width: 768px) {
  .popup-box__content-inner {
    padding: 4.5rem 3.5rem 4rem 3.5rem;
  }
}
@media (min-width: 1200px) {
  .popup-box__content-inner {
    padding: 5rem 3.8rem 5rem 5rem;
  }
}
@media (min-width: 1500px) {
  .popup-box__content-inner {
    padding: 6rem 3.8rem 8rem 8rem;
  }
}
.popup-box__title {
  display: block;
  margin: 0 0 3rem 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.25;
  font-family: "Paytone One", sans-serif;
  font-weight: normal;
  font-size: 2.4rem;
  color: #fff;
}
.popup-box__title strong,
.popup-box__title b {
  font-weight: normal;
  color: #4bf0c4;
}
@media (min-width: 768px) {
  .popup-box__title {
    font-size: 3.6rem;
  }
}
@media (min-width: 1200px) {
  .popup-box__title {
    font-size: 4.4rem;
    margin: 0 0 4rem 0;
  }
}
@media (min-width: 1500px) {
  .popup-box__title {
    margin: 0 0 5rem 0;
  }
}
.popup-box__desc {
  margin: 0 0 3rem 0;
  max-width: 47rem;
}
@media only screen and (min-width: 768px) {
  .popup-box__desc {
    margin: 0 0 4rem 0;
  }
}
.popup-box__desc p {
  margin: 0 0 3rem 0;
}
.popup-box__desc ul {
  text-align: left;
  list-style: none;
  margin: 3.5rem 0 0 0;
  padding: 0;
}
@media (max-width: 767px) {
  .popup-box__desc ul {
    display: table;
    margin: 0 auto !important;
  }
}
.popup-box__desc ul li {
  position: relative;
  margin: 0.7rem 0;
  padding: 0 0 0 2.5rem;
}
.popup-box__desc ul li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0.6rem;
  left: 0;
  background: #c011e3;
}
.popup-box__desc strong,
.popup-box__desc b {
  color: #4bf0c4;
  font-weight: normal;
}
.popup-box__desc > *:last-child {
  margin: 0;
}
.popup-box__desc a {
  color: #4bf0c4;
}
.popup-box__desc a:hover {
  color: #c011e3;
}
.popup-box__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 991px) {
  .popup-box__footer {
    padding: 2rem 0 0 0;
  }
}
.popup-box__confirm {
  width: 100%;
}
.popup-box__confirm-inner {
  letter-spacing: 0;
  line-height: 1.38;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffff;
  background: #0e0128;
  padding: 2rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .popup-box__confirm-inner {
    font-size: 1.6rem;
  }
}
@media (min-width: 550px) {
  .popup-box__confirm-inner {
    padding: 3.5rem;
  }
}
@media (min-width: 768px) {
  .popup-box__confirm-inner {
    padding: 4rem;
  }
}
@media (min-width: 1200px) {
  .popup-box__confirm-inner {
    padding: 5rem;
  }
}
@media (min-width: 1500px) {
  .popup-box__confirm-inner {
    padding: 6rem;
  }
}
.popup-box__confirm-inner .popup-box__footer {
  justify-content: center;
}
.popup-box__confirm-inner .popup-box__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 4rem;
}
.popup-box__confirm-inner .popup-box__controls .btn-primary span {
  min-width: 15rem;
}

.modal {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.modal.open {
  display: block;
}
.modal__close {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: absolute;
  z-index: 10;
  top: 2.5rem;
  right: 5rem;
}
.modal__overlay {
  position: absolute;
  z-index: 99991;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 0, 14, 0.9);
}
.modal__window {
  position: absolute;
  z-index: 99992;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.modal__container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 0.5rem;
}
@media only screen and (min-width: 768px) {
  .modal__container {
    padding: 0 1.5rem;
  }
}
.modal .popup-box {
  width: 100%;
  pointer-events: all;
}
.modal .popup-box__content-inner {
  max-height: 100vh;
  overflow-y: auto;
}

.open-hours-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 33rem;
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .open-hours-table {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 991px) {
  .open-hours-table {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .open-hours-table {
    font-size: 2.4rem;
  }
}
.open-hours-table tr td {
  font-weight: 600;
  color: white;
}
.open-hours-table tr th {
  color: #4bf0c4;
  font-weight: 600;
}

.gallery-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 2rem);
  margin: 0 -1rem;
}
@media (min-width: 768px) {
  .gallery-list {
    padding: 0 0 2rem 0;
  }
}
.gallery-list__item {
  width: 50%;
  padding: 0 1rem;
  margin: 0 0 2rem 0;
}
@media only screen and (min-width: 768px) {
  .gallery-list__item {
    width: 33.33%;
  }
}
.gallery-list__card {
  display: block;
}
.gallery-list__card img {
  display: block;
  max-width: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-res-content {
  padding: 4rem 0 5rem 0;
}
@media (min-width: 768px) {
  .section-res-content {
    padding: 5rem 0 8rem 0;
  }
}

.res-box {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  padding: 0 1.5rem 0 0;
}
@media (min-width: 991px) {
  .res-box {
    padding: 0 2.6rem 0 0;
  }
}
.res-box::before, .res-box::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 5rem;
  left: 8rem;
  width: calc(100% - 8rem);
  height: calc(100% - 3rem);
  border: 0.3rem solid #c011e3;
  transition: 0.3s;
}
.res-box::after {
  border: 0.4rem solid #c011e3;
  filter: blur(5px);
}
.res-box__inner {
  letter-spacing: 0;
  line-height: 1.38;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffff;
  width: 100%;
  background: #1c0a40;
  padding: 1.5rem;
}
@media (min-width: 1200px) {
  .res-box__inner {
    font-size: 1.6rem;
  }
}
@media (min-width: 550px) {
  .res-box__inner {
    padding: 2.5rem;
  }
}
@media (min-width: 768px) {
  .res-box__inner {
    padding: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .res-box__inner {
    padding: 4.5rem;
  }
}
@media (min-width: 1500px) {
  .res-box__inner {
    padding: 5.5rem;
  }
}
.res-box__wizard {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin: 0 0 3rem 0;
}
.res-box__summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0 0 2rem 0;
  padding: 0;
  column-gap: 3.4rem;
  row-gap: 1rem;
}
@media (min-width: 550px) {
  .res-box__summary {
    padding: 0 1.2rem;
  }
}
@media (min-width: 1500px) {
  .res-box__summary {
    column-gap: 4.4rem;
  }
}

.res-wizard-item {
  position: relative;
  z-index: 2;
  text-align: center;
}
.res-wizard-item.active .res-wizard-item__number {
  color: #fff;
}
.res-wizard-item.active .res-wizard-item__label span {
  color: #4bf0c4;
}
.res-wizard-item__number {
  margin: 0 0 0.5rem 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.25;
  font-family: "Paytone One", sans-serif;
  font-weight: normal;
  font-size: 2.4rem;
  color: #8e85a0;
}
@media (min-width: 768px) {
  .res-wizard-item__number {
    font-size: 3.6rem;
  }
}
@media (min-width: 1200px) {
  .res-wizard-item__number {
    font-size: 4.4rem;
  }
}
.res-wizard-item__label span {
  display: inline-block;
  background: #1c0a40;
  padding: 0 1.2rem;
  letter-spacing: 0;
  line-height: 1.25;
  font-family: "Paytone One", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  color: #8e85a0;
}
@media (min-width: 768px) {
  .res-wizard-item__label span {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .res-wizard-item__label span {
    font-size: 2.4rem;
  }
}

.res-wizard-separator {
  position: relative;
  flex: 1;
  height: 0.2rem;
  background: #8e85a0;
  margin: 0 0 1.2rem 0;
}
.res-wizard-separator.active {
  background: #c011e3;
}
.res-wizard-separator.active::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -0.1rem;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.3rem solid #c011e3;
  transition: 0.3s;
  filter: blur(5px);
  opacity: 0.5;
}

.timeslots-text {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .timeslots-text {
    font-size: 1.8rem;
  }
}
@media (min-width: 550px) {
  .timeslots__message {
    padding: 0 1.2rem;
  }
}
.timeslots-loader {
  color: #4bf0c4;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.3s infinite linear;
  transform: translateZ(0);
  display: block;
  margin: auto;
}
.timeslots-loader__parent {
  width: 100%;
  height: 12rem;
  padding-top: 4rem;
}
@keyframes mulShdSpin {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

.res-summary-item {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  row-gap: 0.5rem;
  align-items: center;
}
@media (min-width: 768px) {
  .res-summary-item {
    font-size: 1.8rem;
  }
}
.res-summary-item a {
  color: #4bf0c4;
  font-weight: normal;
  transition: 0.3s;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  text-decoration-thickness: 0.1rem;
  transform: translateY(-0.2rem);
}
.res-summary-item a:hover {
  color: #c011e3;
}
.res-summary-item button {
  color: #4bf0c4;
  font-weight: normal;
  transition: 0.3s;
  font-family: "Prompt", sans-serif;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  text-decoration-thickness: 0.1rem;
  transform: translateY(-0.2rem);
  background-color: transparent;
  border: none;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .res-summary-item button {
    font-size: 1.8rem;
  }
}
.res-summary-item button:hover {
  color: #c011e3;
}

.ui-datepicker {
  font-size: 1.6rem;
}

.timeslots {
  display: flex;
  flex-wrap: wrap;
}
.timeslots__item {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0.5rem 0;
}
.timeslots__item::before, .timeslots__item::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 2.5rem;
  left: 2rem;
  width: calc(100% - 2.5rem);
  height: calc(100% - 2.5rem);
  border: 0.2rem solid #c011e3;
  transition: 0.3s;
}
@media (min-width: 410px) {
  .timeslots__item::before, .timeslots__item::after {
    top: 2rem;
  }
}
.timeslots__item::after {
  border: 0.4rem solid #c011e3;
  filter: blur(5px);
}
.timeslots__item.disabled {
  opacity: 0.4;
  filter: grayscale(100%);
}
.timeslots__item.disabled:hover .timeslot-btn {
  cursor: not-allowed;
  color: #fff;
  background: #0d051f;
}
.timeslots__item.disabled:hover .timeslot-btn .timeslot-btn__time {
  color: #fff;
}
.timeslots__item:hover:not(.disabled)::before, .timeslots__item:hover:not(.disabled)::after {
  top: 1rem;
  left: 1rem;
}
@media (min-width: 550px) {
  .timeslots__item {
    width: 50%;
    padding: 1rem;
  }
}
@media (min-width: 991px) {
  .timeslots__item {
    width: 33.33%;
  }
}
@media (min-width: 1200px) {
  .timeslots__item {
    width: 25%;
  }
}

.timeslot-btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem;
  color: #fff;
  background: #0d051f;
  transition: 0.3s;
}
@media (min-width: 991px) {
  .timeslot-btn {
    padding: 1rem 1.5rem;
  }
}
.timeslot-btn:hover {
  background: #fff;
  color: #000;
}
.timeslot-btn:hover .timeslot-btn__time {
  color: #c011e3;
}
.timeslot-btn .row:not(:last-of-type) {
  padding-bottom: 1rem;
}
.timeslot-btn__time {
  font-weight: normal;
  color: #4bf0c4;
}
@media (min-width: 991px) {
  .timeslot-btn__time {
    font-size: 1.8rem;
  }
}
.timeslot-btn__info {
  opacity: 0.6;
  font-size: 1.4rem;
}
@media (min-width: 991px) {
  .timeslot-btn__info {
    font-size: 1.8rem;
  }
}

.form--app-login {
  max-width: 48rem;
}
.form--res-3 {
  padding: 0 0 2rem 0;
}
@media (min-width: 550px) {
  .form--res-3 {
    padding: 0 1.2rem 2rem 1.2rem;
  }
}
@media (min-width: 991px) {
  .form--res-3 {
    margin: 5rem 0 0 0;
  }
}
.form--res-3 .form-field {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
@media (min-width: 991px) {
  .form--res-3 .form-field {
    max-width: 50%;
  }
}
.form--res-3 .form-field__lbl {
  width: 12rem;
}
@media (min-width: 991px) {
  .form--res-3 .form-field__lbl {
    width: 14rem;
  }
}
@media (min-width: 1200px) {
  .form--res-3 .form-field__lbl {
    width: 17rem;
  }
}
.form--res-3 .form-field__lbl--full {
  width: 100%;
  margin: 0 0 0.5rem 0;
}
.form--res-3 .form-field-textarea {
  align-items: flex-start;
  max-width: 100% !important;
}
.form--res-3 .form-field-textarea .wpcf7-form-control-wrap {
  max-width: calc(100% - 12rem);
}
@media (min-width: 991px) {
  .form--res-3 .form-field-textarea .wpcf7-form-control-wrap {
    max-width: 100% !important;
    width: calc(100% - 14rem);
  }
}
@media (min-width: 1200px) {
  .form--res-3 .form-field-textarea .wpcf7-form-control-wrap {
    width: calc(100% - 17rem);
  }
}
.form--res-3 .form-field .wpcf7-form-control-wrap {
  max-width: calc(100% - 12rem);
}
@media (min-width: 991px) {
  .form--res-3 .form-field .wpcf7-form-control-wrap {
    max-width: calc(100% - 14rem);
  }
}
@media (min-width: 1200px) {
  .form--res-3 .form-field .wpcf7-form-control-wrap {
    max-width: calc(100% - 17rem);
  }
}
.form--res-3 .form-field .wpcf7-form-control-wrap .wpcf7-select {
  position: relative;
  z-index: 1;
}
.form--res-3 .form-field__textarea {
  max-width: 100%;
}
.form--res-3 .form-field--check {
  max-width: 100%;
  justify-content: center;
}
.form--app-2 {
  max-width: 79.5rem;
}
.form--app-2 > p {
  max-width: 64.5rem;
  margin: 0 0 3rem 0;
}
@media only screen and (min-width: 991px) {
  .form--app-2 > p {
    margin: 0 0 4rem 0 !important;
  }
}
.form--app-2 .form-field__sel {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  margin: 0 0 3rem 0;
}
@media only screen and (min-width: 991px) {
  .form--app-2 .form-field__sel {
    column-gap: 3rem;
    margin: 0 0 4rem 0;
  }
}
.form--app-2 .form-field__checkbox {
  font-size: 16px;
}
@media only screen and (min-width: 991px) {
  .form--app-2 .form-field__checkbox {
    font-size: 16px;
  }
}
.form--app-2 .form-field__checkbox input:checked ~ .form-field__indicator:before {
  border-color: #0d051f;
}
@media only screen and (min-width: 991px) {
  .form--app-2 .form-field--check {
    padding: 1rem 0;
  }
}
.form--app-3 {
  max-width: 65rem;
}
@media only screen and (min-width: 768px) {
  .form--app-3 .btn-primary span {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.form--app-3 .form-field__checkbox {
  font-size: 16px;
}
@media only screen and (min-width: 991px) {
  .form--app-3 .form-field__checkbox {
    font-size: 16px;
  }
}
.form--app-3 .form-field__checkbox input:checked ~ .form-field__indicator:before {
  border-color: #0d051f;
}
.form--app-3 .form-field__checkbox a {
  color: inherit;
}
@media only screen and (min-width: 991px) {
  .form--app-3 .form-field--check {
    padding: 1rem 0;
  }
}

.form-info {
  margin: 0 0 2rem 0;
}
.form-info a {
  color: #4bf0c4;
  font-weight: normal;
  transition: 0.3s;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  text-decoration-thickness: 0.1rem;
}
.form-info a:hover {
  color: #c011e3;
}

.form-field {
  position: relative;
  width: 100%;
  margin: 0 0 15px 0;
}
.form-field a {
  color: #4bf0c4;
  font-weight: normal;
  transition: 0.3s;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  text-decoration-thickness: 0.1rem;
  transform: translateY(-0.2rem);
}
.form-field a:hover {
  color: #c011e3;
}
.form-field__selector {
  position: relative;
}
.form-field__selector select {
  cursor: pointer;
  padding: 1rem 3rem 1rem 1.4rem !important;
}
@media only screen and (min-width: 991px) {
  .form-field__selector select {
    padding: 1.2rem 3rem 1.2rem 1.4rem !important;
  }
}
.form-field__selector-arr {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 100%;
  background: #4bf0c4;
  pointer-events: none;
  z-index: 10;
}
.form-field__selector-arr::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.7rem;
  border-top: 0.8rem solid #000;
  border-right: 0.8rem solid transparent;
  border-left: 0.8rem solid transparent;
}
.form-field__lbl {
  font-family: "Paytone One", sans-serif;
  font-weight: normal;
  color: inherit;
  font-size: 1.8rem;
}
@media (min-width: 991px) {
  .form-field__lbl {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .form-field__lbl {
    font-size: 2.4rem;
  }
}
.form-field__lbl strong,
.form-field__lbl b {
  font-weight: normal;
  color: #4bf0c4;
}
.form-field select, .form-field__inp, .form-field__textarea {
  padding: 1rem 1rem;
  width: 100%;
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0;
  outline: none !important;
  border: 2px solid #f1f1f1;
  color: #000;
}
.form-field select::placeholder, .form-field__inp::placeholder, .form-field__textarea::placeholder {
  color: #0d051f;
  font-style: italic;
}
.form-field select:focus, .form-field__inp:focus, .form-field__textarea:focus {
  border-color: #4bf0c4;
  box-shadow: 0 0 10px rgba(75, 240, 196, 0.3);
}
@media only screen and (min-width: 991px) {
  .form-field select, .form-field__inp, .form-field__textarea {
    padding: 1.2rem 2rem;
  }
}
.form-field select {
  font-family: "Prompt", cursive;
}
.form-field textarea {
  min-height: 160px;
  resize: none;
}
.form-field__checkbox {
  min-height: 50px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  padding: 0 0 0 25px;
  cursor: pointer;
  line-height: 20px;
  outline: none;
  max-width: 100%;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .form-field__checkbox {
    padding: 0 0 0 35px;
  }
}
@media only screen and (min-width: 991px) {
  .form-field__checkbox {
    font-size: 18px;
  }
}
.form-field__checkbox:hover {
  text-decoration: none;
}
.form-field__checkbox:hover .form-field__label {
  color: #4bf0c4;
}
.form-field__checkbox:hover .wpcf7-list-item-label .form-field__indicator {
  border-color: #4bf0c4;
}
.form-field__checkbox:hover .form-field__label-gdpr a {
  color: #4bf0c4;
}
.form-field__checkbox #agreement {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form-field__checkbox #agreement:checked ~ .wpcf7-list-item-label .form-field__indicator:after {
  display: block;
  border-color: #4bf0c4;
}
.form-field__checkbox #agreement:checked ~ .wpcf7-list-item-label .form-field__indicator:before {
  display: block;
  border-color: #1c0a40;
}
.form-field__checkbox .wpcf7-form-control-wrap {
  top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.form-field__checkbox .wpcf7-list-item-label .form-field__indicator {
  top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  border: 2px solid #4bf0c4;
  background: transparent;
}
.form-field__checkbox .wpcf7-list-item-label .form-field__indicator::after {
  content: "";
  position: absolute;
  z-index: 3;
  display: none;
  left: 7px;
  top: -5px;
  width: 8px;
  height: 15px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-field__checkbox .wpcf7-list-item-label .form-field__indicator::before {
  content: "";
  position: absolute;
  z-index: 2;
  display: none;
  left: 9px;
  top: -4px;
  width: 8px;
  height: 15px;
  border: solid #fff;
  border-width: 0 9px 2px 0;
  transform: rotate(45deg);
}

.form-footer {
  position: relative;
  text-align: center;
}
.form-footer .wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.datepicker-calendar {
  visibility: hidden;
  z-index: -1;
  position: absolute;
  max-width: 30px;
}

.btn-hidden {
  display: none;
}

.wpcf7-not-valid-tip {
  padding-top: 1rem;
}

.wpcf7-response-output {
  border: 0 !important;
  padding: 0 !important;
  color: red;
  margin: 2rem 0 !important;
  font-size: 1.6rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .wpcf7-response-output {
    font-size: 1.8rem;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 0;
  padding: 0;
  color: #46b450;
  margin: 2rem 0;
}

[data-name=user-time] .wpcf7-not-valid-tip {
  padding-top: 2rem;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  [data-name=user-time] .wpcf7-not-valid-tip {
    font-size: 1.8rem;
  }
}

.oppening-hours-schools {
  padding-top: 2rem;
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .oppening-hours-schools {
    font-size: 2rem;
  }
}

html, body {
  height: 100%;
  margin: 0;
}

@media only screen and (min-width: 550px) {
  .landing__page {
    display: flex;
    flex-flow: column;
    height: 100%;
  }
}
.landing__subpage {
  display: contents;
}
@media only screen and (min-width: 550px) {
  .landing__subpage main {
    flex: 1 1 auto;
  }
  .landing__subpage .intro__content, .landing__subpage .section-intro, .landing__subpage .intro {
    max-height: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .landing__subpage .container {
    max-height: 100%;
    height: calc(100% - 0.2rem);
    margin: 0 auto;
    padding: 0 1rem;
  }
}
.landing__text {
  letter-spacing: 0;
  line-height: 1.38;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffff;
  margin-top: 3rem;
  padding: 2rem 2.4rem;
  background: #0d051f;
  box-shadow: 0 0 2rem rgba(192, 17, 227, 0.5);
}
@media (min-width: 1200px) {
  .landing__text {
    font-size: 1.6rem;
  }
}
.landing__text p {
  margin: 0 0 3rem 0;
}
.landing__text strong,
.landing__text b {
  color: #4bf0c4;
  font-weight: normal;
}
.landing__text > *:last-child {
  margin: 0;
}
.landing__text a {
  color: #4bf0c4;
}
.landing__text a:hover {
  color: #c011e3;
}

.res-box__texts p {
  margin: 0 0 3rem 0;
}
.res-box__texts strong,
.res-box__texts b {
  color: #c011e3;
  font-weight: normal;
}
.res-box__texts > *:last-child {
  margin: 0;
}
.res-box__texts a {
  color: #4bf0c4;
}
.res-box__texts a:hover {
  color: #c011e3;
}
.res-box__texts--parent {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  margin: 3rem 0 3rem 0;
}
.res-box__texts--parent img {
  max-width: 6rem;
  width: auto;
  height: auto;
}

@media (max-width: 380px) {
  .fc .fc-toolbar {
    flex-direction: column;
    row-gap: 1rem;
  }
}

.fc .fc-toolbar-title {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.25;
  font-family: "Paytone One", sans-serif;
  font-weight: normal;
  font-size: 2rem;
  color: #fff;
  text-transform: capitalize;
}
.fc .fc-toolbar-title strong,
.fc .fc-toolbar-title b {
  font-weight: normal;
  color: #4bf0c4;
}
@media (min-width: 768px) {
  .fc .fc-toolbar-title {
    font-size: 2.4rem;
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .fc .fc-toolbar-title {
    font-size: 3.4rem;
  }
}

.fc .fc-button-primary {
  background-color: #4bf0c4;
  border-color: #4bf0c4;
  color: #000;
  font-weight: 400;
  font-family: "Paytone One", sans-serif;
  border-radius: 0;
}
.fc .fc-button-primary:hover {
  background-color: #fff;
  border-color: #fff;
  color: #c011e3;
}
.fc .fc-button-primary:disabled {
  background-color: #4bf0c4;
  border-color: #4bf0c4;
  color: #000;
}
.fc .fc-button-primary:disabled:hover {
  background-color: #4bf0c4;
  border-color: #4bf0c4;
  color: #000;
}
.fc .fc-button-primary.fc-today-button {
  padding: 0.46em 0.65em;
}

.fc-theme-standard .fc-scrollgrid,
.fc-theme-standard td,
.fc-theme-standard th {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.fc-theme-standard th {
  background-color: rgba(0, 0, 0, 0.1);
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(255, 255, 255, 0.03);
  border: 2px solid rgba(255, 255, 255, 0.7);
}

.fc .fc-daygrid-day-frame {
  cursor: pointer;
}
.fc .fc-daygrid-day-frame:hover {
  background: rgba(0, 0, 0, 0.2);
}

.fc .fc-bg-event {
  background: rgba(0, 122, 60, 0.5);
  opacity: 1;
}

.fc .fc-bg-event.blocked {
  cursor: not-allowed;
  background: rgba(255, 0, 83, 0.5) !important;
  opacity: 1;
}

.app-content {
  letter-spacing: 0;
  line-height: 1.38;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffff;
  padding: 4rem 0;
}
@media (min-width: 1200px) {
  .app-content {
    font-size: 1.6rem;
  }
}
@media (min-width: 991px) {
  .app-content {
    padding: 6rem 0;
  }
}
@media (min-width: 1200px) {
  .app-content {
    padding: 8rem 0;
  }
}
.app-content p strong,
.app-content p b,
.app-content ul strong,
.app-content ul b,
.app-content table strong,
.app-content table b {
  color: #4bf0c4;
  font-weight: normal;
}
.app-content p a,
.app-content ul a,
.app-content table a {
  color: #4bf0c4;
  font-weight: normal;
  transition: 0.3s;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  text-decoration-thickness: 0.1rem;
}
.app-content p a:hover,
.app-content ul a:hover,
.app-content table a:hover {
  color: #c011e3;
}
.app-content ul {
  text-align: left;
  list-style: none;
  margin: 0 0 3rem 0;
  padding: 0;
}
@media (max-width: 767px) {
  .app-content ul {
    display: table;
    margin: 0 auto 3rem auto !important;
  }
}
.app-content ul li {
  position: relative;
  margin: 0.7rem 0;
  padding: 0 0 0 2.5rem;
}
.app-content ul li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0.6rem;
  left: 0;
  background: #c011e3;
}
.app-content img {
  max-width: 100%;
}
.app-content p {
  margin: 0 0 3rem 0;
}
.app-content__title {
  display: block;
  margin: 0 0 3rem 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.25;
  font-family: "Paytone One", sans-serif;
  font-weight: normal;
  font-size: 2.4rem;
  color: #fff;
}
.app-content__title strong,
.app-content__title b {
  font-weight: normal;
  color: #4bf0c4;
}
@media (min-width: 768px) {
  .app-content__title {
    font-size: 3.6rem;
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .app-content__title {
    font-size: 4.4rem;
    margin: 0 0 4rem 0;
  }
}
.app-content__subtitle {
  display: block;
  margin: 0 0 2rem 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.25;
  font-family: "Paytone One", sans-serif;
  font-weight: normal;
  font-size: 2rem;
  color: #fff;
}
.app-content__subtitle strong,
.app-content__subtitle b {
  font-weight: normal;
  color: #4bf0c4;
}
@media (min-width: 768px) {
  .app-content__subtitle {
    font-size: 2.2rem;
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .app-content__subtitle {
    font-size: 2.4rem;
  }
}
.app-content__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 2rem;
  column-gap: 3rem;
  margin: 0 0 4rem 0;
}
@media (min-width: 991px) {
  .app-content__controls {
    margin: 0 0 5rem 0;
    column-gap: 5rem;
  }
}
@media (min-width: 1200px) {
  .app-content__controls {
    column-gap: 6rem;
  }
}
.app-content__columns {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
}
@media (max-width: 990px) {
  .app-content__columns--res .app-content__column-l {
    width: 100%;
    margin: 0 0 3rem 0;
  }
}
@media (max-width: 990px) {
  .app-content__columns--res .app-content__column-r {
    width: 100%;
  }
}
.app-content__column-l {
  width: 100%;
}
@media (min-width: 768px) {
  .app-content__column-l {
    width: 50%;
    padding: 0 3rem 0 0;
  }
}
@media (min-width: 991px) {
  .app-content__column-l {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .app-content__column-l {
    width: 50%;
    padding: 0 4rem 0 0;
  }
}
@media (min-width: 1500px) {
  .app-content__column-l {
    width: 50%;
    padding: 0 5rem 0 0;
  }
}
.app-content__column-r {
  width: 100%;
}
@media (min-width: 768px) {
  .app-content__column-r {
    width: 50%;
  }
}
.app-content__user-tag {
  display: flex;
  align-items: center;
  column-gap: 1.1rem;
  margin: 0 0 2.5rem 0;
  letter-spacing: 0;
  line-height: 1.25;
  font-family: "Paytone One", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  color: #fff;
}
@media (min-width: 768px) {
  .app-content__user-tag {
    font-size: 1.8rem;
  }
}
.app-content__acc-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 4rem;
  row-gap: 3rem;
  margin: 0 0 2.5rem 0;
}
@media (min-width: 768px) {
  .app-content__acc-controls {
    margin: 0 0 4rem 0;
    column-gap: 5rem;
  }
}
@media (min-width: 991px) {
  .app-content__acc-controls {
    margin: 0 0 5rem 0;
  }
}
.app-content__acc-controls--admins {
  column-gap: 2.5rem;
  row-gap: 1.5rem;
}
@media (min-width: 768px) {
  .app-content__acc-controls--admins {
    row-gap: 3rem;
    column-gap: 3.5rem;
  }
}
.app-content__acc-controls--admins .btn-primary span {
  min-width: 1px !important;
}
.app-content__footer-n {
  display: flex;
}
.app-content__footer-n--games {
  justify-content: center;
  max-width: 100%;
}
@media (min-width: 991px) {
  .app-content__footer-n--games {
    max-width: 54rem;
  }
}

.app-hof-row {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0;
  margin: 0 0 2rem 0;
}
@media (min-width: 768px) {
  .app-hof-row {
    margin: 0 0 2.5rem 0;
  }
}
.app-hof-row::before, .app-hof-row::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 1.5rem;
  left: 1.5rem;
  width: calc(100% - 0.5rem);
  height: calc(100% - 0.5rem);
  border: 0.2rem solid #c011e3;
  transition: 0.3s;
}
.app-hof-row::after {
  border: 0.4rem solid #c011e3;
  filter: blur(5px);
}
@media (min-width: 768px) {
  .app-hof-row::after {
    border: 0.8rem solid #c011e3;
    filter: blur(10px);
  }
}
.app-hof-row__card {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 1.5rem 1.2rem 1.5rem;
  color: #fff;
  background: #1c0a40;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .app-hof-row__card {
    padding: 1.6rem 2rem 1.6rem 3rem;
  }
}
.app-hof-row__l {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  font-family: "Prompt", cursive;
}

.app-hof-footer {
  padding: 2rem 0 0 0;
  text-align: center;
}
.app-hof-footer a {
  color: #4bf0c4;
  font-weight: normal;
  transition: 0.3s;
  font-family: "Paytone One", sans-serif;
  font-size: 1.8rem;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  text-decoration-thickness: 0.1rem;
}
.app-hof-footer a:hover {
  color: #c011e3;
}

.form-field-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (min-width: 499px) {
  .form-field-row {
    flex-direction: row;
  }
}
@media only screen and (min-width: 991px) {
  .form-field-row {
    margin: 0 0 1.5rem 0;
    column-gap: 3rem;
  }
}
.form-field-row .form-field {
  width: 100%;
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 991px) {
  .form-field-row .form-field {
    margin: 0;
    width: calc(50% - 1.5rem);
  }
}
.form-field-row .form-field__inp {
  min-height: 100%;
}
.form-field-row__btn {
  width: 16rem;
}
@media only screen and (min-width: 499px) {
  .form-field-row__btn {
    width: 12rem;
  }
}
@media only screen and (min-width: 768px) {
  .form-field-row__btn {
    width: 18rem;
  }
}
@media only screen and (max-width: 767px) {
  .form-field-row__btn span {
    padding: 1.2rem 0rem;
  }
}

.app-content-res {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2.6rem;
  margin: -3rem 0 5rem 0;
  max-width: 54rem;
}
.app-content-res--games {
  max-width: 100%;
  margin: -3rem 0 2rem 0;
}
@media (min-width: 991px) {
  .app-content-res--games {
    max-width: 54rem;
  }
}
.app-content-res--games thead tr td:first-child {
  font-size: 1.6rem !important;
}
.app-content-res--acc thead tr td:first-child {
  font-size: 1.6rem !important;
}
.app-content-res--acc tbody tr td:last-child {
  text-align: right !important;
}
.app-content-res thead {
  transform: translateY(0.5rem);
}
@media (min-width: 768px) {
  .app-content-res thead {
    transform: translateY(1.5rem);
  }
}
.app-content-res thead tr {
  width: 100%;
  position: relative;
  z-index: 2;
}
.app-content-res thead tr::before, .app-content-res thead tr::after {
  content: "";
  opacity: 0;
}
.app-content-res thead tr td {
  padding: 1rem;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  color: #4bf0c4;
}
@media (max-width: 400px) {
  .app-content-res thead tr td {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .app-content-res thead tr td {
    padding: 1.5rem;
  }
}
@media (max-width: 400px) {
  .app-content-res thead tr td:first-child {
    font-size: 0;
  }
}
@media (min-width: 471px) {
  .app-content-res thead tr td:first-child {
    padding-left: 1.5rem;
  }
}
@media (min-width: 768px) {
  .app-content-res thead tr td:first-child {
    padding-left: 2.5rem;
  }
}
.app-content-res thead tr td:last-child {
  white-space: nowrap;
}
@media (min-width: 471px) {
  .app-content-res thead tr td:last-child {
    text-align: right;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .app-content-res thead tr td:last-child {
    padding-right: 2.5rem;
  }
}
.app-content-res tbody tr {
  width: 100%;
  position: relative;
  z-index: 2;
}
.app-content-res tbody tr::before, .app-content-res tbody tr::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 1rem;
  left: 1rem;
  width: 100%;
  height: 100%;
  border: 0.3rem solid #c011e3;
  transition: 0.3s;
}
.app-content-res tbody tr::after {
  border: 0.4rem solid #c011e3;
  filter: blur(5px);
}
.app-content-res tbody tr td {
  padding: 1rem;
  background: #1c0a40;
}
@media (min-width: 768px) {
  .app-content-res tbody tr td {
    padding: 1.5rem;
  }
}
.app-content-res tbody tr td strong {
  font-family: "Prompt", cursive;
  font-weight: normal;
  color: inherit;
}
@media (max-width: 470px) {
  .app-content-res tbody tr td:first-child {
    padding-top: 1rem;
  }
}
@media (min-width: 471px) {
  .app-content-res tbody tr td:first-child {
    padding-left: 1.5rem;
  }
}
@media (min-width: 768px) {
  .app-content-res tbody tr td:first-child {
    padding-left: 2.5rem;
  }
}
.app-content-res tbody tr td:last-child {
  white-space: nowrap;
}
@media (max-width: 470px) {
  .app-content-res tbody tr td:last-child {
    padding-bottom: 1rem;
  }
}
@media (min-width: 471px) {
  .app-content-res tbody tr td:last-child {
    text-align: right;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .app-content-res tbody tr td:last-child {
    padding-right: 2.5rem;
  }
}

.app-holes {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 1rem);
  margin: 0 -0.5rem;
}
@media (min-width: 410px) {
  .app-holes {
    width: calc(100% + 1.6rem);
    margin: 0 -0.8rem;
  }
}
.app-holes__item {
  position: relative;
  z-index: 2;
  width: 50%;
  padding: 0.5rem 0.5rem;
}
.app-holes__item.active .hole-btn {
  background: #4bf0c4;
  color: #0d051f;
}
.app-holes__item.active::before, .app-holes__item.active::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 2rem;
  left: 1.5rem;
  width: calc(100% - 1.5rem);
  height: calc(100% - 2rem);
  border: 0.2rem solid #c011e3;
  transition: 0.3s;
}
@media (min-width: 360px) {
  .app-holes__item.active::before, .app-holes__item.active::after {
    left: 2.5rem;
    top: 2rem;
    width: calc(100% - 2.5rem);
  }
}
@media (min-width: 410px) {
  .app-holes__item.active::before, .app-holes__item.active::after {
    top: 2rem;
    left: 2.5rem;
  }
}
.app-holes__item.active::after {
  border: 0.4rem solid #c011e3;
  filter: blur(5px);
}
.app-holes__item.active:hover .hole-btn {
  background: #fff;
  color: #c011e3;
}
.app-holes__item.active:hover::before, .app-holes__item.active:hover::after {
  top: 1rem;
  left: 1rem;
}
@media (min-width: 410px) {
  .app-holes__item {
    width: 50%;
    padding: 0.8rem;
  }
}
@media (min-width: 768px) {
  .app-holes__item {
    width: 33.33%;
  }
}
@media (min-width: 1200px) {
  .app-holes__item {
    width: 25%;
  }
}

.hole-btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  column-gap: 1.2rem;
  align-items: center;
  padding: 1.2rem 0;
  color: #fff;
  background: #200b45;
  transition: 0.3s;
}
@media (min-width: 410px) {
  .hole-btn {
    padding: 1.4rem 0;
  }
}
.hole-btn__current {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 2rem 0 0;
  border-color: #c011e3 transparent transparent transparent;
}
.hole-btn__name {
  font-family: "Prompt", cursive;
  font-weight: normal;
  color: inherit;
}
@media (min-width: 991px) {
  .hole-btn__name {
    font-size: 1.8rem;
  }
}

.app-hole-content {
  max-width: 65rem;
}
.app-hole-content__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 3rem;
  row-gap: 1rem;
  margin: 0 0 3rem 0;
}
@media (min-width: 1200px) {
  .app-hole-content__header {
    margin: 0 0 4rem 0;
  }
}
.app-hole-content__header .app-content__title {
  margin: 0;
}
.app-hole-content__btn-back {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  white-space: nowrap;
  color: #4bf0c4;
  font-weight: normal;
  transition: 0.3s;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  text-decoration-thickness: 0.1rem;
}
@media (min-width: 768px) {
  .app-hole-content__btn-back {
    font-size: 1.8rem;
  }
}
.app-hole-content__btn-back:hover {
  color: #c011e3;
}

.app-score {
  border-collapse: separate;
  border-spacing: 0 1.6rem;
  margin: 0 0 3rem 0;
}
@media only screen and (min-width: 1200px) {
  .app-score {
    margin: 0 0 5rem 0;
  }
}
.app-score .form-field {
  margin: 0;
}
.app-score .btn span {
  min-width: 1px;
}
@media only screen and (min-width: 768px) {
  .app-score .btn span {
    min-width: 15rem;
  }
}
@media only screen and (min-width: 1200px) {
  .app-score .btn span {
    padding: 1.2rem 2.5rem 1.3rem 2.5rem;
  }
}
.app-score tr td {
  padding: 0 1rem 0 0;
}
@media (min-width: 550px) {
  .app-score tr td {
    padding: 0 2rem 0 0;
  }
}
.app-score tr td:last-child {
  padding: 0;
}
.app-score tr td:first-child {
  letter-spacing: 0;
  line-height: 1.25;
  font-family: "Paytone One", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  color: #fff;
}
@media (min-width: 768px) {
  .app-score tr td:first-child {
    font-size: 1.8rem;
  }
}

.app-thanks {
  width: 100%;
  margin: 0 auto;
  max-width: 70rem;
  text-align: center;
}
.app-thanks__title {
  display: block;
  margin: 0 0 3rem 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.25;
  font-family: "Paytone One", sans-serif;
  font-weight: normal;
  font-size: 2.4rem;
  color: #fff;
}
.app-thanks__title strong,
.app-thanks__title b {
  font-weight: normal;
  color: #4bf0c4;
}
@media (min-width: 768px) {
  .app-thanks__title {
    font-size: 3.6rem;
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .app-thanks__title {
    font-size: 4.4rem;
    margin: 0 0 4rem 0;
  }
}
.app-thanks__img {
  padding: 2rem 0 0 0;
}
@media (min-width: 768px) {
  .app-thanks__img {
    padding: 3rem 0 0 0;
  }
}
@media (min-width: 1200px) {
  .app-thanks__img {
    padding: 7rem 0 0 0;
  }
}
.app-thanks__img img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .app-thanks__img img {
    max-height: 16rem;
  }
}

.app-content-users {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2.6rem;
  margin: -3rem 0 5rem 0;
}
.app-content-users thead {
  transform: translateY(0.5rem);
}
@media (min-width: 768px) {
  .app-content-users thead {
    transform: translateY(1.5rem);
  }
}
.app-content-users thead tr {
  width: 100%;
  position: relative;
  z-index: 2;
}
.app-content-users thead tr::before, .app-content-users thead tr::after {
  content: "";
  opacity: 0;
}
.app-content-users thead tr td {
  padding: 1rem;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  color: #4bf0c4;
}
@media (max-width: 400px) {
  .app-content-users thead tr td {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .app-content-users thead tr td {
    padding: 1.5rem;
  }
}
@media (min-width: 471px) {
  .app-content-users thead tr td:first-child {
    padding-left: 1.5rem;
  }
}
@media (min-width: 768px) {
  .app-content-users thead tr td:first-child {
    padding-left: 2.5rem;
  }
}
.app-content-users tbody tr {
  width: 100%;
  position: relative;
  z-index: 2;
}
.app-content-users tbody tr::before, .app-content-users tbody tr::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 1rem;
  left: 1rem;
  width: 100%;
  height: 100%;
  border: 0.3rem solid #c011e3;
  transition: 0.3s;
}
.app-content-users tbody tr::after {
  border: 0.4rem solid #c011e3;
  filter: blur(5px);
}
.app-content-users tbody tr td {
  padding: 1rem;
  background: #1c0a40;
}
@media (min-width: 768px) {
  .app-content-users tbody tr td {
    padding: 1.5rem;
  }
}
.app-content-users tbody tr td strong {
  font-family: "Prompt", cursive;
  font-weight: normal;
  color: inherit;
}
@media (max-width: 470px) {
  .app-content-users tbody tr td:first-child {
    padding-top: 1rem;
  }
}
@media (min-width: 471px) {
  .app-content-users tbody tr td:first-child {
    padding-left: 1.5rem;
  }
}
@media (min-width: 768px) {
  .app-content-users tbody tr td:first-child {
    padding-left: 2.5rem;
  }
}
.app-content-users tbody tr td:nth-child(2) {
  word-break: break-all;
}

.app-content-list {
  width: 100%;
  max-width: 70rem;
}
.app-content-list .app-content-users {
  margin: -3rem 0 2rem 0;
}
.app-content-list .app-content__footer-n {
  justify-content: center;
}

.table-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 1rem;
}

.tr-registered-user td {
  font-weight: 600;
  color: #4bf0c4;
}
.tr-registered-user__ico {
  margin: 0 0 0 1px;
  max-width: 1.6rem !important;
  transform: translateY(2px);
}

.table-overflow-cell {
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 450px) {
  .table-overflow-cell--jamek {
    max-width: 7rem;
  }
}

.pagination {
  letter-spacing: 0;
  line-height: 1.38;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  column-gap: 1.8rem;
}
@media (min-width: 1200px) {
  .pagination {
    font-size: 1.6rem;
  }
}
.pagination__item {
  font-style: normal;
}
.pagination__item.current {
  color: #4bf0c4;
}
.pagination__item--prev img {
  transform: rotate(180deg);
}
.pagination a.pagination__item {
  font-style: normal !important;
  color: #ffffff;
  text-decoration: none;
}
.pagination a.pagination__item:hover {
  text-decoration: underline;
}

.voucher-list {
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
  margin: 8.4rem 0 8.4rem 0;
}
.voucher-list__item {
  display: flex;
  flex-direction: row;
  gap: 3rem;
}
.voucher-list__card {
  position: relative;
  z-index: 2;
  flex: 1;
}
.voucher-list__card::before, .voucher-list__card::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 1rem;
  left: 1rem;
  width: 100%;
  height: 100%;
  border: 0.3rem solid #c011e3;
  transition: 0.3s;
}
.voucher-list__card::after {
  border: 0.4rem solid #c011e3;
  filter: blur(5px);
}
.voucher-list__header {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
  margin: 0;
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  letter-spacing: 0;
  line-height: 1.25;
  font-family: "Prompt", cursive;
  font-weight: normal;
  font-size: 1.6rem;
  color: #fff;
  background: #1c0a40;
  text-align: left;
  transition: 0.3s;
}
@media (min-width: 500px) {
  .voucher-list__header {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .voucher-list__header {
    padding: 1.7rem 4rem 1.7rem 2.5rem;
  }
}
.voucher-list__header--name {
  font-weight: bolder;
}
.voucher-list__header--price {
  font-weight: normal;
}
.voucher-list__buy {
  min-width: 12rem;
}

.voucher-table__card {
  position: relative;
  z-index: 2;
}
.voucher-table__card::before, .voucher-table__card::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 1rem;
  left: 1rem;
  width: 100%;
  height: 100%;
  border: 0.3rem solid #c011e3;
  transition: 0.3s;
}
.voucher-table__card::after {
  border: 0.4rem solid #c011e3;
  filter: blur(5px);
}
.voucher-table__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
  margin: 0;
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  letter-spacing: 0;
  line-height: 1.25;
  font-family: "Prompt", cursive;
  font-weight: normal;
  font-size: 1.6rem;
  color: #fff;
  background: #1c0a40;
  text-align: left;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .voucher-table__item {
    padding: 1.7rem 4rem 1.7rem 2.5rem;
  }
}

.voucher-item h3 {
  text-align: center;
  font-size: 2.3rem;
}
.voucher-item h3 strong {
  color: #4bf0c4;
}
@media (max-width: 1199px) {
  .voucher-item .form-field-row__half .form-field {
    width: 100%;
    max-width: 100%;
  }
}
.voucher-item .form-field {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
}
.voucher-item .form-field--custom {
  align-items: unset;
}
@media (min-width: 500px) {
  .voucher-item .form-field--custom .form-field__lbl {
    margin-top: 16.25px;
  }
}
@media (min-width: 991px) {
  .voucher-item .form-field {
    max-width: 50%;
    width: calc(50% - 1.5rem);
  }
}
.voucher-item .form-field--full {
  max-width: 100%;
  width: 100%;
}
.voucher-item .form-field--full .wpcf7-form-control-wrap {
  width: 100% !important;
}
.voucher-item .form-field__lbl {
  width: 100%;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
@media (min-width: 500px) {
  .voucher-item .form-field__lbl {
    width: 10rem;
    margin-bottom: 0;
  }
}
.voucher-item .form-field__lbl--full {
  width: 100%;
  margin: 0 0 0.5rem 0;
}
.voucher-item .form-field__label {
  font-size: 1.6rem;
  margin-left: 1rem;
}
.voucher-item .form-field__label p {
  margin: 0;
}
.voucher-item .form-field__label-gdpr {
  color: white;
  z-index: 100;
}
.voucher-item .form-field__label-gdpr a {
  z-index: 101;
  position: relative;
  color: white;
}
.voucher-item .form-field__text {
  font-size: 2.4rem;
  font-weight: 600;
  color: white;
}
@media (min-width: 550px) {
  .voucher-item .form-field__text {
    margin: 0 0 0 auto;
  }
}
.voucher-item .form-field__text--smaller {
  color: #a9a5b2;
  font-size: 1.6rem;
  margin: 0;
}
.voucher-item .form-field__selector {
  margin: 0 0 0 auto;
}
.voucher-item .form-field .wpcf7-form-control-wrap {
  max-width: 100%;
}
@media (min-width: 500px) {
  .voucher-item .form-field .wpcf7-form-control-wrap {
    max-width: calc(100% - 10rem);
  }
}
.voucher-item .form-field .wpcf7-form-control-wrap .wpcf7-select {
  position: relative;
  z-index: 1;
}
.voucher-item .form-field__textarea {
  max-width: 100%;
}
.voucher-item .form-field__checkbox {
  width: 100%;
}
@media (min-width: 500px) {
  .voucher-item .form-field__checkbox {
    max-width: calc(100% - 10rem);
  }
}
.voucher-item .form-field--check .form-field__checkbox {
  max-width: unset;
}
.voucher-item .form-field__inp {
  min-height: unset;
}
.voucher-item .form-field--radio {
  max-width: 100%;
  justify-content: left;
}
.voucher-item .form-field--radio #payment, .voucher-item .form-field--radio #delivery {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.voucher-item .form-field--radio #payment:checked ~ .wpcf7-list-item-label .form-field__indicator:after {
  display: block;
  border-color: #4bf0c4;
}
.voucher-item .form-field--radio #payment:checked ~ .wpcf7-list-item-label .form-field__indicator:before {
  display: none;
}
.voucher-item .form-field--radio #delivery:checked ~ .wpcf7-list-item-label .form-field__indicator:after {
  display: block;
  border-color: #4bf0c4;
}
.voucher-item .form-field--radio #delivery:checked ~ .wpcf7-list-item-label .form-field__indicator:before {
  display: none;
}
.voucher-item .form-field--radio .wpcf7-list-item-label .form-field__indicator {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 2px solid #4bf0c4;
  background: transparent;
}
.voucher-item .form-field--radio .wpcf7-list-item-label .form-field__indicator::after {
  content: "";
  position: absolute;
  z-index: 3;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border: 4px solid #fff;
  border-radius: 50%;
}
.voucher-item .form-field--radio .wpcf7-list-item-label .form-field__indicator::before {
  content: "";
  display: none;
}
.voucher-item .form-field__loader {
  display: none;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 3px;
  margin: 0 auto;
  background: radial-gradient(farthest-side, #4bf0c4 95%, rgba(0, 0, 0, 0)) 50% 0/12px 12px no-repeat, radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 5px), #4bf0c4 calc(100% - 4px)) content-box;
  animation: l6 2s infinite;
}
@keyframes l6 {
  to {
    transform: rotate(1turn);
  }
}
.voucher-item .text-error {
  display: none;
  color: red;
  font-size: 1.8rem;
  margin-top: 3rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-0 {
  margin-bottom: 0;
}

.order-repaid {
  display: flex;
  margin: 4rem 0;
}

/*# sourceMappingURL=main.css.map */
