@import url("https://fonts.googleapis.com/css2?family=Sofia+Sans+Semi+Condensed:ital,wght@0,1..1000;1,1..1000&family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap");
:root :where(.is-layout-flow) > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

a,
button {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
a:focus, a:focus-visible,
button:focus,
button:focus-visible {
  outline: none;
}

section.bc-section,
section.card-grid-component,
section.cta-call-out-component,
section.hero-component,
section.fifty-fifty-component,
section.accordion-component,
section.testimonial-carousel,
section.card-carousel,
section.logo-grid,
section.value-props,
section.vertical-tabbed-content,
section.horizontal-tabs-component,
section.cross-link-cards,
section.cta-callout-links,
section.form-module,
section.full-width-text {
  box-sizing: border-box;
  padding: 64px 32px;
}
@media (min-width: 768px) {
  section.bc-section,
  section.card-grid-component,
  section.cta-call-out-component,
  section.hero-component,
  section.fifty-fifty-component,
  section.accordion-component,
  section.testimonial-carousel,
  section.card-carousel,
  section.logo-grid,
  section.value-props,
  section.vertical-tabbed-content,
  section.horizontal-tabs-component,
  section.cross-link-cards,
  section.cta-callout-links,
  section.form-module,
  section.full-width-text {
    padding: 96px 32px;
  }
}

.bc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 36px;
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0;
  text-decoration: none;
  border-radius: 50px;
  border: 3px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  outline: none;
}
.bc-button__text {
  line-height: 24px;
}
.bc-button__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bc-button__icon svg {
  width: 13px;
  height: 10px;
  transition: color 0.3s ease;
}
.bc-button--light.bc-button--primary {
  background-color: #00609C;
  border-color: #00609C;
  color: #F5F5F5;
}
.bc-button--light.bc-button--primary .bc-button__icon svg {
  color: #ffffff;
}
.bc-button--light.bc-button--primary:hover:not(:disabled) {
  background-color: #11547E;
  border-color: #11547E;
  text-decoration: underline;
}
.bc-button--light.bc-button--primary:active:not(:disabled) {
  background-color: #12355B;
  border-color: #12355B;
  text-decoration: none;
}
.bc-button--light.bc-button--primary:focus-visible:not(:disabled) {
  background-color: #12355B;
  border-color: #12355B;
  outline: 2px solid #12355B;
  outline-offset: 2px;
}
.bc-button--light.bc-button--primary:disabled {
  background-color: #00609C;
  border-color: #00609C;
  color: #A2A4A3;
  cursor: not-allowed;
}
.bc-button--light.bc-button--primary:disabled .bc-button__icon svg {
  color: #A2A4A3;
}
.bc-button--dark.bc-button--primary {
  background-color: #8EE3EF;
  border-color: #8EE3EF;
  color: #12355B;
}
.bc-button--dark.bc-button--primary .bc-button__icon svg {
  color: #12355B;
}
.bc-button--dark.bc-button--primary:hover:not(:disabled) {
  background-color: #32BFD3;
  border-color: #32BFD3;
  text-decoration: underline;
}
.bc-button--dark.bc-button--primary:active:not(:disabled) {
  background-color: #2C9EAF;
  border-color: #2C9EAF;
  color: #F5F5F5;
  text-decoration: none;
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
.bc-button--dark.bc-button--primary:active:not(:disabled) .bc-button__icon svg {
  color: #ffffff;
}
.bc-button--dark.bc-button--primary:focus-visible:not(:disabled) {
  background-color: #8EE3EF;
  border-color: #8EE3EF;
  color: #12355B;
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
.bc-button--dark.bc-button--primary:focus-visible:not(:disabled) .bc-button__icon svg {
  color: #12355B;
}
.bc-button--dark.bc-button--primary:disabled {
  background-color: #00609C;
  border-color: #00609C;
  color: #A2A4A3;
  cursor: not-allowed;
}
.bc-button--dark.bc-button--primary:disabled .bc-button__icon svg {
  color: #A2A4A3;
}
.bc-button--light.bc-button--secondary {
  background-color: transparent;
  border: 3px solid #00609C;
  color: #00609C;
}
.bc-button--light.bc-button--secondary .bc-button__icon svg {
  color: #00609C;
}
.bc-button--light.bc-button--secondary:hover:not(:disabled) {
  color: #12355B;
  border-color: #12355B;
  text-decoration: underline;
}
.bc-button--light.bc-button--secondary:hover:not(:disabled) .bc-button__icon svg {
  color: #12355B;
}
.bc-button--light.bc-button--secondary:active:not(:disabled) {
  background-color: #12355B;
  border-color: #12355B;
  color: #F5F5F5;
}
.bc-button--light.bc-button--secondary:active:not(:disabled) .bc-button__icon svg {
  color: #ffffff;
}
.bc-button--light.bc-button--secondary:focus-visible:not(:disabled) {
  background-color: #12355B;
  border-color: #12355B;
  color: #F5F5F5;
  outline: 2px solid #12355B;
  outline-offset: 2px;
}
.bc-button--light.bc-button--secondary:focus-visible:not(:disabled) .bc-button__icon svg {
  color: #ffffff;
}
.bc-button--light.bc-button--secondary:disabled {
  background-color: transparent;
  border-color: #A2A4A3;
  color: #A2A4A3;
  cursor: not-allowed;
}
.bc-button--light.bc-button--secondary:disabled .bc-button__icon svg {
  color: #A2A4A3;
}
.bc-button--dark.bc-button--secondary {
  background-color: transparent;
  border: 3px solid #8EE3EF;
  color: #8EE3EF;
}
.bc-button--dark.bc-button--secondary .bc-button__icon svg {
  color: #8EE3EF;
}
.bc-button--dark.bc-button--secondary:hover:not(:disabled) {
  background-color: #32BFD3;
  border-color: #32BFD3;
  color: #12355B;
  text-decoration: underline;
}
.bc-button--dark.bc-button--secondary:hover:not(:disabled) .bc-button__icon svg {
  color: #12355B;
}
.bc-button--dark.bc-button--secondary:active:not(:disabled) {
  background-color: #2C9EAF;
  border-color: #2C9EAF;
  color: #F5F5F5;
  text-decoration: none;
}
.bc-button--dark.bc-button--secondary:active:not(:disabled) .bc-button__icon svg {
  color: #ffffff;
}
.bc-button--dark.bc-button--secondary:focus-visible:not(:disabled) {
  background-color: #8EE3EF;
  border-color: #8EE3EF;
  color: #12355B;
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
.bc-button--dark.bc-button--secondary:focus-visible:not(:disabled) .bc-button__icon svg {
  color: #12355B;
}
.bc-button--dark.bc-button--secondary:disabled {
  background-color: transparent;
  border-color: #A2A4A3;
  color: #A2A4A3;
  cursor: not-allowed;
}
.bc-button--dark.bc-button--secondary:disabled .bc-button__icon svg {
  color: #A2A4A3;
}

.typography--h1 {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-weight: 900;
  font-size: 64px;
  line-height: 68px;
  letter-spacing: 0;
  color: #12355B;
}
.typography--h1.typography--dark {
  color: #ffffff;
}
@media (min-width: 768px) {
  .typography--h1 {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 1px;
  }
}
.typography--h1.typography--eyebrow {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #00609C;
  margin: 0;
}
.typography--h1.typography--eyebrow.typography--dark {
  color: #F5F5F5;
}
@media (min-width: 768px) {
  .typography--h1.typography--eyebrow {
    font-size: 18px;
  }
}

.typography--h2 {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-weight: 900;
  font-size: 54px;
  line-height: 58px;
  letter-spacing: 0;
  color: #12355B;
}
.typography--h2.typography--dark {
  color: #ffffff;
}
@media (min-width: 768px) {
  .typography--h2 {
    font-size: 54px;
    line-height: 60px;
    letter-spacing: 1px;
  }
}

.typography--h3 {
  font-family: "Sofia Sans", sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 48px;
  letter-spacing: 0;
  color: #12355B;
}
.typography--h3.typography--dark {
  color: #ffffff;
}
@media (min-width: 768px) {
  .typography--h3 {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 1px;
  }
}

.typography--h4 {
  font-family: "Sofia Sans", sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #12355B;
}
.typography--h4.typography--dark {
  color: #ffffff;
}
@media (min-width: 768px) {
  .typography--h4 {
    font-size: 22px;
  }
}

.typography--h5 {
  font-family: "Sofia Sans", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0;
}
.typography--h5.typography--dark {
  color: #ffffff;
}
@media (min-width: 768px) {
  .typography--h5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 800;
  }
}

.typography--p.typography--eyebrow {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #00609C;
}
.typography--p.typography--eyebrow.typography--dark {
  color: #F5F5F5;
}
@media (min-width: 768px) {
  .typography--p.typography--eyebrow {
    font-size: 18px;
  }
}
.typography--p.typography--primary {
  font-family: "Sofia Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color: #50585E;
}
.typography--p.typography--primary.typography--dark {
  color: #ffffff;
}
@media (min-width: 768px) {
  .typography--p.typography--primary {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
  }
}
.typography--p.typography--secondary {
  font-family: "Sofia Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #50585E;
}
.typography--p.typography--secondary.typography--dark {
  color: #F5F5F5;
}
@media (min-width: 768px) {
  .typography--p.typography--secondary {
    font-size: 15px;
    line-height: 24px;
  }
}

.hero-component {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.hero-component.bg-navy {
  background-color: #12355B;
}
.hero-component.bg-dark-teal {
  background-color: #1A535C;
}
.hero-component.bg-lime-green {
  background-color: #8EA604;
}
.hero-component.bg-jet-black {
  background-color: #101820;
}
.hero-component.bg-bus-blue {
  background-color: #00609C;
}
.hero-component.bg-leasing-orange {
  background-color: #ED8B00;
}
.hero-component.bg-company-gray {
  background-color: #50585E;
}
.hero-component.bg-dark-gray {
  background-color: #A2A4A3;
}
.hero-component.bg-light-gray {
  background-color: #DADCDE;
}
.hero-component.bg-lightest-gray {
  background-color: #F5F5F5;
}
.hero-component.bg-graphite {
  background-color: #232323;
}
.hero-component.bg-sunshine {
  background-color: #F0F2A6;
}
.hero-component.bg-sky-blue {
  background-color: #8EE3EF;
}
.hero-component.bg-mint-green {
  background-color: #60D394;
}
.hero-component.bg-white {
  background-color: #ffffff;
}
.hero-component.text-navy {
  color: #12355B;
}
.hero-component.text-dark-teal {
  color: #1A535C;
}
.hero-component.text-lime-green {
  color: #8EA604;
}
.hero-component.text-jet-black {
  color: #101820;
}
.hero-component.text-bus-blue {
  color: #00609C;
}
.hero-component.text-leasing-orange {
  color: #ED8B00;
}
.hero-component.text-company-gray {
  color: #50585E;
}
.hero-component.text-dark-gray {
  color: #A2A4A3;
}
.hero-component.text-light-gray {
  color: #DADCDE;
}
.hero-component.text-lightest-gray {
  color: #F5F5F5;
}
.hero-component.text-graphite {
  color: #232323;
}
.hero-component.text-sunshine {
  color: #F0F2A6;
}
.hero-component.text-sky-blue {
  color: #8EE3EF;
}
.hero-component.text-mint-green {
  color: #60D394;
}
.hero-component.text-white {
  color: #ffffff;
}
.hero-component {
  /**
   * Homepage Hero - Full viewport with background image
   */
}
.hero-component.hero-type-homepage {
  justify-content: flex-start;
  padding: 2rem 0;
  min-height: 880px;
}
@media (max-width: 768px) {
  .hero-component.hero-type-homepage {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .hero-component.hero-type-homepage {
    flex-direction: row;
    padding: 11rem 0;
  }
}
.hero-component.hero-type-homepage .hero-text-content {
  text-align: center;
  padding: 1rem;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 480px) {
  .hero-component.hero-type-homepage .hero-text-content {
    padding: 2rem;
  }
}
@media (min-width: 768px) {
  .hero-component.hero-type-homepage .hero-text-content {
    text-align: left;
    width: auto;
    max-width: none;
  }
}
.hero-component.hero-type-homepage .hero-text {
  padding: 0;
  max-width: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.hero-component.hero-type-homepage .hero-text > * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media (min-width: 768px) {
  .hero-component.hero-type-homepage .hero-text {
    padding: 0;
    max-width: 634px;
  }
}
.hero-component.hero-type-homepage .hero-text h2.typography--h2 {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-weight: 900;
  font-size: clamp(36px, 8.5vw, 64px);
  line-height: clamp(40px, 9vw, 68px);
  letter-spacing: 0;
  padding-top: 12px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .hero-component.hero-type-homepage .hero-text h2.typography--h2 {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 1px;
  }
}
.hero-component.hero-type-homepage .hero-text p:last-of-type {
  padding-bottom: 32px;
}
.hero-component.hero-type-homepage .hero-content {
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 480px) {
  .hero-component.hero-type-homepage .hero-content {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .hero-component.hero-type-homepage .hero-content {
    align-items: center;
    margin-top: 0;
    padding-left: 128px;
  }
}
.hero-component {
  /**
   * Regular Hero - Mobile: image behind title, Desktop: side-by-side
   */
}
.hero-component.hero-type-regular {
  box-sizing: border-box;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero-component.hero-type-regular {
    justify-content: flex-start;
    padding: 144px 32px 96px 32px;
  }
}
.hero-component.hero-type-regular .hero-heading {
  max-width: 640px;
}
.hero-component.hero-type-regular .hero-content {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  width: 100%;
  max-width: 100%;
  padding: 1rem;
}
@media (min-width: 480px) {
  .hero-component.hero-type-regular .hero-content {
    padding: 2rem;
  }
}
@media (min-width: 768px) {
  .hero-component.hero-type-regular .hero-content {
    flex-direction: row;
    justify-content: space-between;
    max-width: 1280px;
    padding: 0 4rem;
    margin-top: 0;
  }
}
.hero-component.hero-type-regular .hero-text-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .hero-component.hero-type-regular .hero-text-content {
    align-items: flex-start;
    text-align: left;
    width: auto;
    max-width: none;
  }
}
.hero-component.hero-type-regular .hero-header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 16px 1rem;
  width: 100%;
  max-width: 100%;
  min-height: 330px;
  text-align: center;
  border-radius: 0.75rem;
  overflow: hidden;
  background-color: #12355B;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
@media (min-width: 480px) {
  .hero-component.hero-type-regular .hero-header {
    padding: 16px 32px;
  }
}
.hero-component.hero-type-regular .hero-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #12355B;
  opacity: 0.55;
  z-index: 0;
}
.hero-component.hero-type-regular .hero-header > * {
  position: relative;
  z-index: 1;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.hero-component.hero-type-regular .hero-header h2.typography--h2 {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-weight: 900;
  font-size: clamp(36px, 8.5vw, 64px);
  line-height: clamp(40px, 9vw, 68px);
  letter-spacing: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}
@media (min-width: 768px) {
  .hero-component.hero-type-regular .hero-header h2.typography--h2 {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 1px;
  }
}
@media (min-width: 768px) {
  .hero-component.hero-type-regular .hero-header {
    padding: 0;
    min-width: unset;
    min-height: unset;
    border-radius: 0;
    background-image: none !important;
    align-items: flex-start;
    text-align: left;
  }
  .hero-component.hero-type-regular .hero-header::before {
    display: none;
  }
}
.hero-component.hero-type-regular .hero-description {
  max-width: 100%;
  text-align: center;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media (min-width: 768px) {
  .hero-component.hero-type-regular .hero-description {
    max-width: 576px;
    text-align: left;
  }
}
.hero-component.hero-type-regular .hero-buttons {
  padding-top: 40px;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.hero-component.hero-type-regular .hero-buttons .bc-button {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1050px) {
  .hero-component.hero-type-regular .hero-buttons {
    flex-direction: row;
    width: auto;
    max-width: none;
  }
  .hero-component.hero-type-regular .hero-buttons .bc-button {
    width: auto;
    max-width: none;
  }
}
.hero-component.hero-type-regular .hero-image-wrapper {
  display: none;
}
@media (min-width: 768px) {
  .hero-component.hero-type-regular .hero-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 480px;
    flex: 1 1 auto;
    box-sizing: border-box;
  }
}
.hero-component.hero-type-regular .hero-side-image {
  width: 100%;
  height: auto;
  aspect-ratio: 480/538;
  object-fit: cover;
  object-position: 25% center;
  border-radius: 0.75rem;
}
.hero-component.hero-type-regular .hexagon-decoration {
  width: 761px;
  height: 761px;
  z-index: 1;
}
.hero-component.hero-type-regular .hexagon-decoration.hex-bottom-right {
  right: -440px;
  bottom: -480px;
}
@media (min-width: 768px) {
  .hero-component.hero-type-regular .hexagon-decoration.hex-bottom-right {
    right: -550px;
    bottom: -200px;
  }
}
@media (min-width: 920px) {
  .hero-component.hero-type-regular .hexagon-decoration.hex-bottom-right {
    right: -450px;
    bottom: -200px;
  }
}
.hero-component {
  /**
   * Shared Elements
   */
}
.hero-component .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.hero-component .hero-background--video {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #12355B;
}
.hero-component .hero-background--video video {
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
}
.hero-component .hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.hero-component .hero-buttons .bc-button {
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
}
@media (min-width: 768px) {
  .hero-component .hero-buttons {
    display: inline-flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
    width: auto;
  }
  .hero-component .hero-buttons .bc-button {
    width: auto;
  }
}
.hero-component .hexagon-decoration {
  position: absolute;
  pointer-events: none;
}
.hero-component .hexagon-decoration svg {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=hero.css.map */
