header .overlay-layer-1 {
    background-image: url('../images/header-overlay.png');
  }
  
  header svg {
    position: absolute;
    z-index: 1;
  }
  
  #header-left {
    left: 0;
  }
  
  #header-left path {
    fill: #000000;
    fill-opacity: 0.39;
  }
  
  #header-right {
    right: 0;
  }
  
  #header-right path {
    fill: #3a87a4;
    fill-opacity: 0.45;
  }
  
  #header-left line,
  #header-right line {
    stroke: white;
    stroke-width: 2;
  }
  
  .section-1 {
    border-bottom: 1px solid #bce5f4;

    color: #262626;
  }
  
  .section-1 svg {
    bottom: 0;
  }
  
  .section-1 svg path {
    fill: #bde5f4;
  }
  
  .section-1 h2,
  .section-5 h2 {
    color: #262626;
    border-bottom: 2px solid #bce5f4;
    display: inline-block;
  }
  
  .section-1 .carousel {
    width: 100%;
    min-height: 604px;
  }
  
  #section-1-carousel {
    width: calc(50% - 100px);
  }
  
  #section-1-carousel-2 {
    width: 100%;
  }
  
  .section-1 .carousel-inner {
    min-height: 0px;
  }
  
  .section-1 .carousel-item {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-bottom: 20px;
  }
  
  #section-1-carousel-2 .carousel-item {
    background-position: center;
  }
  
  #section-1-carousel .carousel-indicators {
    width: calc(50% - 300px);
    margin-left: 0;
    margin-right: 0;
    justify-content: flex-end;
  }
  
  .section-1 .carousel-item-1 {
    background-image: url('../images/section-1-slide-1.png');
  }
  
  .section-1 .carousel-item-2 {
    background-image: url('../images/section-1-slide-2.png');
  }
  
  .section-1 .carousel-item-3 {
    background-image: url('../images/section-1-slide-3.png');
  }
  
  .section-1 .carousel-item-4 {
    background-image: url('../images/section-1-slide-4.png');
  }
  
  .section-1 .carousel-item-5 {
    background-image: url('../images/section-1-slide-5.png');
  }
  
  .section-2 {
    padding-top: 100px;
    padding-bottom: 122px;
  }
  
  .section-2 h2 {
    background-color: #14b3d0;
  }
  
  .section-2 .card {
    border: none;
    border-radius: 4px;
    box-shadow: 0 0 30px #dfdfdf;
    text-align: center;
    max-width: 300px;
  }
  
  @media (min-width: 0px) {
    .section-2 h2 {
      background-color: inherit;
    }
  
    .section-2 .card {
      max-width: 0px;
    }
  }
  
  .section-2 .card-title {
    font-family: rift-soft, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1.2px;
    color: #14b3d0;
    border-bottom: 1px solid #bce5f4;
    display: inline-block;
    line-height: 36px;
  }
  
  .section-2 .card-text {
    font-family: brother-1816, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 19px;
    color: #262626;
  }
  
  .section-3 {
    background-image: url('../images/section-3-background.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom: 2px solid white;
    color: white;
    position: relative;
  }
  
  .section-3 .background-layer-1,
  .section-3 .background-layer-2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  
  .section-3 .background-layer-1 {
    background-color: #657b83;
    opacity: 0.85;
  }
  
  @media (min-width: 992px) {
    .section-3 .background-layer-1 {
      clip-path: polygon(0 0,calc(50% + 110px + 54px) 0, calc(50% - 110px + 54px) 631px, 0 631px);
      -webkit-clip-path: polygon(0 0,calc(50% + 110px + 54px) 0, calc(50% - 110px + 54px) 631px, 0 631px);
    }
  
    .section-3 .background-layer-2 {
      background-image: url('../images/section-3-line.png');
      background-position: calc(50% + 60px) 0;
      background-repeat: no-repeat;
    }
  }
  
  .section-3 h2 {
    display: inline-block;
    border-bottom: 2px solid #bce5f4;
  }
  
  .section-3 p {
  }
  
  .section-4 {
    background-image: url('../images/section-4-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #90d1e9;
    background-blend-mode: soft-light;
    padding-top: 106px;
  }
  
  .section-4 h2 {
    background-color: #14b3d0;
  }
  
  @media (min-width: 992px) {
    .section-4 h2 {
      background-image: url('../images/section-4-h2.png');
      background-color: inherit;
    }
  }
  
  .section-4 h3 {
    font-family: rift-soft, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    color: white;
    line-height: 40px;
    text-align: right;
    border-bottom: 2px solid #90d1e9;
  }
  
  .section-4 .row {
    padding-bottom: 24px;
  }
  
  .section-4 .row:nth-child(2) > div:first-child {
    background-color: #657b83;
  }
  
  .section-4 .row:nth-child(3) > div:first-child {
    background-color: #14b3d0;
  }
  
  .section-4 .row:nth-child(4) > div:first-child {
    background-color: #ca381b;
  }
  
  .section-4 .row > div:not(:first-child) {
    background-color: white;
  }
  
  @media (min-width: 992px) {
    .section-4 .row:nth-child(2) > div:first-child,
    .section-4 .row:nth-child(3) > div:first-child,
    .section-4 .row:nth-child(4) > div:first-child {
      background-position: left center;
      background-repeat: no-repeat;
      background-size: cover;
      background-color: inherit;
      padding-left: 69px;
    }
  
    .section-4 .row:nth-child(2) > div:first-child {
      background-image: url('../images/prices-row1-col1.svg');
    }
  
    .section-4 .row:nth-child(3) > div:first-child {
      background-image: url('../images/prices-row2-col1.svg');
    }
  
    .section-4 .row:nth-child(4) > div:first-child {
      background-image: url('../images/prices-row3-col1.svg');
    }
  
    .section-4 .row > div:not(:first-child) {
      border-left: 2pt solid transparent;
      background-clip: padding-box;
   }
  
    .section-4 .row:not(:first-child) > div:last-child {
      clip-path: polygon(0 0, 100% 0, calc(100% - 69px) 100%, 0 100%);
      -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 69px) 100%, 0 100%);
      padding-right: 69px;
    }
  }
  
  .section-4 ul {
    margin-top: 1rem;
    padding-left: 13px;
  }
  
  .section-4 ul li,
  .section-4 ul li:before {
    font-family: brother-1816, sans-serif;
    font-weight: 100;
    color: #657b83;
    font-size: 16px;
    line-height: 21px;
    list-style-type: none;
  }
  
  .section-4 ul li:before {
    content: '• ';
  }
  
  .section-4 p.price {
    font-family: brother-1816, sans-serif;
    font-weight: 100;
    font-size: 16px;
    color: #90d1e9;
    text-align: right;
    line-height: normal;
  }
  
  .section-4 .row:nth-child(4) p.price {
    color: #f2907c;
  }
  
  .section-4 p.price:first-line {
    font-family: rift-soft, sans-serif;
    font-size: 80px;
    color: #3c3c3c;
  }
  
  .section-4 .row:nth-child(4) p.price:first-line {
    color:#650f0f
  }
  
  .section-5 {
    border-bottom: 3px solid white;
  }
  
  #section-5-carousel-1 {
    width: calc(50% + 100px);
    height: 584px;
  }
  
  #section-5-carousel-1 .carousel-item {
    background-position: center center;
    background-size: auto 584px;
    background-repeat: no-repeat;
    width: 100%;
    height: 584px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 200px) 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 200px) 100%, 0% 100%);
  }
  
  #section-5-carousel-1 .carousel-indicators {
    width: calc(100% - 208px);
    margin: 0;
    justify-content: flex-end;
  }
  
  .section-5 .carousel-item-1 { background-image: url('../images/section-5-slide-1.jpg'); }
  .section-5 .carousel-item-2 { background-image: url('../images/section-5-slide-2.jpg'); }

  #section-5-carousel-2 .carousel-item {
    background-image: url('../images/section-5-quote-left.png');
    background-repeat: no-repeat;
    padding-left: 62px;
    padding-top: 16px;
    font-family: brother-1816, sans-serif;
    font-weight: 100;
    font-size: 24px;
    color: #657b83;
    line-height: 40px;
  }
  
  #section-5-carousel-2 .carousel-item .quote {
    background-image: url('../images/section-5-quote-right.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-right: 62px;
    padding-bottom: 16px;
  }
  
  #section-5-carousel-2 .carousel-item .client {
    font-family: rift-soft;
    font-weight: bold;
    font-size: 18px;
    color: #ca381b;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    padding-right: 62px;
  }
  
  #section-5-carousel-2 .carousel-item-image {
    width: 14rem;
    height: 14rem;
    border-radius: 7rem;
    background-size: cover;
    background-position: center;
    transform: translateX(-31px);
  }
  
  #section-5-carousel-2 .carousel-indicators {
    top: -20px;
  }
  
  #section-5-carousel-2 .carousel-indicators li.active {
    background-color: #90d1e9;
  }
  
  @media (min-width: 992px) {
    .section-5 {
      min-height: 587px;
      height: 587px;
    }
  
    #section-5-carousel-2 .carousel-item .client {
      padding-right: 0;
    }
  }
  
  .section-6 {
    background-color: #223137;
    color: white;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
  }
  
  .section-6 .background-layer-1,
  .section-6 .background-layer-2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  
  .section-6 .background-layer-1 {
    background-image: url('../images/section-6-background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    mix-blend-mode: luminosity;
    opacity: 0.24;
  }
  
  .section-6 .background-layer-2 {
    background-color: #657b83;
    opacity: 0.72;
  }
  
  .section-6 h2 {
    background-image: url('../images/section-6-h2.png');
  }
  
  .section-6 .row > div:first-child {
    font-family: brother-1816, sans-serif;
    font-size: 24px;
  }
  
  .section-6 .contact-flavor-text {
    font-weight: bold;
    line-height: 42px;
    letter-spacing: 0.005em;
  }
  
  @media (min-width: 992px) {
    .section-6 .background-layer-2 {
      clip-path: polygon(calc(50% + 190px) 0%, 100% 0%, 100% 100%, calc(50% - 48px) 100%);
      -webkit-clip-path: polygon(calc(50% + 190px) 0%, 100% 0%, 100% 100%, calc(50% - 48px) 100%);
    }
  
    .section-6 .contact-flavor-text {
      background: url('../images/section-6-p.png') left center no-repeat;
      padding-left: 78px;
    }
  
    .section-6 .contact-flavor-text div {
      background: url('../images/section-6-p.png') right center no-repeat;
      padding: 18px 0;
      padding-right: 78px;
    }
  }
  
  .section-6 label {
    font-family: brother-1816, sans-serif;
    font-weight: 400;
    font-size: 16px;
  }
  
  .section-6 input,
  .section-6 textarea {
    font-family: brother-1816, sans-serif;
    font-weight: 100;
    font-size: 16px;
  }
  
  .contact-info {
    padding-left: 0;
  }
  
  .contact-info li {
    list-style: none;
    background-repeat: no-repeat;
    padding-left: 78px;
    font-weight: 100;
  }
  
  .contact-info-location {
    background-image: url('../images/section-6-location.png');
    background-position: calc(39px - 9.5px) 50%;
  }
  
  .contact-info-phone {
    background-image: url('../images/section-6-phone.png');
    background-position: calc(39px - 13.5px) 50%;
  }
  
  .contact-info-email {
    background-image: url('../images/section-6-email.png');
    background-position: calc(39px - 14px) 50%;
  }
  