.material-icons {
  font-family: "Material Icons";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
}
.button-default,
.button-default-cta,
.button-learn-more {
  display: inline-flex;
  height: 60px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    transform 0.2s ease-in-out;
  user-select: none;
  padding: 0 20px;
  box-shadow: none;
  text-align: center;
}
.button-default {
  align-items: center;
  justify-content: center;
  background-color: #0047bb;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  border: none;
}
.button-default:focus,
.button-default:hover {
  background-color: #00173c;
  color: #fff;
}
@media only screen and (min-width: 64em) {
  .button-default {
    font-size: 1.8rem;
  }
}
.button-default:active {
  transform: scale(0.95);
  color: #fff;
}
.button-default:focus {
  outline: #0043c2 auto 2px;
  border: none;
  box-shadow: none;
  border-radius: 4px;
}
.button-default-cta {
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-size: 1.6rem;
  margin: 0;
  color: #000;
  border: none;
  border-radius: 0;
}
@media only screen and (min-width: 64em) {
  .button-default-cta {
    font-size: 1.8rem;
  }
}
.button-default-cta:active {
  transform: scale(0.95);
  color: #000;
  border-radius: 0;
}
.button-default-cta:focus {
  background-color: #b2b2b2;
  color: #000;
  outline: #0043c2 auto 2px;
  border: none;
  box-shadow: none;
  border-radius: 4px;
}
.button-default-cta:hover {
  background-color: #b2b2b2;
  color: #000;
  border-radius: 0;
}
.button-learn-more {
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-size: 1.6rem;
  border: 1px solid #000;
  color: #000;
  border-radius: 0;
}
.button-learn-more:active {
  transform: scale(0.95);
  color: #000;
  border-radius: 0;
}
.button-learn-more:focus {
  background-color: #b2b2b2;
  color: #000;
  outline: #0043c2 auto 2px;
  border: none;
  box-shadow: none;
  border-radius: 4px;
}
.button-learn-more:hover {
  background-color: #b2b2b2;
  color: #000;
  border-radius: 0;
}
.secondary-hero-title-block {
  background-color: #000;
  display: flex;
  flex-direction: column;
}
.secondary-hero-title-block .block-wrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  order: 2;
}
@media only screen and (min-width: 64em) {
  .button-learn-more {
    font-size: 1.8rem;
  }
  .secondary-hero-title-block .block-wrapper {
    flex-direction: column;
    order: 1;
  }
}
.secondary-hero-title-block .block-wrapper .block-title {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.19px;
  margin: 10;
  border: none;
  padding: 50px 16px;
  max-width: 100%;
  text-align: center;
}
@media only screen and (min-width: 64em) {
  .secondary-hero-title-block .block-wrapper .block-title {
    font-size: 6rem;
    padding: 120px 40px 50px;
    max-width: 1010px;
  }
}
.secondary-hero-title-block .block-img-wrap {
  max-width: 100%;
  width: 100%;
  margin-top: 50px;
  order: 1;
  overflow: hidden;
  position: relative;
}
.secondary-hero-title-block .block-img-wrap:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 40%;
}
.secondary-hero-title-block .block-img-wrap > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 64em) {
  .secondary-hero-title-block .block-img-wrap {
    margin-top: 0;
    order: 2;
  }
}
.secondary-hero-title-block .block-img-wrap .block-img {
  max-width: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  object-fit: cover;
}
