@font-face {
  font-family: Neue Haas;
  src: url('../fonts/neue_haas_bold.woff2') format("woff2"), url('../fonts/neue_haas_bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Haas;
  src: url('../fonts/neue_haas_regular.woff2') format("woff2"), url('../fonts/neue_haas_regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.aw23-lp-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  padding-top: 62px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
  background-color: #ccbeaf;
}

.aw23-lp-intro-video-wrapper {
  justify-content: center;
  align-items: flex-end;
  width: 85%;
  height: 100%;
  display: flex;
  position: relative;
  background-color: #ccbeaf;
}

.aw23-intro-bg-video {
  z-index: 0;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  
}

.aw23-intro-scroll-cta {
  z-index: 1;
  background-color: #fff;
  border: 1px #000;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 63px;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto auto -32px;
}

.body {
  color: #000;
  background-color: #ccbeaf;
  font-family: Neue Haas, sans-serif;
  width: 100%;
  overflow-x: hidden;
}

.aw23-vertical-text-wrapper {
  width: 30vw;
  line-height: 0;
  display: block;
  position: absolute;
  top: 60%;
  left: 5%;
  right: auto;
}

.aw23-text-wrapper {
  align-items: flex-start;
  width: 100%;
  padding: 4% 5% 6%;
  display: flex;
  background-color: #ccbeaf;
}

.aw23-text-wrapper.is-2 {
  border-top: 8px solid #fff;
  padding-top: 6%;
  background-color: #ccbeaf;
}

.aw23-text-left {
  width: 50%;
  padding-right: 6%;
}

.aw23-h1 {
  color: #5c554f;
  text-transform: uppercase;
  padding-right: 20%;
  font-size: 320%;
  font-weight: 700;
  line-height: 1;
}

.aw23-text-right {
  width: 50%;
  margin-top: 8%;
}

.aw23-text-right.is-2 {
  margin-top: 16%;
}

.aw23-p {
  color: #5c554f;
  font-size: 120%;
  line-height: 1.8;
}

.aw23-button-wrapper {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  justify-content: space-between;
  align-items: center;
  margin-top: 6%;
  display: flex;
}

.aw-23-button-primary {
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 999px;
  width: 100%;
  padding: 3% 4%;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  transition: background-color .2s;
  display: none;
  overflow: visible;
}

.aw-23-button-primary:hover {
  color: #fff;
  background-color: #333;
}

.aw23-button-secondary {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #000;
  border-radius: 999px;
  width: 100%;
  padding: 3% 4%;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  transition: background-color .2s, color .2s;
}

.aw23-button-secondary:hover {
  color: #000;
  background-color: #f78684;
  border-width: 1px;
}

.aw23-horizontal-scroll-wrapper {
  background-color: #fff;
  border: 1px #000;
  width: 100%;
  margin-left: 0;
  padding-bottom: 100vh;
  overflow: visible;
}

.aw23-section-height {
  background-color: #fff;
  border: 1px #000;
  width: 100%;
  height: 500vh;
  margin-left: 0;
  overflow: visible;
}

.aw23-horizontal-sticky-element {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px #000;
  width: 100%;
  height: 99vh;
  margin-bottom: -100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.aw23-track {
  background-color: #fff;
  border: 1px #fff;
  flex: none;
  height: 100%;
  transform: translate(0%);
}

.aw23-track-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  object-fit: fill;
  background-color: #fff;
  border: 1px #000;
  flex-flow: row;
  height: 100%;
  margin-left: 0;
  margin-right: -100vw;
  padding: 8px;
  display: flex;
  overflow: visible;
}

.aw23-look-wrapper {
  background-color: #fff;
  border: 1px #fff;
  flex: none;
  width: auto;
}

.aw23-look-img {
  background-color: #fff;
  border: 0 #000;
  height: 100vh;
  position: relative;
}

.aw23-caption {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.aw23-looks-img {
  border: 1px #000;
  border-left-width: 0;
  height: 100%;
}

.ata-reveal-video-wrapper {
  width: 100%;
  padding: 16px 5% 5vw;
  background-color: #ccbeaf;
}

.ata-reveal-video-embed {
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .aw23-lp-hero {
    height: 700px;
    overflow: visible;
    background-color: #ccbeaf;
  }

  .aw23-lp-intro-video-wrapper {
    width: 90%;
  }

  .aw23-vertical-text-wrapper {
    width: 50vw;
    left: 10%;
    right: -6%;
  }

  .aw23-text-wrapper {
    flex-direction: column;
    padding: 8% 5%;
    background-color: #ccbeaf;
  }

  .aw23-text-wrapper.is-2 {
    padding-top: 8%;
    background-color: #ccbeaf;
  }

  .aw23-text-left {
    width: 100%;
    padding-right: 0%;
  }

  .aw23-h1 {
    font-size: 240%;
  }

  .aw23-text-right {
    width: 100%;
    margin-top: 6%;
  }

  .aw23-text-right.is-2 {
    margin-top: 6%;
  }

  .ata-reveal-video-wrapper {
    background-color: #ccbeaf;
    padding: 0;
    padding-bottom: 60px;
  }

  .ata-reveal-video-embed {
    border-radius: 0;
  }
}

@media screen and (max-width: 767px) {
  .aw23-lp-hero {
    height: 540px;
    background-color: #ccbeaf;
  }

  .aw23-vertical-text-wrapper {
    top: 65%;
  }

  .aw23-text-wrapper.is-2 {
    padding-bottom: 80px;
    background-color: #ccbeaf;
  }

  .aw23-h1 {
    font-size: 240%;
  }

  .aw-23-button-primary {
    justify-content: center;
    align-items: center;
    height: 50px;
    font-size: 12px;
    display: flex;
  }

  .aw23-button-secondary {
    justify-content: center;
    align-items: center;
    font-size: 12px;
    display: flex;
  }

  .aw23-section-height {
    height: auto;
  }

  .aw23-horizontal-sticky-element {
    height: auto;
    position: relative;
  }

  .aw23-track-flex {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-direction: column;
    padding: 2vw;
  }

  .aw23-look-wrapper {
    width: 96vw;
  }

  .aw23-look-img {
    width: 100%;
    height: auto;
  }

  .aw23-looks-img {
    border-right-style: none;
  }

  .ata-reveal-video-wrapper {
    background-color: #ccbeaf;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 479px) {
  .aw23-lp-hero {
    justify-content: center;
    align-items: center;
    overflow: visible;
    background-color: #ccbeaf;
  }

  .aw23-vertical-text-wrapper {
    width: 70vw;
    top: 66%;
    left: auto;
    right: auto;
  }

  .aw23-text-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ccbeaf;
  }

  .aw23-text-wrapper.is-2 {
    border-top-style: none;
    padding-top: 60px;
    background-color: #ccbeaf;
  }

  .aw23-h1 {
    padding-right: 0%;
    font-size: 28px;
  }

  .aw23-text-right, .aw23-text-right.is-2 {
    margin-top: 40px;
  }

  .aw23-p {
    font-size: 16px;
  }

  .aw23-button-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 40px;
  }

  .aw23-button-secondary {
    height: 50px;
  }

  .aw23-track-flex {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    padding: 2vw;
  }

  .aw23-look-wrapper {
    width: 96vw;
  }

  .aw23-caption {
    align-items: stretch;
  }

  .ata-reveal-video-wrapper {
    background-color: #ccbeaf;
    height: auto;
    padding: 0 0;
    padding-bottom:40px;
  }

  .ata-reveal-video-embed {
    border-radius: 0;
    height: auto;
  }

  .aw23-look-img {
    width: 100%;
    height: auto;
  }

  .aw23-looks-img{
    height: auto;
  }
}


@font-face {
  font-family: 'Neue Haas';
  src: url('../fonts/neue_haas_bold.woff2') format('woff2'), url('../fonts/neue_haas_bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas';
  src: url('../fonts/neue_haas_regular.woff2') format('woff2'), url('../fonts/neue_haas_regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}