@font-face {
  font-family: "SF Pro Display";
  src: url("/static/font/SF-Pro-Display-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("/static/font/SF-Pro-Display-Semibold.otf") format("opentype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

.main-hero {
  position: absolute;
  z-index: 4;
  left: 554px;
  top: 227px;
  width: 811px;
  height: 690px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  gap: 32px;
  pointer-events: auto;
}

.main-hero-logo {
  display: block;
  flex: none;
  order: 0;
  flex-grow: 0;
  width: 498px;
  height: 498px;
  object-fit: contain;
  filter: none;
  box-shadow: none;
  mix-blend-mode: normal;
}

.main-hero-text {
  display: flex;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  flex-direction: column;
  align-items: center;
  width: 811px;
  height: 160px;
  padding: 0;
  gap: 8px;
}

.main-hero-title {
  display: flex;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  align-items: center;
  justify-content: center;
  width: 811px;
  height: 76px;
  margin: 0;
  font-family: "SF Pro Display", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-synthesis: none;
  font-size: 64px;
  line-height: 76px;
  text-align: center;
  color: #ffffff;
  white-space: nowrap;
}

.main-hero-subtitle {
  display: flex;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  align-items: center;
  justify-content: center;
  width: 811px;
  height: 76px;
  margin: 0;
  font-family: "SF Pro Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-synthesis: none;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .main-hero {
    left: 229.33px;
    top: 155.07px;
    width: 566.43px;
    height: auto;
    gap: 22.35px;
    transform: none;
  }

  .main-hero-logo {
    width: 348px;
    height: 348px;
    filter: drop-shadow(0 2.79375px 2.79375px rgba(0, 0, 0, 0.25));
  }

  .main-hero-text {
    width: 100%;
    height: auto;
    gap: 5.59px;
  }

  .main-hero-title {
    width: 100%;
    height: auto;
    font-size: 48px;
    line-height: 57px;
  }

  .main-hero-subtitle {
    width: 100%;
    height: auto;
    font-size: 24px;
    line-height: 29px;
  }
}

@media (max-width: 767px) {
  .main-hero {
    left: 10px;
    top: 135px;
    width: 355px;
    height: 280px;
    gap: 12px;
    transform: none;
  }

  .main-hero-logo {
    width: 188px;
    height: 188px;
    filter: drop-shadow(0 1.60643px 1.60643px rgba(0, 0, 0, 0.25));
  }

  .main-hero-text {
    width: 355px;
    height: 80px;
    gap: 4px;
  }

  .main-hero-title {
    display: block;
    width: 355px;
    height: 38px;
    font-size: 32px;
    line-height: 38px;
    white-space: nowrap;
  }

  .main-hero-subtitle {
    display: block;
    width: 355px;
    height: 38px;
    font-size: 16px;
    line-height: 19px;
  }
}
