/* Webinar: CTA Band Block */

.webinar-cta-band {
  background-color: #FF5900;
  padding: 3rem 0;
  text-align: left;
}

.webinar-cta-band__container {
  max-width: 1140px;
  margin: 0 auto;
}

.webinar-cta-band__heading {
  font-family: "Suisse Intl", Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0 0 0.75rem;
}

.webinar-cta-band__event-line {
  font-family: "Suisse Intl", Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  opacity: 0.9;
  margin: 0 0 1.75rem;
}

.webinar-cta-band__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  background-color: #fff;
  color: #033438;
  font-family: "Source Code Pro", monospace;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.webinar-cta-band__button:hover {
  background-color: #F5F7F7;
}

.webinar-disclaimer-strip {
  background-color: #fff;
  padding: 1.5rem 0;
}

.webinar-disclaimer-strip__text {
  max-width: 1140px;
  margin: 0 auto;
  font-family: "Suisse Intl", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #4C6769;
}

/* md: 768px */
@media (min-width: 768px) {
  .webinar-cta-band {
    padding: 3.5rem 0;
  }

  .webinar-cta-band__heading {
    font-size: 34px;
  }
}
