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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

a {
  font-family: Nunito, sans-serif;
  text-decoration: underline;
}

img {
  display: inline-block;
  max-width: 100%;
}

.body {
  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;
  -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: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.7)), to(hsla(0, 0%, 100%, 0.7))), url('../images/istockphoto-803107944-612x612.jpeg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.7), hsla(0, 0%, 100%, 0.7)), url('../images/istockphoto-803107944-612x612.jpeg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  color: #25303f;
  font-size: 19px;
  line-height: 1.4;
}

.book-now-wheel {
  position: static;
  right: 60px;
  bottom: 60px;
  z-index: 999;
  display: block;
  width: 180px;
  height: 180px;
  background-image: url('../images/Book-Now-Wheel.png');
  background-position: 50% 50%;
  background-size: contain;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  -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;
}

.section.footer {
  position: relative;
  z-index: 3;
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #25303f;
}

.section.hero {
  height: 100vh;
  min-height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section.after-hero {
  padding-top: 200px;
}

.section.up-margin {
  padding-top: 160px;
  padding-bottom: 0px;
}

.text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 840px;
  -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;
}

.text-wrap.centered {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-wrap.centered.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 25%;
  width: 80%;
  max-width: 60%;
  font-size: 10px;
  line-height: 1;
}

.text-wrap.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-wrap.utility {
  width: 92%;
  max-width: 1280px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.text-wrap.hero {
  max-width: 1280px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gold-line {
  width: 2px;
  height: 100px;
  margin-bottom: 0px;
  background-color: #25303f;
}

.gold-dot {
  width: 8px;
  height: 8px;
  margin-bottom: 15px;
  border-radius: 6px;
  background-color: #25303f;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Cormorant Garamond', sans-serif;
  font-size: 58px;
  line-height: 1.1;
  font-weight: 300;
}

.h2.centered {
  font-size: 45px;
  text-align: center;
}

.h2.white {
  margin-bottom: 10px;
  color: #fff;
}

.h2.white.centered {
  margin-bottom: 30px;
}

.gold-text {
  color: #25303f;
  font-size: 38px;
  text-decoration: none;
}

.end-text-decoration {
  width: 60px;
}

.end-text-decoration.up-margin {
  margin-top: 30px;
}

.container {
  position: relative;
  width: 80%;
  max-width: 1280px;
}

.container.social {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 560px;
  margin-top: 120px;
  -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;
}

.container.footer {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.contact {
  display: -ms-grid;
  display: grid;
  padding: 100px 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.8fr 1.2fr;
  grid-template-columns: 0.8fr 1.2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 81vh;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image {
  width: 100%;
}

.button {
  position: relative;
  z-index: 3;
  display: none;
  margin-top: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-weight: 400;
  text-decoration: none;
}

.button-text {
  margin-bottom: 10px;
  color: #25303f;
  font-size: 26px;
  line-height: 1;
  font-weight: 300;
  text-decoration: none;
}

.button-text.white {
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 26px;
}

.button-line {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #d7d7d7;
}

.button-line.over {
  width: 0%;
  background-color: #25303f;
  color: #25303f;
}

.button-line.over.gold {
  background-color: #c9a96a;
}

.button-line.blue {
  background-color: #4b617f;
}

.button-line.sand {
  background-color: #e0ce94;
}

.section-bg-color-change {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 240px;
  margin-bottom: 240px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  background-color: transparent;
}

.bg-color-changer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -999;
}

.bg-color-changer.home {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -999;
  display: block;
  background-color: #25303f;
}

.bg-color-changer.restaurant {
  position: fixed;
  display: block;
  background-color: rgba(37, 48, 63, 0.24);
}

.split-container {
  display: -ms-grid;
  display: grid;
  width: 80%;
  max-width: 1280px;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.split-container.restaurant {
  margin-top: 0px;
  margin-bottom: 240px;
}

.split-container.footer {
  margin-bottom: 60px;
  grid-column-gap: 200px;
}

.split-container.up-margin {
  margin-top: 240px;
}

.image-wrap {
  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;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.label {
  margin-bottom: 10px;
  color: #a2a2a0;
  font-size: 18px;
}

.label.white {
  color: #fff;
}

.label.sand {
  color: #665534;
}

.spa-foto-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 92%;
  max-width: 1280px;
  margin-top: 240px;
  margin-bottom: 45px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 300px 300px;
  grid-template-rows: 300px 300px;
}

.spa-image._1 {
  background-image: url('../images/PEXELS-michael-block.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.spa-image._2 {
  background-image: url('../images/PEXELS-burst.jpg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.spa-image._3 {
  background-image: url('../images/PEXELS-cottonbro.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.social-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.social-link {
  position: relative;
  z-index: 3;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #25303f;
  font-size: 26px;
  text-decoration: none;
}

.social-link:hover {
  color: #c9a96a;
}

.blue-dot {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #25303f;
}

.about-pic {
  position: absolute;
  width: 280px;
  margin-right: 0px;
}

.about-pic._1 {
  bottom: 80px;
  margin-left: 40px;
}

.about-pic._4 {
  left: 160px;
  bottom: 120px;
  width: 200px;
  margin-right: 0px;
  padding-right: 0px;
}

.about-pic._5 {
  left: 0px;
  top: 0px;
  z-index: 0;
  width: 320px;
}

.about-pic._2 {
  top: 100px;
  right: auto;
  z-index: 0;
  width: 260px;
  margin-bottom: 0px;
  margin-left: 300px;
}

.about-pic._3 {
  top: 0px;
  right: 0px;
  z-index: 0;
  width: 400px;
  margin-bottom: 0px;
  margin-left: auto;
}

.form-block {
  position: relative;
  z-index: 3;
  width: 92%;
  max-width: 1280px;
  margin-bottom: 60px;
}

.from-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -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;
}

.name-field {
  width: 580px;
  height: auto;
  margin-right: 20px;
  margin-bottom: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #afc9d0;
  background-color: transparent;
  color: #afc9d0;
  font-size: 18px;
}

.name-field:focus {
  border-bottom-color: #c9a96a;
}

.name-field::-webkit-input-placeholder {
  color: #afc9d0;
  font-size: 18px;
}

.name-field:-ms-input-placeholder {
  color: #afc9d0;
  font-size: 18px;
}

.name-field::-ms-input-placeholder {
  color: #afc9d0;
  font-size: 18px;
}

.name-field::placeholder {
  color: #afc9d0;
  font-size: 18px;
}

.email-field {
  height: auto;
  margin-bottom: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #afc9d0;
  background-color: transparent;
  color: #afc9d0;
  font-size: 18px;
}

.email-field:focus {
  border-bottom-color: #c9a96a;
}

.email-field::-webkit-input-placeholder {
  color: #afc9d0;
  font-weight: 300;
}

.email-field:-ms-input-placeholder {
  color: #afc9d0;
  font-weight: 300;
}

.email-field::-ms-input-placeholder {
  color: #afc9d0;
  font-weight: 300;
}

.email-field::placeholder {
  color: #afc9d0;
  font-weight: 300;
}

.submit-button {
  width: 200px;
  border-bottom: 2px solid #afc9d0;
  background-color: transparent;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  font-size: 18px;
}

.submit-button:hover {
  color: #afc9d0;
}

.submit-button:active {
  border-bottom-color: #c9a96a;
}

.privacy-accept {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-top: 0px;
  padding-left: 0px;
  -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;
}

.radio-button-label {
  margin-bottom: 0px;
  padding-left: 10px;
  color: #fff;
  font-size: 18px;
}

.logo-link-wrap {
  position: relative;
  z-index: 3;
  width: 40vh;
}

.logo {
  width: 200px;
}

.link-wrap {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #afc9d0;
  font-size: 16px;
  text-decoration: none;
}

.licence {
  color: #6b7b7f;
  font-size: 14px;
}

.text {
  width: 100%;
  font-size: 16px;
}

.text.centered {
  text-align: center;
}

.text.utility {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #7c7c7c;
  text-align: center;
}

.text.footer {
  color: #afc9d0;
  line-height: 1.6;
  text-align: justify;
}

.parallax-image-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  height: 4000px;
  max-width: 1280px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.parallax-image-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.parallax-image {
  display: inline-block;
  width: 25%;
}

.parallax-image._1 {
  margin-bottom: 2300px;
}

.parallax-image._2 {
  margin-bottom: 3200px;
}

.parallax-image._3 {
  margin-bottom: 1400px;
}

.parallax-image._4 {
  margin-bottom: 500px;
}

.video {
  width: 92%;
  max-width: 1280px;
}

.contact-title {
  margin-bottom: 20px;
  font-family: 'Cormorant Garamond', sans-serif;
  font-size: 20px;
}

.contact-subtitle {
  margin-bottom: 40px;
  color: #87898a;
  font-size: 18px;
}

.contact-form-block {
  width: 100%;
}

.contact-label {
  font-family: 'Cormorant Garamond', sans-serif;
  color: #25303f;
  font-size: 20px;
  font-weight: 300;
}

.input-field {
  height: 50px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #b5bbbf;
}

.text-field {
  min-height: 200px;
  margin-bottom: 20px;
  border: 1px solid #b5bbbf;
}

.contact-button {
  padding: 10px 50px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #25303f;
  border-radius: 20px;
  background-color: transparent;
  color: #25303f;
  font-size: 18px;
}

.licensing-grid {
  display: -ms-grid;
  display: grid;
  width: 92%;
  max-width: 1280px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.license-text {
  margin-top: 25px;
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #7c7c7c;
  font-size: 24px;
  font-weight: 400;
}

.license {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #7c7c7c;
  text-decoration: underline;
}

.license:hover {
  color: #25303f;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  max-width: 1280px;
  margin-bottom: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px none rgba(29, 29, 31, 0.2);
}

.row.up-line {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-top: 20px;
  border-top: 1px solid #25303f;
}

.number-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 50px;
  min-width: 60px;
  margin-left: 60px;
  -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: #c9a96a;
  background-color: transparent;
}

.number {
  font-family: 'Cormorant Garamond', sans-serif;
  color: #c9a96a;
  font-size: 28px;
  line-height: 1;
  font-weight: 300;
}

.radio-button {
  margin-top: 0px;
  margin-bottom: 3px;
  margin-left: 0px;
}

.h1 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Jost 200', sans-serif;
  font-size: 220px;
  line-height: 0.7;
  font-weight: 300;
}

.h1.white {
  position: relative;
  top: -53px;
  margin-top: 0px;
  margin-bottom: -189px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Jost 200', sans-serif;
  color: #fff;
  font-size: 220px;
  font-weight: 300;
  text-align: center;
}

.h1.utility {
  margin-bottom: 80px;
}

.h1.style-guide {
  line-height: 1.2;
}

.hero-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.hero-image.home._1 {
  z-index: -1;
  display: block;
  background-image: url('../images/PEXELS-michael-block.jpg');
  background-position: 50% 80%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.home._2 {
  z-index: -1;
  display: block;
  background-image: url('../images/UNSPLASH-lefteris-kallergis.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.home._3 {
  z-index: -1;
  display: block;
  background-image: url('../images/PEXELS-cottonbro.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-image.home._4 {
  z-index: -1;
  background-image: url('../images/PEXELS-yente-van-eynde.jpg');
  background-position: 50% 60%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.home._4 {
  z-index: -1;
  background-image: url('../images/PEXELS-yente-van-eynde.jpg');
  background-position: 50% 60%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.home._3 {
  z-index: -1;
  display: block;
  background-image: url('../images/PEXELS-cottonbro.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-image.home._2 {
  z-index: -1;
  display: block;
  background-image: url('../images/UNSPLASH-lefteris-kallergis.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.home._1 {
  z-index: -1;
  display: block;
  background-image: url('../images/PEXELS-michael-block.jpg');
  background-position: 50% 80%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.restaurant._1 {
  z-index: -1;
  display: block;
  background-image: url('../images/pexels-the-glorious-studio-5442447.jpg');
  background-position: 50% 60%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.restaurant._2 {
  z-index: -1;
  display: block;
  background-image: url('../images/pexels-arjiv-exports-5362404.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.restaurant._3 {
  z-index: -1;
  display: block;
  background-image: url('../images/edgar-soto-gb0BZGae1Nk-unsplash.jpg');
  background-position: 50% 40%;
}

.hero-image.restaurant._4 {
  z-index: -1;
  display: block;
  background-image: url('../images/edgar-soto-gb0BZGae1Nk-unsplash.jpg');
  background-position: 50% 60%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.spa._1 {
  z-index: -1;
  display: none;
  background-image: url('../images/PEXELS-michael-block.jpg');
  background-position: 50% 80%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.spa._2 {
  z-index: -1;
  display: none;
  background-image: url('../images/UNSPLASH-roberto-nickson.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.spa._3 {
  z-index: -1;
  display: none;
  background-image: url('../images/PEXELS-cottonbro.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-image.spa._4 {
  z-index: -1;
  background-image: url('../images/UNSPLASH-lefteris-kallergis.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.experiences._1 {
  z-index: -1;
  display: block;
  background-image: url('../images/PEXELS-katie-hollamby.jpg');
  background-position: 50% 70%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.experiences._2 {
  z-index: -1;
  display: block;
  background-image: url('../images/PEXELS-visionpic.png');
  background-position: 50% 80%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.experiences._3 {
  z-index: -1;
  display: block;
  background-image: url('../images/PEXELS-iconcom.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-image.experiences._4 {
  z-index: -1;
  background-image: url('../images/UNSPLASH-mae-mu.jpg');
  background-position: 50% 60%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.rooms._1 {
  z-index: -1;
  display: block;
  background-image: url('../images/pexels-pixabay.jpg');
  background-position: 50% 80%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.rooms._2 {
  z-index: -1;
  display: block;
  background-image: url('../images/pexels-pixabay-53577.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.rooms._3 {
  z-index: -1;
  display: block;
  background-image: url('../images/PEXELS-elina-sazonova.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.hero-image.rooms._4 {
  z-index: -1;
  background-image: url('../images/UNSPLASH-taylor-simpson.jpg');
  background-position: 50% 60%;
  background-size: cover;
  background-repeat: no-repeat;
}

._404-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
}

._404-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 75px;
  -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;
  background-color: #f4f1ed;
}

._404-heading {
  position: static;
  margin-bottom: 40px;
  font-family: 'Cormorant Garamond', sans-serif;
  color: #353535;
  font-size: 60px;
  font-weight: 400;
}

._404-subheading {
  margin-bottom: 30px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
}

._404-button {
  padding: 10px 20px;
  background-color: #25303f;
  font-size: 18px;
}

.menu {
  position: static;
  top: 60px;
  right: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: none;
  border-width: 0px;
  border-color: #000;
  border-radius: 0px;
  text-decoration: none;
}

.nav-logo {
  width: 15vw;
}

.navigation-bar {
  position: fixed;
  top: 40px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  height: auto;
  max-width: 1280px;
  -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 {
  position: relative;
  z-index: 3;
  display: inline-block;
  margin-bottom: 6px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #7c7c7c;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}

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

.book-now-wrap {
  position: fixed;
  top: auto;
  bottom: 100px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  height: auto;
  max-width: 1280px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.slider {
  height: 100%;
  padding: 0px;
  background-color: transparent;
}

.slide-nav {
  display: none;
  height: 44px;
  padding-bottom: 10px;
}

.icon {
  width: 180px;
  height: 180px;
  margin-right: 240px;
  border-style: solid;
  border-width: 1px;
  border-color: #c9a96a;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.icon:hover {
  background-color: rgba(37, 48, 63, 0.25);
}

.icon.left {
  margin-right: 0px;
  margin-left: 240px;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Cormorant Garamond', sans-serif;
  font-size: 38px;
  line-height: 1.1;
  font-weight: 300;
}

.h3.footer {
  font-family: 'Cormorant Garamond', sans-serif;
  color: #afc9d0;
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -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;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -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;
}

.slide-transition-effect {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  background-color: #fff;
}

.slide-transition-effect.fade-in {
  z-index: 1;
  display: none;
  width: 70%;
  background-color: transparent;
  line-height: 1;
}

.slide-transition-effect.fade-out {
  left: 30%;
  right: auto;
  z-index: 1;
  display: none;
  overflow: hidden;
  width: 0%;
  border: 1px solid transparent;
  background-color: transparent;
  line-height: 1;
}

.rooms-tabs {
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.rooms-selector-wrap {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1.5px solid #a2a2a0;
}

.room-selector {
  z-index: 3;
  margin-bottom: 30px;
  padding: 0px;
  background-color: transparent;
  font-family: 'Cormorant Garamond', sans-serif;
  color: #a2a2a0;
  font-size: 40px;
  line-height: 1;
  font-weight: 300;
}

.room-selector:visited {
  color: #25303f;
}

.room-selector.w--current {
  z-index: 3;
  background-color: transparent;
  color: #25303f;
}

.rooms-container {
  width: 70%;
}

.rooms-wrap {
  padding-bottom: 0px;
  padding-left: 100px;
}

.room-description-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 50px;
  -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;
}

.room-description-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 300;
  text-align: justify;
}

.room-feature-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.room-feature {
  margin-bottom: 15px;
  color: #25303f;
  font-size: 14px;
  font-weight: 300;
}

.styleguide-color {
  width: 250px;
  height: 250px;
}

.styleguide-color.titles {
  background-color: #25303f;
}

.styleguide-color.paragraphs {
  background-color: #c9a96a;
}

.styleguide-color._7c7c7c {
  background-color: #7c7c7c;
}

.styleguide-color.afc9d0 {
  background-color: #afc9d0;
}

.styleguide-color._947c4e {
  margin-top: 0px;
  background-color: #947c4e;
}

.styleguide-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  max-width: 1280px;
  -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;
}

.colors-info-container {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.typography-info-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.h6 {
  font-family: 'Cormorant Garamond', sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.h4 {
  font-family: 'Cormorant Garamond', sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.h5 {
  font-family: 'Cormorant Garamond', sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.info-text {
  color: #7c7c7c;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 400;
}

.info-text:hover {
  color: #888;
}

.titles-style-guide {
  font-family: 'Cormorant Garamond', sans-serif;
  color: #1d1d1f;
  font-size: 60px;
  line-height: 1.5;
  font-weight: 300;
}

.styleguide-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 20px;
  -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;
  background-color: #f3f3f3;
}

.text-style-guide {
  font-family: 'Cormorant Garamond', sans-serif;
  font-size: 60px;
  line-height: 1.5;
}

.typography-square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 250px;
  padding-right: 15px;
  padding-left: 15px;
  -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;
  background-color: #f3f3f3;
}

.gold-line-wrap {
  width: 2px;
  height: 100px;
  margin-bottom: 8px;
}

.success-message {
  height: auto;
  border-bottom: 1px solid #afc9d0;
  background-color: transparent;
  color: #afc9d0;
  font-size: 18px;
}

.error-message {
  padding-left: 0px;
  background-color: transparent;
  color: #c9a96a;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.utility-page-form {
  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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.submit-button-2 {
  background-color: #25303f;
}

.speaker-image-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 101%;
  background-image: url('../images/BCDD1B42-62AC-4172-9506-BA3E86C8E380.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  cursor: pointer;
}

.speaker-slide-content {
  position: relative;
  top: 29px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 36px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.diamond-shape-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 101%;
  margin-right: auto;
  margin-left: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.diamond-shape-image.two {
  background-image: url('../images/131FC681-F96A-4987-9F0D-C59D02EB3579_4_5005_c.jpeg');
}

.diamond-shape-image.four {
  background-image: url('../images/F75F75D2-FF79-4A66-8E19-E0304F93E6B1_4_5005_c.jpeg');
  background-position: 50% 0%;
}

.diamond-shape-image.three {
  margin-right: 0px;
  background-image: url('../images/F75F75D2-FF79-4A66-8E19-E0304F93E6B1_4_5005_c.jpeg');
  background-position: 100% 0%;
}

.diamond-shape-image.six {
  background-image: url('../images/3251AFB0-CB16-43BF-A1D6-C6A9370A7A9A_4_5005_c.jpeg');
  background-position: 50% 0%;
}

.diamond-shape-image.one {
  background-image: url('../images/35F0AC66-2167-4B26-BA43-96391FB79AB4_4_5005_c.jpeg');
}

.diamond-shape-image.five {
  width: 101%;
  background-image: url('../images/Portrait006.jpg');
  background-position: 0% 0%;
}

.diamond-shape-image.two {
  background-image: url('../images/princess_Cut.jpeg');
}

.diamond-shape-image.six {
  background-image: url('../images/round_Shape.jpeg');
  background-position: 50% 0%;
}

.diamond-shape-image.three {
  margin-right: 0px;
  background-image: url('../images/asscher_Cut.jpeg');
  background-position: 100% 0%;
}

.diamond-shape-image.one {
  background-image: url('../images/emerald_Cut.jpeg');
}

.diamond-shape-image.four {
  background-image: url('../images/marquise_Cut.jpeg');
  background-position: 50% 0%;
}

.diamond-shape-image.five {
  width: 101%;
  background-image: url('../images/heart_Diamonds.jpeg');
  background-position: 0% 0%;
}

.diamond-shape-image.eight {
  background-image: url('../images/oval_Cut.jpeg');
  background-position: 50% 0%;
  background-size: contain;
}

.diamond-shape-image.nine {
  background-image: url('../images/cushion_Cut.jpeg');
}

.diamond-shape-image.ten {
  background-image: url('../images/radiant_Shape.jpeg');
}

.speaker-slider-wrapper {
  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: 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;
}

.speakers-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
}

.diamonds-slide-mask {
  overflow: visible;
  width: 33.33%;
}

.body-display {
  color: #8a94a6;
  line-height: 1.55em;
}

.body-display.large {
  margin-top: 23px;
  font-size: 18px;
  line-height: 1.6em;
}

.body-display.large {
  font-size: 15px;
  line-height: 1.6em;
}

.product-name {
  position: relative;
  top: 42px;
  z-index: 10;
  height: 10vh;
  margin-top: 27px;
  font-family: 'Cormorant Garamond', sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 32px;
  -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: #25303f;
  border-radius: 100px;
  color: #25303f;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.speaker-arrow {
  left: auto;
  top: auto;
  right: 5vw;
  bottom: 5vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 0px;
  -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: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.04);
  border-radius: 100px;
  background-color: #1e2029;
}

.speaker-arrow.left {
  left: auto;
  right: 5vw;
  margin-right: 72px;
}

.diamond-info {
  max-width: 500px;
  margin-bottom: 36px;
  font-size: 17px;
  line-height: 1.2;
}

.clip-text {
  overflow: hidden;
}

.clip-text.speaker-headding {
  margin-top: -48px;
  margin-bottom: 36px;
}

.slide-arrow {
  width: 18px;
}

.slide-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 40vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.speaker-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.slide-nav-2 {
  display: none;
}

.text-field-2 {
  margin-top: 18px;
  padding-top: 0px;
  padding-bottom: 13px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 0.85vw;
  line-height: 1;
  text-transform: uppercase;
}

.contact-wrap {
  position: relative;
  z-index: 2;
}

.contact-paragraph-second {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.main-container {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 1920px;
}

.main-container.nav {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-contact-form {
  position: relative;
  color: #fff;
  font-size: 2.5vw;
  font-weight: 400;
}

.heading-contact-form.second {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}

.contact-section {
  padding: 100px 5vw;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background-image: linear-gradient(180deg, transparent, #fff);
}

.line-button-second.first {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

.line-button-second.second {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

.error-message-2 {
  padding-left: 0px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fd686b;
}

.maps-image {
  position: absolute;
  left: 22px;
  top: 33px;
  right: 0%;
  bottom: 0%;
  height: 27.3vw;
  opacity: 0.28;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.paragraph-home {
  color: #fff;
}

.container-line-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-grid {
  height: 27.3vw;
  -ms-grid-columns: 30vw 1fr;
  grid-template-columns: 30vw 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.submit-second-button {
  margin-top: 49px;
  padding: 0px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  text-transform: uppercase;
}

.submit-second-button.white {
  margin-top: 0px;
  padding: 13px 20px;
}

.succes-message {
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.line-link-second {
  width: 50%;
  height: 1px;
  background-color: #021d2b;
}

.line-link-second.white {
  background-color: #fff;
}

.line-link-second.white.button.top {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  -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;
}

.line-link-second.white.button.top.second {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 100%;
}

.column-contact {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4.7vw;
  padding-bottom: 4.7vw;
  padding-left: 4.7vw;
  -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;
  background-color: #021d2b;
}

.column-contact.second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0vw 16vw 0vw 4.7vw;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-button {
  margin-right: auto;
}

.container-button._2 {
  margin-top: 37px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2 {
  overflow: hidden;
  height: 80%;
}

.button-3 {
  position: -webkit-sticky;
  position: sticky;
  left: 107%;
  top: 790px;
  right: -8px;
  bottom: 32.4px;
  width: 5vw;
  height: 7vh;
  margin-top: -15px;
  margin-bottom: 11px;
  padding-top: 37px;
  padding-bottom: 0px;
  padding-left: 51px;
  background-color: transparent;
  background-image: url('../images/icons8-whatsapp.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.heading {
  position: relative;
  top: 0px;
  font-family: 'Cormorant Garamond', sans-serif;
  font-size: 60px;
  font-weight: 300;
  text-align: center;
}

.brand {
  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;
  border: 1px solid transparent;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.text-block-408 {
  position: relative;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.content-wrapper {
  position: relative;
  left: -7px;
  top: 24px;
  z-index: 20;
  display: -ms-grid;
  display: grid;
  width: 40%;
  padding-right: 0px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border: 1px solid transparent;
}

.nav-menu-items {
  position: relative;
  left: 112px;
  top: -77px;
  display: -ms-grid;
  display: grid;
  height: 100%;
  padding-left: 314px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border: 1px solid transparent;
  font-size: 40px;
}

.nav-content {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid transparent;
}

.page-frame {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(5vw, auto) minmax(auto, 1fr) minmax(5vw, auto);
  grid-template-columns: minmax(5vw, auto) minmax(auto, 1fr) minmax(5vw, auto);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.page-frame.in-element {
  position: absolute;
  height: auto;
  border: 1px solid transparent;
}

.stacked-content {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-right: 72px;
  padding-left: 72px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border: 1px solid transparent;
}

.nav-link-text {
  position: relative;
}

.nav-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -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: 1px solid transparent;
  color: #000;
  font-size: 12px;
  line-height: 1.3em;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.97);
}

.image-8 {
  width: 350px;
  max-width: 580px;
  border: 1px solid transparent;
}

.promo-row {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -36px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 36px;
  min-height: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px none rgba(140, 159, 172, 0.2);
  border-bottom: 1px none hsla(0, 0%, 100%, 0.1);
  text-decoration: none;
}

.grid-wrapper {
  position: relative;
  z-index: 20;
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border: 1px solid transparent;
}

.menu-button-2 {
  border: 1px solid transparent;
}

.grain {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: url('../images/noise.gif');
  background-position: 50% 50%;
  background-size: auto;
  opacity: 0.02;
}

.grain.in-block {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 100vw;
  height: 100vh;
  border: 1px solid transparent;
}

.nav-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  overflow: hidden;
  border: 1px solid transparent;
  background-color: transparent;
}

.frame-outline {
  display: none;
  width: 1px;
  border: 1px solid transparent;
  background-color: rgba(140, 159, 172, 0.2);
}

.nav-menu-2 {
  top: 37px;
  border: 1px solid transparent;
}

.nav-link-3 {
  color: #40a01d;
}

.heading-2 {
  font-family: 'Cormorant Garamond', sans-serif;
  font-size: 60px;
  font-weight: 400;
  text-align: center;
}

.paragraph {
  font-size: 16px;
  text-align: center;
}

.bold-text {
  font-weight: 400;
  text-transform: uppercase;
}

.bold-text-2 {
  font-weight: 400;
}

.text-block-409 {
  position: relative;
  top: -11px;
  color: rgba(37, 48, 63, 0.47);
  font-size: 15px;
  text-align: center;
}

.button-text-2 {
  position: relative;
  z-index: 10;
  font-family: Montserrat, sans-serif;
}

.left-navbar {
  position: relative;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  min-width: 275px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: none;
  border-width: 1px;
  border-color: #f3f6fc;
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.projects-search-wrapper {
  display: -ms-grid;
  display: grid;
  height: 75px;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tablet-mobile-nav-links {
  display: none;
}

.tablet-mobile-menu {
  display: none;
}

.wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1400px;
}

.wrapper.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: none solid solid;
  border-width: 1px;
  border-color: rgba(243, 246, 252, 0) #f3f6fc #f3f6fc;
}

.wrapper.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: none solid solid;
  border-width: 1px;
  border-color: rgba(243, 246, 252, 0) #f3f6fc #f3f6fc;
}

.wrapper.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.full-menu-button {
  display: none;
  width: 80px;
  margin-right: -0.5px;
  padding: 26px;
  -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-right: 1px solid #f3f6fc;
  border-left: 1px solid #f3f6fc;
  cursor: pointer;
}

.mega-menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 25;
  display: none;
  overflow: hidden;
  margin-right: -1px;
  margin-left: -1px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #f3f6fc;
  background-color: #f3f6fc;
}

.navigation-links {
  display: -ms-grid;
  display: grid;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.25fr 1fr 1fr 1fr;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.search-button {
  padding: 0px 32px;
  border-radius: 100px;
  background-color: #090b19;
  color: #fff;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.mega-menu-list-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #e2e7f1;
}

.large-menu-wrapper {
  position: relative;
  z-index: 20;
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-bottom: 25px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 75px auto;
  grid-template-rows: 75px auto;
  background-color: #f3f6fc;
}

.team-social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  padding: 10px;
  -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: 100px;
  background-color: #fff;
}

.team-social-icon.outline {
  border-style: solid;
  border-width: 1px;
  border-color: #e2e7f1;
}

.mega-menu-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: none;
  background-color: rgba(9, 11, 25, 0.5);
}

.post-list-item {
  display: -ms-grid;
  display: grid;
  height: 100%;
  min-height: 80px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr 36px;
  grid-template-columns: 1fr 36px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #090b19;
  font-size: 18px;
  line-height: 1.25em;
  text-decoration: none;
}

.post-list-item.category-list-item {
  min-height: 80px;
  padding-left: 0px;
  grid-auto-flow: column;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  font-size: 18px;
  line-height: 1.25em;
  font-weight: 400;
}

.mega-category-list {
  display: -ms-grid;
  display: grid;
  padding-right: 24px;
  padding-left: 24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}

.mega-category-list.middle {
  border-right: 1px solid #e2e7f1;
  border-left: 1px solid #e2e7f1;
}

.button-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 0px;
  margin-left: 0px;
  padding: 16px 28px;
  -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: #090b19;
  border-radius: 100px;
  background-color: #090b19;
  -webkit-transition: all 400ms cubic-bezier(.25, .46, .45, .94);
  transition: all 400ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 11px;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-4:hover {
  border-color: #e2e7f1;
  background-color: #e2e7f1;
  color: #090b19;
}

.button-4.grey-outline {
  border-color: #e2e7f1;
  background-color: rgba(9, 11, 25, 0);
  color: #090b19;
}

.button-4.grey-outline:hover {
  border-color: #090b19;
  background-color: #090b19;
  color: #fff;
}

.button-4.white-outline {
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.75);
  background-color: rgba(9, 11, 25, 0);
}

.button-4.white-outline:hover {
  border-color: #090b19;
  background-color: #090b19;
  color: #fff;
}

.menu-collection-list-item {
  border-bottom: 1px solid #e2e7f1;
}

.menu-lottie {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mega-social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-left: 24px;
  -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;
}

.stacked-description {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.stacked-description.horizontal {
  width: 100%;
  grid-auto-flow: column;
  grid-column-gap: 12px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
}

.stacked-description.horizontal {
  width: 100%;
  grid-auto-flow: column;
  grid-column-gap: 12px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
}

.nav-link-7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #090b19;
  font-size: 14px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-link-7.w--current {
  color: #090b19;
}

.body-display-2 {
  color: #6e7488;
  font-size: 16px;
  line-height: 1.6em;
}

.brand-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 24px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #090b19;
  font-size: 22px;
  text-transform: uppercase;
}

.nav-menu {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-style: none;
  border-width: 1px;
  border-color: rgba(243, 246, 252, 0);
}

.nav-link-hover-button {
  position: absolute;
  width: 100%;
  height: 46px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 100px;
}

.navigation-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: -5px;
  margin-left: -1px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #f3f6fc;
  background-color: #fff;
}

.menu-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 33.33%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: rgba(243, 246, 252, 0);
}

.team-social-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.list-item-arrow {
  width: 18px;
  min-width: 18px;
}

.search-input {
  min-height: 42px;
  margin-bottom: 0px;
  padding-right: 24px;
  padding-left: 24px;
  border: 1px none #000;
  font-size: 13px;
  font-weight: 300;
}

.search-input::-webkit-input-placeholder {
  color: #6e7488;
}

.search-input:-ms-input-placeholder {
  color: #6e7488;
}

.search-input::-ms-input-placeholder {
  color: #6e7488;
}

.search-input::placeholder {
  color: #6e7488;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 0px;
  padding: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e7f1;
  border-radius: 100px;
  background-color: #fff;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.subtitle {
  position: relative;
  z-index: 10;
  color: #090b19;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.subtitle.white {
  color: #fff;
}

.search-wrapper {
  padding-right: 24px;
  padding-left: 24px;
}

.diamonds-slider-wrapper-2 {
  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: 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;
}

.speaker-image-cover-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 101%;
  background-image: url('../images/BCDD1B42-62AC-4172-9506-BA3E86C8E380.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  cursor: pointer;
}

.clip-text-2 {
  overflow: visible;
}

.clip-text-2.speaker-headding {
  height: 30%;
  margin-top: -48px;
  margin-bottom: 36px;
}

.section-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 5vw;
  -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;
}

.section-3.home-hero-section {
  overflow: hidden;
  min-height: 100vh;
  padding: 0px 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-3.home-hero-section {
  overflow: hidden;
  width: 90%;
  height: 90vh;
  min-height: 100vh;
  padding: 0px 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.diamonds-hero-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80%;
  -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;
}

.slide-image-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 76%;
  height: 256px;
  max-height: 65vh;
  max-width: 76%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.diamonds-slide-content-2 {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 36px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.speaker-name {
  position: relative;
  z-index: 10;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 200;
}

.speaker-arrow-2 {
  left: auto;
  top: auto;
  right: 5vw;
  bottom: 5vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 0px;
  -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: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.04);
  border-radius: 100px;
  background-color: #1e2029;
}

.speaker-arrow-2.left {
  left: auto;
  right: 5vw;
  margin-right: 72px;
}

.button-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 32px;
  -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: #25303f;
  border-radius: 100px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.diamonds-slider-2 {
  left: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.text-block-410 {
  color: #25303f;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -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;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo-2 {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link-8 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link-8:hover {
  text-decoration: underline;
}

.button-text-3 {
  position: relative;
  z-index: 10;
}

.left-navbar-2 {
  position: relative;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  min-width: 275px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: none;
  border-width: 1px;
  border-color: #f3f6fc;
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.full-menu-button-2 {
  display: none;
  width: 80px;
  margin-right: -0.5px;
  padding: 26px;
  -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-right: 1px solid #f3f6fc;
  border-left: 1px solid #f3f6fc;
  cursor: pointer;
}

.mega-menu-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 25;
  display: none;
  overflow: hidden;
  margin-right: -1px;
  margin-left: -1px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #f3f6fc;
  background-color: #f3f6fc;
}

.navigation-links-2 {
  position: relative;
  left: 29%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.large-menu-wrapper-2 {
  position: relative;
  z-index: 20;
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-bottom: 25px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 75px auto;
  grid-template-rows: 75px auto;
  background-color: #f3f6fc;
}

.mega-menu-overlay-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: none;
  background-color: rgba(9, 11, 25, 0.5);
}

.mega-category-list-2 {
  display: -ms-grid;
  display: grid;
  padding-right: 24px;
  padding-left: 24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}

.mega-category-list-2.middle {
  border-right: 1px solid #e2e7f1;
  border-left: 1px solid #e2e7f1;
}

.nav-link-9 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #090b19;
  font-size: 14px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-link-9.w--current {
  color: #090b19;
}

.brand-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 24px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #090b19;
  font-size: 22px;
  text-transform: uppercase;
}

.nav-menu-3 {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-style: none;
  border-width: 1px;
  border-color: rgba(243, 246, 252, 0);
}

.navigation-cover-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: -5px;
  margin-left: -1px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #f3f6fc;
  background-color: #fff;
}

.menu-wrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 33.33%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: rgba(243, 246, 252, 0);
}

.contact-info-div {
  padding-left: 25px;
}

.search-2 {
  display: block;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-10 {
  width: 100%;
  margin-left: 0px;
  padding: 16px 25px;
  border: 1px none #000;
  -webkit-transition: color 400ms ease-in-out, background-color 400ms ease-in-out;
  transition: color 400ms ease-in-out, background-color 400ms ease-in-out;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
}

.nav-link-10:hover {
  background-color: #021d2b;
  color: #fff;
}

.nav-link-10.w--current {
  color: #021d2b;
}

.search-button-2 {
  display: none;
}

.social-container {
  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;
}

.social-container.menu {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  padding-top: 26px;
  padding-bottom: 21px;
}

.brand-link {
  position: absolute;
  margin-bottom: auto;
}

.brand-link._2 {
  left: 0%;
  top: 50px;
  right: 0%;
  bottom: auto;
}

.search-imput {
  width: 200px;
  margin-right: 5px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
}

.contact-text {
  color: #fff;
  font-size: 12px;
  line-height: 1.7;
}

.contact-text.second {
  margin-bottom: 0px;
}

.contact-text.second.menu {
  color: #021d2b;
}

.contact-text._18.menu {
  color: #021d2b;
}

.navbar-4 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  height: 10%;
  padding: 18px 88px;
  -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;
  background-color: #0a101a;
}

.brand-image {
  width: 250px;
}

.brand-image.menu {
  width: 64px;
}

.menu-button {
  margin-right: auto;
  background-color: transparent;
}

.menu-button.w--open {
  background-color: transparent;
}

.image-11 {
  width: 100%;
}

.image-11._2 {
  width: 1.1vw;
  cursor: pointer;
}

.social-link-2 {
  width: 1.2vw;
  height: 1.2vw;
  margin-left: 16px;
  -webkit-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}

.social-link-2:hover {
  opacity: 0.59;
}

.social-link-2.nav {
  height: auto;
  -webkit-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}

.social-link-2.nav:hover {
  opacity: 0.54;
}

.social-link-2.first {
  margin-left: 25px;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.social-link-2.first:hover {
  opacity: 0.59;
}

.social-link-2.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line-menu {
  width: 36px;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #fff;
}

.nav-menu-4 {
  display: block;
  width: 450px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dcecf4;
}

.container-menu {
  position: relative;
  display: none;
  height: 100vh;
  -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;
}

.mega-menu-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 25;
  display: none;
  overflow: hidden;
  margin-right: -1px;
  margin-left: -1px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #f3f6fc;
  background-color: #f3f6fc;
}

.mega-menu-overlay-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: none;
  background-color: rgba(9, 11, 25, 0.5);
}

.nav-menu-5 {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-style: none;
  border-width: 1px;
  border-color: rgba(243, 246, 252, 0);
}

.menu-wrapper-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 33.33%;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: rgba(243, 246, 252, 0);
}

.text-block-411 {
  color: #25303f;
}

.heading-3 {
  position: absolute;
  left: 0%;
  top: -1%;
  right: 0%;
  bottom: auto;
  font-family: 'Cormorant Garamond', sans-serif;
  font-size: 46px;
  font-weight: 300;
}

.text-block-412 {
  color: #25303f;
}

.text-block-413 {
  color: #25303f;
}

.text-block-414 {
  color: #25303f;
}

.text-block-415 {
  color: #25303f;
}

.rotate-text {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.clip {
  position: relative;
  overflow: hidden;
}

.button-text-4 {
  position: relative;
  z-index: 10;
}

.pin-stripe {
  width: 1px;
  background-color: #f3f6fc;
}

.pin-stripe.white {
  background-color: rgba(255, 255, 255, 0.12);
}

.transparent-fill {
  width: 100%;
}

.stripe-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.stripe-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-bottom-feature {
  width: 33.33%;
  padding: 0px;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
  color: #090b19;
}

.hover-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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: #fff;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
  font-size: 11px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-content-wrapper {
  display: -ms-grid;
  display: grid;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-hero {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  padding-top: 120px;
  -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;
  color: #fff;
}

.hero-background-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-wrapper-2 {
  position: relative;
  z-index: 5;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-flow: row;
  grid-auto-columns: minmax(5vw, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.featured-project-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: #f3f6fc;
  color: #6e7488;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
}

.background-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
}

.xxl-heading {
  margin-right: 1px;
  font-size: 78px;
  letter-spacing: -0.05em;
}

.image-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: rgba(9, 11, 26, 0.3);
}

.hover-link-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 0vw;
  bottom: 5vw;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 148px;
  height: 148px;
  padding: 24px;
  -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;
  opacity: 1;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link-2 {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  -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;
}

.section-4.hero {
  min-height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.h1-2 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Cormorant Garamond', sans-serif;
  font-size: 220px;
  line-height: 0.7;
  font-weight: 300;
}

.h1-2.white {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Cormorant Garamond', sans-serif;
  color: #fff;
  font-weight: 300;
}

.text-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 840px;
  -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;
}

.text-wrap-2.hero {
  max-width: 1280px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-3 {
  position: relative;
  width: 92%;
  max-width: 1280px;
}

.container-3.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 70vh;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero6-grid {
  position: relative;
  display: none;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-arrow {
  display: inline-block;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sizejumbo-text {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 80px;
  line-height: 96px;
  font-weight: 300;
}

.sizejumbo-text.sizejumbo-full-clear {
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
}

.hero6-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero6-text {
  margin-bottom: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 30px;
  -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 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
  background-color: #18181d;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-small:hover {
  background-color: #272731;
}

.button-small.white-small {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #fff;
  color: #000;
  text-align: center;
}

.section-5 {
  width: 100%;
  background-color: #25303f;
  text-align: center;
}

.text-block-416 {
  color: #fff;
}

.text-block-417 {
  color: rgba(37, 48, 63, 0.38);
  font-size: 10px;
}

@media screen and (min-width: 1440px) {
  .body {
    overflow: visible;
    border-style: solid;
    border-width: 0px;
    border-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.55)), to(hsla(0, 0%, 100%, 0.55))), url('../images/istockphoto-803107944-612x612.jpeg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.55), hsla(0, 0%, 100%, 0.55)), url('../images/istockphoto-803107944-612x612.jpeg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
  }

  .book-now-wheel {
    background-image: url('../images/Cigar-Summer-Training-Flyer-Template-2.svg');
  }

  .section {
    width: 90vw;
    background-color: hsla(0, 0%, 100%, 0.31);
  }

  .section.footer {
    width: 100vw;
  }

  .section.hero {
    width: 100%;
    height: 100vh;
    border: 0px none transparent;
    background-color: transparent;
  }

  .text-wrap.centered {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    color: #25303f;
  }

  .text-wrap.centered.sticky {
    width: 835px;
    font-size: 6px;
    line-height: 0px;
  }

  .text-wrap.hero {
    position: relative;
    top: -38px;
  }

  .gold-line {
    background-color: #25303f;
  }

  .gold-dot {
    background-color: #25303f;
  }

  .h2.centered {
    position: static;
    top: -223px;
  }

  .gold-text {
    color: rgba(37, 48, 63, 0.78);
    font-size: 38px;
  }

  .container {
    top: 0px;
    margin-top: 36px;
  }

  .container.contact {
    top: 0px;
    padding-top: 0px;
  }

  .container.hero {
    top: -39px;
    width: 100%;
    height: 90vh;
  }

  .image {
    width: 80%;
    height: 80%;
    padding-top: 1px;
  }

  .section-bg-color-change {
    overflow: visible;
    width: 90vw;
    height: 80vh;
    background-color: transparent;
  }

  .bg-color-changer.home {
    background-color: rgba(37, 48, 63, 0.14);
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .bg-color-changer.restaurant {
    background-color: rgba(218, 223, 229, 0.59);
  }

  .spa-image._2:hover {
    background-color: rgba(37, 48, 63, 0.95);
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .text {
    width: 99.99992803%;
  }

  .parallax-image-wrap {
    font-size: 15px;
  }

  .contact-button {
    border-color: #25303f;
    color: #25303f;
  }

  .h1 {
    position: relative;
    font-family: 'Jost 200', sans-serif;
    font-size: 250px;
  }

  .h1.white {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 7%;
    width: 100vw;
    height: 140px;
    margin-bottom: 0px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(49%, rgba(0, 0, 0, 0.57)), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.57) 49%, hsla(0, 0%, 100%, 0));
    font-size: 250px;
    text-align: center;
  }

  .hero-image.restaurant._1 {
    display: block;
    background-image: url('../images/pexels-the-glorious-studio-5442447.jpg');
  }

  .hero-image.restaurant._2 {
    display: block;
    background-image: url('../images/pexels-arjiv-exports-5362404.jpg');
  }

  .hero-image.restaurant._3 {
    background-image: url('../images/edgar-soto-gb0BZGae1Nk-unsplash.jpg');
    background-position: 50% 40%;
    background-size: cover;
  }

  .hero-image.restaurant._4 {
    display: block;
    width: 100.00010254%;
    background-image: url('../images/pexels-arjiv-exports-5362404.jpg'), -webkit-gradient(linear, left bottom, left top, from(#000), to(#fff));
    background-image: url('../images/pexels-arjiv-exports-5362404.jpg'), linear-gradient(0deg, #000, #fff);
    background-position: 50% 60%, 0px 0px;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
  }

  .menu {
    overflow: hidden;
    width: auto;
    background-color: transparent;
  }

  .nav-logo {
    position: static;
    width: 200px;
  }

  .navigation-bar {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 98vw;
    max-width: 100vw;
    margin-top: 3px;
    margin-left: 12px;
    background-color: #fff;
  }

  .book-now-wrap {
    display: none;
  }

  .slide-transition-effect.fade-in {
    background-color: transparent;
  }

  .slide-transition-effect.fade-out {
    position: relative;
    top: 43%;
    bottom: -109%;
    overflow: hidden;
    background-color: transparent;
  }

  .rooms-tabs {
    top: -42px;
  }

  .room-selector:active {
    color: #25303f;
  }

  .room-selector:visited {
    color: #25303f;
  }

  .styleguide-container {
    max-width: 1200px;
  }

  .speaker-slide {
    position: relative;
    margin-left: 33px;
    padding-left: 0px;
  }

  .speaker-image-cover {
    background-image: url('../images/BCDD1B42-62AC-4172-9506-BA3E86C8E380.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .diamond-shape-image.two {
    background-image: url('../images/35F0AC66-2167-4B26-BA43-96391FB79AB4_4_5005_c.jpeg');
  }

  .diamond-shape-image.four {
    background-image: url('../images/F75F75D2-FF79-4A66-8E19-E0304F93E6B1_4_5005_c.jpeg');
  }

  .diamond-shape-image.three {
    background-image: url('../images/131FC681-F96A-4987-9F0D-C59D02EB3579_4_5005_c.jpeg');
    background-position: 50% 50%;
  }

  .diamond-shape-image.six {
    background-image: url('../images/3251AFB0-CB16-43BF-A1D6-C6A9370A7A9A_4_5005_c.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .diamond-shape-image.one {
    background-image: url('../images/8630DC33-DE50-4620-8170-FB0473D460DA_4_5005_c.jpeg');
  }

  .diamond-shape-image.five {
    background-image: url('../images/4AC1BD35-6672-4A1D-83AA-B07CF21F490F_4_5005_c.jpeg');
  }

  .diamond-shape-image.two {
    background-image: url('../images/princess_Cut.jpeg');
  }

  .diamond-shape-image.six {
    background-image: url('../images/round_Shape.jpeg');
  }

  .diamond-shape-image.three {
    background-image: url('../images/asscher_Cut.jpeg');
  }

  .diamond-shape-image.one {
    background-image: url('../images/emerald_Cut.jpeg');
  }

  .diamond-shape-image.four {
    background-image: url('../images/marquise_Cut.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .diamond-shape-image.five {
    background-image: url('../images/heart_Diamonds.jpeg');
  }

  .diamond-shape-image.eight {
    background-image: url('../images/oval_Cut.jpeg');
  }

  .diamond-shape-image.nine {
    background-image: url('../images/cushion_Cut.jpeg');
  }

  .diamond-shape-image.ten {
    background-image: url('../images/radiant_Shape.jpeg');
  }

  .speakers-hero-wrapper {
    position: relative;
    top: 48px;
  }

  .body-display.large {
    position: relative;
    top: 4px;
  }

  .product-name {
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin-top: 0px;
    margin-bottom: 11px;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 21px;
    line-height: 60px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
  }

  .button-2 {
    border-color: #25303f;
    color: #25303f;
  }

  .speaker-arrow {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    overflow: visible;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .speaker-arrow.left {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: block;
  }

  .clip-text {
    margin-top: -15px;
  }

  .clip-text.speaker-headding {
    position: relative;
    top: 40px;
    margin-top: -35px;
  }

  .slide-image {
    height: 40vh;
  }

  .speaker-slider {
    left: 91px;
    overflow: hidden;
  }

  .text-field-2 {
    margin-top: 0.5vw;
    padding-bottom: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
  }

  .contact-wrap {
    position: relative;
    z-index: 2;
  }

  .contact-paragraph-second {
    margin-top: 17px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 300;
  }

  .main-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -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;
  }

  .main-container.nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .heading-contact-form {
    margin-top: auto;
    margin-bottom: 0px;
    font-size: 32px;
    font-weight: 400;
  }

  .heading-contact-form.second {
    margin-top: 0px;
    font-size: 32px;
  }

  .contact-section {
    padding: 140px 5vw;
    background-color: transparent;
  }

  .line-button-second {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 1px;
    height: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .line-button-second.first {
    top: auto;
  }

  .line-button-second.second {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .text-span-home {
    font-size: 16px;
    font-weight: 300;
  }

  .maps-image {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: auto;
    height: 27.3vw;
    max-width: none;
    opacity: 0.12;
  }

  .form-2 {
    margin-top: 25px;
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-home {
    margin-bottom: 1.5vw;
    font-size: 0.83vw;
  }

  .contact-grid {
    width: 100%;
    height: auto;
    grid-column-gap: 2.5vw;
    -ms-grid-columns: 30% 1fr;
    grid-template-columns: 30% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .submit-second-button {
    margin-top: 0px;
    padding: 15px 20px;
    color: #021d2b;
    font-size: 1vw;
  }

  .submit-second-button:hover {
    opacity: 0.56;
  }

  .submit-second-button.white {
    padding-top: 13px;
    padding-bottom: 13px;
    color: #fff;
    font-size: 16px;
  }

  .line-link-second.white.button {
    width: 100%;
  }

  .line-link-second.white.button.top {
    margin-right: auto;
  }

  .line-link-second.white.button.top.second {
    margin-right: 0px;
    margin-left: auto;
  }

  .column-contact {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 36%;
    padding-top: 43px;
    padding-bottom: 42px;
    padding-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #021d2b;
  }

  .column-contact.second {
    width: 36%;
    padding: 42.7px 258px 42.7px 91px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-contact.second.home {
    width: 100%;
  }

  .column-contact.home {
    width: auto;
  }

  .container-button {
    position: relative;
    margin-top: 26px;
    padding-left: 0px;
  }

  .container-button._2 {
    margin-top: 20px;
    margin-right: auto;
    margin-left: 0px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block {
    color: #929497;
  }

  .text-block:active {
    color: #25303f;
  }

  .text-block-2 {
    color: #929497;
  }

  .text-block-2:active {
    color: #25303f;
  }

  .text-block-3 {
    color: #929497;
  }

  .text-block-3:active {
    color: #25303f;
  }

  .section-2 {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .heading {
    position: relative;
    left: 0%;
    top: -16%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 90vw;
    height: 7vh;
    min-width: 150px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    -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;
    font-family: 'Cormorant Garamond', sans-serif;
    font-size: 90px;
    font-weight: 400;
    text-align: center;
  }

  .brand {
    border: 1px solid transparent;
  }

  .text-block-408 {
    border: 4px solid transparent;
    font-size: 14px;
  }

  .content-wrapper {
    top: 10px;
    width: 30%;
    border: 0px none transparent;
  }

  .nav-menu-items {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-left: 411px;
    border: 1px solid transparent;
  }

  .nav-content {
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
  }

  .stacked-content {
    border-style: none;
    border-width: 0px;
    border-color: #fff;
    border-radius: 2px;
  }

  .nav-link-text {
    border: 4px solid transparent;
  }

  .nav-link-2 {
    border: 1px solid transparent;
  }

  .navbar-2 {
    position: fixed;
    height: 100px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    background-color: #fff;
  }

  .grid-wrapper {
    top: 14px;
    border: 0px none transparent;
  }

  .frame-outline {
    display: none;
  }

  .nav-menu-2 {
    top: -63px;
    border: 1px solid transparent;
    font-size: 50px;
  }

  .heading-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    font-family: 'Cormorant Garamond', sans-serif;
    font-size: 90px;
    font-weight: 400;
    text-align: center;
  }

  .paragraph {
    position: relative;
    top: -54.4844px;
    text-align: center;
  }

  .bold-text {
    font-weight: 400;
    text-transform: uppercase;
  }

  .bold-text-2 {
    font-weight: 400;
  }

  .link {
    display: none;
    overflow: hidden;
  }

  .button-text-2 {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .left-navbar {
    border-bottom-left-radius: 8px;
  }

  .wrapper.navbar-wrapper {
    border-radius: 0px 8px 8px;
  }

  .full-menu-button {
    display: none;
  }

  .navigation-links {
    min-width: 200%;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .brand-2 {
    border-bottom-left-radius: 8px;
  }

  .navigation-cover {
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-wrapper {
    border-radius: 0px 0px 8px;
  }

  .speaker-image-cover-2 {
    background-image: url('../images/BCDD1B42-62AC-4172-9506-BA3E86C8E380.jpeg');
  }

  .clip-text-2 {
    overflow: visible;
  }

  .section-3.home-hero-section {
    min-height: 60vh;
  }

  .section-3.home-hero-section {
    width: 90%;
    height: 80vh;
    min-height: 60vh;
  }

  .diamonds-hero-wrapper-2 {
    height: 100%;
  }

  .slide-image-2 {
    width: 300px;
    height: 300px;
    max-height: 300px;
    max-width: 300px;
  }

  .speaker-name {
    font-family: Montserrat, sans-serif;
    font-size: 60px;
    font-weight: 200;
  }

  .button-5 {
    overflow: hidden;
    border-color: #25303f;
    color: #25303f;
  }

  .sticky-nav {
    position: fixed;
    background-color: #fff;
  }

  .navbar-3 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .brand-3 {
    margin-right: 32px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-text-3 {
    font-family: Montserrat, sans-serif;
    font-size: 17px;
  }

  .mega-menu-2 {
    display: block;
  }

  .navigation-links-2 {
    position: relative;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -ms-grid-columns: 2fr 1fr 1fr;
    grid-template-columns: 2fr 1fr 1fr;
  }

  .mega-menu-overlay-2 {
    display: block;
  }

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

  .contact-info-div {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
  }

  .search-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-link-10 {
    border: 1px none #000;
    font-size: 18px;
  }

  .nav-link-10.w--current {
    color: #021d2b;
  }

  .nav-link-10.w--current:hover {
    color: #fff;
  }

  .search-button-2 {
    display: none;
  }

  .social-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .social-container.menu {
    position: static;
    padding-top: 10px;
  }

  .brand-link {
    position: absolute;
    top: auto;
  }

  .brand-link.w--current {
    margin-right: auto;
    margin-left: auto;
  }

  .search-imput {
    width: 200px;
    margin-right: 5px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #fff;
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    color: #fff;
  }

  .search-imput:focus {
    border-bottom-color: #98b6c6;
  }

  .contact-text {
    margin-bottom: 1vw;
    font-size: 14px;
    line-height: 1.8;
  }

  .contact-text.second {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .contact-text.second.menu {
    margin-left: 25px;
    color: #021d2b;
  }

  .contact-text._18 {
    font-size: 14px;
  }

  .contact-text._18.menu {
    margin-bottom: 10px;
    margin-left: 25px;
    color: #021d2b;
    text-align: left;
  }

  .navbar-4 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 999999;
    display: none;
    overflow: visible;
    height: 10%;
    padding: 18px 88px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0a101a;
  }

  .brand-image {
    width: 300px;
  }

  .brand-image.menu {
    width: 64px;
  }

  .menu-button {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .image-11 {
    width: 20px;
    height: auto;
    margin-bottom: 0px;
  }

  .image-11._2 {
    width: 19px;
  }

  .social-link-2 {
    width: 1.2vw;
    margin-right: 7px;
    margin-left: 0px;
  }

  .social-link-2.nav {
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-left: 15px;
  }

  .social-link-2.search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    cursor: pointer;
  }

  .line-menu {
    width: 2vw;
    margin-top: 5px;
  }

  .nav-menu-4 {
    left: 0px;
    z-index: 999999;
  }

  .container-menu {
    display: none;
  }

  .nav-menu-5 {
    left: 0px;
    right: 0px;
    width: 100%;
  }

  .menu-wrapper-3 {
    width: 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading-3 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    font-family: 'Cormorant Garamond', sans-serif;
    font-size: 60px;
    font-weight: 300;
  }

  .footer {
    max-width: 400%;
  }

  .footer-logo-link {
    max-width: 200%;
  }

  .footer-heading {
    position: relative;
    left: -215px;
  }

  .hero6-grid {
    display: none;
  }

  .hero6-content {
    display: block;
  }

  .section-5 {
    overflow: hidden;
    width: 100%;
  }

  .text-block-416 {
    width: 110%;
    background-color: #25303f;
    color: #fff;
    text-align: center;
  }

  .text-block-417 {
    color: rgba(37, 48, 63, 0.55);
    font-size: 10px;
  }
}

@media screen and (max-width: 991px) {
  .book-now-wheel {
    width: 160px;
    height: 160px;
  }

  .section {
    padding: 100px 50px;
  }

  .section.footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.hero {
    min-height: auto;
  }

  .section.after-hero {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .section.up-margin {
    padding-top: 180px;
  }

  .text-wrap.centered {
    max-width: none;
  }

  .text-wrap.space-between {
    max-width: none;
  }

  .text-wrap.utility {
    width: 100%;
    max-width: none;
  }

  .text-wrap.hero {
    position: absolute;
    top: 591.5px;
    width: 98%;
  }

  .gold-line {
    background-color: #25303f;
  }

  .gold-dot {
    background-color: #25303f;
  }

  .h2 {
    margin-bottom: 25px;
    font-size: 46px;
  }

  .h2.centered {
    font-size: 46px;
  }

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

  .gold-text {
    color: #25303f;
    font-size: 28px;
  }

  .container {
    width: 100%;
    max-width: none;
  }

  .container.social {
    margin-top: 100px;
  }

  .container.contact {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container.hero {
    position: absolute;
    top: -18px;
    width: 100%;
  }

  .button-text {
    font-size: 24px;
  }

  .button-text.white {
    font-size: 26px;
  }

  .button-line.sand {
    background-color: #947c4e;
  }

  .section-bg-color-change {
    margin-top: 200px;
    margin-bottom: 200px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .bg-color-changer.home {
    display: block;
  }

  .bg-color-changer.restaurant {
    display: block;
  }

  .split-container {
    width: 100%;
    max-width: none;
    grid-column-gap: 40px;
  }

  .split-container.restaurant {
    width: 100%;
    max-width: none;
    margin-bottom: 200px;
    grid-column-gap: 50px;
  }

  .split-container.footer {
    width: 100%;
    max-width: none;
    margin-bottom: 50px;
    grid-column-gap: 140px;
  }

  .split-container.up-margin {
    margin-top: 200px;
  }

  .label {
    margin-bottom: 5px;
    color: #7c7c7c;
    font-size: 18px;
  }

  .label.white {
    color: #947c4e;
  }

  .label.sand {
    color: #947c4e;
  }

  .spa-foto-grid {
    width: 100%;
    max-width: none;
    margin-top: 200px;
    margin-bottom: 35px;
    -ms-grid-rows: 260px 260px;
    grid-template-rows: 260px 260px;
  }

  .social-link {
    font-size: 24px;
  }

  .about-pic._1 {
    width: 220px;
  }

  .about-pic._4 {
    left: 40px;
    width: 180px;
  }

  .about-pic._5 {
    width: 260px;
  }

  .about-pic._2 {
    width: 220px;
  }

  .about-pic._3 {
    width: 360px;
  }

  .form-block {
    width: 100%;
    max-width: none;
    margin-bottom: 50px;
  }

  .name-field {
    width: 180px;
    margin-right: 10px;
  }

  .submit-button {
    font-size: 16px;
  }

  .radio-button-label {
    font-size: 16px;
  }

  .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100.000153%;
    -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;
    font-size: 18px;
  }

  .text.utility {
    font-size: 18px;
    text-align: center;
  }

  .parallax-image-container {
    width: 100%;
    height: 2800px;
    max-width: none;
  }

  .parallax-image._1 {
    margin-bottom: 1600px;
  }

  .parallax-image._2 {
    margin-bottom: 2200px;
  }

  .parallax-image._3 {
    margin-bottom: 1000px;
  }

  .parallax-image._4 {
    margin-bottom: 400px;
  }

  .video {
    width: 100%;
    max-width: none;
  }

  .licensing-grid {
    width: 100%;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .license-text {
    margin-top: 20px;
    font-size: 20px;
  }

  .row {
    width: 100%;
    max-width: none;
  }

  .number-wrap {
    width: 50px;
    height: 40px;
    min-width: 50px;
    margin-left: 100px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .number {
    font-size: 24px;
  }

  .h1 {
    font-size: 140px;
  }

  .h1.white {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 22%;
    height: 20%;
    margin-top: 41px;
    margin-bottom: -144px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 140px;
  }

  .h1.utility {
    margin-top: 0px;
    margin-bottom: 60px;
  }

  .navigation-bar {
    width: 100%;
    max-width: none;
    padding-right: 50px;
    padding-left: 50px;
  }

  .nav-link {
    font-size: 18px;
  }

  .book-now-wrap {
    width: 100%;
    max-width: none;
    padding-right: 50px;
    padding-left: 50px;
  }

  .icon {
    width: 120px;
    height: 120px;
    margin-right: 160px;
  }

  .icon.left {
    margin-left: 160px;
  }

  .h3 {
    margin-bottom: 15px;
    font-size: 32px;
  }

  .room-selector {
    font-size: 32px;
  }

  .room-selector.w--current {
    font-size: 32px;
  }

  .rooms-wrap {
    padding-left: 60px;
  }

  .room-description-column {
    width: 120%;
  }

  .styleguide-color {
    width: 150px;
    height: 150px;
  }

  .styleguide-color._947c4e {
    background-color: #947c4e;
  }

  .styleguide-container {
    width: 100%;
    max-width: none;
  }

  .success-message {
    color: #25303f;
  }

  .error-message {
    font-size: 16px;
  }

  .diamond-shape-image.four {
    background-image: url('../images/marquise_Cut.jpeg');
  }

  .diamonds-slide-mask {
    width: 65%;
  }

  .product-name {
    font-size: 30px;
    font-weight: 400;
  }

  .button-2 {
    border-color: #25303f;
    color: #25303f;
  }

  .speaker-arrow.left {
    overflow: visible;
  }

  .diamond-info {
    max-width: 470px;
  }

  .clip-text.speaker-headding {
    margin-top: -36px;
    margin-bottom: 24px;
  }

  .slide-image {
    height: 40vh;
    min-height: 40px;
  }

  .text-field-2 {
    font-size: 13px;
  }

  .main-container.nav {
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .contact-section {
    padding: 40px;
  }

  .maps-image {
    width: 800%;
    height: 100%;
  }

  .contact-grid {
    height: auto;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .submit-second-button.white {
    font-size: 13px;
  }

  .column-contact {
    padding-top: 87.7px;
    padding-bottom: 87.7px;
  }

  .column-contact.second.home {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading {
    top: 0px;
  }

  .content-wrapper {
    top: -6px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .nav-menu-items {
    left: 0px;
    top: 0px;
    right: -99px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    grid-auto-flow: row;
  }

  .nav-content {
    z-index: 20;
    border-bottom-style: none;
    border-bottom-width: 0px;
  }

  .mobile-menu {
    position: relative;
    left: -16px;
    top: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-right: -48px;
    padding-right: 24px;
    padding-left: 0px;
    -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: 0px;
    border-color: #fff;
  }

  .stacked-content {
    padding-right: 48px;
    padding-left: 48px;
  }

  .nav-link-2 {
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(140, 159, 172, 0.2);
  }

  .navbar-2 {
    border-bottom-width: 0px;
    background-color: #fff;
  }

  .image-8 {
    position: relative;
    top: 8px;
  }

  .grid-wrapper {
    background-color: #fff;
  }

  .menu-button-2 {
    position: absolute;
    left: 571px;
    top: 0%;
    right: -146%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -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;
  }

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

  .menu-icon {
    width: 24px;
  }

  .nav-menu-2 {
    z-index: 25;
    margin-right: 5vw;
    margin-left: 5vw;
    padding: 0px;
    border-style: none;
    border-width: 1px;
    border-color: rgba(140, 159, 172, 0.2);
    background-color: #edf3f6;
  }

  .image-9 {
    position: relative;
    left: 0px;
    display: block;
  }

  .nav-link-4.w--current {
    color: #25303f;
  }

  .button-text-2 {
    display: inline;
  }

  .left-navbar {
    width: 100%;
  }

  .projects-search-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tablet-mobile-nav-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
  }

  .tablet-mobile-menu {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .dropdown-list {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    overflow: hidden;
    background-color: #fff;
  }

  .full-menu-button {
    display: block;
  }

  .dropdown-lottie {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 18px;
    margin-left: 24px;
    -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;
  }

  .mega-menu {
    display: none;
  }

  .large-menu-wrapper {
    padding-top: 75px;
    padding-bottom: 0px;
    grid-row-gap: 0px;
    grid-template-areas: "."
      "Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 0%;
    grid-template-rows: 0%;
  }

  .mega-menu-overlay {
    display: none;
  }

  .post-list-item {
    height: auto;
    font-size: 16px;
  }

  .post-list-item.category-list-item {
    min-height: 60px;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 16px;
  }

  .mega-category-list {
    display: block;
  }

  .mega-category-list.middle {
    display: block;
  }

  .dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 24px;
    -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;
  }

  .dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #e2e7f1;
  }

  .dropdown.top {
    border-top: 1px solid #e2e7f1;
  }

  .nav-link-7 {
    display: block;
    overflow: visible;
    padding: 20px 12px;
    font-size: 12px;
    text-decoration: none;
  }

  .nav-link-7.w--current {
    color: #090b19;
  }

  .body-display-2.dark {
    color: #090b19;
  }

  .nav-menu {
    display: block;
  }

  .navbar {
    display: none;
  }

  .search-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .diamonds-slider-wrapper-2 {
    width: 100.0000452%;
  }

  .clip-text-2.speaker-headding {
    margin-top: -36px;
    margin-bottom: 24px;
  }

  .section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-3.home-hero-section {
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .section-3.home-hero-section {
    width: 90%;
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .diamonds-hero-wrapper-2 {
    height: 100%;
  }

  .slide-image-2 {
    width: 70%;
    height: 30vh;
    min-height: 30vh;
  }

  .diamonds-slide-content-2 {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .speaker-name {
    font-size: 52px;
  }

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

  .large-menu-wrapper-2 {
    padding-top: 75px;
    padding-bottom: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mega-category-list-2 {
    display: none;
  }

  .nav-link-9 {
    padding: 20px 12px;
    font-size: 12px;
    text-decoration: none;
  }

  .nav-link-9.w--current {
    color: #090b19;
  }

  .nav-menu-3 {
    display: none;
  }

  .contact-info-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    -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;
  }

  .social-container {
    display: none;
  }

  .social-container.menu {
    top: 262px;
    bottom: 1%;
    display: block;
  }

  .brand-link {
    left: 0px;
  }

  .brand-link.w--current {
    position: relative;
    z-index: 0;
    margin-bottom: 0px;
  }

  .brand-link._2 {
    left: 32%;
    top: 350px;
    right: 0%;
    bottom: 0%;
  }

  .navbar-4 {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fff;
  }

  .brand-image {
    position: relative;
    left: 0px;
    width: 200px;
  }

  .brand-image.menu {
    left: 0px;
    top: 0px;
    width: 400px;
  }

  .menu-button {
    margin-right: 0px;
    margin-left: auto;
  }

  .social-link-2 {
    width: 15px;
    height: auto;
  }

  .social-link-2.first {
    width: 15px;
    height: auto;
  }

  .line-menu {
    background-color: #25303f;
  }

  .nav-menu-4 {
    z-index: 5;
    width: 100vw;
    background-color: #fff;
  }

  .container-menu {
    top: 127px;
    display: block;
  }

  .nav-menu-5 {
    display: none;
  }

  .text-block-412 {
    color: #25303f;
  }

  .text-block-413 {
    color: #25303f;
  }

  .text-block-414 {
    color: #25303f;
  }

  .text-block-415 {
    color: #25303f;
  }

  .hero-bottom-feature {
    width: 50%;
  }

  .hero-content-wrapper {
    max-width: none;
  }

  .xxl-heading {
    font-size: 64px;
  }

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

  .section-4 {
    padding: 100px 50px;
  }

  .section-4.hero {
    min-height: auto;
  }

  .h1-2 {
    font-size: 154px;
  }

  .h1-2.white {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 154px;
  }

  .container-3 {
    width: 100%;
    max-width: none;
  }

  .hero6-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .form-3 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .body {
    font-size: 16px;
  }

  .section {
    padding: 50px 25px;
  }

  .section.hero {
    min-height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.after-hero {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .text-wrap.centered {
    max-width: none;
  }

  .gold-line {
    width: 1px;
    height: 60px;
  }

  .gold-dot {
    width: 6px;
    height: 6px;
  }

  .h2.centered {
    font-size: 44px;
  }

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

  .container {
    width: 100%;
    max-width: none;
  }

  .container.social {
    height: 420px;
  }

  .container.contact {
    padding-top: 50px;
    padding-bottom: 50px;
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1.2fr;
    grid-template-columns: 1.2fr;
  }

  .container.hero {
    width: 100%;
    background-image: linear-gradient(247deg, rgba(0, 0, 0, 0.9) 8%, transparent 60%);
  }

  .image {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .button-text {
    font-size: 24px;
  }

  .button-text.white {
    font-size: 20px;
  }

  .section-bg-color-change {
    margin: 100px 0px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .bg-color-changer.home {
    display: block;
  }

  .split-container {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .split-container.restaurant {
    width: 100%;
    max-width: none;
    margin-bottom: 100px;
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .split-container.footer {
    grid-row-gap: 0px;
  }

  .split-container.up-margin {
    margin-top: 100px;
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .label {
    font-size: 14px;
  }

  .label.white {
    color: #c9a96a;
  }

  .spa-foto-grid {
    margin-top: 100px;
  }

  .social-link {
    font-size: 20px;
  }

  .about-pic._1 {
    bottom: 40px;
    width: 160px;
  }

  .about-pic._4 {
    width: 120px;
  }

  .about-pic._5 {
    width: 200px;
  }

  .about-pic._2 {
    width: 160px;
    margin-left: 120px;
  }

  .about-pic._3 {
    width: 220px;
  }

  .name-field {
    font-size: 16px;
  }

  .name-field::-webkit-input-placeholder {
    font-size: 16px;
  }

  .name-field:-ms-input-placeholder {
    font-size: 16px;
  }

  .name-field::-ms-input-placeholder {
    font-size: 16px;
  }

  .name-field::placeholder {
    font-size: 16px;
  }

  .email-field {
    font-size: 16px;
  }

  .submit-button {
    font-size: 16px;
  }

  .radio-button-label {
    font-size: 12px;
  }

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

  .licence {
    font-size: 12px;
  }

  .text {
    font-size: 16px;
  }

  .text.utility {
    font-size: 16px;
  }

  .license-text {
    margin-top: 15px;
  }

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

  .number-wrap {
    width: 50px;
    height: 45px;
    min-width: 50px;
    margin-bottom: 30px;
    margin-left: 80px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .number {
    font-size: 24px;
  }

  .h1 {
    margin-top: 10px;
    font-size: 100px;
  }

  .h1.white {
    height: 13%;
    margin-bottom: -130px;
    font-size: 100px;
  }

  .navigation-bar {
    padding-right: 25px;
    padding-left: 25px;
  }

  .nav-link {
    font-size: 16px;
  }

  .book-now-wrap {
    bottom: 20px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .icon {
    width: 100px;
    height: 100px;
    margin-right: 120px;
  }

  .icon.left {
    margin-left: 120px;
  }

  .rooms-selector-wrap {
    border-right-width: 1px;
  }

  .room-selector.w--current {
    font-size: 28px;
  }

  .rooms-wrap {
    padding-left: 20px;
  }

  .styleguide-color {
    width: 110px;
    height: 110px;
  }

  .info-text {
    font-size: 16px;
  }

  .gold-line-wrap {
    width: 1px;
    height: 60px;
  }

  .success-message {
    font-size: 16px;
  }

  .error-message {
    font-size: 14px;
  }

  .diamond-shape-image.six {
    height: 70%;
  }

  .diamond-shape-image.four {
    background-image: url('../images/marquise_Cut.jpeg');
  }

  .diamonds-slide-mask {
    width: 90%;
  }

  .product-name {
    font-size: 30px;
  }

  .slide-image {
    min-height: 400px;
  }

  .contact-section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .container-button._2 {
    margin-top: 20px;
  }

  .heading {
    top: 1px;
  }

  .brand {
    width: 250px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .content-wrapper {
    left: -25px;
    top: 37px;
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .nav-menu-items {
    left: 0px;
    top: -12px;
    right: -82px;
    display: block;
    width: 50%;
    height: 50%;
    min-width: 50px;
    background-color: #fff;
  }

  .mobile-menu {
    position: relative;
    left: 23px;
    top: -34px;
    bottom: -22px;
    margin-right: -36px;
  }

  .stacked-content {
    padding-right: 36px;
    padding-left: 36px;
    background-color: #fff;
  }

  .image-8 {
    top: -6px;
    background-color: #fff;
  }

  .grid-wrapper {
    background-color: #fff;
  }

  .menu-button-2 {
    left: 464px;
  }

  .nav-menu-2 {
    left: 143px;
    top: -33px;
    display: none;
    background-color: #fff;
  }

  .image-9 {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    background-color: #fff;
  }

  .left-navbar {
    width: 100%;
    min-width: auto;
    padding-left: 0px;
    border-style: none solid solid;
  }

  .projects-search-wrapper {
    height: 65px;
  }

  .wrapper.navbar-wrapper {
    border-style: none;
    border-color: #000;
  }

  .wrapper.navbar-wrapper {
    border-style: none;
    border-color: #000;
  }

  .full-menu-button {
    display: block;
  }

  .mega-menu {
    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;
  }

  .navigation-links {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .large-menu-wrapper {
    grid-auto-columns: 0px;
    -ms-grid-rows: 0px 0px;
    grid-template-rows: 0px 0px;
  }

  .mega-menu-overlay {
    display: none;
  }

  .mega-social-wrapper {
    padding-right: 18px;
    padding-left: 18px;
  }

  .dropdown-toggle {
    min-height: 60px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .stacked-description.horizontal {
    -ms-grid-columns: auto 0px;
    grid-template-columns: auto 0px;
  }

  .nav-link-7 {
    padding-right: 18px;
    padding-left: 18px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #f3f6fc;
  }

  .nav-link-7.bottom {
    border-bottom-style: none;
  }

  .brand-2 {
    padding-left: 18px;
  }

  .menu-wrapper {
    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;
    -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;
  }

  .list-item-arrow {
    width: 14px;
    min-width: 14px;
  }

  .navbar {
    display: none;
  }

  .search-wrapper {
    display: none;
  }

  .speaker-image-cover-2 {
    height: 100%;
  }

  .slide-image-2 {
    height: 400px;
    max-height: 400px;
    min-height: 0px;
  }

  .speaker-name {
    font-size: 48px;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .left-navbar-2 {
    width: 100%;
    min-width: auto;
    padding-left: 0px;
    border-style: none solid solid;
  }

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

  .large-menu-wrapper-2 {
    -ms-grid-rows: 65px auto;
    grid-template-rows: 65px auto;
  }

  .nav-link-9 {
    padding-right: 18px;
    padding-left: 18px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #f3f6fc;
  }

  .nav-link-9.bottom {
    border-bottom-style: none;
  }

  .brand-4 {
    padding-left: 18px;
  }

  .menu-wrapper-2 {
    display: none;
  }

  .contact-info-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -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-align: left;
  }

  .social-container.menu {
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 90px;
    padding-bottom: 38px;
    -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;
  }

  .brand-link._2 {
    left: 0%;
    top: 293px;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 20%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-4 {
    padding-right: 20px;
    padding-left: 20px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #fff;
  }

  .brand-image {
    width: 200px;
  }

  .brand-image.menu {
    top: 0px;
    width: 200px;
  }

  .menu-button {
    margin-left: auto;
  }

  .line-menu {
    background-color: #25303f;
  }

  .nav-menu-4 {
    left: -17px;
    top: -18px;
    background-color: #fff;
  }

  .menu-wrapper-3 {
    display: none;
  }

  .heading-3 {
    font-family: 'Cormorant Garamond', sans-serif;
    font-size: 60px;
    font-weight: 300;
  }

  .hero-bottom-feature {
    width: 100%;
  }

  .grid-wrapper-2 {
    grid-row-gap: 120px;
  }

  .xxl-heading {
    font-size: 54px;
  }

  .hover-link-wrapper {
    display: none;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .section-4 {
    padding: 50px 25px;
  }

  .section-4.hero {
    min-height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .h1-2 {
    margin-top: 10px;
    font-size: 120px;
  }

  .h1-2.white {
    margin-bottom: 10px;
    font-size: 120px;
  }

  .container-3 {
    width: 100%;
    max-width: none;
  }

  .container-3.hero {
    width: 100%;
    background-image: linear-gradient(247deg, rgba(0, 0, 0, 0.9) 8%, transparent 60%);
  }

  .hero6-grid {
    max-width: none;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .sizejumbo-text {
    font-size: 34px;
    line-height: 42px;
  }

  .text-block-416 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#25303f), to(#25303f));
    background-image: linear-gradient(180deg, #25303f, #25303f);
    color: #fff;
  }
}

@media screen and (max-width: 479px) {
  .body {
    overflow: visible;
    border: 1px solid transparent;
    background-color: hsla(0, 0%, 100%, 0);
    background-image: url('../images/istockphoto-803107944-612x612.jpeg'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65)));
    background-image: url('../images/istockphoto-803107944-612x612.jpeg'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65));
    background-position: 0px 0px, 0px 0px;
    background-size: cover, auto;
  }

  .book-now-wheel {
    right: 25px;
    bottom: 25px;
    width: 100px;
    height: 100px;
    background-image: url('../images/Book-Now-Wheel.svg');
  }

  .section {
    overflow: visible;
    padding: 50px 25px;
  }

  .section.footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.hero {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    overflow: hidden;
    height: 100vh;
    min-height: auto;
    background-color: transparent;
  }

  .section.after-hero {
    overflow: hidden;
    padding-top: 11px;
    padding-bottom: 50px;
    border: 1px solid transparent;
  }

  .section.up-margin {
    position: relative;
    top: 263px;
    height: 100vh;
    padding-top: 14px;
  }

  .text-wrap {
    position: relative;
  }

  .text-wrap.centered {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-wrap.centered.sticky {
    width: 90%;
    max-width: 90%;
  }

  .text-wrap.space-between {
    max-width: none;
  }

  .text-wrap.hero {
    position: absolute;
    left: 0%;
    top: 77.3vh;
    right: 0%;
    bottom: auto;
    display: block;
    width: 100vw;
    height: 10vh;
    border: 1px solid transparent;
    background-color: #fff;
    text-align: center;
  }

  .gold-line {
    background-color: #25303f;
  }

  .gold-dot {
    background-color: #25303f;
  }

  .h2 {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-bottom: 3px;
    font-size: 30px;
  }

  .h2.centered {
    font-size: 26px;
  }

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

  .gold-text {
    color: #000;
    font-size: 20px;
  }

  .container {
    top: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    -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;
  }

  .container.social {
    height: 400px;
  }

  .container.footer {
    margin-top: 20px;
    padding-bottom: 0px;
    -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;
  }

  .container.contact {
    padding-top: 0px;
  }

  .container.hero {
    position: absolute;
    left: 0%;
    top: -12.7vh;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 90vh;
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    border: 1px solid transparent;
    background-color: transparent;
    background-image: linear-gradient(12deg, rgba(0, 0, 0, 0.9) 10%, transparent 70%);
  }

  .image {
    width: 100%;
  }

  .button-text {
    font-size: 20px;
  }

  .section-bg-color-change {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 70vh;
    margin-top: 150px;
    margin-bottom: 150px;
    padding: 0px 25px;
    -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;
    color: rgba(37, 48, 63, 0);
  }

  .bg-color-changer.home {
    display: block;
  }

  .bg-color-changer.restaurant {
    display: block;
    background-color: hsla(0, 0%, 100%, 0.59);
  }

  .split-container {
    grid-row-gap: 25px;
  }

  .split-container.restaurant {
    width: 100%;
    max-width: none;
    margin-bottom: 100px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .label {
    font-size: 14px;
  }

  .spa-foto-grid {
    position: relative;
    width: 100%;
    max-width: none;
    margin-top: 100px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .spa-image._1 {
    height: 260px;
  }

  .spa-image._2 {
    height: 260px;
    background-image: url('../images/PEXELS-burst.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .spa-image._3 {
    height: 260px;
  }

  .social-link-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .social-link {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 20px;
    line-height: 1;
  }

  .blue-dot {
    width: 5px;
    height: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .about-pic._1 {
    width: 180px;
    margin-right: 60px;
    margin-left: 0px;
  }

  .about-pic._4 {
    display: none;
  }

  .about-pic._5 {
    display: none;
  }

  .about-pic._2 {
    right: 0px;
    width: 160px;
  }

  .about-pic._3 {
    left: 0px;
    top: 0px;
    right: auto;
    width: 220px;
  }

  .form-block {
    width: 100%;
    margin-bottom: 30px;
  }

  .from-wrap {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .name-field {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
  }

  .email-field {
    height: 50px;
    margin-bottom: 20px;
  }

  .submit-button {
    width: 100%;
    height: 50px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 16px;
  }

  .radio-button-label {
    font-size: 10px;
  }

  .logo {
    width: 200px;
  }

  .link-wrap {
    margin-bottom: 0px;
    -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;
  }

  .footer-link {
    margin-top: 20px;
    margin-left: 0px;
    padding: 0px 4px 0px 0px;
    font-size: 14px;
    line-height: 1;
  }

  .licence {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .text {
    color: #25303f;
    font-size: 16px;
  }

  .text.centered {
    font-size: 16px;
  }

  .text.utility {
    text-align: left;
  }

  .parallax-image._1 {
    width: 30vh;
    max-width: 40vh;
    margin-right: -70px;
  }

  .parallax-image._2 {
    width: 30vh;
    max-width: 20vh;
  }

  .parallax-image._3 {
    width: 30vw;
    margin-left: -80px;
  }

  .parallax-image._4 {
    width: 30vw;
    margin-left: -120px;
  }

  .video {
    width: 100vw;
    margin-right: auto;
    margin-left: -25px;
  }

  .contact-subtitle {
    color: #25303f;
  }

  .text-field {
    height: 40vh;
    min-height: 3vh;
  }

  .contact-button {
    border-style: solid;
    border-width: 2px;
    border-color: #25303f;
    border-radius: 90px;
    background-color: transparent;
  }

  .licensing-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-rows: -webkit-min-content;
    -ms-grid-rows: min-content;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
  }

  .license-text {
    margin-top: 15px;
    font-size: 18px;
  }

  .number-wrap {
    width: 40px;
    height: 30px;
    min-width: 40px;
    margin-bottom: 25px;
    margin-left: 40px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .number {
    font-size: 20px;
  }

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

  .h1 {
    position: absolute;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: 0%;
    width: 100vw;
    height: 100%;
    margin-top: 10px;
    font-size: 60px;
    font-weight: 400;
    text-align: center;
  }

  .h1.white {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -3%;
    display: block;
    width: 100vw;
    height: 10vh;
    margin-top: 0px;
    margin-bottom: 0px;
    -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;
    font-family: 'Jost 200', sans-serif;
    font-size: 60px;
    font-weight: 400;
    text-align: center;
  }

  .hero-image.home._1 {
    background-image: url('../images/pexels-the-glorious-studio-5442447.jpg');
  }

  .hero-image.home._2 {
    background-image: url('../images/pexels-arjiv-exports-5362404.jpg');
  }

  .hero-image.home._3 {
    background-image: url('../images/pexels-cottonbro-7523260.jpg');
  }

  .hero-image.home._4 {
    background-image: url('../images/edgar-soto-gb0BZGae1Nk-unsplash.jpg');
  }

  .hero-image.restaurant._1 {
    background-image: url('../images/pexels-the-glorious-studio-5442447.jpg');
  }

  .hero-image.restaurant._2 {
    background-image: url('../images/pexels-cottonbro-7523260.jpg');
  }

  .hero-image.restaurant._3 {
    background-image: url('../images/pexels-arjiv-exports-5362404.jpg');
    background-position: 60% 50%;
    background-size: cover;
  }

  .hero-image.restaurant._4 {
    background-image: url('../images/edgar-soto-gb0BZGae1Nk-unsplash.jpg');
  }

  .nav-logo {
    width: 200px;
  }

  .navigation-bar {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    color: transparent;
    text-align: right;
  }

  .navigation-bar:hover {
    color: #fafbfb;
  }

  .nav-link {
    font-size: 16px;
  }

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

  .nav-link.w--current {
    color: #888;
    text-align: right;
  }

  .nav-link.w--current:hover {
    color: #fbfbfb;
  }

  .nav-link.w--current:visited {
    color: #25303f;
  }

  .book-now-wrap {
    bottom: 20px;
  }

  .slider {
    width: 100vw;
    margin-right: -25px;
    margin-left: -25px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .icon {
    width: 60px;
    height: 60px;
    margin-right: 60px;
    font-size: 22px;
  }

  .icon.left {
    margin-left: 60px;
  }

  .h3 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .slide-transition-effect.fade-in {
    opacity: 0;
  }

  .slide-transition-effect.fade-out {
    opacity: 0;
  }

  .rooms-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .rooms-selector-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: 0px none #000;
    border-bottom: 1px solid #a2a2a0;
  }

  .room-selector {
    display: block;
    padding-right: 20px;
    font-size: 24px;
  }

  .room-selector:hover {
    color: #25303f;
  }

  .room-selector:visited {
    color: #25303f;
  }

  .room-selector.w--current {
    display: inline-block;
    padding-right: 0px;
    font-size: 24px;
  }

  .rooms-container {
    width: 100%;
  }

  .rooms-wrap {
    padding-left: 0px;
  }

  .room-description-container {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .room-description-column {
    width: auto;
  }

  .room-feature-column {
    width: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .colors-info-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .typography-info-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .titles-style-guide {
    font-family: 'Cormorant Garamond', sans-serif;
  }

  .text-style-guide {
    font-family: 'Cormorant Garamond', sans-serif;
  }

  .error-message {
    font-size: 14px;
  }

  .speaker-slide {
    position: relative;
    left: 15px;
    bottom: -1px;
    overflow: hidden;
    height: 700px;
  }

  .speaker-image-cover {
    overflow: hidden;
  }

  .speaker-slide-content {
    height: 60vh;
    padding-bottom: 6px;
  }

  .diamond-shape-image.two {
    background-image: url('../images/35F0AC66-2167-4B26-BA43-96391FB79AB4_4_5005_c.jpeg');
  }

  .diamond-shape-image.four {
    background-image: url('../images/F75F75D2-FF79-4A66-8E19-E0304F93E6B1_4_5005_c.jpeg');
  }

  .diamond-shape-image.three {
    background-image: url('../images/131FC681-F96A-4987-9F0D-C59D02EB3579_4_5005_c.jpeg');
  }

  .diamond-shape-image.six {
    background-image: url('../images/3251AFB0-CB16-43BF-A1D6-C6A9370A7A9A_4_5005_c.jpeg');
  }

  .diamond-shape-image.one {
    background-image: url('../images/8630DC33-DE50-4620-8170-FB0473D460DA_4_5005_c.jpeg');
  }

  .diamond-shape-image.five {
    background-image: url('../images/4AC1BD35-6672-4A1D-83AA-B07CF21F490F_4_5005_c.jpeg');
  }

  .diamond-shape-image.two {
    background-image: url('../images/princess_Cut.jpeg');
  }

  .diamond-shape-image.six {
    height: 100%;
    background-image: url('../images/round_Shape.jpeg');
  }

  .diamond-shape-image.three {
    background-image: url('../images/asscher_Cut.jpeg');
    background-position: 40% 50%;
  }

  .diamond-shape-image.one {
    background-image: url('../images/emerald_Cut.jpeg');
  }

  .diamond-shape-image.four {
    background-image: url('../images/marquise_Cut.jpeg');
  }

  .diamond-shape-image.five {
    background-image: url('../images/heart_Diamonds.jpeg');
  }

  .diamond-shape-image.eight {
    background-size: contain;
  }

  .speaker-slider-wrapper {
    height: 700px;
  }

  .speakers-hero-wrapper {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
  }

  .body-display.large {
    position: absolute;
    top: 315px;
    overflow: visible;
    height: 250px;
    margin-top: -6px;
    margin-bottom: -2px;
    padding-top: 29px;
    font-family: Nunito, sans-serif;
    color: rgba(37, 48, 63, 0.87);
    font-size: 16px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .body-display.large {
    top: 3px;
    width: 98%;
    height: 40%;
    min-height: 40%;
    padding-top: 25px;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 200;
    text-align: left;
  }

  .product-name {
    left: 0px;
    top: -12px;
    margin-top: 22px;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
  }

  .button-2 {
    position: relative;
    top: 88px;
    background-color: #fff;
    color: #25303f;
  }

  .speaker-arrow {
    left: 78%;
    top: auto;
    right: 71%;
    bottom: 0%;
    overflow: hidden;
  }

  .speaker-arrow.left {
    left: -58%;
    top: auto;
    right: 64%;
    bottom: 0%;
    margin-right: 0px;
  }

  .diamond-info {
    width: 100%;
    font-size: 18px;
    line-height: 2;
  }

  .clip-text {
    height: 290.38671875px;
  }

  .clip-text.speaker-headding {
    position: absolute;
    top: 290.494px;
    margin-top: -30px;
  }

  .slide-image {
    height: 30vh;
    min-height: 30vh;
  }

  .speaker-slider {
    left: 19px;
    -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;
  }

  .contact-paragraph-second {
    font-size: 12px;
  }

  .main-container {
    position: relative;
    z-index: 3;
  }

  .heading-contact-form {
    font-size: 20px;
    line-height: 1;
  }

  .heading-contact-form.second {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1;
  }

  .contact-section {
    position: relative;
    left: 0%;
    top: 295px;
    right: 0%;
    bottom: 0%;
    overflow: hidden;
    margin-bottom: 260px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .maps-image {
    display: none;
  }

  .form-2 {
    padding-top: 10px;
  }

  .contact-grid {
    width: 100%;
  }

  .submit-second-button.white {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .line-link-second.white.button.top {
    display: none;
  }

  .column-contact.second.home {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-contact.home {
    width: 100%;
    padding-left: 20px;
  }

  .text-block {
    font-family: Montserrat, sans-serif;
    color: #929497;
    font-weight: 200;
    text-transform: capitalize;
  }

  .text-block:hover {
    color: #25303f;
  }

  .text-block:active {
    color: #25303f;
  }

  .text-block:focus {
    color: #f1f3f6;
  }

  .text-block-2 {
    font-family: Montserrat, sans-serif;
    color: #929497;
    font-weight: 200;
  }

  .text-block-2:hover {
    color: #25303f;
  }

  .text-block-2:active {
    color: #25303f;
  }

  .text-block-3 {
    font-family: Montserrat, sans-serif;
    color: #929497;
    font-weight: 200;
  }

  .text-block-3:hover {
    color: #25303f;
  }

  .text-block-3:active {
    color: #25303f;
  }

  .section-2 {
    overflow: visible;
    width: 100vw;
    height: 85vh;
  }

  .heading {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 80vw;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #25303f;
    font-size: 40px;
    font-weight: 300;
  }

  .brand {
    left: -91px;
    width: 240px;
  }

  .content-wrapper {
    top: 0px;
    border: 1px solid transparent;
    background-color: #fff;
  }

  .nav-menu-items {
    position: relative;
    left: 17px;
    top: -10px;
    display: block;
    width: 50px;
    text-align: center;
  }

  .nav-content {
    border: 1px solid transparent;
  }

  .mobile-menu {
    position: static;
    width: 200%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    clear: both;
    -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;
    border: 1px solid transparent;
  }

  .page-frame.in-element {
    border: 1px solid transparent;
  }

  .stacked-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 18px;
    padding-left: 18px;
    -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: 1px solid transparent;
    background-color: #fff;
  }

  .nav-link-2 {
    position: relative;
    left: 102px;
    right: -59px;
    height: 40%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .navbar-2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    overflow: visible;
    width: 100%;
    height: 10vh;
    border: 1px none #000;
  }

  .image-8 {
    top: -3px;
    width: 200px;
    background-color: #fff;
  }

  .grid-wrapper {
    -ms-grid-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr) 1fr;
    grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr) 1fr;
    border: 1px solid transparent;
    background-color: #fff;
  }

  .menu-button-2 {
    left: 163px;
    top: 24%;
    right: 0%;
    -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;
    border: 1px solid transparent;
  }

  .menu-icon {
    position: relative;
    left: 19px;
    padding-left: 0px;
    border: 1px solid transparent;
  }

  .nav-menu-2 {
    left: -3%;
    top: 100%;
    right: 0%;
    bottom: auto;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 105%;
    height: 45vh;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-radius: 3px;
    background-color: #fff;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }

  .image-9 {
    position: static;
  }

  .nav-link-3 {
    width: 99.999975632%;
    text-align: right;
  }

  .nav-link-3:visited {
    color: #fff;
  }

  .nav-link-4 {
    width: 99.999975632%;
    text-align: right;
  }

  .nav-link-4:visited {
    color: #fff;
  }

  .nav-link-5 {
    width: 99.999975632%;
    text-align: right;
  }

  .nav-link-5:visited {
    color: #fff;
  }

  .nav-link-6 {
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
    text-align: right;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .nav-link-6:visited {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    color: #fff;
  }

  .heading-2 {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    font-family: 'Cormorant Garamond', sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
  }

  .paragraph {
    color: #25303f;
    font-size: 10px;
  }

  .bold-text-2 {
    font-weight: 400;
  }

  .text-block-409 {
    font-weight: 300;
  }

  .link {
    border: 1px none transparent;
    color: #25303f;
  }

  .link:hover {
    color: #25303f;
    text-decoration: underline;
  }

  .button-text-2 {
    left: 0px;
  }

  .left-navbar {
    background-color: #fff;
  }

  .dropdown-list {
    height: auto;
  }

  .wrapper.navbar-wrapper {
    height: 120%;
  }

  .full-menu-button {
    display: block;
  }

  .mega-menu {
    display: none;
  }

  .navigation-links {
    background-color: #fff;
  }

  .mega-menu-list-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-rows: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .large-menu-wrapper {
    padding-top: 65px;
    grid-auto-columns: 0%;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: 0px 0px;
    grid-template-rows: 0px 0px;
  }

  .mega-menu-overlay {
    display: none;
  }

  .post-list-item.category-list-item {
    height: auto;
  }

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

  .stacked-description {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .nav-link-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .brand-2 {
    position: static;
    left: 0px;
    width: 70%;
    padding-left: 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-menu {
    left: -260px;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
    background-color: #fff;
  }

  .menu-wrapper {
    display: block;
  }

  .navbar {
    display: none;
    height: 65px;
  }

  .image-10 {
    position: absolute;
    left: 16px;
    width: 60%;
    height: 14px;
    max-width: none;
    min-width: 0px;
  }

  .speaker-image-cover-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-image: none;
  }

  .clip-text-2 {
    position: relative;
    top: -48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .clip-text-2.speaker-headding {
    margin-top: -30px;
  }

  .section-3 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-3.home-hero-section {
    display: none;
    padding-bottom: 36px;
  }

  .section-3.home-hero-section {
    top: 127px;
    display: block;
    width: 100vw;
    height: 90vh;
    padding-bottom: 36px;
  }

  .diamonds-hero-wrapper-2 {
    height: 80%;
  }

  .slide-image-2 {
    top: -67px;
    width: 76%;
    height: 300px;
    max-height: 0px;
    min-height: 30vh;
  }

  .diamonds-slide-content-2 {
    top: 43px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 6px;
    -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;
  }

  .speaker-name {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 200;
    text-transform: uppercase;
  }

  .speaker-arrow-2 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .speaker-arrow-2.left {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    margin-right: 84px;
  }

  .button-5 {
    position: relative;
    top: 161px;
    width: 60%;
    height: 67%;
    margin-right: 7px;
    margin-left: 7px;
    border-color: #25303f;
    color: #25303f;
  }

  .diamonds-slider-2 {
    -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-block-410 {
    position: relative;
    top: 0px;
    color: #25303f;
  }

  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link-8 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .large-menu-wrapper-2 {
    padding-top: 65px;
  }

  .brand-4 {
    padding-left: 18px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .nav-menu-3 {
    display: block;
  }

  .menu-wrapper-2 {
    display: block;
  }

  .contact-info-div {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .nav-link-10 {
    padding-right: 20px;
    padding-left: 20px;
    border: 1px none #000;
  }

  .social-container.menu {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .brand-link._2 {
    left: 0%;
    top: 367px;
    width: 100%;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .contact-text.second.menu {
    margin-left: 20px;
    color: #021d2b;
  }

  .contact-text._18.menu {
    margin-left: 20px;
    color: #021d2b;
  }

  .navbar-4 {
    z-index: 80;
    height: 9vh;
    max-height: 9vh;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px none #000;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #fff;
  }

  .brand-image {
    left: 0px;
    width: 180px;
  }

  .brand-image.menu {
    width: 500px;
  }

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

  .menu-button.w--open {
    background-color: transparent;
  }

  .social-link-2 {
    width: 20px;
    height: auto;
  }

  .social-link-2.first {
    width: 20px;
    margin-left: 20px;
  }

  .line-menu {
    background-color: #25303f;
  }

  .nav-menu-4 {
    z-index: 1;
    width: 100vw;
  }

  .container-menu {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-3 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    font-family: 'Cormorant Garamond', sans-serif;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
  }

  .hero-bottom-feature {
    width: 100%;
  }

  .home-hero {
    min-height: 93vh;
    padding-top: 89px;
  }

  .grid-wrapper-2 {
    grid-row-gap: 100px;
  }

  .featured-project-column {
    font-size: 9px;
  }

  .xxl-heading {
    font-size: 48px;
  }

  .button-6 {
    position: relative;
    top: 151px;
    background-color: rgba(37, 48, 63, 0.69);
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .section-4 {
    padding: 50px 25px;
  }

  .section-4.hero {
    min-height: auto;
  }

  .h1-2 {
    margin-top: 10px;
    font-size: 74px;
  }

  .h1-2.white {
    margin-bottom: 10px;
    font-size: 74px;
  }

  .container-3 {
    width: 100%;
    max-width: none;
  }

  .container-3.hero {
    width: 100vw;
    background-color: transparent;
    background-image: linear-gradient(247deg, rgba(0, 0, 0, 0.9) 10%, transparent 70%);
  }

  .container-4 {
    position: absolute;
    left: 0%;
    top: 193px;
    right: 0%;
    bottom: -13%;
    height: 29%;
    background-color: #e91212;
  }

  .hero6-grid {
    position: absolute;
    left: 0%;
    top: 456px;
    right: 0%;
    bottom: 0%;
    display: block;
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    color: #fff;
    text-align: center;
  }

  .button-arrow {
    max-width: 5%;
  }

  .sizejumbo-text.sizejumbo-full-clear {
    position: absolute;
    left: 0%;
    top: 13%;
    right: 0%;
    bottom: auto;
    font-family: Montserrat, sans-serif;
  }

  .button-small {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button-small.white-small {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 104%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    background-clip: padding-box;
    -webkit-text-fill-color: inherit;
  }

  .section-5 {
    position: relative;
    top: 18px;
  }

  .text-block-417 {
    color: rgba(37, 48, 63, 0.45);
    font-size: 10px;
  }
}

#w-node-_3a9e5ce8-5853-0bdd-38ee-1c5cf9af2bd0-0f583f3e {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 8;
  grid-column-end: 11;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_917be0f4-f036-5440-4f32-939f443118d3-0f583f3e {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_917be0f4-f036-5440-4f32-939f443118d4-0f583f3e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_917be0f4-f036-5440-4f32-939f443118e2-0f583f3e {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_917be0f4-f036-5440-4f32-939f443118e4-0f583f3e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_917be0f4-f036-5440-4f32-939f443118e6-0f583f3e {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_917be0f4-f036-5440-4f32-939f443118f0-0f583f3e {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_917be0f4-f036-5440-4f32-939f443118f2-0f583f3e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_917be0f4-f036-5440-4f32-939f443118f4-0f583f3e {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_917be0f4-f036-5440-4f32-939f443118fe-0f583f3e {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_917be0f4-f036-5440-4f32-939f44311900-0f583f3e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_917be0f4-f036-5440-4f32-939f44311902-0f583f3e {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_917be0f4-f036-5440-4f32-939f4431191c-0f583f3e {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_917be0f4-f036-5440-4f32-939f4431192c-0f583f3e {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_917be0f4-f036-5440-4f32-939f4431193c-0f583f3e {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_917be0f4-f036-5440-4f32-939f4431193d-0f583f3e {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_87e657b6-5a9d-7c29-740d-4609446a7882-3daa8750 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-_509b3106-9ef6-9031-18fe-d13b6e932cf1-0f583f3e {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_917be0f4-f036-5440-4f32-939f443118c6-0f583f3e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_5671316b-4416-84a9-17a0-32847aace196-0f583f3e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3a9e5ce8-5853-0bdd-38ee-1c5cf9af2bd0-0f583f3e {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_917be0f4-f036-5440-4f32-939f443118d3-0f583f3e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_917be0f4-f036-5440-4f32-939f443118d8-0f583f3e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_917be0f4-f036-5440-4f32-939f443118fe-0f583f3e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_917be0f4-f036-5440-4f32-939f4431190c-0f583f3e {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_917be0f4-f036-5440-4f32-939f4431190d-0f583f3e {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_917be0f4-f036-5440-4f32-939f4431191c-0f583f3e {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_917be0f4-f036-5440-4f32-939f4431191d-0f583f3e {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_917be0f4-f036-5440-4f32-939f4431192c-0f583f3e {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_917be0f4-f036-5440-4f32-939f4431192d-0f583f3e {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_917be0f4-f036-5440-4f32-939f4431193c-0f583f3e {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_917be0f4-f036-5440-4f32-939f4431193d-0f583f3e {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9364275a-45db-e657-79bb-19307bb66eef-0f583f3e {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3a9e5ce8-5853-0bdd-38ee-1c5cf9af2bd0-0f583f3e {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_509b3106-9ef6-9031-18fe-d13b6e932cde-0f583f3e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Jost 500';
  src: url('../fonts/Jost-500-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost 400 book';
  src: url('../fonts/Jost-400-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost 200';
  src: url('../fonts/Jost-200-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}