/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Blocks: Section Careers
\* ------------------------------------------------------------ */
.section-hero,
.acf-block-preview .section-hero {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  transition: 0.3s ease-in-out; }
  @media (max-width: 767.5px) {
    .section-hero,
    .acf-block-preview .section-hero {
      padding-bottom: 3rem; } }
  .section-hero__bg,
  .acf-block-preview .section-hero__bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .section-hero__bg::before,
    .acf-block-preview .section-hero__bg::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      -moz-transition: background-color 0.3s ease-in-out;
      transition: background-color 0.3s ease-in-out;
      background: linear-gradient(91.15deg, rgba(0, 0, 0, 0.6) 18.89%, rgba(0, 0, 0, 0) 48.56%), linear-gradient(0deg, rgba(18, 18, 18, 0.2), rgba(18, 18, 18, 0.2)); }
    @media (max-width: 767.5px) {
      .section-hero__bg,
      .acf-block-preview .section-hero__bg {
        display: none; } }
  .section-hero__body.without_bg,
  .acf-block-preview .section-hero__body.without_bg {
    background-color: #333333; }
    @media (max-width: 767.5px) {
      .section-hero__body.without_bg,
      .acf-block-preview .section-hero__body.without_bg {
        background-color: unset; } }
  .section-hero--style2,
  .acf-block-preview .section-hero--style2 {
    padding-bottom: 0; }
    @media (max-width: 767.5px) {
      .section-hero--style2 .section-hero__bg,
      .acf-block-preview .section-hero--style2 .section-hero__bg {
        display: block; } }
  .section-hero .container,
  .acf-block-preview .section-hero .container {
    position: relative;
    z-index: 1; }
  .section-hero__content,
  .acf-block-preview .section-hero__content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 65.8rem;
    height: 73.8rem; }
    @media (min-width: 767.5px) {
      .section-hero__content:has(.section-hero__banner),
      .acf-block-preview .section-hero__content:has(.section-hero__banner) {
        padding-top: 110px;
        padding-bottom: 110px; } }
    @media (max-width: 767.5px) {
      .section-hero__content,
      .acf-block-preview .section-hero__content {
        flex-direction: column; } }
    @media (max-width: 767.5px) {
      .section-hero__content,
      .acf-block-preview .section-hero__content {
        height: auto; } }
  .section-hero__block,
  .acf-block-preview .section-hero__block {
    flex: 0 0 auto;
    max-width: 50%; }
    .section-hero__block--right,
    .acf-block-preview .section-hero__block--right {
      max-width: 31rem;
      flex: 0 0 31rem; }
      @media (max-width: 1719.5px) {
        .section-hero__block--right,
        .acf-block-preview .section-hero__block--right {
          max-width: 38.75rem;
          flex: 0 0 38.75rem; } }
      @media (max-width: 1279.5px) {
        .section-hero__block--right,
        .acf-block-preview .section-hero__block--right {
          max-width: 32rem;
          flex: 0 0 32rem; } }
      @media (max-width: 767.5px) {
        .section-hero__block--right,
        .acf-block-preview .section-hero__block--right {
          margin-top: 6rem;
          width: 32rem; } }
    .section-hero__block--left .section-hero__bg,
    .acf-block-preview .section-hero__block--left .section-hero__bg {
      display: none; }
    @media (max-width: 767.5px) {
      .section-hero__block--left,
      .acf-block-preview .section-hero__block--left {
        position: relative;
        min-height: 51.3rem;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column; }
        .section-hero__block--left .section-hero__bg,
        .acf-block-preview .section-hero__block--left .section-hero__bg {
          display: block;
          width: 100vw;
          margin-left: calc((100vw - 100%) / -2);
          z-index: -1; }
        .section-hero__block--left:has(.section-hero__banner),
        .acf-block-preview .section-hero__block--left:has(.section-hero__banner) {
          padding-top: 110px;
          padding-bottom: 110px; }
        .section-hero__block--left:before,
        .acf-block-preview .section-hero__block--left:before {
          content: '';
          position: absolute;
          width: 100vw;
          height: 100%;
          left: calc((100vw - 100%) / -2);
          top: 0;
          background-color: #333333;
          z-index: -1; } }
    @media (max-width: 767.5px) {
      .section-hero__block,
      .acf-block-preview .section-hero__block {
        flex: 0 0 auto;
        max-width: 100%; } }
  .section-hero__banner,
  .acf-block-preview .section-hero__banner {
    position: absolute;
    bottom: 0;
    left: 50%;
    padding: 10px;
    width: 100dvw;
    text-align: center;
    translate: -50% 0; }
    .section-hero__banner img,
    .acf-block-preview .section-hero__banner img {
      max-width: 100%;
      max-height: 90px; }
  .section-hero__title,
  .acf-block-preview .section-hero__title {
    max-width: 43.3rem; }
    .section-hero__title > *,
    .acf-block-preview .section-hero__title > * {
      max-height: calc(16em + 0.1em);
      overflow: hidden !important;
      display: -webkit-box;
      -webkit-line-clamp: 16;
      -webkit-box-orient: vertical; }
    @media (max-width: 1279.5px) {
      .section-hero__title,
      .acf-block-preview .section-hero__title {
        max-width: 38.3rem; } }
  .section-hero__buttons,
  .acf-block-preview .section-hero__buttons {
    display: flex;
    margin-top: 3.2rem;
    align-items: flex-start; }
    .section-hero__buttons .button,
    .acf-block-preview .section-hero__buttons .button {
      margin-left: 1.6rem;
      flex: 0 0 auto;
      z-index: 1; }
      .section-hero__buttons .button:first-child,
      .acf-block-preview .section-hero__buttons .button:first-child {
        margin-left: 0; }
    @media (max-width: 1279.5px) {
      .section-hero__buttons,
      .acf-block-preview .section-hero__buttons {
        margin-top: 1.6rem;
        flex-direction: column; }
        .section-hero__buttons .button,
        .acf-block-preview .section-hero__buttons .button {
          margin-left: 0rem;
          margin-bottom: 1.6rem;
          flex: 0 0 auto; }
          .section-hero__buttons .button:last-child,
          .acf-block-preview .section-hero__buttons .button:last-child {
            margin-bottom: 0rem; } }
  .section-hero__form--wrapper,
  .acf-block-preview .section-hero__form--wrapper {
    padding: 2.3rem 0.4rem 0.4rem;
    background-color: #0C1E34;
    min-height: 29.5rem;
    border-radius: 2rem;
    text-align: center; }
    @media (max-width: 1719.5px) {
      .section-hero__form--wrapper,
      .acf-block-preview .section-hero__form--wrapper {
        min-height: 33.6rem; } }
    @media (max-width: 1279.5px) {
      .section-hero__form--wrapper,
      .acf-block-preview .section-hero__form--wrapper {
        min-height: 27.6rem;
        padding: 2rem 0.4rem 0.4rem; } }
  .section-hero__form--header,
  .acf-block-preview .section-hero__form--header {
    margin-bottom: 2.2rem; }
    @media (max-width: 1279.5px) {
      .section-hero__form--header,
      .acf-block-preview .section-hero__form--header {
        margin-bottom: 0.8rem; } }
  .section-hero__form--tabs .nav-tabs,
  .acf-block-preview .section-hero__form--tabs .nav-tabs {
    display: flex;
    justify-content: space-between; }
  .section-hero__form--tabs .nav-item,
  .acf-block-preview .section-hero__form--tabs .nav-item {
    position: relative;
    flex: 1 0 auto;
    list-style: none; }
    .section-hero__form--tabs .nav-item__bg,
    .acf-block-preview .section-hero__form--tabs .nav-item__bg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      background-color: transparent;
      opacity: 0;
      transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
      transform-style: preserve-3d;
      transform: translateZ(0); }
      .section-hero__form--tabs .nav-item__bg::before,
      .acf-block-preview .section-hero__form--tabs .nav-item__bg::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: -2px;
        z-index: 0;
        background-color: #ffffff; }
    .section-hero__form--tabs .nav-item.personal .nav-item__bg:after,
    .section-hero__form--tabs .nav-item.business .nav-item__bg:after,
    .acf-block-preview .section-hero__form--tabs .nav-item.personal .nav-item__bg:after,
    .acf-block-preview .section-hero__form--tabs .nav-item.business .nav-item__bg:after {
      content: '';
      position: absolute;
      right: 1.6rem;
      bottom: -0.1rem;
      width: 5.3rem;
      height: 38.9px;
      clip-path: url(#curve-tabs-hero);
      background-color: #ffffff;
      transform: translateX(100%);
      cursor: pointer;
      transition: z-index 0.3s ease-in-out; }
      @media (max-width: 1719.5px) {
        .section-hero__form--tabs .nav-item.personal .nav-item__bg:after,
        .section-hero__form--tabs .nav-item.business .nav-item__bg:after,
        .acf-block-preview .section-hero__form--tabs .nav-item.personal .nav-item__bg:after,
        .acf-block-preview .section-hero__form--tabs .nav-item.business .nav-item__bg:after {
          height: 31px; } }
      @media (max-width: 1279.5px) {
        .section-hero__form--tabs .nav-item.personal .nav-item__bg:after,
        .section-hero__form--tabs .nav-item.business .nav-item__bg:after,
        .acf-block-preview .section-hero__form--tabs .nav-item.personal .nav-item__bg:after,
        .acf-block-preview .section-hero__form--tabs .nav-item.business .nav-item__bg:after {
          height: 38.9px; } }
      .safari .section-hero__form--tabs .nav-item.personal .nav-item__bg:after, .safari
      .section-hero__form--tabs .nav-item.business .nav-item__bg:after, .safari
      .acf-block-preview .section-hero__form--tabs .nav-item.personal .nav-item__bg:after, .safari
      .acf-block-preview .section-hero__form--tabs .nav-item.business .nav-item__bg:after {
        height: 38px; }
        @media (max-width: 1719.5px) {
          .safari .section-hero__form--tabs .nav-item.personal .nav-item__bg:after, .safari
          .section-hero__form--tabs .nav-item.business .nav-item__bg:after, .safari
          .acf-block-preview .section-hero__form--tabs .nav-item.personal .nav-item__bg:after, .safari
          .acf-block-preview .section-hero__form--tabs .nav-item.business .nav-item__bg:after {
            height: 30px; } }
        @media (max-width: 1279.5px) {
          .safari .section-hero__form--tabs .nav-item.personal .nav-item__bg:after, .safari
          .section-hero__form--tabs .nav-item.business .nav-item__bg:after, .safari
          .acf-block-preview .section-hero__form--tabs .nav-item.personal .nav-item__bg:after, .safari
          .acf-block-preview .section-hero__form--tabs .nav-item.business .nav-item__bg:after {
            height: 39px; } }
    .section-hero__form--tabs .nav-item.business .nav-item__bg:after,
    .acf-block-preview .section-hero__form--tabs .nav-item.business .nav-item__bg:after {
      right: unset;
      left: 1.7rem;
      transform: translateX(-100%) scaleX(-1); }
    .section-hero__form--tabs .nav-item.active .nav-item__bg,
    .section-hero__form--tabs .nav-item.active .nav-item__bg::after,
    .acf-block-preview .section-hero__form--tabs .nav-item.active .nav-item__bg,
    .acf-block-preview .section-hero__form--tabs .nav-item.active .nav-item__bg::after {
      opacity: 1; }
    .section-hero__form--tabs .nav-item:first-child .nav-item__bg::before,
    .section-hero__form--tabs .nav-item:first-child .nav-link,
    .acf-block-preview .section-hero__form--tabs .nav-item:first-child .nav-item__bg::before,
    .acf-block-preview .section-hero__form--tabs .nav-item:first-child .nav-link {
      border-top-left-radius: 1.6rem;
      border-top-right-radius: 1.6rem; }
    .section-hero__form--tabs .nav-item:last-child .nav-item__bg::before,
    .section-hero__form--tabs .nav-item:last-child .nav-link,
    .acf-block-preview .section-hero__form--tabs .nav-item:last-child .nav-item__bg::before,
    .acf-block-preview .section-hero__form--tabs .nav-item:last-child .nav-link {
      border-top-right-radius: 1.6rem;
      border-top-left-radius: 1.6rem; }
    .section-hero__form--tabs .nav-item #personal-tab,
    .acf-block-preview .section-hero__form--tabs .nav-item #personal-tab {
      clip-path: polygon(0 0%, calc(100% - 1.55rem) 0%, calc(100% - 1.55rem) 101%, 0% 101%); }
      @media (max-width: 1719.5px) {
        .section-hero__form--tabs .nav-item #personal-tab,
        .acf-block-preview .section-hero__form--tabs .nav-item #personal-tab {
          clip-path: polygon(0 0%, calc(100% - 1.5rem) 0%, calc(100% - 1.5rem) 101%, 0% 101%); } }
    .section-hero__form--tabs .nav-item #business-tab,
    .acf-block-preview .section-hero__form--tabs .nav-item #business-tab {
      clip-path: polygon(1.65rem 0%, 101% 0%, 101% 101%, 1.65rem 101%); }
      @media (max-width: 1719.5px) {
        .section-hero__form--tabs .nav-item #business-tab,
        .acf-block-preview .section-hero__form--tabs .nav-item #business-tab {
          clip-path: polygon(1.6rem 0%, 101% 0%, 101% 101%, 1.6rem 101%); } }
  .section-hero__form--tabs .nav-link,
  .acf-block-preview .section-hero__form--tabs .nav-link {
    position: relative;
    z-index: 1;
    padding: 1.1rem 0 0.7rem;
    padding-left: 1.2rem;
    width: 100%;
    font-size: 1.8rem;
    font-family: 'Poppins', 'Open Sans', sans-serif;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.11;
    background-color: transparent;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
    .section-hero__form--tabs .nav-link.active,
    .acf-block-preview .section-hero__form--tabs .nav-link.active {
      color: #13111E; }
    @media (max-width: 1279.5px) {
      .section-hero__form--tabs .nav-link,
      .acf-block-preview .section-hero__form--tabs .nav-link {
        font-size: 1.6rem;
        line-height: 1.25; } }
  .section-hero__tab-content,
  .acf-block-preview .section-hero__tab-content {
    position: relative;
    background-color: #ffffff;
    height: 20.6rem;
    border-radius: 1.6rem;
    transition: border-radius 0.3s ease-in-out; }
    @media (max-width: 1719.5px) {
      .section-hero__tab-content,
      .acf-block-preview .section-hero__tab-content {
        height: 22.7rem; } }
    @media (max-width: 1279.5px) {
      .section-hero__tab-content,
      .acf-block-preview .section-hero__tab-content {
        height: 20.6rem; } }
    .section-hero__tab-content[data-is-first-active="1"],
    .acf-block-preview .section-hero__tab-content[data-is-first-active="1"] {
      border-top-left-radius: 0rem; }
    .section-hero__tab-content[data-is-last-active="1"],
    .acf-block-preview .section-hero__tab-content[data-is-last-active="1"] {
      border-top-right-radius: 0rem; }
    .section-hero__tab-content .tab-pane,
    .acf-block-preview .section-hero__tab-content .tab-pane {
      padding: 2rem 1.6rem 2.8rem;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: auto;
      background-color: transparent;
      border-top: 0rem;
      visibility: hidden;
      transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
      opacity: 0; }
      @media (max-width: 1719.5px) {
        .section-hero__tab-content .tab-pane,
        .acf-block-preview .section-hero__tab-content .tab-pane {
          padding: 2rem 1.6rem 2.7rem; } }
      @media (max-width: 1279.5px) {
        .section-hero__tab-content .tab-pane,
        .acf-block-preview .section-hero__tab-content .tab-pane {
          padding: 2rem 1.6rem 2.5rem; } }
      .section-hero__tab-content .tab-pane.active,
      .acf-block-preview .section-hero__tab-content .tab-pane.active {
        visibility: visible;
        opacity: 1;
        transition: background-color 0.3s 0.3s ease-in-out, opacity 0.3s 0.3s ease-in-out, visibility 0.3s 0.3s ease-in-out; }
    .section-hero__tab-content .form-group,
    .acf-block-preview .section-hero__tab-content .form-group {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .section-hero__tab-content .form-group .form-label,
      .acf-block-preview .section-hero__tab-content .form-group .form-label {
        margin-bottom: 1.6rem;
        margin-top: 2.2rem;
        position: relative;
        display: block;
        width: 100%;
        font-family: 'Noveo Sans';
        font-weight: 400;
        font-size: 16px;
        line-height: 1.25;
        color: #13111E; }
        .section-hero__tab-content .form-group .form-label__text,
        .acf-block-preview .section-hero__tab-content .form-group .form-label__text {
          position: absolute;
          left: 10px;
          top: 50%;
          transform: translateY(-50%);
          opacity: .5;
          color: #13111E;
          transition: top 0.3s ease-in-out, left 0.3s linear, transform 0.3s ease-in-out, opacity 0.3s ease-in-out; }
        @media (max-width: 1279.5px) {
          .section-hero__tab-content .form-group .form-label,
          .acf-block-preview .section-hero__tab-content .form-group .form-label {
            margin-top: 1.9rem; } }
      .section-hero__tab-content .form-group .form-control,
      .acf-block-preview .section-hero__tab-content .form-group .form-control {
        padding: 1.2rem 1rem;
        border: none;
        width: 100%;
        border-radius: 1rem;
        border: 0.1rem solid #ECECEC;
        background-color: #ECECEC;
        outline: none;
        line-height: 1;
        max-height: 46px; }
        .section-hero__tab-content .form-group .form-control:focus + span,
        .section-hero__tab-content .form-group .form-control.focused + span,
        .acf-block-preview .section-hero__tab-content .form-group .form-control:focus + span,
        .acf-block-preview .section-hero__tab-content .form-group .form-control.focused + span {
          top: 0;
          left: 0;
          opacity: 1;
          transform: translateY(-100%); }
        .section-hero__tab-content .form-group .form-control:not([type=submit]):-webkit-autofill, .section-hero__tab-content .form-group .form-control:not([type=button]):-webkit-autofill,
        .acf-block-preview .section-hero__tab-content .form-group .form-control:not([type=submit]):-webkit-autofill,
        .acf-block-preview .section-hero__tab-content .form-group .form-control:not([type=button]):-webkit-autofill {
          transition: background-color 100000s, border 0.5s !important;
          border: 1px solid rgba(255, 255, 255, 0.4) !important;
          -webkit-text-fill-color: #13111E !important;
          -webkit-box-shadow: 0 0 0 1000px #ECECEC inset !important; }
      .section-hero__tab-content .form-group .form-error,
      .acf-block-preview .section-hero__tab-content .form-group .form-error {
        position: absolute;
        left: 1rem;
        bottom: -0.4rem;
        color: #810026;
        opacity: 0; }
      .section-hero__tab-content .form-group .form-eye,
      .acf-block-preview .section-hero__tab-content .form-group .form-eye {
        position: absolute;
        right: 1.2rem;
        top: 50%;
        transform: translateY(-50%);
        width: 2rem;
        height: 2rem; }
        .section-hero__tab-content .form-group .form-eye .icon-wrapper,
        .acf-block-preview .section-hero__tab-content .form-group .form-eye .icon-wrapper {
          position: relative;
          width: 100%;
          height: 100%; }
          .section-hero__tab-content .form-group .form-eye .icon-wrapper .icon-eye,
          .acf-block-preview .section-hero__tab-content .form-group .form-eye .icon-wrapper .icon-eye {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            color: #696969;
            transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
            cursor: pointer; }
            .section-hero__tab-content .form-group .form-eye .icon-wrapper .icon-eye--close,
            .acf-block-preview .section-hero__tab-content .form-group .form-eye .icon-wrapper .icon-eye--close {
              opacity: 1; }
            .section-hero__tab-content .form-group .form-eye .icon-wrapper .icon-eye svg,
            .acf-block-preview .section-hero__tab-content .form-group .form-eye .icon-wrapper .icon-eye svg {
              color: currentColor;
              width: 2rem;
              height: 2rem; }
              .section-hero__tab-content .form-group .form-eye .icon-wrapper .icon-eye svg path,
              .acf-block-preview .section-hero__tab-content .form-group .form-eye .icon-wrapper .icon-eye svg path {
                stroke: currentColor; }
        @media (pointer: coarse) {
          .section-hero__tab-content .form-group .form-eye:active .icon-eye,
          .acf-block-preview .section-hero__tab-content .form-group .form-eye:active .icon-eye {
            color: #13111E; } }
        @media (false), (hover: hover) and (pointer: fine) {
          .section-hero__tab-content .form-group .form-eye:hover .icon-eye, .section-hero__tab-content .form-group .form-eye:focus .icon-eye,
          .acf-block-preview .section-hero__tab-content .form-group .form-eye:hover .icon-eye,
          .acf-block-preview .section-hero__tab-content .form-group .form-eye:focus .icon-eye {
            color: #13111E; } }
        .section-hero__tab-content .form-group .form-eye.open .icon-eye--close,
        .acf-block-preview .section-hero__tab-content .form-group .form-eye.open .icon-eye--close {
          opacity: 0; }
        .section-hero__tab-content .form-group .form-eye.open .icon-eye--open,
        .acf-block-preview .section-hero__tab-content .form-group .form-eye.open .icon-eye--open {
          opacity: 1; }
      .section-hero__tab-content .form-group.button-wrapper .button--form,
      .acf-block-preview .section-hero__tab-content .form-group.button-wrapper .button--form {
        margin-top: 0.4rem;
        color: #ffffff;
        padding: 1.3rem 5rem;
        width: 100%;
        background-color: #810026;
        border-radius: 1rem;
        border: 0.1rem solid #810026;
        outline: none;
        font-size: 1.6rem;
        line-height: 1;
        font-family: 'Poppins', 'Open Sans', sans-serif;
        font-weight: 500;
        transition: all 0.3s ease-in-out; }
        @media (pointer: coarse) {
          .section-hero__tab-content .form-group.button-wrapper .button--form:active,
          .acf-block-preview .section-hero__tab-content .form-group.button-wrapper .button--form:active {
            background-color: #0C1E34;
            border: 0.1rem solid #0C1E34; } }
        @media (false), (hover: hover) and (pointer: fine) {
          .section-hero__tab-content .form-group.button-wrapper .button--form:hover, .section-hero__tab-content .form-group.button-wrapper .button--form:focus,
          .acf-block-preview .section-hero__tab-content .form-group.button-wrapper .button--form:hover,
          .acf-block-preview .section-hero__tab-content .form-group.button-wrapper .button--form:focus {
            background-color: #0C1E34;
            border: 0.1rem solid #0C1E34; } }
        @media (max-width: 1279.5px) {
          .section-hero__tab-content .form-group.button-wrapper .button--form,
          .acf-block-preview .section-hero__tab-content .form-group.button-wrapper .button--form {
            margin-top: 0rem; } }
    .section-hero__tab-content .link-tab-content,
    .acf-block-preview .section-hero__tab-content .link-tab-content {
      margin-top: 1.5rem;
      display: inline-block;
      font-family: 'Noveo Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 1.25;
      color: #0C1E34;
      text-decoration: none;
      transition: color 0.3s ease-in-out; }
      @media (pointer: coarse) {
        .section-hero__tab-content .link-tab-content:active,
        .acf-block-preview .section-hero__tab-content .link-tab-content:active {
          color: #810026; } }
      @media (false), (hover: hover) and (pointer: fine) {
        .section-hero__tab-content .link-tab-content:hover, .section-hero__tab-content .link-tab-content:focus,
        .acf-block-preview .section-hero__tab-content .link-tab-content:hover,
        .acf-block-preview .section-hero__tab-content .link-tab-content:focus {
          color: #810026; } }
      @media (max-width: 1279.5px) {
        .section-hero__tab-content .link-tab-content,
        .acf-block-preview .section-hero__tab-content .link-tab-content {
          margin-top: 2rem; } }
    .section-hero__tab-content .content-separator,
    .acf-block-preview .section-hero__tab-content .content-separator {
      margin-top: 2rem;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .section-hero__tab-content .content-separator__before, .section-hero__tab-content .content-separator__after,
      .acf-block-preview .section-hero__tab-content .content-separator__before,
      .acf-block-preview .section-hero__tab-content .content-separator__after {
        flex: 0 0 auto;
        max-width: 50%;
        width: calc(50% - 2.9rem);
        height: 0.1rem;
        background-color: black;
        opacity: 0.2; }
        @media (max-width: 1279.5px) {
          .section-hero__tab-content .content-separator__before, .section-hero__tab-content .content-separator__after,
          .acf-block-preview .section-hero__tab-content .content-separator__before,
          .acf-block-preview .section-hero__tab-content .content-separator__after {
            width: calc(50% - 1.6rem); } }
      .section-hero__tab-content .content-separator__text,
      .acf-block-preview .section-hero__tab-content .content-separator__text {
        min-width: 1.4rem;
        font-family: 'Noveo Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.25;
        color: #13111E;
        opacity: 0.6;
        word-break: initial; }
      @media (max-width: 1279.5px) {
        .section-hero__tab-content .content-separator,
        .acf-block-preview .section-hero__tab-content .content-separator {
          margin-top: 1rem; } }
    .section-hero__tab-content .sign-up,
    .acf-block-preview .section-hero__tab-content .sign-up {
      margin-top: 1.9rem;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .section-hero__tab-content .sign-up__placeholder,
      .acf-block-preview .section-hero__tab-content .sign-up__placeholder {
        flex: 0 0 auto;
        max-width: 19.9rem;
        font-family: 'Noveo Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.25;
        color: #13111E;
        opacity: 0.6; }
      .section-hero__tab-content .sign-up__link,
      .acf-block-preview .section-hero__tab-content .sign-up__link {
        flex: 0 0 auto;
        color: #810026;
        max-width: 6.6rem;
        font-size: 1.6rem;
        line-height: 1;
        text-decoration: none;
        text-transform: capitalize;
        font-family: 'Poppins', 'Open Sans', sans-serif;
        font-weight: 500; }
        @media (pointer: coarse) {
          .section-hero__tab-content .sign-up__link:active,
          .acf-block-preview .section-hero__tab-content .sign-up__link:active {
            color: #13111E; } }
        @media (false), (hover: hover) and (pointer: fine) {
          .section-hero__tab-content .sign-up__link:hover, .section-hero__tab-content .sign-up__link:focus,
          .acf-block-preview .section-hero__tab-content .sign-up__link:hover,
          .acf-block-preview .section-hero__tab-content .sign-up__link:focus {
            color: #13111E; } }
        @media (max-width: 1719.5px) {
          .section-hero__tab-content .sign-up__link,
          .acf-block-preview .section-hero__tab-content .sign-up__link {
            font-size: 2rem;
            max-width: 8.6rem; } }
        @media (max-width: 1439.5px) {
          .section-hero__tab-content .sign-up__link,
          .acf-block-preview .section-hero__tab-content .sign-up__link {
            font-size: 2rem; } }
        @media (max-width: 1279.5px) {
          .section-hero__tab-content .sign-up__link,
          .acf-block-preview .section-hero__tab-content .sign-up__link {
            margin-top: 0.8rem;
            font-size: 1.6rem; } }
      @media (max-width: 1279.5px) {
        .section-hero__tab-content .sign-up,
        .acf-block-preview .section-hero__tab-content .sign-up {
          margin-top: 1rem;
          flex-direction: column;
          justify-content: center; } }
  .section-hero__body--style2,
  .acf-block-preview .section-hero__body--style2 {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .section-hero__body--style2.without_bg,
    .acf-block-preview .section-hero__body--style2.without_bg {
      background-color: #333333; }
    .section-hero__body--style2 .section-hero__content,
    .acf-block-preview .section-hero__body--style2 .section-hero__content {
      padding: 9.1rem 0;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-direction: row;
      height: unset;
      min-height: 50rem; }
      @media (max-width: 1279.5px) {
        .section-hero__body--style2 .section-hero__content,
        .acf-block-preview .section-hero__body--style2 .section-hero__content {
          min-height: 36rem; } }
    .section-hero__body--style2 .section-hero__title,
    .acf-block-preview .section-hero__body--style2 .section-hero__title {
      max-width: 76.8rem;
      line-height: 1.11; }
      .section-hero__body--style2 .section-hero__title > *,
      .acf-block-preview .section-hero__body--style2 .section-hero__title > * {
        padding-bottom: 0.1em;
        max-height: unset; }
      @media (max-width: 1279.5px) {
        .section-hero__body--style2 .section-hero__title,
        .acf-block-preview .section-hero__body--style2 .section-hero__title {
          max-width: 53.4rem; } }
      @media (max-width: 767.5px) {
        .section-hero__body--style2 .section-hero__title,
        .acf-block-preview .section-hero__body--style2 .section-hero__title {
          max-width: 32rem; } }
