/* Responsive repairs for the exported Tilda homepage. */
@media screen and (max-width: 960px) {
  #rec431667600 .t466__container {
    min-height: 72px;
    padding: 14px 20px;
    justify-content: flex-end;
  }

  #rec431667600 .t-menuburger {
    margin-left: auto;
    width: 28px;
    height: 20px;
  }

  #rec431667600 .t-menuburger span:nth-child(2),
  #rec431667600 .t-menuburger span:nth-child(3) {
    top: 8px;
  }

  #rec431667600 .t-menuburger span:nth-child(4) {
    top: 16px;
  }

  #rec431667600 .t466__mobile {
    top: 72px !important;
    z-index: 990;
  }

  #rec426012202 .t135 {
    top: 8px !important;
    left: 16px !important;
    max-width: 60px !important;
    z-index: 1000;
  }
}

.mobile-hero {
  display: none;
}

@media screen and (max-width: 640px) {
  #rec426006486 {
    display: none !important;
  }

  .mobile-hero {
    position: relative;
    display: block;
    width: 100%;
    height: max(540px, calc(100svh - 72px));
    overflow: hidden;
    background: #000;
    color: #fff;
    touch-action: pan-y;
  }

  .mobile-hero__slides,
  .mobile-hero__slide,
  .mobile-hero__shade {
    position: absolute;
    inset: 0;
  }

  .mobile-hero__slide {
    visibility: hidden;
    opacity: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition:
      opacity 320ms ease,
      visibility 320ms ease;
  }

  .mobile-hero__slide.is-active {
    visibility: visible;
    opacity: 1;
    z-index: 1;
  }

  .mobile-hero__shade {
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.08) 8%,
      rgba(0, 0, 0, 0.18) 46%,
      rgba(0, 0, 0, 0.86) 100%
    );
  }

  .mobile-hero__content {
    position: absolute;
    right: 24px;
    bottom: 66px;
    left: 24px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    text-align: center;
  }

  .mobile-hero__title {
    width: 100%;
    margin: 0;
    font-family: "Shumi", Arial, sans-serif;
    font-size: clamp(24px, 7.5vw, 32px);
    font-weight: 700;
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .mobile-hero__description {
    width: 100%;
    max-width: 360px;
    margin: 14px 0 0;
    color: #dbdede;
    font-family: "Shumi", Arial, sans-serif;
    font-size: clamp(14px, 4.3vw, 18px);
    font-weight: 600;
    line-height: 1.3;
  }

  .mobile-hero__button {
    display: inline-flex;
    min-width: 170px;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
    padding: 12px 28px;
    box-sizing: border-box;
    border-radius: 999px;
    background: #ab1bcf;
    color: #fff !important;
    font-family: "Shumi", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.15;
    text-decoration: none !important;
  }

  .mobile-hero__dots {
    position: absolute;
    right: 0;
    bottom: 18px;
    left: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    gap: 12px;
  }

  .mobile-hero__dot {
    width: 11px;
    height: 11px;
    margin: 0;
    padding: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    background: transparent;
  }

  .mobile-hero__dot.is-active {
    background: #fff;
  }
}
