%heading-5 {
  font-weight: 400;
  font-size: 26px;
  line-height: 31px;
  text-align: center;
  letter-spacing: -0.7px;
}

div.about-nav-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 20px auto 0;
  text-align: center;

  @media (max-width: 989px) {
    height: 45px;
  }

  div.about-nav {
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #EFF1FD;
    height: 58px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.08);
    border-radius: 40px;
    padding: 12px 25px;

    @media (max-width: 989px) {
      height: 45px;
      padding: 8px 28px;
      width: calc(100% - 44px);
    }

    img.arrow {
      transform: rotate(90deg);
      position: absolute;
      top: 19px;
      right: 43px;
      width: 6px;
    }
    span.about-link {
      font-family: 'Montserrat';
      font-weight: 700;
      font-size: 12px;
      line-height: 1;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #858ABA;
      display: inline-block;
      margin: 0 15px;
      padding-bottom: 8px;
      cursor: pointer;

      @media (max-width: 989px) {
        display: none;
      }

      &.selected {
        color: #252628;

        @media (min-width: 990px) {
          background-image: linear-gradient(to right, #252628 33%, rgba(255,255,255,0) 0%);
          background-position: bottom;
          background-size: 5px 1px;
          background-repeat: repeat-x;
        }
        @media (max-width: 989px) {
          display: inline-block;
        }
      }
    }
  }
  div.about-links-dropdown {
    @media (min-width: 990px) {
      display: none !important;
    }

    display: none;
    background: #EFF1FD;
    border: 1px solid #EFF1FD;
    box-shadow: 0px 15px 40px rgba(8, 12, 46, 0.3);
    border-radius: 0 0 24px 24px;
    padding-top: 45px;
    position: absolute;
    top: -24px;
    left: 22px;
    right: 22px;
    z-index: -1;
    width: calc(100% - 44px);
    position: relative;

    span.link-xs {
      font-family: 'Montserrat';
      font-weight: 700;
      font-size: 12px;
      line-height: 1;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #858ABA;
      display: inline-block;
      margin: 0 15px 20px;
      padding-bottom: 8px;

      &.selected {
        color: #252628;
        background-image: linear-gradient(to right, #252628 33%, rgba(255,255,255,0) 0%);
        background-position: bottom;
        background-size: 5px 1px;
        background-repeat: repeat-x;
      }
    }
  }
}

div#shopify-section-header.shopify-section-header-sticky {
  div.about-nav-wrapper {
    position: absolute;
    top: 100%;
  }
}

.image-max {
  max-width: 420px;
}

section.about-hero {
  position: relative;

  .cta{
    position: absolute;
    bottom: 56px;
    @media (max-width:989px){
      bottom:40px;
    }
  }

  product-form{
    position: absolute;
    bottom: 56px;
    @media(max-width:989px){
      bottom: 40px;
    }
  }

  product-form .cta{
    position: relative;
    bottom: unset;
    text-transform: uppercase;
  }
  div.text-wrapper {
    position: absolute;
    top: 78px;
    height: calc(100% - 78px);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 750px;
    text-align: center;

    @media (max-width: 989px) {
      top: 86px;
      height: calc(100% - 86px);
    }
  }
  &.page-press {
    div.text-wrapper {
      top: 0;
      height: 100%;

      @media (max-width: 989px) {
        h1.title {
          font-size: 26px;
          line-height: 38px;
          font-weight: 700;
        }
        h3.subtitle {
          font-size: 16px;
          line-height: 19px;
          font-weight: 400;
        }
      }
    }
    .flex-container {
      justify-content: center;
      flex-direction: column;
    }
  }
  h1.title {
    color: white;
    font-size: 72px;
    line-height: 79px;
    letter-spacing: -2px;
    margin: 0;

    @media (max-width: 989px) {
      font-size: 46px;
      line-height: 48px;
      padding: 0 22px;
    }

    p, strong, b {
      color: white;
    }
    strong, b {
      font-size: 58px;
      line-height: 82px;
      letter-spacing: -3px;

      @media (max-width: 989px) {
        font-size: 37px;
        line-height: 48px;
      }
    }
  }
  h3.subtitle {
    @extend heading-5;
    text-align: center;
    color: #fff;
    margin: 0 auto;
  }

  &.testing {
    div.text-wrapper {
      position: absolute;
      top: 0;
      height: 100%;
      width: 100%;
    }
    h1.title {
      position: initial;
    }
  }
}

@media (max-width: 989px) {
  div.padd {
    padding: 0 22px;
  }
}

section.about-text-image {
  @media (min-width: 990px) {
    &#about-1 {
      padding: 80px 105px;
    }
    &#about-2 {
      padding: 90px 105px;
    }
  }
  &.two {
    h2.title {
      margin-bottom: 25px;
    }
    div.desc {
      max-width: 650px;
      margin: 0 auto 65px;

      @media (max-width: 989px) {
        margin-bottom: 30px;
      }
    }
    div.floating-text {
      top: 200px;
      text-align: center;
    }

    div.text-right {
      @media (min-width: 990px) {
        padding-right: 7vw;
      }
    }
    img {
      @media (min-width: 990px) {
        &.left {
          max-width: 300px;
        }
        &.right {
          max-width: 416px;
        }
        &.bottom {
          max-width: 532px;
        }
      }
      @media (max-width: 989px) {
        &.left {
          padding: 0 22px;
        }
        &.bottom {
          margin-bottom: 30px;
        }
      }
    }
    div.wrapper.flip {
      margin-top: 30px;

      @media (max-width: 989px) {
        display: table;
        margin-top: 0;

        div.col {
          &.left {
            display: table-footer-group;

            h2.title {
              padding: 0 22px;
              margin: 0;
            }
          }
          &.right {
            display: table-header-group;
          }
        }
      }
    }
  }

  &.three {
    padding: 80px 50px;

    hr.dashed {
      @media (min-width: 990px) {
        margin: 60px 0;
      }
    }

    @media (max-width: 989px) {
      padding: 22px 22px 30px;
      overflow: hidden;

      img.sp-xs {
        max-width: none;
        margin-bottom: 40px;
      }
      h2.title {
        text-align: center;
        margin-bottom: 20px;
      }
      hr.line {
        margin-bottom: 40px;
      }
    }

    div.wrapper {
      max-width: 1100px;
      margin: 30px auto 0;
      overflow: visible;

      @media (max-width: 989px) {
        margin-top: 0;
      }

      &.top {
        margin-top: 0;
      }
      &.bottom {
        max-width: 100%;
        padding-left: calc(50% - 495px);

        h2.title {
          font-size: 34px;
          line-height: 41px;

          @media (max-width: 989px) {
            margin-top: -20px;
            text-align: left;
            font-size: 26px;
            line-height: 30px;
          }

          strong, b {
            font-size: 27px;
            line-height: 40px;

            @media (max-width: 989px) {
              font-size: 20px;
              line-height: 29px;
            }
          }
        }
        div.col {
          padding: 0;

          &.left {
            padding-right: 50px;
          }
        }
      }
      &.list {
        margin-top: 0;
        white-space: nowrap;

        @media (max-width: 989px) {
          margin-bottom: 30px;
          width: 100%;

          &.m-less {
            margin-top: -30px;
          }
        }

        div.col {
          padding: 0;
          width: 50% !important;
          vertical-align: top;

          div.list {
            padding-left: 25px;
            font-weight: 500;
            font-size: 13px;
            line-height: 20px;
            letter-spacing: -0.3px;
            margin: 0;

            @media (max-width: 989px) {
              margin-bottom: 30px;
            }

            p {
              margin: 0;

              &:before {
                content: "• ";
                margin-left: -15px;
                margin-right: 9px;
                color: #252628;
                position: relative;
              }
            }
          }
        }
      }
      &.flip {
        @media (max-width: 989px) {
          display: table;
          overflow: visible;

          div.col {
            &.second {
              display: table-footer-group;
            }
            &.first {
              display: table-header-group;
            }
          }
        }
      }
    }
    h2.lower, div.lower {
      text-align: center;
      max-width: 650px;
      margin: 0 auto 25px;
    }
    div.desc {
      @media (max-width: 989px) {
        margin-bottom: 50px;
      }
    }
    div.position-relative {
      padding-top: 20px;
    }
    div.floating-text {
      top: 185px;

      @media (max-width: 989px) {
        text-align: center;
      }
    }
    div.text-container {
      max-width: 1100px;
      margin: 35px auto 0;
      background: #EFF1FD;
      padding: 60px;

      @media (max-width: 989px) {
        padding: 30px 30px 10px;
      }

      div.wrapper {
        margin: 0;
      }
      div.col {
        vertical-align: top;
      }
      img.icon {
        width: 24px;
      }
      h6.title {
        font-family: 'Montserrat';
        font-weight: 700;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 2px;
        color: #252628;
        margin: 20px 0 16px;
      }
      div.desc {
        font-size: 13px;
        line-height: 20px;

        @media (max-width: 989px) {
          margin-bottom: 40px;
        }
      }
    }
    hr.dashed {
      @media (max-width: 989px) {
        margin-top: 0;
      }
    }
  }

  &.testing {
    padding-bottom: 0;

    @media (max-width: 989px) {
      padding-top: 0;
    }

    hr.top {
      margin-bottom: 70px;

      @media (min-width: 990px) {
        margin-top: 0;
      }
      @media (max-width: 989px) {
        margin-bottom: 30px;
      }
    }
    hr.bottom {
      margin-top: 70px;

      @media (max-width: 989px) {
        margin: 10px 0;
      }
    }

    .wrapper {
      max-width: 1100px;
      margin: 0 auto;
      overflow: visible;
    }

    img {
      max-width: 400px;
      margin: 0 auto;
      display: block;
    }
    h2.title {
      @media (max-width: 989px) {
        font-size: 32px;
        line-height: 38px;
      }
    }

    .wrapper.list {
      .col {
        vertical-align: top;
      }
    }

    @media (max-width: 989px) {
      .wrapper {
        display: table;

        .col.padd, .col.left {
          padding: 50px 22px 0;
        }
        h2.title {
          margin-bottom: 22px;
        }
        div.desc {
          margin: 0;
        }
        .col {
          &.right {
            display: table-header-group;
          }
        }
      }
    }

    div.text-container {
      max-width: 100% !important;
    }
    .col-3, .col-4 {
      @media (min-width: 990px) {
        padding: 0 50px;

        &:not(:last-child) {
          background-image: linear-gradient(to bottom, #6D7083 33%, rgba(255,255,255,0) 0%);
          background-position: right;
          background-size: 1px 5px;
          background-repeat: repeat-y;
          background-color: transparent;
        }
      }
    }
  }
  &.four-icons {
    // background: #EFF1FD;
    padding-bottom: 60px;

    @media (max-width: 989px) {
      padding-bottom: 0;
      padding-top: 90px;
    }

    h2.title {
      margin-bottom: 0;
    }
    div.desc {
      font-size: 16px !important;
    }
    div.text-container {
      background-color: transparent;
      margin: 0;
      padding-bottom: 0;

      img.icon {
        width: 34px;
      }
      h6.title {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        letter-spacing: -0.7px;
        color: #252628;
      }

      @media (min-width: 990px) {
        padding-left: 0;
        padding-right: 0;
      }
    }
  }

  &.testing-2 {
    padding-top: 20px;
    padding-bottom: 0;

    @media (max-width: 989px) {
      padding-bottom: 20px;
    }

    .wrapper {
      max-width: 1100px;
      margin: 0 auto;
      overflow: visible;
    }
  }
  &.testing-top {
    padding-top: 50px;
    padding-bottom: 0;

    @media (max-width: 989px) {
      padding-top: 30px;

      div.text-outer {
        padding: 0 22px;
      }
    }

    .wrapper {
      max-width: 1100px;
      margin: 0 auto;
      overflow: visible;
    }
    h2.title.title-lower {
      margin-top: 70px;

      @media (max-width: 989px) {
        margin-top: 40px;
      }
    }
    div.desc.desc-lower {
      max-width: 650px;
      margin: 0 auto;

      @media (max-width: 989px) {
        margin-bottom: 30px !important;
      }
    }
    img:not(.no-max) {
      @media (min-width: 990px) {
        max-width: 400px;
        margin: 0 auto;
        display: block;
      }
    }

    @media (max-width: 989px) {
      .wrapper {
        display: table;

        .col.padd, .col.left {
          padding: 20px 22px;
        }
        h2.title {
          margin-bottom: 22px;
          text-align: left;
        }
        div.desc {
          margin-bottom: 20px;
        }
        .col {
          &.right {
            display: table-header-group;
          }
        }
      }
    }
  }
  &.sustainability {
    padding-top: 10px;
    padding-bottom: 70px;

    @media (max-width: 989px) {
      padding: 0 0 20px;

      hr.dashed.top {
        margin-bottom: 0;
      }
      div.text-wrapper {
        padding: 0 22px;
      }
      div.desc:not(.mb) {
        margin: 0;
      }

      .col.padd {
        padding: 30px 22px !important;

        &.padd-2 {
          padding-bottom: 0 !important;
        }
      }
    }

    h2.title {
      font-size: 34px;
      line-height: 41px;

      @media (max-width: 989px) {
        font-size: 26px;
        line-height: 30px;
      }
    }
    div.desc {
      strong, b {
        color: #252628;
        letter-spacing: -0.3px;
      }
    }
  }
}

section.about-press {
  background-color: #EFF1FD;
  padding: 80px;

  @media (max-width: 989px) {
    padding: 50px 22px;
  }

  div.wrapper {
    max-width: 850px;
    margin: 0 auto;
    white-space: nowrap !important;
  }
  div.col {
    width: calc(100%/3);
    vertical-align: middle;
  }
  img.logo {
    vertical-align: middle;
    opacity: .5;
    cursor: pointer;
    width: auto;
    padding-bottom: 10px;

    @media (max-width: 989px) {
      padding-bottom: 7px;
    }

    &.logo-1 {
      height: 52px;

      @media (max-width: 989px) {
        height: 31px;
      }
    }
    &.logo-2 {
      height: 39px;

      @media (max-width: 989px) {
        height: 25px;
      }
    }
    &.logo-3 {
      height: 35px;

      @media (max-width: 989px) {
        height: 20px;
        margin-top: -5px;
      }
    }
    &.selected {
      opacity: 1;
      background-image: linear-gradient(to right, #544D7A 33%, rgba(255,255,255,0) 0%);
      background-position: bottom;
      background-size: 5px 1px;
      background-repeat: repeat-x;
    }
  }
  h4.title {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 2px;
    color: #252628;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;

    @media (max-width: 989px) {
      margin-bottom: 30px;
    }
  }
  h3.subtitle {
    @extend heading-5;
    color: #252628;
    max-width: 512px;
    margin: 0 auto 50px;

    @media (max-width: 989px) {
      font-size: 22px;
      line-height: 26px;
      margin-bottom: 35px;
    }
  }
}

section.index-image-text-overlay.about {
  padding: 0;

  div.desc {
    margin: 0;

    @media (min-width: 990px) and (max-width: 1300px) {
      max-width: 470px;
      font-size: 14px;
    }
  }
  a.cta-link {
    display: none;
  }
  div.floating-text {
    &.left  {
      left: 0;
      position: absolute;

      @media (min-width: 990px) and (max-width: 1300px) {
        left: -30px;
      }
    }
    &.right {
      right: 0;

      @media (min-width: 990px) and (max-width: 1300px) {
        right: -30px;
      }
    }
  }
  h6.title {
    left: 0;

    @media (min-width: 990px) {
      right: 75px;
    }
    @media (max-width: 989px) {
      padding: 0 40px;
    }
  }
  div.text-container {
    @media (min-width: 990px) and (max-width: 1300px) {
      padding: 67px 20px 40px calc(50% + 50px);
    }
    @media (max-width: 989px) {
      padding: 30px 50px 20px;
    }
  }
}

section.about-text-image-2 {
  background: #544D7A;

  div.col-6.left {
    padding: 50px;

    @media (max-width: 989px) {
      padding: 30px 22px;
    }
  }
  .flex-container-left-align {
    height: 100%;
  }
  img {
    vertical-align: middle;
    height: 100%;
    object-fit: cover;
  }
  img.icon {
    width: 86px;

    @media (max-width: 989px) {
      width: 78px;
    }
  }
  h2.title {
    color: #FFFFFF;
    margin-bottom: 55px;
    max-width: 530px;

    strong, b {
      color: white;
    }

    @media (max-width: 989px) {
      font-size: 26px;
      line-height: 38px;
      letter-spacing: -1px;
      margin-bottom: 20px;
    }
  }
  h3.subtitle {
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
    letter-spacing: -0.7px;
    color: #FFFFFF;
    margin: 24px 0 0;
    max-width: 530px;

    @media (max-width: 989px) {
      font-size: 22px;
      line-height: 26px;
    }

    p {
      margin: 0;
    }
    strong, b {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: -.7px;

      @media (max-width: 989px) {
        font-size: 17px;
        line-height: 26px;
        letter-spacing: -.5px;
      }
    }
  }
  a.cta {
    width: 210px;
    display: inline-block;
    padding: 0;
    white-space: nowrap;
    margin-right: 20px;
    margin-top: 40px;
    margin-bottom: 0;

    @media (max-width: 989px) {
      margin-top: 20px;
    }
  }
}

div.floating-text {
  @media (max-width: 989px) {
    &.left {
      position: initial;
      transform: none;
      margin-bottom: 20px;
    }

    &.right {
      display: none;
    }
  }
}

h2.title {
  @media (max-width: 989px) {
    margin-bottom: 10px;
  }
}

section.lower-text {
  @media (min-width: 990px) {
    padding: 50px;
  }

  div.text-wrapper {
    background: #EFF1FD;
    padding: 70px 115px;
    text-align: center;

    @media (max-width: 989px) {
      padding: 30px 22px;
    }
  }
}

section.index-image-text-overlay  {
  @media (max-width: 989px) {
    padding-bottom: 22px;
  }
}