.site-header {
  background: #1d1d1d;
  background: linear-gradient(90deg, #1d1d1d 0%, #505050 100%);
  color: #FFFFFF;
  padding: 30px 0; }
  @media (min-device-width: 760px) and (max-device-width: 1100px) {
    .site-header .container {
      padding-right: 88px; } }
  .site-header .content {
    max-width: 1213px;
    margin: 0 auto;
    text-align: left; }
    @media (min-width: 760px) {
      .site-header .content {
        display: flex;
        justify-content: space-between;
        align-items: center; } }
    .site-header .content .site-logo {
      display: inline-block; }
      @media (max-width: 760px) {
        .site-header .content .site-logo {
          margin: 0 0 15px; } }
      .site-header .content .site-logo .logo-svg {
        width: 200px; }
        @media (min-width: 760px) {
          .site-header .content .site-logo .logo-svg {
            width: 215px; } }

h1 {
  font-family: "freight-macro-pro", serif;
  font-size: 12vw;
  line-height: 13vw;
  font-weight: 400; }
  @media (min-width: 480px) {
    h1 {
      font-size: 68px;
      line-height: 74px; } }
  h1.arrow {
    position: relative;
    font-family: "proxima-nova", sans-serif;
    font-size: 10vw;
    line-height: 11vw;
    font-weight: 700;
    margin-bottom: 20px; }
    @media (min-width: 480px) {
      h1.arrow {
        font-size: 36px;
        line-height: 46px; } }
    h1.arrow::before {
      display: block;
      content: "";
      width: 32px;
      height: 50px;
      background-image: url("images/icon-bullet-arrow.png");
      background-repeat: no-repeat;
      position: absolute;
      left: -40px;
      top: 0; }

h2 {
  font-family: "proxima-nova", sans-serif;
  font-size: 10vw;
  line-height: 11vw;
  font-weight: 700;
  margin-bottom: 20px; }
  @media (min-width: 480px) {
    h2 {
      font-size: 36px;
      line-height: 46px; } }
  h2.headline {
    font-family: "freight-macro-pro", serif;
    font-weight: 400;
    font-size: 10vw;
    line-height: 11vw; }
    @media (min-width: 480px) {
      h2.headline {
        font-size: 58px;
        line-height: 80px; } }
  h2.arrow {
    position: relative; }
    h2.arrow::before {
      display: block;
      content: "";
      width: 32px;
      height: 50px;
      background-image: url("images/icon-bullet-arrow.png");
      background-repeat: no-repeat;
      position: absolute;
      left: -40px;
      top: 0; }

h3 {
  font-family: "proxima-nova", sans-serif;
  font-size: 24px; }

a:hover {
  opacity: 1; }

.btn {
  display: inline-block;
  background-color: #Fd3745;
  color: #FFFFFF;
  border-radius: 0px;
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
  line-height: 20px;
  padding: 20px 32px;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: inset 0 0 0 0 #505050; }
  .btn:hover {
    transition: all 0.6s ease;
    background-color: #505050;
    box-shadow: inset 0px -200px 0 0 #505050; }
  .btn.reversed {
    background-color: #FFFFFF;
    color: #Fd3745;
    box-shadow: inset 0 0 0 0 #Fd3745; }
    .btn.reversed:hover {
      background-color: #Fd3745;
      color: #FFFFFF;
      box-shadow: inset 0px -200px 0 0 #Fd3745; }

.site-header .btn {
  font-size: 16px;
  line-height: 16px; }

nav.site-nav .menu {
  display: flex;
  justify-content: flex-start;
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700; }
  nav.site-nav .menu li.menu-item {
    margin: 0 30px 0 0; }
    nav.site-nav .menu li.menu-item a {
      color: #FFFFFF;
      display: block;
      width: 100%;
      padding: 5px 0;
      border-bottom: 2px solid rgba(0, 0, 0, 0); }
      nav.site-nav .menu li.menu-item a:hover {
        border-bottom: 2px solid #Fd3745; }
    nav.site-nav .menu li.menu-item.current-menu-item a {
      border-bottom: 2px solid #Fd3745; }
    nav.site-nav .menu li.menu-item ul.sub-menu {
      transition: all 0.3s ease;
      visibility: hidden;
      opacity: 0;
      position: absolute;
      z-index: 2;
      background: #Fd3745;
      min-width: 240px;
      border-top: 1px solid #Fd3745;
      border-bottom: 1px solid #Fd3745; }
      nav.site-nav .menu li.menu-item ul.sub-menu li {
        width: 100%; }
        nav.site-nav .menu li.menu-item ul.sub-menu li:hover {
          background-color: #1D1D1D; }
        nav.site-nav .menu li.menu-item ul.sub-menu li a {
          padding: 6px 11px; }
    nav.site-nav .menu li.menu-item:hover ul.sub-menu {
      transition: all 0.5s ease;
      visibility: visible;
      opacity: 1; }
    nav.site-nav .menu li.menu-item.menu-item-has-children {
      padding-right: 21px;
      background-image: url("images/dd-arrow.png");
      background-position: right;
      background-repeat: no-repeat; }

.nf-form-fields-required {
  display: none; }

.nf-form-errors {
  clear: both; }

.nf-form-cont .nf-form-content input {
  border-radius: 0; }
  .nf-form-cont .nf-form-content input:not([type=button]) {
    border: 1px solid #707070; }
  .nf-form-cont .nf-form-content input[type=button] {
    background-color: #Fd3745;
    color: #FFFFFF;
    width: 100%;
    text-transform: uppercase;
    transition: all 0.2s ease;
    box-shadow: inset 0 0 0 0 #505050; }
    .nf-form-cont .nf-form-content input[type=button]:hover {
      transition: all 0.6s ease;
      background-color: #505050;
      box-shadow: inset 0px -200px 0 0 #505050;
      color: #FFFFFF; }

.nf-form-cont .nf-form-content textarea {
  border: 1px solid #707070; }

.pum-container .pum-content .outer {
  border: 1px solid #1D1D1D;
  margin: 15px;
  padding: 12px; }

.pum-container .pum-content .inner {
  border: 1px solid #1D1D1D;
  padding: 80px;
  text-align: center; }

section.blog-feed {
  padding: 60px 0; }
  section.blog-feed ul.blog-posts {
    margin: 0;
    padding: 0; }
    @media (min-width: 760px) {
      section.blog-feed ul.blog-posts {
        display: flex;
        justify-content: center;
        flex-flow: row wrap;
        margin: 0 -1%; } }
    section.blog-feed ul.blog-posts li.the-post {
      list-style-type: none;
      background-color: #DEDEDE;
      margin: 0 0 40px 0; }
      @media (min-width: 760px) {
        section.blog-feed ul.blog-posts li.the-post {
          width: 31%;
          margin: 0 1% 40px; } }
      section.blog-feed ul.blog-posts li.the-post .featured-image IMG {
        width: 100%; }
      section.blog-feed ul.blog-posts li.the-post .post-details {
        padding: 20px; }
        section.blog-feed ul.blog-posts li.the-post .post-details h3, section.blog-feed ul.blog-posts li.the-post .post-details h3 > a {
          font-size: 20px;
          line-height: 27px;
          margin: 0 0 10px 0;
          color: #1D1D1D; }
          section.blog-feed ul.blog-posts li.the-post .post-details h3:hover, section.blog-feed ul.blog-posts li.the-post .post-details h3 > a:hover {
            color: #Fd3745; }
        section.blog-feed ul.blog-posts li.the-post .post-details .category {
          text-transform: uppercase;
          font-size: 14px;
          line-height: 18px;
          color: #Fd3745;
          margin: 0 0 10px 0;
          font-family: "proxima-nova", sans-serif;
          font-weight: 500; }
          section.blog-feed ul.blog-posts li.the-post .post-details .category a {
            color: #Fd3745; }
            section.blog-feed ul.blog-posts li.the-post .post-details .category a:hover {
              color: #1D1D1D; }
          section.blog-feed ul.blog-posts li.the-post .post-details .category ul.categories {
            margin: 0;
            padding: 0;
            display: flex; }
            section.blog-feed ul.blog-posts li.the-post .post-details .category ul.categories li {
              list-style-type: none;
              display: flex; }
              section.blog-feed ul.blog-posts li.the-post .post-details .category ul.categories li:before {
                content: "|";
                display: block;
                padding: 0 5px; }
              section.blog-feed ul.blog-posts li.the-post .post-details .category ul.categories li:first-child:before {
                display: none; }
        section.blog-feed ul.blog-posts li.the-post .post-details .excerpt, section.blog-feed ul.blog-posts li.the-post .post-details .action {
          display: none; }
      section.blog-feed ul.blog-posts li.the-post:first-child {
        background-color: #FFFFFF;
        padding: 25px;
        border: 1px solid #Fd3745; }
        @media (min-width: 760px) {
          section.blog-feed ul.blog-posts li.the-post:first-child {
            width: 97%;
            margin: 0 1% 40px;
            display: flex;
            justify-content: space-between;
            align-items: center; }
            section.blog-feed ul.blog-posts li.the-post:first-child .featured-image {
              width: 65%; }
            section.blog-feed ul.blog-posts li.the-post:first-child .post-details {
              width: 33%; } }
        section.blog-feed ul.blog-posts li.the-post:first-child .post-details h3, section.blog-feed ul.blog-posts li.the-post:first-child .post-details h3 > a {
          font-size: 36px;
          line-height: 44px; }
        section.blog-feed ul.blog-posts li.the-post:first-child .excerpt, section.blog-feed ul.blog-posts li.the-post:first-child .action {
          display: block; }

section.single-post {
  padding: 100px 0 60px; }
  section.single-post .container {
    max-width: 980px; }
  section.single-post h1 {
    margin-bottom: 18px; }
  section.single-post .blog-date {
    font-size: 16px;
    margin: 0 0 35px 0; }
  section.single-post .post-image {
    padding: 0 0 30px 0; }
    section.single-post .post-image IMG {
      width: 100%; }
  section.single-post .category {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    color: #Fd3745;
    margin: 0 0 10px 0;
    font-family: "proxima-nova", sans-serif;
    font-weight: 500; }
    section.single-post .category a {
      color: #Fd3745; }
      section.single-post .category a:hover {
        color: #1D1D1D; }
  section.single-post ul.categories {
    margin: 0;
    padding: 0;
    display: flex; }
    section.single-post ul.categories li {
      list-style-type: none;
      display: flex; }
      section.single-post ul.categories li:before {
        content: "|";
        display: block;
        padding: 0 5px; }
      section.single-post ul.categories li:first-child:before {
        display: none; }

.site-footer {
  background: #1d1d1d;
  background: linear-gradient(90deg, #1d1d1d 0%, #505050 100%);
  color: #FFFFFF;
  padding: 15px 0 60px 0; }
  .site-footer .footer-outer {
    border-top: 2px solid #Fd3745;
    padding: 15px 0 0 0; }
    .site-footer .footer-outer .footer-inner {
      border-top: 2px solid #Fd3745;
      padding: 50px 0 0 0; }
      .site-footer .footer-outer .footer-inner .holder {
        text-align: center; }
        @media (min-width: 1024px) {
          .site-footer .footer-outer .footer-inner .holder {
            display: flex;
            justify-content: space-between; } }
        .site-footer .footer-outer .footer-inner .holder .footer-logo {
          padding: 0 0 30px 0; }
          .site-footer .footer-outer .footer-inner .holder .footer-logo .logo-svg {
            width: 200px; }
            @media (min-width: 760px) {
              .site-footer .footer-outer .footer-inner .holder .footer-logo .logo-svg {
                width: 215px; } }
        .site-footer .footer-outer .footer-inner .holder .footer-nav {
          padding: 0 0 30px 0; }
          .site-footer .footer-outer .footer-inner .holder .footer-nav ul.menu {
            display: flex;
            flex-flow: row wrap;
            justify-content: flex-start;
            font-size: 14px;
            text-align: left; }
            .site-footer .footer-outer .footer-inner .holder .footer-nav ul.menu li {
              width: 50%; }
              @media (min-width: 760px) {
                .site-footer .footer-outer .footer-inner .holder .footer-nav ul.menu li {
                  width: 33%; } }
              .site-footer .footer-outer .footer-inner .holder .footer-nav ul.menu li a {
                color: #FFFFFF; }
                .site-footer .footer-outer .footer-inner .holder .footer-nav ul.menu li a:hover {
                  text-decoration: underline; }
        .site-footer .footer-outer .footer-inner .holder .footer-social {
          display: flex;
          align-items: flex-start; }
          .site-footer .footer-outer .footer-inner .holder .footer-social a IMG {
            padding: 0 0 10px;
            margin: 0 5px;
            border-bottom: 2px solid rgba(0, 0, 0, 0);
            transition: all 0.2s ease;
            position: relative;
            bottom: 0; }
            .site-footer .footer-outer .footer-inner .holder .footer-social a IMG:hover {
              border-bottom: 2px solid #Fd3745;
              bottom: 5px;
              padding: 0 0 15px; }
  .site-footer .content {
    max-width: 1213px;
    margin: 0 auto; }
    @media (min-width: 760px) {
      .site-footer .content {
        display: flex;
        justify-content: space-between;
        align-items: center; } }

.bottom-bar {
  background-color: #1D1D1D;
  color: #FFFFFF;
  padding: 34px 0;
  font-size: 14px; }

button.responsive-menu-pro-button {
  z-index: 999999 !important; }

#responsive-menu-pro-container {
  z-index: 999999 !important; }

button#responsive-menu-pro-button {
  top: 33px !important; }

.logged-in button#responsive-menu-pro-button {
  top: 70px !important; }

#whr_embed_hook::before {
  content: "";
  display: block;
  height: 10px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  margin: 50px 0; }

@media (min-width: 760px) {
  .excerpt-wrap ol.whr-items, .excerpt-wrap ul.whr-items, .nv-content-wrap ol.whr-items, .nv-content-wrap ul.whr-items {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
    .excerpt-wrap ol.whr-items li, .excerpt-wrap ul.whr-items li, .nv-content-wrap ol.whr-items li, .nv-content-wrap ul.whr-items li {
      list-style-type: none;
      width: 48%;
      padding: 0 30px 40px 0;
      margin: 0; }
      .excerpt-wrap ol.whr-items li h3, .excerpt-wrap ul.whr-items li h3, .nv-content-wrap ol.whr-items li h3, .nv-content-wrap ul.whr-items li h3 {
        margin: 0 0 5px 0;
        font-size: 22px;
        line-height: 26px; }
        .excerpt-wrap ol.whr-items li h3 a, .excerpt-wrap ul.whr-items li h3 a, .nv-content-wrap ol.whr-items li h3 a, .nv-content-wrap ul.whr-items li h3 a {
          color: #Fd3745;
          text-transform: uppercase;
          text-decoration: none;
          transition: all 0.2s ease; }
          .excerpt-wrap ol.whr-items li h3 a:hover, .excerpt-wrap ul.whr-items li h3 a:hover, .nv-content-wrap ol.whr-items li h3 a:hover, .nv-content-wrap ul.whr-items li h3 a:hover {
            color: #1D1D1D;
            transition: all 0.1s ease; }
      .excerpt-wrap ol.whr-items li ul.whr-info, .excerpt-wrap ul.whr-items li ul.whr-info, .nv-content-wrap ol.whr-items li ul.whr-info, .nv-content-wrap ul.whr-items li ul.whr-info {
        margin: 0; }
        .excerpt-wrap ol.whr-items li ul.whr-info li, .excerpt-wrap ul.whr-items li ul.whr-info li, .nv-content-wrap ol.whr-items li ul.whr-info li, .nv-content-wrap ul.whr-items li ul.whr-info li {
          margin: 0;
          font-size: 18px;
          list-style-type: disc;
          width: 100%;
          padding: 0; } }

section.block-action {
  padding: 60px 0;
  text-align: center; }
  section.block-action h2, section.block-action h3, section.block-action h4 {
    margin: 0;
    font-family: "freight-macro-pro", serif;
    font-weight: 400;
    font-size: 11vw;
    line-height: 12vw;
    padding: 0 0 25px 0; }
    @media (min-width: 760px) {
      section.block-action h2, section.block-action h3, section.block-action h4 {
        font-size: 56px;
        line-height: 58px;
        padding: 0 30px 0 0; } }
  section.block-action.white {
    color: #FFFFFF; }
    section.block-action.white h1, section.block-action.white h2, section.block-action.white h3, section.block-action.white h4 {
      color: #FFFFFF; }
  section.block-action .content {
    flex-flow: column; }
    @media (min-width: 480px) {
      section.block-action .content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: row wrap; } }

section.block-benefits {
  padding: 60px 0;
  text-align: center;
  background-image: url("images/topography-sm.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto; }
  @media (min-width: 760px) {
    section.block-benefits {
      padding: 60px 0 190px; } }
  section.block-benefits .inner {
    width: 100%;
    height: 100%;
    background-image: url("images/target-left.png");
    background-repeat: no-repeat;
    background-position: left 250px; }
    @media (max-width: 1620px) {
      section.block-benefits .inner {
        background-size: 100px; } }
    @media (max-width: 1512px) {
      section.block-benefits .inner {
        background-size: 50px; } }
    @media (max-width: 1406px) {
      section.block-benefits .inner {
        background: none; } }
  section.block-benefits .benefits {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-flow: row wrap;
    margin: 0 -15px;
    padding: 15px 0 0 0; }
    section.block-benefits .benefits .item {
      width: 100%;
      text-align: center;
      margin: 0 15px 30px;
      font-size: 16px;
      line-height: 24px; }
      section.block-benefits .benefits .item h3 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 12px 0; }
      section.block-benefits .benefits .item p {
        margin-bottom: 5px; }
      @media (min-width: 760px) {
        section.block-benefits .benefits .item {
          width: 42%;
          text-align: left; } }
      @media (min-width: 1024px) {
        section.block-benefits .benefits .item {
          width: 22%; } }
      section.block-benefits .benefits .item.download-pdf {
        border: 1px solid #Fd3745;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        padding: 18px;
        text-align: center;
        font-size: 24px;
        line-height: 35px;
        font-weight: bold; }
        section.block-benefits .benefits .item.download-pdf .spacer {
          height: 24px; }
        section.block-benefits .benefits .item.download-pdf .btn {
          padding-left: 15px;
          padding-right: 15px; }
      section.block-benefits .benefits .item .icon img {
        margin-bottom: 15px; }

section.block-hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #FFFFFF; }
  section.block-hero .background-video {
    /* object-fit: cover;
      position: fixed; */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%; }
  section.block-hero h1, section.block-hero h2, section.block-hero h3 {
    color: #FFFFFF; }
  section.block-hero .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 50px 0;
    width: 100%;
    background-color: rgba(51, 51, 51, 0.3);
    text-align: center;
    font-family: "freight-macro-pro", serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 41px; }
    @media (min-width: 1024px) {
      section.block-hero .inner {
        min-height: 440px; } }
  section.block-hero .container {
    position: relative;
    width: 67%; }
    @media (min-width: 760px) {
      section.block-hero .container {
        width: 80%; } }
    section.block-hero .container::before {
      transition: all 0.6s ease;
      content: "";
      background-image: url("images/corner-tl.png");
      background-repeat: no-repeat;
      display: block;
      width: 46px;
      height: 46px;
      position: absolute;
      top: -30px;
      left: -20px; }
    section.block-hero .container::after {
      transition: all 0.6s ease;
      content: "";
      background-image: url("images/corner-br.png");
      background-repeat: no-repeat;
      display: block;
      width: 46px;
      height: 46px;
      position: absolute;
      bottom: -20px;
      right: -50px; }
    section.block-hero .container:hover::before {
      transition: all 0.2s ease;
      top: -40px;
      left: -30px; }
    section.block-hero .container:hover::after {
      transition: all 0.2s ease;
      bottom: -30px;
      right: -60px; }

@media (min-width: 760px) {
  section.banner-home h1 {
    font-size: 90px;
    line-height: 106px; } }

@media (min-width: 1370px) {
  section.banner-home .inner {
    min-height: 748px; } }

section.simple {
  color: #1D1D1D; }
  section.simple h1, section.simple h2, section.simple h3 {
    color: #1D1D1D; }

section.block-columns {
  padding: 60px 0; }
  section.block-columns .container {
    width: 77%; }
    @media (min-width: 760px) {
      section.block-columns .container {
        width: 80%; } }
    @media (min-width: 1400px) {
      section.block-columns .container {
        width: 100%; } }
  @media (min-width: 760px) {
    section.block-columns .content {
      display: flex;
      justify-content: space-between; } }
  section.block-columns .content .item {
    max-width: 100%; }
    @media (min-width: 760px) {
      section.block-columns .content .item {
        padding: 0 40px 0 0;
        width: 48%; } }

section.block-features {
  padding: 60px 0 0;
  text-align: center;
  background-color: #DEDEDE;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto; }
  section.block-features .container .content {
    margin: 0 auto; }
  section.block-features .container .columns {
    margin: 80px 0 0 0;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: space-between; }
    @media (min-width: 760px) {
      section.block-features .container .columns {
        position: relative;
        z-index: 1;
        margin-bottom: -135px; } }
    section.block-features .container .columns .item {
      background-color: #FFFFFF;
      padding: 32px;
      text-align: center;
      width: 100%; }
      section.block-features .container .columns .item .feature-text {
        padding: 25px 0 0 0; }
      section.block-features .container .columns .item .feature-img IMG {
        max-width: 100%;
        height: auto; }
      @media (min-width: 760px) {
        section.block-features .container .columns .item {
          display: flex;
          text-align: left;
          align-items: center;
          justify-content: space-between; }
          section.block-features .container .columns .item .feature-img {
            padding-right: 65px; }
            section.block-features .container .columns .item .feature-img IMG {
              max-width: 400px; }
          section.block-features .container .columns .item .feature-text {
            padding: 0 50px 0 0; } }
    @media (min-width: 760px) {
      section.block-features .container .columns.double .item {
        display: flex;
        flex-flow: column;
        text-align: center;
        width: 48%; }
        section.block-features .container .columns.double .item .feature-img {
          padding: 0;
          width: 100%; }
          section.block-features .container .columns.double .item .feature-img IMG {
            width: 100%;
            max-width: 100%; }
        section.block-features .container .columns.double .item .feature-text {
          padding: 25px 0 0 0; }
        section.block-features .container .columns.double .item .btn {
          margin-top: auto; } }
  section.block-features-footer {
    background-color: #505050;
    color: #FFFFFF;
    padding: 60px 0;
    position: relative; }
    @media (min-width: 760px) {
      section.block-features-footer {
        padding: 185px 0 60px; } }
    section.block-features-footer .action-box {
      border: 1px solid #FFFFFF;
      padding: 40px; }
      section.block-features-footer .action-box h2, section.block-features-footer .action-box h3, section.block-features-footer .action-box h4 {
        font-family: "proxima-nova", sans-serif;
        font-weight: 700;
        font-size: 36px;
        line-height: 40px;
        text-align: center;
        margin: 0 0 20px 0; }
        @media (min-width: 760px) {
          section.block-features-footer .action-box h2, section.block-features-footer .action-box h3, section.block-features-footer .action-box h4 {
            text-align: left;
            margin: 0 30px 0 0; } }
      @media (min-width: 480px) {
        section.block-features-footer .action-box {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-flow: row wrap; } }
    section.block-features-footer .block-features-target {
      width: 246px;
      height: 491px;
      background-image: url("images/target-right.png");
      background-repeat: no-repeat;
      background-size: 100%;
      position: absolute;
      right: 0;
      bottom: 143px; }
      @media (max-width: 1600px) {
        section.block-features-footer .block-features-target {
          display: none; } }

section.block-icons {
  padding: 60px 0;
  text-align: center; }
  section.block-icons .content {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding: 20px 0 10px 0; }
    section.block-icons .content .item {
      margin: 0 15px 25px; }
      @media (min-width: 760px) {
        section.block-icons .content .item {
          margin: 0 18px; } }

section.block-form {
  padding: 0; }
  section.block-form .content {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap; }
    @media (min-width: 750px) {
      section.block-form .content {
        flex-flow: row; } }
    section.block-form .content .item {
      width: 100%; }
      @media (min-width: 750px) {
        section.block-form .content .item--left {
          display: block;
          width: 27%;
          padding: 0 30px 0 0;
          border-right: 1px solid #Fd3745;
          margin-right: 10px; } }
      @media (min-width: 750px) {
        section.block-form .content .item--right {
          width: 72%;
          padding: 0 0 0 60px;
          border-left: 1px solid #Fd3745; } }

section.block-media {
  padding: 0; }
  @media (min-width: 760px) {
    section.block-media .content {
      display: flex;
      flex-flow: row wrap;
      margin: 0 -15px; } }
  section.block-media .content .item {
    margin: 0 auto 30px;
    max-width: 360px;
    width: 100%; }
    @media (min-width: 760px) {
      section.block-media .content .item {
        width: 46%;
        margin: 0 15px 30px; } }
    @media (min-width: 1200px) {
      section.block-media .content .item {
        width: 30%; } }

section.block-images-row {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #FFFFFF; }
  section.block-images-row .content {
    display: flex;
    flex-flow: row wrap; }
    section.block-images-row .content p {
      margin: 0; }
    @media (min-width: 480px) {
      section.block-images-row .content {
        flex-flow: row; } }
    section.block-images-row .content .item {
      width: 100%;
      position: relative;
      aspect-ratio: 16 / 12.7;
      overflow: hidden; }
      @media (min-width: 480px) {
        section.block-images-row .content .item {
          width: auto; } }
      @media (min-width: 760px) {
        section.block-images-row .content .item {
          width: 25%; } }
      section.block-images-row .content .item IMG {
        width: 100%;
        position: absolute; }
      section.block-images-row .content .item IMG:nth-of-type(1) {
        z-index: 20; }
      section.block-images-row .content .item IMG:nth-of-type(2) {
        z-index: 10; }
      section.block-images-row .content .item IMG:nth-of-type(n+3) {
        display: none; }
    section.block-images-row .content .item.animating IMG:nth-of-type(1) {
      animation-name: slideInDown;
      animation-delay: 4s;
      animation-duration: 2s; }

@keyframes slideInDown {
  from {
    top: 0; }
  to {
    top: 600px; } }

@keyframes fader {
  from {
    opacity: 1.0; }
  to {
    opacity: 0.0; } }

body {
  font-size: 17px;
  line-height: 28px; }
  @media (min-width: 760px) {
    body {
      font-size: 20px;
      line-height: 32px; } }

.full {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%); }

.container {
  max-width: 1213px; }

@media (max-width: 760px) {
  .hide-md {
    display: none; } }

@media (max-width: 1200px) {
  .col {
    padding: 0 50px; } }

.end-lines {
  max-width: 236px;
  margin: 90px auto 50px; }
  .end-lines.for-page {
    margin: 90px auto; }
  .end-lines .line {
    height: 2px;
    width: 100%;
    background-color: #Fd3745; }
    .end-lines .line-two {
      margin-top: 13px; }
