/** Shopify CDN: Minification failed

Line 126:1 Expected "}" to go with "{"

**/
.nad-power-of-nad{
  .icon-right{
    display:block;
    margin-left:auto;
    margin-bottom:-15px;
    z-index:9;
    position:relative;
  }
  .container{
    position:relative;
  }
  .feature-text-paired{
    margin-left:0;
  }
  h2{
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 8px;
    text-transform: uppercase;
  }
  .rte.lightly-spaced-row{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-bottom:4rem;
    border-left: 3px solid #FF5E03;
    padding-left: 30px;
  }
  h4{
    font-weight: 500;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 1px;
    text-transform:none;
    margin-bottom:0.2rem;
    margin-top:0;
  }
  .hwt{
    padding-bottom:1rem;
    border-bottom:1px solid #D9D9D5;
    margin-bottom:1rem;
  }

  .image-overlap{
    gap:5%;
  }
  .image-overlap__image-1{
    width:35%;
    flex: 1 0 35%;
    margin-top:0 !important;
  }
  .image-overlap__image-2{
    width:60%;
    flex: 1 0 60%;
    margin-inline-end: 0px !important;
    transform: none !important;
  }
}

@media screen and (min-width: 761px) {
  .hide-desktop{
    display:none;
  }
}

@media screen and (max-width: 760px) {
  .nad-power-of-nad{
    overflow-x:hidden;
    margin-top:2rem;
    .hide-mobile{
      display:none;
    }
    .icon-right{
      margin-right:-120px;
      margin-bottom:-15px;
      transform: rotate(180deg);
      z-index:-1;
    }
    .container{
      position:relative;
      overflow-x:hidden;
    }
    .feature-text-paired{
      margin-left:0;
    }
    h2{
      font-weight: 500;
      font-size: 32px;
      letter-spacing: 4px;
    }
    .rte.lightly-spaced-row{
      font-size: 16px;
      padding-left: 20px;
      margin-bottom:2rem;
    }
    .desktop-hide-img {
      width: 100%;             
      aspect-ratio: 1 / 1;   
      margin-top:1rem;
      overflow: hidden;        
      position: relative;
      .theme-img{
        width:100%;
        object-fit: cover;        
        object-position: top;
        display: block;
      }
    }
  .image-overlap{
    display:block;
    .image-overlap__image-1{
      display:none;
    }
    .image-overlap__image-2{
      width:100%;
    }
  }

}