@font-face {
  font-family: Ofl;
  src: url('../fonts/OFL.txt') format("undefined"), url('../fonts/OFL_1.txt') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Synthetic pleasures;
  src: url('../fonts/Synthetic-Pleasures.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Synthetic pleasures;
  src: url('../fonts/Synthetic-Pleasures-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-BlackItalic.ttf') format("truetype"), url('../fonts/Lato-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Bold.ttf') format("truetype"), url('../fonts/Lato-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-ThinItalic.ttf') format("truetype"), url('../fonts/Lato-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Regular.ttf') format("truetype"), url('../fonts/Lato-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-BoldItalic.ttf') format("truetype"), url('../fonts/Lato-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Black.ttf') format("truetype"), url('../fonts/Lato-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-LightItalic.ttf') format("truetype"), url('../fonts/Lato-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Light.ttf') format("truetype"), url('../fonts/Lato-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Italic.ttf') format("truetype"), url('../fonts/Lato-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Thin.ttf') format("truetype"), url('../fonts/Lato-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Copperplatecc;
  src: url('../fonts/CopperplateCC-Heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Copperplatecc;
  src: url('../fonts/CopperplateCC-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Copperplate;
  src: url('../fonts/copperplate-light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cormorantsc;
  src: url('../fonts/CormorantSC-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cormorantsc;
  src: url('../fonts/CormorantSC-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cormorantsc;
  src: url('../fonts/CormorantSC-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cormorantsc;
  src: url('../fonts/CormorantSC-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cormorantsc;
  src: url('../fonts/CormorantSC-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opticopperplate;
  src: url('../fonts/OPTICopperplate.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opticopperplate;
  src: url('../fonts/OPTICopperplate-Heavy.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opticopperplate;
  src: url('../fonts/OPTICopperplate-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --floral-white: #fffdf8;
  --black: #131202;
  --dark-green: #53584d;
  --dark-olive-green: #636940;
  --sand: var(--floral-white);
  --gold: #ceb27c;
  --lumina: #392a25;
  --waves-library--black: #131313;
  --waves-library--white: white;
  --sando: #ebecd8;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  background-color: var(--floral-white);
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: #000;
  border-color: #000;
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.show {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-weight-bold {
  font-weight: 700;
}

.text-size-regular {
  color: var(--black);
  font-family: Lato, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.text-size-regular.text-align-center {
  min-height: 150px;
  margin-left: -80px;
  margin-right: -80px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  font-weight: 300;
}

.text-size-regular.text-align-center.lm {
  color: var(--floral-white);
  margin-left: 0;
  margin-right: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.text-size-regular.text-align-center.lm._12 {
  color: var(--floral-white);
  text-align: center;
  min-width: 400px;
  min-height: 30px;
  padding-left: 0;
  padding-right: 0;
}

.text-size-regular.text-align-center.lm._12._001 {
  text-align: left;
  padding-right: 57px;
}

.text-weight-normal {
  font-weight: 400;
}

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

.text-align-center._01 {
  margin-top: 40px;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.show-mobile-portrait {
  display: none;
}

.text-style-italic {
  font-style: italic;
}

.hide {
  display: none;
}

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

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  text-decoration: underline;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.text-rich-text a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  opacity: .8;
  text-align: left;
  border-left: 2px solid #000;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.text-size-tiny {
  font-size: .75rem;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.rl-styleguide_classes {
  display: none;
}

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

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.page-padding.mobv1 {
  background-color: #392a25;
}

.page-padding.mobv1._01 {
  margin-top: 0;
}

.page-padding._001 {
  background-color: #ebecd8;
  margin-bottom: 0;
}

.page-padding._001._002 {
  margin-bottom: 0;
}

.page-padding.bottom {
  background-color: #392a25;
}

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

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.show-mobile-landscape {
  display: none;
}

.background-color-white {
  background-color: #fff;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-bottom.margin-small.z {
  z-index: 10;
  position: relative;
}

.margin-bottom.margin-small.popop {
  margin-top: 2rem;
}

.margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small.ll {
  padding-top: 25px;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xhuge._01 {
  margin-top: -177px;
  margin-bottom: -96px;
}

.padding-vertical.padding-xhuge._01.wide01.dsl {
  margin-top: -200px;
}

.padding-vertical.padding-xxlarge {
  background-color: var(--dark-green);
}

.padding-vertical.padding-xhuge {
  padding-top: 12rem;
  padding-bottom: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-weight-medium {
  font-weight: 500;
}

.text-size-medium {
  text-align: left;
  font-family: Lato, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.text-size-medium.text-color-white {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}

.text-size-medium.text-color-white.fsf, .text-size-medium.text-color-white._01 {
  text-align: center;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form-checkbox-label {
  margin-bottom: 0;
}

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

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.text-size-large {
  font-size: 1.25rem;
}

.heading-xxlarge {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.form-radio-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

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

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.heading-large {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.image-wrapper-3-2 {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.button {
  border: 1px solid var(--dark-olive-green);
  background-color: var(--dark-olive-green);
  color: #fff;
  text-align: center;
  min-width: 150px;
  padding: .75rem 1.5rem;
  font-family: Lato, Arial, sans-serif;
  font-weight: 400;
}

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

.button.is-button-small {
  padding: .5rem 1.25rem;
}

.button.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.button.is-navbar4-button {
  padding: 1.5rem 3rem;
}

.button._01 {
  text-align: left;
  vertical-align: baseline;
  display: inline-block;
}

.form-input {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.form-input.is-select-input {
  background-color: #fff;
  background-image: none;
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.background-color-lightgrey {
  background-color: #f4f4f4;
}

.form-checkbox-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.heading-xsmall {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.image-wrapper-4-3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.button-secondary {
  border: 1px solid var(--dark-olive-green);
  color: var(--dark-olive-green);
  text-align: center;
  background-color: #0000;
  padding: .75rem 1.5rem;
  font-family: Lato, Arial, sans-serif;
}

.button-secondary.is-button-small {
  padding: .5rem 1.25rem;
}

.button-secondary.is-alternate {
  color: #fff;
  border-color: #fff;
}

.button-secondary.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.heading-small {
  color: var(--black);
  font-family: Lato, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.form-field-wrapper {
  position: relative;
}

.image-wrapper_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-wrapper-16-9 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.text-color-black {
  color: #000;
}

.stylesystem-images_layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-wrapper-1-1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.styleguide_grid-colours {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-xlarge {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.rl-styleguide-message {
  text-align: center;
  background-color: #f1f0ee;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.rl-styleguide-message-wrapper {
  text-align: left;
  background-color: #e4e2df;
  border-radius: 16px;
  padding: 2.5rem;
}

.rl-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.beta-label {
  text-transform: uppercase;
  background-color: #e4e2df;
  border-radius: .25rem;
  margin-left: .15rem;
  margin-right: .15rem;
  padding: .05rem .25rem;
  font-size: .875rem;
  display: inline-block;
}

.form-radio-label {
  margin-bottom: 0;
}

.margin-top-auto {
  margin-top: auto;
}

.text-lineheight-normal {
  line-height: 1.5;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.rl-styleguide_class-sample-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #10182808;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.text-lineheight-xshort {
  line-height: 1.2;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

.text-lineheight-xtall {
  line-height: 2;
}

.icon-medium {
  height: 3rem;
}

.text-lineheight-none {
  line-height: 1;
}

.rl-styleguide_class-label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  border-radius: 2px;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_class-label.html-tags {
  background-color: #be4aa5;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #10182824;
}

.text-letterspacing-wide {
  letter-spacing: .025em;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.styleguide_color-sample {
  padding: 8rem 1.5rem 1.25rem;
}

.styleguide_color-sample.is-lightgrey {
  background-color: #f4f4f4;
}

.styleguide_color-sample.is-black {
  background-color: #000;
}

.styleguide_color-sample.is-white {
  background-color: #fff;
}

.text-lineheight-short {
  line-height: 1.3;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #1018280d;
}

.icon-large {
  height: 5rem;
}

.button-tertiary {
  color: #000;
  text-align: center;
  background-color: #f4f4f4;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-tertiary.is-button-small {
  padding: .5rem 1.25rem;
}

.button-tertiary.is-alternate {
  color: #fff;
  background-color: #464646;
  border-color: #464646;
}

.button-tertiary.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.button-link {
  color: #000;
  background-color: #0000;
  align-items: center;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-link.is-alternate {
  color: #fff;
}

.button-link.with-icon {
  grid-column-gap: .5rem;
}

.icon-xsmall {
  height: 1.5rem;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-xxsmall {
  height: 1rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.text-lineheight-tall {
  line-height: 1.7;
}

.icon-small {
  height: 2rem;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

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

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  display: flex;
}

.rl-styleguide_shadow-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 8rem;
  padding: 1rem;
  display: flex;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-letterspacing-xtight {
  letter-spacing: -.03em;
}

.text-letterspacing-normal {
  letter-spacing: 0;
}

.text-letterspacing-xwide {
  letter-spacing: .05em;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.icon-xlarge {
  height: 6.5rem;
}

.text-letterspacing-tight {
  letter-spacing: -.015em;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #1018281a, 0 2px 4px -2px #1018280f;
}

.navbar4_menu {
  background-color: var(--floral-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  overflow: auto;
}

.navbar4_menu-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: -4.5rem;
  display: flex;
}

.menu-icon_line-middle-base {
  background-color: #656a45;
  width: 24px;
  height: 2px;
  position: absolute;
}

.menu-icon4 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.navbar4_link {
  color: var(--dark-olive-green);
  text-align: center;
  width: 100%;
  margin: .5rem auto .5rem 0;
  padding: .5rem 0;
  font-family: Synthetic pleasures, sans-serif;
  font-size: 3rem;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
  position: static;
}

.navbar4_link.w--current {
  color: #000;
}

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

.navbar4_dropdown-list.w--open {
  background-color: #fff;
  position: static;
}

.navbar4_dropdown-toggle {
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .5rem 4rem .5rem 0;
}

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

.dropdown-icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}

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

.navbar4_logo-link {
  padding-left: 0;
}

.navbar4_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: 0;
  display: flex;
}

.navbar4_menu-dropdown {
  margin-left: 0;
  font-size: 24px;
}

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

.menu-icon4_line-top {
  background-color: #656a45;
  width: 24px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
}

.navbar4_menu-button {
  padding: 0;
}

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

.navbar4_dropdown-link {
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-left: 1.5rem;
  padding: .5rem 0;
  font-size: 24px;
}

.navbar4_dropdown-link.w--current {
  color: #000;
}

.menu-icon4_line-middle {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.menu-icon4_line-bottom {
  background-color: #656a45;
  width: 24px;
  height: 2px;
}

.navbar4_component {
  background-color: var(--sand);
  opacity: 1;
  border: 1px #000;
  align-items: center;
  min-height: 4rem;
  padding-left: 5%;
  padding-right: 0%;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  width: 64px;
  height: 64px;
  position: absolute;
}

.header75_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

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

.header75_content {
  z-index: 0;
  justify-content: center;
  align-items: center;
  max-width: 48rem;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: sticky;
  top: 0;
}

.section-header75 {
  background-color: #636940;
}

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

.button-row.is-button-row-center {
  justify-content: center;
}

.header75_content-bottom {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 10vh;
}

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

.header75_component {
  flex-direction: column;
  height: 300vh;
  display: flex;
  position: relative;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.heading-1 {
  color: var(--floral-white);
  font-family: Cormorantsc, Times New Roman, sans-serif;
  font-size: 5rem;
  font-weight: 300;
}

.heading-1._01 {
  font-size: 3rem;
}

.button-secondary-2 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-secondary-2.is-alternate {
  color: #0000;
  border-color: #0000;
}

.button-secondary-2.is-button-small {
  padding: .5rem 1.25rem;
}

.button-2 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-2.is-button-small {
  padding: .5rem 1.25rem;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000014;
  position: absolute;
  inset: 0%;
}

.header30_background-image {
  object-fit: cover;
  background-image: url('../images/TEST02.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.header30_background-image._002 {
  background-image: url('../images/DYBRKR-EGYPT-DAY5-21.jpg');
}

.header30_background-image._002._003 {
  background-image: url('../images/sukoon-guest-house-20.jpg');
}

.header30_background-image.gh01 {
  background-image: url('../images/sukoon-guest-house-19-2.jpg');
}

.text-color-white-2 {
  color: #0000;
}

.header30_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.header-100vh {
  align-items: center;
  min-height: 100vh;
  max-height: 60rem;
  display: block;
}

.section-home-header {
  padding-top: 100px;
  position: relative;
}

.header-90vh {
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 60rem;
  display: flex;
}

.team6_item {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.team6_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: center;
  margin-top: 1.5rem;
  display: grid;
}

.team6_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.social-icon {
  color: var(--floral-white);
  width: 1.5rem;
  height: 1.5rem;
}

.team6_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.team6_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.component_home-about {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 45px;
  display: flex;
}

.component_home-about._78 {
  margin-top: -99px;
  padding-top: 0;
}

.left-row-home-about {
  width: 33%;
  height: 80vh;
  margin-right: 2rem;
  position: relative;
}

.center-row-home-about {
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 33%;
  display: flex;
}

.center-row-home-about._2 {
  width: 90%;
}

.right-row-home-about {
  width: 33%;
  height: 80vh;
  margin-left: 2rem;
  position: relative;
}

.heading-2 {
  color: var(--dark-olive-green);
  text-align: center;
  font-family: Synthetic pleasures, sans-serif;
  font-size: 3rem;
  font-style: italic;
  font-weight: 400;
}

.heading-2.is-left-align {
  text-align: left;
}

.heading-2._33 {
  text-align: center;
  display: block;
}

.heading-2._33.t-02 {
  color: var(--floral-white);
  font-size: 2rem;
}

.heading-2._33._34 {
  color: var(--gold);
  text-align: center;
  font-size: 2rem;
}

.heading-2._232 {
  padding-bottom: 60px;
  font-size: 3rem;
}

.heading-2._232._001 {
  color: var(--dark-olive-green);
  text-align: left;
  padding-bottom: 10px;
  font-size: 3rem;
}

.heading-2._232._2 {
  padding-bottom: 20px;
}

.heading-2._232._2.we.wide02 {
  color: var(--gold);
  font-family: Cormorantsc, Times New Roman, sans-serif;
  font-weight: 300;
}

.image-top_home-about {
  z-index: 5;
  position: absolute;
}

.image-top_home-about.is-left {
  width: 22rem;
  inset: 0% auto auto 0%;
}

.image-top_home-about.is-right {
  width: 22rem;
  inset: 0% 0% auto auto;
}

.image-middle_home-about {
  z-index: 3;
  position: absolute;
}

.image-middle_home-about.is-left {
  width: 20rem;
  inset: auto 0% 0% auto;
}

.image-middle_home-about.is-right {
  width: 20rem;
  inset: auto auto 0%;
}

.image-background_home-about {
  z-index: 1;
  position: absolute;
}

.image-background_home-about.is-left {
  width: 20rem;
  inset: 5% -10% auto auto;
}

.image-background_home-about.is-right {
  width: 20rem;
  inset: 5% auto auto -5%;
}

.gallery21_lightbox-link {
  width: 100%;
}

.section-home-slider {
  background-color: #ebecd8;
  overflow: hidden;
}

.gallery21_slide {
  padding-right: 2rem;
}

.gallery21_image {
  object-fit: cover;
  width: 100%;
  height: 75%;
  position: absolute;
  inset: 0%;
}

.gallery21_arrow {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.gallery21_arrow.left {
  right: 4rem;
}

.gallery21_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  inset: auto auto 0% 0%;
}

.gallery21_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.gallery21_mask {
  width: 50%;
  overflow: visible;
}

.gallery21_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

.gallery21_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.testimonial13_rating-wrapper {
  display: flex;
}

.testimonial15_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.testimonial15_client, .testimonial13_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial15_rating-wrapper {
  display: flex;
}

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

.testimonial15_logo {
  max-height: 3rem;
}

.testimonial13_rating-icon {
  color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.testimonial15_slide {
  margin-right: 5rem;
}

.testimonial13_divider {
  background-color: #0000;
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.testimonial15_rating-icon {
  color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.testimonial15_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 5rem;
}

.testimonial15_arrow {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.testimonial15_arrow.left {
  right: 4rem;
}

.testimonial15_divider {
  background-color: #0000;
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.testimonial13_logo {
  max-height: 3rem;
}

.testimonial15_client-image {
  object-fit: cover;
}

.testimonial15_client-image-wrapper {
  padding-left: 100px;
}

.testimonial15_content {
  grid-column-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid_home-experiences {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: 28rem;
  grid-template-columns: 1fr 1fr 1fr;
  min-height: 100px;
}

.image-grid_home-experiences {
  position: absolute;
  inset: 0%;
}

.testimonial10_slide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.testimonial10_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial10_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
  display: flex;
}

.heading-small-2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.testimonial10_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.testimonial10_rating-icon {
  color: #0000;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.testimonial10_logo {
  max-height: 3rem;
}

.testimonial10_arrow {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.testimonial10_client-image-wrapper {
  margin-right: 1.25rem;
}

.testimonial10_rating-wrapper {
  display: flex;
}

.testimonial10_divider {
  background-color: #0000;
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.testimonial10_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.testimonial10_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: #0000;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_component {
  background-color: #0000;
  border-bottom: 1px solid #000;
  align-items: center;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar1_dropdown-list.w--open {
  background-color: #0000;
  border: 1px solid #000;
  padding: .5rem;
}

.navbar1_menu {
  align-items: center;
  display: flex;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_dropdown-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.navbar1_link.w--current {
  color: #0000;
}

.text-block {
  font-family: Synthetic pleasures, sans-serif;
  font-size: 3rem;
  font-style: italic;
}

.footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

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

.footer4_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer4_top-wrapper {
  grid-column-gap: 4vw;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer4_credit-text {
  color: var(--floral-white);
  font-family: Lato, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 300;
}

.footer4_link {
  color: var(--floral-white);
  text-align: center;
  font-family: Lato, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.footer4_logo-link {
  padding-left: 0;
}

.footer4_legal-link {
  color: var(--floral-white);
  font-family: Lato, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 300;
}

.section-footer {
  background-color: var(--dark-olive-green);
}

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

.text-footer-book {
  color: var(--floral-white);
  text-align: center;
  font-family: Synthetic pleasures, sans-serif;
  font-size: 3.5rem;
  font-style: italic;
  font-weight: 400;
}

.section-home-cta {
  position: relative;
  overflow: hidden;
}

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

.image-overlay-layer-2 {
  z-index: 1;
  background-image: linear-gradient(to right, #63694085, #13120200);
  position: absolute;
  inset: 0%;
}

.cta9_content {
  flex: 1;
}

.cta9_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.cta9_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta9_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.text-cta {
  color: var(--floral-white);
  font-family: Synthetic pleasures, sans-serif;
  font-style: italic;
  font-weight: 400;
}

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

.grid-row-experiences {
  cursor: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-grid-overlay-experiences {
  z-index: 2;
  background-image: linear-gradient(to top, #00000080, #13120200 75%);
  position: absolute;
  inset: 0%;
}

.image-grid-background-experiences {
  background-image: url('../images/image-testitmonial-1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.image-grid-background-experiences.is-2 {
  background-image: url('../images/image-grid-2.jpg');
}

.image-grid-background-experiences.is-3 {
  background-image: url('../images/image-grid-3.jpg');
}

.view-circle {
  z-index: 5;
  background-color: #fffdf8bf;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 60px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.view-text {
  color: var(--dark-olive-green);
  font-family: Synthetic pleasures, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.mouse-hover-experiences {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.title-hover-experiences {
  z-index: 10;
  position: absolute;
  inset: auto 0% 5%;
}

.text-title-experience {
  color: var(--floral-white);
  text-align: center;
  font-family: Lato, Arial, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
}

.image-grid-experiences-background_wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.preloader {
  z-index: 5000;
  background-color: var(--floral-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.loading-bar-preloader_wrapper {
  border-radius: 100%;
  width: 20rem;
  height: 2px;
  position: relative;
  overflow: hidden;
}

.loading-bar-preloader-color {
  z-index: 7000;
  background-color: var(--dark-olive-green);
  position: absolute;
  inset: 0%;
}

.loading-bar-preloader-color.is-secondary {
  z-index: 6000;
  background-color: #ced69d;
}

.button-wrapper-experiences {
  justify-content: center;
  display: flex;
}

.image {
  width: 50%;
  min-width: 50px;
  max-width: 100%;
  margin-bottom: 20px;
  display: inline-flex;
}

.image._01 {
  width: 3%;
  min-width: 35px;
}

.image._8 {
  width: 2%;
  min-width: 40px;
}

.image.jij {
  min-width: 35px;
}

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

.quick-stack {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.quick-stack.mobstack2.side {
  padding-left: 60px;
  padding-right: 60px;
}

.container {
  padding-bottom: 20px;
}

.container._01 {
  display: block;
}

.flex-block {
  min-height: 100px;
}

.flex-block-2 {
  min-height: 200px;
}

.flex-block-2.wdw {
  text-align: left;
  background-color: #ebecd8;
  min-height: 100px;
}

.cell {
  text-align: left;
  display: block;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

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

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

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.quick-stack-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-3 {
  min-height: 400px;
}

.quick-stack-3.mobv1 {
  min-height: 400px;
  padding-left: 0;
  padding-right: 0;
}

.image-2 {
  min-height: 400px;
}

.cell-2 {
  padding-left: 0;
}

.body-2 {
  background-color: var(--lumina);
}

.background-video-2 {
  min-width: 280px;
  min-height: 500px;
}

.section {
  background-color: #ebecd8;
  min-height: 100px;
}

.section-2 {
  min-height: 200px;
}

.section-2._0q {
  min-height: 100px;
}

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

.section-3 {
  background-color: #ebecd8;
}

.cell-3 {
  display: flex;
}

.quick-stack-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding: 0 0 30px;
}

.image-3 {
  border-radius: 5px;
}

.image-3:hover {
  opacity: .7;
}

.image-4, .image-5 {
  border-radius: 4px;
}

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

.div-block {
  min-width: 150px;
  min-height: 100px;
}

.left-row-home-about-2 {
  width: 10%;
  height: 80vh;
  margin-right: 2rem;
  position: relative;
}

.right-row-home-about-2 {
  width: 10%;
  height: 80vh;
  margin-left: 2rem;
  position: relative;
}

.image-6 {
  width: 3%;
  min-width: 50px;
  max-width: 100%;
  margin-bottom: 20px;
  display: inline-flex;
}

.center-row-home-about-2 {
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 33%;
  display: flex;
}

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

.text-size-regular-2 {
  color: #131202;
  font-family: Lato, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.text-size-regular-2.text-align-center {
  color: #ebecd8;
  text-transform: uppercase;
  min-height: 150px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 0;
  padding-right: 0;
  font-family: Cormorantsc, Times New Roman, sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.4;
}

.page-padding-2 {
  margin-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.page-padding-2._001 {
  background-color: #392a25;
  margin-bottom: 0;
}

.section-4 {
  background-color: #392a25;
  min-height: 240px;
  padding-left: 0;
  padding-right: 0;
}

.lightbox-link {
  min-width: 320px;
}

.quick-stack-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-left: 60px;
  margin-right: 60px;
  padding: 0 30px 20px;
}

.image-8 {
  opacity: .44;
  border-radius: 7px;
  min-width: 345px;
  padding-left: 0;
}

.image-8:hover {
  opacity: .85;
}

.heading-3 {
  color: #fff;
  font-family: Cormorantsc, Times New Roman, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.heading-3.title {
  color: #ceb27c;
}

.heading-3.title.wh {
  color: #ceb27c;
  font-weight: 300;
}

.heading-3.title.wh.vdvdv {
  margin-bottom: 1.5rem;
}

.text-size-medium-2 {
  color: #fff;
  text-align: left;
  font-family: Lato, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.text-size-medium-2.text-color-white {
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
}

.text-size-medium-2.text-color-white._01 {
  text-align: center;
}

.image-9 {
  width: 3%;
  min-width: 50px;
  max-width: 100%;
  margin-bottom: 20px;
  display: inline-flex;
}

.image-9._02 {
  min-width: 175px;
}

.image-9._02.keym {
  padding-left: 10px;
}

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

.page-padding-3 {
  margin-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.page-padding-3._002 {
  background-color: #392a25;
  padding-top: 0;
  padding-bottom: 0;
}

.section-home-header-2 {
  position: relative;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #51524d;
  border: 1px #636940;
  min-width: 150px;
  padding: .75rem 1.5rem;
  font-family: Lato, Arial, sans-serif;
  font-weight: 400;
}

.heading-4 {
  color: #fff;
  font-family: Cormorantsc, Times New Roman, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.heading-4.title {
  color: #ceb27c;
}

.image-10 {
  width: 3%;
  min-width: 50px;
  max-width: 100%;
  margin-bottom: 20px;
  display: inline-flex;
}

.image-10._02 {
  min-width: 175px;
}

.background-video-3 {
  min-width: 700px;
}

.background-video-4 {
  width: 100%;
  min-width: 600px;
  height: 100%;
  min-height: 500px;
}

.background-video-5, .background-video-6 {
  display: flex;
}

.cell-5 {
  text-align: center;
  padding-top: 20px;
  padding-left: 0;
}

.gallery21_arrow-2 {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.gallery21_arrow-2.left {
  right: 4rem;
}

.menu-icon4-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.cell-6 {
  display: flex;
}

.image-overlay-layer-3 {
  z-index: 1;
  background-color: #00000014;
  position: absolute;
  inset: 0%;
}

.image-11 {
  filter: invert();
  color: #fff;
}

.navbar4_link-2 {
  color: #636940;
  text-align: center;
  width: 100%;
  margin: .5rem auto .5rem 0;
  padding: .5rem 0;
  font-family: Synthetic pleasures, sans-serif;
  font-size: 3rem;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
  position: static;
}

.navbar4_link-2.w--current {
  color: #000;
}

.navbar4_logo-2 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  padding-right: 0;
}

.navbar4_menu-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  overflow: auto;
}

.heading-5 {
  color: #fff;
  font-family: Cormorantsc, Times New Roman, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.1;
}

.heading-5._01 {
  font-size: 3rem;
}

.navbar4_component-2 {
  opacity: 1;
  background-color: #fff;
  border: 1px #000;
  align-items: center;
  min-height: 4rem;
  padding-left: 5%;
  padding-right: 0%;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.section-home-slider-2 {
  background-color: #392a25;
  overflow: hidden;
}

.section-footer-2 {
  background-color: #636940;
}

.image-12 {
  filter: invert();
}

.preloader-2 {
  z-index: 5000;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-13 {
  text-align: left;
  width: 15%;
  min-width: 50px;
  max-width: 100%;
  margin-bottom: 20px;
  display: inline-flex;
}

.image-13.jij {
  min-width: 35px;
}

.image-13._01 {
  width: 3%;
  min-width: 35px;
}

.image-13.dsds {
  width: 30%;
  min-width: 30px;
}

.image-13.email--link {
  width: 6%;
  min-width: 20px;
}

.image-13.email--link:hover {
  opacity: .63;
}

.heading-6 {
  color: #636940;
  text-align: center;
  font-family: Synthetic pleasures, sans-serif;
  font-size: 3rem;
  font-style: italic;
  font-weight: 400;
}

.heading-6._232 {
  padding-bottom: 60px;
  font-size: 3rem;
}

.heading-6._232._001 {
  color: #ceb27c;
  text-align: left;
  padding-bottom: 10px;
  font-family: Cormorantsc, Times New Roman, sans-serif;
  font-size: 2.5rem;
  font-style: normal;
}

.heading-6.is-left-align {
  text-align: left;
}

.center-row-home-about-3 {
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 33%;
  display: flex;
}

.loading-bar-preloader-color-2 {
  z-index: 7000;
  background-color: #636940;
  position: absolute;
  inset: 0%;
}

.loading-bar-preloader-color-2.is-secondary {
  z-index: 6000;
  background-color: #ced69d;
}

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

.margin-top-4.margin-small {
  text-align: center;
}

.text-size-regular-3 {
  color: #131202;
  font-family: Lato, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.text-size-regular-3.text-align-center {
  color: #ebecd8;
  text-transform: uppercase;
  min-height: 150px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 0;
  padding-right: 0;
  font-family: Cormorantsc, Times New Roman, sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.4;
}

.text-size-regular-3.text-align-center.lm {
  margin-left: 0;
  margin-right: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.text-size-regular-3.text-align-center.lm._12 {
  padding-left: 0;
  padding-right: 0;
}

.text-size-regular-3.text-align-center.lm._12._001 {
  color: #131202;
  text-align: left;
  -webkit-text-stroke-color: #131202;
  padding-right: 57px;
}

.text-size-regular-3.text-align-center.lm._12._001.o {
  color: #fff;
  text-align: left;
  padding-right: 20px;
  font-family: Copperplate, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
}

.text-size-regular-3.text-align-center.gdg {
  opacity: .75;
  color: #fff;
  text-transform: capitalize;
  min-height: 50px;
  font-size: 1.3rem;
}

.page-padding-4 {
  margin-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.page-padding-4.mobv1 {
  background-color: #392a25;
}

.page-padding-4.mobv1._01 {
  margin-top: 0;
}

.page-padding-4._001 {
  background-color: #392a25;
  background-image: url('../images/b50ace67-05e8-45d8-948c-5bf24b431f85.png');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: -129px;
}

.page-padding-4._001._002 {
  margin-bottom: 0;
}

.page-padding-4._001.moback {
  background-image: url('../images/Lumina-hdao.png');
}

.page-padding-4._002 {
  background-color: #392a25;
}

.image-14 {
  border-radius: 10px;
  min-height: 400px;
}

.header30_background-image-2 {
  object-fit: cover;
  background-image: url('../images/LUMINA-COVER.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.header30_background-image-2.hxi {
  background-image: url('../images/6981cb6b9467ca188d6cbbfd_Roome-Test-L-1.jpg');
}

.header30_background-image-2._002 {
  background-image: url('../images/DYBRKR-EGYPT-DAY5-21.jpg');
}

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

.section-5 {
  background-color: #392a25;
  min-height: 75px;
}

.quick-stack-7 {
  min-height: 400px;
}

.quick-stack-7.mobv1 {
  min-height: 400px;
  padding-left: 0;
  padding-right: 0;
}

.footer4_link-2 {
  color: #fff;
  text-align: center;
  font-family: Lato, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #636940;
  border: 1px solid #636940;
  min-width: 150px;
  padding: .75rem 1.5rem;
  font-family: Lato, Arial, sans-serif;
  font-weight: 400;
}

.footer4_credit-text-2 {
  color: #fff;
  font-family: Lato, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 300;
}

.content-grid-2 {
  grid-column-gap: 82px;
  grid-row-gap: 82px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  margin-top: 120px;
  margin-left: 0;
  margin-right: 0;
}

.content-grid-2.dp {
  grid-column-gap: 82px;
  min-height: 400px;
}

.div-block-29 {
  max-width: 1200px;
  margin-top: 0;
  padding-bottom: 0;
}

.heading-8 {
  direction: ltr;
  text-align: center;
  text-transform: uppercase;
  margin-top: 13px;
  padding-top: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.heading-8.phonedots {
  margin-top: -6px;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 85px;
}

.heading-13 {
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  text-decoration: overline;
}

.heading-13.subs {
  opacity: 1;
  text-transform: uppercase;
  font-size: 2rem;
  text-decoration: overline;
}

.heading-13.subs.exta {
  text-align: left;
  font-size: 1rem;
  text-decoration: none;
}

.background-video-7 {
  object-fit: none;
  min-width: 450px;
  max-width: 400px;
  min-height: 330px;
  max-height: 110px;
  overflow: visible;
}

.background-video-7.dp {
  min-width: 650px;
  min-height: 400px;
  max-height: 220px;
}

.centered-container-4 {
  text-align: center;
  flex: 1;
  max-width: 1200px;
  min-height: 100px;
  margin-top: -148px;
  display: block;
}

.centered-container-4.drinkker {
  max-width: 1275px;
  margin-top: -87px;
}

.caption-big-3 {
  opacity: .5;
  color: #001f5a;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-bottom: 9px;
  font-size: .7rem;
  line-height: 16px;
}

.caption-big-3.bold-text-5 {
  opacity: 1;
  color: #001f5a;
  text-align: center;
  justify-content: center;
  margin-bottom: -19px;
  padding-bottom: 0;
  display: flex;
}

.caption-big-3.bold-text-5.light {
  opacity: .5;
  margin-bottom: 0;
  padding-top: 0;
}

.caption-big-3.bold-text-5.light.opppo {
  margin-top: -81px;
}

.caption-big-3.bold-text-5.light.opppo.edit01 {
  padding-bottom: 86px;
}

.caption-big-3.bold-text-5.light.opppo.edit01.kllkpopo {
  color: #000;
}

.caption-big-3.bold-text-5.light.opppo.edit01.kllkpopo.cherbutext {
  padding-bottom: 0;
}

.caption-big-3.bold-text-5.light.toppe {
  justify-content: flex-start;
}

.button-8 {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  flex: none;
  order: 0;
  margin-top: -7px;
  font-size: 10px;
}

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

.button-8.ipad {
  z-index: auto;
  float: left;
  clear: none;
  margin-top: 0;
  margin-left: 0;
  position: relative;
  inset: 0%;
}

.paragraph-13 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 13px;
}

.paragraph-13.phone02.pc02 {
  opacity: .5;
  color: #20025f;
  margin-bottom: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.paragraph-13.phone02.pc02.edit01 {
  margin-bottom: 13px;
}

.paragraph-71 {
  opacity: 1;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  display: block;
}

.paragraph-71.ipad {
  text-indent: 0;
  margin-top: 17px;
  margin-left: 0;
  font-size: 13px;
  line-height: 18px;
}

.phone-elvis {
  opacity: .15;
  margin-bottom: 0;
  margin-left: 13px;
  padding-top: 27px;
  padding-bottom: 27px;
  padding-left: 0;
  display: inline-block;
}

.phone-elvis.drinkillu {
  opacity: .5;
  max-width: 50%;
  margin-bottom: 19px;
  margin-left: 0;
  padding-top: 0;
}

.section-15 {
  min-height: 75px;
}

.container-14 {
  grid-column-gap: 82px;
  grid-row-gap: 82px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  margin-top: -39px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 0;
}

.section-16 {
  display: none;
}

.gallery21_arrow-3 {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.gallery21_arrow-3.left {
  right: 4rem;
}

.image-15 {
  filter: invert();
  color: #fff;
}

.section-home-slider-3 {
  background-color: #392a25;
  overflow: hidden;
}

.image-16 {
  filter: invert();
}

.heading-14 {
  color: #636940;
  text-align: center;
  font-family: Synthetic pleasures, sans-serif;
  font-size: 3rem;
  font-style: italic;
  font-weight: 400;
}

.heading-14.is-left-align {
  text-align: left;
}

.page-padding-5 {
  margin-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.section-17 {
  background-color: #392a25;
  min-height: 100px;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves---grid-image-halves {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---content-image-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-image-features-3 {
  border-radius: 24px;
  width: 100%;
}

.waves---mg-top-17 {
  margin-top: 16px;
}

.waves---cta-dark-2 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-2:hover {
  background-color: #131313e6;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---heading-2-no-margins-2 {
  color: #ceb27c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorantsc, Times New Roman, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 130%;
}

.waves---paragraph-big-2 {
  color: #fff;
  font-size: 20px;
  line-height: 130%;
}

.waves---grid-image-halves-2 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---content-image-halves-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-image-features-4 {
  border-radius: 24px;
  width: 100%;
}

.background-video-8 {
  height: 700px;
}

.section-gap-bottom {
  padding-bottom: 100px;
}

.rooms-details-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.post-main-image {
  width: 100%;
}

.nav-menu-list {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.section-top-wrapper {
  margin-bottom: 40px;
}

.section-top-wrapper.with-button {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-social-item {
  color: #fcfcfc;
  border: 1px solid #fcfcfc;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition: background-color .3s, border-color .3s, color .3s;
  display: flex;
}

.footer-social-item:hover {
  color: #030303;
  background-color: #d5b475;
  border-color: #d5b475;
}

.text-small {
  margin-bottom: 0;
  font-size: 16px;
}

.footer-logo-column {
  flex-flow: column;
  max-width: 30%;
  display: flex;
}

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

.room-price-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.footer-social-list-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: auto;
  display: flex;
}

.nav-dropdown-list {
  z-index: 10;
  background-color: #0000;
  min-width: 220px;
  padding-top: 20px;
}

.nav-dropdown-list.mega-menu {
  left: -180px;
}

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

.nav-dropdown-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #030303;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px 20px;
  display: flex;
  box-shadow: 0 4px 16px #0000001a;
}

.rooms-items-wrapper {
  position: sticky;
  top: 50px;
}

.page-hero-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-right-side {
  z-index: 3;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

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

.room-facilities-icon-box {
  background-color: #cba1531a;
  border: 1px solid #03030340;
  border-radius: 8px;
  padding: 30px;
}

.nav-heading {
  color: #050b1b;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

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

.text-medium.footer-logo-text {
  color: #fcfcfc;
  margin-top: 15px;
  margin-bottom: 15px;
}

.footer-bottom-link {
  color: #fcfcfc;
  transition: color .3s;
}

.footer-bottom-link:hover {
  color: #d5b475;
}

.footer-top-columns-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.rooms-main-image-wrapper {
  border-radius: 16px;
  overflow: hidden;
}

.page-hero {
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-style-h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
}

.heading-style-h3.footer-list-title {
  color: #fcfcfc;
  margin-bottom: 20px;
}

.heading-style-h3.room-information-title {
  margin-bottom: 24px;
}

.footer-top {
  padding-top: 100px;
  padding-bottom: 100px;
}

.nav-dropdown-link-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  transition: background-color .3s, color .3s;
  display: flex;
}

.nav-dropdown-toggle.w--current {
  color: #2490eb;
}

.footer-bottom {
  border-top: 1px solid #fcfcfc33;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.room-info-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid #03030340;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: grid;
}

.container-default {
  width: 100%;
  max-width: 960px;
  padding-left: 15px;
  padding-right: 15px;
}

.container-default.full-height {
  height: 100%;
}

.nav-dropdown-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #030303;
  border-radius: 8px;
  justify-content: space-around;
  padding: 25px;
  display: flex;
  box-shadow: 0 4px 16px #0000001a;
}

.brand-logo {
  max-width: 100%;
}

.hamburger-menu {
  color: #030303;
  background-color: #d5b475;
  border: 1px solid #d5b475;
  border-radius: 5px;
  padding: 12px;
}

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

.room-details-right-block {
  background-color: #cba1531a;
  border: 1px solid #03030340;
  border-radius: 8px;
  width: 40%;
  margin-top: 40px;
  padding: 33px;
  position: sticky;
  top: 25px;
}

.header {
  z-index: 99;
  padding-top: 42px;
  padding-bottom: 25px;
  position: relative;
}

.footer-list-item {
  color: #fcfcfc;
  transition: color .3s;
}

.footer-list-item:hover {
  color: #d5b475;
}

.form-submit-button {
  color: #030303;
  background-color: #d5b475;
  border: 1px solid #0000;
  border-radius: 8px;
  width: 100%;
  height: 56px;
  padding: 5px 20px;
  transition: border-color .3s, background-color .3s;
}

.form-submit-button:hover {
  background-color: #fcfcfc;
  border-color: #d5b475;
}

.form-submit-button.rounded-button {
  text-align: center;
  border-radius: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-dropdown-icon {
  margin: -3px 0 0;
  display: flex;
  position: static;
}

.room-facilities-icon-boxes {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.footer-bg-overlay {
  z-index: 2;
  background-color: #0e1825f2;
  position: absolute;
  inset: 0%;
}

.rooms-section {
  position: relative;
}

.brand-logo-link {
  z-index: 3;
  max-width: 113px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}

.subtitle {
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.room-details-left-block {
  width: 60%;
}

.room-facilities-icon {
  margin-bottom: 24px;
}

.page-hero-title {
  text-align: center;
  max-width: 1110px;
  font-family: Cormorantsc, Times New Roman, sans-serif;
  font-weight: 300;
}

.nav-link {
  font-size: 16px;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.nav-link.w--current {
  color: #030303;
  text-decoration: underline;
}

.heading-style-h4 {
  color: #060614;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.nav-list-item {
  margin-bottom: 0;
}

.nav-list-item.show-in-tablet {
  display: none;
}

.footer-bottom-text {
  color: #fcfcfc;
  margin-bottom: 0;
}

.nav-dropdown-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #141414;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1.6;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.nav-dropdown-link:hover {
  transform: translate(10px);
}

.nav-dropdown-link.w--current {
  text-decoration: underline;
}

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

.footer-brand-logo {
  max-width: 113px;
}

.nav-dropdown-column {
  min-width: 165px;
}

.footer {
  background-color: #030303;
  position: relative;
}

.nav-list-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-list-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.footer-bg {
  position: absolute;
  inset: 0%;
}

.footer-content-wrapper {
  z-index: 3;
  position: relative;
}

.footer-bg-video {
  z-index: 2;
  width: 100%;
  height: 100%;
}

.home-hero-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.primary-button-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.primary-button {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #d5b475;
  border: 1px solid #d5b475;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 4px 4px 19px;
  display: inline-flex;
}

.home-hero-title {
  color: #fcfcfc;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
}

.button-icon-wrapper {
  background-color: #d5b475;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 46px;
  display: flex;
}

.horo-star-text {
  color: #fcfcfc;
}

.home-hero-star-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-hero-content-wrapper {
  height: 100%;
  padding-top: 120px;
  padding-bottom: 25px;
  position: relative;
}

.home-hero-top-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---main-container-3 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---paragraph-small {
  font-size: 16px;
  line-height: 130%;
}

.waves-icon-24 {
  width: 24px;
  height: 24px;
}

.waves-footer-1 {
  background-color: var(--waves-library--white);
  padding-top: 80px;
  padding-bottom: 64px;
}

.waves-top-footer-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves-brand-link-footer-1 {
  height: 32px;
}

.waves-brand-footer-1 {
  height: 100%;
}

.waves-top-right-footer-1 {
  grid-column-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves-link-footer-1 {
  text-decoration: none;
}

.waves-divider-footer-1 {
  background-color: #13131333;
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

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

.waves-bottom-right-footer-1 {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .margin-bottom.margin-small.popop {
    margin-top: 4rem;
  }

  .div-block-29 {
    max-width: 100%;
  }

  .section-gap-bottom {
    padding-bottom: 120px;
  }

  .nav-menu-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .section-top-wrapper {
    margin-bottom: 50px;
  }

  .footer-logo-column {
    max-width: 320px;
  }

  .heading-style-h3 {
    font-size: 30px;
  }

  .footer-top {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container-default {
    max-width: 1170px;
    padding-left: 0;
    padding-right: 0;
  }

  .room-details-right-block {
    margin-top: 50px;
  }

  .header {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .room-facilities-icon-boxes {
    margin-top: 50px;
  }

  .home-hero-content-wrapper {
    padding-top: 140px;
    padding-bottom: 41px;
  }
}

@media screen and (min-width: 1440px) {
  .section-gap-bottom {
    padding-bottom: 135px;
  }

  .rooms-details-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .nav-menu-list {
    grid-column-gap: 69px;
    grid-row-gap: 69px;
  }

  .section-top-wrapper {
    margin-bottom: 60px;
  }

  .room-price-wrapper {
    margin-bottom: 48px;
  }

  .page-hero {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .heading-style-h3 {
    font-size: 32px;
  }

  .footer-top {
    padding-top: 125px;
    padding-bottom: 135px;
  }

  .container-default {
    max-width: 1320px;
    padding-left: 0;
    padding-right: 0;
  }

  .room-details-right-block {
    width: 100%;
    max-width: 424px;
    margin-top: 60px;
  }

  .room-facilities-icon-boxes {
    margin-top: 60px;
  }

  .room-details-left-block {
    width: 100%;
    max-width: 835px;
  }

  .home-hero-title {
    margin-top: 23px;
    margin-bottom: 48px;
  }

  .home-hero-content-wrapper {
    padding-top: 157px;
  }
}

@media screen and (min-width: 1920px) {
  .lightbox-link {
    padding-left: 10px;
  }
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-xxlarge {
    font-size: 3.25rem;
  }

  .heading-medium {
    font-size: 1.75rem;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .heading-xlarge {
    font-size: 2.75rem;
  }

  .navbar4_menu {
    z-index: 1;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    display: block;
  }

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

  .menu-icon4 {
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .navbar4_link {
    margin-top: 0;
    margin-bottom: 0;
    padding: 1rem 0;
    font-size: 3rem;
    position: static;
  }

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

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

  .navbar4_dropdown-toggle {
    align-items: center;
    width: 100%;
    margin: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
    position: relative;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

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

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

  .navbar4_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    display: block;
    position: relative;
  }

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

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

  .navbar4_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

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

  .navbar4_dropdown-link {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 0;
    font-size: 20px;
  }

  .menu-icon4_line-middle {
    background-color: #000;
    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-icon4_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .header75_content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header75_content-bottom {
    justify-content: center;
    top: 0;
  }

  .header75_lightbox-image {
    max-height: 40rem;
  }

  .team6_list {
    grid-column-gap: 2rem;
  }

  .left-row-home-about {
    width: 30%;
  }

  .center-row-home-about {
    width: 40%;
  }

  .right-row-home-about {
    width: 30%;
  }

  .image-background_home-about.is-left, .image-background_home-about.is-right {
    display: none;
  }

  .testimonial15_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .menu-icon1_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    overflow: auto;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .menu-icon1_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .cta9_button-row {
    flex: none;
  }

  .cta9_content {
    margin-right: 3rem;
  }

  .cta9_component {
    grid-column-gap: 3rem;
  }

  .view-circle, .preloader {
    display: none;
  }

  .image._02 {
    min-width: 40px;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .body {
    background-image: linear-gradient(#ddd9d652, #ddd9d652);
  }

  .section-2.i2i {
    min-height: 100px;
  }

  .left-row-home-about-2, .right-row-home-about-2 {
    width: 30%;
  }

  .center-row-home-about-2 {
    width: 40%;
  }

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

  .image-9._02 {
    min-width: 40px;
  }

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

  .image-10._02 {
    min-width: 40px;
  }

  .menu-icon4-2 {
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .navbar4_link-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 1rem 0;
    font-size: 3rem;
    position: static;
  }

  .navbar4_menu-2 {
    z-index: 1;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    display: block;
  }

  .preloader-2 {
    display: none;
  }

  .center-row-home-about-3 {
    width: 40%;
  }

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

  .content-grid-2 {
    grid-column-gap: 62px;
    grid-row-gap: 62px;
    margin-top: 200px;
  }

  .heading-8.phonedots {
    padding-bottom: 100px;
  }

  .caption-big-3.bold-text-5 {
    text-align: center;
  }

  .button-8.ipad {
    margin-left: 33px;
  }

  .paragraph-71 {
    padding-left: 33px;
  }

  .paragraph-71.ipad {
    text-align: left;
    margin-right: -44px;
    padding-left: 3px;
    position: relative;
  }

  .container-14 {
    margin-top: -40px;
  }

  .waves---grid-image-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-3 {
    max-width: 470px;
  }

  .waves---grid-image-halves-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---content-image-halves-2 {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-4 {
    max-width: 470px;
  }

  .section-gap-bottom {
    padding-bottom: 80px;
  }

  .rooms-info-icon {
    width: 20px;
  }

  .rooms-details-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
  }

  .nav-menu-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-menu-list.hide-in-tablet {
    display: none;
  }

  .section-top-wrapper.with-button {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-logo-column {
    max-width: 100%;
  }

  .nav-dropdown-list {
    min-width: 200px;
    padding-top: 10px;
    position: static;
  }

  .nav-dropdown-wrapper {
    border-color: #030303;
  }

  .rooms-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .nav-heading {
    font-size: 24px;
  }

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

  .page-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-style-h3 {
    font-size: 26px;
  }

  .footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .nav-dropdown-link-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-dropdown-toggle {
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
  }

  .container-default {
    max-width: 740px;
  }

  .nav-dropdown-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: flex-start;
    max-height: 250px;
    padding: 20px;
    overflow: auto;
  }

  .hamburger-menu.w--open {
    color: #030303;
    background-color: #fff;
  }

  .room-details-right-block {
    width: 100%;
    position: static;
  }

  .header {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-dropdown-icon {
    right: -30px;
  }

  .brand-logo-link {
    z-index: auto;
    max-width: 100px;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .subtitle {
    margin-bottom: 15px;
  }

  .room-details-left-block {
    width: 100%;
  }

  .heading-style-h4 {
    font-size: 22px;
  }

  .nav-list-item.show-in-tablet {
    display: block;
  }

  .nav-list-item.show-in-tablet.nav-brand-logo {
    margin-bottom: 20px;
  }

  .footer-bottom-text {
    font-size: 18px;
  }

  .nav-list-wrapper {
    background-color: #fff;
    width: 300px;
    min-height: 100vh;
    padding: 24px;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 5px 0 40px #0003;
  }

  .footer-list-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .home-hero-wrapper {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .waves-top-footer-1 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .waves-divider-footer-1 {
    margin-top: 40px;
  }

  .waves-bottom-footer-1 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xhuge._01.wide01 {
    margin-top: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .heading-xxlarge {
    font-size: 2.5rem;
  }

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

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

  .button.is-navbar4-button {
    padding: 1.5rem 1rem;
  }

  .heading-xsmall {
    font-size: 1.125rem;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .menu-icon4 {
    background-color: #0000;
  }

  .navbar4_component {
    min-height: 4rem;
  }

  .header75_content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header75_lightbox-image {
    max-height: 30rem;
  }

  .team6_image-wrapper {
    height: 100%;
  }

  .team6_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-2._232._2.we.wide02 {
    padding-bottom: 40px;
  }

  .gallery21_slide {
    padding-right: 1.5rem;
  }

  .gallery21_arrow.left {
    right: 3.5rem;
  }

  .gallery21_mask {
    width: 100%;
  }

  .testimonial15_slide-nav {
    inset: 0% auto auto 0%;
  }

  .testimonial15_client, .testimonial13_client {
    align-items: center;
    width: 100%;
  }

  .testimonial15_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial15_component {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .testimonial15_arrow {
    inset: 0% 0% auto auto;
  }

  .testimonial15_arrow.left {
    right: 3.5rem;
  }

  .testimonial15_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .grid_home-experiences {
    grid-template-rows: 28rem 28rem 28rem;
    grid-template-columns: 1fr;
  }

  .testimonial10_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial10_component {
    padding-bottom: 3rem;
  }

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

  .testimonial10_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial10_client-info {
    margin-bottom: 1rem;
  }

  .testimonial10_client {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer4_credit-text {
    margin-top: 1rem;
  }

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

  .cta9_content {
    margin-right: 0;
  }

  .cta9_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .preloader {
    display: none;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

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

  .text-size-medium-2 {
    font-size: 1rem;
  }

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

  .gallery21_arrow-2.left {
    right: 3.5rem;
  }

  .menu-icon4-2 {
    background-color: #0000;
  }

  .navbar4_component-2 {
    min-height: 4rem;
  }

  .preloader-2 {
    display: none;
  }

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

  .footer4_credit-text-2 {
    margin-top: 1rem;
  }

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

  .caption-big-3 {
    font-size: .7rem;
  }

  .div-block-38 {
    margin-bottom: auto;
  }

  .gallery21_arrow-3.left {
    right: 3.5rem;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .section-gap-bottom {
    padding-bottom: 60px;
  }

  .section-top-wrapper.with-button {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .room-price-wrapper {
    margin-bottom: 30px;
  }

  .nav-dropdown-list.mega-menu {
    max-width: 250px;
  }

  .rooms-collection-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .footer-top-columns-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr .7fr;
  }

  .rooms-main-image-wrapper {
    border-radius: 10px;
  }

  .heading-style-h3 {
    font-size: 24px;
  }

  .heading-style-h3.room-information-title {
    margin-bottom: 20px;
  }

  .footer-top {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .container-default {
    max-width: 630px;
  }

  .hamburger-menu {
    padding: 8px;
  }

  .room-details-right-block {
    padding: 25px;
  }

  .footer-list-item {
    font-size: 16px;
  }

  .subtitle {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .nav-dropdown {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .waves---main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .text-size-regular.text-align-center {
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-regular.text-align-center.lm {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-regular.text-align-center.lm._12._001 {
    text-align: center;
    padding-right: 0;
  }

  .text-size-regular.text-align-center.lm._12._001.mob01 {
    text-align: left;
  }

  .text-align-center._01._9393m {
    margin-top: 40px;
  }

  .text-align-center._01 {
    margin-top: 30px;
  }

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .page-padding._001 {
    display: block;
  }

  .page-padding._001._002 {
    margin-bottom: 60px;
  }

  .page-padding._001._002.mob01 {
    min-width: auto;
    margin-bottom: 0;
  }

  .page-padding._002 {
    min-width: 0;
    display: block;
  }

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

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

  .margin-bottom.margin-small.popop {
    margin-top: 2rem;
  }

  .margin-bottom.margin-small {
    max-width: 400px;
  }

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-huge.sffsf {
    padding-top: 10.7rem;
  }

  .padding-vertical.padding-xhuge {
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .padding-vertical.padding-xhuge._01 {
    display: block;
  }

  .padding-vertical.padding-xhuge {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .text-size-medium {
    font-weight: 300;
  }

  .button {
    background-color: var(--dark-olive-green);
    text-align: center;
    border-style: none;
    border-radius: 4px;
    flex-flow: row;
    flex: 0 auto;
    display: flex;
  }

  .button.is-navbar4-button {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .heading-small {
    font-size: 1rem;
  }

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

  .menu-icon4 {
    background-color: #0000;
  }

  .navbar4_link {
    font-size: 2.25rem;
  }

  .header75_lightbox-image {
    max-height: 25rem;
  }

  .heading-1 {
    font-size: 3rem;
  }

  .header-100vh {
    min-height: 90vh;
  }

  .section-home-header {
    display: flex;
  }

  .team6_image-wrapper {
    padding-top: 66%;
  }

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

  .component_home-about._78 {
    display: flex;
  }

  .left-row-home-about {
    display: none;
  }

  .center-row-home-about {
    width: 100%;
    display: flex;
  }

  .center-row-home-about._001 {
    margin-bottom: 90px;
  }

  .right-row-home-about {
    display: none;
  }

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

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

  .heading-2._232._001.m01 {
    text-align: left;
    display: block;
  }

  .heading-2._232._2 {
    padding-bottom: 20px;
  }

  .heading-2._232._2.we {
    padding-bottom: 60px;
  }

  .testimonial13_divider, .testimonial15_divider {
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

  .grid_home-experiences {
    grid-template-rows: 28rem 28rem 28rem;
    grid-template-columns: 1fr;
  }

  .view-circle, .preloader {
    display: none;
  }

  .loading-bar-preloader_wrapper {
    width: 16rem;
  }

  .image {
    min-width: 50px;
  }

  .flex-block-2.wdw {
    display: none;
  }

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

  .cell-2 {
    text-align: center;
    padding-top: 100px;
  }

  .body-2 {
    display: block;
  }

  .section-2.i2i {
    display: none;
  }

  .section-3 {
    background-color: #ebecd8;
    min-height: 150px;
  }

  .quick-stack-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .left-row-home-about-2, .right-row-home-about-2 {
    display: none;
  }

  .image-6 {
    min-width: 50px;
  }

  .center-row-home-about-2 {
    width: 100%;
  }

  .center-row-home-about-2._001 {
    margin-bottom: 90px;
  }

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

  .text-size-regular-2.text-align-center {
    margin-left: 0;
    margin-right: 0;
  }

  .page-padding-2 {
    display: flex;
  }

  .section-4 {
    background-color: #ebecd8;
    min-height: 150px;
    display: none;
  }

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

  .text-size-medium-2 {
    font-weight: 300;
  }

  .image-9 {
    min-width: 50px;
  }

  .image-9._02.keym {
    min-width: 140px;
  }

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

  .page-padding-3 {
    display: flex;
  }

  .page-padding-3._002 {
    min-width: auto;
    display: block;
  }

  .section-home-header-2 {
    display: flex;
  }

  .button-3 {
    text-align: center;
    background-color: #636940;
    border-style: none;
    border-radius: 4px;
    flex-flow: row;
    flex: 0 auto;
    display: flex;
  }

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

  .image-10 {
    min-width: 50px;
  }

  .image-10._02.keym {
    min-width: 120px;
  }

  .cell-5 {
    text-align: center;
    padding-top: 100px;
  }

  .menu-icon4-2 {
    background-color: #0000;
    margin-right: .5rem;
  }

  .navbar4_link-2 {
    font-size: 2.25rem;
  }

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

  .preloader-2 {
    display: none;
  }

  .image-13 {
    min-width: 50px;
    margin-bottom: 54px;
  }

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

  .heading-6._232._001 {
    text-align: center;
  }

  .heading-6._232._001.m01 {
    text-align: left;
    display: block;
  }

  .center-row-home-about-3 {
    width: 100%;
  }

  .center-row-home-about-3._001 {
    margin-bottom: 90px;
  }

  .center-row-home-about-3._001.okso {
    margin-top: 6px;
    margin-bottom: 48px;
  }

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

  .text-size-regular-3.text-align-center {
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-regular-3.text-align-center.lm {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-regular-3.text-align-center.lm._12._001 {
    text-align: center;
    padding-right: 0;
  }

  .text-size-regular-3.text-align-center.gdg {
    opacity: .75;
  }

  .text-size-regular-3.text-align-center.mobt {
    margin-top: -15px;
    font-size: 1.2rem;
  }

  .page-padding-4 {
    display: flex;
  }

  .page-padding-4._001._002 {
    margin-bottom: 60px;
  }

  .page-padding-4._001._002.mob01 {
    margin-bottom: 0;
  }

  .page-padding-4._001.moback {
    background-image: url('../images/Phone-Version2.png');
    background-position: 50%;
    background-size: cover;
    margin-bottom: 0;
    padding-bottom: 183px;
  }

  .page-padding-4._002 {
    min-width: auto;
    display: block;
  }

  .button-4 {
    text-align: center;
    background-color: #636940;
    border-style: none;
    border-radius: 4px;
    flex-flow: row;
    flex: 0 auto;
    display: flex;
  }

  .content-grid-2 {
    margin-top: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-grid-2.dp {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-29 {
    text-align: center;
    padding-left: 0;
  }

  .heading-8 {
    margin-top: 0;
    margin-bottom: -5px;
    padding-bottom: 6px;
    font-size: 10px;
    line-height: 20px;
    display: block;
  }

  .heading-8.phonedots {
    margin-bottom: -93px;
    padding-bottom: 103px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .heading-13.subs {
    line-height: 3rem;
  }

  .heading-13.subs.exta {
    text-align: center;
  }

  .background-video-7.dp {
    min-width: 400px;
  }

  .centered-container-4 {
    text-align: left;
    min-height: 120px;
    margin-top: 23px;
    margin-bottom: 4px;
    padding-bottom: 0;
  }

  .centered-container-4.drinkker {
    min-height: 300px;
  }

  .centered-container-4.drinkker.asfsa {
    margin-top: -200px;
  }

  .caption-big-3 {
    margin-bottom: 15px;
  }

  .caption-big-3.bold-text-5.light.opppo.edit01 {
    margin-top: 29px;
  }

  .caption-big-3.bold-text-5.light.opppo.edit01.kllkpopo.cherbutext {
    margin-top: 0;
  }

  .caption-big-3.bold-text-5.light.toppe {
    justify-content: center;
  }

  .button-8 {
    padding-left: 33px;
    padding-right: 33px;
  }

  .button-8.ipad {
    margin-top: 2px;
    margin-bottom: -40px;
    margin-left: 105px;
    display: block;
  }

  .button-8.ipad.opn {
    justify-content: center;
    margin-left: 57px;
    display: block;
  }

  .button-8.ipad.opn.dn1 {
    margin-left: 68px;
  }

  .paragraph-13 {
    text-align: center;
    padding-top: 17px;
    padding-left: 24px;
    padding-right: 24px;
    font-style: normal;
  }

  .paragraph-13.phone02 {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }

  .paragraph-13.phone02.pc02.edit01 {
    margin-bottom: 10px;
    padding-top: 16px;
  }

  .div-block-38 {
    text-align: center;
    margin-top: 22px;
    margin-bottom: -150px;
    margin-left: 41px;
    position: relative;
  }

  .div-block-38.myy {
    margin-left: 0;
  }

  .paragraph-71 {
    text-align: center;
    padding-left: 22px;
  }

  .paragraph-71.ipad {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 20px;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
  }

  .phone-elvis {
    float: none;
    clear: none;
    opacity: .15;
    text-align: center;
    margin-left: 13px;
    padding-top: 63px;
    padding-bottom: 17px;
    padding-left: 0;
    display: inline-block;
    position: static;
  }

  .phone-elvis.drinkillu {
    margin-left: 16px;
    display: inline-block;
  }

  .container-14 {
    text-align: left;
    margin-top: -300px;
    margin-left: 18px;
    margin-right: 18px;
    padding-top: 40px;
  }

  .section-16 {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .quick-stack-8 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack-8.momv {
    padding-top: 0;
    padding-bottom: 10px;
  }

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

  .page-padding-5 {
    display: flex;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---content-image-halves {
    align-items: stretch;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .waves---content-image-halves-2 {
    align-items: stretch;
  }

  .section-top-wrapper {
    margin-bottom: 30px;
  }

  .section-top-wrapper.with-button {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .nav-dropdown-list.mega-menu.w--open {
    min-width: auto;
    max-width: none;
  }

  .nav-heading {
    font-size: 22px;
  }

  .footer-top-columns-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .heading-style-h3 {
    font-size: 22px;
  }

  .room-info-grid {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .nav-dropdown-flex {
    padding: 15px;
  }

  .room-details-right-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .room-facilities-icon-boxes {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 30px;
    display: flex;
  }

  .nav-list-item {
    text-align: left;
    width: 100%;
  }

  .nav-list-item.show-in-tablet {
    justify-content: flex-start;
    width: auto;
    display: flex;
  }

  .nav-list-wrapper {
    width: 260px;
    padding: 16px;
  }

  .home-hero-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .waves-bottom-right-footer-1 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }
}

#w-node-_4af77692-063e-ea58-7d5a-0582b4d763ac-e1c7287f, #w-node-a0fb4f5a-a3a9-bec1-522c-da7997bec674-e1c7287f, #w-node-_8a43a2cf-6df2-de06-71aa-2096f50f99ec-e1c7287f, #w-node-_7b4587e7-6adc-7029-d9cf-d33e5536dc01-e1c7287f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9fc0124f-5be7-8eef-a489-85260561c20d-e1c7287f {
  place-self: center;
}

#w-node-_9fc0124f-5be7-8eef-a489-85260561c20f-e1c7287f {
  align-self: stretch;
}

#w-node-_837929af-a608-f370-cf87-3cc7bc8603c7-e1c7287f, #w-node-_837929af-a608-f370-cf87-3cc7bc8603d1-e1c7287f, #w-node-_837929af-a608-f370-cf87-3cc7bc8603db-e1c7287f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4ea55fac-9010-d85e-daea-180d5623deee-e1c7287f, #w-node-f7142c03-7c54-ca6e-4441-6abd2e0dd4b0-e1c7287f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

#w-node-f7142c03-7c54-ca6e-4441-6abd2e0dd4c4-e1c7287f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_96a48f70-8aee-f647-822a-f5d724660b82-24660b72 {
  justify-self: end;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9313f-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93141-e1c72882 {
  justify-self: center;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9315f-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93160-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93164-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93165-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93169-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316a-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316e-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316f-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93173-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93174-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93178-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93179-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93180-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93181-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93185-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93186-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318a-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318b-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318f-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93190-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93194-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93195-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93199-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9319a-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a1-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a2-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a6-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a7-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ab-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ac-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931b0-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931b1-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ba-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931bb-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931c4-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931c5-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d4-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d5-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d9-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931da-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931de-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931df-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e3-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e4-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e8-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e9-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f0-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f1-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f5-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f6-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931fa-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931fb-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ff-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93200-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93204-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93205-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93209-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9320a-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93211-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93212-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93216-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93217-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9321b-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9321c-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93220-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93221-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93225-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93226-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9322d-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9322e-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93232-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93233-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93237-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93238-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9323c-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9323d-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93241-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93242-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93246-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93247-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9324e-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9324f-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93253-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93254-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93258-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93259-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9325d-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9325e-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93262-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93263-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93267-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93268-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9326c-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9326d-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93271-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93272-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93276-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93277-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9327e-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9327f-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93283-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93284-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93288-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93289-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93290-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93291-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932d5-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f2-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f7-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f8-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932fc-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932fd-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9330d-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93319-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93323-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93324-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93327-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93328-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332b-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332c-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332f-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93330-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93333-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93334-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93337-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93338-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9333b-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9333c-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93346-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93347-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334b-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334c-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334d-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93353-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93354-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93358-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93359-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9335a-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93360-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93361-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93365-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93366-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93367-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9336d-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9336e-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93372-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93377-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93378-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93379-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9337f-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93380-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93381-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93389-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9338a-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9338b-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93391-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93392-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93393-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339b-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339c-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339d-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a3-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a4-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a5-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ad-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ae-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933af-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933b9-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ba-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933bb-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933bf-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c0-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c8-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c9-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ca-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933d0-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933d9-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933da-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933df-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933e8-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933e9-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933f0-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933f9-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933fa-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ff-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93408-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93409-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93410-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93411-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93419-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9341a-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9341f-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342d-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342e-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342f-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93430-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93432-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93435-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93439-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343a-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343b-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343c-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343e-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93447-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93448-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93449-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9344a-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9344c-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93455-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93456-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93457-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93458-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9345a-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9345d-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93464-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93465-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93466-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93467-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93469-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9346c-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9346d-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93473-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93474-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93475-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93476-e1c72882, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93478-e1c72882 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba934de-e1c72882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_289b38ff-edb3-d59d-1620-dade6d0f2be8-e1c72883 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.75fr;
}

#w-node-_366e5ca1-3c47-0034-aab7-e67f2ae2c328-e1c72883, #w-node-_366e5ca1-3c47-0034-aab7-e67f2ae2c328-385fbe95 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

#w-node-ed065d3a-05ec-8a66-506b-9752d146a117-385fbe95 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_242584ad-6509-8752-f71f-38244fd5a365-385fbe95 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-_289b38ff-edb3-d59d-1620-dade6d0f2be8-385fbe95 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.75fr;
}

#w-node-_59be42e6-58b1-2b3d-cc73-1280141f1aaa-385fbe95, #w-node-_4f1b9e75-d4ae-e919-8c8b-40c0fd8cfc53-385fbe95, #w-node-_8a6bd5eb-3d25-5ea0-421f-6cba30d8d4ff-385fbe95 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6655c60c-2779-fe6c-f426-79b0fa2d000d-385fbe95 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_11cf8a2c-c882-c377-9e5b-ca0579af38fa-c5099615 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11cf8a2c-c882-c377-9e5b-ca0579af38fb-c5099615, #w-node-ffd33fc3-6422-162a-8595-9da1861b14d9-c5099615 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ffd33fc3-6422-162a-8595-9da1861b14d8-c5099615 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef02d712-b1df-95fd-b5c2-022f67158eab-c5099615 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_96a48f70-8aee-f647-822a-f5d724660b82-24660b72 {
    justify-self: center;
  }

  #w-node-_242584ad-6509-8752-f71f-38244fd5a365-385fbe95 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_11cf8a2c-c882-c377-9e5b-ca0579af38fa-c5099615, #w-node-ffd33fc3-6422-162a-8595-9da1861b14d8-c5099615 {
    place-self: center;
  }

  #w-node-ef02d712-b1df-95fd-b5c2-022f67158eab-c5099615 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9fc0124f-5be7-8eef-a489-85260561c20f-e1c7287f {
    justify-self: center;
  }

  #w-node-_96a48f70-8aee-f647-822a-f5d724660b8e-24660b72, #w-node-ef02d712-b1df-95fd-b5c2-022f67158eb3-c5099615 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9fc0124f-5be7-8eef-a489-85260561c20f-e1c7287f {
    justify-self: start;
  }

  #w-node-_4ea55fac-9010-d85e-daea-180d5623deee-e1c7287f, #w-node-f7142c03-7c54-ca6e-4441-6abd2e0dd4b0-e1c7287f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: none;
  }

  #w-node-f7142c03-7c54-ca6e-4441-6abd2e0dd4c4-e1c7287f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_289b38ff-edb3-d59d-1620-dade6d0f2be8-e1c72883 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_366e5ca1-3c47-0034-aab7-e67f2ae2c328-e1c72883, #w-node-_366e5ca1-3c47-0034-aab7-e67f2ae2c328-385fbe95 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: none;
  }

  #w-node-ed065d3a-05ec-8a66-506b-9752d146a117-385fbe95 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_242584ad-6509-8752-f71f-38244fd5a365-385fbe95, #w-node-_289b38ff-edb3-d59d-1620-dade6d0f2be8-385fbe95 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }
}


@font-face {
  font-family: 'Ofl';
  src: url('../fonts/OFL.txt') format('undefined'), url('../fonts/OFL_1.txt') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Synthetic pleasures';
  src: url('../fonts/Synthetic-Pleasures.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Synthetic pleasures';
  src: url('../fonts/Synthetic-Pleasures-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BlackItalic.ttf') format('truetype'), url('../fonts/Lato-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype'), url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-ThinItalic.ttf') format('truetype'), url('../fonts/Lato-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BoldItalic.ttf') format('truetype'), url('../fonts/Lato-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf') format('truetype'), url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-LightItalic.ttf') format('truetype'), url('../fonts/Lato-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype'), url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Italic.ttf') format('truetype'), url('../fonts/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Thin.ttf') format('truetype'), url('../fonts/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Copperplatecc';
  src: url('../fonts/CopperplateCC-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Copperplatecc';
  src: url('../fonts/CopperplateCC-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Copperplate';
  src: url('../fonts/copperplate-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantsc';
  src: url('../fonts/CormorantSC-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantsc';
  src: url('../fonts/CormorantSC-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantsc';
  src: url('../fonts/CormorantSC-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantsc';
  src: url('../fonts/CormorantSC-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantsc';
  src: url('../fonts/CormorantSC-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opticopperplate';
  src: url('../fonts/OPTICopperplate.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opticopperplate';
  src: url('../fonts/OPTICopperplate-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opticopperplate';
  src: url('../fonts/OPTICopperplate-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}