.body {
  background-color: #1b1c1e;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-link {
  margin-right: 3vw;
  -webkit-transition: color 750ms ease;
  transition: color 750ms ease;
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 97.3%, 0.6);
  font-size: 10px;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.nav-link.last {
  margin-right: 0px;
}

.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.65;
  -webkit-transition: opacity 725ms ease;
  transition: opacity 725ms ease;
  font-family: Roboto, sans-serif;
  color: #f8f8f8;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-decoration: none;
}

.link-footer:hover {
  opacity: 1;
}

.icon {
  margin-right: 15px;
}

.phone-link {
  color: #f8f8f8;
  white-space: nowrap;
}

.phone-link.wechat {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.logo-icon {
  display: block;
  width: 143px;
  height: 41px;
  margin-right: 6vw;
}

.nav-cont {
  display: -ms-grid;
  display: grid;
  margin-top: 8vh;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navigation-center {
  position: relative;
  z-index: 1000;
  display: none;
  padding-right: 15%;
  padding-left: 15%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.background-video-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(27, 28, 30, 0.5);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1b1c1e), color-stop(70%, rgba(27, 28, 30, 0)));
  background-image: linear-gradient(0deg, #1b1c1e, rgba(27, 28, 30, 0) 70%);
}

.text-div {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  padding-left: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h1 {
  margin-top: 3vh;
  margin-bottom: 0px;
  font-family: Ivymode, sans-serif;
  color: #f8f8f8;
  font-size: 100px;
  line-height: 1em;
  font-weight: 400;
}

.uppercase-text {
  position: relative;
  margin-top: 0px;
  margin-bottom: 5vh;
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 97.3%, 0.6);
  font-size: 14px;
  line-height: 2em;
  font-weight: 500;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.uppercase-text.white {
  margin-bottom: 0vh;
  -webkit-transition: color 725ms ease;
  transition: color 725ms ease;
  color: rgba(27, 28, 30, 0.6);
}

.uppercase-text.white:hover {
  color: rgba(27, 28, 30, 0.2);
}

.uppercase-text.with-header {
  max-width: 20%;
  margin-bottom: 0vh;
  -webkit-transition: color 725ms ease;
  transition: color 725ms ease;
}

.uppercase-text.with-header:hover {
  color: hsla(0, 0%, 97.3%, 0.2);
}

.uppercase-text.header {
  margin-bottom: 0vh;
}

.uppercase-text.for-header {
  margin-bottom: 0vh;
  -webkit-transition: color 725ms ease;
  transition: color 725ms ease;
}

.uppercase-text.for-header:hover {
  color: #f8f8f8;
}

.uppercase-text.contact {
  margin-bottom: 2.5em;
  color: hsla(0, 0%, 97.3%, 0.2);
}

.h2 {
  display: block;
  max-width: 55%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Ivymode, sans-serif;
  color: #f8f8f8;
  font-size: 46px;
  line-height: 1.2em;
  font-weight: 400;
}

.text-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18em;
  padding-right: 15%;
  padding-left: 15%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-heading.white {
  margin-bottom: 9em;
}

.collection-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.background-section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block {
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 97.3%, 0.6);
  line-height: 2em;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.collection-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13em;
  padding-right: 15%;
  padding-left: 15%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Ivymode, sans-serif;
  color: #f8f8f8;
  font-size: 70px;
  line-height: 1.2em;
  font-style: italic;
  font-weight: 400;
}

.text-box {
  position: absolute;
  left: 15%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.collection-image-right {
  position: relative;
  z-index: -1;
  width: 80%;
  height: 60vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/inspiration-series-gala-night-brooch.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.heading-left {
  margin-top: 35px;
  margin-bottom: 0px;
  padding-left: 40px;
  font-family: Ivymode, sans-serif;
  color: hsla(0, 0%, 97.3%, 0.2);
  font-size: 50px;
  line-height: 1em;
  font-weight: 400;
}

.image-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.paragraph {
  margin-bottom: 35px;
  padding-right: 40px;
  color: hsla(0, 0%, 97.3%, 0.5);
  font-size: 12px;
  line-height: 2em;
  text-align: right;
}

.text-span {
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 97.3%, 0.3);
  line-height: 3em;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.side-line-right {
  position: absolute;
  left: auto;
  top: 5%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
}

.collection-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13em;
  padding-right: 15%;
  padding-left: 15%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.collection-image-left {
  position: relative;
  z-index: -1;
  width: 80%;
  height: 60vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/plant-series-edelweiss-ring.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.text-box-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 15%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.image-section-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-left {
  margin-bottom: 35px;
  padding-left: 40px;
  color: hsla(0, 0%, 97.3%, 0.5);
  font-size: 12px;
  line-height: 2em;
  text-align: left;
}

.heading-right {
  margin-top: 35px;
  margin-bottom: 0px;
  padding-right: 40px;
  font-family: Ivymode, sans-serif;
  color: hsla(0, 0%, 97.3%, 0.2);
  font-size: 50px;
  line-height: 1em;
  font-weight: 400;
}

.collection-image-right-2 {
  position: relative;
  z-index: -1;
  width: 80%;
  height: 60vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/cocktail-series-blooy-mary-ring.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.side-line-left {
  position: absolute;
  left: 0%;
  top: 20%;
  right: auto;
  bottom: 0%;
  z-index: -1;
}

.collection-image-left-2 {
  position: relative;
  z-index: -1;
  width: 80%;
  height: 60vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/ocean-series-abralia-andamanic-brooch.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
}

.image {
  position: absolute;
  left: auto;
  top: 75%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.about-section {
  position: relative;
  z-index: 0;
  padding-top: 18em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f8f8f8));
  background-image: linear-gradient(180deg, #f8f8f8, #f8f8f8);
  color: #f8f8f8;
}

.h2-white {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Ivymode, sans-serif;
  color: #1b1c1e;
  font-size: 46px;
  line-height: 1.2em;
  font-weight: 400;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.collection-right-last {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18em;
  padding-right: 15%;
  padding-left: 15%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3em;
  padding-right: 15%;
  padding-left: 15%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-left {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.paragraph-2 {
  margin-bottom: 8em;
  font-family: Roboto, sans-serif;
  color: #1b1c1e;
  font-size: 16px;
  line-height: 2em;
  font-weight: 300;
}

.image-right {
  width: 37%;
}

.left-text {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.right-text {
  width: 37%;
}

.about-image-2 {
  height: 50em;
  background-image: url('../images/wendy-yang-jewelry-close.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.about-image-1 {
  height: 60em;
  margin-bottom: 8em;
  background-image: url('../images/wendy-yang-jewelry-full.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.paragraph-3 {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  font-family: Ivymode, sans-serif;
  color: #1b1c1e;
  font-size: 38px;
  line-height: 1.5em;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 1px;
}

.video {
  height: 70vh;
}

.about-video {
  position: static;
  z-index: 1;
  display: block;
  width: 100%;
  height: 40em;
  text-decoration: none;
}

.image-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
}

.image-3 {
  position: absolute;
  left: 0%;
  top: 18%;
  right: auto;
  bottom: 0%;
  z-index: -1;
}

.border-button {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 130px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #d1b378;
  border-radius: 50%;
  text-decoration: none;
}

.about-video-image {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/about-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
  -webkit-perspective: 10000px;
  perspective: 10000px;
  -webkit-transform: perspective(10000px);
  transform: perspective(10000px);
  text-decoration: none;
  cursor: pointer;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: 85%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1b1c1e), to(#1b1c1e));
  background-image: linear-gradient(180deg, #1b1c1e, #1b1c1e);
  text-decoration: none;
}

.text-block-2 {
  font-family: Ivymode, sans-serif;
  color: #f8f8f8;
  font-size: 24px;
  line-height: 1.1em;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.contact-section {
  padding-top: 20em;
  padding-bottom: 13em;
}

.about-lightbox {
  position: relative;
  top: 6em;
  padding-right: 15%;
  padding-left: 15%;
}

.text-heading-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4em;
  padding-right: 15%;
  padding-left: 15%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-heading-contact.white {
  margin-bottom: 15vh;
}

.image-4 {
  position: absolute;
  left: auto;
  top: 85%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
}

.navigation-left {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8vh;
  padding-right: 15%;
  padding-left: 15%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-2 {
  padding-right: 15%;
  padding-left: 15%;
}

.columns {
  padding-right: 15%;
  padding-left: 15%;
}

.paragraph-4 {
  max-width: 80%;
  margin-bottom: 0px;
  opacity: 0.7;
  -webkit-transition: opacity 725ms ease;
  transition: opacity 725ms ease;
  font-family: Roboto, sans-serif;
  color: #f8f8f8;
  font-size: 16px;
  line-height: 2.5em;
  font-weight: 700;
}

.paragraph-4:hover {
  opacity: 1;
}

.text-span-2 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 2.3em;
  font-weight: 300;
}

.footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 15%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f8f8f8));
  background-image: linear-gradient(180deg, #f8f8f8, #f8f8f8);
}

.footer.legal {
  position: absolute;
}

.text-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.copy-text {
  padding-right: 4vw;
  font-family: Roboto, sans-serif;
  color: rgba(27, 28, 30, 0.5);
  line-height: 1em;
  font-weight: 400;
}

.footer-link {
  margin-right: 2vw;
  -webkit-transition: color 725ms ease;
  transition: color 725ms ease;
  font-family: Roboto, sans-serif;
  color: rgba(27, 28, 30, 0.5);
  font-weight: 700;
  text-decoration: none;
}

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

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d1b378;
  border-radius: 50%;
  -webkit-transition: background-color 725ms ease;
  transition: background-color 725ms ease;
}

.link-block:hover {
  background-color: rgba(27, 28, 30, 0.05);
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.column-2 {
  padding-right: 0px;
  padding-left: 10%;
}

.column-3 {
  padding-right: 0px;
  padding-left: 15%;
}

.image-5 {
  position: relative;
  left: 3%;
}

.p {
  padding: 5% 15%;
  font-family: Roboto, sans-serif;
  color: #1b1c1e;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 300;
}

.body-2 {
  background-color: #f8f8f8;
}

.link-block-2 {
  margin-bottom: 10%;
}

.body-3 {
  background-color: #f8f8f8;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  opacity: 0.65;
}

.text-span-3 {
  display: inline-block;
  overflow: hidden;
}

.text-span-4 {
  display: inline-block;
  overflow: hidden;
}

.about-video-lightbox {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(27, 28, 30, 0.9);
}

.html-embed-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 1001;
  margin-right: auto;
  margin-left: auto;
}

.close-button {
  position: absolute;
  left: auto;
  top: 10%;
  right: 5%;
  bottom: auto;
}

.lightbox-back {
  width: 100vw;
  height: 100vh;
  cursor: pointer;
}

.lightbox-link {
  display: block;
}

.about-image {
  display: none;
  background-image: url('../images/about-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.background-image {
  display: none;
}

@media screen and (min-width: 1920px) {
  .nav-link {
    font-size: 12px;
  }

  .logo-icon {
    width: 160px;
    height: 45px;
  }

  .text-div {
    padding-left: 20%;
  }

  .h1 {
    font-size: 120px;
  }

  .uppercase-text {
    font-size: 18px;
  }

  .uppercase-text.with-header {
    max-width: 18%;
    font-size: 18px;
  }

  .uppercase-text.for-header {
    font-size: 16px;
  }

  .h2 {
    font-size: 56px;
  }

  .text-heading {
    padding-right: 20%;
    padding-left: 20%;
  }

  .text-heading.white {
    padding-right: 20%;
    padding-left: 20%;
  }

  .collection-left {
    padding-right: 20%;
    padding-left: 20%;
  }

  .collection-left.ring {
    padding-right: 20%;
    padding-left: 20%;
  }

  .h3 {
    font-size: 95px;
  }

  .text-box {
    left: 20%;
    width: 20%;
  }

  .collection-right {
    padding-right: 20%;
    padding-left: 20%;
  }

  .text-box-right {
    right: 18%;
  }

  .text-box-right.ring {
    right: 18%;
    width: 20%;
  }

  .h2-white {
    font-size: 56px;
  }

  .collection-right-last {
    padding-right: 20%;
    padding-left: 20%;
  }

  .about-content {
    padding-right: 20%;
    padding-left: 20%;
  }

  .about-image-2 {
    height: 67em;
  }

  .about-image-1 {
    height: 75em;
    margin-bottom: 9em;
  }

  .about-video {
    height: 50em;
  }

  .about-lightbox {
    padding-right: 20%;
    padding-left: 20%;
  }

  .text-heading-contact {
    padding-right: 20%;
    padding-left: 20%;
  }

  .navigation-left {
    padding-right: 20%;
    padding-left: 20%;
  }

  .columns {
    padding-right: 20%;
    padding-left: 20%;
  }

  .paragraph-4 {
    max-width: 65%;
  }

  .footer {
    padding-right: 20%;
    padding-left: 20%;
  }

  .column-2 {
    padding-left: 8%;
  }

  .p {
    padding-right: 20%;
    padding-left: 20%;
  }

  .rich-text-block {
    color: #1b1c1e;
  }
}

@media screen and (max-width: 991px) {
  .text-div {
    height: 40vh;
    padding-left: 10%;
  }

  .h1 {
    font-size: 85px;
  }

  .uppercase-text {
    margin-bottom: 0.5em;
  }

  .uppercase-text.white {
    position: relative;
    left: 10vw;
  }

  .h2 {
    max-width: 60%;
  }

  .text-heading {
    margin-bottom: 25em;
    padding-right: 10%;
    padding-left: 10%;
  }

  .collection-section {
    padding-top: 18em;
  }

  .collection-left {
    margin-bottom: 18em;
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .h3 {
    font-size: 50px;
  }

  .text-box {
    position: absolute;
    left: 15%;
    top: -14%;
    right: 0%;
    bottom: auto;
    width: 70%;
  }

  .collection-image-right {
    width: 100%;
    height: 35em;
  }

  .heading-left {
    margin-top: 0px;
    margin-bottom: 30px;
    padding-left: 40px;
  }

  .image-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .paragraph {
    margin-bottom: 30px;
    padding-right: 35px;
    padding-left: 0px;
  }

  .collection-right {
    margin-bottom: 18em;
    padding-right: 10%;
    padding-left: 10%;
  }

  .collection-image-left {
    width: 100%;
    height: 35em;
  }

  .text-box-right {
    left: 15%;
    top: -14%;
    right: auto;
    bottom: auto;
    width: 70%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-section-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .paragraph-left {
    margin-bottom: 30px;
    padding-right: 35px;
    padding-left: 0px;
    text-align: right;
  }

  .heading-right {
    margin-top: 0px;
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 40px;
  }

  .collection-image-right-2 {
    width: 100%;
    height: 35em;
  }

  .collection-image-left-2 {
    width: 100%;
    height: 35em;
  }

  .collection-right-last {
    z-index: 2;
    margin-bottom: 18em;
    padding-right: 10%;
    padding-left: 10%;
  }

  .about-content {
    margin-bottom: 2em;
    padding-right: 10%;
    padding-left: 10%;
  }

  .image-left {
    width: 50%;
  }

  .paragraph-2 {
    margin-bottom: 4em;
    line-height: 1.6em;
  }

  .image-right {
    width: 40%;
  }

  .left-text {
    width: 100%;
  }

  .right-text {
    width: 100%;
  }

  .about-image-2 {
    height: 35em;
  }

  .about-image-1 {
    height: 50em;
    margin-bottom: 8em;
  }

  .paragraph-3 {
    font-size: 25px;
    line-height: 1.5em;
  }

  .about-video {
    height: 35em;
  }

  .about-lightbox {
    padding-right: 10%;
    padding-left: 10%;
  }

  .text-heading-contact {
    padding-right: 10%;
    padding-left: 10%;
  }

  .navigation-left {
    margin-top: 5em;
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .columns {
    padding-right: 10%;
    padding-left: 10%;
  }

  .footer {
    padding-right: 10%;
    padding-left: 10%;
  }

  .footer-link {
    margin-right: 4vw;
  }

  .column-2 {
    padding-left: 4%;
  }

  .column-3 {
    padding-left: 8%;
  }
}

@media screen and (max-width: 767px) {
  .background-video-2 {
    display: none;
  }

  .text-div {
    height: 60vh;
  }

  .h1 {
    font-size: 60px;
  }

  .uppercase-text.for-header {
    font-size: 10px;
  }

  .about-video-image {
    height: 30em;
  }

  .contact-section {
    padding-top: 15em;
    padding-bottom: 8em;
  }

  .about-lightbox {
    height: 30em;
  }

  .navigation-left {
    margin-top: 4em;
  }

  .copy-text {
    font-size: 13px;
  }

  .footer-link {
    font-size: 13px;
  }

  .column-2 {
    padding-top: 3em;
    padding-left: 0%;
  }

  .column-3 {
    padding-top: 3em;
    padding-left: 0%;
  }

  .lightbox-link {
    display: none;
  }

  .about-image {
    display: block;
    height: 100%;
  }

  .background-image {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    margin-right: 6vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: right;
  }

  .nav-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .logo-icon {
    margin-right: 0vw;
    margin-bottom: 2em;
  }

  .background-video-2 {
    display: none;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#1b1c1e), color-stop(70%, rgba(27, 28, 30, 0)));
    background-image: linear-gradient(0deg, #1b1c1e, rgba(27, 28, 30, 0) 70%);
  }

  .text-div {
    height: 65vh;
    padding-right: 7%;
    padding-left: 7%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h1 {
    font-size: 55px;
    text-align: center;
  }

  .uppercase-text {
    font-size: 12px;
  }

  .uppercase-text.white {
    left: auto;
  }

  .uppercase-text.with-header {
    max-width: none;
    margin-bottom: 2em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 12px;
    line-height: 1.5em;
    text-align: center;
  }

  .uppercase-text.for-header {
    font-size: 14px;
  }

  .uppercase-text.contact {
    margin-bottom: 2em;
  }

  .h2 {
    max-width: none;
    font-size: 32px;
    line-height: 1.4em;
    text-align: center;
  }

  .text-heading {
    margin-bottom: 25em;
    padding-right: 7%;
    padding-left: 7%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-heading.white {
    margin-bottom: 5em;
  }

  .collection-section {
    padding-top: 12em;
  }

  .collection-left {
    margin-bottom: 14em;
    padding-right: 7%;
    padding-left: 7%;
  }

  .collection-left.ring {
    margin-bottom: 17em;
  }

  .h3 {
    font-size: 40px;
    text-align: center;
  }

  .text-box {
    left: 15%;
    top: -21%;
    width: 70%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-left {
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 30px;
  }

  .paragraph {
    margin-bottom: 20px;
    padding-right: 20px;
    font-size: 10px;
  }

  .side-line-right {
    display: none;
  }

  .collection-right {
    margin-bottom: 17em;
    padding-right: 7%;
    padding-left: 7%;
  }

  .text-box-right {
    top: -21%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .text-box-right.ring {
    left: 15%;
    top: -11%;
    width: 70%;
  }

  .paragraph-left {
    margin-bottom: 20px;
    padding-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 10px;
  }

  .heading-right {
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 30px;
  }

  .side-line-left {
    display: none;
  }

  .image {
    display: none;
  }

  .about-section {
    padding-top: 10em;
  }

  .h2-white {
    font-size: 32px;
    text-align: center;
  }

  .collection-right-last {
    margin-bottom: 12em;
  }

  .about-content {
    padding-right: 7%;
    padding-left: 7%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-left {
    width: 100%;
    margin-bottom: 5em;
  }

  .paragraph-2 {
    position: relative;
    top: -22em;
    margin-bottom: 5em;
  }

  .image-right {
    width: 100%;
  }

  .left-text {
    margin-bottom: 1em;
  }

  .right-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about-image-2 {
    position: relative;
    top: -24em;
    height: 30em;
  }

  .about-image-1 {
    height: 40em;
    margin-bottom: 5em;
  }

  .paragraph-3 {
    top: 42.5em;
  }

  .about-video {
    height: 35em;
  }

  .image-3 {
    display: none;
  }

  .border-button {
    width: 100px;
    height: 100px;
  }

  .about-video-image {
    height: 30em;
  }

  .contact-section {
    padding-top: 12em;
    padding-bottom: 6em;
  }

  .about-lightbox {
    top: 4em;
    padding-right: 7%;
    padding-left: 7%;
  }

  .text-heading-contact {
    margin-bottom: 2em;
    padding-right: 7%;
    padding-left: 7%;
  }

  .image-4 {
    display: none;
  }

  .navigation-left {
    margin-top: 3em;
    padding-right: 7%;
    padding-left: 7%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns {
    padding-right: 7%;
    padding-left: 7%;
  }

  .footer {
    padding: 1.5em 7%;
  }

  .text-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .copy-text {
    margin-bottom: 1em;
    padding-right: 0vw;
  }

  .footer-link {
    margin-bottom: 0.5em;
  }

  .footer-link.last {
    margin-bottom: 0em;
  }

  .column-2 {
    padding-top: 2em;
  }

  .column-3 {
    padding-top: 2em;
  }

  .p {
    padding-top: 10%;
    padding-right: 7%;
    padding-left: 7%;
  }

  .lightbox-link {
    display: block;
  }

  .about-image {
    background-position: 60% 50%;
  }

  .background-image {
    height: 100vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 28, 30, 0.4)), to(rgba(27, 28, 30, 0.4))), -webkit-gradient(linear, left bottom, left top, from(#1b1c1e), color-stop(70%, rgba(27, 28, 30, 0))), url('../images/about-3.jpg');
    background-image: linear-gradient(180deg, rgba(27, 28, 30, 0.4), rgba(27, 28, 30, 0.4)), linear-gradient(0deg, #1b1c1e, rgba(27, 28, 30, 0) 70%), url('../images/about-3.jpg');
    background-position: 0px 0px, 0px 0px, 68% 50%;
    background-size: auto, auto, cover;
  }
}

#w-node-fb673619147b-f605c2db {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-fb6736191485-f605c2db {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fb6736191486-f605c2db {
  -ms-grid-column-align: end;
  justify-self: end;
}

@font-face {
  font-family: 'Ivymode';
  src: url('../fonts/IvyMode-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ivymode';
  src: url('../fonts/IvyMode-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ivymode';
  src: url('../fonts/IvyMode-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ivymode';
  src: url('../fonts/IvyMode-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ivymode';
  src: url('../fonts/IvyMode-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ivymode';
  src: url('../fonts/IvyMode-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ivymode';
  src: url('../fonts/IvyMode-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ivymode';
  src: url('../fonts/IvyMode-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ivymode';
  src: url('../fonts/IvyMode-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ivymode';
  src: url('../fonts/IvyMode-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}