@keyframes bounceDown {
  0% {
    transform: scale(1, 1) translateX(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateX(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-4px);
  }
  50% {
    transform: scale(1.05, 0.95) translateY(6px);
  }
  57% {
    transform: scale(1, 1) translateY(-2px);
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes bounce2 {
  0% {
    transform: scale(1, 1) translateX(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateX(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateX(-4px);
  }
  50% {
    transform: scale(1.05, 0.95) translateX(2px);
  }
  57% {
    transform: scale(1, 1) translateX(-2px);
  }
  64% {
    transform: scale(1, 1) translateX(0);
  }
  100% {
    transform: scale(1, 1) translateX(0);
  }
}
/* Fonts */
.masthead.masthead--center {
  padding: 64px 0 !important;
}
.masthead.masthead--center.accent {
  background-color: #0055A2;
  background-image: url(../../images/masthead-hero-accent-l.avif), url(../../images/masthead-hero-accent-r.avif);
  background-size: auto 100px, 329px auto;
  background-repeat: no-repeat;
  background-position: left 32px, right bottom;
}
.masthead.masthead--center.accent .masthead__outline,
.masthead.masthead--center.accent .masthead__title,
.masthead.masthead--center.accent .masthead__desc {
  color: #FFF;
}
.masthead.masthead--center.left .masthead__outline,
.masthead.masthead--center.left .masthead__title,
.masthead.masthead--center.left .masthead__action {
  text-align: left;
}
.masthead.masthead--center.left .masthead__desc {
  text-align: left;
}
.masthead.masthead--center .masthead__content {
  padding: 0;
}
.masthead.masthead--center .masthead__outline {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  text-align: center;
  color: #232933;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.masthead.masthead--center .masthead__title {
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.masthead.masthead--center .masthead__desc {
  margin-top: 8px;
  text-align: center;
}
.masthead.masthead--center .masthead__action {
  margin-top: 24px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.masthead.masthead--center .masthead__action a.btn,
.masthead.masthead--center .masthead__action a {
  margin: 0;
}
@media (max-width: 991px) {
  .masthead .masthead__wrap {
    padding: 32px 16px;
  }
  .masthead.masthead--center .masthead__action a.btn,
  .masthead.masthead--center .masthead__action a {
    width: -moz-max-content;
    width: max-content;
    display: inline-block;
  }
}
@media (max-width: 560px) {
  .masthead.masthead--center {
    padding: 32px 0 !important;
  }
  .masthead.masthead--center .masthead__outline {
    font-size: 16px;
    line-height: 24px;
  }
  .masthead.masthead--center .masthead__title {
    font-size: 32px;
    line-height: 40px;
  }
  .masthead.masthead--center .masthead__title br {
    display: none;
  }
  .masthead.masthead--center .masthead__action a.btn,
  .masthead.masthead--center .masthead__action a {
    width: 100%;
    flex: 0 0 100%;
    display: block;
  }
}/*# sourceMappingURL=masthead-center.css.map */