body {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 1rem;
    line-height: 1.5;
  }
  
  h2 {
    margin-top: 0px;
    margin-bottom: 0.5em;
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 700;
  }
  
  h3 {
    margin-top: 0px;
    margin-bottom: 0.5em;
    font-size: 1.7rem;
    line-height: 1.2;
    font-weight: 600;
  }
  
  p {
    margin-bottom: 10px;
  }
  
  img {
    display: inline-block;
    height: auto;
    max-width: 100%;
  }
  
  .wrapper {
    padding-bottom: 5em;
  }
  
  .text-grey {
    color: #707070;
  }
  
  .section-header {
    margin-bottom: 1.5em;
  }
  
  .section-header.spacing-large {
    margin-bottom: 5em;
  }
  
  .text-2cols {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4em;
    column-gap: 4em;
    -webkit-column-rule: 0px none #fff;
    column-rule: 0px none #fff;
  }
  
  .image-full-width {
    width: 100%;
  }
  
  .multi-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .multi-row.col-spacing {
    margin-top: -1em;
    margin-bottom: -1em;
  }
  
  .multi-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  
  .multi-col.mobile-show {
    display: none !important;
  }
  
  ul {
    padding-left: 1.5em;
    list-style-type: none;
  }
  
  .product-btn {
    display: inline-block;
    padding: 0.3em 0.6em;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-radius: 0.75em;
    color: #fff;
    text-decoration: none;
  }
  
  .product-btn:hover {
    opacity: 0.9;
  }
  
  .product-btn:focus {
    opacity: 0.9;
  }
  
  .product-btn.spacing-top {
    margin-top: 2em;
  }
  
  .mc-text {
    padding: 7.5% 10% 10%;
  }
  
  .mc-slide-image {
    padding-bottom: 50%;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .mc-slide-image._1 {
    background-image: url('../images/casia-2.jpg');
  }
  
  .mc-slide-image._2 {
    background-image: url('../images/casia-3.jpg');
  }
  
  .mc-slide-image._3 {
    background-image: url('../images/wasserkocher-1.jpg');
  }
  
  .mc-slide-image._4 {
    background-image: url('../images/wasserkocher-3.jpg');
  }
  
  .mc-slider {
    height: auto;
    background-color: transparent;
  }
  
  .product-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -2em;
    margin-bottom: -2em;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .product-row.center {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  
  .product-col {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  
  .product-col.col-4 {
    padding-top: 2em;
    padding-bottom: 2em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  
  .product-col.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  
  .product-col.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333333333336%;
    -ms-flex: 0 0 33.333333333333336%;
    flex: 0 0 33.333333333333336%;
  }
  
  .ps-table-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  
  .pstb-header {
    margin-top: 2em;
    margin-bottom: 1em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #333;
    font-size: 1.2rem;
  }
  
  .pstb-field {
    margin-bottom: 1em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #333;
  }

  .pstb-field:last-of-type {
    margin-bottom: 0;
  }
  
  .pstb-field.subheader {
    color: #707070;
  }
  
  .pstb-image {
    display: block;
    width: auto;
    margin-right: auto;
  }
  
  .ps-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-right: 2em;
    padding-left: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .psb-image {
    display: block;
    width: auto;
    max-height: 15em;
    margin: 2em auto;
  }
  
  .psb-subheader {
    color: #707070;
  }
  
  .psb-header {
    font-size: 1.5rem;
  }
  
  .utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  
  .utility-page-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  
  .text-spacing {
    margin-bottom: 1em;
  }
  
  .product-slider {
    height: auto;
    padding-top: 5em;
    background-color: transparent;
  }
  
  .ps-mask {
    overflow: visible;
  }

  .ps-arrow {
    top: auto;
    bottom: 0%;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
  }
  
  .ps-arrow:focus {
    opacity: 0.9;
  }
  
  .ps-slide {
    top: -5em;
  }
  
  .ps-slide.block {
    height: 32em;
  }

  .ps-slide-amount-1 {
    width: 100%;
  }

  .ps-slide-amount-2 {
    width: 50%;
  }

  .ps-slide-amount-3 {
    width: 33.333336%;
  }

  .ps-slide-amount-4 {
    width: 25%;
  }

  .ps-slide-amount-1 .pstb-image {
    height: 25vw;
  }

  .ps-slide-amount-2 .pstb-image {
    height: 20vw;
  }

  .ps-slide-amount-3 .pstb-image {
    height: 15vw;
  }

  .ps-slide-amount-4 .pstb-image {
      height: 13vw;
  }
  
  @media screen and (max-width: 991px) {
    .mc-text {
      padding-top: 0%;
      padding-left: 10%;
    }
    .product-col.col-4 {
      -webkit-flex-basis: 33.333333333333336%;
      -ms-flex-preferred-size: 33.333333333333336%;
      flex-basis: 33.333333333333336%;
    }
    .product-col.col-3 {
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
    }
    .pstb-image {
      max-height: 13em;
    }
    .ps-slide-amount-4 {
      width: 33.333333333333336%;
    }
    .ps-slide-amount-4 .pstb-image {
        height: 20vw;
    }
    .ps-slide-amount-3 {
      width: 50%;
    }
    .ps-slide-amount-3 .pstb-image {
        height: 22vw;
    }
  }
  
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 2rem;
    }
    h3 {
      font-size: 1.5rem;
    }
    .text-2cols {
      -webkit-column-count: auto;
      column-count: auto;
    }
    .multi-row {
      margin-top: -1em;
      margin-bottom: -1em;
    }
    .multi-col {
      padding-top: 1em;
      padding-bottom: 1em;
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
    }
    .multi-col.mobile-hidden {
      display: none;
    }
    .multi-col.mobile-show {
      display: block !important;
    }
    .mc-text {
      padding-right: 1em;
      padding-bottom: 0em;
      padding-left: 1.5em;
    }
    .mc-slider-image {
      display: none;
    }
    .mc-slider-arrow {
      width: 2rem;
      height: 2rem;
      font-size: 1.25rem;
    }
    .mc-slider-nav {
      font-size: 0.75rem;
    }
    .product-col.col-4 {
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
    }
    .psb-header {
      font-size: 1.2rem;
    }
    .ps-slide-amount-1 .pstb-image {
        height: 45vw;
    }
    .ps-slide-amount-2 {
      width: 100%;
    }
    .ps-slide-amount-2 .pstb-image {
        height: 30vw;
    }
    .ps-slide-amount-4 {
      width: 50%;
    }
    .ps-slide-amount-4 .pstb-image {
        height: 30vw;
    }
    .ps-arrow {
      width: 2rem;
      height: 2rem;
      font-size: 1.25rem;
    }
    .ps-nav {
      font-size: 0.75rem;
    }
    .ps-slide.block {
      height: 30em;
    }
  }
  
  @media screen and (max-width: 479px) {
    .product-col.col-4 {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
    }
    .product-col.col-2 {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
    }
    .product-col.col-3 {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
    }
    .ps-block {
      padding-right: 0em;
      padding-left: 0em;
    }
    .ps-slide-amount-4 {
      width: 100%;
    }
    .ps-slide-amount-3 {
      width: 100%;
    }
    .ps-slide-amount-1 .pstb-image,
    .ps-slide-amount-2 .pstb-image,
    .ps-slide-amount-3 .pstb-image,
    .ps-slide-amount-4 .pstb-image {
        height: 55vw;
    }
  }
