<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nad-longevity-vitality{
  position: relative;
  .icon-left{
    top:0px;
    right:0;
    position: absolute;
  }
  .flexible-layout{
    margin-bottom:0;
    .column{
      margin-bottom:0;
    }
  }
  .majortitle.in-content.h1{
    font-weight: 600;
    font-size: 48px;
    line-height: 1.05;
    letter-spacing: -1px;
    text-transform:none;
  }
  .rte p{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1px;
  }
  .btn.btn--primary.button-row__btn{
    background-color:#FF5C28;
    color:#fff;
  }
  .guarantee{
    display:flex;
    align-items:center;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 1px;
    gap:8px;
  }
  .align-ltr-left{
    padding-top:20px;
    padding-bottom:20px;
  }
  .btn{
    background-color:#fff;
    display:flex;
    align-items:center;
    gap:40px;
    justify-content:space-between;
    max-width:320px;
    svg{
      fill:#fff !important;
      color:#fff !important;
    }
  }
}

@media screen and (max-width: 760px) {
.nad-longevity-vitality{
  .icon-left{
    display: none;
  }
  .majortitle.in-content.h1{
    font-weight: 600;
    font-size: 32px;
  }
  .rte p{
    font-size: 16px;
  }
  .align-ltr-left{
    padding:40px 16px;
  }
  .lightly-spaced-row.button-row{
      position:relative;
      max-width:100%;
    }
  .btn{
      max-width:100%;
      width:100%;
      position:relative;
      }
}
}</pre></body></html>