.hero-pt {
  padding-top: 144px;
}
.hero-section {
  overflow: hidden;
}
h1.hero-heading {
  margin: 0;
}
.hero-left-content,
.hero-right-content {
  width: 100%;
  flex: 1 0 0;
  @media screen and (min-width: 1280px) {
    max-width: 50%;
  }
}
.hero-left-content.w-full,
.hero-right-content.w-full{
  @media screen and (min-width: 1280px) {
    max-width: 1008px;
    margin: 0 auto;
  }
}
[data-theme=navy] .hero-eyebrow .text-heading-primary {
  color: var(--blue-300)!important;
}
  align-items: center;
  text-align: center;
  @media screen and (min-width: 1280px) {
    align-items: flex-start;
    text-align: left;
  }
}
.hero-left-content.items-center {
  @media screen and (min-width: 1280px) {
    align-items: center;
    text-align: center;
  }
}
.hero-form {
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.hero-form .legal-consent-container .hs-richtext {
  display: none;
}

.gravity-form-container {
  padding: 0 !important;
}
.hero-form form input[type=submit] {
  color: var(--white, #fff);
	background-color: var(--navy-900, #1A295F);
	box-shadow: 0px 0px 0px 2px rgba(144, 194, 255, 0.50);
  padding: 8px 24px;
	border-radius: 100px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.56);
  font-size: 16px;
  height: 44px;
}
.hero-form form input[type=submit]:hover,
.hero-form form input[type=submit]:focus,
.hero-form form input[type=submit]:focus-visible {
	background-color: var(--blue-800, #0167B0);
  border: 1px solid rgba(255, 255, 255, 0.56);
	box-shadow: 0px 0px 0px 2px rgba(144, 194, 255, 0.50), 0px 0px 0px 4px #98A2B3;
}
.hero-form .legal-consent-container .hs-form-booleancheckbox-display>span {
  margin-left: 4px;
}
.hero-form .hs-form-booleancheckbox:before {
  inset: 10px auto auto 2px!important;
}
.hero-form fieldset {
  min-inline-size: unset;
}
.hero-form .hs-form-booleancheckbox {
  width: 100%;
}
.inline-card {
  padding: 24px;
  border-radius: 8px;
  background: rgba(16, 24, 40, 0.10);
  backdrop-filter: blur(16px);
}
.inline-card a {
  text-decoration: underline;
}
.inline-card-icon {
  display: flex;
  padding: 8px;
  border-radius: 8px;
  background: var(--navy-900);
  align-items: center;
  justify-content: center;
  color: #fff;
}
[data-theme=navy] .inline-card {
  background:rgba(255, 255, 255, 0.10);
}
[data-theme=navy] .inline-card-icon {
  background: var(--blue-100);
  color: var(--blue-900);
}
.hero-inline-media__image {
  display: none;
  @media screen and (min-width: 1280px) {
    display: block;
  }
}
.hero-media__image {
  border-radius: 8px;
}
.mobile-hero-inline-media__image {
  display: block;
  margin-top: 40px;
  @media screen and (min-width: 1280px) {
    display: none;
  }
}
.mx-auto {
  margin: 0 auto;
}
#vimeo-player {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: contain;
}