:root {
  --fontHelvetica: "HelveticaNeueLTCom", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --fontTitle: "Khand-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --fontPrimaryMedium: "NeueHaasUnica-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --fontPrimaryRegular: "NeueHaasUnica-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --fontPrimaryBlack: "NeueHaasUnica-Black", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --fontMessinaRegular: "NeueHaasUnica-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.svg-arrow {
  stroke: #fff;
  width: 17px;
  height: 17px;
  -webkit-transition: stroke 0.4s ease, right 0.4s ease;
       -o-transition: stroke 0.4s ease, right 0.4s ease;
          transition: stroke 0.4s ease, right 0.4s ease; }
  .svg-arrow--white {
    stroke: #fff; }
  .svg-arrow--primary {
    stroke: #d12727; }

.svg-icon {
  width: 19.8px;
  height: 19.8px;
  -webkit-transition: fill 0.4s ease;
       -o-transition: fill 0.4s ease;
          transition: fill 0.4s ease; }
  .svg-icon_youtube {
    width: 26.1px; }

.s-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 2;
  -webkit-transition: all .4s linear;
       -o-transition: all .4s linear;
          transition: all .4s linear; }
  @media (max-width: 991.98px) {
    .s-header {
      border-bottom: none; } }
  .s-header:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    display: none; }
    @media (max-width: 991.98px) {
      .s-header:after {
        display: block;
        height: 84px; } }
  .s-header::before {
    content: "";
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
         -o-transition: opacity 0.4s ease;
            transition: opacity 0.4s ease;
    z-index: -2;
    display: none;
    pointer-events: none; }
    @media (max-width: 991.98px) {
      .s-header::before {
        display: block; } }
  .s-header.active::before {
    opacity: .7; }
  .s-header.active .s-nav__list > li > a {
    opacity: 1;
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0); }
  .s-header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-transition: all .4s linear;
         -o-transition: all .4s linear;
            transition: all .4s linear; }
    @media (max-width: 991px) {
      .s-header__row {
        display: block; } }
  .s-header__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.3%;
            flex: 0 0 66.3%;
    border-left: 1px solid #cccccc;
    position: relative;
    -webkit-transition: all .4s linear;
         -o-transition: all .4s linear;
            transition: all .4s linear; }
    @media (max-width: 1439.98px) {
      .s-header__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%; } }
    @media (max-width: 1365.98px) {
      .s-header__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 80%;
                flex: 0 0 80%; } }
    @media (max-width: 991.98px) {
      .s-header__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 75%;
                flex: 0 1 75%;
        border: none;
        padding-right: 0;
        margin: 0 -20px; } }
    @media (max-width: 991.98px) {
      .s-header__content::before {
        content: "";
        width: calc(100vw + 20px);
        height: 100%;
        background-color: #ebebeb;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: -20px;
        z-index: -1; } }
    @media (max-width: 575.98px) {
      .s-header__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100vw;
                flex: 0 0 100vw;
        max-width: 100vw; } }
  .s-header__contact {
    padding: 12.6px 0 11.7px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    z-index: 1; }
    @media (max-width: 991.98px) {
      .s-header__contact {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        position: relative;
        padding: 12px 20px 11px 20px; }
        .s-header__contact::before {
          content: "";
          width: calc(100vw + 20px);
          height: 100%;
          position: absolute;
          top: 0;
          left: -20px;
          z-index: -1;
          background-color: #ebebeb; } }
    @media (max-width: 370px) {
      .s-header__contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 5px 0; } }
  .s-header__link {
    margin-right: 34.2px; }
    @media (max-width: 575.98px) {
      .s-header__link {
        margin-right: 0; }
        .s-header__link span {
          display: none; } }
    @media (max-width: 370px) {
      .s-header__link {
        margin-bottom: 10px; } }
  .s-header__menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 991.98px) {
      .s-header__menu {
        top: 0;
        left: 0;
        position: relative;
        margin-top: 0;
        width: 100%;
        display: none; } }
    .s-header__menu.active {
      top: 0;
      pointer-events: initial;
      max-height: 1000px; }
    .s-header__menu::after, .s-header__menu::before {
      content: "";
      width: 120vw;
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1; }
    .s-header__menu::after {
      height: 1px;
      background-color: #cccccc; }
      @media (max-width: 991.98px) {
        .s-header__menu::after {
          left: -20px; } }
    .s-header__menu::before {
      height: 101%;
      bottom: 0;
      background-color: #ebebeb; }
      @media (max-width: 991.98px) {
        .s-header__menu::before {
          display: none; } }
  @media (max-width: 991.98px) {
    .s-header__search {
      padding: 15px 0 15px 20px;
      max-width: 250px; } }
  @media (max-width: 767.98px) {
    .s-header__search {
      padding: 15px 0 15px 20px;
      max-width: 100%; } }
  @media (max-width: 575.98px) {
    .s-header__search {
      max-width: 100%;
      padding: 15px 20px; } }

.s-logo {
  padding: 12.6px 70.2px 7px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.7%;
          flex: 0 0 33.7%;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
  z-index: 1; }
  @media (max-width: 1439.98px) {
    .s-logo {
      padding: 19px 18px 12.6px 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%; } }
  @media (max-width: 1365.98px) {
    .s-logo {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      padding: 4.5px 9px 4.5px 0; } }
  @media (max-width: 991.98px) {
    .s-logo {
      padding: 10px 50px 10px 0;
      max-width: 300px; } }
  @media (max-width: 767.98px) {
    .s-logo {
      padding: 10px 50px 10px 0;
      max-width: 300px; } }
  .s-logo__img {
    max-width: 476px; }

.s-nav {
  padding: 0 26px; }
  @media (max-width: 1639.98px) {
    .s-nav {
      width: 100%; } }
  @media (max-width: 1279.98px) {
    .s-nav {
      padding: 0 9px; } }
  @media (max-width: 991.98px) {
    .s-nav {
      padding: 0 20px; } }
  @media (max-width: 767.98px) {
    .s-nav {
      padding: 0 20px; } }
  .s-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1639.98px) {
      .s-nav__list {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto; } }
    @media (max-width: 991.98px) {
      .s-nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .s-nav__list > li {
      position: relative;
      cursor: pointer;
      padding-top: 16.5px;
      padding-bottom: 15.9px; }
      @media (max-width: 991px) {
        .s-nav__list > li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      @media (max-width: 1440px) {
        .s-nav__list > li {
          padding-bottom: 13.9px; } }
      @media (max-width: 1280px) {
        .s-nav__list > li {
          padding-top: 13.5px;
          padding-bottom: 10.9px; } }
      @media (max-width: 991.98px) {
        .s-nav__list > li {
          padding-top: 0;
          padding-bottom: 0;
          width: 100%; }
          .s-nav__list > li::after {
            content: "";
            width: 100vw;
            height: 1px;
            background-color: #cccccc;
            position: absolute;
            bottom: 0;
            left: -18px; } }
      .s-nav__list > li:not(:last-child) {
        margin-right: 45px; }
        @media (max-width: 1639.98px) {
          .s-nav__list > li:not(:last-child) {
            margin-right: 0; } }
      @media (hover: hover) and (pointer: fine) {
        .s-nav__list > li:hover > a::before {
          -webkit-transform: scale(-1);
               -o-transform: scale(-1);
                  transform: scale(-1); }
        .s-nav__list > li:hover ul,
        .s-nav__list > li:hover .s-subnav {
          opacity: 1;
          pointer-events: initial;
          -webkit-transform: translate(0, 0);
               -o-transform: translate(0, 0);
                  transform: translate(0, 0); } }
      .s-nav__list > li > a {
        font-size: 16px;
        line-height: normal;
        position: relative;
        font-family: var(--fontPrimaryMedium); }
        @media (min-width: 992px) {
          .s-nav__list > li > a.has-submenu::after {
            position: absolute;
            top: calc(50% - 3px);
            right: -14px;
            content: "";
            background-image: url(../images/down.svg);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            display: inline-block;
            width: 10px;
            height: 5.4px;
            pointer-events: none;
            -webkit-transition: -webkit-transform 0.4s ease;
                 -o-transition: -o-transform 0.4s ease;
                    transition: transform 0.4s ease; }
          .s-nav__list > li > a.has-submenu:hover::after {
            -webkit-transform: rotate(180deg);
                 -o-transform: rotate(180deg);
                    transform: rotate(180deg); } }
        @media (max-width: 991px) {
          .s-nav__list > li > a {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -webkit-box-flex: 1;
                -ms-flex: 1 1 auto;
                    flex: 1 1 auto; } }
        @media (max-width: 991.98px) {
          .s-nav__list > li > a {
            padding: 16px 18px 15px 0;
            opacity: 0;
            -webkit-transform: translate(20px, 0);
                 -o-transform: translate(20px, 0);
                    transform: translate(20px, 0);
            -webkit-transition: all 0.4s ease;
                 -o-transition: all 0.4s ease;
                    transition: all 0.4s ease; } }
      .s-nav__list > li > ul,
      .s-nav__list > li .s-subnav {
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        background-color: #ebebeb;
        opacity: 0;
        pointer-events: none;
        -webkit-transform: translate(0, -5px);
             -o-transform: translate(0, -5px);
                transform: translate(0, -5px);
        -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
             -o-transition: opacity 0.4s ease, -o-transform 0.4s ease;
                transition: opacity 0.4s ease, transform 0.4s ease; }
        @media (min-width: 992px) {
          .s-nav__list > li > ul,
          .s-nav__list > li .s-subnav {
            position: absolute;
            width: 180px;
            top: 100%;
            left: -9px; } }
        @media (max-width: 991px) {
          .s-nav__list > li > ul,
          .s-nav__list > li .s-subnav {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            width: 100%; } }
        @media (max-width: 991.98px) {
          .s-nav__list > li > ul,
          .s-nav__list > li .s-subnav {
            width: 100%;
            position: relative;
            display: none;
            border: none;
            padding-left: 18px;
            left: 0;
            opacity: 1;
            pointer-events: all;
            -webkit-transform: translate(0, 0);
                 -o-transform: translate(0, 0);
                    transform: translate(0, 0); } }
        .s-nav__list > li > ul li,
        .s-nav__list > li .s-subnav li {
          padding: 9px;
          position: relative; }
          @media (max-width: 991.98px) {
            .s-nav__list > li > ul li,
            .s-nav__list > li .s-subnav li {
              padding: 0; }
              .s-nav__list > li > ul li::before,
              .s-nav__list > li .s-subnav li::before {
                content: "";
                width: 100%;
                height: 1px;
                background-color: #cccccc;
                position: absolute;
                top: 0;
                left: -20px; } }
          .s-nav__list > li > ul li a,
          .s-nav__list > li .s-subnav li a {
            font-size: 16px;
            width: 100%;
            font-family: var(--fontPrimaryMedium); }
            @media (max-width: 991.98px) {
              .s-nav__list > li > ul li a,
              .s-nav__list > li .s-subnav li a {
                padding: 15px 0; } }

.s-nav__item--side {
  display: none; }
  @media (max-width: 991px) {
    .s-nav__item--side {
      display: block;
      margin-left: 30px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 80px;
              flex: 0 0 80px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-item-align: center;
          align-self: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

.s-nav__item--icon {
  background-color: #fff;
  border-radius: 100%;
  display: block; }
  .s-nav__item--icon::before {
    content: "";
    background-image: url(../images/down.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 5px 7.4px;
    display: block;
    width: 20px;
    height: 20px;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.4s ease;
         -o-transition: -o-transform 0.4s ease;
            transition: transform 0.4s ease; }
  .s-nav__item--icon.active {
    background-color: #d12727; }
    .s-nav__item--icon.active::before {
      background-image: url(../images/down-active.svg);
      -webkit-transform: scale(-1);
           -o-transform: scale(-1);
              transform: scale(-1); }

.s-search {
  position: relative; }
  .s-search form {
    width: 100%; }
  .s-search__input {
    border: none;
    background-color: #fff;
    height: 36px;
    line-height: 36px;
    padding: 0 31.5px 0 11.7px;
    width: 225px;
    box-sizing: border-box;
    font-size: 16px; }
    @media (max-width: 1279.98px) {
      .s-search__input {
        width: 180px; } }
    @media (max-width: 991.98px) {
      .s-search__input {
        max-width: 100%;
        width: 100%; } }
  .s-search__btn {
    width: 13.5px;
    height: 13.5px;
    border: none;
    background-image: url(../images/search-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    position: absolute;
    top: 11.7px;
    right: 16.2px;
    padding: 0; }
    @media (max-width: 991.98px) {
      .s-search__btn {
        right: 10px;
        top: 26px; } }
    @media (max-width: 575.98px) {
      .s-search__btn {
        right: 30px; } }

.s-hamburger {
  width: 23.4px;
  height: 13.5px;
  position: absolute;
  right: 0;
  display: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  top: 30px;
  right: 18px; }
  @media (max-width: 991.98px) {
    .s-hamburger {
      display: inline-block;
      z-index: 1;
      display: block; } }
  @media (max-width: 767.98px) {
    .s-hamburger {
      top: 35px; } }
  .s-hamburger.active .s-hamburger__item:first-child {
    -webkit-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 7.3px; }
  .s-hamburger.active .s-hamburger__item:nth-child(2) {
    opacity: 0; }
  .s-hamburger.active .s-hamburger__item:last-child {
    -webkit-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 5.4px; }
  .s-hamburger__item {
    background-color: #000000;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease, top 0.4s ease, bottom 0.4s ease;
         -o-transition: opacity 0.4s ease, -o-transform 0.4s ease, top 0.4s ease, bottom 0.4s ease;
            transition: opacity 0.4s ease, transform 0.4s ease, top 0.4s ease, bottom 0.4s ease; }
    .s-hamburger__item:first-child {
      top: 0; }
    .s-hamburger__item:nth-child(2) {
      top: 50%;
      margin-top: -1px;
      opacity: 1; }
    .s-hamburger__item:last-child {
      bottom: 0; }

.steps-header {
  position: relative; }
  .steps-header .s-header__row .s-logo {
    padding: 55px 0px;
    padding-right: 70.2px; }
    @media (max-width: 1366px) {
      .steps-header .s-header__row .s-logo {
        padding-right: 10px; } }
    @media (max-width: 991PX) {
      .steps-header .s-header__row .s-logo {
        padding: 30px 0; } }
    .steps-header .s-header__row .s-logo__img img {
      height: 84px; }
      @media (max-width: 1210px) {
        .steps-header .s-header__row .s-logo__img img {
          height: auto;
          width: 100%;
          max-width: 300px; } }
  .steps-header__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (max-width: 991px) {
      .steps-header__content {
        padding: 30px 0; } }
    .steps-header__content .steps {
      counter-reset: section;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media (max-width: 991px) {
        .steps-header__content .steps {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; } }
      .steps-header__content .steps li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 178px;
                flex: 0 0 178px;
        position: relative; }
        @media (max-width: 1200px) {
          .steps-header__content .steps li {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 calc(25% - 18.75px);
                    flex: 0 0 calc(25% - 18.75px);
            max-width: calc(25% - 18.75px);
            padding-right: 10px; } }
        @media (max-width: 475px) {
          .steps-header__content .steps li {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 calc(25% - 12.5px);
                    flex: 0 0 calc(25% - 12.5px);
            max-width: calc(25% - 12.5px); } }
        .steps-header__content .steps li:after {
          content: '';
          position: absolute;
          top: 28px;
          z-index: 0;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: #cccccc; }
          @media (max-width: 991px) {
            .steps-header__content .steps li:after {
              z-index: 1;
              top: 23px; } }
          @media (max-width: 475px) {
            .steps-header__content .steps li:after {
              top: 17px; } }
        .steps-header__content .steps li > * {
          z-index: 2; }
        .steps-header__content .steps li .countSpan {
          width: 46px;
          height: 58px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          border: 1px solid #cccccc;
          border-right: 0;
          position: relative;
          margin-bottom: 20px;
          background-color: #fff;
          z-index: 2; }
          @media (max-width: 991px) {
            .steps-header__content .steps li .countSpan {
              width: 40px;
              height: 46px; } }
          @media (max-width: 475px) {
            .steps-header__content .steps li .countSpan {
              width: 30px;
              height: 35px;
              margin-bottom: 0; } }
          .steps-header__content .steps li .countSpan::after {
            content: '';
            position: absolute;
            right: -20px;
            top: 7.9px;
            z-index: -1;
            width: 40px;
            -webkit-transform: rotate(45deg);
                 -o-transform: rotate(45deg);
                    transform: rotate(45deg);
            height: 42px;
            border-right: 1px solid #cccccc;
            border-top: 1px solid #cccccc;
            z-index: 1;
            background-color: white; }
            @media (max-width: 991px) {
              .steps-header__content .steps li .countSpan::after {
                right: -17px;
                top: 5.5px;
                width: 32px;
                height: 32px; } }
            @media (max-width: 475px) {
              .steps-header__content .steps li .countSpan::after {
                right: -12px;
                top: 3.8px;
                width: 24px;
                height: 25px; } }
          .steps-header__content .steps li .countSpan span {
            counter-increment: section;
            position: relative;
            content: counter(section);
            font-size: 20px;
            line-height: 24px;
            font-family: var(--fontPrimaryRegular);
            z-index: 2; }
        .steps-header__content .steps li .title {
          font-size: 16px;
          line-height: 24px;
          font-family: var(--fontPrimaryMedium); }
          @media (max-width: 991px) {
            .steps-header__content .steps li .title {
              position: inherit; } }
          @media (max-width: 475px) {
            .steps-header__content .steps li .title {
              display: none; } }
        .steps-header__content .steps li.active .countSpan {
          background-color: #d12727;
          border-color: #d12727;
          color: #fff; }
          .steps-header__content .steps li.active .countSpan::after {
            border-color: #d12727;
            background-color: #d12727; }
          .steps-header__content .steps li.active .countSpan::before {
            content: '';
            background-image: url("../images/checkmark.svg");
            background-size: 14px 10px;
            width: 14px;
            height: 10px;
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 2;
            -webkit-transform: translate(-50%, -50%);
                 -o-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%); }
          .steps-header__content .steps li.active .countSpan span {
            display: none; }
        .steps-header__content .steps li.active:after {
          background-color: #d12727; }
        .steps-header__content .steps li.current .countSpan {
          background-color: #d12727;
          color: #fff; }
          .steps-header__content .steps li.current .countSpan::after {
            background-color: #d12727;
            border: none; }
        .steps-header__content .steps li:last-of-type {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 75px;
                  flex: 0 0 75px; }
          @media (max-width: 475px) {
            .steps-header__content .steps li:last-of-type {
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 50px;
                      flex: 0 0 50px; } }
          .steps-header__content .steps li:last-of-type:after {
            display: none; }

.contact-bar {
  position: relative;
  width: 100%;
  z-index: 999;
  background-color: #cccccc;
  padding: 13px 0px 11px; }
  .contact-bar .col_message ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 26px;
            column-gap: 26px; }
    @media (max-width: 991px) {
      .contact-bar .col_message ul {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 10px; } }
    @media (max-width: 600px) {
      .contact-bar .col_message ul {
        display: block; } }
    .contact-bar .col_message ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-column-gap: 14px;
              column-gap: 14px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 600px) {
        .contact-bar .col_message ul li {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-bottom: 10px; } }
      .contact-bar .col_message ul li img {
        height: 26px;
        max-width: unset;
        width: auto; }
      .contact-bar .col_message ul li span {
        font-size: 16px;
        line-height: 24px;
        font-family: var(--fontPrimaryMedium); }
  .contact-bar .col_help .cBanner {
    text-align: right; }
    @media (max-width: 991px) {
      .contact-bar .col_help .cBanner {
        text-align: center; } }
    .contact-bar .col_help .cBanner span {
      font-size: 16px;
      line-height: 22px;
      font-family: var(--fontPrimaryMedium);
      margin-right: 16px;
      display: inline-block; }
    .contact-bar .col_help .cBanner a {
      font-family: var(--fontPrimaryMedium);
      font-size: 18px;
      color: #333333;
      background-color: transparent;
      line-height: 22px;
      text-decoration: underline; }

.s-hero {
  padding: 70px 0 77px;
  background-color: #333333;
  color: #fff;
  position: relative;
  z-index: 1; }
  @media (max-width: 991.98px) {
    .s-hero {
      padding: 29.7px 0; } }
  @media (max-width: 991.98px) {
    .s-hero {
      padding: 36px 0; } }
  .s-hero__content {
    max-width: 549px;
    padding-top: 54px;
    position: relative;
    z-index: 1; }
    @media (max-width: 1639.98px) {
      .s-hero__content {
        padding-top: 0; } }
    @media (max-width: 991.98px) {
      .s-hero__content {
        max-width: 100%; } }
    .s-hero__content p {
      font-size: 16px; }
      .s-hero__content p:last-of-type {
        margin-bottom: 18px;
        font-family: var(--fontPrimaryMedium); }
  .s-hero__img {
    position: relative;
    -webkit-transform: translate(54px, 0px);
         -o-transform: translate(54px, 0px);
            transform: translate(54px, 0px);
    max-width: 780px;
    margin-left: auto;
    margin-right: 0;
    z-index: 1; }
    @media (max-width: 991.98px) {
      .s-hero__img {
        -webkit-transform: translate(0, 0);
             -o-transform: translate(0, 0);
                transform: translate(0, 0); } }
  .s-hero__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 43.2vw;
    height: 100%;
    opacity: .2; }
    @media (max-width: 991.98px) {
      .s-hero__bg {
        height: 55%;
        width: 100%;
        bottom: 0;
        top: auto; } }
    .s-hero__bg img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%; }
  .s-hero__form input {
    max-width: 255px;
    width: 255px; }
  @media (max-width: 767.98px) {
    .s-hero__btn {
      width: 100%;
      text-align: center; } }

.s-subtitle {
  font-size: 14px;
  line-height: 1.5em;
  text-transform: uppercase;
  margin-bottom: 14px;
  letter-spacing: .03em;
  font-family: var(--fontPrimaryMedium); }
  @media (max-width: 991.98px) {
    .s-subtitle {
      margin-bottom: 0; } }

.post-form {
  position: relative;
  z-index: 1; }
  .post-form p {
    font-size: 20px;
    margin-bottom: 9px;
    font-family: var(--fontPrimaryMedium); }
    @media (max-width: 1279.98px) {
      .post-form p {
        font-size: 16.2px; } }
  .post-form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4px; }
    @media (max-width: 575.98px) {
      .post-form label {
        width: 100%; } }
  .post-form__input {
    max-width: 265px;
    padding: 0 20px;
    height: 52px;
    border: none;
    font-size: 18px;
    background-color: #fff;
    color: #000000;
    text-transform: uppercase;
    border-radius: 0; }
    @media (max-width: 1365.98px) {
      .post-form__input {
        font-size: 16.2px; } }
    @media (max-width: 1279.98px) {
      .post-form__input {
        font-size: 14.4px;
        padding: 9.9px 12.6px;
        height: 43.2px; } }
    @media (max-width: 575.98px) {
      .post-form__input {
        max-width: 100%;
        width: 100%; } }
    .post-form__input::-webkit-input-placeholder {
      font-size: 18px;
      font-family: var(--fontPrimaryMedium);
      color: rgba(51, 51, 51, 0.5);
      text-transform: uppercase; }
      @media (max-width: 1365.98px) {
        .post-form__input::-webkit-input-placeholder {
          font-size: 16.2px; } }
      @media (max-width: 1279.98px) {
        .post-form__input::-webkit-input-placeholder {
          font-size: 14.4px; } }
    .post-form__input::-moz-placeholder {
      font-size: 18px;
      color: rgba(51, 51, 51, 0.5);
      text-transform: uppercase;
      font-family: var(--fontPrimaryMedium); }
      @media (max-width: 1365.98px) {
        .post-form__input::-moz-placeholder {
          font-size: 16.2px; } }
      @media (max-width: 1279.98px) {
        .post-form__input::-moz-placeholder {
          font-size: 14.4px; } }
    .post-form__input:-ms-input-placeholder {
      font-size: 18px;
      color: rgba(51, 51, 51, 0.5);
      text-transform: uppercase;
      font-family: var(--fontPrimaryMedium); }
      @media (max-width: 1365.98px) {
        .post-form__input:-ms-input-placeholder {
          font-size: 16.2px; } }
      @media (max-width: 1279.98px) {
        .post-form__input:-ms-input-placeholder {
          font-size: 14.4px; } }
    .post-form__input::-webkit-input-placeholder {
      font-size: 18px;
      color: rgba(51, 51, 51, 0.5);
      text-transform: uppercase;
      font-family: var(--fontPrimaryMedium); }
    .post-form__input:-ms-input-placeholder {
      font-size: 18px;
      color: rgba(51, 51, 51, 0.5);
      text-transform: uppercase;
      font-family: var(--fontPrimaryMedium); }
    .post-form__input::placeholder {
      font-size: 18px;
      color: rgba(51, 51, 51, 0.5);
      text-transform: uppercase;
      font-family: var(--fontPrimaryMedium); }
      @media (max-width: 1365.98px) {
        .post-form__input::-webkit-input-placeholder {
          font-size: 16.2px; }
        .post-form__input:-ms-input-placeholder {
          font-size: 16.2px; }
        .post-form__input::placeholder {
          font-size: 16.2px; } }
      @media (max-width: 1279.98px) {
        .post-form__input::-webkit-input-placeholder {
          font-size: 14.4px; }
        .post-form__input:-ms-input-placeholder {
          font-size: 14.4px; }
        .post-form__input::placeholder {
          font-size: 14.4px; } }
  .post-form .s-btn--sm {
    height: 54px;
    font-size: 18px; }
    .post-form .s-btn--sm:disabled {
      filter: grayscale(1);
      cursor: not-allowed; }
    .post-form .s-btn--sm::before {
      border-top: 27px solid transparent;
      border-bottom: 27px solid transparent; }
    @media (max-width: 1279.98px) {
      .post-form .s-btn--sm {
        height: 44px; }
        .post-form .s-btn--sm::before {
          border-top: 21.6px solid transparent;
          border-bottom: 21.6px solid transparent; } }
  .post-form span {
    font-size: 12px;
    font-family: var(--fontPrimaryRegular); }

.s-inner-hero {
  padding: 81px 0 85.5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .s-inner-hero {
      padding: 40px 0; } }
  .s-inner-hero--bg::before {
    opacity: .5; }
  .s-inner-hero--center {
    text-align: center; }
    .s-inner-hero--center .s-inner-hero__content {
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .s-inner-hero::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #333333; }
  .s-inner-hero--white {
    color: #333333; }
    .s-inner-hero--white::before {
      background-color: #fff; }
    .s-inner-hero--white .s-inner-hero__content {
      color: #333333; }
  .s-inner-hero__content {
    position: relative;
    z-index: 1;
    color: #fff; }
    .s-inner-hero__content p {
      max-width: 549px; }
    .s-inner-hero__content > a {
      text-decoration: underline; }
  .s-inner-hero__img {
    background-size: cover;
    background-position: center center; }
    .s-inner-hero__img::before {
      opacity: 1;
      width: 50%; }
      @media (max-width: 1639.98px) {
        .s-inner-hero__img::before {
          width: 100%; } }
    .s-inner-hero__img::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 0;
      width: 0;
      height: 0;
      content: "";
      border-top: 0px solid transparent;
      border-bottom: 341.1px solid transparent;
      border-left: 108px solid;
      position: absolute; }
