 
   .fancybox-slide--video{
				  padding: 0
			  }
			  .fancybox-slide--video .fancybox-content{
				  width: 100% !important;
			   height: 80% !important;
                 background: none !important;
			  }
			  
  .breadcrumb {
    background: transparent;
    color: white;
    padding: 0;
    margin-top: 1rem;
    display: flex;
    list-style: none;
    bottom: 20px; right: 30px;
    
  }

  .breadcrumb a {
    color: #ffffff;
    text-decoration: underline;
  }

  .breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff;
    content: "/";
  }
  
   .fancybox-slide--video{
				  padding: 0;
			  }
   .fancybox-slide--video .fancybox-content{
				    width: 100%;
				    height: 80%;
                    background: none;
			  }
			  
.static-image-grid {
   display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Center horizontally */
  gap: 24px; /* Space between cards */
  padding: 20px 0;
}

.marquee-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  
}

.marquee-card:hover {
  transform: scale(1.03);
}

.marquee-img {
  width: 100%;
   margin-top: 0;
  object-fit: cover;
  border-radius: 0px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .marquee-img {
    height: 600px; /* smaller height for mobile */
    margin-top: -5%; /* less negative margin on small screens */
    object-position: center; /* ensures image stays centered */
  }
}

.marquee-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

/* Mobile responsive (1 column) */
@media (max-width: 768px) {
  .static-image-grid {
    grid-template-columns: 1fr;
  }

  .marquee-card {
    height: 200px;
     text-align: center;
  }
}


.inquiry-form-section {
  padding: 60px 60px;
  background-color: #f9f9f9;
}

.form-heading {
  font-size: 2rem;
  font-weight: 600;
}

.form-grid {
  display: grid;
  gap: 2rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 8px 9px;
}

/* obile responsive full width */
@media (max-width: 767px) {
  .form-grid {
    width: 100%;
    padding: 60px 1px;
    gap: 2rem; /* smaller spacing for mobile */
   
  }
}

.form-group {
  position: relative;
}

.form-group.full-width {
  grid-column: span 2;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 14px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  background: white;
}

.form-group label {
  position: absolute;
  top: -12px;
  left: 12px;
  background: #ffffff;
  padding: 0 6px;
  font-size: 0.85rem;
  color: #666;
}

.radio-label {
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}

.radio-options label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.95rem;
}

.radio-options input[type="radio"] {
  margin-right: 8px;
}


body {
  margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block
}
audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block
}
audio:not([controls]) {
  height: 0;
  display: none
}
[hidden], template {
  display: none
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em
}
img {
  border: 0
}
svg:not(:root) {
  overflow: hidden
}
figure {
  margin: 1em 40px
}
hr {
  box-sizing: content-box;
  height: 0
}
pre {
  overflow: auto
}
code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0
}
button {
  overflow: visible
}
button, select {
  text-transform: none
}
button, html input[type=button], input[type=reset] {

  cursor: pointer
}
button[disabled], html input[disabled] {
  cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}
input {
  line-height: normal
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}
legend {
  border: 0;
  padding: 0
}
textarea {
  overflow: auto
}
optgroup {
  font-weight: 700
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
td, th {
  padding: 0
}

[class^=w-icon-], [class*=\ w-icon-] {
  
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-family: webflow-icons !important
}
.w-icon-slider-right:before {
  content: ""
}
.w-icon-slider-left:before {
  content: ""
}
.w-icon-nav-menu:before {
  content: ""
}
.w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {
  content: ""
}
.w-icon-file-upload-remove:before {
  content: ""
}
.w-icon-file-upload-icon:before {
  content: ""
}
* {
  box-sizing: border-box
}
html {
  height: 100%
}
body {
  min-height: 100%;
  color: #333;
  background-color: #fff;
  margin: 0;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 20px
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block
}
html.w-mod-touch * {
  background-attachment: scroll !important
}
.w-block {
  display: block
}
.w-inline-block {
  max-width: 100%;
  display: inline-block
}
.w-clearfix:before, .w-clearfix:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}
.w-clearfix:after {
  clear: both
}
.w-hidden {
  display: none
}
.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: var(--black);
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block
}

html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important
}
.w-webflow-badge, .w-webflow-badge * {
  z-index: auto;
  visibility: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  float: none;
  clear: none;
  box-shadow: none;
  opacity: 1;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  text-shadow: none;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  background: 0 0;
  border: 0 transparent;
  border-radius: 0;
  margin: 0;
  padding: 0;
  list-style-type: disc;
  transition: none;
  display: block;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
  transform: none
}
.w-webflow-badge {
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1);
  visibility: visible !important;
  z-index: 2147483647 !important;
  color: #aaadb0 !important;
  opacity: 1 !important;
  width: auto !important;
  height: auto !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  margin: 0 !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  display: inline-block !important;
  position: fixed !important;
  top: auto !important;
  bottom: 12px !important;
  left: auto !important;
  right: 12px !important;
  overflow: visible !important;
  transform: none !important
}
.w-webflow-badge > img {
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
  display: inline-block !important
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: 700
}
h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px
}
h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px
}
h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px
}
h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px
}
h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px
}
h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px
}
p {
  margin-top: 0;
  margin-bottom: 10px
}
blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px
}
figure {
  margin: 0 0 10px
}
figcaption {
  text-align: center;
  margin-top: 5px
}
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none
}
.w-embed:before, .w-embed:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}
.w-embed:after {
  clear: both
}
.w-video {
  width: 100%;
  padding: 0;
  position: relative
}
.w-video iframe, .w-video object, .w-video embed {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0
}
button, [type=button], [type=reset] {
  cursor: pointer;
  border: 0
}
.w-form {
  margin: 0 0 15px
}
.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none
}
.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none
}
label {
  margin-bottom: 5px;
  font-weight: 700;
  display: block
}
.w-input, .w-select {
  width: 100%;
  height: 38px;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block
}
.w-input:-moz-placeholder, .w-select:-moz-placeholder {
  color: #999
}
.w-input::-moz-placeholder, .w-select::-moz-placeholder {
  color: #999;
  opacity: 1
}
.w-input::-webkit-input-placeholder, .w-select::-webkit-input-placeholder {
  color: #999
}
.w-input:focus, .w-select:focus {
  border-color: #3898ec;
  outline: 0
}
.w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
  cursor: not-allowed
}
.w-input[disabled]:not(.w-input-disabled), .w-select[disabled]:not(.w-input-disabled), .w-input[readonly], .w-select[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input, fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee
}
textarea.w-input, textarea.w-select {
  height: auto
}
.w-select {
  background-color: #f3f3f3
}
.w-select[multiple] {
  height: auto
}
.w-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: 400;
  display: inline-block
}
.w-radio {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block
}
.w-radio:before, .w-radio:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}
.w-radio:after {
  clear: both
}
.w-radio-input {
  float: left;
  margin: 3px 0 0 -20px;
  line-height: normal
}
.w-file-upload {
  margin-bottom: 10px;
  display: block
}
.w-file-upload-input {
  width: .1px;
  height: .1px;
  opacity: 0;
  z-index: -100;
  position: absolute;
  overflow: hidden
}
.w-file-upload-default, .w-file-upload-uploading, .w-file-upload-success {
  color: #333;
  display: inline-block
}
.w-file-upload-error {
  margin-top: 10px;
  display: block
}
.w-file-upload-default.w-hidden, .w-file-upload-uploading.w-hidden, .w-file-upload-error.w-hidden, .w-file-upload-success.w-hidden {
  display: none
}
.w-file-upload-uploading-btn {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  display: flex
}
.w-file-upload-file {
  background-color: #fafafa;
  border: 1px solid #ccc;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  display: flex
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: 400;
  display: block
}
.w-file-remove-link {
  width: auto;
  height: auto;
  cursor: pointer;
  margin-top: 3px;
  margin-left: 10px;
  padding: 3px;
  display: block
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px
}
.w-file-upload-error-msg {
  color: #ea384c;
  padding: 2px 0;
  display: inline-block
}
.w-file-upload-info {
  padding: 0 12px;
  line-height: 38px;
  display: inline-block
}
.w-file-upload-label {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block
}
.w-icon-file-upload-icon, .w-icon-file-upload-uploading {
  width: 20px;
  margin-right: 8px;
  display: inline-block
}
.w-icon-file-upload-uploading {
  height: 20px
}
.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto
}
.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}
.w-container:after {
  clear: both
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px
}
.w-row:before, .w-row:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}
.w-row:after {
  clear: both
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0
}
.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0
}
.w-col-1 {
  width: 8.33333%
}
.w-col-2 {
  width: 16.6667%
}
.w-col-3 {
  width: 25%
}
.w-col-4 {
  width: 33.3333%
}
.w-col-5 {
  width: 41.6667%
}
.w-col-6 {
  width: 50%
}
.w-col-7 {
  width: 58.3333%
}
.w-col-8 {
  width: 66.6667%
}
.w-col-9 {
  width: 75%
}
.w-col-10 {
  width: 83.3333%
}
.w-col-11 {
  width: 91.6667%
}
.w-col-12 {
  width: 100%
}
.w-hidden-main {
  display: none !important
}
@media screen and (max-width:991px) {
  .w-container {
    max-width: 728px
  }
  .w-hidden-main {
    display: inherit !important
  }
  .w-hidden-medium {
    display: none !important
  }
  .w-col-medium-1 {
    width: 8.33333%
  }
  .w-col-medium-2 {
    width: 16.6667%
  }
  .w-col-medium-3 {
    width: 25%
  }
  .w-col-medium-4 {
    width: 33.3333%
  }
  .w-col-medium-5 {
    width: 41.6667%
  }
  .w-col-medium-6 {
    width: 50%
  }
  .w-col-medium-7 {
    width: 58.3333%
  }
  .w-col-medium-8 {
    width: 66.6667%
  }
  .w-col-medium-9 {
    width: 75%
  }
  .w-col-medium-10 {
    width: 83.3333%
  }
  .w-col-medium-11 {
    width: 91.6667%
  }
  .w-col-medium-12 {
    width: 100%
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto
  }
}
@media screen and (max-width:767px) {
  .w-hidden-main, .w-hidden-medium {
    display: inherit !important
  }
  .w-hidden-small {
    display: none !important
  }
  .w-row, .w-container .w-row {
    margin-left: 0;
    margin-right: 0
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto
  }
  .w-col-small-1 {
    width: 8.33333%
  }
  .w-col-small-2 {
    width: 16.6667%
  }
  .w-col-small-3 {
    width: 25%
  }
  .w-col-small-4 {
    width: 33.3333%
  }
  .w-col-small-5 {
    width: 41.6667%
  }
  .w-col-small-6 {
    width: 50%
  }
  .w-col-small-7 {
    width: 58.3333%
  }
  .w-col-small-8 {
    width: 66.6667%
  }
  .w-col-small-9 {
    width: 75%
  }
  .w-col-small-10 {
    width: 83.3333%
  }
  .w-col-small-11 {
    width: 91.6667%
  }
  .w-col-small-12 {
    width: 100%
  }
}
@media screen and (max-width:479px) {
  .w-container {
    max-width: none
  }
  .w-hidden-main, .w-hidden-medium, .w-hidden-small {
    display: inherit !important
  }
  .w-hidden-tiny {
    display: none !important
  }
  .w-col {
    width: 100%
  }
  .w-col-tiny-1 {
    width: 8.33333%
  }
  .w-col-tiny-2 {
    width: 16.6667%
  }
  .w-col-tiny-3 {
    width: 25%
  }
  .w-col-tiny-4 {
    width: 33.3333%
  }
  .w-col-tiny-5 {
    width: 41.6667%
  }
  .w-col-tiny-6 {
    width: 50%
  }
  .w-col-tiny-7 {
    width: 58.3333%
  }
  .w-col-tiny-8 {
    width: 66.6667%
  }
  .w-col-tiny-9 {
    width: 75%
  }
  .w-col-tiny-10 {
    width: 83.3333%
  }
  .w-col-tiny-11 {
    width: 91.6667%
  }
  .w-col-tiny-12 {
    width: 100%
  }
}
.w-widget {
  position: relative
}
.w-widget-map {
  width: 100%;
  height: 400px
}
.w-widget-map label {
  width: auto;
  display: inline
}
.w-widget-map img {
  max-width: inherit
}
.w-widget-map .gm-style-iw {
  text-align: center
}
.w-widget-map .gm-style-iw > button {
  display: none !important
}
.w-widget-twitter {
  overflow: hidden
}
.w-widget-twitter-count-shim {
  vertical-align: top;
  width: 28px;
  height: 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  display: inline-block;
  position: relative
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: serif;
  font-size: 15px;
  line-height: 12px;
  position: relative
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  display: block;
  position: relative
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px
}
.w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid transparent;
  position: absolute;
  top: 50%;
  left: 0
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: rgba(117, 134, 150, 0) #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
  margin-top: -4px;
  margin-left: -9px
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  margin-top: -4px;
  margin-left: -8px
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px
}
.w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
  margin-left: -5px
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  margin-left: -4px
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px
}
.w-background-video {
  height: 500px;
  color: #fff;
  position: relative;
  overflow: hidden
}
.w-background-video > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  margin: auto;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important
}
.w-background-video--control {
  background-color: transparent;
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em
}
.w-background-video--control > [hidden] {
  display: none !important
}
.w-slider {
  height: 300px;
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: transparent;
  background: #ddd;
  position: relative
}
.w-slider-mask {
  z-index: 1;
  height: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden
}
.w-slide {
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
  display: inline-block;
  position: relative
}
.w-slider-nav {
  z-index: 2;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0
}
.w-slider-nav.w-round > div {
  border-radius: 100%
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: inherit;
  padding: .2em .5em
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, .4)
}
.w-slider-nav-invert {
  color: #fff
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, .4)
}
.w-slider-nav-invert > div.w-active {
  background-color: #222
}
.w-slider-dot {
  width: 1em;
  height: 1em;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .4);
  margin: 0 3px .5em;
  transition: background-color .1s, color .1s;
  display: inline-block;
  position: relative
}
.w-slider-dot.w-active {
  background-color: #fff
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff
}
.w-slider-dot:focus.w-active {
  box-shadow: none
}
.w-slider-arrow-left, .w-slider-arrow-right {
  width: 80px;
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: auto;
  font-size: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden
}
.w-slider-arrow-left [class^=w-icon-], .w-slider-arrow-right [class^=w-icon-], .w-slider-arrow-left [class*=\ w-icon-], .w-slider-arrow-right [class*=\ w-icon-] {
  position: absolute
}
.w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
  outline: 0
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto
}
.w-icon-slider-left, .w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}
.w-slider-aria-label {
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  border: 0;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden
}
.w-slider-force-show {
  display: block !important
}
.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative
}
.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block
}
.w-dropdown-toggle:focus {
  outline: 0
}
.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0
}
.w-dropdown-list {
  min-width: 100%;
  background: #ddd;
  display: none;
  position: absolute
}
.w-dropdown-list.w--open {
  display: block
}
.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block
}
.w-dropdown-link.w--current {
  color: #0082f3
}
.w-dropdown-link:focus {
  outline: 0
}
@media screen and (max-width:767px) {
  .w-nav-brand {
    padding-left: 10px
  }
}
.w-lightbox-backdrop {
  cursor: auto;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-tap-highlight-color: transparent;
  background: rgba(0, 0, 0, .9);
  outline: 0;
  font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  list-style: disc;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
 
}
.w-lightbox-backdrop, .w-lightbox-container {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: auto
}
.w-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden
}
.w-lightbox-view {
  width: 100vw;
  height: 100vh;
  opacity: 0;
  position: absolute
}
.w-lightbox-view:before {
  content: "";
  height: 100vh
}
.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
  height: 86vh
}
.w-lightbox-frame, .w-lightbox-view:before {
  vertical-align: middle;
  display: inline-block
}
.w-lightbox-figure {
  margin: 0;
  position: relative
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer
}
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none
}
.w-lightbox-image {
  float: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh
}
.w-lightbox-caption {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(0, 0, 0, .4);
  padding: .5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden
}
.w-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}
.w-lightbox-control {
  width: 4em;
  cursor: pointer;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  transition: all .3s;
  position: absolute;
  top: 0
}
.w-lightbox-left {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==);
  display: none;
  bottom: 0;
  left: 0
}
.w-lightbox-right {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+);
  display: none;
  bottom: 0;
  right: 0
}
.w-lightbox-close {
  height: 2.6em;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=);
  background-size: 18px;
  right: 0
}
.w-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: auto;
  overflow-y: hidden
}
.w-lightbox-item {
  width: 10vh;
  box-sizing: content-box;
  cursor: pointer;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate(0, 0)
}
.w-lightbox-active {
  opacity: .3
}
.w-lightbox-thumbnail {
  height: 10vh;
  background: #222;
  position: relative;
  overflow: hidden
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0
}
.w-lightbox-thumbnail .w-lightbox-tall {
  width: 100%;
  top: 50%;
  transform: translateY(-50%)
}
.w-lightbox-thumbnail .w-lightbox-wide {
  height: 100%;
  left: 50%;
  transform: translate(-50%)
}
.w-lightbox-spinner {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 5px solid rgba(0, 0, 0, .4);
  border-radius: 50%;
  margin-top: -20px;
  margin-left: -20px;
  animation: .8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%
}
.w-lightbox-spinner:after {
  content: "";
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px
}
.w-lightbox-hide {
  display: none
}
.w-lightbox-noscroll {
  overflow: hidden
}
@media (min-width:768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh
  }
  .w-lightbox-view, .w-lightbox-view:before {
    height: 96vh
  }
  .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
    height: 84vh
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh
  }
  .w-lightbox-left, .w-lightbox-right {
    opacity: .5;
    display: block
  }
  .w-lightbox-close {
    opacity: .8
  }
  .w-lightbox-control:hover {
    opacity: 1
  }
}
.w-lightbox-inactive, .w-lightbox-inactive:hover {
  opacity: 0
}
.w-richtext:before, .w-richtext:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}
.w-richtext:after {
  clear: both
}
.w-richtext[contenteditable=true]:before, .w-richtext[contenteditable=true]:after {
  white-space: initial
}
.w-richtext ol, .w-richtext ul {
  overflow: hidden
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type=video] div:after, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected[data-rt-type=image] div {
  outline: 2px solid #2895f7
}
.w-richtext figure.w-richtext-figure-type-video > div:after, .w-richtext figure[data-rt-type=video] > div:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}
.w-richtext figure {
  max-width: 60%;
  position: relative
}
.w-richtext figure > div:before {
  cursor: default !important
}
.w-richtext figure img {
  width: 100%
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: .6
}
.w-richtext figure div {
  color: transparent;
  font-size: 0
}
.w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type=image] {
  display: table
}
.w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type=image] > div {
  display: inline-block
}
.w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type=image] > figcaption {
  caption-side: bottom;
  display: table-caption
}
.w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type=video] {
  width: 60%;
  height: 0
}
.w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type=video] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}
.w-richtext figure.w-richtext-figure-type-video > div, .w-richtext figure[data-rt-type=video] > div {
  width: 100%
}
.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .w-richtext figure.w-richtext-align-center[data-rt-type=image] > div {
  max-width: 100%
}
.w-richtext figure.w-richtext-align-normal {
  clear: both
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  display: block
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px
}
.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative
}
.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}
.w-nav:after {
  clear: both
}
.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative
}
.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative
}
.w-nav-link.w--current {
  color: #0082f3
}
.w-nav-menu {
  float: right;
  position: relative
}
[data-nav-menu-open] {
  text-align: center;
  min-width: 200px;
  background: #c8c8c8;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important
}
.w--nav-link-open {
  display: block;
  position: relative
}
.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0
}
.w-nav[data-animation=over-left] .w-nav-overlay {
  width: auto
}
.w-nav[data-animation=over-left] .w-nav-overlay, .w-nav[data-animation=over-left] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto
}
.w-nav[data-animation=over-right] .w-nav-overlay {
  width: auto
}
.w-nav[data-animation=over-right] .w-nav-overlay, .w-nav[data-animation=over-right] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto
}
.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
 
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative
}
.w-nav-button:focus {
  outline: 0
}
.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8
}
.w-nav[data-collapse=all] .w-nav-menu {
  display: none
}
.w-nav[data-collapse=all] .w-nav-button, .w--nav-dropdown-open, .w--nav-dropdown-toggle-open {
  display: block
}
.w--nav-dropdown-list-open {
  position: static
}
@media screen and (max-width:991px) {
  .w-nav[data-collapse=medium] .w-nav-menu {
    display: none
  }
  .w-nav[data-collapse=medium] .w-nav-button {
    display: block
  }
}
@media screen and (max-width:767px) {
  .w-nav[data-collapse=small] .w-nav-menu {
    display: none
  }
  .w-nav[data-collapse=small] .w-nav-button {
    display: block
  }
  .w-nav-brand {
    padding-left: 10px
  }
}
@media screen and (max-width:479px) {
  .w-nav[data-collapse=tiny] .w-nav-menu {
    display: none
  }
  .w-nav[data-collapse=tiny] .w-nav-button {
    display: block
  }
}
.w-tabs {
  position: relative
}
.w-tabs:before, .w-tabs:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}
.w-tabs:after {
  clear: both
}
.w-tab-menu {
  position: relative
}
.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative
}
.w-tab-link.w--current {
  background-color: #c8c8c8
}
.w-tab-link:focus {
  outline: 0
}
.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden
}
.w-tab-pane {
  display: none;
  position: relative
}
.w--tab-active {
  display: block
}
@media screen and (max-width:479px) {
  .w-tab-link {
    display: block
  }
}
.w-ix-emptyfix:after {
  content: ""
}
@keyframes spin {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(360deg)
  }
}
.w-dyn-empty {
  background-color: #ddd;
  padding: 10px
}
.w-dyn-hide, .w-dyn-bind-empty, .w-condition-invisible {
  display: none !important
}
.wf-layout-layout {
  display: grid
}
.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%
}
.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec
}
.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec
}
body {
  color: #1d1d1d;
  background-color: #fff;
  font-family: Suisseintl, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4
}
h1 {
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Wulkandisplay, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1
}
h2 {
  margin-top: 0;
  font-family: Wulkandisplay, sans-serif
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px
}
h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px
}
p {
  margin-bottom: 0
}
a {
  text-decoration: underline
}
ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px
}
.cs-w {
  width: 100%;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex
}
.cs-inner {
  width: 100%;
  max-width: 37.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex
}
.cs-img-wrapper {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: stretch;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex
}
.cs-img-w {
  border-radius: .25rem;
  position: relative;
  overflow: hidden
}
.cs-img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
.cs-p {
  letter-spacing: -.1px;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5
}
.cs-top {
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 2rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%
}
.cs-logo {
  width: 4rem;
  height: auto
}
.cs-btm {
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-bottom: 2.5rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%
}
.form-block {
  margin-bottom: 0;
  position: relative
}
.form {
  width: 20rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative
}
.form-step-wrapper, .form-step-item {
  width: 100%
}
.form-input {
  width: 100%;
  opacity: .5;
  border: 1px #000;
  border-bottom-style: solid;
  margin-bottom: 0;
  padding-bottom: .25rem;
  padding-left: 0;
  font-size: .8rem;
  line-height: 1
}
.form-input:focus {
  opacity: 1;
  border-bottom-color: #1d1d1d
}
.form-input::-ms-input-placeholder {
  color: #1d1d1d;
  text-transform: uppercase
}
.form-input::placeholder {
  color: #1d1d1d;
  text-transform: uppercase
}
.submit-button {
  width: 100%;
  height: 100%;
  background-color: transparent
}
.form-navigation-buttons {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%
}
.submit-arrow {
  position: absolute;
  right: 0
}
.form-success {
  text-transform: uppercase;
  background-color: transparent;
  border-bottom: 1px solid #1d1d1d;
  padding: 0 0 .25rem;
  font-size: .8rem;
  line-height: 1
}
.form-error {
  width: 100%;
  text-transform: uppercase;
  font-size: .8rem;
  line-height: 1;
  position: absolute
}
.next-button {
  width: 100%;
  height: 100%;
  background-color: transparent
}
.img-cover {
  width: 100%;
  height: 0%;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%
}
.nav-wrapper {
  z-index: 100;
  width: 100%;
  /*position: fixed;*/
	position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%
}
.main-wrapper {
  z-index: 1;
  position: relative
}
.section {
  z-index: 1;
  background-color: #fff;
  position: relative
}

.section.is--hero {
  
  padding-bottom: 3.125em
}
.section.is--marquee {
  height: 75vh;
 
}
.section.overflow--hidden {
  overflow: hidden
}
.section.is--bg__img {
  width: 100%;
  height: 70vh;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden
}
.section.is--bg__img.hide-element {
  display: none
}
.section.is--black {
  color: #fff;
  background-color: #525252;
}
.section.is--black.is--people {
  margin-bottom: 100vh;
  padding-top: 0;
  padding-bottom: 0
}
.section.is--black.is--footer {
  min-height: 100vh;
  flex-direction: column
}
.section.is--grid {
  z-index: -1;
  width: 100%;
  height: 100vh;
  max-width: 100vw;
  background-color: #1d1d1d;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden
}
.section.is--inner__hero {
  padding-top: 9.375em;
  padding-bottom: 1.5em
}
.section.is--people {
  min-height: 100vh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 10em;
  padding-bottom: 4em;
  display: flex
}
.section.is--form {
  height: 100vh;
  display: flex
}
.section.is--form.is--beige {
  background-color: #e2d6c5
}
.section.is--inner__edits {
  width: 100vw;
  height: 100vh;
  color: #fff;
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  overflow: hidden
}
.section.is--inner__edits.light--green {
  color: #fff;
  background-color: #92978c;
}
.section.is--inner__edits.dark--green {
  background-color: #6b6a5f;
}
.section.is--inner__edits.gold {
  background-color: #b7864c;
}
.section.is--shop {
  padding-top: 8em;
  padding-bottom: 2em
}
.section.is--next__empty {
  width: 100%;
  height: 100vh;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden
}
.section.is--next__empty.hide-element {
  display: none;
}
.nav-bar {
  z-index: 100;
  padding-top: 2.25em;
  position: relative
}
.page-padding {
  padding-left: 2.5em;
  padding-right: 2.5em
}
.page-padding.is--none {
  padding-left: 0;
  padding-right: 0
}
.nav-content {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex
}
.nav-content__right {
  grid-column-gap: .625em;
  justify-content: flex-end;
  display: flex;
}
.button-main {
  color: #fff;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  /*padding: .875em 1.5em 1em;*/
	padding: .875em 1.5em .775em 1.5em;
  font-size: .75em;
  line-height: 1.3;
  display: flex;
  position: relative;
	background-color: #1d1d1d;
}
.button-main.is--white {
  color: #1d1d1d;
  background-color: #fff
}
.button-main.is--white.is--wide {
  z-index: 1;
  padding-left: 4.5em;
  padding-right: 4.5em;
  position: relative;
	max-width: 18em;
    width: 100%;
}
.button-main.is--white.is--grid {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
 /* bottom: 3rem;*/
	    bottom: 7rem;
  left: 50%;
  transform: translate(-50%)
}
.button-main.is--wide {
  cursor: pointer;
  padding-left: 4.5em;
  padding-right: 4.5em
}
.button-main.is--grid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 4.5em;
  padding-right: 4.5em;
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translate(-50%)
}
.button-main.is--form {
  width: 8.75rem
}
.menu-btn {
  width: 2.5em;
  height: 2.5em;
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  cursor: pointer;
  border-radius: 100em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative
}
.menu-line {
  z-index: 1;
  width: 1.125em;
  height: 1px;
  background-color: #1d1d1d;
  position: relative
}

.satvam-logo {
  width: 85%;
  filter: none !important;
}
.container {
  z-index: 1;
  width: 100%;
  max-width: 120em;
  margin-left: auto;
  margin-right: auto;
  position: relative
}
.container.align--center {
  flex-direction: column;
  align-items: center;
  display: flex
}
.container.container-small {
  max-width: 60em
}
.hero-content {
  max-width: 31em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex
}
.hero-content.is--wide {
  max-width: 36em
}

.caps-p {
  letter-spacing: 0.5px;
  margin-top: 1.25em;
  margin-bottom: 2.5em;
  font-size: .875em
}
.caps-p.max-28 {
  max-width: 28em;
  margin-left: auto;
  margin-right: auto
}
.caps-p.no-margin {
  margin-top: 0;
  margin-bottom: 0
}
.heading--large {
  
  flex: none;
  margin-top: 0;
  font-family: Wulkandisplay, sans-serif;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1
}
.heading--large.load--1, .heading--large.load--2 {
  opacity: 0;
  transform: translateY(110%)
}
.marquee {
  z-index: 1;
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden
}
.marquee-track {
  z-index: 1;
  width: 100%;
  height: 400px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative
}
.marquee-list {
  height: 100%;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  display: flex
}
.marquee-flex {
  display: flex;
  gap: 0;
  align-items: stretch;
}

.marquee-item {
  flex: 0 0 auto;
  height: 400px;
  width: auto;          /* the image will define width inside */
       /* hide any overflow from object-fit */
}

.marquee-img {
      display: block;
  width: 100%;
  height: 560px;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  margin: 0; 

}
.container-padding {
  padding-top: 6.25em;
  padding-bottom: 6.25em
}
.container-padding.padding-top {
  padding-bottom: 0
}
.container-padding.padding-btm {
  padding-top: 0
}
.container-padding.is--people {
  padding-top: 3.25em
}
.photo-copy_w {
  z-index: 2;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  display: flex;
  position: absolute;
/*  top: auto;*/
  bottom: 1em;
  left: 1.25em;
  right: auto;
    letter-spacing: 0.5px
}

.photo-copy_w.archive {
  bottom: 1.6em
}
.text--small {
  letter-spacing:0.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1
}
.text--small.is--caps {
  text-transform: capitalize;
}
.text--small.is--caps.is--suisse {
  font-family: Suisseintl, sans-serif;
  font-weight: 300
}
.text--small.is--slider {
  text-transform: uppercase;
  transition: transform .6s cubic-bezier(.77, 0, .175, 1);
  transform: translateY(110%)
}
.text--small.is--slider.is--suisse {
  font-family: Suisseintl, sans-serif;
  font-weight: 300
}
.container-split {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
  display: flex
}
.heading--mega {
  letter-spacing: -.03em;
  font-family: Wulkandisplay, sans-serif;
  font-size: 3.75em;
  font-weight: 500;
  line-height: 1.2;
 padding-bottom: 26px;

}
.title-w {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative
}
.title-w.is--centered {
  justify-content: center
}
.title-nr {
  letter-spacing: -.03em;
  font-family: Wulkandisplay, sans-serif;
  font-size: 1.25em;
  font-weight: 500
}
.swiper-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: flex
}
.swiper-slide {
  width: 32em;
  height: 40em;
  max-height: 95vh;
  max-width: 40rem;
  border-radius: .25em;
  flex: none;
  position: relative;
  overflow: hidden
}
.swiper-slide.is--smaller {
  max-height: 80vh
}
.edit-item__img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%
}
.edit-item__img.slider {
  width: 110%
}
.hotels-list {
  width: 100%;
  margin-top: 2em;
	margin-bottom: 2em
}
.hotels-list.grid--view {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid
}
.column-grid {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid
}
.column-grid.is--list__labels {
  display: none
}
.column-grid.is--list__labels.is--active {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid
}
.column-grid.is--people {
  grid-template-columns: 1fr 1fr 1fr
}
.hotels-list__title {
  color: #757575;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: .875em
}
.hotels-item {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  transition: opacity .2s;
 /* display: flex*/
}
.hotels-item.is--faded {
  opacity: .5
}
.hotels-item.grid--view {
  transition: opacity .6s cubic-bezier(.77, 0, .175, 1), transform .6s cubic-bezier(.77, 0, .175, 1);
  position: relative
}
.hotels-item.grid--view.not--focussed {
  opacity: .6;
  transform: scale(.95)
}
.hotels-item.list--view {
  position: relative
}
.line-w {
  width: 100%;
  height: 1px;
  background-color: #8a8a8a;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex
}
.line-inner {
  width: 0%;
  height: 1px;
  background-color: #1d1d1d
}
.line-inner.is--white {
  background-color: #fff
}
.hotels-item__inner {
  padding-top: .6875em;
  padding-bottom: .6875em
}
.hotels-item__inner.grid--view {
  width: 100%;
  height: 31.25em;
  border-radius: .3em;
  position: relative;
  overflow: hidden
}
.hotels__left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden
}
.hotels__col--img__w {
  width: 7.5em;
  height: 4.75em;
  border-radius: .25em;
  margin-right: 3em;
  position: relative;
  overflow: hidden
}
.hotels__col--img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%
}
.hotels__col--img.is--top__aligned {
  z-index: 2;
  object-position: 50% 20%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%
}
.facts-w {
  width: 100%;
  grid-column-gap: .625em;
  grid-row-gap: .625em;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: center;
  justify-items: start;
  display: grid
}
.text-bubble {
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid #1d1d1d;
  border-radius: 100em;
  padding: .375em .875em .2em .875em;
  font-size: .75em;
  line-height: 1.4
}
.text-bubble.is--white {
  border-color: #fff;
  padding-bottom: .275em
}
.text-bubble.is--white.is--arrow {
  padding-bottom: .375em
}
.full--bg__img {
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 100%;
  position: absolute
}
.full--bg__img.is--people {
  object-position: 50% 50%
}
.full--bg__content {
  max-width: 35em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex
}
.menu-wrapper {
  z-index: 99;
  min-height: 100vh;
  min-width: 37.5em;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #1d1d1d;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 10em 2.5em 1.25em;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%
}
.menu-content {
  z-index: 99;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative
}
.menu-content__top {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: flex-start;
  display: flex
}
.text--reg {
  letter-spacing: -.01em;
  font-size: 1rem
}
.text--reg.is--wulkan {
  font-family: Wulkandisplay, sans-serif;
  font-weight: 500
}
.text--reg.is--suisse {
  font-family: Suisseintl, sans-serif;
  font-size: .875em;
  font-weight: 300
}
.text--reg.is--amenities {
  padding-left: 1em;
  position: relative
}
.horizontal-line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .5);
  display: flex
}
.horizontal-line.is--black {
  background-color: rgba(29, 29, 29, .5)
}
.horizontal-line.is--black.has--margin {
  z-index: 2;
  flex: none
}
.horizontal-line.has--margin {
  margin-bottom: .625em
}
.menu-content__meta {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  display: flex
}
.text--meta {
  letter-spacing: -.01em;
  text-transform: capitalize;
  font-size: .625em;
  position: relative
}
.text--meta.is--grey {
  color: #8a8a8a
}
.menu-meta__links {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: flex-end;
  display: flex
}
.menu-content__bottom {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex
}
.menu-link__w {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1.5em;
  display: flex
}
.menu-link {
      font-family: Wulkandisplay, sans-serif;
    font-size: 2em;
    font-weight: 500;
    line-height: 1.3;
    transition: opacity .2s;
    display: inline-block;
	margin-top: 0px
}
.menu-link.is--gold {
  color: #b7864c
}
.menu-link__item {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden
}
.menu-nr {
  letter-spacing: -.03em;
  font-family: Wulkandisplay, sans-serif;
  font-size: .75em;
  font-weight: 500
}
.menu-bg {
  z-index: 97;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 29, 29, .2);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%
}
.grid-columns {
  width: 100%;
  height: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative
}
.grid-column-w {
  flex-direction: column;
  display: flex
}
.grid-column {
  flex-direction: column;
  align-items: stretch;
  position: relative
}
.grid-column-item {
  width: 33.35vw;
  margin-bottom: 1em;
  padding-top: 133%;
  position: relative;
  overflow: hidden
}
.grid-column-item.show-mobile {
  display: none
}
.grid-column-item__img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.footer-top {
  width: 100%;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  justify-items: center;
  display: grid
}
.footer-top_item {
  flex-direction: column;
  align-items: center;
  display: flex
}
.mail-form {
  grid-column-gap: .625em;
  grid-row-gap: .625em;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex
}
.mail-form__input {
  width: 20em;
  height: 3.5em;
  color: #8a8a8a;
  letter-spacing: -.02em;
  text-transform: uppercase;
  background-color: rgba(138, 138, 138, .1);
  border: 1px solid rgba(240, 240, 240, 0);
  border-radius: 100em;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.4125em 3em 1.4125em 1.25em;
  font-size: .625em;
  line-height: 1;
  transition: border-color .2s, background-color .2s
}
.mail-form__input:hover {
  background-color: rgba(138, 138, 138, .15);
  border-style: solid;
  border-color: rgba(240, 240, 240, .25)
}
.mail-form__input:focus {
  border-color: rgba(240, 240, 240, .25)
}
.mail-form__input::-ms-input-placeholder {
  color: #8a8a8a
}
.mail-form__input::placeholder {
  color: #8a8a8a
}
.mail-form__submit {
  width: 8.75rem;
  color: #1d1d1d;
  background-color: #fff;
  border-radius: 100em;
  padding: .6875em 0;
  font-size: .75em;
  line-height: 1
}
.mail-form__submit.hide {
  display: none
}
.mail-form-w {
  margin-bottom: 0
}
.margin-bottom.margin--medium {
  margin-bottom: 2.5em
}
.margin-bottom.margin--large {
  margin-bottom: 4em
}
.margin-bottom.margin--small {
  margin-bottom: 1em
}
.footer-top_line {
  width: 1px;
  height: 100%;
  background-color: #8a8a8a;
  margin-left: 125px;
}
.footer-wrap {
  width: 100%;
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid
}
.footer-btm {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  padding-top: 1em;
  padding-bottom: 2em;
  display: flex;
  position: relative
}
.footer-btm__col {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  display: flex
}
.footer-btm__el {
  grid-column-gap: .625em;
  grid-row-gap: .625em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex
}
.text--link {
 letter-spacing: -.02em;
  text-transform: capitalize;
  cursor: pointer;
  font-size: .75em;
  line-height: 1.2;
  position: relative
}
.text--link.is--tiny {
  font-size: .70rem
}
.footer-btm__socials {
  grid-column-gap: 1em;
  grid-row-gap: 1.25em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex
}
.footer-btm__line {
  width: 100vw;
  height: 1px;
  background-color: #8a8a8a;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%)
}
.menu-link__overflow {
  margin-left: -1em;
  padding-top: .1em;
  padding-left: 1em;
  padding-right: .1em;
  position: relative;
  overflow: hidden
}
.menu-btn__bg {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  border-radius: 100em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%
}
.heading--w {
  align-self: center;
  /*overflow: hidden*/
}
.load-wrapper {
  z-index: 101;
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  transform-origin: 50% 100%;
  color: #fff;
  text-align: center;
  background-color: #1d1d1d;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%
}
.marquee-cover {
  z-index: 2;
  width: 100vw;
  height: 100%;
  opacity: 0;
  transform-origin: 0%;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%
}
.product-card {
  z-index: 0;
  width: 9.375em;
  height: 14.375em;
  color: #1d1d1d;
  background-color: #fff;
  border-radius: .25em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: .625em;
  padding-left: .625em;
  display: flex;
  position: absolute
}
.product-card.is--1 {
  top: 5em;
  left: 3em
}
.product-card.is--2 {
  bottom: 3em;
  right: 2em
}
.product-card__img {
  width: 6em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.product-card__text {
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: .625em;
  line-height: 1
}
.splide {
  width: 100%;
  cursor: grab;
  margin-top: 2em
}
.swiper {
  width: 100%;
  overflow: visible
}
.swiper.edits-swiper {
  overflow: visible
}
.edit-item__cover {
  z-index: 3;
  width: 100%;
  height: 0%;
  background-color: #6b6a5f;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%
}
.view-menu {
  background-color: #1d1d1d;
  border-radius: 100em;
  padding: .375em .475em;
  font-size: .75em;
  line-height: 1.3
}
.view-menu__link {
  padding: .375em 1.5em .275em;
  position: relative
}
.view-menu__link-text {
  z-index: 1;
  color: #f0f0f0;
  position: relative
}
.view-menu__shape {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #444;
  border-radius: 100em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%
}
.hotels-list-w.is--list {
  display: none
}
.hotels-list-w.is--list.is--active {
  display: block
}
.hotels-list-w.is--grid {
  display: none
}
.hotels-list-w.is--grid.is--active {
  display: block
}
.hotels-item__img {
  width: 100%;
  height: 110%;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%
}
.hotel-item__grad {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 75%, rgba(0, 0, 0, .4));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%
}
.is--caps {
  text-transform: capitalize;
}
.cursor-w {
  z-index: 10;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  font-size: .75em;
  display: flex;
  position: fixed
}
.cursor-dot {
  opacity: 1;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  padding: .3em .875em .375em;
  display: flex;
  position: absolute
}
.cursor-dot__text-w {
  z-index: 2;
  height: .75em;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden
}
.cursor-dot__text {
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: .75em
}
.cursor-dot__bg {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 100em;
  position: absolute
}
.page__btm {
  z-index: 10;
  width: 100%;
  height: 4.5em;
  max-height: 4.5rem;
  opacity: .73;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #fff 70%, #fff);
  position: -webkit-sticky;
  position: sticky;
  bottom: 0
}
.filter__w {
  z-index: 11;
 /* width: 20em;*/
	width: 15em;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  bottom: 1.5em;
  left: 0;
  right: 0
}
.filter__w.is--list {
  display: none
}
.filter__w.is--list.is--active {
  display: block
}
.filter__w.is--grid {
  display: none
}
.filter__w.is--grid.is--active {
  display: block
}
.filter__inner {
  width: 100%
}
.filter__bar {
  width: 100%;
  /*height: 3.5em;*/
	height: 3em;
  color: #fff;
  background-color: #1d1d1d;
  border-radius: 100em;
  justify-content: space-between;
  align-items: center;
  padding: 1em 1.875em;
  font-size: .875em;
  display: flex;
  position: relative
}
.filter__bar.is--search {
  padding-top: 0;
  padding-bottom: 0
}
.filter-bar__toggle {
  width: 12em;
  height: 3.5em;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  padding: 1.35em;
  display: flex;
  position: absolute;
  right: .275em
}
.filter__content {
  width: 100%;
  color: #fff;
  border-radius: 1.25em;
  margin-top: 1em;
  padding: 1.875em 1.25em;
  position: relative;
  overflow: hidden
}
.hotels-item__filter-text {
  display: none
}
.filter-content__bg {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #1d1d1d;
  border-radius: 1.25em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%
}
.filter-content__form {
  z-index: 1;
  margin-bottom: 0;
  position: relative
}
.hide-element {
  display: none
}
.filter-form-w {
  width: 100%;
  position: relative
}
.filter-form-item__inner {
  width: 100%;
  height: 3.75em;
  max-height: 4.5rem;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: .625em;
  display: flex;
  position: relative
}
.filter-form-item {
  width: 100%;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  transition: opacity .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative
}
.filter-form-item.not--focussed {
  opacity: .5
}
.filter-form-item__radio {
  width: 100%;
  height: 100%;
  border-style: none;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%
}
.filter-form-item__radio.w--redirected-focus {
  box-shadow: none
}
.filter-form-item__label {
  margin-bottom: 0;
  font-size: .875em;
  font-weight: 300;
  position: relative
}
.filter-form-arrow__w {
  width: 1em;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden
}
.filter-form-arrow {
  width: 1em;
  flex: none
}
.filter-form-line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .5);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0;
  right: auto
}
.filter-form-line.is-btm {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto
}
.filter__bar-left {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-direction: row;
  align-items: center;
  display: flex
}
.filter__bar-tag {
  z-index: 2;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #1d1d1d;
  background-color: #fff;
  border-radius: 100em;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: .35em 2.3em .35em 1em;
  font-size: .7em;
  display: flex;
  position: relative;
  transform: none
}
.filter__tag-close-w {
  width: .9em;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
  position: absolute;
  right: .3em
}
.filter__tag-close-icon {
  width: .8em;
  position: absolute
}
.filter-bar__icon {
  width: .8em;
  height: 1em
}
.inner__w {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative
}
.inner__content {
  width: 100%;
  overflow: hidden
}
.inner__bar {
  width: 100%;
  max-height: 100vh;
  min-height: 100vh;
  min-width: 25em;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  padding: 10em 1.25em 2em;
  font-family: Wulkandisplay, sans-serif;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto
}
.inner__bar.is--people {
  padding-top: 7em
}
.inner__bar.is--people.is--desktop {
  padding-top: 3.5em
}
.inner__bar.is--people.is--mobile, .inner__bar.is--mobile {
  display: none
}
.inner-hero-w {
  width: 100%;
  height: 100vh;
  overflow: hidden
}
.inner-hero-img {
  width: 100%;
  height: 105%;
  max-width: none;
  object-fit: cover
}
.inner__bar--top {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex
}
.bar__top--small {
  letter-spacing: -.04em;
  margin-bottom: 0;
  font-size: .875em;
  font-weight: 300
}
.heading--inner {
  font-size: 2.1em;
  font-weight: 500
}
.inner__bar--item {
  grid-column-gap: .375em;
  grid-row-gap: .375em;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: .25em;
  display: flex
}
.text--med {
  font-size: 1.125em;
  line-height: 1.2
}
.text--med.is--wulkan {
  letter-spacing: -.03em;
  font-family: Wulkandisplay, sans-serif;
  font-weight: 500
}
.text--med p {
  font-family: Suisseintl, sans-serif;
  font-size: .875em;
  font-weight: 300;
  line-height: 1.4
}
.bar__item--title-w {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex
}
.inner-body-w.has-padding {
  padding-left: 2.5em
}
.inner__body--item {
  width: 100%;
  max-width: 46.75em;
  flex-direction: column;
  margin-bottom: 2.5em;
  padding-right: 2.5em;
  display: flex
}
.inner__body--item.is--last {
  margin-bottom: 0
}
.heading--med {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Wulkandisplay, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1
}
.heading--med.is--light {
  font-weight: 300
}
.inner__body--copy {
  font-size: 1rem
}
.inner__body--copy p {
  font-size: 1em;
  line-height: 1.5
}
.inner__body--image-w {
  width: 100%;
  height: 100%;
  border-radius: .25em;
  position: relative;
  overflow: hidden
}
.inner__body--image-list {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex
}
.inner__body--image-list.is--landscape {
  grid-template-columns: 1fr
}
.inner__body--image-item {
  width: 100%
}
.inner__body--img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  border-radius: .25rem;
  position: relative
}
.splide__track {
  width: 100%
}
.splide__list {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex
}
.splide__slide {
  width: 20em;
  flex: none;
  padding-left: 1%;
  padding-right: 1%;
  transition: opacity .6s cubic-bezier(.77, 0, .175, 1), transform .6s cubic-bezier(.77, 0, .175, 1)
}
.splide__slide.not--focussed {
  opacity: .6;
  transform: scale(.95)
}
.slider_slide {
  width: 100%;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex
}
.slider-img-w {
  width: 100%;
  border-radius: .25em;
  padding-top: 140%;
  position: relative;
  overflow: hidden
}
.slider-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%
}
.slider-text-w {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex
}
.slider-h {
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 500;
  transition: transform .6s cubic-bezier(.77, 0, .175, 1);
  transform: translateY(110%)
}
.slider-text-item {
  overflow: hidden
}
.inner__bar--img-w {
  width: 100%;
  border-radius: .25em;
  padding-top: 85%;
  position: relative;
  overflow: hidden
}
.inner__bar--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%
}
.heading--inner-w {
  flex-flow: column wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex
}
.heading--inner-top {
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  display: flex
}
.inner--people-text {
  font-size: 1rem
}
.inner--people-text p {
  font-size: 1em
}
.inner--people-text h3 {
  letter-spacing: -.03em;
  margin-top: 3em;
  margin-bottom: .875em;
  font-family: Wulkandisplay, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.25
}
.full--bg__heading {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: row;
  align-items: center;
  margin-bottom: 2em;
  display: flex
}
.list--next-w {
  width: 100%;
  height: 100%;
  background-color: transparent;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  padding: 0;
  display: flex
}
.list--next-item {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative
}
.full--bg__overlay {
  z-index: 0;
  background-color: rgba(29, 29, 29, .25);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%
}
.full--bg__overlay.empty__state {
  background-color: #6b6a5f
}
.list--next_item {
  width: 100%;
  height: 100%;
  flex: none;
  position: relative
}
.people--next-insert, .people--empty-insert {
  width: 100%;
  height: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative
}
.utility-page-w {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  background-color: #1d1d1d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden
}
.utility-page-content {
  z-index: 2;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative
}
.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex
}
.about-wrapper {
  z-index: 98;
  height: 100vh;
  min-height: 100vh;
  min-width: 37.5em;
  color: #fff;
  background-color: #1d1d1d;
  align-items: flex-start;
  padding: 8em 2.5em 2em;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: auto
}
.about-content {
  z-index: 99;
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative
}
.text--large {
  font-size: 1.25em
}
.text--large.is--wulkan {
  letter-spacing: -.03em;
  font-family: Wulkandisplay, sans-serif;
  font-weight: 500;
  line-height: 1.2
}
.text--xlarge {
  font-size: 1.5em
}
.text--xlarge.is--wulkan {
  letter-spacing: -.03em;
  font-family: Wulkandisplay, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  display: block
}
.about-item {
  grid-row-gap: .625px;
  flex-direction: column;
  align-items: flex-start;
  display: flex
}
.about-item-w {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex
}
.about-trigger {
  width: 0;
  height: 0
}
.button-text-w {
  z-index: 1;
  height: 1.1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1.1em;
  display: flex;
  position: relative;
  overflow: hidden
}
.button-text-w.is--black {
  color: #1d1d1d
}
.button-bg {
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 100em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%
}
.button-bg.is--black {
  background-color: #1d1d1d
}
.button-bg.is--white {
  background-color: #fff
}
.form-container {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  padding-right: 2.5em;
  display: grid
}
.form-left {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden
}
.form-img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 80%
}
.form-right {
  width: 100%;
  max-width: 41.5em;
  padding-top: 5em;
  padding-left: 3em
}
.form-field-w {
  position: relative
}
.form-w {
  margin-top: 0;
  margin-bottom: 0
}
.form-content {
  grid-column-gap: 2em;
  grid-row-gap: 3em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid
}
.form-label {
  z-index: 1;
  letter-spacing: -.015em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1;
  transition: bottom .4s cubic-bezier(.77, 0, .175, 1);
  position: absolute;
  top: auto;
  bottom: 2rem;
  left: 0%;
  right: auto
}
.form-label.is--message {
  top: -1rem;
  bottom: auto
}
.form-input-field {
  z-index: 2;
  width: 100%;
  opacity: 1;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin-bottom: 0;
  padding-bottom: .25rem;
  padding-left: 0;
  font-size: 1rem;
  line-height: 1;
  position: relative;
	resize: none;
	padding-top: 30px;
}
.form-input-field:focus {
  border-bottom-color: #1d1d1d
}
.form-input-field::-ms-input-placeholder {
  color: #1d1d1d;
  text-transform: uppercase
}
.form-input-field::placeholder {
  color: #1d1d1d;
  text-transform: uppercase
}
.form-input-field.is--message {
  max-height: 4.5rem;
  max-width: 100%;
  min-height: 4.5rem;
  min-width: 100%
}
.is--not_caps {
  text-transform: none
}
.btn-w {
  margin-left: auto
}
.form-submit {
  width: 0;
  height: 0;
  background-color: transparent;
  padding: 0
}
.heading--edits {
  letter-spacing: -.03em;
  transform: translateY(.2em)
}
.heading--edits-w {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto
}
.section-height {
  height: 300vh;
  position: relative
}
.sticky-element {
  z-index: 2;
  width: 100%;
  height: 100vh;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden
}
.track {
  height: 100%;
  flex: none;
  position: relative;
  transform: translate(0%)
}
.track-flex {
  height: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-right: -100vw;
  display: flex
}
.intro-panel {
  z-index: 2;
  width: 75vw;
  height: 100%;
  max-width: 70rem;
  color: #fff;
  letter-spacing: -.02em;
  background-color: #1d1d1d;
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 2.5em;
  padding-left: 3.75em;
  padding-right: 6em;
  font-family: Wulkandisplay, sans-serif;
  font-size: 1.5em;
  line-height: 1.3;
  display: flex;
  position: relative
}
.note-panel_contain {
  width: 25em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative
}
.wide-panel {
  width: 100vw;
  height: 100%;
  justify-content: flex-start;
  align-items: stretch;
  display: flex
}
.thanks-panel_text {
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-size: 22em;
  font-weight: 400;
  line-height: .9;
  position: absolute
}
.stagger-panel_img-wrap {
  width: 100%;
  height: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative
}
.wide-panel_img {
  width: 100%;
  object-fit: cover
}
.thanks-panel {
  z-index: 1;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  transform: translate(0%)
}
.hero-panel {
  width: 100vw;
  height: 100vh;
  flex: none;
  position: relative;
  overflow: hidden
}
.stagger-panel {
  width: 100vw;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden
}
.note-panel_img-height {
  width: 100%;
  background-image: url();
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100%;
  position: relative
}
.track-2 {
  height: 100%;
  flex: none;
  position: relative;
  transform: translate(0%)
}
.thanks-panel_img {
  width: 11em;
  position: absolute
}
.thanks-panel_img.is-2 {
  margin-top: 18.9em;
  margin-left: 4.5em;
  transform: rotate(-1deg)
}
.thanks-panel_img.is-3 {
  margin-top: -22.3em;
  margin-left: 59em;
  transform: rotate(-7deg)
}
.thanks-panel_img.is-1 {
  margin-top: -20.3em;
  margin-left: -46.5em;
  transform: rotate(14deg)
}
.hero-panel_img {
  width: 100%;
  height: 100%;
  background-image: url();
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: scale(1)
}
.sticky-element-2 {
  z-index: 2;
  width: 100%;
  height: 100vh;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible
}
.track-flex-2 {
  height: 100%;
  justify-content: flex-start;
  align-items: stretch;
  margin-right: -100vw;
  display: flex
}
.note-panel_img {
  width: 100%;
  margin-bottom: 2em
}
.stagger-panel_img {
  width: 20%;
  margin-top: 0%;
  margin-left: 0%;
  position: absolute
}
.stagger-panel_img.is-2 {
  width: 27%;
  margin-top: 0%;
  margin-left: -8%
}
.stagger-panel_img.is-5 {
  width: 14%;
  margin-top: -4%;
  margin-left: 22%
}
.stagger-panel_img.is-4 {
  width: 19%;
  margin-top: 23%;
  margin-left: -49%
}
.stagger-panel_img.is-3 {
  width: 20%;
  margin-top: -25%;
  margin-left: 48%
}
.stagger-panel_img.is-1 {
  width: 14%;
  margin-top: -35%;
  margin-left: -47%
}
.thanks-panel_photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale(1.4)
}
.note-panel {
  z-index: 2;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 6vw;
  display: flex;
  position: relative
}
.thanks-panel_contain {
  z-index: 1;
  width: 100vw;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative
}
.thanks-panel_contain.is-2 {
  z-index: 2;
  color: #fff;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%
}
.thanks-panel_img-height {
  width: 100%;
  padding-top: 120%;
  position: relative;
  overflow: hidden
}
.section-height-2 {
  height: 300vh;
  position: relative
}
.thanks-panel_wrap {
  z-index: 3;
  width: 200vw;
  height: 100vh;
  flex: none;
  position: relative
}
.product-section {
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: flex
}
.product-panel {
  width: 35em;
  max-width: 37.5rem;
  background-color: #fff;
  border-left: 1px solid rgba(29, 29, 29, .5);
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 1.25em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  display: flex;
  position: relative
}
.product-details {
  width: 100%;
  justify-content: space-between;
  font-size: .875em;
  display: flex
}
.product-details_left {
  grid-column-gap: .3125rem;
  flex-direction: row;
  align-items: center;
  font-family: Wulkandisplay, sans-serif;
  font-weight: 500;
  display: flex
}
.product-details_right {
  grid-column-gap: .3125rem;
  flex-direction: row;
  align-items: center;
  display: flex
}
.product-panel_link {
  height: 22em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.product-panel_link.is--small {
  width: 15em
}
.product-panel_link.is--large {
  width: 22em
}
.product-panel_link.is--medium {
  width: 20em
}
.product-panel_link.is--tiny {
  width: 6.5em;
  display: flex
}
.product-panel_link.is--mega {
  width: 25em;
  height: 25em;
  overflow: hidden
}
.product-panel_link.is--reg {
  width: 17.5em
}
.product-panel_link.is--pen {
  width: 2em
}
.size--small {
  width: 15em;
  height: auto
}
.size--medium {
  width: 20em
}
.product-highlight {
  width: 100vw;
  height: 100%;
  min-width: 62.5rem;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid
}
.product-highlight_slide {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative
}
.bg-img {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%
}
.bg-img.align-top {
  object-position: 50% 0%
}
.bg-img.align-bottom {
  object-position: 50% 100%
}
.product-highlight_text {
  z-index: 2;
  grid-column-gap: 1.25em;
  grid-row-gap: 16px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative
}
.cover--mega {
  width: 130%;
  height: 130%;
  max-width: none;
  object-fit: cover
}
.is--sale {
  opacity: .5
}
.cta-section {
  width: 50vw;
  max-width: 43.75rem;
  color: #fff;
  background-color: #1d1d1d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex
}
.edit-bubble-w {
  z-index: 1;
  grid-column-gap: .5em;
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: flex;
  position: absolute;
  top: 1.25em;
  left: 1.25em
}
.edit-cta-w {
  width: 3em;
  height: 2em;
  color: #fff;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 1em;
  right: 1.25em;
	font-weight: 600
}
.search-bar {
  width: 100%;
  color: #fff;
  background-color: transparent;
  border: 1px rgba(255, 255, 255, .5);
  border-bottom-style: solid;
  margin-bottom: 0;
  padding: 0 2em .5em 0;
  font-family: Suisseintl, sans-serif
}
.search-bar:focus {
  color: #fff;
  border-bottom-color: #fff
}
.search-bar::-ms-input-placeholder {
  color: rgba(255, 255, 255, .5)
}
.search-bar::placeholder {
  color: rgba(255, 255, 255, .5)
}
.search-bar.is--black {
  color: #1d1d1d;
  border-style: solid;
  border-color: rgba(29, 29, 29, .5);
  border-radius: 100em;
  padding-top: .4em;
  padding-left: 1em;
  font-size: .8rem
}
.search-bar.is--black:focus {
  border-color: #1d1d1d
}
.search-bar.is--black::-ms-input-placeholder {
  color: #1d1d1d
}
.search-bar.is--black::placeholder {
  color: #1d1d1d
}
.search-bar.is--white {
  color: #fff;
  border-style: solid;
  border-color: rgba(255, 255, 255, .5);
  border-radius: 100em;
  padding-top: .4em;
  padding-left: 1em;
  font-size: .8rem
}
.search-bar.is--white:focus {
  border-color: #1d1d1d
}
.search-bar.is--white::-ms-input-placeholder {
  color: #1d1d1d
}
.search-bar.is--white::placeholder {
  color: #1d1d1d
}
.search-bar.is--filter {
  border-style: none;
  padding-bottom: 0
}
.search-input {
  position: relative
}
.search-w {
  grid-column-gap: .25em;
  align-items: center;
  margin-bottom: 0;
  display: flex
}
.search-button {
  width: 0;
  height: 100%;
  color: #1d1d1d;
  background-color: #fff;
  border-radius: 10em;
  padding: 0
}
.search-button.is--black {
  width: 6em;
  color: #fff;
  background-color: #1d1d1d;
  padding-top: .4em;
  padding-bottom: .5em;
  font-size: 1rem
}
.search-container {
  width: 20em
}
.search-result-w {
  width: 100%;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto
}
.search-result-list {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex
}
.product-img {
  width: 100%;
  height: 100%;
  object-fit: contain
}
.edit-intro {
  max-width: 52.5em
}
.product_cms-w {
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: flex
}
.product_cms-list {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex
}
.product_highlight-w {
  display: flex
}
.flex-hor {
  grid-column-gap: .25em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex
}
.flex-hor.align-left {
  justify-content: flex-start
}
.swiper-slide__inner {
  width: 100%;
  height: 100%;
  font-size: 16px
}
.search-result__title {
  font-size: 1.25em
}
.search-result__item {
  grid-row-gap: .5em;
  flex-direction: column;
  display: flex
}
.shop-list {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid
}
.shop-item {
  height: 40em;
  max-height: 40rem;
  background-color: #fff;
  border-left: 1px solid rgba(29, 29, 29, .5);
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 1.25em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  display: flex;
  position: relative
}
.shop-item__link {
  height: 15em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.shop-item__link.is--small {
  width: 15em
}
.shop-item__link.is--large {
  width: 22em
}
.shop-item__link.is--medium {
  width: 20em
}
.shop-item__link.is--tiny {
  width: 6.5em;
  display: flex
}
.shop-item__link.is--mega {
  width: 25em;
  height: 25em;
  overflow: hidden
}
.shop-item__link.is--reg {
  width: 17.5em
}
.shop-item__link.is--pen {
  width: 2em
}
.shop-item__ing {
  width: 100%;
  height: 100%;
  object-fit: contain
}
.search-form-w {
  width: 100%;
  margin-bottom: 0
}
.home-edit-item {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative
}
.home-edit-list, .home-edit-w {
  width: 100%;
  height: 100%
}
.form-img__w {
  z-index: 2;
  width: 100%;
  height: 0%;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%
}
.menu-transition {
  z-index: 101;
  width: 100%;
  height: 0%;
  background-color: #1d1d1d;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%
}
.edit-w {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid
}
.edit-item {
  width: 100%;
  height: 36em;
  max-height: 95vh;
  border-radius: .25em;
  flex: none;
  position: relative;
  overflow: hidden
}
.edit-item.is--smaller {
  max-height: 80vh
}
.person-link {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%
}
.edit-cta-inner {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative
}
.edit-cta-inner__border {
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 100em;
  position: absolute;
  /*top: 0%;*/
  bottom: 0%;
  left: 0%;
  right: 0%
}
.product-highlight_overlay {
  z-index: 1;
  background-color: rgba(29, 29, 29, .2);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%
}
.edit-guide p {
  font-family: Suisseintl, sans-serif;
  line-height: 1.8
}
.edit-guide h3 {
  margin-top: .5em;
  margin-bottom: .25em;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1
}
.local-guide {
  z-index: 2;
  width: 75vw;
  height: 100%;
  max-width: 70rem;
  color: #fff;
  letter-spacing: -.02em;
  background-color: #1d1d1d;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.4em 6em 2.4em 3.75em;
  font-family: Wulkandisplay, sans-serif;
  font-size: 1em;
  line-height: 1.3;
  display: flex;
  position: relative
}
.local-guide_text p {
  font-family: Suisseintl, sans-serif;
  font-weight: 300
}
.amenities-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: .25em;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  display: grid
}
.reg-p {
  letter-spacing: -.01em;
  margin-top: 1.25em;
  margin-bottom: 2.5em;
  font-size: .875em
}
.reg-p.max-28 {
  max-width: 28em;
  margin-left: auto;
  margin-right: auto
}
.form-p {
  max-width: 33em;
  font-size: 1em
}
.terms-w {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid
}
.terms-inner__text {
  max-width: 46.75em
}
.terms-inner__text h3 {
  margin-top: 1em;
  margin-bottom: .5em;
  font-family: Wulkandisplay, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1
}

.terms-inner__text li {
  margin-bottom: .25em
}
.terms-inner__text ul {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.5em
}
.terms-inner__text a {
  text-decoration: underline
}
.terms-inner__text h2 {
  margin-bottom: .5em;
  font-family: Wulkandisplay, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1
}
.terms-inner__text h4 {
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: .9em;
  font-weight: 300;
  line-height: 1
}
.utility-img-w {
  z-index: 0;
  width: 10.5em;
  height: 10.5em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden
}
.utility-img-w.is--1 {
  top: -1em;
  left: 0
}
.utility-img-w.is--2 {
  top: -4em;
  left: 30%
}
.utility-img-w.is--3 {
  top: 2em;
  right: 0
}
.utility-img-w.is--4 {
  top: 4em;
  left: 52%
}
.utility-img-w.is--5 {
  top: 55%;
  left: 12%
}
.utility-img-w.is--6 {
  bottom: 10.5em;
  right: 10.5em
}
.utility-img-w.is--7 {
  bottom: -4em;
  left: 5%
}
.utility-img-w.is--8 {
  bottom: -4em;
  right: 30%
}
.utility-img-w.is--9 {
  bottom: 0;
  right: 0
}
.utility-img {
  width: 110%;
  height: 110%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%
}
.form--success {
  color: #fff;
  background-color: #1d1d1d;
  padding: 1em;
  font-size: 1rem
}
.inner__bar--content {
  width: 100%;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex
}
.text--about {
  font-size: .875rem;
  display: block
}
.list-view {
  width: 100%;
  margin-top: 2em
}
.list-view.grid--view {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid
}
.archived-item {
  padding-top: .6875em;
  padding-bottom: .6875em
}
.archived-item.grid--view {
  width: 100%;
  height: 31.25em;
  border-radius: .3em;
  position: relative;
  overflow: hidden
}
.list-item {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  transition: opacity .2s;
  display: flex
}
.list-item.is--faded {
  opacity: .5
}
.list-item.grid--view {
  transition: opacity .6s cubic-bezier(.77, 0, .175, 1), transform .6s cubic-bezier(.77, 0, .175, 1);
  position: relative
}
.list-item.grid--view.not--focussed {
  opacity: .6;
  transform: scale(.95)
}
.list-item.list--view {
  position: relative
}
.empty-state {
  width: 0;
  height: 0;
  background-color: #fff;
  padding: 0;
  display: none
}
.margin-top {
  margin-top: 4em
}
.bar__top--flag {
  width: 1.5rem;
  margin-right: .25rem
}
.flex-ver {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex
}
.flex-ver.gap--s {
  grid-row-gap: .25em
}
.flex-ver.gap--r {
  grid-row-gap: 1rem
}
.guest-picks__w {
  width: 100%;
  max-width: 65em
}
.guest-picks__list {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: scroll
}
.guest-picks__item {
  width: 15em;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start
}
.guest-picks__item.splide__slide {
  padding-left: 0%;
  padding-right: 2%
}
.guest-pick__img-w {
  width: 100%;
  height: 21.25em;
  background-color: #f6f6f6;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden
}
.guest-pick__img {
  width: 70%;
  min-height: 14em;
  mix-blend-mode: multiply;
  object-fit: contain
}
.margin-vertical {
  margin-top: 2rem;
  margin-bottom: 2rem
}
@media screen and (max-width:991px) {
  .cs-inner {
    margin-top: 3rem;
    margin-bottom: 3rem
  }
  .cs-top, .cs-btm {
    position: relative
  }
  .section.is--people {
    justify-content: center
  }
  .hotels-list.grid--view, .column-grid.is--list__labels.is--active {
    grid-template-columns: 1fr 1fr
  }
  .column-grid.is--people {
    grid-template-columns: 1fr .5fr .75fr
  }
  .column-grid.tablet--smaller {
    grid-template-columns: 1fr 1fr
  }
  .hotels-list__title.hide-tablet, .facts-w.hide-tablet {
    display: none
  }
  .grid-column-item {
    width: 45vw
  }
  .footer-btm {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid
  }
  .footer-btm__col {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    align-items: flex-start
  }
  .cursor-w {
    display: none
  }
  .inner__bar.is--people {
    min-width: 20em
  }
  .inner-hero-w {
    height: 75vh
  }
  .inner__bar--top {
    grid-row-gap: 1rem
  }
  .inner-body-w {
    padding-right: 2.5em
  }
  .inner-body-w.has-padding {
    padding-right: 0
  }
  .form-right {
    padding-left: 2em
  }
  .section-height {
    height: auto
  }
  .sticky-element {
    height: auto;
    position: relative;
    overflow: visible
  }
  .track {
    height: auto;
    flex: 0 auto;
    transform: none
  }
  .track-flex {
    width: 100%;
    height: auto;
    flex-direction: column;
    margin-right: 0
  }
  .intro-panel {
    width: 100%;
    max-width: none;
    padding: 5em 2.5em
  }
  .note-panel_contain {
    max-width: 80vw
  }
  .wide-panel {
    width: 200vw
  }
  .stagger-panel_img-wrap {
    width: 130%
  }
  .thanks-panel {
    font-size: 1vw
  }
  .hero-panel {
    width: 150vw
  }
  .stagger-panel {
    width: 140vw
  }
  .thanks-panel_img {
    font-size: 2.6em
  }
  .thanks-panel_img.is-2 {
    margin-top: 19.9em;
    margin-left: -1.3em;
    transform: rotate(-12deg)
  }
  .thanks-panel_img.is-3 {
    margin-top: -24.9em;
    margin-left: 21.6em
  }
  .thanks-panel_img.is-1 {
    margin-top: -20.8em;
    margin-left: -18em
  }
  .note-panel {
    padding-left: 9.4em;
    padding-right: 9.4em
  }
  .product-panel {
    width: 100%;
    height: 40em;
    max-height: 40rem;
    max-width: none
  }
  .product-details {
    flex-wrap: wrap
  }
  .product-panel_link.is--small {
    width: 12em;
    height: 12em
  }
  .product-highlight {
    width: 100%;
    height: 40em;
    min-width: auto
  }
  .cta-section {
    width: 100%;
    max-width: none;
    padding-top: 12em;
    padding-bottom: 12em
  }
  .product_cms-w {
    width: 100%;
    flex: 0 auto
  }
  .product_cms-list {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
  }
  .product_highlight-list {
    width: 100%
  }
  .shop-item__link {
    width: 12em;
    height: 12em
  }
  .edit-item {
    height: 26em
  }
  .local-guide {
    width: 100%;
    max-width: none;
    padding: 5em 2.5em
  }
  .terms-w {
    grid-template-columns: .5fr 1fr
  }
  .list-view.grid--view {
    grid-template-columns: 1fr 1fr
  }
}
@media screen and (max-width:767px) {
  .section.is--marquee {
    height: auto;
  
    align-content: center;
  }
  .container-padding.is--people {
    padding-top: 0
  }
  .container-padding.less-mobile {
    padding-top: 3.75em;
    padding-bottom: 3.75em
  }
  .heading--mega {
    font-size: 2.5em
  }
  .swiper-wrapper {
    grid-column-gap: 0em;
    grid-row-gap: 0em
  }
  .swiper-slide {
    width: 26em
  }
  .hotels-list.grid--view {
    grid-template-columns: 1fr
  }
  .column-grid.is--people, .column-grid.tablet--smaller {
    grid-template-columns: 1fr 1fr
  }
  .hotels__col--img__w {
    width: 0;
    margin-right: 0
  }
  .menu-wrapper {
    width: 100%;
    min-width: auto
  }
  .menu-content {
    grid-column-gap: 16px;
    grid-row-gap: 2.5em;
    grid-template-rows: max-content auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid
  }
  .menu-content__btm {
    flex-direction: column;
    justify-content: space-between;
    display: flex
  }
  .grid-column-item {
    min-width: 21rem
  }
  .footer-top {
    grid-template-rows: auto 1px auto;
    grid-template-columns: 1fr
  }
  .footer-top_line {
    width: 100vw;
    height: 1px;
    margin-left: -2.5em
  }
  .footer-btm {
    grid-column-gap: 1em;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid
  }
  .footer-btm__col {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
  }
  .footer-btm__socials.col-mobile {
    width: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 1.25em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
  }
  .product-card.is--1, .product-card.is--2 {
    display: none
  }
  .inner__w {
    grid-template-columns: 1fr
  }
  .inner__bar.is--people {
    max-height: none;
    min-height: auto;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    overflow: visible
  }
  .inner__bar.is--people.is--desktop {
    display: none
  }
  .inner__bar.is--people.is--mobile {
    padding: 4em 2.5em 2.5em;
    display: flex
  }
  .inner__bar.is--mobile {
    max-height: none;
    min-height: auto;
    min-width: auto;
    padding: 3em 2.5em;
    display: flex;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
  }
  .inner__bar.is--desktop {
    display: none
  }
  .inner-body-w {
    padding-right: 0
  }
  .inner__bar--img-w {
    margin-top: 1.5rem;
    padding-top: 67%
  }
  .full--bg__heading.align-vertical {
    flex-direction: column
  }
  .about-wrapper {
    width: 80%;
    min-width: auto
  }
  .form-container {
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-top: 10em;
    padding-right: 0
  }
  .form-right {
    padding: 0 2.5em 2.5em
  }
  .form-content {
    grid-auto-rows: max-content
  }
  .intro-panel {
    padding: 3em 1.5em
  }
  .product-panel {
    height: 25em;
    max-height: none;
    border-bottom: 1px solid rgba(0, 0, 0, .5)
  }
  .product-details {
    flex-direction: column
  }
  .product-details_right {
    flex: none
  }
  .product-panel_link {
    width: 12em;
    height: 12em
  }
  .product_cms-w {
    width: 100%
  }
  .product_cms-list {
    width: 100%;
    grid-template-columns: 1fr 1fr
  }
  .flex-hor.flip-mobile {
    grid-row-gap: .25rem;
    flex-direction: column
  }
  .shop-list {
    grid-template-columns: 1fr 1fr
  }
  .shop-item {
    height: 25rem;
    border-bottom: 1px solid rgba(0, 0, 0, .5)
  }
  .hide-mobile_landscape {
    display: none
  }
  .edit-w {
    grid-column-gap: 0em;
    grid-row-gap: 0em
  }
  .edit-item {
    width: 26em
  }
  .edit-guide {
    margin-top: 3em
  }
  .local-guide {
    padding: 3em 1.5em
  }
  .terms-w {
    grid-column-gap: 4em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr
  }
  .utility-img-w {
    width: 6.25em;
    height: 6.25em
  }
  .list-view.grid--view {
    grid-template-columns: 1fr
  }
}
@media screen and (max-width:479px) {
  .cs-w {
    height: auto;
    min-height: auto;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-rows: 2rem auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    padding-top: 2rem;
    padding-bottom: 2.5rem;
    display: flex
  }
  .cs-inner {
    margin-top: 0;
    margin-bottom: 0
  }
  .cs-img-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem
  }
  .cs-top {
    padding-top: 0
  }
  .cs-btm {
    width: 100%;
    padding-bottom: 0
  }
  .form-block, .form {
    width: 100%
  }
  .form-input {
    padding-bottom: .4rem;
    font-size: 1rem
  }
  .section.is--bg__img.is--people__cta {
    height: 60vh
  }
  .section.is--grid {
    position: fixed
  }
  .section.is--people {
    min-height: auto;
    justify-content: center;
    padding-top: 6em;
    padding-bottom: 0
  }
  .section.is--form {
    height: auto;
    min-height: 100vh
  }
  .section.is--inner__edits.dark--green {
    height: 100vh
  }
  .page-padding {
    padding-left: 1em;
    padding-right: 1em
  }
  .button-main.is--wide {
    width: 100%;
    max-width: 20em
  }
  .button-main.is--grid {
    width: 60%;
    max-width: 12rem;
    min-width: 9rem;
    padding-left: 0;
    padding-right: 0
  }
  .button-main.is--form {
    width: 6rem
  }
  .hero-content {
    max-width: 18em
  }
  .heading--large {
    font-size: 2.1875em
  }
  .marquee-item {
    width: 20em
  }
  .container-padding {
    padding-top: 5em;
    padding-bottom: 5em
  }
  .container-padding.less-mobile {
    padding-top: 3em;
    padding-bottom: 3em
  }
  .photo-copy_w.stack-mobile {
    grid-column-gap: .25em;
    grid-row-gap: .25em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    left: .5em
  }
  .text--small {
    font-size: .75rem
  }
  .container-split.stack--mobile {
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
  }
  .swiper-slide {
    width: 95%;
    height: 80vh;
    max-height: 40rem
  }
  .swiper-slide.is--smaller {
    height: 70vh;
    max-height: 40rem
  }
  .hotels-list.grid--view {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-columns: 1fr 1fr
  }
  .column-grid.tablet--smaller {
    grid-template-columns: 1fr 1fr
  }
  .hotels-list__title {
    font-size: .875rem
  }
  .hotels-item__inner.grid--view {
    height: 20em
  }
  .hotels__col--img__w {
    width: 0;
    margin-right: 0
  }
  .menu-wrapper {
    min-height: auto;
    padding-left: 1em;
    padding-right: 1em
  }
  .text--meta.is--grey {
    font-size: .625rem
  }
  .grid-column-item {
    width: 33.35vw;
    min-width: 14rem
  }
  .grid-column-item.show-mobile {
    display: block
  }
  .mail-form__input {
    width: 18.5em
  }
  .mail-form__submit {
    width: 6rem
  }
  .footer-top_line {
    margin-left: -1em
  }
  .footer-btm__col {
    grid-template-columns: 1fr
  }
  .text--link {
    font-size: .75rem
  }
  .marquee-cover {
    height: 102%;
    top: -1%
  }
  .hotels-item__img.full-height {
    height: 100%
  }
  .filter__bar {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0
  }
  .inner__bar.is--people.is--mobile {
    padding-bottom: 2.5rem;
    padding-left: 1em;
    padding-right: 1em
  }
  .inner__bar.is--mobile {
    padding-left: 1em;
    padding-right: 1em
  }
  .inner-hero-w {
    height: 60vh
  }
  .bar__top--small {
    margin-bottom: 0;
    line-height: 1
  }
  .inner-body-w {
    padding-right: 0
  }
  .inner-body-w.has-padding {
    padding-left: 1em;
    padding-right: 1em
  }
  .inner__body--item {
    padding-right: 0
  }
  .inner__body--image-list {
    grid-template-columns: 1fr
  }
  .splide__slide {
    width: 17.5em
  }
  .full--bg__heading {
    flex-direction: column
  }
  .about-wrapper {
    width: 78%;
    min-width: auto;
    padding-bottom: 8em;
    padding-left: 1em;
    padding-right: 1em
  }
  .text--xlarge.is--wulkan {
    font-size: 1.3em
  }
  .button-text {
    font-size: .75rem
  }
  .form-left {
    display: none
  }
  .form-right {
    padding-left: 1em;
    padding-right: 1em
  }
  .form-content {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr
  }
  .form-input-field {
    padding-bottom: .4rem;
    font-size: 1rem
  }
  .btn-w {
    width: 50%;
    min-width: 12rem
  }
  .section-height {
    width: 100vw;
    max-width: 100%
  }
  .intro-panel {
    padding-left: 1em;
    padding-right: 1em
  }
  .thanks-panel_text {
    font-size: 29em;
    transform: rotate(35deg)
  }
  .stagger-panel {
    width: 160vw
  }
  .thanks-panel_img {
    font-size: 3.3em
  }
  .thanks-panel_img.is-2 {
    margin-top: 17.4em;
    margin-left: -6.7em
  }
  .thanks-panel_img.is-3 {
    margin-top: -13.6em;
    margin-left: 15.3em
  }
  .thanks-panel_img.is-1 {
    margin-top: -30.2em;
    margin-left: -4.2em
  }
  .product-panel {
    height: 23em
  }
  .product-details {
    grid-row-gap: .5rem;
    position: relative
  }
  .product-details_left {
    flex-direction: column;
    align-items: flex-start
  }
  .product-panel_link, .product-panel_link.is--small {
    width: 9em;
    height: 9em
  }
  .product-highlight {
    height: auto;
    grid-row-gap: 0px;
    grid-template-rows: 30em 20em;
    grid-template-columns: 1fr;
    grid-auto-rows: 15em
  }
  .cta-section {
    padding-top: 15em;
    padding-bottom: 15em
  }
  .search-container {
    width: 100%
  }
  .shop-item {
    height: 23rem
  }
  .shop-item__link {
    width: 9em;
    height: 9em
  }
  .text-block {
    flex: none
  }
  .hide-mobile {
    display: none
  }
  .edit-w {
    width: 100vw;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 21em 21em 21em;
    margin-left: -1em;
    padding-left: 1em;
    padding-right: 1em;
    overflow: scroll
  }
  .edit-item {
    width: 100%;
    height: 53vh;
    max-height: 40rem
  }
  .edit-item.is--smaller {
    max-height: 40rem
  }
  .local-guide {
    padding-left: 1em;
    padding-right: 1em
  }
  .utility-img-w.is--2 {
    top: -3em;
    left: 40%
  }
  .utility-img-w.is--3 {
    top: 3.25em;
    right: 2em
  }
  .utility-img-w.is--4 {
    top: 17%;
    left: 6.25em
  }
  .utility-img-w.is--5 {
    top: auto;
    bottom: 20%;
    left: 0%
  }
  .utility-img-w.is--6 {
    bottom: 25%;
    right: 0
  }
  .utility-img-w.is--7 {
    bottom: 6.25em;
    left: 30%
  }
  .utility-img-w.is--8 {
    bottom: -1em;
    right: 20%
  }
  .utility-img-w.is--9 {
    display: none
  }
  .list-view.grid--view {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr
  }
  .archived-item.grid--view {
    border-radius: .3rem
  }
  .guest-picks__w {
    width: 100vw;
    max-width: none;
    margin-left: -1em;
    padding-left: 1em
  }
  .guest-picks__list {
    width: auto;
    grid-column-gap: 1rem;
    padding-right: 1.5em
  }
}
#w-node-_995162da-f8e5-b70e-83f2-7db9359d1c7a-5bd64ee2, #w-node-b583b493-cd74-d72a-539d-590d32262d49-5bd64ee2, #w-node-_4c056493-5e0e-0763-4f40-11d2a5b675d2-5bd64ee2, #w-node-_9c925752-e761-0930-5b12-6d5b4ac633db-5bd64ee2, #w-node-_6f50d5a3-9e31-cb7c-1ec1-b8bcaf33ea6b-5bd64ee2, #w-node-ddba403a-5d3b-5982-ce11-6ffa12fc9d31-5bd64ee2, #w-node-ee38f0c6-69f7-e85f-b4be-5eb12094ec4e-5bd64ee2, #w-node-_9c945cf4-1a52-2a03-ab2a-e1da78c273a3-5bd64ee2, #w-node-_762632cb-9133-e08d-4d12-52d6b6b12e0e-5bd64ee2, #w-node-_762632cb-9133-e08d-4d12-52d6b6b12e10-5bd64ee2, #w-node-_762632cb-9133-e08d-4d12-52d6b6b12e12-5bd64ee2, #w-node-ac35cdfc-aa6b-6798-8369-830b8b191528-5bd64ee2, #w-node-ed86bc31-2667-d51a-2e99-ac0fcc70ae9f-5bd64ee2, #w-node-ac35cdfc-aa6b-6798-8369-830b8b191530-5bd64ee2, #w-node-a38493ae-ad70-3079-daae-cd33fc45cb69-fc45cb64, #w-node-a38493ae-ad70-3079-daae-cd33fc45cb77-fc45cb64, #w-node-a38493ae-ad70-3079-daae-cd33fc45cb78-fc45cb64, #w-node-a38493ae-ad70-3079-daae-cd33fc45cb7e-fc45cb64, #w-node-f939abd7-410b-8d66-c68e-de8ca3131d05-efb2dd4a, #w-node-f939abd7-410b-8d66-c68e-de8ca3131d08-efb2dd4a, #w-node-a87f9480-5eac-0ad7-783c-1ffaf8355187-efb2dd4a, #w-node-a87f9480-5eac-0ad7-783c-1ffaf835518a-efb2dd4a, #w-node-bf8d76bf-522b-2e23-1336-8489eaf137f1-9b89f525, #w-node-bf8d76bf-522b-2e23-1336-8489eaf137f3-9b89f525, #w-node-bf8d76bf-522b-2e23-1336-8489eaf137f5-9b89f525, #w-node-bf8d76bf-522b-2e23-1336-8489eaf137fe-9b89f525, #w-node-bf8d76bf-522b-2e23-1336-8489eaf13803-9b89f525, #w-node-bf8d76bf-522b-2e23-1336-8489eaf13804-9b89f525, #w-node-bf8d76bf-522b-2e23-1336-8489eaf13805-9b89f525, #w-node-bf8d76bf-522b-2e23-1336-8489eaf13806-9b89f525, #w-node-b08737ae-3cde-30e9-13e8-ecff014c1b73-112f77c5, #w-node-b08737ae-3cde-30e9-13e8-ecff014c1b7f-112f77c5, #w-node-c124e706-9130-36b7-2a41-9f1dfc66ba01-112f77c5, #w-node-c124e706-9130-36b7-2a41-9f1dfc66ba06-112f77c5 {
  grid-area: span 1/span 1/span 1/span 1
}
#w-node-_08510a89-4082-b0fb-3c5e-9d15cb4d5611-2e12ac96 {
  grid-area: span 1/span 1/span 1/span 1;
  align-self: center;
  justify-self: start
}
#w-node-_5269db10-eb91-3671-f4b7-4c3847c8f197-2e12ac96 {
  grid-area: 3/2/4/3
}
#w-node-_08510a89-4082-b0fb-3c5e-9d15cb4d5611-1f80c07f {
  grid-area: span 1/span 1/span 1/span 1;
  align-self: center;
  justify-self: start
}
#w-node-ac147b12-c321-32d2-0e63-11836da25b8c-1f80c07f {
  grid-area: span 1/span 2/span 1/span 2
}
#w-node-_5269db10-eb91-3671-f4b7-4c3847c8f197-1f80c07f {
  grid-area: 4/2/5/3
}
#w-node-c7a14eea-a26f-1a78-c30e-adad81cd4241-58e8fd5e {
  grid-area: span 1/span 2/span 1/span 2
}
#w-node-fa53144c-64bd-633a-f60c-94dbe1282f47-58e8fd5e, #w-node-_964e32af-1b81-0a64-28bd-21e83be75f28-58e8fd5e, #w-node-_2e321f67-84d8-e2d5-38c6-7a3aff56db72-0c89d1b1, #w-node-_53097d7a-55be-b1a6-ca15-4c5d9bd6bb6c-fb0168cf, #w-node-_11f15cbd-9992-13f9-e06f-4c5ae7b899b7-fb0168cf, #w-node-_53097d7a-55be-b1a6-ca15-4c5d9bd6bb6c-edadfb5b, #w-node-_11f15cbd-9992-13f9-e06f-4c5ae7b899b7-edadfb5b, #w-node-_53097d7a-55be-b1a6-ca15-4c5d9bd6bb6c-07a75adb, #w-node-_11f15cbd-9992-13f9-e06f-4c5ae7b899b7-07a75adb {
  grid-area: span 1/span 1/span 1/span 1
}
@media screen and (max-width:767px) {
  #w-node-a38493ae-ad70-3079-daae-cd33fc45cb90-fc45cb64 {
    grid-area: span 1/span 2/span 1/span 2
  }
  #w-node-_240ceea7-23f7-3fdf-c4d8-651bf32d6205-2e12ac96 {
    order: 9999
  }
  #w-node-_5269db10-eb91-3671-f4b7-4c3847c8f197-2e12ac96 {
    grid-area: 3/2/4/3
  }
  #w-node-_240ceea7-23f7-3fdf-c4d8-651bf32d6205-1f80c07f {
    order: 9999
  }
}
@media screen and (max-width:479px) {
  #w-node-_4afcd648-023c-3fdf-bbf9-b74901f00e30-fc45cb64 {
   /* grid-area: 2/2/3/3*/
  }
  #w-node-a38493ae-ad70-3079-daae-cd33fc45cb96-fc45cb64 {
    grid-area: 2/1/3/2
  }
  #w-node-_3d7ea03d-dbc3-70cc-3879-b34ded960c70-112f77c5, #w-node-_5269db10-eb91-3671-f4b7-4c3847c8f197-2e12ac96 {
    grid-area: span 1/span 1/span 1/span 1
  }
  #w-node-_08510a89-4082-b0fb-3c5e-9d15cb4d5611-1f80c07f {
    order: -9999
  }
  #w-node-ac147b12-c321-32d2-0e63-11836da25b8c-1f80c07f {
    grid-column: span 1/span 1
  }
  #w-node-_5269db10-eb91-3671-f4b7-4c3847c8f197-1f80c07f {
    grid-area: span 1/span 1/span 1/span 1
  }
}
@font-face {
  font-family: 'Wulkandisplay';
  src: url('../fonts/636a6fc35c5b2e64705861a8_WulkanDisplayMedium.html') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/636a6c63e95bb8835e599167_SuisseIntl-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Wulkandisplay';
  src: url('../fonts/636a6427503a5b0764625fbc_WulkanDisplay-Regular.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.border-right{
    position: relative;
    height: 84vh;
    align-items: center;
    display: flex;
}

.border-right:after{
    width: 1px;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    content: '';
    background: #8a8a8a
}
::selection {
        background: rgba(183, 134, 76, 0.5);
      }

      .load-wrapper {
        display: flex;
      }

      .heading--large.is--loader {
        opacity: 0;
        transform: translate(0px, 110%);
      }

      html {
        scroll-behavior: initial;
      }

      html,
      body {
        width: 100%;
        /*height: auto !important;
        min-height: 100%;*/
      }
/*width*/
      ::-webkit-scrollbar {
        width: 0px;
        display: none !important;
      }

      html,
      body {
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
      }

      [text-split] {
        opacity: 0;
      }

      html.w-editor [text-split] {
        opacity: 1;
      }

      .word {
        overflow: hidden;
        padding-bottom: 0.1em;
        margin-bottom: -0.1em;
        transform-origin: bottom;
      }

      .load-wrapper {
        display: flex !important;
      }

      @media screen and (min-width:480px) {
        .swiper-slide {
          width: 32em !important;
        }
      }

      @media screen and (max-width:479px) {
        .swiper-slide {
          width: 95% !important;
          height: 85vh !important;
        }
      }
body {
          font-size: 1.171303074670571vw;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
        }

        /* Max Font Size */
        @media screen and (min-width:1920px) {
          body {
            font-size: 1.4055636896046853rem;
          }
        }

        /* Min Font Size */
        @media screen and (max-width:1280px) {
          body {
            font-size: 0.9370424597364568rem;
          }
        }

        a {
          color: inherit;
          text-decoration: none;
        }

        ::-webkit-scrollbar {
          width: 0px;
          display: none !important;
        }

        html,
        body {
          -ms-overflow-style: none;
          /* IE and Edge */
          scrollbar-width: none;
          /* Firefox */
        }

        .main-wrapper.clip {
          overflow-x: clip;
        }

        .menu-link__overflow::before {
          content: "";
          position: absolute;
          left: 0em;
          top: 35%;
          width: 0.4em;
          height: 0.4em;
          border-radius: 100em;
          background: #fff;
          transform-origin: center center;
          transform: scale(0);
          transition: transform 0.2s;
          transition-timing-function: ease-in;
        }

        .menu-link__overflow:last-child::before {
          background: #b7864c;
        }

        .menu-link__overflow:hover::before {
          transform: scale(1);
        }

        .text--link::before {
          content: "";
          position: absolute;
          left: 45%;
          bottom: -40%;
          width: 0.4em;
          height: 0.4em;
          border-radius: 100em;
          background: #fff;
          transform-origin: center center;
          transform: scale(0);
          transition: transform 0.2s;
          transition-timing-function: ease-in;
        }

        .text--link:hover::before {
          transform: scale(1);
        }

        .swiper-slide:nth-of-type(3n) .edit-item__cover {
          background-color: #6B6A5F;
        }

        .swiper-slide:nth-of-type(3n+2) .edit-item__cover {
          background-color: #92978C;
        }

        .swiper-slide:nth-of-type(3n+1) .edit-item__cover {
          background-color: #E2D6C5;
        }

        .cursor-w,
        .marquee-cover {
         pointer-events: none;
        }

        #name-comma.hidden {
          opacity: 0;
          visibility: none;
        }

        @media screen and (max-width:479px) {

          .menu-wrapper,
          .section.is--inner__edits {
            height: 100vh;
            height: calc(var(--vh, 1vh) * 100);
          }

          .grid-column-w {
            transform: translate3d(0, 0, 0);
          }
        }


      /*--index--*/
          .label-top
{
    position: absolute;
    top: 20px;
    right: 21px;
    background-color: #1b1b1b;
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 30px;
    z-index: 10;
    text-transform: capitalize;
}

    section.about-banner-diagonal {
      position: relative;
      background: linear-gradient(135deg, #fff, #ffffff);
      overflow: hidden;
      padding: 100px 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 100vh;
    }
    
    .top-right-image {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}

.top-right-image img {
  width: 140px; /* adjust size */
  height: auto;
  border-radius: 15px;
}

    .banner-container {
      position: relative;
      max-width: 1200px;
      width: 100%;
      display: grid;
      /*grid-template-columns: 1fr 1fr;*/
      gap: 40px;
      align-items: center;
    }

    .banner-image-box {
      position: relative;
      animation: floatUpDown 5s ease-in-out infinite;
    }

    .banner-image-box img {
      width: 36%;
      border-radius: 20px;
     
    }

    .banner-content {
      background: rgba(255, 255, 255, 0.75);
      backdrop-filter: blur(10px);
      padding: 40px;
      border-radius: 20px;
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    }

    .banner-content h2 {
      font-size: 28px;
      color: #0a4275;
      margin-bottom: 20px;
      font-weight: 700;
    }

    .banner-content p {
      color: #333;
      line-height: 1.7;
      margin-bottom: 16px;
      font-size: 16px;
    }

    .banner-content .highlight {
      font-weight: 600;
      color: #0a4275;
      margin-top: 10px;
    }

    .banner-content a.button {
      display: inline-block;
      margin-top: 20px;
      padding: 12px 24px;
      background-color: #0a4275;
      color: #fff;
      text-decoration: none;
      border-radius: 6px;
      transition: background 0.3s;
    }

    .banner-content a.button:hover {
      background-color: #06365f;
    }



    @media (max-width: 768px) {
      .banner-container {
        grid-template-columns: 1fr;
        text-align: center;
      }

      .banner-content {
        padding: 30px 20px;
      }

      .banner-content h2 {
        font-size: 22px;
      }

      .banner-content p {
        font-size: 15px;
      }
    }
    
    
/* Tablet (iPad) */
@media (max-width: 991.98px) {
    .hero-content h1 {
        font-size: 3rem;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .hero-content h1 {
        font-size: 3rem;
    }
}

/* Extra small devices */
@media (max-width: 575.98px) {
    .hero-content h1 {
        font-size: 2rem !important;
    }
}


@media (max-width: 767.98px) {
  .top-right-image {
    display: none;
  }
}

@media (max-width: 768px) {
  .banner-image-box {
    text-align: center;
  }

  .banner-image-box img {
    width: 50%;
    margin: 0 auto;
    display: inline-block;
  }
}


.about-section {
  background-color: #fff;
  padding: 100px 20px;
}

.container-aboutus {
  max-width: 1200px;
  margin: 0 auto;
}

.about-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.about-images {
  flex: 1;
  position: relative;
}

.main-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.overlay-image {
      position: absolute;
    bottom: 400px;
    left: -80px;
    width: 57%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.overlay-image img {
  width: 100%;
  display: block;
  background-color: #ffffffff;
  padding: 40px;
}

  .overlay-image img {
    animation: floatUpDown 3s ease-in-out infinite;
  }

  @keyframes floatUpDown {
    0% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-10px);
    }
    100% {
      transform: translateY(0px);
    }
  }

.about-content {
  flex: 1;
}

.section-subtitle {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #555;
  margin-bottom: 10px;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.section-description {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #666;
}

.about-feature {
  margin-bottom: 20px;
}

.about-feature h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.about-feature p {
  color: #777;
  font-size: 15px;
}

.btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  transition: background 0.3s;
}

.btn:hover {
  background-color: #555;
}


/* Responsive */
@media (max-width: 768px) {
  .about-grid {
    flex-direction: column;
  }

  .overlay-image {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 20px;
    width: 100%;
  }
}