#fw-section-hero-0 {

@media screen and (max-width: 749px) {
  .hero__inner {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .hero__content {
    padding-inline: 16px;
  }

  .hero__heading {
    max-width: 10ch;
    margin-inline: auto;
    font-size: 1.3em;
    line-height: 0.98;
    text-align: center;
    overflow-wrap: normal;
    position: relative;
    z-index: 2;
    transform: translate(-8px, 24px);
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.95), 0 0 6px rgba(0, 0, 0, 0.9);
  }

  .hero__text {
    white-space: pre-line;
    margin-top: 12px;
    margin-bottom: 16px;
    line-height: 1.45;
    position: relative;
    z-index: 2;
  }

  .hero__cta-container {
    gap: 10px;
  }

  .hero__cta .button {
    min-height: 44px;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
}





#fw-section-announcement-bar-0 {

@media screen and (max-width: 749px) {
  .announcement-bar {
    background-color: #080B14;
    border: 1px solid #B08D57;
  }

  .announcement-bar__inner {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .announcement-bar__label {
    color: #B08D57;
    line-height: 1.1;
    letter-spacing: 0.08em;
  }
}
}