@font-face {
  font-family: Bulgari Type;
  src: url('../fonts/Bulgari_Type_Italic.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Bulgari Type;
  src: url('../fonts/Bulgari_Type_Bold_Italic.woff') format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Bulgari Type;
  src: url('../fonts/Bulgari_Type_Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bulgari Type;
  src: url('../fonts/Bulgari_Type_Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bulgari Type;
  src: url('../fonts/Bulgari_Type_Light_Italic.woff') format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Bulgari Type;
  src: url('../fonts/Bulgari_Type_Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bvlgari Capitalis;
  src: url('../fonts/BVLGARI_CAPITALIS.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --garden: #005241;
  --strata: #83165a;
  --illusio: #abaaa2;
  --scarf: #abaaa2;
}

body {
  color: #333;
  font-family: Bulgari Type, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.paragraph, .body {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_image-wrapper {
  z-index: 15;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  margin-right: -15vw;
  display: flex;
  position: relative;
}

.hero_image {
  z-index: 3;
  opacity: 1;
  object-fit: cover;
  height: 80vh;
  position: relative;
}

.hero_image.is_background {
  z-index: 1;
  opacity: 100;
  filter: blur(24px);
  width: 110vw;
  height: 100%;
  position: fixed;
  overflow: visible;
}

.hero-name {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 16px #00000026, 0 3px 24px #00000026;
  white-space: normal;
  flex: none;
  max-width: 340px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bvlgari Capitalis, Arial, sans-serif;
  font-size: 2rem;
  position: static;
}

.hero-name.is_load.is_illusio, .hero-name.is_load.is_scarf {
  color: #000;
  text-shadow: none;
}

.hero-model_timeline {
  z-index: 2;
  height: 1500dvh;
  display: flex;
  position: relative;
  overflow: clip;
}

.hero-model_camera {
  content-visibility: visible;
  width: 100vw;
  height: 100vh;
  display: block;
  position: sticky;
  top: 0;
  overflow: clip;
}

.concept_section {
  z-index: 2;
  flex: none;
  height: 100%;
  position: relative;
}

.mobile-background {
  z-index: -2;
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.mobile-background.is-concept {
  transform-style: preserve-3d;
}

.mobile-background.is_sun-reflection {
  z-index: 7;
}

.image-foreground {
  object-fit: cover;
  height: 100%;
}

.image-foreground.is_desktop {
  margin-left: -75vw;
}

.hero-model_frame {
  white-space: nowrap;
  transform: translate3d(calc(-1 * var(--hero-model-distance, 0px)), 0px, 0px);
  will-change: tranform;
  transform-style: preserve-3d;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100vh;
  display: flex;
}

.model_section {
  z-index: 1;
  flex: none;
  height: 100%;
  position: relative;
}

.image-bridge-cutter {
  z-index: 99;
  white-space: normal;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.craft_section {
  z-index: 3;
  flex: none;
  height: 100%;
  position: relative;
}

.video_section {
  z-index: 9;
  background-color: #e8d7c5;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.image-video {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 80%;
}

.image-bridge_wrapper {
  z-index: 12;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 100%;
  display: flex;
  position: relative;
}

.width-calc {
  display: none;
}

.info-wrapper {
  grid-column-gap: 1.5rem;
  background-color: #fff;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.info-wrapper.is_model {
  z-index: 99;
  grid-column-gap: 1.5rem;
  padding: 1.5rem;
  position: absolute;
  top: 50%;
  right: 15%;
}

.info-wrapper.is_concept {
  z-index: 99;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding: 1.5rem;
  position: absolute;
  top: 50%;
  left: 20%;
}

.info-wrapper.is_craft {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 38.5rem;
  padding: 1.5rem;
  left: 38%;
}

.title_wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 16rem;
  text-decoration: none;
  display: flex;
}

.necklace_name {
  color: #000;
  text-transform: uppercase;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bulgari Type, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.title-section {
  color: #000;
  white-space: normal;
  max-width: 17rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bulgari Type, Arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 50px;
  text-decoration: none;
}

.title-section.is_meaning {
  max-width: 15rem;
}

.section-paragraph {
  color: #000;
  white-space: normal;
  max-width: 17.4rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bulgari Type, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.38rem;
  text-decoration: none;
}

.section-paragraph.is_two-p {
  column-count: 2;
  max-width: none;
}

.section-paragraph.is_concept {
  column-count: 2;
  max-width: 35.5rem;
}

.main_info-wrapper-2 {
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.gallery-section_container {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gallery-wrapper {
  grid-column-gap: 20%;
  grid-row-gap: 20%;
  will-change: transform;
  justify-content: space-between;
  align-items: center;
  width: 24%;
  margin-right: 21.9%;
  display: flex;
  position: relative;
}

.gallery-button {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff59;
  border: 1px solid #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  padding: .88rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 12vh;
  right: 34%;
  transform: translate(50%);
}

.gallery-button.is_close {
  z-index: 997;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff59;
  border: 1px solid #fff;
  display: flex;
  position: static;
  bottom: 8vh;
  left: 50%;
  transform: none;
}

.gallery-button.is_open {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff59;
  border: 1px solid #fff;
  right: 33.95%;
  transform: translate(50%);
}

.gallery-button.is_open.is_scarf {
  width: 300px;
  position: static;
  transform: none;
}

.label-style {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bulgari Type, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.gallery-image_link {
  aspect-ratio: 3 / 4;
  width: 20%;
}

.gallery-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.body-exp {
  background-color: #e8d7c5;
  height: 100vh;
}

.body-exp.is_strata {
  background-color: #83165a;
}

.body-exp.is_garden {
  background-color: #005241;
}

.foreground-wrapper {
  z-index: 1;
  height: 100%;
  display: flex;
  position: relative;
}

.foreground-wrapper.is_offset {
  left: -75vw;
}

.model-container {
  z-index: 99;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% -75vw;
}

.slider-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: grab;
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: auto;
  display: flex;
  position: relative;
}

.slider-wrapper.is_scarf {
  margin-top: -45px;
}

.slider-line {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  display: flex;
  position: static;
  left: 0;
  right: 0;
  overflow: clip;
}

.slider-dot {
  will-change: transform;
  background-color: #fff;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 2%;
  display: flex;
  position: absolute;
  left: 0;
}

.model-3d {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 30vh;
  height: auto;
  display: flex;
}

.model-3d.is_scarf {
  width: 35vh;
  margin-top: -5px;
}

.grab-script {
  display: none;
}

.desktop-background {
  z-index: -1;
  object-fit: cover;
  max-width: none;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mobile-backgrounds_container {
  z-index: -1;
  width: 100vw;
  height: 100svh;
  display: none;
  position: fixed;
  inset: 0%;
}

.crosslink-section {
  z-index: 99;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
  position: relative;
}

.crosslink-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.hero_overlay {
  z-index: 2;
  filter: blur(24px);
  background-color: #dcc0b0bf;
  width: 110vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.logo-wrapper {
  z-index: 999;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 48px;
  display: flex;
  position: fixed;
  top: 0;
}

.logo-wrapper.is_loader {
  z-index: 1001;
  color: #fff;
  flex: none;
  left: 0;
}

.logo-wrapper.is_modal {
  z-index: 1002;
}

.logo {
  color: #000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 20px;
  font-family: Bvlgari Capitalis, Arial, sans-serif;
  font-size: 1.75rem;
  display: flex;
}

.logo.is_modal {
  z-index: 1;
  opacity: 0;
  color: #000;
  position: absolute;
}

.logo.is_loader {
  color: #fff !important;
}

.logo.is_logo-loader {
  color: #fff;
}

.logo.is_logo-loader.is_illusio, .logo.is_logo-loader.is_scarf {
  color: #000;
}

.crosslink-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.crosslink-image.is_first {
  object-position: center;
  width: 100%;
  height: 140%;
  inset: 0%;
}

.crosslink-image.is_scarf {
  object-position: center;
  height: 130%;
  inset: 0%;
}

.crosslink-image.is_second {
  object-position: center;
  height: 100%;
  inset: 0%;
}

.crosslink-image.is_second-image {
  height: 130%;
}

.crosslink-title {
  z-index: 2;
  color: #fff;
  text-align: center;
  text-underline-offset: 4px;
  font-family: Bvlgari Capitalis, Arial, sans-serif;
  font-size: 1.75rem;
  line-height: 2.13rem;
  -webkit-text-decoration: underline #ffffff80;
  text-decoration: underline #ffffff80;
  text-decoration-thickness: 1px;
  position: relative;
}

.main-mobile-background {
  z-index: -2;
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gallery-modal {
  z-index: 996;
  opacity: 0;
  background-color: #e8d7c5;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: visible;
}

.gallery-close {
  background-color: #000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  padding: .88rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 12vh;
  right: 34%;
  transform: translate(50%);
}

.crosslink-overlay {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.model-wrapper-place {
  width: 100vw;
  max-width: 300px;
  display: none;
}

.audio-on-off {
  justify-content: center;
  align-items: center;
  display: none;
}

.audio-on-off.on {
  display: flex;
}

.audio-on-off.off {
  display: none;
}

.audio-wrapper {
  z-index: 1001;
  opacity: 1;
  cursor: pointer;
  background-color: #ffffff40;
  border: .5px solid #fff;
  border-radius: .75rem;
  display: none;
  position: fixed;
  top: 4dvh;
  right: 3vw;
}

.footer-section {
  z-index: 995;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #e8d7c5;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 10vh;
  margin-top: -10vh;
  padding: 3vh 5vw;
  display: flex;
  position: fixed;
  bottom: -10vh;
}

.footer-link {
  color: #000;
  white-space: nowrap;
  font-size: .88rem;
  text-decoration: none;
}

.body-privacy {
  background-color: #f3f2f3;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.icon-draggable {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.body-wip {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #e8d7c5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h1-wip {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bvlgari Capitalis, Arial, sans-serif;
  font-size: 2.4rem;
}

.p-wip {
  font-size: 24px;
  font-weight: 400;
}

.cta-drag {
  color: #005144;
  text-transform: uppercase;
  font-size: 1rem;
  position: absolute;
  bottom: -70%;
}

.cta-drag.is_garden {
  color: #833b49;
}

.cta-drag.is_illusio {
  color: #0b3d67;
}

.cta-drag.is_scarf {
  color: #3b5583;
}

.wip-wrapper {
  z-index: 999;
  background-color: #e8d7c5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.image-bridge {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 140%;
}

.video-text {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.scroll-cta-wrapper {
  z-index: 3;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  opacity: 1;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: fixed;
  bottom: 4vh;
}

.lottie-cta {
  z-index: 2;
  height: 32px;
  position: relative;
}

.lottie-cta.is_visible {
  display: flex;
}

.cta-scroll {
  z-index: 2;
  color: #fff;
  font-size: .88rem;
  font-style: italic;
  position: relative;
}

.cta-scroll.is_mobile {
  display: none;
}

.cta-scroll.is_illusio {
  color: #000;
}

.cta-scroll.is_visible {
  display: flex;
}

.cta-scroll.is_serica, .cta-scroll.is_garden {
  color: #000;
}

.cta_shadow {
  z-index: -1;
  pointer-events: none;
  width: 100%;
  position: absolute;
  inset: 0;
  overflow: visible;
}

.page-load {
  z-index: 4;
  background-color: #8f005c;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: static;
}

.name-wrapper {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 340px;
  display: flex;
  position: fixed;
}

.name-wrapper.is_load {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  position: relative;
}

.hero-loading-label {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
}

.hero-loading-label.is_illusio, .hero-loading-label.is_scarf {
  color: #000;
}

.loading-lottie {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 3px;
  display: flex;
}

.gallery-modal-wrapper {
  z-index: 0;
  opacity: 1;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: auto;
}

.gallery-modal-timeline {
  background-image: linear-gradient(#000, #fff);
  justify-content: flex-start;
  align-items: flex-start;
  height: 1500dvh;
  display: flex;
  position: relative;
  overflow: visible;
}

.loader {
  z-index: 1002;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: 1;
  background-color: #abaaa2;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  overflow: clip;
}

.loader.is_strata {
  background-color: #83165a;
}

.loader.is_garden {
  background-color: #005241;
}

.swipe-cta-wrapper {
  z-index: 103;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
  bottom: 8vh;
  left: 50%;
  transform: none;
}

.swipe-lottie {
  transform-style: preserve-3d;
  height: 4px;
  display: none;
}

.gallery-target {
  opacity: 0;
  justify-content: flex-start;
  align-items: center;
  width: 0;
  height: 0;
  display: flex;
  position: absolute;
  bottom: 50.75%;
}

.model-wrapper {
  z-index: 99;
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 0;
  height: auto;
  display: flex;
  position: absolute;
  top: 30vh;
  right: 215.25vh;
}

.footer-wrapper {
  z-index: 100;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 0;
  height: 100vh;
  display: flex;
  position: relative;
}

.div-block {
  position: sticky;
  top: 0;
}

.modal-gallery-image {
  object-fit: cover;
  flex: none;
  width: 80%;
  max-width: none;
  height: auto;
}

.gallery-modal_camera {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  height: 1500vh;
  display: flex;
  position: relative;
  overflow: auto;
}

.cta-modal-wrapper {
  z-index: 1000;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40vw;
  display: flex;
  position: fixed;
  bottom: 4vh;
  left: 50%;
  transform: translate(-50%);
}

.enter-experience {
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff59;
  border: 1px solid #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  padding: .88rem 1.5rem;
  text-decoration: none;
  display: none;
  position: absolute;
  bottom: -65%;
}

.enter-experience.is_close {
  z-index: 997;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff59;
  border: 1px solid #fff;
  display: flex;
  position: static;
  bottom: 8vh;
  left: 50%;
  transform: none;
}

.enter-experience.is_open {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff59;
  border: 1px solid #fff;
  right: 33.95%;
  transform: translate(50%);
}

.enter-experience-label {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bulgari Type, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.load-ctas {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  display: flex;
  position: absolute;
  bottom: -45%;
}

.audio-script {
  display: none;
}

.video-container {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 90vw;
  max-height: 80vh;
  display: flex;
}

.video-container.is_mobile {
  display: flex;
}

.video-container.is_mobile-video {
  display: none;
}

.video-controls {
  z-index: 10;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.video-btns {
  cursor: pointer;
  background-color: #ffffff80;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  position: absolute;
}

.video-btns:hover {
  background-color: #72727280;
}

.video-btns.is_mute {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  top: 53%;
}

.icon-play, .icon-pause {
  width: 1rem;
  height: 1rem;
}

.gallery-button_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 12vh;
  right: 34%;
  transform: translate(50%);
}

.gallery-button_wrapper.is_close {
  z-index: 997;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff59;
  border: 1px solid #fff;
  display: flex;
  position: static;
  bottom: 8vh;
  left: 50%;
  transform: none;
}

.gallery-button_wrapper.is_open {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff59;
  border: 1px solid #fff;
  right: 33.95%;
  transform: translate(50%);
}

.set-text {
  z-index: -99;
  opacity: 0;
  pointer-events: none;
  display: flex;
  position: absolute;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.unveil-container {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 90vw;
  max-height: 90vh;
  display: flex;
}

.unveil-container.is_mobile {
  display: flex;
}

.unveil-container.is_mobile-video {
  display: none;
}

.unveil-container.is_vertical {
  width: auto;
  height: 80vh;
  max-height: none;
}

.scrollbar-wrapper {
  z-index: 995;
  opacity: 1;
  width: 100vw;
  height: 6px;
  position: fixed;
  bottom: 0%;
}

.scrollbar-indicator {
  background-color: #ffffffa6;
  border: .5px solid #fff;
  border-radius: 99px;
  width: 5vw;
  height: 100%;
  position: static;
  overflow: hidden;
}

.gallery-modal-serica, .gallery-modal-serica-2 {
  z-index: 996;
  opacity: 0;
  background-color: #e8d7c5;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: visible;
}

.gallery-button-scarf {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff59;
  border: 1px solid #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  padding: .88rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 12vh;
  right: 34%;
  transform: translate(50%);
}

.gallery-button-scarf.is_close {
  z-index: 997;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff59;
  border: 1px solid #fff;
  display: flex;
  position: static;
  bottom: 8vh;
  left: 50%;
  transform: none;
}

.gallery-button-scarf.is_open {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff59;
  border: 1px solid #fff;
  right: 33.95%;
  transform: translate(50%);
}

.gallery-button-scarf.is_open.is_scarf {
  width: 300px;
  position: static;
  transform: none;
}

.gallery-button-scarf-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff59;
  border: 1px solid #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  padding: .88rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 12vh;
  right: 34%;
  transform: translate(50%);
}

.gallery-button-scarf-2.is_close {
  z-index: 997;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff59;
  border: 1px solid #fff;
  display: flex;
  position: static;
  bottom: 8vh;
  left: 50%;
  transform: none;
}

.gallery-button-scarf-2.is_open {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff59;
  border: 1px solid #fff;
  right: 33.95%;
  transform: translate(50%);
}

.gallery-button-scarf-2.is_open.is_scarf {
  width: 300px;
  position: static;
  transform: none;
}

.cta-modal-wrapper-wear {
  z-index: 1000;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40vw;
  display: flex;
  position: fixed;
  bottom: 4vh;
  left: 50%;
  transform: translate(-50%);
}

.cta-modal-wrapper-wear.is_wear {
  opacity: 100;
}

.cta-modal-wrapper-gallery {
  z-index: 1000;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40vw;
  display: flex;
  position: fixed;
  bottom: 4vh;
  left: 50%;
  transform: translate(-50%);
}

.cta-modal-wrapper-gallery.is_gallery {
  opacity: 100;
}

.icon-mute {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.video-audio-on-off {
  justify-content: center;
  align-items: center;
  display: none;
}

.video-audio-on-off.on, .video-audio-on-off.off {
  display: flex;
}

.audio-video-wrapper {
  z-index: 1001;
  opacity: 1;
  cursor: pointer;
  background-color: #ffffff40;
  border: .5px solid #fff;
  border-radius: .75rem;
  display: flex;
  position: fixed;
  top: 4dvh;
  right: 3vw;
}

.video-wrapper {
  aspect-ratio: 16 / 9;
  position: relative;
}

@media screen and (max-width: 991px) {
  .hero_image-wrapper {
    margin-right: 0;
  }

  .concept_section {
    z-index: 2;
  }

  .mobile-background.is_model {
    z-index: 3;
    width: 100%;
  }

  .mobile-background.is-concept {
    z-index: 2;
    width: 100%;
  }

  .mobile-background.is-concept.is_front {
    z-index: 5;
    width: 100%;
  }

  .mobile-background.is-craft {
    z-index: 1;
    width: 100%;
  }

  .mobile-background.is_sun {
    z-index: 4;
    object-fit: scale-down;
    object-position: 50%;
    width: 100%;
    height: 80%;
    left: 0%;
    right: 0%;
  }

  .mobile-background.is_sun-reflection {
    width: 100%;
  }

  .image-foreground.is_desktop {
    display: none;
  }

  .model_section {
    z-index: 1;
  }

  .video_section, .video_section.imtesting {
    height: 100%;
  }

  .gallery-button.is_open.is_scarf {
    width: 100%;
    max-width: none;
  }

  .foreground-wrapper {
    margin-left: 0;
  }

  .foreground-wrapper.is_offset {
    left: auto;
  }

  .model-container {
    inset: 0%;
  }

  .desktop-background {
    display: none;
  }

  .mobile-backgrounds_container {
    display: block;
  }

  .crosslink-section {
    flex-flow: column;
  }

  .hero_overlay {
    filter: none;
  }

  .crosslink-image {
    height: 130%;
  }

  .crosslink-image.is_garden {
    object-position: bottom;
    height: 110%;
  }

  .crosslink-image.is_illusio-link, .crosslink-image.is_scarf {
    height: 100%;
  }

  .crosslink-image.is_second-image {
    height: auto;
  }

  .crosslink-image.is_strata {
    object-position: bottom;
  }

  .gallery-modal {
    height: 100vh;
  }

  .audio-wrapper {
    opacity: 100;
  }

  .lottie-cta, .cta-scroll {
    display: none;
  }

  .cta-scroll.is_mobile {
    display: flex;
  }

  .gallery-modal-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: scroll;
  }

  .swipe-cta-wrapper {
    width: 40vw;
  }

  .swipe-lottie {
    display: flex;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .modal-gallery-image {
    width: auto;
    height: 100%;
  }

  .modal-gallery-image.is_last {
    margin-right: -100vw;
  }

  .cta-modal-wrapper {
    width: 40vw;
    bottom: 12vh;
  }

  .video-container {
    aspect-ratio: 9 / 16;
    width: auto;
    height: 70vh;
    max-height: 70vh;
    display: flex;
  }

  .video-container.is_mobile-video {
    height: 70vh;
    max-height: 70vh;
    display: flex;
  }

  .video-btns.is_mute {
    top: 54%;
  }

  .unveil-container {
    aspect-ratio: auto;
    width: 80vw;
    max-height: none;
    display: block;
  }

  .unveil-container.is_mobile-video {
    display: flex;
  }

  .gallery-modal-serica, .gallery-modal-serica-2 {
    height: 100vh;
  }

  .gallery-button-scarf.is_open.is_scarf, .gallery-button-scarf-2.is_open.is_scarf {
    width: 100%;
    max-width: none;
  }

  .cta-modal-wrapper-wear, .cta-modal-wrapper-gallery {
    width: 40vw;
    bottom: 12vh;
  }

  .audio-video-wrapper {
    opacity: 100;
  }

  .video-wrapper {
    aspect-ratio: 9 / 16;
  }
}

@media screen and (max-width: 767px) {
  .mobile-background.is_sun {
    object-fit: cover;
  }

  .crosslink-image {
    width: 130%;
  }

  .h1-wip {
    line-height: 110%;
  }

  .cta-modal-wrapper {
    width: 60vw;
  }

  .unveil-container.is_vertical {
    width: 85vw;
  }

  .cta-modal-wrapper-wear, .cta-modal-wrapper-gallery {
    width: 60vw;
  }
}

@media screen and (max-width: 479px) {
  .hero_image-wrapper {
    z-index: 99;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100%;
    display: flex;
    position: relative;
    overflow: clip;
  }

  .hero_image {
    z-index: 3;
    opacity: 1;
    object-fit: cover;
    width: 90vw;
    height: auto;
    position: relative;
  }

  .hero_image.is_background {
    z-index: 1;
    opacity: 100;
    width: auto;
    height: 100%;
    position: fixed;
    overflow: visible;
  }

  .hero-name {
    z-index: 5;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 16px #00000026, 0 3px 24px #00000026;
    white-space: normal;
    flex: none;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Bvlgari Capitalis, Arial, sans-serif;
    font-size: 2rem;
    position: static;
  }

  .hero-name.is_load {
    text-shadow: none;
  }

  .hero-model_timeline {
    z-index: 1;
    flex-flow: row;
    height: 1500dvh;
    display: flex;
    position: relative;
    overflow: clip;
  }

  .hero-model_camera {
    content-visibility: visible;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: block;
    position: sticky;
    top: 0;
    overflow: clip;
  }

  .concept_section {
    flex: none;
    height: 100%;
    margin-left: -25vw;
    margin-right: -25vw;
    position: relative;
  }

  .mobile-background {
    z-index: -1;
    object-fit: cover;
    flex: none;
    height: 100%;
    position: static;
    inset: 0%;
  }

  .mobile-background.is_model {
    opacity: 1;
    object-position: 50%;
    position: absolute;
  }

  .mobile-background.is_model.is_front {
    z-index: 6;
  }

  .mobile-background.is-concept {
    object-position: 30%;
    position: absolute;
    transform: none;
  }

  .mobile-background.is-concept.is_front {
    opacity: 0;
  }

  .mobile-background.is-craft {
    position: absolute;
  }

  .mobile-background.is-craft.is_front {
    z-index: -4;
  }

  .mobile-background.is_sun {
    opacity: 1;
    object-fit: cover;
    object-position: 50%;
    width: auto;
    height: 80%;
    position: absolute;
  }

  .mobile-background.is_sun-reflection {
    opacity: 1;
    object-position: 50%;
    width: auto;
    height: 110%;
    position: absolute;
  }

  .image-foreground {
    z-index: -1;
    object-fit: cover;
    height: 100%;
  }

  .hero-model_frame {
    white-space: nowrap;
    will-change: transform;
    transform: translate3d(calc(-1 * var(--hero-model-distance, 0px)), 0px, 0px);
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .model_section {
    flex: none;
    height: 100%;
    margin-left: -50vw;
    margin-right: -25vw;
    position: relative;
  }

  .image-bridge-cutter {
    z-index: 99;
    object-fit: cover;
    width: 130vw;
    min-width: 400px;
    height: 100%;
    position: absolute;
  }

  .craft_section {
    flex: none;
    height: 100%;
    margin-left: -25vw;
    margin-right: -50vw;
    position: relative;
  }

  .video_section {
    z-index: 9;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100vw;
    display: flex;
    position: relative;
  }

  .image-video {
    z-index: 1;
    aspect-ratio: 9 / 16;
    object-fit: cover;
    width: 90%;
    height: auto;
  }

  .image-bridge_wrapper {
    z-index: 99;
    white-space: normal;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 10vw;
    height: 100%;
    display: flex;
    position: static;
  }

  .width-calc {
    display: none;
  }

  .info-wrapper {
    z-index: 99;
    grid-column-gap: 1.5rem;
    padding: 1.5rem;
    position: absolute;
    top: 50%;
    right: 20%;
  }

  .info-wrapper.is_model {
    z-index: 99;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    right: 20%;
  }

  .info-wrapper.is_concept {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    left: 24%;
    right: auto;
  }

  .info-wrapper.is_craft {
    z-index: 99;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 615px;
    left: 31%;
    right: auto;
  }

  .title_wrapper {
    max-width: 16rem;
  }

  .necklace_name {
    font-size: 1rem;
  }

  .title-section {
    white-space: normal;
    max-width: 17rem;
  }

  .title-section.is_meaning {
    max-width: 15rem;
  }

  .section-paragraph {
    white-space: normal;
    max-width: 17rem;
  }

  .section-paragraph.is_two-p {
    column-count: 2;
    max-width: none;
  }

  .gallery-section_container {
    z-index: 10;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .gallery-wrapper {
    grid-column-gap: 16%;
    grid-row-gap: 16%;
    justify-content: space-between;
    align-items: center;
    width: 24%;
    margin-right: 22%;
    display: flex;
    position: relative;
  }

  .gallery-button {
    z-index: 99;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #ffffff59;
    border: 1px solid #fff;
    border-radius: 3px;
    width: 100vw;
    max-width: 300px;
    padding: .88rem 1.5rem;
    position: absolute;
    bottom: 13dvh;
    right: 34%;
  }

  .gallery-button.is_close {
    z-index: 102;
    width: 100%;
  }

  .gallery-button.is_open {
    bottom: 16vh;
  }

  .gallery-button.is_open.is_scarf {
    width: 100%;
    max-width: none;
  }

  .label-style {
    color: #000;
    font-size: .88rem;
  }

  .gallery-image_link {
    aspect-ratio: 3 / 4;
    width: 20%;
  }

  .gallery-image {
    object-fit: cover;
    flex: none;
    width: auto;
    max-width: none;
    height: 100vh;
    max-height: 100vh;
    position: relative;
  }

  .gallery-image.is_preview {
    width: 100%;
    height: 100%;
    max-height: none;
  }

  .body-exp {
    background-color: #e8d7c5;
  }

  .foreground-wrapper {
    z-index: 1;
    height: 100%;
    display: flex;
    position: relative;
  }

  .model-container {
    z-index: 99;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    position: absolute;
    inset: 0%;
  }

  .slider-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: -10%;
    position: relative;
  }

  .slider-wrapper.is_scarf {
    margin-top: -40px;
  }

  .slider-line {
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
    overflow: clip;
  }

  .slider-dot {
    background-color: #fff;
    border-radius: 4rem;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 2%;
    display: flex;
  }

  .slider-dot.is_recscreem {
    margin-top: 10%;
    margin-left: 42%;
  }

  .model-3d {
    width: 30vh;
    height: auto;
    margin-top: -10%;
    display: flex;
  }

  .model-3d.is_scarf {
    width: 37vh;
    margin-top: -16%;
  }

  .desktop-background {
    z-index: -1;
    object-fit: cover;
    flex: none;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .mobile-backgrounds_container {
    z-index: -1;
    width: 100vw;
    height: 100vh;
    position: fixed;
    inset: 0%;
  }

  .crosslink-section {
    z-index: 99;
    flex-flow: column;
    flex: none;
    width: 100vw;
    height: 100%;
    margin-right: -1px;
    display: flex;
    position: relative;
  }

  .crosslink-wrapper {
    flex: 1;
    width: 100%;
    position: relative;
  }

  .crosslink-wrapper.is-first {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .crosslink-wrapper.is-second {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: clip;
  }

  .crosslink-wrapper.is-third {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero_overlay {
    z-index: 2;
    filter: none;
    background-color: #dcc0b0bf;
    width: auto;
    height: 100%;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .hero_shadow {
    z-index: 4;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 121px;
    display: none;
    position: absolute;
  }

  .logo-wrapper {
    z-index: 999;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 48px;
    display: flex;
    position: fixed;
    top: 0;
  }

  .logo-wrapper.is_loader {
    color: #fff;
  }

  .logo {
    text-align: center;
    font-family: Bvlgari Capitalis, Arial, sans-serif;
    font-size: 24px;
    line-height: 100%;
  }

  .logo.is_modal {
    display: none;
  }

  .crosslink-image {
    z-index: -1;
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .crosslink-image.is_garden {
    height: 100%;
  }

  .crosslink-image.is_illusio-link, .crosslink-image.is_illusio-link.is_bottom {
    object-position: bottom;
  }

  .crosslink-image.is_first {
    object-position: bottom;
    left: 0%;
    right: 0%;
  }

  .crosslink-image.is_scarf {
    object-position: bottom;
    height: 130%;
  }

  .crosslink-image.is_second {
    object-position: bottom;
    left: 0%;
    right: 0%;
  }

  .crosslink-image.is_second-image, .crosslink-image.is_strata {
    object-position: bottom;
  }

  .crosslink-title {
    z-index: 2;
    color: #fff;
    text-align: center;
    text-underline-offset: 4px;
    font-family: Bvlgari Capitalis, Arial, sans-serif;
    line-height: 2.13rem;
    -webkit-text-decoration: underline #ffffff80;
    text-decoration: underline #ffffff80;
    text-decoration-thickness: 1px;
    position: relative;
  }

  .main-mobile-background {
    z-index: 1;
    object-fit: cover;
    flex: none;
    height: 100%;
    position: relative;
    inset: auto;
  }

  .gallery-modal {
    z-index: 101;
  }

  .gallery-modal.is_shown {
    opacity: 100;
    display: flex;
  }

  .gallery-modal.is_main {
    z-index: 102;
  }

  .gallery-close {
    z-index: 99;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: #00000080;
    width: 100vw;
    max-width: 300px;
    padding: .88rem 1.5rem;
    position: absolute;
    bottom: 4vh;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .calc-vh {
    display: none;
  }

  .crosslink-overlay {
    z-index: 1;
    background-color: #00000080;
    position: absolute;
    inset: 0%;
  }

  .model-wrapper-place {
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 300px;
    display: none;
    position: absolute;
    top: 45%;
    left: 40%;
    transform: translate(0, -50%);
  }

  .model-placeholder {
    width: 300px;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 40%;
  }

  .audio-on-off {
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
    top: 3vh;
    right: 2vw;
  }

  .audio-wrapper {
    opacity: 1;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #ffffff40;
    border: .5px solid #fff;
    border-radius: .75rem;
    position: fixed;
    top: 4dvh;
    right: 3vw;
  }

  .footer-section {
    z-index: 999;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #e8d7c5;
    flex-flow: row;
    flex: none;
    justify-content: space-around;
    align-items: center;
    width: 100vw;
    height: 10vh;
    padding-top: 3vh;
    padding-bottom: 3vh;
    display: flex;
    position: fixed;
    bottom: -10vh;
  }

  .footer-link {
    color: #000;
    white-space: nowrap;
    font-family: Bulgari Type, Arial, sans-serif;
    font-size: .88rem;
    text-decoration: none;
    transform: none;
  }

  .icon-draggable {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .h1-wip {
    font-size: 1.5rem;
    line-height: 120%;
  }

  .p-wip {
    font-size: 24px;
  }

  .code-embed {
    z-index: 99;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
  }

  .cta-drag {
    color: #005144;
    text-transform: uppercase;
    font-size: 1rem;
    position: absolute;
    bottom: -80%;
  }

  .wip-wrapper {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: flex;
  }

  .image-bridge {
    z-index: 99;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 130%;
  }

  .image-bridge.is_bigger {
    height: 135%;
  }

  .video-overlay {
    background-color: #00000080;
    position: absolute;
    inset: 0%;
  }

  .video-text {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }

  .scroll-cta-wrapper {
    z-index: 1;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    opacity: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    display: flex;
    position: fixed;
    bottom: 4vh;
  }

  .lottie-cta, .cta-scroll {
    z-index: 2;
    display: none;
  }

  .cta_shadow {
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 88px;
    display: flex;
    position: absolute;
  }

  .page-load {
    z-index: 4;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: fixed;
  }

  .name-wrapper {
    z-index: 5;
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 300px;
    display: flex;
    position: fixed;
  }

  .name-wrapper.is_load {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .hero-loading-label {
    text-align: center;
    white-space: nowrap;
    font-size: 1rem;
    font-weight: 300;
  }

  .loading-lottie {
    justify-content: center;
    align-items: center;
    height: 2px;
    display: flex;
  }

  .gallery-modal-wrapper {
    position: sticky;
    top: 0;
  }

  .gallery-modal-timeline {
    z-index: 1;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    height: 1500vh;
    display: flex;
    position: relative;
    overflow: scroll;
  }

  .loading-wrapper {
    z-index: 5;
    background-color: #8f005c;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: fixed;
    inset: 0%;
    overflow: clip;
  }

  .loader {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: fixed;
  }

  .loader.is_scrolled {
    background-color: #8f005c;
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: none;
    height: 100vh;
    display: flex;
  }

  .modal-camera {
    height: 1500vh;
    position: sticky;
    top: 0;
  }

  .test {
    background-image: linear-gradient(#000, #fff);
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
  }

  .unlock-lock_scroll {
    display: none;
  }

  .swipe-cta-wrapper {
    z-index: 103;
  }

  .click-me {
    background-color: red;
    width: 20px;
    height: 20px;
    display: flex;
  }

  .click-me.w--current {
    display: flex;
  }

  .gallery-target {
    opacity: 0;
    justify-content: flex-start;
    align-items: center;
    width: 0;
    height: 0;
    display: flex;
    position: absolute;
    bottom: 50.75%;
  }

  .scroll-velocity-script {
    display: none;
  }

  .model-wrapper {
    z-index: 99;
    justify-content: flex-end;
    align-items: center;
    width: 300px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 40%;
    right: auto;
    transform: translate(0, -50%);
  }

  .modal-gallery-image.is_preview {
    width: 100%;
    height: 100%;
    max-height: none;
  }

  .cta-modal-wrapper {
    width: 100vw;
    max-width: 300px;
  }

  .enter-experience {
    z-index: 99;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #ffffff59;
    border: 1px solid #fff;
    border-radius: 3px;
    width: 100vw;
    max-width: 300px;
    padding: .88rem 1.5rem;
    display: none;
  }

  .enter-experience.is_close {
    z-index: 102;
    opacity: 0;
    display: none;
    position: fixed;
    bottom: 8vh;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .enter-experience.is_open {
    bottom: 16vh;
  }

  .enter-experience-label {
    color: #000;
    font-size: .88rem;
  }

  .video-container {
    justify-content: center;
    align-items: center;
    max-width: 90vw;
  }

  .gallery-button_wrapper {
    z-index: 99;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 95vw;
    position: absolute;
    bottom: 16vh;
    right: 34%;
  }

  .gallery-button_wrapper.is_close {
    z-index: 102;
    width: 100%;
  }

  .gallery-button_wrapper.is_open {
    bottom: 16vh;
  }

  .unveil-container {
    aspect-ratio: auto;
    justify-content: center;
    align-items: center;
    width: 85vw;
    max-width: none;
  }

  .unveil-container.is_vertical {
    height: auto;
  }

  .scrollbar-wrapper {
    z-index: 99;
    opacity: 100;
    height: 6px;
  }

  .scrollbar-indicator {
    opacity: 1;
    width: 10vw;
    margin-left: 0%;
  }

  .gallery-modal-serica {
    z-index: 101;
  }

  .gallery-modal-serica.is_shown {
    opacity: 100;
    display: flex;
  }

  .gallery-modal-serica.is_main {
    z-index: 102;
  }

  .gallery-modal-serica-2 {
    z-index: 101;
  }

  .gallery-modal-serica-2.is_shown {
    opacity: 100;
    display: flex;
  }

  .gallery-modal-serica-2.is_main {
    z-index: 102;
  }

  .gallery-button-scarf {
    z-index: 99;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #ffffff59;
    border: 1px solid #fff;
    border-radius: 3px;
    width: 100vw;
    max-width: 300px;
    padding: .88rem 1.5rem;
    position: absolute;
    bottom: 13dvh;
    right: 34%;
  }

  .gallery-button-scarf.is_close {
    z-index: 102;
    width: 100%;
  }

  .gallery-button-scarf.is_open {
    bottom: 16vh;
  }

  .gallery-button-scarf.is_open.is_scarf {
    width: 100%;
    max-width: none;
  }

  .gallery-button-scarf-2 {
    z-index: 99;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #ffffff59;
    border: 1px solid #fff;
    border-radius: 3px;
    width: 100vw;
    max-width: 300px;
    padding: .88rem 1.5rem;
    position: absolute;
    bottom: 13dvh;
    right: 34%;
  }

  .gallery-button-scarf-2.is_close {
    z-index: 102;
    width: 100%;
  }

  .gallery-button-scarf-2.is_open {
    bottom: 16vh;
  }

  .gallery-button-scarf-2.is_open.is_scarf {
    width: 100%;
    max-width: none;
  }

  .cta-modal-wrapper-wear, .cta-modal-wrapper-gallery {
    width: 100vw;
    max-width: 300px;
  }

  .video-audio-on-off {
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
    top: 3vh;
    right: 2vw;
  }

  .audio-video-wrapper {
    opacity: 1;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #ffffff40;
    border: .5px solid #fff;
    border-radius: .75rem;
    position: fixed;
    top: 4dvh;
    right: 3vw;
  }
}


@font-face {
  font-family: 'Bulgari Type';
  src: url('../fonts/Bulgari_Type_Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bulgari Type';
  src: url('../fonts/Bulgari_Type_Bold_Italic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bulgari Type';
  src: url('../fonts/Bulgari_Type_Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bulgari Type';
  src: url('../fonts/Bulgari_Type_Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bulgari Type';
  src: url('../fonts/Bulgari_Type_Light_Italic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bulgari Type';
  src: url('../fonts/Bulgari_Type_Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bvlgari Capitalis';
  src: url('../fonts/BVLGARI_CAPITALIS.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}