/* Universal breakpoints */
.hero_cta .image-mobile {
  height: 400px; }
  @media (max-width: 767px) {
    .hero_cta .image-mobile {
      height: 300px; } }
  @media (max-width: 479px) {
    .hero_cta .image-mobile {
      height: 220px; } }

@media (max-width: 991px) {
  .half-split-offset .a {
    height: 250px;
    background-position: center center; } }

.half-split-offset .b {
  padding: 0; }
  @media (min-width: 992px) {
    .half-split-offset .b {
      margin-top: 80px; } }
  @media (max-width: 991px) {
    .half-split-offset .b {
      border-radius: 0 !important; } }
  .half-split-offset .b .b-contents {
    max-width: 520px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px; }
    @media (max-width: 991px) {
      .half-split-offset .b .b-contents {
        margin: 40px 16px;
        max-width: 100%;
        padding: 0; } }
    .half-split-offset .b .b-contents .teal {
      color: #3f647c; }
      .half-split-offset .b .b-contents .teal:visited {
        color: #3f647c; }
    .half-split-offset .b .b-contents .button-reset {
      box-sizing: border-box;
      display: block;
      width: 100%;
      text-align: center; }
      @media (min-width: 480px) {
        .half-split-offset .b .b-contents .button-reset {
          max-width: 360px; } }

.registration-step.reverse {
  background-color: #e8e9ec; }

.registration-step__content {
  display: flex;
  max-width: 1200px;
  margin: 20px auto;
  gap: 20px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (max-width: 991px) {
    .registration-step__content {
      flex-direction: column-reverse;
      height: auto;
      gap: 16px;
      padding-left: 16px;
      padding-right: 16px; } }
  @media (min-width: 992px) {
    .registration-step__content.reverse {
      flex-direction: row-reverse; } }
  .registration-step__content__image {
    flex: 1;
    display: flex;
    justify-content: end;
    align-items: center; }
    @media (min-width: 992px) {
      .registration-step__content__image.reverse {
        justify-content: start; } }
    @media (max-width: 991px) {
      .registration-step__content__image {
        display: flex;
        justify-content: center; } }
    .registration-step__content__image img {
      flex-grow: 0;
      width: 550px;
      height: auto;
      max-width: 100%; }
  .registration-step__content__text {
    color: #3b3d49;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    flex: 1; }
    @media (min-width: 992px) {
      .registration-step__content__text:not(.reverse) p,
      .registration-step__content__text:not(.reverse) ul {
        max-width: 440px;
        box-sizing: border-box; } }
    .registration-step__content__text p,
    .registration-step__content__text ul {
      font-size: 16px;
      font-weight: 500;
      line-height: 24px; }
    .registration-step__content__text ul {
      margin: 0; }
    .registration-step__content__text a {
      color: #3f647c; }
      .registration-step__content__text a:visited {
        color: #3f647c; }

.questions {
  margin: 40px 16px 40px 16px; }
  @media (min-width: 992px) {
    .questions {
      text-align: center;
      margin: 80px auto 60px; } }
  .questions h2 {
    font-weight: 500 !important;
    margin-bottom: 24px; }
  .questions p {
    font-weight: 500;
    width: 1260px;
    max-width: 100%;
    margin: auto; }
@media (max-width: 543px) {
    .hero_cta .image-mobile {
        background-position: 85% 0 !important;
    }
}