.hero {
  position: relative;
  z-index: 3;
  overflow: hidden;
  height: 100vh;
  background-image: none;
  background-position: 50% 0%;
  background-size: cover;
  opacity: 1;
}

.textandbuttons {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 430px;
  height: 86px;
  margin-right: auto;
  margin-bottom: 5%;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.textandbuttons.promocard {
  z-index: 2;
  margin-bottom: 0%;
}

.textandbuttons.promocard.left {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 400px;
  box-shadow: 0 8px 20px 0 rgba(29, 29, 27, 0.04);
}

.textandbuttons.v2 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 440px;
  height: 101px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.textandbuttons.v2.hero-home {
  left: -2px;
  bottom: 40px;
  width: 480px;
  height: 101px;
  margin-bottom: 0%;
}

.ctaheadline {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 36px;
  border-bottom: 1px solid #000;
  box-shadow: 0 8px 20px 0 rgba(29, 29, 27, 0.04);
}

.ctaheadline._50px {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 12px;
  padding-left: 12px;
  -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;
  border: 1px solid transparent;
  background-color: #fff;
  box-shadow: none;
  color: #fff;
}

.f1-h1 {
  position: absolute;
  left: 0%;
  top: 17%;
  right: 0%;
  bottom: auto;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Neue Haas', sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.f1-h1.white {
  position: static;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.ctaleft {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  width: 50%;
  height: 50px;
  border-right: 1px solid #000;
}

.ctaleft.whitebg {
  width: 100%;
  border: 0px none #000;
  background-color: #fff;
}

.f1-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
  border: 1px none #000;
  font-family: 'Neue Haas', sans-serif;
  color: #1d1d1b;
  font-weight: 500;
  text-decoration: none;
}

.f1-button.dark {
  border-width: 0px 1px 0px 0px;
  border-right-style: none;
  border-right-color: #000;
  -webkit-transition: color 600ms ease, background-color 600ms ease;
  transition: color 600ms ease, background-color 600ms ease;
  color: #000;
}

.f1-button.dark:hover {
  background-color: #000;
  color: #fff;
}

.text-block-2 {
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.text-block-2._14px {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.ctaright {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 50px;
}

.link-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
  text-decoration: none;
}

.text-block-3 {
  font-family: 'Neue Haas', sans-serif;
  color: #1d1d1b;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.heroimage {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  width: auto;
  height: auto;
  background-image: none;
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heroimage.desktop {
  background-image: url('../images/hero.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.looks-card {
  position: relative;
  width: 25%;
  height: 100%;
  margin-right: 1px;
}

.looks-card-image {
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-2 {
  -o-object-fit: fill;
  object-fit: fill;
}

.body {
  background-color: #fff;
  font-family: 'Neue Haas', sans-serif;
  width: 100vw;
  overflow-x: hidden;
}

.plp-product-card {
  width: 100%;
  padding-right: 1px;
  opacity: 1;
}

.plp-product-card.story-card {
  width: 33.333%;
}

.plp-product-card.story-card.wide {
  position: relative;
  z-index: 2;
  width: 50%;
}

.plp-product-card.story-card.wide.left {
  margin-top: 80px;
  border-radius: 20px;
  opacity: 1;
}

.london-intro-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 8vw 24vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.london-intro-text.less-top-margin {
  padding-top: 2vw;
}

.london-p {
  margin-bottom: 51px;
  color: #000;
  line-height: 28px;
  text-align: left;
  text-decoration: none;
}

.london-theme-images-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  margin-top: 4vw;
  margin-bottom: 8vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.london-theme-image-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.looks-image-padding {
  width: 100%;
  height: auto;
  padding: 2vw 4vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.looks-image-padding._2nd {
  position: relative;
  z-index: 10;
  height: 100%;
  margin-left: 0vw;
  padding-bottom: 0vw;
}

.london-2-images-parallax {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.london-theme-image-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.f1-1-image-parallax {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  margin-bottom: 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.london-h1-intro {
  margin-bottom: 25px;
  color: #000;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
}

.london-h1-intro.vienna-gallery {
  margin-bottom: 0px;
}

.london-landscape-revealer {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  margin-bottom: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.london-landscape-revealer.vcc {
  margin-bottom: 6vw;
}

.london-opener-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90vw;
  height: 60vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-19 {
  width: 100vw;
  height: 67vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.london-gallery-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.ata-lightbox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-top: 35px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-bold {
  font-weight: 700;
}

.london-p-small {
  color: #000;
  font-size: 12px;
}

.ata-lightbow-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ata-lb-item {
  width: 33.333vw;
  height: 33.333vw;
  margin-right: 1px;
  margin-bottom: 1px;
  background-image: url('../images/gallery_1.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ata-lb-item._2 {
  background-image: url('../images/gallery_2.jpg');
}

.ata-lb-item._3 {
  margin-right: 0px;
  background-image: url('../images/gallery_3.jpg');
}

.ata-lb-item._4 {
  background-image: url('../images/gallery_4.jpg');
}

.ata-lb-item._5 {
  background-image: url('../images/gallery_5.jpg');
}

.ata-lb-item._6 {
  margin-right: 0px;
  background-image: url('../images/gallery_6.jpg');
}

.ata-lb-item._7 {
  background-image: url('../images/gallery_7.jpg');
}

.ata-lb-item._8 {
  background-image: url('../images/gallery_8.jpg');
  background-position: 100% 0%;
}

.ata-lb-item._9 {
  margin-right: 0px;
  background-image: url('../images/gallery_9.jpg');
  background-position: 100% 0%;
}

.ata-lb-item._10 {
  background-image: url('../images/gallery_10.jpg');
}

.ata-lb-item._11 {
  background-image: url('../images/gallery_11.jpg');
}

.ata-lb-item._12 {
  margin-right: 0px;
  background-image: url('../images/gallery_12.jpg');
  background-position: 0% 0%;
}

.ata-lb-item._13 {
  background-image: url('../images/gallery_13.jpg');
}

.ata-lb-item._14 {
  background-image: url('../images/gallery_14.jpg');
  background-position: 0% 0%;
}

.ata-lb-item._15 {
  margin-right: 0px;
  background-image: url('../images/gallery_15.jpg');
  background-position: 50% 0%;
}

.ata-lb-item._16 {
  background-image: url('../images/gallery_16.jpg');
}

.ata-lb-item._17 {
  background-image: url('../images/gallery_17.jpg');
}

.ata-lb-item._18 {
  margin-right: 0px;
  background-image: url('../images/gallery_18.jpg');
}

.ata-reveal-video-wrapper {
  padding: 4vw 16vw;
}

@media screen and (max-width: 991px) {
  .hero {
    width: 100vw;
    height: 125vw;
  }

  .textandbuttons.v2 {
    bottom: 24px;
    width: 440px;
    margin-bottom: 0%;
  }

  .textandbuttons.v2.hero-home {
    bottom: 10vh;
    width: 480px;
  }

  .heroimage {
    background-image: none;
  }

  .plp-product-card {
    width: 100%;
    margin-bottom: 60px;
  }

  .london-intro-text {
    padding: 12vw 10vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .london-intro-text.less-top-margin {
    padding-top: 4vw;
  }

  .london-p {
    margin-bottom: 0px;
  }

  .f1-1-image-parallax {
    height: auto;
  }

  .london-landscape-revealer {
    height: auto;
  }

  .london-opener-image-wrapper {
    height: auto;
  }

  .ata-reveal-video-wrapper {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: 360px;
  }

  .textandbuttons.v2.hero-home {
    bottom: 32px;
    width: 80%;
    height: 101px;
  }

  .ctaheadline._50px {
    height: 50px;
  }

  .f1-h1.white {
    font-size: 14px;
    line-height: 18px;
  }

  .ata-reveal-video-wrapper {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-bottom: 1px;
    -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;
    background-color: #e6e6e6;
    background-image: none;
  }

  .textandbuttons.v2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100px;
    margin-top: 0px;
    margin-bottom: 0%;
    background-color: #e6e6e6;
  }

  .textandbuttons.v2.hero-home {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100px;
    margin: 1px auto 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ctaheadline._50px {
    height: 50px;
    margin-bottom: 1px;
    border: 0px none #000;
  }

  .f1-h1.white {
    font-size: 14px;
    line-height: 18px;
  }

  .ctaleft.whitebg {
    left: 0%;
    top: 51px;
    right: 0px;
    bottom: 0%;
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
    border-right-width: 1px;
  }

  .f1-button.dark {
    height: 50px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-style: none none solid;
    border-width: 1px 0px 1px 1px;
    border-color: #000 #000 #e6e6e6;
  }

  .heroimage {
    position: relative;
    width: 100vw;
    height: 125vw;
    background-image: none;
  }

  .heroimage.desktop {
    display: block;
    background-image: url('../images/hero.jpg');
  }

  .london-intro-text {
    padding: 16vw 5vw;
  }

  .london-intro-text.less-top-margin {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }

  .london-theme-images-wrapper {
    margin-top: 0vw;
    margin-bottom: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .london-theme-image-1 {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
  }

  .looks-image-padding._2nd {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .london-2-images-parallax {
    margin-bottom: 0px;
  }

  .london-theme-image-right {
    width: 100%;
    margin-bottom: 0px;
  }

  .f1-1-image-parallax {
    margin-bottom: 35px;
  }

  .london-h1-intro {
    margin-top: 0px;
  }

  .london-h1-intro.vienna-gallery {
    text-align: center;
  }

  .london-landscape-revealer {
    margin-bottom: 0px;
  }

  .london-landscape-revealer.vcc {
    margin-bottom: 0vw;
  }

  .london-opener-image-wrapper {
    width: 100vw;
  }

  .london-gallery-section {
    margin-top: 16vw;
  }

  .ata-reveal-video-wrapper {
    padding-right: 0vw;
    padding-left: 0vw;
  }
}

@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;
}
