:root {
  --black: #09090a;
  --white-smoke: #f1f1f3;
  --burlywood: #bd9a47;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

body {
  background-color: var(--black);
  color: #333;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

h1 {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 18px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 68px;
  font-weight: 100;
  line-height: 80px;
}

h2 {
  color: var(--white-smoke);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

h3 {
  color: var(--white-smoke);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--white-smoke);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: var(--white-smoke);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gayathri, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: var(--white-smoke);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

p {
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: Gayathri, sans-serif;
  font-size: 18px;
  font-weight: 100;
}

a {
  color: var(--burlywood);
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.section {
  background-color: #09090a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 5%;
  display: flex;
}

.section.full-width-slider {
  height: 600px;
  position: relative;
}

.section.split {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  height: 700px;
  min-height: 85vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.split.highlights {
  height: auto;
}

.section.hero-section {
  background-color: var(--black);
  text-align: center;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .93), rgba(0, 0, 0, .46)), url('../images/Cafe-Desk.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
}

.section.above-lifestyle {
  height: 80vh;
  min-height: auto;
  max-height: 700px;
  padding-top: 16vh;
  padding-bottom: 16vh;
}

.section.life-style {
  z-index: 2;
  padding-top: 16vh;
  padding-bottom: 16vh;
  overflow: visible;
}

.section.form {
  background-color: var(--burlywood);
  perspective: 843px;
  padding-top: 4vh;
  transform: perspective(1118px);
}

.section.transform-perspective {
  perspective: 804px;
  transform: perspective(1137px);
}

.section.transform-perspective._100 {
  min-height: 100vh;
}

.section.licensing {
  min-height: 100vh;
  max-height: none;
}

.section.instagram {
  z-index: 2;
  padding-top: 16vh;
  padding-bottom: 0;
  overflow: visible;
}

.text-wrap {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  display: flex;
  position: relative;
}

.text-wrap.neighborhood {
  opacity: 1;
  background-color: rgba(9, 9, 10, .8);
  border-radius: 2px;
  padding: 40px;
}

.video-lightbox-link {
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  display: flex;
}

.video-lightbox-link:hover {
  text-decoration: none;
}

.white-text {
  color: #fff;
}

.play-circle {
  border: .07em solid #fff;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .35s;
  display: flex;
}

.play-circle:hover {
  border-color: var(--burlywood);
  background-color: var(--burlywood);
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-between;
  padding: 9px 4vw;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.nav-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 10px 14px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .35s;
}

.nav-link:hover {
  color: var(--burlywood);
  text-decoration: none;
}

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

.div-block {
  background-color: var(--burlywood);
  border-radius: 0;
  width: 10px;
  height: 10px;
  margin-top: 24px;
  margin-bottom: 24px;
  transform: rotate(45deg);
}

.div-block.hero {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: 20px;
}

.full-width-slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.left-arrow, .right-arrow {
  display: none;
}

.slider-image {
  background-image: url('../images/Cafe-Desk.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-image._2 {
  background-image: url('../images/Olive-Lane-Cake_1Olive-Lane-Cake.webp');
}

.slider-image._3 {
  background-image: url('../images/Cafe-Hero-Image.jpg');
}

.slide-nav {
  margin-bottom: 16px;
  font-size: 12px;
}

.slide-nav._2 {
  text-align: left;
  margin-bottom: 15px;
  padding-left: 40px;
  display: block;
}

._35-percent {
  background-color: var(--burlywood);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  padding: 40px;
  display: flex;
  position: relative;
}

.slider {
  height: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-wrap {
  height: 100%;
  display: flex;
}

.slider-image-wrap {
  flex: 1;
  overflow: hidden;
}

.half-slider-image {
  background-image: url('../images/PouringCoffee_1PouringCoffee.webp');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.half-slider-image._2 {
  background-image: url('../images/GreekFood_1GreekFood.webp');
}

.half-slider-image._3 {
  background-image: url('../images/OliveLane.jpg');
}

.half-slider-image.slide-2 {
  background-image: url('../images/hutomo-abrianto-X5BWooeO4Cw-unsplash_1hutomo-abrianto-X5BWooeO4Cw-unsplash.webp');
}

.half-slider-image.slide-2.slide-image-2 {
  background-image: url('../images/sidekix-media-_AK42TQRyCw-unsplash_1sidekix-media-_AK42TQRyCw-unsplash.webp');
}

.highlights-image-wrap {
  background-image: url('../images/ricardo-gomez-angel-AI0jVjE-RkI-unsplash_1ricardo-gomez-angel-AI0jVjE-RkI-unsplash.webp');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  overflow: hidden;
}

.highlight-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 14px;
  display: flex;
}

.highlight {
  color: var(--white-smoke);
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  line-height: 20px;
}

.small-div {
  background-color: var(--burlywood);
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
}

._30px-div {
  width: 100%;
  height: 30px;
}

.form-block {
  z-index: 2;
  width: 700px;
  position: relative;
}

.field-label {
  color: var(--black);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.field-label.white-text {
  color: #fff;
}

.text-field {
  border: 2px solid var(--black);
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  height: 60px;
  font-size: 24px;
}

.text-field:focus {
  border-color: var(--black);
  background-color: rgba(9, 9, 10, .59);
}

.text-field.color-boarder {
  border-color: var(--burlywood);
  color: #fff;
}

.text-field.color-boarder:active {
  border-color: var(--burlywood);
}

.text-field.color-boarder:focus {
  border-color: var(--burlywood);
  background-color: rgba(225, 183, 136, .6);
}

.field-wrap {
  margin-top: 24px;
  display: flex;
}

._50-percent {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

._100-percent {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.button {
  border: 2px solid var(--white-smoke);
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  transition: all .35s;
}

.button:hover {
  border-color: var(--burlywood);
  background-color: var(--burlywood);
  color: var(--black);
  text-decoration: none;
}

.button.submit {
  border-color: var(--black);
  color: var(--black);
  align-self: center;
  margin-top: 40px;
}

.button.submit:hover {
  background-color: var(--black);
  color: var(--white-smoke);
}

.button.submit-form-2 {
  align-self: center;
  margin-top: 40px;
}

.button.xl {
  padding: 12px 25px;
}

.button.xl.brown {
  border-color: var(--burlywood);
  background-color: var(--burlywood);
  justify-content: center;
  align-items: center;
  min-height: 65px;
  display: flex;
}

.form {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.footer {
  z-index: 1;
  background-color: var(--black);
  border-top: 1px solid rgba(241, 241, 243, .3);
  justify-content: space-between;
  align-items: center;
  padding: 30px 80px;
  font-family: Cormorant Garamond, sans-serif;
  display: flex;
  position: relative;
}

.stencil {
  position: absolute;
  top: -171px;
  bottom: auto;
  left: -192px;
  right: auto;
}

.stencil._1 {
  z-index: 2;
  top: auto;
  bottom: 34px;
  left: -470px;
  right: auto;
}

.stencil._2 {
  z-index: 2;
  top: auto;
  bottom: -203px;
  left: auto;
  right: -940px;
}

.stencil._3 {
  top: auto;
  bottom: -308px;
  left: -534px;
  right: auto;
}

.stencil._4 {
  top: -13px;
  bottom: auto;
  left: auto;
  right: -522px;
}

.stencil._5 {
  top: -383px;
  bottom: auto;
  left: -579px;
  right: auto;
}

.stencil._6 {
  top: auto;
  bottom: -260px;
  left: auto;
  right: -502px;
}

.play {
  margin-left: 3px;
}

.play-film {
  color: #fff;
  letter-spacing: 2.5px;
  line-height: 16px;
}

.lifestyle-image-wrap-1 {
  z-index: 3;
  border: 4px solid var(--burlywood);
  border-radius: 50%;
  width: 380px;
  height: 380px;
  position: absolute;
  top: -9.2em;
  bottom: auto;
  left: 1.3em;
  right: auto;
  overflow: hidden;
}

.lifestyle-image-1 {
  background-image: url('../images/humphrey-muleba-LOA2mTj1vhc-unsplash_1humphrey-muleba-LOA2mTj1vhc-unsplash.webp');
  background-position: 0%;
  background-size: cover;
  background-attachment: scroll;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lifestyle-image-wrap-2 {
  z-index: 3;
  border: 4px solid var(--burlywood);
  border-radius: 50%;
  width: 250px;
  height: 250px;
  position: absolute;
  top: -8.3em;
  bottom: auto;
  left: auto;
  right: 4.1em;
  overflow: hidden;
}

.lifestyle-image-2 {
  background-image: url('../images/heidi-fin-2TLREZi7BUg-unsplash_1heidi-fin-2TLREZi7BUg-unsplash.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lifestyle-image-wrap-3 {
  z-index: 3;
  border: 4px solid var(--burlywood);
  border-radius: 50%;
  width: 240px;
  height: 240px;
  position: absolute;
  top: auto;
  bottom: -6.6em;
  left: 3.8em;
  right: auto;
  overflow: hidden;
}

.lifestyle-image-3 {
  background-image: url('../images/carissa-rogers-KFp4brRzt64-unsplash_1carissa-rogers-KFp4brRzt64-unsplash.webp');
  background-position: 30%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lifestyle-image-wrap-4 {
  z-index: 3;
  border: 4px solid var(--burlywood);
  border-radius: 50%;
  width: 350px;
  height: 350px;
  position: absolute;
  top: auto;
  bottom: -8.2em;
  left: auto;
  right: .5em;
  overflow: hidden;
}

.lifestyle-image-4 {
  background-image: url('../images/siamak-YduJNHSnJUU-unsplash_1siamak-YduJNHSnJUU-unsplash.webp');
  background-position: 50% 80%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0;
}

.popup-form {
  z-index: 10000;
  background-color: var(--black);
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.close {
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.close-wrap {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 25px 60px 25px 40px;
  display: flex;
}

.close-line {
  background-color: #e9ecf5;
  width: 2px;
  height: 40px;
  transform: translate(0, -6px)rotate(45deg);
}

.close-line.line-2 {
  transform: translate(0, -6px)rotate(-45deg);
}

.success-message {
  background-color: var(--black);
  color: var(--white-smoke);
  margin-top: 20px;
  font-size: 24px;
}

.hamburger-wrap {
  display: none;
}

.dark-text {
  color: var(--black);
}

.slider-text-block {
  z-index: 1;
  background-color: var(--black);
  border: 1px solid #000;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  min-height: 60%;
  margin: 25% -142px 0 8vw;
  padding: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  box-shadow: 1px 1px 20px 12px rgba(0, 0, 0, .06);
}

.slider-text-block.highlights {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 80%;
  margin-top: 13%;
  margin-left: -242px;
  margin-right: 8vw;
  display: flex;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.neighborhood-background-video {
  z-index: 2;
  opacity: 1;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.copyrights {
  color: #fdfdfd;
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}

.copyrights-link {
  color: #fdfdfd;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.copyrights-link:hover {
  color: var(--burlywood);
}

.text-block-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.no-bottom-margin {
  margin-bottom: 0;
}

.hero-video-contain {
  border: 3px none var(--burlywood);
  perspective: 608px;
  background-color: rgba(0, 0, 0, 0);
  width: 50%;
  height: 100%;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: perspective(1098px);
}

.hero-video-wrap {
  z-index: 1;
  border: 3px solid var(--burlywood);
  background-color: var(--burlywood);
  transform-style: preserve-3d;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
  height: 90%;
  max-height: 700px;
  position: relative;
  top: 30.2%;
  bottom: 0;
  left: .9em;
  overflow: hidden;
  transform: rotateX(-11deg)rotateY(-14deg)rotateZ(6deg);
}

.hero-background-video {
  z-index: 2;
  opacity: 1;
  width: 150%;
  height: 135%;
  position: absolute;
  top: -148px;
  bottom: 0;
  left: -116px;
  right: 0%;
  transform: rotate(-11deg);
}

.hero-title-contain {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 850px;
  display: flex;
  position: relative;
}

.hero-paragraph {
  text-align: center;
  max-width: 475px;
}

.hero-paragraph.centre {
  text-align: center;
}

.hero-div-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-stencil {
  z-index: 1;
  border: 3px solid var(--burlywood);
  transform-style: preserve-3d;
  border-radius: 0;
  width: 350px;
  height: 200px;
  position: absolute;
  top: 336px;
  bottom: auto;
  left: -62px;
  right: auto;
  overflow: hidden;
  transform: rotateX(0)rotateY(10deg)rotateZ(77deg);
}

.div-block-home {
  z-index: 0;
  transform-style: preserve-3d;
  border-top-left-radius: 0;
  border-bottom-left-radius: 200px;
  height: 300px;
  left: 4px;
  transform: rotateX(9deg)rotateY(17deg)rotateZ(-6deg);
}

.div-block-home-2 {
  border-bottom-left-radius: 150px;
  width: 450px;
  height: 400px;
  top: 9.9em;
  left: 1.1em;
}

.div-block-home-3 {
  border-bottom-left-radius: 0;
}

.hero-stencill {
  width: 550px;
  top: 15.1em;
  left: 3.1em;
}

.logo {
  width: 100%;
  height: 100%;
}

.social-media-links {
  display: flex;
  position: static;
}

.social-media-link {
  color: #fdfdfd;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .35s;
}

.social-media-link:hover {
  color: var(--burlywood);
}

.social-media-link.w--current {
  color: #d19b52;
  text-decoration: line-through;
}

.color {
  background-color: #f2f4f4;
  border: 1px solid rgba(127, 150, 145, .24);
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.color._09090a {
  background-color: var(--black);
  border-color: rgba(241, 241, 243, .2);
}

.color.f1f1f3 {
  background-color: var(--white-smoke);
  color: #364c4c;
}

.color.e1b788 {
  background-color: var(--burlywood);
  border: 1px rgba(0, 0, 0, .14);
}

.button-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 30px;
  display: flex;
}

._20px-div {
  width: 100%;
  height: 20px;
}

.color-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  margin: 20px 0;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1440px;
}

.color-heading {
  color: var(--white-smoke);
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

.style-block {
  border: 1px solid var(--burlywood);
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  width: auto;
  min-width: 80%;
  margin: 24px 8vw;
  padding: 45px;
}

.color-hex {
  color: var(--burlywood);
  font-weight: 400;
}

.colors-contain {
  border-bottom: 1px rgba(155, 155, 155, .3);
  border-right: 1px rgba(155, 155, 155, .3);
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.align-left {
  text-align: left;
}

.heading-wrap {
  margin-left: 8vw;
  margin-right: 8vw;
}

.div-block-image-licensing {
  flex-direction: column;
  display: flex;
}

.utility-page-wrap {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

._404-paragraph {
  color: var(--burlywood);
}

.popup-form-conatin {
  z-index: 200000000;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-top-a {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-separator {
  grid-column-gap: 32px;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

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

.language-dropdown {
  display: flex;
}

.footer-grid-c {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  width: 100%;
}

.form-block-2 {
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
}

.flag-circle {
  border-radius: 99px;
  flex: none;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.checkbox {
  border-width: 2px;
  border-color: #d7d7db;
  border-radius: 3px;
  flex: none;
  width: 16px;
  height: 16px;
  margin: 4px 12px 4px 4px;
}

.checkbox.w--redirected-checked {
  background-color: var(--burlywood);
  background-image: url('../images/Check-Icon.svg');
  background-size: auto;
  border-width: 2px;
  border-color: #8870d7;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  margin: 4px 12px 4px 4px;
}

.language-wrapper {
  align-items: center;
  display: flex;
}

.section-regular {
  background-color: var(--black);
  padding: 96px 5% 2rem;
}

.span-footer-link {
  color: #131315;
  font-weight: 500;
}

.footer-link {
  color: var(--white-smoke);
  letter-spacing: -.02em;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 1.8;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  color: var(--burlywood);
  text-decoration: none;
}

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

.margin-bottom-08 {
  margin-bottom: 8px;
}

.social-group {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.footer-logo {
  flex: none;
  margin-bottom: 16px;
}

.paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-small.text-color-gray-700 {
  color: #76767f;
}

.paragraph-small.text-color-gray-800 {
  color: #55555e;
}

.language-list {
  align-items: center;
}

.language-list.w--open {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border: 1px solid #e4e4e7;
  border-radius: 32px;
  align-items: center;
  min-width: 180px;
  padding: 8px;
  display: flex;
  top: -72px;
  right: 0;
}

.divider-line-a {
  background-color: #333;
  width: 100%;
  height: 1px;
}

.footer-logo-wrap {
  max-width: 370px;
}

.footer-title {
  color: var(--white-smoke);
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.divider-dot {
  background-color: var(--burlywood);
  flex: none;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}

.grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-link {
  background-color: var(--white-smoke);
  color: #131315;
  padding: 8px;
  transition: color .3s;
}

.social-link:hover {
  color: var(--burlywood);
}

.footer-form {
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.checkbox-field {
  align-items: center;
  margin-top: 12px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.language-link {
  grid-column-gap: 8px;
  grid-row-gap: 4px;
  border-radius: 32px;
  flex: none;
  align-items: center;
  padding: 8px;
  transition: background-color .3s;
  display: flex;
}

.language-link:hover {
  background-color: #f4f4f5;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.text-field-s {
  letter-spacing: -.02em;
  border: 1px #000;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 12px 12px 20px;
  font-size: 1rem;
  line-height: 1.8;
}

.text-field-s::placeholder {
  color: #9797a1;
}

.container-regular {
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.form-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #e4e4e7;
  align-items: center;
  padding: 4px;
  display: flex;
}

.button-submit {
  background-color: var(--burlywood);
  color: #fff;
  letter-spacing: -.02em;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.wrap-v-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.footer-bottom {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.language-toggle {
  grid-column-gap: 4px;
  border: 1px solid #e4e4e7;
  border-radius: 50px;
  align-items: center;
  padding: 8px;
  display: flex;
}

.nav-link-2 {
  color: #000;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

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

.navigation-link-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.navigation-wrapper {
  align-items: center;
  display: flex;
}

.navigation-left {
  align-items: stretch;
  width: 50%;
  min-height: 60px;
  display: flex;
}

.navigation-details {
  color: #aaa;
  font-size: 14px;
  line-height: 24px;
}

.navigation-text-link {
  color: #828282;
  margin-bottom: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.navigation-text-link:hover {
  color: #ad9152;
}

.navigation-wrap {
  z-index: 99;
  background-color: #fbf7ee;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.link-accent {
  position: absolute;
  bottom: 14px;
}

.toggle {
  color: #000;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.toggle:hover, .toggle.w--open {
  color: #ad9152;
}

.arrow-gold {
  margin-left: 12px;
}

.dropdown-list {
  min-width: 100%;
}

.dropdown-list.w--open {
  background-color: #fbf7ee;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 100px;
  bottom: auto;
  left: 0;
  right: 0;
}

.brand {
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.container-navigation {
  border-bottom: 1px rgba(4, 20, 52, .1);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown {
  height: 100%;
  position: static;
}

.arrow-link-wrapper {
  color: #ad9152;
  align-items: center;
  margin-top: 24px;
  font-size: 18px;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.dropdown-wrapper {
  padding: 60px 3% 100px;
  overflow: hidden;
  box-shadow: 33px 115px 100px rgba(4, 20, 52, .1);
}

.menu-wrap {
  color: #283338;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.search-link {
  margin-right: 24px;
}

.dropdown-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  min-height: 60px;
  display: flex;
}

.navigation-title {
  color: #000;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 500;
}

.navigation-column {
  padding-right: 32px;
}

.nav-button {
  color: #fff;
  background-color: #ad9152;
  border-radius: 2px;
  padding: 14px 36px;
  font-size: 16px;
}

.image-square {
  border-radius: 4px;
  height: 204px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 11px 21px 40px -5px rgba(129, 129, 129, .32);
}

.text-logo {
  color: #000;
  font-size: 28px;
}

.navigation-grid {
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  width: 100%;
}

.navigation-line-break {
  z-index: 9999;
  background-color: rgba(4, 20, 52, .1);
  max-width: 1280px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand-2 {
  max-width: 180px;
}

.html-embed {
  width: 100%;
}

.heading-style-h5 {
  text-align: left;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.padding-section-medium {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.home_header_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 32rem;
}

.button_wrapper {
  position: relative;
}

.home_header_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home_header_description-item {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home_header_content-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.home_header_description {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.centre {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-2 {
  color: #2e2d33;
  text-align: center;
  background-color: #ffb577;
  justify-content: center;
  align-items: center;
  padding: .75rem 3.5rem .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-2:hover {
  text-decoration: none;
}

.home_header_content-right {
  height: 100%;
}

.button_arrow {
  color: #2e2d33;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: .75rem;
  left: auto;
  right: 1.5rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.section-title_small-wrapper {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-style-subtitle {
  color: #c4e4ea;
  font-family: Playfair Display, sans-serif;
}

.empty-state {
  height: 0;
  padding: 0;
  display: none;
}

.menu_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

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

.margin-bottom, .margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.section-title_line {
  background-color: #fff;
  width: 3rem;
  height: 1px;
  margin-left: 1rem;
}

.section-title_content-wrapper {
  flex-direction: column;
  display: flex;
}

.section-title_small {
  color: #ffb577;
  text-transform: uppercase;
  font-family: Playfair Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.section-title_component {
  margin-bottom: 1rem;
}

.section-title_content {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu {
  flex-wrap: wrap;
  display: flex;
}

.menu-small-grid-item {
  flex: 0 auto;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.menu-info-main {
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.tooltip {
  z-index: 10;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #232d41;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 24px;
  margin-bottom: -2px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 9px 4px 10px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  position: absolute;
  bottom: 30px;
}

.menu-price {
  justify-content: flex-end;
  align-items: center;
  font-size: 17px;
  line-height: 28px;
  display: flex;
}

.menu-price.small {
  font-size: 15px;
}

.menu-grid-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.badge {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #f03e5a;
  border-radius: 3px;
  padding-left: 8px;
  padding-right: 7px;
  font-size: 9px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.badge:hover {
  text-decoration: none;
}

.badge.menu-item-tooltip {
  float: left;
  color: #111;
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 6px;
  padding-top: 2px;
  padding-left: 7px;
  font-size: 11px;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 1px #e3e3e3;
}

.menu-numbers {
  z-index: 1;
  align-items: center;
  margin-top: -1px;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-right: 12px;
  font-size: 13px;
  display: flex;
}

.tooltip-arrow {
  background-color: #232d41;
  width: 8px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  transform: rotate(45deg);
}

.menu-name {
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}

.menu-name.small {
  text-transform: none;
  font-size: 15px;
}

.menu-info {
  z-index: 1;
  flex: 1;
  align-items: flex-start;
}

.menu-dots-line {
  border-bottom: 1px dotted #bbb;
  flex: 1;
  height: 20px;
}

.menu-dots-line.small {
  height: 19px;
}

.menu-numbers-divider {
  color: #bbb;
  padding-left: 4px;
  padding-right: 4px;
}

.menu-more {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.menu-grid-card {
  background-color: var(--white-smoke);
  margin-bottom: 40px;
  padding: .5rem;
  position: relative;
}

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

.checkbox-label {
  color: #171717;
  font-size: 16px;
  line-height: 24px;
}

.checkbox-field-2 {
  align-items: center;
  margin-top: 12px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.text-link {
  color: #404040;
  text-decoration: underline;
}

.form-v {
  flex-direction: column;
  display: flex;
}

.section-regular-2 {
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.section-regular-2.bg-gray {
  background-color: #fafafa;
}

.heading-wrap-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  display: flex;
}

.button-primary-l {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #fff;
  letter-spacing: -.25px;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
}

.button-primary-l.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.field-label-2 {
  color: #171717;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.h5-heading {
  color: #0a0a0a;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.4;
}

.contact-form-l {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #171717;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: grid;
}

.checkbox-2 {
  border-color: #171717;
  border-radius: 99px;
  width: 14px;
  height: 14px;
  margin-top: 0;
  margin-left: 4px;
  margin-right: 8px;
}

.checkbox-2.w--redirected-checked {
  background-color: #171717;
  background-size: 10px;
  border-color: #171717;
  border-radius: 99px;
  margin-top: 0;
  margin-left: 4px;
  margin-right: 8px;
}

.text-color-red-500 {
  color: #aa3c3c;
}

.paragraph-regular {
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.icon-regular-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.wrap-v-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-grid {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  margin-bottom: 24px;
}

.wrap-h-regular {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.wrap-h-regular.align-center {
  align-items: center;
}

.text-area {
  color: #171717;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  min-height: 120px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.text-area::placeholder {
  color: #737373;
}

.text-color-purple-600 {
  color: #5c2d5c;
}

.text-field-2 {
  color: #171717;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  min-height: 56px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.text-field-2::placeholder {
  color: #737373;
}

.text-field-2.dropdown {
  height: auto;
  min-height: auto;
}

.wrap-v-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.paragraph-small-2 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.form-block-3 {
  width: 100%;
  margin-bottom: 0;
}

.caption-uppercase {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.wrap-v-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.container-large-2 {
  z-index: 5;
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon-regular-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.form-block-4 {
  width: 100%;
  margin-bottom: 0;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tabs-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.tab-title {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
}

.tab-image {
  border-radius: 30px;
  height: 300px;
  margin-bottom: 24px;
  overflow: hidden;
}

.tabs-content {
  overflow: visible;
}

.tab-card-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.tab-link {
  color: #787878;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dfdfdf;
  border-radius: 50px;
  margin-left: 12px;
  margin-right: 12px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 26px;
  transition: all .3s;
}

.tab-link:hover, .tab-link.w--current {
  color: #578d58;
  background-color: #ecf4e3;
  border-color: #578d58;
}

.count-text {
  color: #969696;
  margin-left: 8px;
  font-size: 16px;
  font-weight: 500;
}

.star-row {
  align-items: center;
  display: flex;
}

.tabs-menu {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
  display: flex;
}

.title-small {
  color: #4f4f4f;
  letter-spacing: 3px;
  margin-bottom: 4px;
  font-weight: 500;
}

.rating {
  color: #faae4b;
  margin-right: 8px;
  font-size: 16px;
  font-weight: 500;
}

.tab-section {
  background-color: #fff;
  padding: 80px 3%;
  position: relative;
}

.tab-card {
  background-color: #fff;
  border-radius: 30px;
  padding: 20px 20px 30px;
  text-decoration: none;
  transition: box-shadow .3s;
}

.tab-card:hover {
  box-shadow: 12px 31px 60px rgba(138, 138, 138, .1);
}

.vectors-wrapper-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 17.5098px;
  height: 17.5059px;
  display: flex;
}

.div-block-464 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.text-415 {
  color: #6f6f6f;
  white-space: nowrap;
  align-self: center;
  padding-left: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.167em;
}

.animation {
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
}

.button---wrap-2 {
  border-radius: 12px;
  display: block;
  position: relative;
  overflow: hidden;
}

.faq-question-bar-2 {
  color: #212c4d;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.faq-question-bar-2:hover {
  color: #080f25;
}

.checkmarks-wrap-body {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.button-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button---bg-move-2 {
  background-image: linear-gradient(to right, #2600ff, #08b4fd 50%, #2600ff);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -100%;
  right: 0%;
}

.checkbox-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

._25-px-spacer {
  width: 15px;
  height: 15px;
}

.faq-content-2 {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  overflow: hidden;
}

.paragraph {
  color: #37446b;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.flex {
  display: flex;
}

.text-block-2 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.herobuttons-v2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 490px;
  display: grid;
}

.faq-question-wrap {
  width: 100%;
  margin-bottom: 5px;
}

.faq-title {
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.grey-divider {
  background-color: #252525;
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
}

.add-to-cart {
  border: 2px solid var(--black);
  color: var(--burlywood);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  transition: all .35s;
}

.add-to-cart:hover {
  border-color: var(--burlywood);
  background-color: var(--burlywood);
  color: var(--black);
  text-decoration: none;
}

.add-to-cart.submit {
  border-color: var(--black);
  color: var(--black);
  align-self: center;
  margin-top: 40px;
}

.add-to-cart.submit:hover {
  background-color: var(--black);
  color: var(--white-smoke);
}

.add-to-cart.submit-form-2 {
  align-self: center;
  margin-top: 40px;
}

.add-to-cart.xl {
  padding: 12px 25px;
}

.menu-divider {
  border-bottom: 1px dotted #bbb;
  width: 100%;
  height: 1px;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.div-block-465 {
  margin-bottom: 15px;
  overflow: hidden;
}

.basic-swiper {
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  flex: none;
  display: block;
}

.swiper-wrapper.basic-slider-list {
  align-items: center;
  display: flex;
}

.swiper-slide {
  flex: none;
}

.swiper-slide.basic-swiperr-item {
  width: 100%;
  display: flex;
}

.basic-swiper-member-bio {
  color: rgba(25, 34, 76, .6);
  margin-bottom: 24px;
}

.basic-swiper-info {
  background-color: #dee3ff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 240px;
  padding: 24px;
  display: flex;
  position: relative;
}

.fn-members-social-media-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  transition: opacity .2s, filter .2s;
  display: grid;
}

.fn-members-social-media-wrapper:hover {
  opacity: 1;
  filter: none;
}

.basic-swiper-slide-content {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.basic-swiper-member-name {
  color: #19224c;
  margin-bottom: 8px;
}

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

.basic-slider-image-wrapper {
  z-index: 2;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-bottom: -76px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: flex;
  position: relative;
}

.fn-members-social-media {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.fn-members-social-media:hover {
  opacity: .7;
  filter: brightness(200%) saturate(200%);
}

.basic-slider-image {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: static;
}

.no-margin {
  margin-bottom: 0;
  margin-right: 0;
}

.swiper-column {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 1328px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.container-2.flex-center.overflow-none {
  overflow: hidden;
}

.slider-button-right {
  color: #7e3d5d;
  text-align: center;
  cursor: pointer;
  background-color: #dee3ff;
  background-image: url('../images/Group.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 14px;
  border-radius: 100px;
  width: 56px;
  height: 56px;
  padding: 12px;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  transition: background-position .15s cubic-bezier(.47, 0, .745, .715), background-color .2s, color .2s;
}

.slider-button-right:hover {
  color: #fff;
  background-color: #c7cfff;
  background-position: 60%;
}

.slider-button-right:active {
  background-color: #657cff;
}

.section-2 {
  flex-direction: column;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
  position: relative;
}

.section-2.overflow-none {
  background-color: #f0f4f9;
  font-size: 24px;
  line-height: 1.2em;
  overflow: hidden;
}

.slider-button-left {
  color: #7e3d5d;
  text-align: center;
  cursor: pointer;
  background-color: #dee3ff;
  background-image: url('../images/Group-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 14px;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  padding: 12px;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  transition: background-position .15s cubic-bezier(.47, 0, .745, .715), background-color .2s, color .2s;
}

.slider-button-left:hover {
  color: #fff;
  background-color: #c7cfff;
  background-position: 40%;
}

.slider-button-left:active {
  background-color: #657cff;
}

.swiper-arrow-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.menu-grid-card-2 {
  background-color: #f1f1f3;
  margin-bottom: 40px;
  padding: .5rem;
  position: relative;
}

.add-to-cart-2 {
  color: #bd9a47;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #09090a;
  border-radius: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  transition: all .35s;
}

.add-to-cart-2:hover {
  color: #09090a;
  background-color: #bd9a47;
  border-color: #bd9a47;
  text-decoration: none;
}

.div-block-466 {
  margin-bottom: 15px;
  overflow: hidden;
}

.mobile-only {
  display: none;
}

.menusection {
  background-color: #09090a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 16vh;
  padding-bottom: 16vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menusection.full-width-slider {
  height: 600px;
  position: relative;
}

.menusection.split {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  height: 700px;
  min-height: 85vh;
  padding-top: 0;
  padding-bottom: 0;
}

.menusection.split.highlights {
  height: auto;
}

.menusection.hero-section {
  background-color: var(--black);
  align-items: flex-start;
  height: 100vh;
}

.menusection.above-lifestyle {
  height: 80vh;
  min-height: auto;
  max-height: 700px;
  padding-top: 16vh;
  padding-bottom: 16vh;
}

.menusection.life-style {
  z-index: 2;
  padding-top: 16vh;
  padding-bottom: 16vh;
  overflow: visible;
}

.menusection.form {
  background-color: var(--burlywood);
  perspective: 843px;
  transform: perspective(1118px);
}

.menusection.transform-perspective {
  perspective: 804px;
  padding-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  transform: perspective(1137px);
}

.menusection.licensing {
  min-height: 100vh;
  max-height: none;
}

.menusection.instagram {
  z-index: 2;
  padding-top: 16vh;
  padding-bottom: 0;
  overflow: visible;
}

.team_heading-wrap {
  padding-bottom: 3.1em;
}

.wrapper {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.list {
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  transform: translate(0%);
}

.item {
  cursor: grab;
  flex: none;
  width: 15em;
  padding-right: 1em;
}

.track {
  background-color: #424242;
  border-radius: 100vw;
  width: 100%;
  height: 4px;
  margin-top: 3em;
}

.handle {
  background-color: var(--burlywood);
  cursor: grab;
  border-radius: 100vw;
  width: 6em;
  height: 400%;
  position: relative;
  top: -150%;
}

.handle-2 {
  cursor: grab;
  background-color: #000;
  border-radius: 100vw;
  width: 6em;
  height: 400%;
  position: relative;
  top: -150%;
}

.item-2 {
  cursor: grab;
  flex: none;
  width: 15em;
  padding-right: 1em;
}

.track-2 {
  background-color: #000;
  border-radius: 100vw;
  width: 100%;
  height: 4px;
  margin-top: 3em;
}

.main-wrapper {
  width: 100vw;
  overflow: hidden;
}

.container-3 {
  z-index: 2;
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 12em;
  position: relative;
}

.team_card {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: .5rem;
  display: flex;
}

.team_image {
  width: 100%;
  transition: transform .2s;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

.team_title-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1em;
  transition: margin .2s;
  display: flex;
  position: relative;
}

.team_underline {
  background-color: #d3fd50;
  width: 0%;
  height: 100%;
  transition: width .4s;
  position: absolute;
}

.team_name {
  z-index: 2;
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.button-primary-m-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 2px solid var(--white-smoke);
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #f0f0f0;
  letter-spacing: -.25px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-height: 65px;
  padding: 12px 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
}

.button-primary-m-2:hover {
  border-color: var(--burlywood);
  background-color: var(--burlywood);
  text-decoration: none;
}

.button-primary-m-2.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button-primary-m-2.icon-l {
  padding-left: 12px;
}

.button-primary-m-2.icon-l.blue {
  background-color: #609cd5;
}

.button-primary-m-2.icon-l.blue:hover {
  background-color: #89c6ff;
}

.icon-regular-4 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.text-block-3 {
  font-size: 21px;
}

._2rem-spacer {
  width: 2rem;
  height: 2rem;
}

.div-block-467 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._2x-grid-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navigation-title-2 {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 24px;
  padding-bottom: 16px;
  display: flex;
}

.navbar20_link {
  padding: .5rem 1rem;
}

.navbar20_menu-button {
  z-index: 1;
  padding: 0;
}

.navbar20_menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.footer-form-block-2 {
  border: 2px solid #89c6ff;
}

.navbar20_dropdown-list.w--open {
  border-style: solid;
  border-width: 1px;
  padding: .5rem;
  position: absolute;
}

.navbar20_menu-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 1.5rem;
  padding-bottom: 4.5rem;
  display: grid;
}

.footer-title-2 {
  color: #b2b2b2;
  text-align: left;
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

._4rem-spacer {
  width: 4rem;
  height: 4rem;
}

.footer-form-2 {
  align-items: center;
  display: flex;
}

.button-outline-m-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  color: var(--white-smoke);
  border: 1px solid #383838;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
  position: relative;
}

.button-outline-m-2:hover {
  border-color: #a3a3a3;
}

.button-outline-m-2.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button-outline-m-2.icon-l {
  padding-left: 12px;
}

.image-5 {
  position: absolute;
  top: auto;
  bottom: auto;
  left: 20px;
  right: auto;
}

.dropdown-link-a {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-primary-m-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--burlywood);
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #f0f0f0;
  letter-spacing: -.25px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
}

.button-primary-m-3:hover {
  background-color: var(--burlywood);
}

.button-primary-m-3.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button-primary-m-3.icon-l {
  padding-left: 12px;
}

.icon-regular-5 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.logo-image-2 {
  width: 100%;
}

.footer-text-link {
  color: #1a1a1a;
  letter-spacing: -.02em;
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s;
}

.footer-text-link:hover {
  color: #89c6ff;
}

.footer-text-field-2 {
  background-color: #fff;
  border: 1px #000;
  border-radius: 10px;
  width: 100%;
  min-height: 70px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 65px;
  font-size: 1rem;
}

.footer-text-field-2:hover, .footer-text-field-2:focus {
  box-shadow: 0 10px 20px rgba(229, 229, 229, .6);
}

.footer-text-field-2::placeholder {
  color: #b4b4b4;
}

.wrap-h-x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  display: flex;
}

.navbar20_menu-right {
  text-align: left;
  flex: 1;
}

.navbar20_dropdwn-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.navbar20_menu {
  z-index: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, .9);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.menu-icon_line-middle-top {
  z-index: 2;
  width: 24px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.navbar20_link-wrapper {
  z-index: 0;
  display: flex;
}

.navigation-grid-c {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.paragraph-small-3 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small-3.text-color-gray-500 {
  color: #ababab;
}

.dropdown-link-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.navbar20_container {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grey-line {
  background-color: #e4e4e4;
  width: 100%;
  height: 1px;
}

.grey-line._2rem-space {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.field-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.wrap-v-x-small-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.paragraph-regular-2 {
  color: #0a0a0a;
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.menu-icon4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.nav-logo-link-2 {
  max-width: 200px;
}

.menu-icon4_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar20_wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.menu-icon4_line-bottom {
  background-color: var(--white-smoke);
  width: 24px;
  height: 2px;
}

.navbar20_menu-left {
  flex: 1;
}

.nav-button-wrap-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.navbar20_component {
  z-index: 12;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(9, 9, 10, .9);
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  position: fixed;
  top: 0;
}

.menu-icon4_line-middle {
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.footer-submit-button {
  background-color: #89c6ff;
  min-height: 54px;
  margin-right: 10px;
  padding-left: 34px;
  padding-right: 34px;
  font-size: 1rem;
  transition: background-color .3s;
}

.footer-submit-button:hover {
  background-color: #2d2d2d;
}

.icon-x-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.menu-icon_line-middle-base {
  background-color: var(--white-smoke);
  width: 24px;
  height: 2px;
  position: absolute;
}

.menu-icon4_line-top {
  background-color: var(--white-smoke);
  width: 24px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
}

.navigation-icon-a-2 {
  background-color: #f4f4f4;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.nav-animation {
  filter: invert();
  width: 25px;
  height: 25px;
}

.html-embed-100 {
  width: 100%;
  height: 100%;
}

.div-block-69 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  display: flex;
}

.uui-button-secondary-gray-8 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray-8:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-8:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f2f4f7;
}

.uui-button-secondary-gray-8.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.ikonik-5qjl2 {
  width: 25px;
  height: 25px;
}

.heading-2-no-paddi {
  color: var(--black);
  margin-bottom: 0;
}

.into-view-fill {
  z-index: 100;
  background-color: #fdfdfd;
  width: 100%;
  height: 0%;
  margin-top: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.into-view-fill.dark {
  background-color: #f9f9f9;
}

.timetableembed {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.timetableembed._100, .tabs {
  width: 100%;
}

.content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.schedule-3 {
  display: none;
}

._25px-spacer {
  width: 25px;
  height: 25px;
}

.feature-tab-menu-2 {
  margin-bottom: 35px;
  display: flex;
}

.schedule-4 {
  display: none;
}

.div-block-469 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  display: flex;
}

.schedule-2 {
  display: none;
}

.schedule-1 {
  display: block;
}

.feature-tab-link-3 {
  color: #080808;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #e5e5e5;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 1rem;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.feature-tab-link-3:hover {
  border-bottom-color: var(--burlywood);
  color: #080808;
  text-decoration: none;
}

.feature-tab-link-3.w--current {
  border-bottom-color: var(--burlywood);
  color: var(--burlywood);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  width: 100%;
}

.heading-2-no-paddi-2 {
  margin-bottom: 0;
}

.div-block-72 {
  min-height: 100%;
}

.mask {
  margin-bottom: 40px;
}

.slider-2 {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: auto;
}

.slide-nav-2 {
  z-index: 100;
}

.rich-text-block p, .rich-text-block h2 {
  text-align: left;
}

.success-message-2 {
  background-color: #fff;
  height: 100%;
}

.div-block-470 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.heading-2 {
  text-align: center;
}

.div-block-471 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.group-logo {
  width: 100%;
  max-width: 500px;
}

.logo-small {
  background-color: rgba(241, 241, 243, .18);
  justify-content: center;
  align-items: center;
  min-height: 170px;
  padding: 2rem;
  display: flex;
}

.image-6 {
  max-width: 280px;
  max-height: 90px;
}

.section-4 {
  background-color: #09090a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 16vh;
  padding-bottom: 16vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-4.transform-perspective {
  perspective: 804px;
  transform: perspective(1137px);
}

.section-4.form {
  perspective: 843px;
  background-color: #bd9a47;
  padding-top: 4vh;
  transform: perspective(1118px);
}

.div-block-472 {
  background-color: #bd9a47;
  border-radius: 0;
  width: 10px;
  height: 10px;
  margin-top: 24px;
  margin-bottom: 24px;
  transform: rotate(45deg);
}

.button-primary-m-4 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #f0f0f0;
  letter-spacing: -.25px;
  border: 2px solid #f1f1f3;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-height: 65px;
  padding: 12px 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
}

.button-primary-m-4:hover {
  background-color: #bd9a47;
  border-color: #bd9a47;
  text-decoration: none;
}

.button-primary-m-4.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.text-block-4 {
  font-size: 21px;
}

.div-block-473 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-11 {
  color: #f1f1f3;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #f1f1f3;
  border-radius: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  transition: all .35s;
}

.button-11:hover {
  color: #09090a;
  background-color: #bd9a47;
  border-color: #bd9a47;
  text-decoration: none;
}

.button-11.xl {
  padding: 12px 25px;
}

.button-11.xl.brown {
  background-color: #bd9a47;
  border-color: #bd9a47;
  justify-content: center;
  align-items: center;
  min-height: 65px;
  display: flex;
}

.page-nav-header {
  z-index: 90;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100px;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  display: flex;
  position: absolute;
}

.nav-header-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-logo {
  width: 300px;
  margin-right: .8rem;
}

.simple-nav-header {
  color: #f8f8f8;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.simple-nav-header.small {
  margin-left: 8px;
  font-size: .9rem;
  font-weight: 200;
  line-height: .8;
}

.hero-section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 50vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overlay {
  z-index: 2;
  background-image: linear-gradient(rgba(24, 24, 24, .6), #09090a);
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-bg-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.sup-sponsor-image-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 280px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.app-feat-tab {
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #f5f5f5;
  border-radius: 50px;
  flex: none;
  margin-right: 12px;
  padding: .6rem 1.2rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: .9;
  transition: transform .2s, color .2s;
}

.app-feat-tab:hover {
  transform: translate(0, -5px);
}

.app-feat-tab:active {
  transform: translate(0);
}

.app-feat-tab.w--current {
  color: #eee;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

.header-column-right {
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  display: flex;
}

.header-text-wrap {
  width: 100%;
  padding-bottom: 10px;
  padding-left: 4%;
}

.scroll-item-card {
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 400px;
  margin: 15px;
  transition: opacity .2s, transform .2s;
  display: flex;
}

.featured-tabs {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  margin-top: 2%;
  display: flex;
}

.scroll-arrow-img {
  float: left;
  clear: right;
  width: 22px;
  margin-left: .4rem;
}

.scroll-arrow-img.white {
  filter: invert();
}

.scrolling-section {
  width: 100vw;
  height: 100%;
  position: relative;
}

.app-empty-state {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 37px;
  font-size: .9rem;
}

.content-wrap {
  z-index: 5;
}

.feat-explore-item {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 400px;
  margin: 15px;
  transition: opacity .2s, transform .2s;
  display: flex;
}

.feat-explore-item.scroll-item {
  flex: none;
  width: 400px;
  height: 30vh;
}

.feat-explore-item.scroll-item:hover {
  transform: scale(1.03);
}

.feat-explore-item.scroll-item:active {
  transform: none;
}

.header-column-left {
  width: 70%;
  display: flex;
}

.large-header {
  text-align: left;
  letter-spacing: .6px;
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
}

.header-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100vw;
  margin-top: 2%;
  display: flex;
}

.section-header-wrap {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100vw;
  padding-top: 48px;
  display: flex;
}

.scroll-section-subheader {
  color: #e2e2e2;
  font-size: 1em;
}

.scroll-section-subheader.hide {
  display: none;
}

.scroll-tabs {
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 17px;
  display: flex;
  overflow: scroll;
}

.support-section {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 35vh;
  padding: 4.5rem 25% 4rem;
  display: flex;
}

.app-sponsor-image {
  width: 20rem;
  transition: transform .2s ease-in-out;
}

.app-sponsor-image:hover {
  transform: translate(0, -5px);
}

.feat-scroll-item {
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 35vw;
  height: 40vh;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 20px;
  transition: transform .2s;
  display: flex;
}

.feat-scroll-item:hover {
  transform: scale(1.02);
}

.scroll-section-wrapper.top {
  padding-top: 10px;
}

.scroll-tabs-wrapper {
  overflow: hidden;
}

.scroll-arrow-txt {
  float: left;
  clear: none;
  color: #f8f8f8;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: none;
  margin-right: 5px;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1em;
}

.app-sponsor-heading {
  color: #f3f3f3;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.4rem;
  font-size: 13px;
  font-weight: 200;
}

.scrolling-list {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  padding-left: 2rem;
  display: flex;
  overflow: scroll;
}

.scroll-arrow {
  z-index: 10;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.scroll-section-header {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  display: inline;
}

.scrolling-top-wrap {
  justify-content: flex-end;
  display: flex;
}

.div-block-474 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.explore-card-link {
  border-radius: 10px;
  width: 100%;
  font-style: normal;
  position: relative;
  overflow: hidden;
}

.explore-img {
  z-index: 1;
  aspect-ratio: 1;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .2s, transform .2s;
}

.card-info-wrap {
  z-index: 2;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 50%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.explore-card-header {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #000 69%);
  border-bottom-left-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.html-embed-101 {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-video {
  width: 100%;
  height: 100%;
}

.hero-div-wrap-2 {
  display: flex;
}

.div-block-475 {
  background-color: #bd9a47;
  border-radius: 0;
  width: 10px;
  height: 10px;
  margin-top: 24px;
  margin-bottom: 24px;
  transform: rotate(45deg);
}

.div-block-475.hero {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: 20px;
}

.hero-div-wrap-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-476 {
  background-color: #bd9a47;
  border-radius: 0;
  width: 10px;
  height: 10px;
  margin-top: 24px;
  margin-bottom: 24px;
  transform: rotate(45deg);
}

.div-block-476.hero {
  margin-top: 30px;
  margin-bottom: 30px;
}

.div-block-477 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-478 {
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: center;
}

.div-block-479 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.wrap-v-x-small-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-regular-3 {
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.form-block-5 {
  width: 100%;
  margin-bottom: 0;
}

.icon-regular-6 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.section-4-copy {
  background-color: var(--burlywood);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8vh;
  padding-bottom: 8vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-4-copy.transform-perspective {
  perspective: 804px;
  transform: perspective(1137px);
}

.section-4-copy.form {
  perspective: 843px;
  background-color: #bd9a47;
  padding-top: 4vh;
  transform: perspective(1118px);
}

.newsletter {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 550px;
  display: flex;
  position: relative;
}

.newsletter.neighborhood {
  opacity: 1;
  background-color: rgba(9, 9, 10, .8);
  border-radius: 2px;
  padding: 40px;
}

.footer-link-2 {
  color: #f1f1f3;
  letter-spacing: -.02em;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 1.8;
  text-decoration: none;
  transition: all .2s;
}

.footer-link-2:hover {
  color: #bd9a47;
  text-decoration: none;
}

.rich-text-block-2, .rich-text-block-2 p {
  text-align: left;
}

.rich-text-block-2 h1 {
  color: #f1f1f3;
}

.rich-text-block-2 h2 {
  text-align: left;
}

.link-3 {
  color: #f1f1f3;
  text-decoration: underline;
}

.brandtext {
  color: #fff;
  border-bottom-left-radius: 10px;
  width: 100%;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.para-left {
  text-align: left;
}

.button-12 {
  color: #f1f1f3;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #f1f1f3;
  border-radius: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  transition: all .35s;
}

.button-12:hover {
  color: #09090a;
  background-color: #bd9a47;
  border-color: #bd9a47;
  text-decoration: none;
}

.button-12.xl {
  padding: 12px 25px;
}

.button-12.xl.brown {
  background-color: #bd9a47;
  border-color: #bd9a47;
  justify-content: center;
  align-items: center;
  min-height: 65px;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
  }

  .section.full-width-slider {
    height: 500px;
  }

  .section.hero-section {
    background-position: 0 0, 50%;
  }

  .section.above-lifestyle {
    height: auto;
    max-height: none;
    padding-bottom: 25vh;
  }

  .section.life-style {
    padding-top: 20vh;
    padding-bottom: 25vh;
    overflow: visible;
  }

  .section.form {
    padding-top: 14vh;
    padding-bottom: 10vh;
  }

  .section.instagram {
    padding-top: 20vh;
    padding-bottom: 25vh;
    overflow: visible;
  }

  .navbar {
    padding-right: 12px;
    display: none;
  }

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

  .div-block.hero {
    margin-top: 18px;
    margin-bottom: 28px;
  }

  .full-width-slider {
    height: auto;
  }

  ._35-percent {
    width: 45%;
    padding: 24px;
  }

  .footer {
    flex-direction: column-reverse;
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .stencil._1 {
    max-width: 50%;
    bottom: -50px;
    left: -326px;
  }

  .stencil._2 {
    max-width: 90%;
    bottom: 282px;
    right: -628px;
  }

  .stencil._3 {
    max-width: 70%;
    bottom: -343px;
    left: -410px;
  }

  .stencil._4 {
    max-width: 70%;
    top: -253px;
    right: -416px;
  }

  .stencil._5 {
    max-width: 80%;
    top: -304px;
    left: -492px;
  }

  .stencil._6 {
    max-width: 80%;
    bottom: -251px;
    right: -333px;
  }

  .lifestyle-image-wrap-1 {
    width: 300px;
    height: 300px;
    top: -7.5em;
    left: 1em;
  }

  .lifestyle-image-wrap-2 {
    width: 230px;
    height: 230px;
    top: -4.9em;
    right: 1.6em;
  }

  .lifestyle-image-wrap-3 {
    width: 250px;
    height: 250px;
    bottom: -3.3em;
    left: 1.4em;
  }

  .lifestyle-image-wrap-4 {
    opacity: 1;
    width: 300px;
    height: 300px;
    bottom: -5.2em;
    right: 1.7em;
  }

  .lifestyle-image-4 {
    opacity: 1;
    background-position: 50% 80%;
  }

  .popup-form {
    display: flex;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: var(--black);
    border-top: 1px solid rgba(241, 241, 243, .1);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hamburger-wrap {
    cursor: pointer;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 27px;
    display: block;
  }

  .hamburger-line {
    background-color: #fff;
    width: 35px;
    height: 2px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .hamburger-line-2 {
    background-color: #fff;
    width: 30px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 0;
  }

  .hamburger-line-3 {
    background-color: #fff;
    width: 35px;
    height: 2px;
    padding: 0;
  }

  .slider-text-block {
    margin-top: 30%;
    margin-left: 5vw;
  }

  .slider-text-block.highlights {
    margin-top: 16%;
  }

  .copyrights {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 0;
  }

  .hero-video-contain {
    z-index: 2;
    width: 100%;
    margin-top: 102px;
    position: relative;
  }

  .hero-video-wrap {
    height: 400px;
    left: 0;
    transform: rotateX(3deg)rotateY(-14deg)rotateZ(3deg);
  }

  .hero-background-video {
    top: -48px;
    left: -143px;
    transform: rotate(-3deg);
  }

  .hero-title-contain {
    width: 100%;
    max-width: 650px;
  }

  .hero-paragraph {
    max-width: none;
  }

  .div-block-home {
    width: 300px;
    height: 200px;
    display: none;
    top: 10.6em;
    left: 2.5em;
  }

  .social-media-links {
    display: flex;
  }

  .button-wrapper {
    width: 40%;
  }

  .style-block, .heading-wrap {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .footer-grid-c {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .footer-newsletter-s {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .footer-form {
    max-width: none;
  }

  .nav-link-2 {
    text-align: left;
    justify-content: flex-start;
    width: 100%;
  }

  .nav-link-2:hover {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .link-accent {
    bottom: 0;
  }

  .toggle {
    justify-content: flex-start;
    width: 100%;
  }

  .toggle:hover {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .toggle.w--open {
    width: 100%;
  }

  .dropdown-list.w--open {
    padding-top: 0;
    position: static;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown-wrapper {
    box-shadow: none;
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-wrap {
    background-color: #fff;
    height: auto;
    position: absolute;
  }

  .navigation-feature-block {
    display: none;
  }

  .menu-button-2 {
    color: #fff;
    background-color: #ad9152;
    border-radius: 2px;
    margin-left: 14px;
    padding: 12px;
  }

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

  .dropdown-container {
    padding: 0;
  }

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

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-small-grid-item {
    width: 33.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .menu-price {
    font-size: 15px;
  }

  .menu-grid-image {
    margin-bottom: 8px;
  }

  .menu-name {
    font-size: 15px;
  }

  .menu-dots-line {
    height: 19px;
  }

  .menu-grid-card {
    margin-bottom: 16px;
  }

  .heading-wrap-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-form-l {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .tab-card-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .checkmarks-wrap-body {
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
  }

  .add-to-cart {
    margin-top: 18px;
  }

  .slider-button-right:hover {
    background-position: 50%;
  }

  .section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .slider-button-left:hover {
    background-position: 50%;
  }

  .menu-grid-card-2 {
    margin-bottom: 16px;
  }

  .add-to-cart-2 {
    margin-top: 18px;
  }

  .mobile-only {
    display: block;
  }

  .desktop-only {
    display: none;
  }

  .menusection {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }

  .menusection.full-width-slider {
    height: 500px;
  }

  .menusection.hero-section {
    height: auto;
    padding-top: 16vh;
  }

  .menusection.above-lifestyle {
    height: auto;
    max-height: none;
    padding-bottom: 25vh;
  }

  .menusection.life-style {
    padding-top: 20vh;
    padding-bottom: 25vh;
    overflow: visible;
  }

  .menusection.form {
    padding-top: 14vh;
    padding-bottom: 10vh;
  }

  .menusection.instagram {
    padding-top: 20vh;
    padding-bottom: 25vh;
    overflow: visible;
  }

  .container-3 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .navigation-title-2 {
    padding-bottom: 0;
  }

  .navbar20_menu-button {
    padding: 0;
  }

  .navbar20_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .footer-form-block-2 {
    width: 100%;
  }

  .navbar20_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar20_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar20_menu-wrapper {
    grid-row-gap: 4rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
  }

  .footer-form-2 {
    justify-content: space-between;
  }

  .button-primary-m-3 {
    height: 100%;
  }

  .dropdown-chevron {
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar20_menu-right {
    flex: 0 auto;
  }

  .navbar20_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 2rem 1rem 0;
    display: flex;
  }

  .navbar20_menu {
    margin-top: 4.5rem;
  }

  .menu-icon_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .navbar20_link-wrapper {
    display: none;
  }

  .navigation-grid-c {
    grid-template-columns: 2fr;
  }

  .paragraph-small-3 {
    text-align: left;
  }

  .navbar20_container {
    grid-auto-columns: 1fr;
  }

  .menu-icon4 {
    border: 1px solid #383838;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .nav-logo-link-2 {
    margin-right: 0;
  }

  .navbar20_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .menu-icon4_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .menu-icon4_line-bottom {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar20_menu-left {
    flex: 0 auto;
    width: 100%;
    padding-top: 2rem;
  }

  .navbar20_component {
    display: flex;
  }

  .menu-icon4_line-middle {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .menu-icon_line-middle-base {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .menu-icon4_line-top {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-468 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .link-block, .link-block:hover {
    text-decoration: none;
  }

  .nav-menu-button {
    color: #000;
    border: 1px solid #383838;
    padding: 12px;
  }

  .nav-menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .div-block-69 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-tab-menu-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-469 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-tab-link-3 {
    text-align: center;
    flex-direction: column;
  }

  .section-4 {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }

  .section-4.form {
    padding-top: 14vh;
    padding-bottom: 10vh;
  }

  .sup-sponsor-image-link.invert {
    width: 130px;
  }

  .app-feat-tab {
    transition: color .2s;
  }

  .app-feat-tab:hover {
    transform: none;
  }

  .header-text-wrap {
    padding-right: 15%;
  }

  .scroll-item-card {
    width: 35%;
    height: 320px;
  }

  .featured-tabs {
    margin-top: 1%;
  }

  .feat-explore-item {
    width: 40%;
  }

  .feat-explore-item.scroll-item {
    width: 35vw;
    height: 18vh;
    margin-left: 10px;
    margin-right: 10px;
  }

  .large-header {
    font-size: 4.5rem;
  }

  .header-wrapper {
    margin-top: 1%;
  }

  .section-header-wrap {
    padding-top: 20px;
  }

  .scroll-tabs {
    padding-left: 0;
  }

  .support-section {
    flex-direction: column;
    padding-left: 15%;
    padding-right: 15%;
  }

  .feat-scroll-item {
    width: 40%;
  }

  .scroll-arrow-txt {
    font-size: .7rem;
  }

  .app-sponsor-heading {
    font-size: 12px;
  }

  .scroll-arrow {
    top: 15%;
  }

  .explore-card-header {
    font-size: 2rem;
  }

  .div-block-475.hero, .div-block-476.hero {
    margin-top: 18px;
    margin-bottom: 28px;
  }

  .section-4-copy {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }

  .section-4-copy.form {
    padding-top: 14vh;
    padding-bottom: 10vh;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    text-align: center;
    font-size: 64px;
    line-height: 60px;
  }

  h2 {
    font-size: 36px;
  }

  h3, h4, h5, h6 {
    text-align: center;
  }

  p {
    font-size: 18px;
    line-height: 28px;
  }

  .section.split {
    flex-direction: column;
    height: 700px;
    min-height: auto;
  }

  .section.split.highlights {
    flex-direction: column-reverse;
  }

  .section.hero-section {
    background-position: 0 0, 80%;
  }

  .section.above-lifestyle {
    padding-top: 60px;
    padding-bottom: 150px;
  }

  .section.life-style {
    padding-top: 90px;
    padding-bottom: 150px;
  }

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

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

  .section.instagram {
    padding-top: 90px;
    padding-bottom: 150px;
  }

  .text-wrap {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-wrap.neighborhood {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .text-wrap.form-heading {
    margin-top: 0;
    position: static;
  }

  .div-block {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .full-width-slider {
    height: auto;
  }

  ._35-percent {
    width: 100%;
    height: 300px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider {
    height: auto;
  }

  .slider-wrap {
    flex-direction: column;
  }

  .highlights-image-wrap {
    flex: 0 auto;
    height: 600px;
  }

  ._30px-div {
    height: 20px;
  }

  .form-block {
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    position: static;
  }

  .field-wrap {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  ._50-percent {
    width: 100%;
    margin-bottom: 20px;
  }

  .button.submit {
    margin-top: 10px;
  }

  .button.submit-form-2 {
    margin-top: 6px;
  }

  .form {
    padding-bottom: 0;
  }

  .footer {
    flex-direction: column-reverse;
    padding: 30px 40px 20px;
  }

  .stencil._1 {
    opacity: 1;
    top: auto;
    bottom: -8%;
    left: -45%;
    right: auto;
  }

  .stencil._2 {
    opacity: 1;
    top: -27%;
    bottom: auto;
    left: auto;
    right: -83%;
  }

  .stencil._3 {
    opacity: 1;
    top: auto;
    bottom: -34%;
    left: -61%;
    right: auto;
  }

  .stencil._4 {
    opacity: 1;
    top: -16%;
    bottom: auto;
    left: auto;
    right: -64%;
  }

  .stencil._5 {
    opacity: 1;
    top: -64%;
    bottom: auto;
    left: -61%;
    right: auto;
  }

  .stencil._6 {
    opacity: 1;
    top: auto;
    bottom: -45%;
    left: auto;
    right: -70%;
  }

  .lifestyle-image-wrap-1 {
    border-width: 3px;
    width: 200px;
    height: 200px;
    top: -5.6em;
    left: 1.4em;
  }

  .lifestyle-image-wrap-2 {
    border-width: 3px;
    width: 180px;
    height: 180px;
    top: -3.5em;
    right: 1.3em;
  }

  .lifestyle-image-wrap-3 {
    border-width: 3px;
    width: 180px;
    height: 180px;
    bottom: -2.7em;
    left: .9em;
  }

  .lifestyle-image-wrap-4 {
    border-width: 3px;
    width: 200px;
    height: 200px;
    bottom: -3.8em;
    right: 1.4em;
  }

  .lifestyle-image-4 {
    background-position: 50% 70%;
  }

  .popup-form {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 160px;
    padding-bottom: 0;
    display: flex;
    overflow: visible;
  }

  .close-wrap {
    padding-right: 40px;
  }

  .nav-menu {
    padding-bottom: 20px;
  }

  .hamburger-line {
    height: 2px;
  }

  .slider-text-block {
    min-height: auto;
    margin-top: 18%;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .slider-text-block.highlights {
    margin-top: 10%;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .neighborhood-background-video {
    opacity: .7;
  }

  .copyrights {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
    line-height: 24px;
  }

  .text-block-wrap {
    padding: 30px;
  }

  .hero-video-contain {
    margin-top: 45px;
  }

  .hero-title-contain {
    width: 90%;
    max-width: none;
  }

  .hero-paragraph {
    text-align: center;
  }

  .hero-div-wrap {
    justify-content: center;
  }

  .social-media-links {
    display: flex;
  }

  .social-media-link {
    margin-top: 14px;
    margin-bottom: 14px;
    padding-left: 0;
    font-size: 20px;
  }

  .button-wrapper {
    margin-right: 0;
  }

  .style-block {
    padding: 35px;
  }

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

  .utility-page-content {
    width: auto;
  }

  .popup-form-conatin {
    min-height: auto;
    padding-bottom: 0;
    display: none;
    overflow: auto;
  }

  .div-block-style-guide {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-top-a {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-separator {
    grid-column-gap: 16px;
  }

  .language-dropdown {
    justify-content: center;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .language-list, .language-list.w--open {
    right: auto;
  }

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

  .footer-bottom {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .nav-button {
    display: none;
  }

  .navigation-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home_header_image {
    max-height: 20rem;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .menu-small-grid-item {
    width: 50%;
  }

  .section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h5-heading {
    font-size: 32px;
  }

  .div-block-3 {
    width: 100%;
  }

  .tab-card-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .checkmarks-wrap-body {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .paragraph {
    font-size: 17px;
  }

  .add-to-cart {
    margin-top: 24px;
  }

  .add-to-cart.submit {
    margin-top: 10px;
  }

  .add-to-cart.submit-form-2 {
    margin-top: 6px;
  }

  .basic-swiper {
    margin-bottom: 32px;
  }

  .swiper-column {
    text-align: left;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .container-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .slider-button-right {
    background-size: 16px;
    width: 48px;
    height: 48px;
  }

  .section-2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .slider-button-left {
    background-size: 16px;
    width: 48px;
    height: 48px;
  }

  .add-to-cart-2 {
    margin-top: 24px;
  }

  .menusection.split {
    flex-direction: column;
    height: 700px;
    min-height: auto;
  }

  .menusection.split.highlights {
    flex-direction: column-reverse;
  }

  .menusection.hero-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .menusection.above-lifestyle {
    padding-top: 60px;
    padding-bottom: 150px;
  }

  .menusection.life-style {
    padding-top: 90px;
    padding-bottom: 150px;
  }

  .menusection.form {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .menusection.transform-perspective {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .menusection.instagram {
    padding-top: 90px;
    padding-bottom: 150px;
  }

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

  .navbar20_menu-wrapper {
    grid-row-gap: 3rem;
  }

  .footer-form-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .button-outline-m-2.icon-l.hide-mob {
    display: none;
  }

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

  .grey-line._2rem-space {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .navbar20_menu-left {
    padding-top: 1rem;
  }

  .footer-submit-button {
    margin-right: 0;
  }

  .uui-button-secondary-gray-8 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-8:hover {
    color: #344054;
    background-color: #fff;
  }

  .feature-tab-menu-2 {
    flex-direction: column;
  }

  .feature-tab-link-3 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-2 {
    display: none;
  }

  .div-block-471 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section-4.transform-perspective {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-4.form {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .div-block-472 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .div-block-473 {
    width: 100%;
  }

  .page-nav-header {
    height: 72px;
  }

  .simple-nav-header, .app-feat-tab {
    font-size: 1rem;
  }

  .scroll-item-card {
    height: 280px;
  }

  .feat-explore-item {
    height: 300px;
  }

  .feat-explore-item.scroll-item {
    width: 35vw;
    height: 40vh;
  }

  .large-header {
    font-size: 3rem;
  }

  .section-header-wrap {
    padding-top: 32px;
  }

  .scroll-tabs {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .support-section {
    flex-direction: column;
  }

  .feat-scroll-item {
    height: 300px;
  }

  .app-sponsor-heading {
    letter-spacing: 3px;
  }

  .scroll-section-header {
    font-size: 1rem;
  }

  .div-block-474 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero-div-wrap-2 {
    justify-content: center;
  }

  .div-block-475 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .hero-div-wrap-3 {
    justify-content: center;
  }

  .div-block-476 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .section-4-copy.transform-perspective {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-4-copy.form {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .newsletter {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .newsletter.neighborhood {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .newsletter.form-heading {
    margin-top: 0;
    position: static;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 54px;
    line-height: 54px;
  }

  h2 {
    font-size: 30px;
    line-height: 38px;
  }

  h6 {
    text-align: center;
  }

  a:hover {
    text-decoration: none;
  }

  .section.full-width-slider {
    height: 400px;
  }

  .section.split {
    height: 700px;
  }

  .section.split.highlights {
    min-height: 900px;
  }

  .section.hero-section {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .93), rgba(0, 0, 0, .46)), url('../images/OliveLane.jpg');
    max-height: 100svh;
  }

  .section.above-lifestyle {
    padding-bottom: 120px;
  }

  .section.life-style {
    padding-top: 130px;
    padding-bottom: 150px;
  }

  .section.transform-perspective {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.instagram {
    padding-top: 130px;
    padding-bottom: 150px;
  }

  .text-wrap {
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .text-wrap.form-heading {
    margin-top: 84px;
  }

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

  .full-width-slider {
    height: auto;
  }

  ._35-percent {
    flex: 1;
  }

  .slider-image-wrap {
    flex: 0 auto;
    height: 60%;
  }

  .highlights-image-wrap {
    height: 600px;
  }

  .highlight {
    padding-left: 0;
    padding-right: 0;
  }

  ._30px-div {
    height: 20px;
  }

  .field-label {
    text-align: center;
  }

  .text-field {
    height: 50px;
  }

  ._50-percent {
    margin-bottom: 18px;
  }

  .button.submit-form-2 {
    margin-top: 0;
  }

  .footer {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .stencil._1 {
    max-width: 90%;
    top: auto;
    bottom: -17%;
    left: -62%;
    right: auto;
  }

  .stencil._2 {
    top: -11%;
    bottom: auto;
    left: auto;
    right: -66%;
  }

  .stencil._3 {
    top: auto;
    bottom: -15%;
    left: -46%;
    right: auto;
  }

  .stencil._4 {
    top: -10%;
    bottom: auto;
    left: auto;
    right: -48%;
  }

  .stencil._5 {
    top: -23%;
    bottom: auto;
    left: -56%;
    right: auto;
  }

  .stencil._6 {
    top: auto;
    bottom: -15%;
    left: auto;
    right: -66%;
  }

  .lifestyle-image-wrap-1 {
    width: 180px;
    height: 180px;
    top: -3.4em;
    left: .9em;
  }

  .lifestyle-image-wrap-2 {
    width: 150px;
    height: 150px;
    top: -2.5em;
    right: .9em;
  }

  .lifestyle-image-wrap-3 {
    width: 150px;
    height: 150px;
    bottom: -2.1em;
    left: .7em;
  }

  .lifestyle-image-3 {
    background-position: 10%;
  }

  .lifestyle-image-wrap-4 {
    width: 180px;
    height: 180px;
    bottom: -2.5em;
    right: .9em;
  }

  .popup-form {
    z-index: 200000000;
    padding-top: 95px;
    padding-bottom: 0;
    display: flex;
  }

  .close-wrap {
    padding: 20px 29px 12px 30px;
  }

  .nav-menu {
    border-top: 1px solid rgba(241, 241, 243, .2);
    padding-top: 8px;
    padding-bottom: 30px;
  }

  .hamburger-line {
    height: 2px;
  }

  .slider-text-block {
    margin-top: 16%;
  }

  .slider-text-block.highlights {
    min-height: auto;
    margin-top: 16%;
  }

  .copyrights {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 16px;
  }

  .text-block-wrap {
    padding: 50px 24px;
  }

  .hero-video-contain {
    margin-top: 60px;
  }

  .hero-background-video {
    left: -89px;
  }

  .hero-title-contain {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero-paragraph {
    margin-bottom: 0;
  }

  .logo {
    max-width: 90%;
  }

  .social-media-links {
    display: flex;
  }

  .social-media-link {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .button-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .color-wrapper {
    width: 50%;
  }

  .style-block {
    padding: 20px 9px;
  }

  .colors-contain {
    justify-content: center;
  }

  .utility-page-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-form-conatin {
    padding-bottom: 40px;
  }

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

  .navigation-wrapper {
    display: none;
  }

  .navigation-text-link {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .toggle.w--open {
    background-color: #fbf7ee;
  }

  .navigation-title {
    margin-bottom: 20px;
  }

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

  .heading-style-h5 {
    text-align: center;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home_header_description {
    justify-items: center;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-small-grid-item {
    width: 100%;
  }

  .contact-form-l {
    padding: 32px 24px 24px;
  }

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

  .contact-map {
    height: 220px;
  }

  .div-block-3 {
    grid-template-columns: 1fr;
  }

  .tabs-menu {
    margin-bottom: 40px;
  }

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

  .checkmarks-wrap-body {
    flex-direction: column;
  }

  .checkbox-item {
    align-items: center;
    padding-top: 0;
  }

  .paragraph {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
  }

  .herobuttons-v2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .faq-question-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .add-to-cart {
    margin-top: 20px;
  }

  .add-to-cart.submit-form-2 {
    margin-top: 0;
  }

  .add-to-cart-2 {
    margin-top: 20px;
  }

  .menusection.full-width-slider {
    height: 400px;
  }

  .menusection.split {
    height: 700px;
  }

  .menusection.split.highlights {
    min-height: 900px;
  }

  .menusection.above-lifestyle {
    padding-bottom: 120px;
  }

  .menusection.life-style {
    padding-top: 130px;
    padding-bottom: 150px;
  }

  .menusection.transform-perspective {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .menusection.instagram {
    padding-top: 130px;
    padding-bottom: 150px;
  }

  .item, .item-2 {
    width: 70vw;
  }

  .div-block-467 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  ._2x-grid-buttons {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hide-mobile {
    display: none;
  }

  .footer-form-2 {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .footer-text-field-2 {
    background-image: none;
    width: 100%;
    padding-left: 60px;
    padding-right: 24px;
    font-size: 18px;
    line-height: 24px;
  }

  .footer-submit-button {
    width: 100%;
  }

  .div-block-69 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .timetableembed {
    padding: 40px 1rem 15px;
  }

  .feature-tab-menu-2 {
    display: flex;
  }

  .div-block-469 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-tab-link-3 {
    text-align: left;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 15px;
  }

  .heading {
    text-align: left;
  }

  .div-block-471 {
    grid-template-columns: 1fr;
  }

  .logo-small {
    min-height: 110px;
    padding: 1rem;
  }

  .image-6 {
    max-width: 200px;
    max-height: 70px;
  }

  .section-4.transform-perspective {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .div-block-473 {
    grid-template-columns: 1fr;
  }

  .page-nav-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-header-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .header-logo {
    margin-right: .5rem;
  }

  .simple-nav-header {
    margin-bottom: 3px;
    font-size: .8rem;
  }

  .simple-nav-header.small {
    margin-left: .2rem;
    font-size: .8rem;
  }

  .header-column-right {
    width: 25%;
    padding-right: 2%;
  }

  .header-text-wrap {
    padding-left: 12px;
    padding-right: 7%;
  }

  .scroll-item-card {
    width: 100%;
    height: 350px;
  }

  .featured-tabs {
    margin-top: 4%;
  }

  .scroll-arrow-img {
    width: 20px;
  }

  .feat-explore-item {
    width: 100%;
    height: 350px;
  }

  .feat-explore-item.scroll-item {
    width: 70vw;
    height: 18vh;
    margin-left: 9px;
    margin-right: 9px;
    box-shadow: 0 7px 10px 3px rgba(0, 0, 0, .1);
  }

  .header-column-left {
    width: 75%;
  }

  .large-header {
    margin-bottom: 3px;
    font-size: 3rem;
  }

  .header-wrapper {
    margin-top: 4%;
  }

  .section-header-wrap {
    padding-top: 20px;
  }

  .scroll-section-subheader {
    font-size: .8em;
  }

  .scroll-tabs {
    padding-left: 3px;
  }

  .feat-scroll-item {
    width: 90%;
    height: 300px;
    margin-left: .2rem;
    margin-right: .3rem;
  }

  .scroll-arrow-txt {
    letter-spacing: 1px;
    font-size: .6rem;
  }

  .app-sponsor-heading {
    text-align: center;
    margin-top: 65px;
    font-size: .8em;
  }

  .scrolling-list {
    align-content: flex-start;
    padding-top: 0;
    padding-left: 14px;
  }

  .scroll-arrow {
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .scroll-section-header {
    margin-bottom: 3px;
    font-size: .9rem;
  }

  .div-block-474 {
    grid-template-columns: 1fr;
  }

  .card-info-wrap {
    text-align: left;
    flex: 0 auto;
    line-height: 1em;
    display: flex;
  }

  .explore-card-header {
    line-height: 1em;
    display: inline;
  }

  .section-4-copy.transform-perspective {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .newsletter {
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .newsletter.form-heading {
    margin-top: 84px;
  }

  .brandtext {
    line-height: 1em;
    display: inline;
  }
}


@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Matter';
  src: url('../fonts/Matter-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Matter';
  src: url('../fonts/Matter-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Matter';
  src: url('../fonts/Matter-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Canela';
  src: url('../fonts/Canela-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Canela';
  src: url('../fonts/Canela-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}