.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero-2 {
  height: 100vh;
  display: block;
}

.div-block-7 {
  background-color: #0000;
  height: 100%;
  margin-top: 5rem;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  z-index: 22000;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.navbar-brand-three {
  z-index: 1;
  position: absolute;
}

.list-item {
  list-style-type: none;
}

.mob-social-links {
  display: none;
}

.mobile-margin-top-10 {
  font-size: .9rem;
}

.button-primary {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #000;
  margin-left: 2rem;
  padding: 12px 25px;
  font-family: Hyogo, sans-serif;
  font-size: .9rem;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #000;
  border: 1px #000;
}

.button-primary:active {
  background-color: #43464d;
}

.line {
  border: .8px solid #fff;
  width: 80%;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link {
  color: #000;
  letter-spacing: .25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Hyogo, sans-serif;
  font-size: .9rem;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.nav-link:hover {
  color: #bdbdbdbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.logo {
  width: 9rem;
  display: block;
  overflow: hidden;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.link-block {
  text-decoration: none;
  display: inline-block;
}

.circle-rotating-wrap {
  width: 10rem;
  height: 5rem;
  position: absolute;
  inset: auto auto 1rem 25.2rem;
}

.about-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 0;
  display: flex;
}

.about-us {
  background-color: #0000;
  max-width: 1020px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.image {
  filter: grayscale();
  width: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image.ethos-diamonds {
  margin-left: 0;
}

.right {
  background-image: url('../images/IMG_7565.JPG');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 90%;
  display: flex;
  position: relative;
}

.code-embed-2 {
  width: auto;
}

.p-about {
  color: #0009;
  text-align: left;
  width: auto;
  margin-bottom: 1.5rem;
  font-family: Hyogo, sans-serif;
  font-size: 1rem;
  line-height: 1.7rem;
}

.heading-2 {
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/sustainbility-images-3-1.png');
  background-position: 0 0;
  background-size: auto;
  background-attachment: fixed;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 1rem;
  font-family: Hyogo, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 78px;
}

.heading-2.mob {
  background-color: #fff;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
  font-family: Hyogo, sans-serif;
  font-size: 3.5rem;
  display: flex;
}

.left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-left: 3rem;
  display: flex;
}

.logos-section {
  height: 10rem;
  margin-top: 2rem;
  display: flex;
}

.container-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.code-embed-3 {
  opacity: .7;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-4 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/sustainbility-images-3-1.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: .8rem;
  margin-bottom: 3rem;
  font-family: Hyogo, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}

.right-arrow {
  width: 2.5rem;
  display: none;
}

.text-span {
  color: #ec4649;
  font-size: .7rem;
  position: static;
  top: 2186.15px;
}

.grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.hover-bag-img-copy {
  width: 100%;
  height: 100%;
}

.icon {
  font-size: 1rem;
}

.product-title-price {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.product-title-price.balenciaga {
  opacity: 1;
}

.slide {
  background-image: url('../images/FE-1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide.channel {
  background-image: url('../images/FE-6.webp');
}

.slide.valentino {
  background-image: url('../images/FE-5.webp');
}

.slide.yves {
  background-image: url('../images/YSL-Black-Cross-Body.webp');
}

.slide.miumiu {
  background-image: url('../images/FE-4.webp');
}

.slide.balenciaga {
  opacity: 1;
  outline-offset: 0px;
  background-image: url('../images/FE-1.webp');
  background-size: cover;
  outline: 3px solid #555;
}

.slide.lv {
  background-image: url('../images/FE-2.webp');
}

.slide.coccinelle {
  background-image: url('../images/coccinelle-1.webp');
}

.text-block {
  font-family: Hyogo, sans-serif;
  font-size: 1rem;
}

.slide-nav {
  display: none;
}

.products-div, .val_hover-bag-img {
  width: 100%;
  height: 100%;
}

.prod-wrap {
  opacity: 1;
  padding: 0 0 2rem;
}

.prod-wrap.balenciaga {
  opacity: .5;
}

.products {
  background-color: #f8f8f800;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1020px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.image-5 {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 50% 50%;
  margin-top: -71px;
  display: block;
}

.button-product {
  color: #000;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 12px 25px;
  font-family: Hyogo, sans-serif;
  font-size: .9rem;
  display: flex;
}

.button-product:hover {
  color: #fff;
  background-color: #000;
  border-style: solid;
  height: auto;
  font-size: .9rem;
}

.button-product.balenciaga {
  color: red;
}

.left-arrow {
  width: 2.5rem;
  display: none;
}

.prod-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hyogo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.why-pre-love {
  flex-flow: column;
  max-width: 1020px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 4rem;
  display: flex;
}

.image-6 {
  filter: grayscale();
  width: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-5 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/sustainbility-images-3-1.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: .8rem;
  margin-bottom: 3rem;
  font-family: Hyogo, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}

.grid-2 {
  grid-column-gap: 1.7rem;
  grid-row-gap: 1.7rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.why-pre-div {
  border: 1px solid #0303031f;
  border-radius: .5rem;
  padding: 2rem .9rem .5rem;
}

.why-heading {
  margin-top: .5rem;
  margin-bottom: .7rem;
  font-family: Hyogo, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.p-why {
  color: #0009;
  text-align: left;
  width: auto;
  margin-top: .7rem;
  margin-bottom: 1.5rem;
  font-family: Hyogo, sans-serif;
  font-size: 1rem;
  line-height: 1.3rem;
}

.contact {
  height: 100vh;
  display: none;
}

.heading-6 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/sustainbility-images-3-1.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: .8rem;
  margin-bottom: 3rem;
  font-size: 2.5rem;
  font-weight: 400;
}

.heading-6.faq-h {
  font-family: Hyogo, sans-serif;
}

.faq-a-wrap {
  padding-bottom: .5rem;
}

.faq-heading-div {
  flex-direction: column;
  align-items: center;
  width: 40%;
  margin-bottom: 2rem;
  display: flex;
}

.image-7 {
  filter: grayscale();
  width: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.faq-q-wrap {
  justify-content: space-between;
  align-items: center;
  font-family: Hyogo, sans-serif;
  display: flex;
}

.heading-7 {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1rem;
}

.lottie-animation-4 {
  cursor: pointer;
  width: 2rem;
}

.faq-div {
  flex-flow: column;
  width: 60%;
  display: flex;
}

.faq-section {
  background-color: #f8f8f8;
  border-radius: .5rem;
  flex-flow: row;
  max-width: 1020px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 4rem;
  display: flex;
}

.faq-wrap {
  background-color: #ffffff87;
  border-radius: 0;
  flex-direction: column;
  margin-bottom: 1rem;
  padding: .5rem 2rem;
  display: flex;
}

.section {
  border-radius: .5rem;
  max-width: 1020px;
  height: auto;
  margin: 3rem auto;
}

.contact-us-wrap {
  background-color: #fff;
  background-image: linear-gradient(#0000, #2c2c2c), url('../images/CONTACT-IMG.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.text-block-5 {
  color: #fff;
  font-family: Hyogo, sans-serif;
  font-size: 1rem;
}

.text-block-3 {
  color: #b6b6b6;
  font-family: "Fa Solid 900", sans-serif;
  font-size: .7rem;
  text-decoration: none;
  position: static;
}

.text-block-4, .text-block-6 {
  color: #fff;
  font-family: Hyogo, sans-serif;
  font-size: 1rem;
}

.heading-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Hyogo, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  position: static;
}

.link-block-7 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  flex-flow: row;
  text-decoration: none;
  display: flex;
}

.contact-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.footer-link-two {
  color: #1a1b1f94;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-7 {
  color: #fff;
  text-align: center;
  font-size: .7rem;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.footer-title {
  font-family: Hyogo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-copyright {
  color: #3a4554;
  display: none;
}

.footer-form-container {
  display: none;
}

.link-23 {
  color: #fff;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-light {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.image-33 {
  width: 3rem;
}

.footer-wrapper-two {
  filter: invert();
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-block-22 {
  color: #fff;
  margin-right: .7rem;
  font-family: PT Sans, sans-serif;
  font-size: .8rem;
}

.image-34 {
  width: 10rem;
}

.web25-footer {
  background-color: #242424b3;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1020px;
  height: 2.3rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.container-4 {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

.hero-text {
  z-index: 21000;
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: .8rem;
  padding-bottom: 0;
  display: flex;
  position: absolute;
}

.h1-hero {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 2.7rem;
  font-weight: 400;
  display: none;
}

.p-hero {
  color: #fff9;
  text-align: center;
  width: 70ch;
  margin-bottom: 1.5rem;
  font-family: Hyogo, sans-serif;
  font-size: 1rem;
  line-height: 1.7rem;
}

.button-hero {
  filter: invert();
  color: #000;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding: 12px 25px;
  font-family: Hyogo, sans-serif;
  font-size: .9rem;
  display: flex;
}

.button-hero:hover {
  color: #000;
  background-color: #fff;
  border-style: none;
  height: auto;
  font-size: .9rem;
}

.lottie-scroll-div {
  margin-top: 1rem;
}

.lottie {
  width: 3.5rem;
  margin-top: 4rem;
}

.hero-wrap {
  background-color: #0000;
  height: 100%;
  margin-top: 5rem;
  position: relative;
}

.image-35 {
  filter: grayscale();
  width: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-35.hero-diamonds {
  margin-left: auto;
  margin-right: auto;
}

.hero-vid-wrap {
  height: 92%;
  position: absolute;
  inset: 0%;
}

.pc-code-embed {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.hero-shade {
  z-index: 20000;
  background-color: #0000;
  background-image: linear-gradient(6deg, #000, #fff0);
  height: 92%;
  display: none;
  position: absolute;
  inset: 0%;
}

.code-embed-4 {
  height: 90%;
}

.image-36 {
  object-fit: cover;
  overflow: clip;
}

.image-37 {
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .hero-2 {
    height: 100vh;
  }

  .p-about, .p-why {
    width: 60%;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .contact {
    display: none;
  }

  .faq-section {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }

  .p-hero {
    width: 60%;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .hero-2 {
    height: 100vh;
  }

  .logo {
    display: block;
  }

  .about-us {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
  }

  .image {
    filter: grayscale();
  }

  .right {
    height: 80%;
  }

  .p-about {
    width: 100%;
  }

  .heading-2.mob {
    display: flex;
  }

  .logos-section {
    margin-top: 0;
  }

  .code-embed-3 {
    opacity: .5;
    height: 100%;
  }

  .heading-4 {
    -webkit-text-fill-color: transparent;
    background-image: url('../images/sustainbility-images-3-1.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 400;
  }

  .products-div {
    max-width: 1020px;
  }

  .products {
    height: 100%;
    padding-top: 5.5rem;
  }

  .image-5 {
    object-fit: cover;
    margin-top: -71px;
  }

  .why-pre-love {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
  }

  .image-6 {
    filter: grayscale();
  }

  .heading-5 {
    -webkit-text-fill-color: transparent;
    background-image: url('../images/sustainbility-images-3-1.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 400;
  }

  .p-why {
    width: 100%;
  }

  .contact {
    height: 100%;
  }

  .heading-6 {
    -webkit-text-fill-color: transparent;
    background-image: url('../images/sustainbility-images-3-1.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 400;
  }

  .image-7 {
    filter: grayscale();
  }

  .faq-section {
    max-width: 1020px;
  }

  .hero-text {
    padding-bottom: 4rem;
    position: absolute;
  }

  .h1-hero {
    display: none;
  }

  .p-hero {
    width: 50%;
  }

  .lottie {
    filter: invert(0%);
    margin-top: 4rem;
  }

  .image-35 {
    filter: grayscale();
  }

  .pc-code-embed {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1920px) {
  .hero-2 {
    height: 100vh;
  }

  .p-about {
    font-size: 1.3rem;
    line-height: 2.5rem;
  }

  .products {
    height: 100vh;
  }

  .button-product, .button-product:hover {
    height: 4rem;
    font-size: 1.1rem;
  }

  .p-why {
    font-size: 1.3rem;
    line-height: 2.5rem;
  }

  .contact {
    height: 100vh;
  }

  .text-block-22 {
    font-size: .9rem;
  }

  .web25-footer {
    width: 90%;
    margin-bottom: .5rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .p-hero {
    font-size: 1.3rem;
    line-height: 2.5rem;
  }

  .button-hero, .button-hero:hover {
    height: 4rem;
    font-size: 1.1rem;
  }

  .pc-code-embed {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-three {
    background-color: #fff;
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-block {
    flex-flow: column;
    width: 100%;
    padding-left: 0;
  }

  .navbar-brand-three {
    position: relative;
  }

  .list-item {
    width: 100%;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .button-primary {
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    margin-left: 0;
  }

  .nav-link {
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-2 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .link-block {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: .6rem;
    padding-bottom: .6rem;
    display: flex;
  }

  .slide.balenciaga {
    outline-offset: 0px;
    outline: 3px dotted #555;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .container-4 {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-center-container.shadow-three {
    padding-top: 0;
  }

  .nav-menu-three {
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .nav-menu-block {
    flex-flow: column;
    width: 100%;
  }

  .navbar-brand-three {
    z-index: 12000;
    padding-left: 1rem;
  }

  .list-item {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button {
    z-index: 12000;
    margin-right: 1rem;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #000;
    border-radius: .5rem;
  }

  .button-primary {
    color: #fff;
    background-color: #000;
  }

  .nav-link {
    color: #000;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .logo {
    z-index: 12000;
    position: relative;
  }

  .link-block {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .p-hero {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-center-container.shadow-three {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-three {
    border-radius: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-top: 6rem;
    position: fixed;
    inset: 0%;
  }

  .nav-menu-block {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .navbar-brand-three {
    z-index: 12000;
  }

  .list-item {
    flex-flow: column;
    display: flex;
  }

  .mob-social-links {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
  }

  .mobile-margin-top-10 {
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button {
    z-index: 1000;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #fff;
    border-radius: .4rem;
  }

  .button-primary {
    color: #fff;
    background-color: #000;
    margin-left: auto;
    margin-right: auto;
  }

  .button-primary.w--current {
    margin-left: auto;
    margin-right: auto;
  }

  .icon-3 {
    color: #666;
  }

  .nav-link {
    color: #000;
  }

  .container-2 {
    max-width: none;
  }

  .sm-icon {
    border: 1px solid #0000001a;
    border-radius: 200px;
    justify-content: center;
    align-items: center;
    width: 1.8rem;
    height: 1.8rem;
    padding: 0 .2rem;
    text-decoration: none;
    display: flex;
  }

  .sm-fa {
    color: #000;
    font-family: "Fa Brands 400", sans-serif;
    font-size: .9rem;
    position: static;
  }

  .sm-fa.fb {
    font-size: .8rem;
  }

  .sm-fa.mail {
    font-family: "Fa 400", sans-serif;
  }

  .navbar-wrapper-three {
    padding-left: 1rem;
  }

  .logo {
    width: 6rem;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu-wrapper-three {
    display: block;
  }

  .circle-rotating-wrap {
    width: 7rem;
    height: 9rem;
    inset: auto 1rem 48% auto;
  }

  .about-wrapper {
    flex-flow: column;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-us {
    height: auto;
    padding-top: 0;
  }

  .image.ethos-diamonds {
    margin-left: auto;
    margin-right: auto;
  }

  .right {
    background-image: url('../images/IMG_7565.JPG');
    background-size: cover;
    background-attachment: fixed;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
  }

  .code-embed-2 {
    overflow: hidden;
  }

  .p-about {
    text-align: center;
    width: 90%;
  }

  .heading-2 {
    font-size: 2rem;
  }

  .heading-2.mob {
    text-align: center;
    background-color: #000;
    background-image: url('../images/sustainbility-images-3-1.png');
    background-position: 0 0;
    background-size: auto;
    background-attachment: fixed;
    width: auto;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 2.8rem;
    display: flex;
  }

  .left {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 2rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .container-3 {
    overflow: hidden;
  }

  .code-embed-3 {
    height: 10rem;
    overflow: hidden;
  }

  .heading-4 {
    font-size: 2rem;
  }

  .products-container {
    max-width: 90%;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .products {
    height: auto;
    overflow: hidden;
  }

  .why-pre-love {
    background-color: #f1f1f1;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-5 {
    font-size: 2rem;
  }

  .why-pre-loved-container {
    max-width: 90%;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .why-pre-div {
    background-color: #fff;
    border-style: none;
    padding-left: 1.1rem;
    padding-right: 0;
  }

  .p-why {
    width: 90%;
  }

  .heading-6 {
    font-size: 2rem;
  }

  .faq-heading-div {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .faq-q-wrap {
    align-items: center;
    padding-top: .6rem;
    padding-bottom: .5rem;
  }

  .heading-7 {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: .5rem;
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .faq-div {
    width: 90%;
  }

  .faq-section {
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 0;
  }

  .faq-wrap {
    padding: 0 .9rem;
  }

  .contact-us-wrap {
    border-radius: 0;
  }

  .heading-8 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .footer-block-two {
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
  }

  .text-block-7 {
    color: #fff;
    text-align: center;
    font-size: .8rem;
    font-weight: 400;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-title {
    color: #000;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-22 {
    font-size: .7rem;
  }

  .image-34 {
    width: 8rem;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .container-4 {
    max-width: none;
  }

  .hero-text {
    display: flex;
  }

  .h1-hero {
    color: #000;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 31px;
    display: none;
  }

  .p-hero {
    color: #0009;
    width: 70%;
    display: flex;
  }

  .button-hero {
    filter: none;
    text-align: center;
    background-color: #fff;
    width: 85%;
  }

  .lottie {
    filter: invert();
  }

  .hero-wrap {
    margin-top: 3rem;
  }

  .image-35.hero-diamonds {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-vid-wrap {
    display: none;
  }

  .pc-code-embed {
    background-color: #ededed00;
    width: 100%;
    height: 100%;
    display: none;
  }

  .hero-shade {
    display: none;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hyogo';
  src: url('../fonts/Hyogo-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hyogo';
  src: url('../fonts/Hyogo-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}