:root {
  --black: black;
  --white: white;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1791px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

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

.nav-bar {
  opacity: 1;
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline: 3px #333;
}

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

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1782px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
}

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

.navbar-wrapper-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  width: 1791px;
  max-width: 1791px;
  margin-top: 0;
  margin-left: -38px;
  margin-right: -76px;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.nav-menu-wrapper-2 {
  margin-left: 0;
  margin-right: 70px;
  position: static;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
  margin-bottom: 0;
  margin-left: -1px;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.mobile-margin-top-11 {
  margin-left: -15px;
  padding-right: 0;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  margin-left: 30px;
  margin-right: 40px;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.container-3 {
  display: block;
}

.image {
  max-width: none;
  margin-left: 80px;
  padding-top: 0;
  padding-left: 0;
}

.section {
  margin-top: -98px;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 500px;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 0;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1740px;
  max-width: 1740px;
  margin-top: 40px;
  margin-left: 60px;
  margin-right: 60px;
  display: grid;
}

.container-4 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 1770px;
  max-width: 1770px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block {
  color: var(--white);
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.image-2 {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.image-3 {
  z-index: auto;
  object-fit: fill;
  height: auto;
  padding-bottom: 0;
  position: static;
  overflow: auto;
}

.video {
  mix-blend-mode: normal;
  object-fit: fill;
}

.div-block {
  align-items: flex-start;
  width: 1920px;
  height: 1080px;
  display: block;
}

.background-video {
  object-fit: fill;
  margin-top: 0;
  padding-bottom: 0;
  position: static;
  overflow: auto;
}

.section-2 {
  background-color: var(--black);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: -22px;
  margin-bottom: -51px;
  margin-right: 0;
  padding-top: 56px;
  padding-bottom: 0;
  display: flex;
}

.div-block-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-3 {
  margin-top: 58px;
}

.body {
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-2 {
  max-width: 460px;
  color: var(--white);
  margin-left: 100px;
  padding-right: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.heading {
  max-width: 600px;
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  margin-top: 0;
  margin-left: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.div-block-3 {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 35px;
  padding-top: 273px;
  padding-bottom: 0;
}

.background-video-2 {
  flex-direction: row;
  align-items: flex-start;
  margin-top: -222px;
  margin-bottom: 320px;
  padding-top: 758px;
  display: block;
}

.section-4 {
  height: auto;
  min-height: auto;
  margin-top: -598px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-4 {
  margin-top: -200px;
  margin-bottom: -6px;
  padding-top: 220px;
}

.section-5 {
  color: var(--black);
  background-color: #0000;
  margin-top: -235px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-6 {
  height: 700px;
  margin-top: -713px;
  margin-bottom: -1px;
  padding-top: 0;
  padding-bottom: 140px;
  position: static;
}

.background-video-3 {
  z-index: auto;
  height: 700px;
  margin-top: 179px;
  margin-bottom: 217px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.div-block-5 {
  flex-direction: row;
  align-items: flex-start;
  height: 700px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: visible;
}

.section-7 {
  align-items: center;
  margin-bottom: -14px;
  padding-bottom: 0;
  display: block;
}

.image-5 {
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 220px;
}

.image-6 {
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.div-block-6 {
  object-fit: contain;
  margin-top: 0;
  margin-bottom: 16px;
  padding-bottom: 54px;
  padding-right: 0;
}

.section-8 {
  object-fit: fill;
}

.video-2 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-7 {
  background-color: #000;
  margin-right: 220px;
  padding-top: 220px;
  padding-bottom: 220px;
  padding-left: 220px;
}

.video-block {
  background-color: var(--black);
}

.image-7 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-8 {
  background-color: #0000;
}

.section-9 {
  height: auto;
  margin: 108px auto -209px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.background-video-4 {
  height: 900px;
  margin-top: -221px;
  margin-bottom: 153px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section-10 {
  border: 1px solid var(--black);
  background-color: var(--black);
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section-11 {
  background-color: #f5f5f5;
}

.section-13 {
  background-color: #f0efef;
  margin-top: -40px;
}

.nav-link-3 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

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

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

.div-block-9, .section-14 {
  background-color: #f1f1f1;
}

.image-8 {
  margin-top: -97px;
}

.background-video-5 {
  height: 900px;
  margin-bottom: 7px;
  padding-bottom: 0;
  overflow: scroll;
}

.section-17 {
  margin-top: -540px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.container-6 {
  background-image: url('../images/KEVYN-AUCOIN-COVER.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  max-width: none;
  margin-top: -563px;
  padding-top: 551px;
  padding-bottom: 45px;
}

.container-7 {
  background-image: url('../images/jimmy-choo-cover.png');
  background-position: 0 0;
  background-size: auto;
  max-width: none;
  margin-top: -562px;
  margin-bottom: 0;
  padding-top: 557px;
  padding-bottom: 19px;
}

.background-video-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  max-width: 800px;
  height: 800px;
  max-height: 800px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-8 {
  background-image: url('../images/YSL-COVER.png');
  background-position: 50% 0;
  background-size: auto;
  background-attachment: fixed;
  max-width: none;
  margin-top: -446px;
  padding-top: 539px;
  padding-bottom: 0;
  padding-left: 0;
}

.background-video-7 {
  height: 1080px;
  max-height: 1080px;
  margin: -35px 0 45px;
  padding: 82px 0 0;
}

.container-9 {
  background-image: url('../images/SEPH_COVER.jpg');
  background-position: 50%;
  background-size: auto;
  max-width: none;
  margin-top: -582px;
  padding-top: 631px;
}

.background-video-8 {
  height: 1080px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-11 {
  margin-top: -130px;
  margin-bottom: -217px;
  padding-bottom: 12px;
}

.container-10 {
  background-image: url('../images/SANSOEURS-cover.png');
  background-position: 0 0;
  background-size: auto;
  max-width: none;
  margin-top: -562px;
  margin-bottom: -35px;
  padding-top: 617px;
  padding-bottom: 0;
}

.container-11 {
  background-image: url('../images/KULT-cover.png');
  background-position: 0%;
  background-size: auto;
  max-width: none;
  margin-top: -559px;
  padding-top: 583px;
}

.background-video-9 {
  margin-top: 297px;
  margin-bottom: 81px;
  padding-bottom: 0;
}

.background-video-10 {
  margin-bottom: 291px;
  padding-bottom: 0;
}

.section-26 {
  background-color: var(--black);
  margin-top: -111px;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 31px;
}

.block-quote {
  color: var(--white);
  margin-top: 374px;
  margin-left: 140px;
  margin-right: 140px;
  padding-right: 658px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.footer {
  background-color: var(--black);
  margin-top: -47px;
  margin-bottom: 0;
  padding-bottom: 74px;
}

.paragraph {
  color: var(--white);
  margin-top: 25px;
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 68px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.container-12 {
  background-color: #0b071a;
  max-width: none;
  margin-top: -600px;
  padding-top: 594px;
  padding-bottom: 13px;
}

.div-block-12 {
  background-color: var(--black);
  margin-top: -228px;
  margin-bottom: 134px;
  padding-top: 158px;
  padding-bottom: 106px;
}

.section-27 {
  background-color: var(--black);
  margin-top: -815px;
  padding-bottom: 140px;
}

.body-3 {
  background-color: #0000;
  max-width: 600px;
}

.heading-2 {
  color: var(--black);
  margin-left: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.text-block-3 {
  margin-left: 100px;
}

.section-28 {
  object-fit: fill;
  flex-flow: row;
  max-height: 1792px;
  margin-top: 157px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
}

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

.container-14 {
  background-color: var(--black);
  max-width: none;
  margin-top: -459px;
  margin-bottom: 31px;
  padding-top: 536px;
  padding-bottom: 0;
}

.image-12 {
  margin-top: -41px;
  padding-top: 42px;
}

.div-block-13 {
  margin-top: -38px;
}

.nav-link-4 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #1a1b1fbf;
}

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

.image-13 {
  max-width: none;
  margin-left: 80px;
  padding-top: 0;
  padding-left: 0;
}

.nav-link-5 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-5:hover {
  color: #1a1b1fbf;
}

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

.image-14 {
  max-width: none;
  margin-left: 80px;
  padding-top: 0;
  padding-left: 0;
}

.nav-link-6 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-6:hover {
  color: #1a1b1fbf;
}

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

.image-15 {
  max-width: none;
  margin-left: 80px;
  padding-top: 0;
  padding-left: 0;
}

.nav-link-7 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-7:hover {
  color: #1a1b1fbf;
}

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

.image-16 {
  max-width: none;
  margin-left: 80px;
  padding-top: 0;
  padding-left: 0;
}

.nav-link-8 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-8:hover {
  color: #1a1b1fbf;
}

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

.image-17 {
  max-width: none;
  margin-left: 80px;
  padding-top: 0;
  padding-left: 0;
}

.nav-link-9 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-9:hover {
  color: #1a1b1fbf;
}

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

.image-18 {
  max-width: none;
  margin-left: 80px;
  padding-top: 0;
  padding-left: 0;
}

.div-block-14 {
  background-color: var(--black);
}

.nav-menu-two-3 {
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
  margin-bottom: 0;
  margin-left: -1px;
  padding-left: 0;
  display: flex;
}

.navbar-wrapper-3 {
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  width: 1791px;
  max-width: 1791px;
  margin-top: 0;
  margin-left: -38px;
  margin-right: -76px;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-10 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-10:hover {
  color: #1a1b1fbf;
}

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

.image-19 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
}

.navbar-no-shadow {
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: auto;
  max-width: none;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper-3 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

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

.nav-link-11 {
  color: var(--white);
  letter-spacing: .3px;
  -webkit-text-stroke-color: transparent;
  text-transform: none;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-11:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-3:focus-visible, .nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.mobile-margin-top-12 {
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  list-style-type: none;
}

.nav-button-wrapper {
  margin-left: 0;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  margin-left: 32px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

.image-20 {
  margin-left: 18px;
}

.container-15 {
  background-image: url('../images/Greywind_Bar_1.jpg');
  background-position: 0 0;
  background-size: cover;
  max-width: none;
  margin-top: -619px;
  margin-bottom: -34px;
  padding-top: 617px;
  padding-bottom: 26px;
}

@media screen and (min-width: 1920px) {
  .navbar-logo-left-container.shadow-three {
    max-width: 1920px;
    margin-right: 60px;
    padding-right: 0;
  }

  .navbar-logo-left-container-2.shadow-three {
    max-width: none;
    margin-right: 60px;
    padding-right: 0;
  }

  .container-2 {
    justify-content: flex-end;
    max-width: 2110px;
    margin-left: -13px;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-wrapper-2 {
    flex-direction: row;
    align-items: flex-start;
    width: 2110px;
    max-width: 2110px;
    margin-top: 0;
    margin-left: -236px;
    margin-right: 10px;
    padding-top: 0;
    padding-left: 0;
  }

  .nav-menu-wrapper-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu-two-2 {
    margin-top: 17px;
  }

  .nav-link-2 {
    color: var(--white);
    font-family: Montserrat, sans-serif;
    font-style: normal;
  }

  .button-primary-2 {
    margin-left: 32px;
    margin-right: 23px;
    padding-left: 25px;
    font-family: Montserrat, sans-serif;
    display: flex;
  }

  .image {
    text-align: left;
    margin-left: 276px;
    padding-left: 0;
    display: block;
  }

  .grid-2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    width: 1800px;
    max-width: 1800px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: grid;
    position: static;
    overflow: auto;
  }

  .container-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 1920px;
    max-width: 1920px;
    display: flex;
  }

  .text-block {
    color: var(--white);
    font-style: normal;
  }

  .image-2 {
    object-fit: contain;
    position: static;
    overflow: auto;
  }

  .section-2 {
    margin-top: -83px;
    padding-top: 93px;
  }

  .image-4 {
    object-fit: fill;
    overflow: auto;
  }

  .div-block-2 {
    margin-top: 1px;
  }

  .body {
    object-fit: fill;
    background-color: #000;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .text-block-2, .heading {
    color: var(--white);
  }

  .section-5 {
    color: var(--black);
    background-color: #0000;
    margin-bottom: 72px;
  }

  .section-6 {
    margin-top: -798px;
  }

  .background-video-3 {
    margin-top: 155px;
  }

  .image-6 {
    max-width: 50%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0;
    padding-left: 220px;
    padding-right: 220px;
  }

  .div-block-6 {
    margin: -50px 40px 70px;
    padding-bottom: 0;
  }

  .div-block-7 {
    margin-bottom: -16px;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .image-7 {
    border: 0px solid var(--white);
    -webkit-text-stroke-color: var(--white);
    background-color: #0000;
    max-width: 85%;
    margin: 0 auto;
    font-style: normal;
    display: block;
  }

  .div-block-8 {
    margin-top: 16px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .background-video-4 {
    margin-top: -221px;
  }

  .section-13 {
    margin-top: -75px;
  }

  .nav-link-3 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-style: normal;
  }

  .container-5 {
    justify-content: flex-end;
    max-width: 2110px;
    margin-left: -13px;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .background-video-5 {
    height: 1080px;
  }

  .section-18 {
    background-color: var(--black);
    margin-top: -546px;
    margin-bottom: 75px;
    padding-top: 539px;
    padding-bottom: 47px;
  }

  .div-block-10 {
    margin-top: -15px;
  }

  .image-9 {
    padding-top: 0;
    padding-bottom: 65px;
  }

  .section-19 {
    margin-top: -1000px;
  }

  .image-10 {
    margin-top: -856px;
  }

  .container-6 {
    background-image: url('../images/KEVYN-AUCOIN-COVER.png');
    background-position: 50%;
    background-size: auto;
    width: auto;
    max-width: none;
    height: auto;
    margin: -542px auto 65px;
    padding: 597px 0 0;
  }

  .container-7 {
    margin-top: -567px;
    margin-bottom: -29px;
    padding-top: 668px;
    padding-bottom: 0;
  }

  .background-video-7 {
    margin-top: -72px;
    margin-bottom: -12px;
    padding-top: 90px;
  }

  .div-block-11 {
    margin-top: -145px;
    margin-bottom: -245px;
  }

  .container-10 {
    background-color: #0000;
    background-image: url('../images/SANSOEURS-cover.png');
    background-position: 50% 0;
    background-size: cover;
    background-attachment: scroll;
    margin-top: -601px;
    margin-bottom: -73px;
    padding-top: 650px;
  }

  .container-11 {
    background-image: url('../images/KULT-cover.png');
    background-position: 50%;
    background-size: auto;
    margin-top: -566px;
  }

  .section-24 {
    background-color: var(--white);
    margin-top: 0;
  }

  .section-25 {
    background-color: var(--white);
  }

  .image-11 {
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: 60px;
    padding-right: 60px;
  }

  .footer {
    margin-top: 12px;
    padding-bottom: 101px;
  }

  .paragraph {
    margin-top: 0;
  }

  .container-12 {
    background-color: #0b071a;
    max-width: none;
    margin-top: -610px;
    margin-bottom: -2px;
    padding-top: 614px;
    padding-bottom: 44px;
  }

  .container-14 {
    margin-top: -459px;
    padding-top: 555px;
  }

  .nav-link-4 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-style: normal;
  }

  .image-13 {
    text-align: left;
    margin-left: 276px;
    padding-left: 0;
    display: block;
  }

  .nav-link-5 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-style: normal;
  }

  .image-14 {
    text-align: left;
    margin-left: 276px;
    padding-left: 0;
    display: block;
  }

  .nav-link-6 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-style: normal;
  }

  .image-15 {
    text-align: left;
    margin-left: 276px;
    padding-left: 0;
    display: block;
  }

  .nav-link-7 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-style: normal;
  }

  .image-16 {
    text-align: left;
    margin-left: 276px;
    padding-left: 0;
    display: block;
  }

  .nav-link-8 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-style: normal;
  }

  .image-17 {
    text-align: left;
    margin-left: 276px;
    padding-left: 0;
    display: block;
  }

  .nav-link-9 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-style: normal;
  }

  .image-18 {
    text-align: left;
    margin-left: 276px;
    padding-left: 0;
    display: block;
  }

  .nav-menu-two-3 {
    margin-top: 17px;
  }

  .navbar-wrapper-3 {
    flex-direction: row;
    align-items: flex-start;
    width: 2110px;
    max-width: 2110px;
    margin-top: 0;
    margin-left: -236px;
    margin-right: 10px;
    padding-top: 0;
    padding-left: 0;
    display: block;
    position: static;
  }

  .nav-link-10 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-style: normal;
  }

  .image-19 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .image-21 {
    margin-bottom: -15px;
  }

  .image-22 {
    padding-bottom: 0;
  }

  .body-4 {
    background-color: #000;
  }

  .container-15 {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/Greywind_Bar_1.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    background-clip: border-box;
    max-width: none;
    margin-top: -602px;
    margin-bottom: -73px;
    padding-top: 746px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .navbar-logo-left-container.shadow-three {
    align-items: center;
    display: flex;
    position: static;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .nav-bar {
    object-fit: contain;
  }

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

  .navbar-wrapper-2 {
    object-fit: contain;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    color: var(--white);
    margin-left: 620px;
    margin-right: auto;
    padding: 12px;
  }

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

  .image {
    margin-top: -26px;
    margin-left: 4px;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    align-self: flex-start;
    place-items: start center;
    width: 700px;
    max-width: 700px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: grid;
  }

  .section-2 {
    margin-top: -47px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 51px;
  }

  .image-4 {
    margin-top: 0;
    padding-top: 0;
    display: inline-block;
  }

  .div-block-2 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .body {
    object-fit: contain;
  }

  .div-block-3 {
    margin-left: -35px;
  }

  .section-5 {
    margin-top: -87px;
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 34px;
  }

  .section-6 {
    margin-top: -737px;
    margin-bottom: -2px;
    padding-bottom: 78px;
  }

  .background-video-3 {
    height: 700px;
    margin: 90px auto -115px;
    padding-top: 6px;
    padding-bottom: 0;
  }

  .div-block-5 {
    height: 400px;
    max-height: 400px;
    margin-bottom: -50px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-7 {
    margin-top: -19px;
    margin-bottom: 0;
  }

  .image-5 {
    margin-left: auto;
    margin-right: auto;
    padding: 60px 100px;
    display: block;
  }

  .image-6 {
    margin-bottom: 50px;
  }

  .div-block-6 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .video-2 {
    object-fit: fill;
    flex-direction: row;
    align-items: center;
    margin-left: -98px;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .div-block-7 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 68px;
    padding-bottom: 70px;
  }

  .video-block {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-7 {
    margin-top: 0;
  }

  .section-9 {
    margin-top: 101px;
  }

  .background-video-4 {
    height: 400px;
    margin-top: -216px;
  }

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

  .section-13 {
    margin-top: -71px;
  }

  .menu-button-3 {
    color: #fff;
    margin-left: 520px;
    margin-right: auto;
    padding: 12px;
  }

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

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .section-14 {
    margin-top: -42px;
  }

  .image-8 {
    margin-top: 0;
  }

  .background-video-5 {
    height: 500px;
  }

  .section-16 {
    margin-top: -19px;
  }

  .container-6 {
    margin-top: -551px;
  }

  .container-7 {
    background-position: 70% 0;
    margin-top: -553px;
    padding-top: 569px;
  }

  .background-video-6 {
    width: 500px;
    max-width: 500px;
    height: 500px;
    max-height: 500px;
  }

  .section-22 {
    margin-left: auto;
    margin-right: auto;
  }

  .background-video-7 {
    margin-top: -68px;
  }

  .div-block-11 {
    margin-top: -69px;
    margin-bottom: -81px;
  }

  .container-10 {
    background-position: 50%;
    margin-bottom: -69px;
    padding-top: 616px;
  }

  .container-11 {
    background-position: 50%;
    margin-top: -567px;
  }

  .block-quote {
    margin-top: 150px;
    margin-left: 61px;
    margin-right: 0;
    padding-right: 141px;
    font-size: 13px;
  }

  .icon-2 {
    margin-right: 0;
    padding-left: 0;
  }

  .image-12 {
    margin-top: -35px;
  }

  .div-block-13 {
    margin-top: -73px;
  }

  .menu-button-4 {
    color: #fff;
    margin-left: 620px;
    margin-right: auto;
    padding: 12px;
  }

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

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-13 {
    margin-top: -26px;
    margin-left: 4px;
  }

  .icon-3 {
    margin-right: 0;
    padding-left: 0;
  }

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

  .image-14 {
    margin-top: -26px;
    margin-left: 4px;
  }

  .icon-4 {
    margin-right: 0;
    padding-left: 0;
  }

  .nav-link-6 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-15 {
    margin-top: -26px;
    margin-left: 4px;
  }

  .icon-5 {
    margin-right: 0;
    padding-left: 0;
  }

  .nav-link-7 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-16 {
    margin-top: -26px;
    margin-left: 4px;
  }

  .icon-6 {
    margin-right: 0;
    padding-left: 0;
  }

  .nav-link-8 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-17 {
    margin-top: -26px;
    margin-left: 4px;
  }

  .icon-7 {
    margin-right: 0;
    padding-left: 0;
  }

  .nav-link-9 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-18 {
    margin-top: -26px;
    margin-left: 4px;
  }

  .icon-8 {
    margin-right: 0;
    padding-left: 0;
  }

  .nav-menu-two-3 {
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
    margin-left: 0;
    margin-right: -297px;
    padding: 20px 0;
    list-style-type: none;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .navbar-wrapper-3 {
    object-fit: contain;
    align-items: baseline;
    width: 991px;
    max-width: 991px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .nav-link-10 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-19 {
    margin-top: -26px;
    margin-left: 4px;
  }

  .icon-9 {
    margin-right: 0;
    padding-left: 0;
  }

  .menu-button-5 {
    color: #fff;
    margin-left: 620px;
    margin-right: auto;
    padding: 12px;
  }

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

  .navbar-no-shadow, .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--black);
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 2px;
    margin-bottom: -92px;
    padding-top: 42px;
    padding-bottom: 45px;
    padding-left: 0;
    display: flex;
  }

  .nav-link-11 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-6 {
    background-color: #0000;
    padding: 12px;
  }

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

  .icon-10 {
    color: var(--white);
  }

  .container-15 {
    margin-bottom: -69px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-wrapper-2 {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 568px;
    max-width: 568px;
    margin-top: 0;
    margin-left: -77px;
    padding-top: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-menu-two-2 {
    background-color: var(--black);
    border-radius: 0;
    flex-direction: column;
    margin-top: -22px;
    padding-bottom: 15px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .menu-button-2 {
    margin-left: 338px;
  }

  .menu-button-2.w--open {
    background-color: #0000;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    width: 500px;
    max-width: 500px;
  }

  .section-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .text-block-2 {
    letter-spacing: normal;
    white-space: normal;
    margin-top: -16px;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
    line-height: 15px;
  }

  .heading {
    margin-left: 71px;
    margin-right: auto;
    font-size: 15px;
  }

  .div-block-3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .section-5 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-6 {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1px;
    padding-bottom: 0;
  }

  .background-video-3 {
    height: 300px;
    margin: 173px auto 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .div-block-5 {
    margin-top: -432px;
    margin-bottom: -102px;
    padding-bottom: 0;
  }

  .section-7 {
    margin-top: 317px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-5 {
    margin-top: -1px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px 40px;
  }

  .image-6 {
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .div-block-6 {
    margin-bottom: 0;
  }

  .video-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-7 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
  }

  .video-block {
    margin-top: 0;
  }

  .image-7 {
    margin-top: 0;
    padding-top: 0;
  }

  .background-video-4 {
    height: 300px;
    margin-bottom: 212px;
  }

  .body-2 {
    margin-bottom: 395px;
    padding-bottom: 381px;
  }

  .section-12 {
    margin-top: -26px;
    padding-top: 0;
  }

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

  .menu-button-3 {
    margin-left: 338px;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .section-14 {
    margin-top: -210px;
    padding-top: 189px;
  }

  .image-8 {
    margin-top: -180px;
  }

  .background-video-5 {
    height: 300px;
  }

  .section-16 {
    margin-bottom: 180px;
  }

  .container-6 {
    background-position: 50% 0;
  }

  .container-7 {
    background-position: 80% -30%;
    margin-top: -478px;
    padding-top: 587px;
  }

  .background-video-6 {
    width: 250px;
    max-width: 250px;
    height: 250px;
    max-height: 250px;
  }

  .section-22 {
    margin-top: 24px;
  }

  .container-8 {
    background-position: 0 0;
    margin-top: -549px;
    padding-top: 604px;
  }

  .background-video-7 {
    height: 350px;
    max-height: 350px;
    margin-top: 0;
  }

  .div-block-11 {
    margin-top: -121px;
    margin-bottom: -48px;
    padding-top: 4px;
  }

  .container-10 {
    background-position: 50% 0;
  }

  .container-11 {
    background-position: 0 0;
  }

  .block-quote {
    margin-top: 140px;
    margin-left: 60px;
    margin-right: 60px;
    padding-right: 80px;
  }

  .container-12 {
    margin-top: -479px;
    padding-top: 593px;
  }

  .icon-2 {
    margin-bottom: -3px;
    margin-left: 85px;
    padding-bottom: 0;
  }

  .image-12 {
    margin-top: 0;
    padding-top: 25px;
  }

  .menu-button-4 {
    margin-left: 338px;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .icon-3 {
    margin-bottom: -3px;
    margin-left: 85px;
    padding-bottom: 0;
  }

  .nav-link-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .icon-4 {
    margin-bottom: -3px;
    margin-left: 85px;
    padding-bottom: 0;
  }

  .nav-link-6 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .icon-5 {
    margin-bottom: -3px;
    margin-left: 85px;
    padding-bottom: 0;
  }

  .nav-link-7 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .icon-6 {
    margin-bottom: -3px;
    margin-left: 85px;
    padding-bottom: 0;
  }

  .nav-link-8 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .icon-7 {
    margin-bottom: -3px;
    margin-left: 85px;
    padding-bottom: 0;
  }

  .nav-link-9 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .icon-8 {
    margin-bottom: -3px;
    margin-left: 85px;
    padding-bottom: 0;
  }

  .nav-menu-two-3 {
    background-color: var(--black);
    opacity: 1;
    border-radius: 0;
    flex-flow: column wrap;
    align-content: center;
    align-items: stretch;
    margin-top: -32px;
    margin-right: auto;
    padding-bottom: 0;
  }

  .nav-link-10 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .icon-9 {
    justify-content: flex-end;
    margin-bottom: -3px;
    margin-left: 46px;
    padding-bottom: 0;
    padding-right: 40px;
    display: flex;
  }

  .menu-button-5 {
    flex-direction: column;
    flex: 1;
    justify-content: space-around;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-button-5.w--open {
    background-color: #0000;
    align-items: flex-start;
    margin-left: -112px;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-11 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

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

  .container-15 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left-container.shadow-three {
    padding-top: 36px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-bar {
    margin-top: -24px;
    padding-top: 0;
  }

  .navbar-logo-left-container-2.shadow-three {
    max-width: none;
    padding-top: 36px;
  }

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

  .navbar-brand-2.w--current {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-menu-two-2 {
    background-color: var(--black);
    text-align: center;
    border-radius: 0;
    flex-flow: column wrap;
    place-content: stretch space-around;
    align-items: center;
    margin-top: -21px;
    padding-bottom: 49px;
  }

  .nav-link-2 {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .menu-button-2 {
    margin-left: 172px;
  }

  .menu-button-2.w--open {
    background-color: #0000;
    margin-left: 169px;
  }

  .image {
    max-width: 60%;
    margin-top: -9px;
    margin-left: -1px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 300px;
    max-width: 300px;
  }

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

  .section-2 {
    margin-top: 8px;
    padding-top: 0;
  }

  .text-block-2 {
    padding-left: 60px;
    padding-right: 30px;
  }

  .heading {
    column-count: auto;
    white-space: normal;
    margin-top: 5px;
    margin-left: 60px;
    padding-top: 0;
    padding-bottom: 19px;
    line-height: 140%;
  }

  .div-block-3 {
    margin-top: 96px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-6 {
    margin: -555px auto 0;
    padding-top: 0;
    display: block;
  }

  .background-video-3 {
    height: 400px;
    margin-top: 156px;
    padding-top: 0;
  }

  .div-block-5 {
    margin-top: -28px;
    margin-bottom: -14px;
    padding-top: 0;
    padding-bottom: 72px;
  }

  .section-7 {
    margin-top: 387px;
  }

  .image-5 {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-6 {
    margin-bottom: auto;
    padding-top: 34px;
    padding-bottom: 33px;
    padding-left: 0;
  }

  .div-block-6 {
    margin-top: -18px;
  }

  .div-block-7 {
    margin-top: -18px;
    padding-top: 26px;
    padding-bottom: 25px;
  }

  .video-block {
    margin-top: 18px;
    margin-bottom: -6px;
    padding-bottom: 0;
  }

  .image-7 {
    margin-top: 14px;
    padding-top: 0;
    padding-bottom: 22px;
  }

  .background-video-4 {
    height: 200px;
    margin-top: -198px;
    margin-bottom: 208px;
  }

  .icon {
    color: var(--white);
    margin-right: 1px;
    padding-right: 0;
  }

  .body-2 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-12 {
    margin-top: 6px;
    margin-bottom: 18px;
  }

  .menu-button-3 {
    margin-left: 103px;
  }

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

  .section-14 {
    margin-bottom: 0;
  }

  .image-8 {
    margin-top: -15px;
  }

  .background-video-5 {
    height: 200px;
    padding-bottom: 25px;
  }

  .section-15 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-16 {
    margin-top: -23px;
    margin-bottom: 22px;
    padding-bottom: 0;
  }

  .container-6 {
    background-position: 0%;
  }

  .container-7 {
    padding-top: 502px;
  }

  .background-video-6 {
    width: 250px;
    max-width: 250px;
    height: 250px;
    max-height: 250px;
    margin-top: 16px;
  }

  .section-20 {
    margin-top: -28px;
  }

  .section-21 {
    margin-top: -14px;
  }

  .section-23 {
    margin-top: 123px;
  }

  .section-26 {
    margin-top: -216px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .block-quote {
    margin-top: 141px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 144px;
    padding-right: 19px;
  }

  .footer {
    padding-bottom: 145px;
  }

  .image-12 {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .menu-button-4 {
    margin-left: 103px;
  }

  .image-13, .image-14, .image-15, .image-16, .image-17, .image-18 {
    max-width: 60%;
    margin-top: -9px;
    margin-left: -1px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-two-3 {
    text-align: center;
    background-color: #000;
    border-radius: 0;
    flex-flow: column wrap;
    place-content: stretch space-around;
    align-items: center;
    margin-top: -21px;
    padding-bottom: 49px;
  }

  .navbar-wrapper-3 {
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-link-10 {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .image-19 {
    align-self: flex-end;
    max-width: 60%;
    margin-top: -9px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button-5 {
    margin-left: 103px;
  }

  .menu-button-5.w--open {
    background-color: #0000;
    margin-left: 169px;
  }

  .navbar-no-shadow-container {
    background-color: #00000003;
  }

  .navbar-wrapper-4 {
    margin-top: -15px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .image-20 {
    margin-left: 0;
  }

  .image-22 {
    padding-bottom: 23px;
  }

  .section-29 {
    margin-top: -43px;
    padding-bottom: 20px;
  }

  .section-30 {
    margin-top: 8px;
  }

  .section-31 {
    margin-bottom: 0;
    padding-bottom: 35px;
  }

  .body-4 {
    background-color: #000;
  }
}

#NATURAL-DIAMOND-COUNCIL.w-node-e8e1cf8d-b2a4-d30a-e209-a368bb402ec9-c340bcb1, #w-node-_54d4c261-37a8-18c2-6ddf-8c5a1045a35b-c340bcb1, #w-node-_2000bc95-3894-ff2e-6d51-79cd35aa5801-c340bcb1, #w-node-_9efce8d9-d92a-c011-abbc-b346085c2c53-c340bcb1, #w-node-bb8f200b-4c5b-048e-187b-7f3e102087c4-c340bcb1, #w-node-_2457d220-ab85-6cdf-46ad-d6218f6ae837-c340bcb1, #w-node-_295b2d24-c505-ad72-c7b0-f7acef1abbd0-c340bcb1, #w-node-_18379319-2b86-9ef9-a932-8894b1c01fb7-c340bcb1, #w-node-_4c4ec5fe-2728-61fd-f6d0-13941238d5aa-c340bcb1, #w-node-a18b6166-91d0-2cf4-0243-ae647e8619d2-c340bcb1, #w-node-e05e0bb0-363d-4977-9167-a837a0072cf1-c340bcb1, #w-node-_51f8f226-6fbe-4f67-4608-0beeb10f5f77-c340bcb1, #w-node-_8ef89435-5e5b-755c-179c-127214962441-c340bcb1, #w-node-db40fd5d-4873-a5ce-2260-e8e6b12416dd-c340bcb1, #w-node-_8347bd74-954f-868f-1fa0-019878a826c5-c340bcb1, #w-node-_742ea5fc-6a23-06ce-5bb8-c84299b08f77-c340bcb1, #w-node-_55294696-f214-d7ab-f710-9ff5f4bc710f-c340bcb1, #w-node-_4f4800dc-c40f-9123-9f8f-af9c735ff7c8-c340bcb1, #w-node-a2d904df-c8db-abfc-830b-d7b61a3d6238-c340bcb1, #w-node-abd6eb3d-9597-6b1f-e734-8f6918e87692-c340bcb1, #w-node-b2e42e31-1570-1525-df81-e74d54628438-c340bcb1, #w-node-_4eb59e2d-a07f-7367-c670-deb0a93417c6-c340bcb1, #w-node-_6ffd9a32-80e4-3e61-61ba-62c3e19b6915-c340bcb1, #w-node-_5fa534ab-6455-321a-9245-754ddcd0cbd6-c340bcb1, #w-node-_4592e101-0fda-8711-4b7a-850955184633-89a7c475, #w-node-_73db7533-93df-2d35-dd63-b835dd552c7f-89a7c475, #w-node-_4592e101-0fda-8711-4b7a-850955184638-89a7c475, #w-node-_4592e101-0fda-8711-4b7a-85095518466b-89a7c475, #w-node-_4592e101-0fda-8711-4b7a-850955184670-89a7c475, #w-node-_4592e101-0fda-8711-4b7a-850955184675-89a7c475, #w-node-_4592e101-0fda-8711-4b7a-85095518467a-89a7c475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_73db7533-93df-2d35-dd63-b835dd552c7f-89a7c475 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


