/* line 7, ../../sass/components/block-fullbleed.scss */
.fullbleed-content.__faq-hero {
  height: calc( (100vw * 500) / 780);
  min-height: 250px;
}
@media (min-width: 768px) {
  /* line 7, ../../sass/components/block-fullbleed.scss */
  .fullbleed-content.__faq-hero {
    height: calc( (100vw * 330) / 2880 );
    max-width: 100%;
    margin-left: 0;
    left: 0;
    min-height: 150px;
  }
}
@media (min-width: 1440px) {
  /* line 7, ../../sass/components/block-fullbleed.scss */
  .fullbleed-content.__faq-hero {
    margin-left: 0;
    left: calc(50vw - 720px);
    max-width: 1440px;
    background-size: 100%;
    max-height: 165px;
  }
}
/* line 26, ../../sass/components/block-fullbleed.scss */
.fullbleed-content.__faq-hero .fullbleed-inner-container {
  padding: 0;
  height: 100%;
}
/* line 29, ../../sass/components/block-fullbleed.scss */
.fullbleed-content.__faq-hero .fullbleed-inner-container .headline-container {
  width: fit-content;
  margin: 0 auto;
  padding: 0 5%;
  height: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  /* line 29, ../../sass/components/block-fullbleed.scss */
  .fullbleed-content.__faq-hero .fullbleed-inner-container .headline-container {
    height: 100%;
    padding: 0 25px;
  }
}
/* line 43, ../../sass/components/block-fullbleed.scss */
.fullbleed-content.__faq-hero .fullbleed-inner-container .headline-container h1 {
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  font-family: "Gotham XNarrow SSm A", "Gotham XNarrow SSm B", "Oswald", sans-serif;
  text-transform: none;
  font-size: clamp(38px, 4.5vw, 56px);
}
@media (min-width: 768px) {
  /* line 43, ../../sass/components/block-fullbleed.scss */
  .fullbleed-content.__faq-hero .fullbleed-inner-container .headline-container h1 {
    font-size: clamp(38px, 4vw, 48px);
  }
}
