/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./blocks/image-cover-single/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.image-cover-single {
  min-height: 70.3rem;
  height: 100vh;
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.image-cover-single > div:not(.scroll-container) {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 65rem;
  padding-left: calc((100vw - 144rem) / 2);
  padding-right: calc((100vw - 144rem) / 2);
  overflow: visible;
  position: relative;
}
.image-cover-single .scroll-container {
  position: absolute;
  width: 400%;
  bottom: 5.1rem;
}
.image-cover-single .image-phone {
  display: none;
}
.image-cover-single .scroll-svg {
  position: -webkit-sticky;
  position: sticky;
  left: calc((100vw - 144rem) / 2 + 66.8rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.image-cover-single .scroll-svg svg {
  opacity: 0.2;
}
.image-cover-single .scroll-svg svg:not(:last-of-type) {
  margin-right: 0.8rem;
}
.image-cover-single .scroll-svg svg.selected {
  opacity: 1;
}
.image-cover-single .scroll-svg svg:hover {
  cursor: pointer;
}
.image-cover-single img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0px;
  top: 0rem;
  filter: brightness(29%);
}
.image-cover-single img.no-opacity {
  filter: none;
}
.image-cover-single h1, .image-cover-single h2 {
  margin-bottom: 2rem;
  max-width: 57rem;
  margin-left: 12.8rem;
  color: attr(data-color);
}
.image-cover-single p:first-of-type {
  margin-bottom: 0.8rem;
  margin-left: 12.8rem;
  max-width: 50.7rem;
  color: attr(data-color);
}
.image-cover-single p:last-of-type {
  margin-bottom: 2.7rem;
  margin-left: 12.8rem;
  max-width: 50.7rem;
  color: attr(data-color);
}
.image-cover-single .cta {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 12.8rem;
}
.image-cover-single .arrow-left:hover, .image-cover-single .arrow-right:hover {
  cursor: pointer;
}
.image-cover-single .arrow-left {
  position: absolute;
  left: max(6.4rem, (100vw - 144rem) / 2 + 6.4rem);
  width: 2.25rem;
  height: 3.8rem;
}
.image-cover-single .arrow-right {
  position: absolute;
  right: max(6.4rem, (100vw - 144rem) / 2 + 6.4rem);
  width: 2.25rem;
  height: 3.8rem;
}

.image-cover-single:first-of-type {
  top: -9.6rem;
  margin-bottom: -9.6rem;
}

.arianne {
  margin-left: max((100vw - 144rem) / 2 + 12.8rem, 12.8rem);
  margin-top: 5.1rem;
  margin-bottom: 5.1rem;
  font-size: 1.4rem;
  font-weight: 300;
}
.arianne.q16-300 {
  font-size: 1.4rem;
}

.product-arianne {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 900px) {
  .image-cover-single:first-of-type {
    top: -6rem;
    margin-bottom: -6rem;
  }
  .image-cover-single {
    min-height: 76.2rem;
  }
  .image-cover-single .text-container {
    padding: 0 2.4rem;
    margin-top: 10.2rem;
  }
  .image-cover-single .text-container h1.r48 {
    font-size: 4rem;
    margin-left: 0;
  }
  .image-cover-single .text-container p {
    margin-left: 0;
    font-size: 1.8rem;
  }
  .image-cover-single .scroll-container {
    display: none;
  }
  .image-cover-single svg {
    display: none;
  }
  .image-cover-single .image-phone {
    display: block;
  }
  .image-cover-single .image-desktop {
    display: none;
  }
  .arianne {
    margin-left: 2.4rem;
    margin-top: 4.2rem;
    margin-bottom: 6.4rem;
  }
  .product-arianne {
    margin-top: 8rem;
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=style-image-cover-single.css.map*/