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

:root {
  --black: #505050;
  --white: #f8f5f4;
  --primary: #8b2d2d;
  --secondary: #a64b4b;
  --gray: whitesmoke;
  --border: #0000001c;
  --paragraph: #7b7b7b;
  --transparent: #0000;
  --highlight: #d9b3a64f;
  --spark-library--white: white;
  --spark-library--foreground-secondary: #000000c2;
  --spark-library--black: black;
  --spark-library--background--interactive: #f0ecfd;
  --spark-library--foreground-interactive: #5532fa;
  --spark-library--light-steel-purple: #a695fb;
  --light-grey: #b9b9b9;
  --dark-cyan: #139992;
  --accent: #3e1f1f;
}

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

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

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

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

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

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

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

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

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

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

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

h1 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .8rem;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-size: 1rem;
}

a {
  color: inherit;
  text-decoration: underline;
}

.body {
  background-color: var(--white);
  color: #fff;
  font-family: Poppins, sans-serif;
  line-height: 1.3;
}

.body.no-scroll {
  overflow: hidden;
}

.section {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  padding: 2rem;
  display: flex;
}

.section.tours-summary-block {
  background-color: #0000;
  background-image: none;
  align-items: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 10rem;
}

.section.hero {
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  min-height: 100vh;
  max-height: 100%;
  padding: 0 2rem 0;
  text-decoration: none;
  display: flex;
}

.section.hero-inner {
  background-image: linear-gradient(88deg, #000000c4, #0000), url('../images/pexels-pok-rie-1655166.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 70vh;
}

.section.hero-inner.tours {
  background-image: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: auto;
  padding: 4rem;
}

.section.hero-inner.about {
  background-image: linear-gradient(88deg, #000000c4, #0000), url('../images/pexels-oliver-sjöström-1295036.jpg');
  background-position: 0 0, 50%;
}

.section.hero-inner.contact {
  background-image: linear-gradient(88deg, #000000c4, #0000), url('../images/pexels-oliver-sjöström-1295036.jpg');
}

.section.contact-form-section {
  padding-top: 4vw;
}

.section.faq, .section.small {
  height: auto;
}

.section.timeline {
  background-color: var(--white);
}

.section.contact, .section.tours, .section.full-height {
  height: auto;
}

.section.hero-copy {
  background-color: #fff0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  height: 120vh;
  padding: 0 2rem 0;
  text-decoration: none;
  display: flex;
}

.main-container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  max-width: 80rem;
  padding: 2rem 0;
  display: block;
  position: static;
  overflow: visible;
}

.main-container.hero {
  background-color: #fff0;
  flex: 1;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  max-width: 1450px;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.main-container.tours {
  flex: 1;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  max-width: none;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.slider-wrapper {
  z-index: 1;
  max-width: 100%;
  margin-top: 0;
  position: static;
  overflow: hidden;
}

.slider-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: flex;
}

.slider-item {
  flex: none;
  justify-content: space-between;
  align-self: stretch;
  width: 30%;
  min-width: 400px;
  display: flex;
}

.slider-item.ourtours {
  width: 100%;
  min-width: 100%;
}

.hero-heading {
  max-width: 63vw;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Forum, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3.5rem;
}

.hero-heading.black {
  color: var(--black);
  text-transform: uppercase;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 2;
}

.hero-heading.small {
  color: var(--black);
  text-transform: uppercase;
  font-family: Forum, sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
}

.hero-heading.bigg {
  text-transform: uppercase;
  font-size: 3.6rem;
}

.heading-left {
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-end;
  align-items: flex-start;
  display: flex;
}

.paragraph {
  max-width: 50vw;
}

.paragraph.hero {
  border-left: 2px none var(--white);
  max-width: 55vw;
  color: var(--white);
  margin-top: 40px;
  padding-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.paragraph.body {
  color: var(--black);
  background-color: #0000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.nav-link {
  letter-spacing: .25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 2rem;
  margin-left: 0;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.triggered {
  color: var(--black);
}

.nav-link.black {
  color: var(--black);
  font-weight: 400;
}

.button-primary {
  background-color: var(--primary);
  color: #fff;
  letter-spacing: .5px;
  text-transform: capitalize;
  border-radius: 8rem;
  flex: 0 auto;
  align-self: auto;
  padding: 12px 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.button-primary:hover {
  background-color: var(--black);
  color: #fff;
  font-weight: 700;
}

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

.social-icons-grid {
  grid-template-columns: 1fr;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.social-icons-grid.footer {
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

.social-icons-grid.header {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: .8;
  mix-blend-mode: darken;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.social-icon-image {
  width: 22px;
}

.hero-button-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  place-items: flex-end start;
  margin-top: 40px;
  display: flex;
}

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

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

.content-split.right {
  grid-row-gap: 10px;
  max-width: 45%;
}

.content-split.left {
  width: 100%;
  max-width: 50%;
}

.big-body-image {
  object-fit: cover;
  border-radius: .5rem;
  width: 100vw;
  min-width: 100%;
  height: 500px;
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-3 {
  color: var(--black);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Forum, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3rem;
  display: block;
}

.heading-3.home {
  color: var(--black);
  font-size: 1.5rem;
}

.property-card {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 18px 18px 45px #0000001a;
}

.card-image-wrap {
  border-radius: .3rem .3rem 0 0;
  height: 350px;
  position: relative;
  overflow: hidden;
}

.card-image-wrap.div {
  overflow: visible;
}

.card-image {
  object-fit: cover;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.card-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 1rem 0 0;
  display: flex;
}

.card-wrapper {
  background-color: #fff;
  border-radius: .5rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 10px;
  display: flex;
  overflow: hidden;
  box-shadow: 3px 2px 19px #00000014;
}

.tours-card.heading {
  color: var(--black);
  font-family: Forum, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.card-summary {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.2;
}

.tours-buttons-grid {
  grid-column-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.location-icon {
  align-self: center;
  max-width: 1.8%;
  margin-bottom: 2px;
  margin-right: 2px;
}

.location-row {
  grid-column-gap: 4px;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.card-location {
  color: var(--secondary);
  font-weight: 700;
}

.card-tiny-text {
  color: var(--gray);
  letter-spacing: .2px;
  font-size: 12px;
}

.tours-price-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  align-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto auto 0% 24px;
}

.price-text {
  color: var(--white);
  text-shadow: 0 0 10px #000000a6;
  align-self: flex-end;
  font-size: 45px;
  font-weight: 700;
  line-height: 31px;
}

.price-text-from-per {
  color: var(--white);
  letter-spacing: .2px;
  text-transform: uppercase;
  text-shadow: 0 0 10px #000000a6;
  align-self: flex-end;
  margin-right: 5px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 13px;
}

.price-text-from-per.margin {
  color: var(--white);
  text-shadow: 0 0 10px #000000a6;
  margin-left: 5px;
  line-height: 13px;
}

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

.empty-state {
  background-color: var(--white);
}

.navigation-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.menu-links {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.nav {
  z-index: 90;
  width: 100%;
  min-width: 100%;
  color: var(--black);
  background-color: #0000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem 1rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav:where(.w-variant-d1d97d87-8c98-dc12-c538-9c28e8d8ee47) {
  color: var(--black);
}

.nav.on-dark, .nav.menu-open {
  color: var(--white);
}

.nav-menu {
  mix-blend-mode: multiply;
}

.container_navigation {
  z-index: 1000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5vw 4vw;
  display: flex;
}

.udesly-menu-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: none;
}

.sub-heading {
  color: var(--secondary);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Forum, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.sub-heading.margin-right {
  margin-right: 7px;
}

.moving-gallery-top-grid {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.2fr .8fr .9fr;
  width: 120vw;
  height: 40vh;
  margin-bottom: 16px;
}

.moving-gallery-image {
  object-fit: cover;
  background-image: url('../images/pexels-oliver-sjöström-1223649.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5rem;
  height: 100%;
}

.moving-gallery-image.mg-image-2 {
  background-image: url('../images/pexels-flo-maderebner-1466333.jpg');
  background-position: 50%;
  background-size: cover;
}

.moving-gallery-image.mg-image-3 {
  background-image: url('../images/pexels-cottonbro-studio-4911054.jpg');
  background-position: 50%;
  background-size: cover;
}

.moving-gallery-image.mg-image-5 {
  background-image: url('../images/pexels-kelly-2887293.jpg');
  background-position: 50%;
  background-size: cover;
}

.moving-gallery-image.mg-image-4 {
  background-image: url('../images/pexels-oliver-sjöström-1295036.jpg');
  background-position: 50%;
  background-size: cover;
}

.moving-gallery-image.mg-image-6 {
  background-image: url('../images/pexels-luis-quintero-1624868.jpg');
  background-position: 50%;
  background-size: cover;
}

.moving-gallery-image.mg-image-7 {
  background-image: url('../images/pexels-julie-aagaard-1368503.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
}

.moving-gallery-image.mg-image-8 {
  background-image: url('../images/pexels-julie-aagaard-1368502.jpg');
  background-position: 50%;
  background-size: cover;
}

.moving-gallery-wrapper {
  height: auto;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.moving-gallery-bottom-grid {
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr 1.2fr .7fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 0;
}

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

.section2.moving-gallery {
  padding-top: 0;
  padding-bottom: 0;
}

.button-wrapper {
  color: #000;
  background-image: url('../images/Black-Thing.png');
  background-position: 55% 250%;
  background-repeat: no-repeat;
  background-size: 110%;
  border: 2px solid #000;
  border-radius: .2rem;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease-out;
  display: flex;
}

.button-wrapper:hover {
  color: #fff;
  background-position: 50% 0;
}

.button-wrapper.filled-in {
  background-color: var(--black);
  color: #fff;
  border-style: none;
  border-color: #da3e52;
  border-radius: 90000rem;
}

.button-wrapper.filled-in:hover {
  border-color: var(--black);
}

.button-wrapper.filled-in.hero {
  border-color: var(--gray);
  background-color: var(--gray);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 9000rem;
}

.button-wrapper.filled-in.hero:hover {
  border-color: var(--white);
  color: var(--white);
}

.button-wrapper.outline.light {
  border-color: var(--white);
  color: var(--white);
  border-radius: 9000rem;
}

.button-wrapper.outline.light:hover {
  border-color: var(--black);
}

.button-wrapper.outline.dark {
  border-radius: 900rem;
}

.button-text {
  text-align: center;
  letter-spacing: .5px;
  text-transform: capitalize;
  justify-content: center;
  display: block;
}

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

.footer-center {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link-white {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link-white:hover {
  opacity: .5;
}

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

.footer-link-wrap {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.footer {
  background-color: #fff;
  background-image: linear-gradient(#000000b5, #000000b5), url('../images/IMG_0819-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 0 2vw 2vw;
}

.footer-logo {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.footer-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.divider {
  border-bottom: 2px solid var(--white);
  width: 100%;
}

.small-text {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

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

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

._404-message {
  color: var(--black);
}

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

.submit-button {
  background-color: var(--primary);
  border-radius: .2rem;
}

.field-label {
  color: var(--black);
}

.lock-icon {
  align-self: center;
}

.tours-body {
  background-color: var(--gray);
}

.tour-item {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  flex: 0 auto;
  align-self: auto;
  height: auto;
  display: flex;
}

.about-body {
  background-color: var(--white);
}

.form-button {
  background-color: var(--primary);
  letter-spacing: .5px;
  border-radius: .2rem;
  font-weight: 700;
}

.body-contact {
  background-color: var(--gray);
}

.form-text-field {
  border-radius: .2rem;
}

.spacer {
  height: 5vw;
  min-height: 5vw;
}

.spacer._2vw {
  height: 2vw;
  min-height: 2vw;
}

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

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

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

.styleguide-wrapper-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.header-nav-logo {
  mix-blend-mode: darken;
}

.tours-wrapper {
  flex-direction: row;
  padding-top: 12rem;
  display: block;
}

.tours-list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rich-text-block {
  font-size: 16px;
}

.price-info {
  display: flex;
}

.info {
  color: var(--primary);
  font-size: 1rem;
  font-weight: 700;
}

.info.margin-left {
  margin-left: 5px;
}

.location-info, .duration-info {
  display: flex;
}

.info-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-bottom: 20px;
  padding-top: 20px;
  display: flex;
}

.tours-heading {
  margin-top: 0;
}

.image-cover {
  object-fit: cover;
  background-image: url('../images/pexels-pok-rie-1655166.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: .2rem;
  height: 100%;
}

.multi-image-wrapper {
  flex-flow: row;
  display: block;
}

.multi-image-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.multi-image-item {
  flex: 1;
  height: 50vh;
}

.button-div-wrapper {
  justify-content: center;
  margin-top: 3rem;
  display: flex;
}

.button-secondary {
  color: var(--black);
  background-color: #0000;
  border: 2px #000;
  border-bottom-style: solid;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
}

.hero-image-wrapper {
  object-fit: cover;
  border-radius: .2rem;
  flex: 0 auto;
  align-self: flex-end;
  width: 300px;
  height: 300px;
  overflow: hidden;
}

.line {
  background-color: var(--border);
  height: 1px;
}

.hero2-wrapper {
  grid-column-gap: 60px;
  flex-direction: row;
  align-items: flex-end;
  margin-top: 3rem;
  display: flex;
}

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

.cms-grid {
  grid-column-gap: 60px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.more-info-wrapper {
  border: 1px solid var(--border);
  background-color: var(--gray);
  padding: 25px;
}

.text-link-wrapper {
  text-decoration: none;
}

.background-video {
  background-image: linear-gradient(99deg, #000000b3, #0000001a);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.container-grid {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template: ". . Area" 1fr
                 ". . ."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-end;
  width: 100%;
  max-width: 1250px;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 6rem 0 5rem;
  display: grid;
  position: relative;
}

.text-span {
  font-style: italic;
  font-weight: 400;
}

.heading-4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.heading-4.larger {
  font-size: 1.3rem;
}

.heading-4.link {
  width: auto;
  color: var(--black);
  padding-left: 0;
  font-weight: 400;
  text-decoration: none;
  transition-property: color;
  transition-duration: .5s;
}

.heading-4.link:hover {
  color: var(--paragraph);
  background-color: #8b2d2d00;
}

.heading-4.red {
  color: var(--primary);
}

.heading-4.white {
  color: var(--white);
}

.review-icon {
  width: 8rem;
}

.div-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.image-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 600px;
  display: grid;
}

.staticimage {
  background-image: url('../images/pexels-cottonbro-studio-4911054.jpg');
  background-position: 50%;
  background-size: cover;
}

.staticimage1 {
  background-image: url('../images/pexels-symeon-ekizoglou-2880755.jpg');
  background-position: 50%;
  background-size: cover;
}

.staticimage2 {
  background-image: url('../images/pexels-athena-1586804.jpg');
  background-position: 100%;
  background-size: cover;
}

.heading-5, .heading-6 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.footer-dark {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  border-radius: 1rem;
  max-width: 100%;
  height: 480px;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 4rem 3rem;
  position: relative;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.title-small {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: var(--paragraph);
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--paragraph);
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.section-timeline-heading {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10rem;
  display: flex;
  position: relative;
}

.container-4 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical-xlarge {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.paragraph-large {
  color: #000;
  letter-spacing: -.02em;
  font-size: 20px;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.inline-block {
  display: inline-block;
}

.timeline_date-text {
  color: var(--black);
  letter-spacing: -.03em;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_text {
  color: var(--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.3;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#600, #ff4848 51%, #790002);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

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

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.timeline_image-wrapper.margin-bottom-medium.grid {
  background-image: none;
}

.timeline_image-wrapper.margin-bottom-medium.grid-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-image: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 500px;
  display: grid;
}

.timeline_circle {
  background-color: #000;
  border: 1px #000;
  border-radius: 100%;
  width: 10px;
  min-width: 10px;
  max-width: 10px;
  height: 10px;
  min-height: 10px;
  max-height: 10px;
  position: sticky;
  top: 50vh;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_progress {
  z-index: -2;
  background-color: #c7c7c7;
  width: 2px;
  height: 100%;
  position: absolute;
}

.section-timeline {
  z-index: -3;
  background-color: var(--white);
  position: relative;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.heading-7 {
  color: var(--black);
  font-family: Cormorant Garamond, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.margin-bottom-large {
  margin-bottom: 40px;
}

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

.button-inverted {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 14px 32px;
  font-weight: 700;
  line-height: 20px;
  transition: all .4s;
}

.button-inverted:hover {
  transform: translate(0, -4px);
}

.section-timeline-cta {
  background-color: var(--white);
}

.paragraph-large-2 {
  letter-spacing: -.02em;
  font-size: 20px;
}

.nav-dropdown_text {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.link {
  color: #7e7e7e;
  width: 200px;
  padding: 12px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.link:hover {
  background-color: var(--primary);
  color: #fff;
  border-radius: .2px;
}

.collection-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white);
  border-radius: .5rem;
  flex-flow: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.dropdown-list {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: .2rem;
  width: 250px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.collection-item {
  flex: none;
  padding: .1rem 1rem;
}

.logo-text {
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.image {
  border-radius: 1rem;
  width: 50vw;
  height: 50vh;
}

.image.about {
  background-image: url('../images/IMG_0877.JPG');
  background-position: 50%;
  background-size: cover;
}

.social-icon {
  width: 18px;
  height: 18px;
}

.social-icon:where(.w-variant-d1d97d87-8c98-dc12-c538-9c28e8d8ee47) {
  color: #00000080;
}

.code-embed-2, .code-embed-3 {
  width: 20px;
  color: var(--white);
}

.feature_wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-3 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  height: 620px;
  min-height: 100%;
  display: flex;
}

.div-block-4 {
  width: 100%;
  height: 100%;
}

.tab_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-2, .image-3 {
  height: 100%;
}

.div-block-6 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: .5rem;
  width: 100%;
  height: 250px;
}

.div-block-6.tours {
  height: 300px;
}

.heading-2 {
  color: var(--black);
  text-transform: none;
  margin-bottom: 0;
  font-family: Forum, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-2.center {
  text-align: center;
  font-size: 2rem;
}

.heading-2.center.white {
  color: var(--white);
}

.heading-2.center.white.large {
  font-size: 4rem;
}

.nav_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  border-bottom-color: #fff9;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: .5rem;
  display: flex;
  position: relative;
}

.nav_wrapper.triggered {
  border-bottom-color: #0009;
}

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

.tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 30%;
  margin-bottom: 0;
  display: flex;
}

.tab-link-tab-2 {
  -webkit-text-stroke-color: var(--primary);
  background-color: #ebebeb;
  border-radius: .5rem;
  width: 100%;
  max-width: 400px;
}

.tab-link-tab-2.w--current {
  background-color: var(--primary);
}

.text-block-8 {
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.tab-link-tab-1 {
  background-color: #eee;
  border-radius: .5rem;
  padding-top: 14px;
  padding-bottom: 14px;
  transition: all .2s;
}

.tab-link-tab-1:hover {
  background-color: var(--highlight);
}

.tab-link-tab-1.w--current {
  background-color: var(--primary);
  color: var(--white);
  border-radius: .5rem;
}

.hero-section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
}

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

.nav-dropdown {
  color: #fff;
}

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

.div-block-8 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 59px;
  display: flex;
}

.image-left {
  background-image: url('../images/IMG_0819-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 1rem;
  height: 500px;
}

.div-block-9 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.image-right {
  background-image: url('../images/R6FM9896-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 1rem;
}

.heading-spacer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.div-block-10 {
  background-color: var(--spark-library--white);
  border-top: 1px #000;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem 2rem 2rem;
  display: flex;
}

.text-block-9 {
  color: var(--paragraph);
  font-family: Poppins, sans-serif;
  font-size: .9rem;
  font-weight: 300;
}

.paragraph-2 {
  color: var(--paragraph);
  flex: 0 auto;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.paragraph-2.center {
  color: var(--white);
  text-align: center;
}

.paragraph-2.center.black {
  color: var(--paragraph);
}

.paragraph-2.white {
  color: var(--white);
}

.paragraph-2.center-copy {
  color: var(--white);
  text-align: center;
}

.tabs {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1450px;
  display: flex;
}

.tap-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  width: 100%;
  display: flex;
}

.tab-image {
  background-image: url('../images/IMG_2709-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  width: 100%;
  height: 500px;
}

.tab-image._1 {
  background-image: url('../images/IMG_2700-1.jpg');
}

.tab-image._2 {
  background-image: url('../images/IMG_0917-1.jpg');
}

.div-block-11 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.paragraph-3 {
  font-family: Poppins, sans-serif;
}

.tab-pane-tab-1 {
  width: 100%;
}

.tabs-content {
  width: 66%;
}

.div-block-12 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  display: flex;
}

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

.review-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3.5rem 12rem;
  display: flex;
}

.slider {
  background-color: #fff;
  border-radius: 2rem;
  height: 700px;
}

.image-4 {
  width: 220px;
}

.google-icon {
  width: 80px;
}

.image-5 {
  width: 130px;
}

.container-6 {
  width: 100%;
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

.section-header {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
  display: flex;
}

.section-tittle {
  margin-bottom: 0;
}

.slider-navigation-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  margin-bottom: 4px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.slider-navigation {
  cursor: pointer;
  transition: opacity .2s;
}

.slider-navigation:hover {
  opacity: .7;
}

.slider-navigation.prev-slide {
  color: #fff;
  height: 40px;
  margin-right: 0;
  transform: rotate(180deg);
}

.slider-navigation.next-slide {
  color: #fff;
  height: 40px;
}

.code-embed-4 {
  width: 50px;
}

.slider-button {
  background-color: var(--primary);
  border-radius: 9000px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.sticky-container {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.sticky-element {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 35%;
  display: flex;
  position: sticky;
  top: 100px;
}

.heading-8 {
  flex-flow: column;
  font-family: Forum, sans-serif;
  display: flex;
}

.feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 40%;
  display: flex;
}

.feature-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

.large-img {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-image: linear-gradient(#00456566, #00456566), url('../images/IMG_2717-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 2.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 650px;
  display: flex;
}

.div-block-13 {
  width: 700px;
}

.what-wrap {
  grid-column-gap: 100px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.body-large {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 160%;
  text-decoration: none;
}

.body-large.text-color-light {
  color: #d6d6d6;
}

.title-details {
  width: 100%;
  max-width: 980px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 160%;
}

.title-details.text-color-light {
  color: #d6d6d6;
}

.mini-section-heading {
  width: 100%;
}

.title-outer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.what-question {
  color: #fff;
  flex: 1;
  font-size: 18px;
}

.faq-section {
  color: #858585;
  background-color: #010303;
  padding-top: 100px;
  padding-bottom: 100px;
}

.faq-section.bg-green {
  background-color: #01030300;
}

.under-line {
  background-color: #66666680;
  width: 0%;
  height: 100%;
}

.plus-icon {
  filter: invert();
  width: 100%;
  max-width: 24px;
  height: 24px;
  margin-top: 0;
}

.title-inner {
  grid-row-gap: 6px;
  text-transform: uppercase;
  flex-flow: column;
  display: flex;
}

.what-answer-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 26px;
  padding-bottom: 0;
  display: flex;
}

.what-outer {
  width: 100%;
}

.under-liner-wrapper {
  background-color: #bebebe66;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
}

.under-liner-wrapper.section-top {
  margin-bottom: 15px;
}

.answer-block {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.question-block {
  grid-column-gap: 12px;
  white-space: pre-wrap;
  width: 100%;
  padding: 30px 0 0;
  display: flex;
}

.question-block.top {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
}

.container-7 {
  width: 100%;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.question-inner {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.what-i-do {
  border-bottom: 1px solid #bebebe;
  flex-direction: column;
  width: 100%;
  margin-bottom: 60px;
  padding-bottom: 30px;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 600px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  height: 100%;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.code-embed-5 {
  height: 35px;
  color: var(--white);
}

.bold-text {
  color: #fff;
}

.gradient-arrow-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  font-size: .8rem;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: transform .25s;
  display: flex;
}

.gradient-arrow-button:hover {
  transform: translate(0, -3px);
}

.gradient-arrow-button.full {
  width: 100%;
}

.button-icon-right {
  width: 16px;
  margin-left: 10px;
}

.outline-btn {
  z-index: 20;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #d6e3e7;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding: .5rem 1.5rem;
  font-size: .65rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.outline-btn.black {
  border-width: 2px;
  border-color: var(--primary);
  color: var(--black);
  border-radius: .5rem;
}

.outline-btn.black.full {
  flex: none;
}

.outline-btn.black {
  color: #505050;
  border-width: 2px;
  border-color: #8b2d2d;
  border-radius: .5rem;
}

.secondary-btn-text {
  z-index: 20;
  color: var(--secondary);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.button-hover-circle {
  z-index: 5;
  background-color: var(--secondary);
  border-radius: 100%;
  width: 125%;
  height: 400%;
  position: absolute;
  inset: auto auto -400% -16px;
}

.arrow-button {
  cursor: pointer;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.arrow-button.pad {
  margin-right: 30px;
  text-decoration: none;
}

.arrow-button.pad.black {
  color: var(--black);
}

.arrow-button.pad.white {
  color: #f8f5f4;
}

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

.button-title {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.arrow-wrapper {
  filter: invert();
  width: 14px;
  margin-top: -10px;
  margin-left: 5px;
  overflow: hidden;
}

.button-arrow {
  filter: invert(0%);
}

.button-arrow.black {
  filter: invert();
}

.underline {
  background-color: var(--black);
  width: 100%;
  height: 2px;
}

.underline.white {
  background-color: var(--white);
}

.underline.black {
  background-color: var(--black);
}

.underline.black.skinny {
  height: 1px;
}

.code-embed-6 {
  border: 1px #a93939;
  height: 44px;
}

.div-block-18 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.text-block-10 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.gradient-arrow-button-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #8b2d2d;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  font-size: .8rem;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: transform .25s;
  display: flex;
}

.gradient-arrow-button-2:hover {
  transform: translate(0, -3px);
}

.secondary-btn-text-2 {
  z-index: 20;
  color: #a64b4b;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.text-block-11 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.button-hover-circle-2 {
  z-index: 5;
  background-color: #a64b4b;
  border-radius: 100%;
  width: 125%;
  height: 400%;
  position: absolute;
  inset: auto auto -400% -16px;
}

.hero-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#00000080, #00000080);
  background-position: 50% 100%, 0 0;
  background-size: cover, auto;
  border-radius: 1.5rem;
  width: 100%;
  height: 70vh;
}

.hero-image.tours {
  background-image: url('../images/IMG_2072.jpg'), linear-gradient(#0000, #0000);
  background-position: 100%, 0 0;
  background-size: cover, auto;
  height: 70vh;
}

.hero-image.private-tours {
  background-image: url('../images/IMG_0917-1.jpg'), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  height: 70vh;
}

.div-block-19 {
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-20 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.text-block-12 {
  color: var(--paragraph);
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.sticky-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  padding-right: 4rem;
  display: flex;
}

.text-block-13 {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.text-block-13.tags {
  color: var(--white);
}

.div-block-21 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--highlight);
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 12px 18px;
  display: flex;
}

.div-block-21.tags {
  background-color: var(--primary);
}

.container-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border-radius: .8rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 35%;
  padding: 1rem;
  display: flex;
  position: sticky;
  top: 10rem;
  box-shadow: 0 2px 20px #00000026;
}

.div-block-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-9 {
  color: #505050;
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Forum, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-10 {
  color: #505050;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.sub-heading-2 {
  color: #cc5353;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Forum, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.container-8 {
  width: 100%;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-4 {
  color: #7b7b7b;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.spark-centered-900 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-secondary-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-bold-heading {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-bold-heading.spark-card-title {
  font-size: 1.2rem;
}

.spark-bold-heading.spark-no-bottom-margin {
  margin-bottom: 0;
}

.spark-small-sub-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-tab {
  color: var(--spark-library--black);
  background-color: #0000;
  border-radius: 8px;
  padding: 8px 24px;
  transition: color .15s, background-color .15s;
}

.spark-tab:hover {
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-tab.w--current {
  color: var(--spark-library--foreground-interactive);
  background-color: #0000;
}

.spark-tabs-menu {
  grid-column-gap: 16px;
  justify-content: center;
  margin-bottom: 100px;
  display: flex;
}

.spark-tabs-menu.spark-left-aligned {
  justify-content: flex-start;
}

.spark-tabs-parent, .spark-tabs-content {
  width: 100%;
}

.spark-three-column-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-wrapped-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-card.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  transition: border-color .15s;
}

.spark-square-image-card {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: auto;
  display: block;
}

.spark-card-details {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 590px;
  padding-bottom: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.spark-secondary-paragraph-3 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-side-flat-tab-parent {
  width: 100%;
  display: block;
}

.spark-two-column-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-small-icon {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-small-icon.spark-float-right {
  margin-left: auto;
  display: inline-block;
}

.spark-flex-center {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.spark-simple-side-icon-tab {
  background-color: var(--spark-library--background--interactive);
  color: var(--spark-library--black);
  border-radius: 12px;
  margin-bottom: 1rem;
  padding: 14px;
  transition: background-color .15s, color .15s;
  display: block;
}

.spark-simple-side-icon-tab:hover {
  border-bottom-color: var(--spark-library--light-steel-purple);
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-simple-side-icon-tab.w--current {
  border-bottom-color: var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: #fff;
}

.spark-simple-stacked-icon-tabs {
  float: left;
  grid-column-gap: 0px;
  flex-direction: column;
  justify-content: center;
  width: 20%;
  margin-bottom: 0;
  margin-right: 5%;
  display: inline-block;
}

.spark-simple-icon-tabs-content {
  width: 75%;
  display: block;
}

.spark-secondary-paragraph-4 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-small-icon-tab {
  color: var(--spark-library--black);
  background-color: #0000;
  border-radius: 8px;
  padding: 12px;
  transition: color .15s, background-color .15s;
}

.spark-small-icon-tab:hover {
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-small-icon-tab.w--current {
  color: var(--spark-library--foreground-interactive);
  background-color: #0000;
}

.spark-secondary-paragraph-5 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-flat-tab {
  box-shadow: 0 3px 0 0 var(--spark-library--background--interactive);
  color: var(--spark-library--black);
  background-color: #0000;
  padding: 24px 80px;
  transition: box-shadow .3s, color .15s;
}

.spark-flat-tab:hover {
  box-shadow: 0 3px 0 0 var(--spark-library--light-steel-purple);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-flat-tab.w--current {
  border-bottom-color: var(--spark-library--foreground-interactive);
  box-shadow: 0 3px 0 0 var(--spark-library--foreground-interactive);
  color: var(--spark-library--foreground-interactive);
  background-color: #0000;
}

.spark-flat-tab.spark-small {
  padding-left: 32px;
  padding-right: 32px;
}

.spark-super-simple-flat-tabs-menu {
  grid-column-gap: 0px;
  box-shadow: 0 3px 0 0 var(--spark-library--background--interactive);
  justify-content: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.spark-secondary-paragraph-6 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-pill-tab {
  color: var(--spark-library--black);
  background-color: #0000;
  border-radius: 8px;
  padding: 8px 24px;
  transition: color .15s, background-color .15s;
}

.spark-pill-tab:hover {
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-pill-tab.w--current {
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
}

.spark-secondary-paragraph-7 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-wide-simple-stacked-icon-tabs {
  float: left;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  width: 20%;
  margin-bottom: 0;
  margin-right: 5%;
  display: flex;
  position: sticky;
  top: 150px;
}

.spark-wider-simple-icon-tabs-content {
  width: 75%;
  display: block;
}

.spark-rounded-corner-image {
  border-radius: 12px;
  margin-bottom: 32px;
}

.spark-simple-flat-square-tab {
  border-bottom: 3px solid var(--spark-library--background--interactive);
  color: var(--spark-library--black);
  background-color: #0000;
  padding: 14px;
  transition: background-color .15s, color .15s;
  display: block;
}

.spark-simple-flat-square-tab:hover {
  border-bottom-color: var(--spark-library--light-steel-purple);
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-simple-flat-square-tab.w--current {
  border-bottom-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--foreground-interactive);
  background-color: #0000;
}

.spark-simple-flat-square-tab.spark-tab-with-arrow {
  justify-content: flex-start;
  margin-bottom: 16px;
  padding-right: 14px;
  transition: background-position .15s, background-color .15s, color .15s;
  display: flex;
}

.spark-simple-flat-square-tab.spark-tab-with-arrow.w--current {
  background-color: var(--spark-library--white);
}

.spark-secondary-paragraph-8 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-side-tabs-content {
  width: 60%;
  display: block;
}

.spark-simple-flat-tab {
  color: var(--spark-library--black);
  background-color: #0000;
  margin-bottom: 16px;
  padding: 16px 24px;
  transition: border-color .3s, color .15s;
}

.spark-simple-flat-tab:hover {
  border-bottom-color: var(--spark-library--light-steel-purple);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-simple-flat-tab.w--current {
  border-bottom-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--foreground-interactive);
  background-color: #0000;
}

.spark-simple-flat-tab-parent {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.spark-simple-stacked-flat-tabs {
  float: left;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  margin-right: 10%;
  display: grid;
}

.main-image {
  width: 100%;
  height: 600px;
}

.cms-photo {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.collection-list-wrapper {
  justify-content: center;
  align-items: center;
}

.collection-list-2 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-23 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: .6rem;
  width: 100%;
  height: 85px;
}

.collection-item-2 {
  width: 100%;
}

.div-block-24 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: flex;
}

.div-block-25 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-26 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-27 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-11 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
}

.div-block-28 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.collection-list-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  display: flex;
}

.code-embed-7 {
  height: 25px;
}

.collection-item-3 {
  border-radius: 1rem;
  height: 100%;
}

.collection-list-4, .collection-list-wrapper-2 {
  height: 100%;
}

.link-block-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: .8rem;
  width: 100%;
  height: 600px;
}

.tab-link-tab-1-2 {
  background-color: #ddd0;
  width: 100%;
  height: 85px;
  padding: 0;
}

.tab-link-tab-1-2.w--current {
  background-color: #fff0;
  width: 100%;
  height: 85px;
  padding: 0;
}

.tabs-menu-2 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: .8rem;
  margin-bottom: .8rem;
  display: flex;
}

.display-none {
  display: none;
}

.tabs-2 {
  flex-flow: column-reverse;
  display: flex;
}

.line-terms {
  background-color: #fff;
  height: 1px;
}

.grid {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.grid.is--footer {
  z-index: 3;
}

.grid.is--final-coypright {
  z-index: 1;
  align-items: center;
  padding-top: 7em;
}

.link-block-3 {
  color: #fff;
  padding-top: 0;
  text-decoration: none;
}

.gradient-top {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.paragraph-5 {
  color: #fff;
  width: 16.5em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.submit-button-2 {
  z-index: 10;
  background-color: var(--primary);
  border-radius: .5rem;
  width: 260px;
  height: 42px;
  font-size: 16px;
  font-weight: 300;
  position: absolute;
  inset: auto 0% 0% auto;
}

.checkbox-label {
  color: #fff;
  margin-bottom: 0;
  padding-left: 2em;
  font-size: 16px;
  font-weight: 300;
  display: none;
}

.checkbox-label.open {
  color: #616060;
  font-weight: 400;
  display: block;
}

.image-footer {
  z-index: 0;
  opacity: .5;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.container-9 {
  z-index: 1;
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15em 6.25em;
}

.container-9.footer {
  padding: 4em 12em 0;
}

.text-span-15 {
  font-weight: 500;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.checkbox {
  width: 25px;
  height: 25px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  background-color: #5581da;
}

.text-block-14 {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
}

.social-icons {
  width: 2.5em;
  padding-right: 1em;
}

.social {
  justify-content: center;
  align-items: center;
  padding-bottom: .7em;
  display: flex;
}

.footer-terms {
  color: #fff;
  letter-spacing: .5px;
  font-size: 13px;
  font-weight: 300;
}

.contact-text-wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
}

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

.logo-footer {
  width: 13em;
}

.text-span-8 {
  border-bottom: 1px solid #f8f8f8;
}

.text-field {
  width: 100%;
  height: 4rem;
  color: var(--black);
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #c4c4c4;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: 0 0 0 1rem;
  font-family: Poppins, sans-serif;
}

.text-field:active {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
  transform: translate(0);
}

.text-field:focus {
  color: var(--black);
  font-size: 16px;
  font-weight: 300;
}

.text-field::placeholder {
  color: #4d4a4a;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
}

.span-text.footer-2 {
  font-weight: 300;
}

.footer-terms-span {
  color: #fff;
  text-decoration: none;
}

.form-block {
  position: relative;
}

.div-block-29 {
  padding-bottom: 0;
  position: relative;
}

.grid_item {
  z-index: 1;
  width: 100%;
  padding: 1.04em;
  display: block;
  position: relative;
}

.grid_item.footer-social {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
}

.grid_item.footer-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5em;
  display: flex;
}

.grid_item.footer-social-mobile {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  padding-top: .5em;
  padding-bottom: .5em;
  display: none;
}

.grid_item.is--50 {
  justify-content: center;
  width: 50%;
  display: flex;
  position: relative;
}

.grid_item.is--50.footer-2 {
  white-space: nowrap;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.grid_item.is--50.footer-1 {
  justify-content: flex-start;
  width: 60%;
}

.grid_item.is--50.footer-1-copy {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: flex-start;
  width: 60%;
}

.grid_item.footer-logo {
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  padding: 0 0 0 1.04em;
  display: flex;
}

.grid_item.footer-text-mobile {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5em;
  display: none;
}

.section-2 {
  z-index: 10;
  background-color: #fff;
  max-width: 100%;
  position: relative;
}

.section-2.is--footer {
  z-index: 1;
  background-color: #00000b;
  position: relative;
  bottom: 0;
  overflow: visible;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template: ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . Area"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.find-us {
  color: #fff;
  letter-spacing: .5px;
  padding-bottom: 1em;
  font-size: 13px;
  font-weight: 300;
}

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

.is--white.is--69px {
  white-space: nowrap;
  flex-direction: column;
  font-size: 69px;
  line-height: 1.4;
  display: flex;
}

.contact-pic {
  background-image: url('../images/IMG_2072.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: .8rem;
  width: 400px;
  height: 400px;
}

.div-block-30 {
  width: 400px;
}

.triggered {
  color: var(--black);
}

.link-underline {
  color: #fff;
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.nav-link_text {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 2;
}

.nav-link_text:where(.w-variant-d1d97d87-8c98-dc12-c538-9c28e8d8ee47) {
  color: var(--black);
}

.nav-link-block {
  color: #fff;
  letter-spacing: .25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.nav-link-block:focus-visible, .nav-link-block[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.nav-link-block.triggered {
  color: var(--black);
}

.nav-heading {
  z-index: 90;
  border-bottom: 1px solid #f8f5f44d;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.nav-heading:where(.w-variant-d1d97d87-8c98-dc12-c538-9c28e8d8ee47) {
  border-bottom-color: #00000024;
}

.nav-heading.triggered {
  display: none;
}

.locale {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.locales-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.image-6 {
  height: 15px;
  margin-left: .5rem;
}

.language-link.w--current {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: 100%;
  color: var(--black);
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  display: flex;
}

.locale-link {
  font-weight: 500;
}

.locale-link:where(.w-variant-d1d97d87-8c98-dc12-c538-9c28e8d8ee47) {
  color: #00000080;
  font-family: Poppins, sans-serif;
}

.language-dropdown {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: inherit;
  justify-content: space-between;
  align-items: center;
  padding: 12px 40px 12px 10px;
  display: flex;
}

.image-7, .image-8 {
  width: 20px;
}

.nav-heading_left, .nav-heading_right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav__llnk {
  letter-spacing: .25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 2rem;
  margin-left: 0;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.nav__llnk:focus-visible, .nav__llnk[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav__llnk.w--current {
  color: #fffc;
  font-size: 14px;
  font-weight: 300;
}

.nav__llnk.triggered {
  color: var(--black);
}

.nav__llnk.black {
  color: var(--black);
  font-weight: 400;
}

.nav__llnk.non.w--current {
  color: inherit;
}

.dropdown-3 {
  justify-content: space-between;
  align-items: center;
}

.icon-2 {
  opacity: .8;
}

.icon-2:where(.w-variant-d1d97d87-8c98-dc12-c538-9c28e8d8ee47) {
  color: #000c;
  -webkit-text-stroke-color: #00000080;
}

.nav-link_text_small {
  opacity: .8;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 2;
  text-decoration: none;
}

.nav-link_text_small:where(.w-variant-d1d97d87-8c98-dc12-c538-9c28e8d8ee47) {
  color: #00000080;
  font-weight: 500;
}

.nav-link_logo {
  letter-spacing: .25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: block;
}

.nav-link_logo:where(.w-variant-d1d97d87-8c98-dc12-c538-9c28e8d8ee47) {
  color: var(--black);
}

.nav-link_logo:focus-visible, .nav-link_logo[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link_logo.w--current {
  color: inherit;
}

.nav-link_logo.triggered {
  color: var(--black);
}

.nav-link_logo.black {
  color: var(--black);
  font-weight: 400;
}

.mobile-menu {
  display: none;
}

.lottie-animation-2 {
  width: 35px;
}

.dropdown-toggle {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 1rem;
  display: flex;
}

.dropdown-arrow {
  width: 20px;
  height: 20px;
  transition: all .4s;
}

.dropdown-content {
  position: relative;
}

.dropdown-height {
  grid-template-rows: 0fr;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: 1fr;
  margin-left: -1rem;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  display: grid;
  position: absolute;
  inset: 0% auto auto 0%;
}

.collection-list-wrapper-3 {
  width: 14rem;
  overflow: hidden;
}

.collection-list-wrapper-3.longer {
  width: 20rem;
}

.dropdown-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}

.dropdown-text:where(.w-variant-d1d97d87-8c98-dc12-c538-9c28e8d8ee47) {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.logo {
  font-family: Brown Sugar, Palatino Linotype, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  text-decoration: none;
}

.logo.w--current {
  font-family: Brown Sugar, Palatino Linotype, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}

.list {
  color: var(--black);
}

.image-9 {
  border-radius: 1rem;
}

.image-hero {
  background-image: url('../images/IMG_0877.JPG');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 85vh;
}

.image-hero_wrapper {
  border-radius: 1rem;
  width: 100%;
  height: 75vh;
  overflow: hidden;
}

.questions {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-top {
  padding-top: 10rem;
}

.animated-images-wrapper {
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-height: 70vh;
  padding-top: 60px;
  display: flex;
}

.animated-image-left {
  z-index: 1;
  object-fit: cover;
  position: absolute;
}

.animated-bg-thumbnail-image-wrapper {
  background-image: url('../images/R6FM9896-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: .5rem;
  width: 400px;
  height: 550px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.animated-bg-thumbnail-image-wrapper.image2 {
  background-image: url('../images/IMG_2700-1.jpg');
}

.animated-bg-thumbnail-image-wrapper.image3 {
  background-image: url('../images/IMG_3525-1.jpg');
}

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

.image-bg-animation {
  z-index: 2;
  background-color: #151515;
  display: none;
  position: absolute;
  inset: 0%;
}

.animated-image-center {
  z-index: 2;
  object-fit: cover;
  position: absolute;
}

.animated-image-right {
  z-index: 3;
  object-fit: cover;
  position: absolute;
}

.section-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.content-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: .5rem;
  width: 500px;
  height: 600px;
}

.content-image.tours {
  height: 300px;
}

.background-video-copy {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-left-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-31 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.space-line {
  background-color: var(--paragraph);
  width: 3rem;
  height: 1px;
  color: var(--light-grey);
}

.cms-index {
  color: var(--light-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Forum, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
}

.cms-index.margin-right {
  margin-right: 7px;
}

.div-block-32 {
  display: flex;
}

._00 {
  color: var(--light-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Forum, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
}

._00.margin-right {
  margin-right: 7px;
}

.background-image-move {
  background-image: radial-gradient(circle at 0 100%, #0009 38%, #0000), url('../images/IMG_0917-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 140vh;
  position: absolute;
  inset: 0%;
}

.background-image-move.tours {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.hero-section-copy {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 120vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
}

.background-image_container {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template: ". . Area" 1fr
                 ". . ."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-end;
  width: 100%;
  max-width: 1250px;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 6rem 0 40vh;
  display: grid;
  position: relative;
}

.logo-text-copy {
  color: var(--spark-library--foreground-secondary);
  font-family: Brown Sugar, Palatino Linotype, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.heading-4-copy {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.heading-4-copy.larger {
  font-size: 1.3rem;
}

.heading-4-copy.link {
  width: auto;
  color: var(--black);
  padding-left: 0;
  font-weight: 400;
  text-decoration: none;
  transition-property: color;
  transition-duration: .5s;
}

.heading-4-copy.link:hover {
  color: var(--paragraph);
  background-color: #8b2d2d00;
}

.heading-4-copy.red {
  color: var(--primary);
}

.tiktok_arrow {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  inset: 4rem 8rem auto auto;
  box-shadow: -3px -2px 1px #00f2ea, 2px 2px 1px #ff004f;
}

.tiktok_arrow.is-left {
  right: 12rem;
}

.tiktok_slider {
  background-color: #ddd0;
  height: auto;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: static;
  overflow: hidden;
}

.slider-tiktok-mask {
  width: 100%;
  margin-bottom: 2rem;
}

.tiktok_list-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.tiktok_collection {
  grid-template-rows: auto max-content;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  align-items: center;
}

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

.tiktok_component {
  position: relative;
}

.tiktok_slide {
  width: 16rem;
  height: 28.75rem;
  margin-right: 3rem;
  padding-bottom: 0;
  padding-right: 0;
}

.tiktok_item {
  width: 16rem;
  height: 28.75rem;
  position: relative;
}

.tiktok-follow_button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  justify-content: space-around;
  align-items: center;
  width: 12rem;
  height: 4rem;
  margin-left: auto;
  margin-right: 6rem;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  transition: all .3s;
  display: flex;
  box-shadow: -3px -2px 1px #00f2ea, 3px 3px 1px #ff004f;
}

.tiktok-follow_button:hover {
  color: #fff;
  background-color: #000;
}

.slide_nav {
  display: none;
  inset: auto auto 0% 0%;
}

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

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

.display-flexbox {
  display: flex;
}

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

.tiktok_top-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.empty-state-2 {
  display: none;
}

.section-tiktok {
  background-color: #000;
  overflow: hidden;
}

.tiktok_arrow-icon {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

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

.slide-wrap {
  align-items: center;
  width: 5000px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 40px;
  display: flex;
}

.logo-img._50-r-m {
  margin-right: 200px;
}

.card-content-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 1rem 0 0;
  display: flex;
}

.image-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.bold-text-2 {
  text-transform: none;
  font-family: Forum, sans-serif;
  font-weight: 700;
}

.text-span-17 {
  text-transform: lowercase;
  font-style: italic;
}

.div-block-34 {
  text-align: center;
  width: 60%;
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.image-card-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: auto;
  padding: 1rem 0 0;
  display: flex;
}

.review-image {
  background-image: url('../images/Screenshot-2026-04-25-125727.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 9000px;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.review-image._1 {
  background-image: url('../images/Bob-E.jpg');
}

.review-image._2 {
  background-image: url('../images/Jamie-G.png');
}

.review-image._3 {
  background-image: url('../images/Screenshot-2026-04-25-130606.png');
}

.review-image._4 {
  background-image: url('../images/Screenshot-2026-04-25-125845.png');
}

.profile {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-36 {
  width: 50%;
}

.text-span-18 {
  text-decoration: underline;
}

.background-gradiant {
  background-image: radial-gradient(circle at 0%, #0009, #0000006e);
  width: 100%;
  height: 100%;
}

.list-2 {
  padding-left: 0;
  display: flex;
}

.collection-list-5 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.collection-item-4 {
  background-color: #fff;
  border-radius: .5rem;
  padding: 8px 7px;
}

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

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

.underline-2 {
  background-color: #505050;
  width: 100%;
  height: 2px;
}

.underline-2.white {
  background-color: #f8f5f4;
}

.div-block-38 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-6 {
  color: #7b7b7b;
  flex: 0 auto;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.paragraph-6.bold {
  color: #7b7b7b;
  font-weight: 600;
}

.paragraph-6.num {
  font-weight: 600;
}

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

.heading-12 {
  color: #505050;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.team-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-link {
  background-color: #ffffff24;
  border-radius: 99999px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
}

.team-overlay {
  background-image: linear-gradient(#0000, #0009 77%);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
}

.section-content-sm {
  font-size: 16px;
  line-height: 150%;
}

.container-10 {
  max-width: 1312px;
  padding-left: 16px;
  padding-right: 16px;
}

.team-area {
  padding-top: 120px;
  padding-bottom: 120px;
}

.team-detail {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
}

.team-titlie {
  color: #010101;
  letter-spacing: -.6px;
  padding-bottom: 4px;
  font-size: 20px;
  line-height: 120%;
}

.team-img-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-card {
  background-color: #f8f8f8;
  border-radius: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.team-top {
  text-align: center;
  padding-bottom: 60px;
}

.team-img {
  width: 100%;
}

.heading-three {
  color: #010101;
  letter-spacing: -1.28px;
  font-size: 64px;
  font-weight: 600;
  line-height: 106%;
}

.social-list {
  z-index: 9;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 16px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.radio-button-field, .radio-button-label, .radio-button-label-2 {
  color: var(--black);
}

.success-message {
  background-color: var(--dark-cyan);
}

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

.div-block-41 {
  background-image: url('../images/IMG_5636.JPG');
  background-position: 50%;
  background-size: cover;
}

.div-block-41._1 {
  background-image: url('../images/IMG_5638.JPG');
}

.div-block-41._2 {
  background-image: url('../images/ab1b4d82-1480-4cf1-b73a-077750a44b15.JPG');
}

.div-block-41._3 {
  background-image: url('../images/49cffdf7-544f-4ee3-bf07-6e653d56a7e4.jpg');
}

.radio_field {
  margin-top: .4em;
  margin-right: .6em;
  padding: 1.125em;
  position: relative;
}

.padding-vertical-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-2.padding-huge {
  padding-top: 9.75em;
  padding-bottom: 17.1em;
}

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

.header--content {
  z-index: 1;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 0;
  display: flex;
  position: relative;
}

.field_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0;
  transition: all .3s;
  display: flex;
  position: relative;
}

.field_wrap.is-radio {
  display: block;
}

.field_wrap.select {
  align-items: stretch;
}

.margin-bottom.margin-tiny {
  margin-bottom: .5em;
}

.margin-bottom.margin-medium {
  padding-bottom: 1em;
}

.cms_version {
  z-index: 99;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: fixed;
  inset: auto 4.95em 3.125em auto;
}

.image_collection {
  background-color: #0b2726;
  width: 40vw;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image_collection.hide-tablet-mobile {
  background-color: #0b272600;
}

.top-text_wrapper {
  margin-bottom: 57px;
}

.submit_button {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 8px;
  padding-top: .9875em;
  padding-bottom: .9875em;
  font-size: 1.5em;
}

.radio_wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-large-2 {
  width: 100%;
  max-width: 101.75em;
  margin-left: auto;
  margin-right: auto;
}

.lottie-animation-3 {
  filter: invert();
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}

.error-message {
  color: #e5a7ff;
  background-color: #ffffff17;
  border-radius: .5em;
  margin-top: 2.3em;
  padding: 1.9em 2.1em;
}

.logo-2 {
  color: #fff;
}

.logo-2.w--current {
  mix-blend-mode: difference;
}

.select-field {
  z-index: 1;
  background-color: #0000;
  height: 73px;
  min-height: 73px;
  font-size: 1.25rem;
  position: relative;
}

.select-field.wide {
  z-index: 30;
  border-style: none none solid;
  border-width: 1px;
  border-color: #dde4e1 #dde4e1 var(--paragraph);
  height: 76px;
  min-height: 76px;
  color: var(--black);
  border-radius: 0;
  align-items: center;
  margin-bottom: 0;
  padding-top: 1.075rem;
  padding-bottom: 1.075rem;
  padding-left: 0;
  font-size: 1.2em;
  line-height: 1;
  display: flex;
}

.text-size-regular-20 {
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-size-regular-20.text-weight-medium {
  z-index: 5;
  color: var(--black);
  font-size: .8rem;
  font-weight: 400;
  position: relative;
}

.max-width-medium {
  max-width: 35.875em;
}

.image_item {
  width: 100%;
  padding: 23px 19px;
}

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

.field_label {
  z-index: 1;
  transform-origin: 0%;
  color: #c2e7e7e6;
  margin-bottom: .7em;
  font-size: 1em;
  font-weight: 400;
  transition: transform .2s;
  position: relative;
}

.field_label.large {
  color: var(--black);
  margin-bottom: .4em;
  font-size: 1.4em;
  font-weight: 400;
  transform: scale(1.2)translate(0, 1.6em);
}

.field_label.is-radio {
  color: var(--black);
  margin-bottom: .5em;
  font-size: 1.25em;
}

.radio_button {
  z-index: 2;
  border-color: #c2e7e74d;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: background-color .1s, border-width .1s;
  position: absolute;
  inset: 0%;
}

.radio_button:hover {
  background-color: #ffffff17;
}

.radio_button.w--redirected-checked {
  background-color: #002a29;
  border: 1px #fff;
}

.radio_button.w--redirected-focus {
  box-shadow: none;
  border-width: 2px;
}

.section-main-form {
  position: relative;
}

.field {
  z-index: 2;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--paragraph);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 75px;
  min-height: 75px;
  max-height: 7em;
  color: var(--paragraph);
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.2em;
  font-weight: 400;
  transition: all .3s;
  position: relative;
}

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

.field::placeholder {
  color: var(--paragraph);
}

.field.phone {
  border-bottom-color: var(--paragraph);
  color: #c2e7e7;
  margin-top: -8px;
  font-size: 1.9em;
}

.field.phone::placeholder {
  color: var(--paragraph);
}

.field.message {
  color: #c2e7e7;
  height: 240px;
  min-height: 240px;
  font-size: 1.7em;
  font-weight: 400;
}

.field.email {
  border-bottom-color: var(--light-grey);
  color: var(--black);
  margin-top: -8px;
  font-size: 1.9em;
  font-weight: 400;
}

.field.email::placeholder {
  color: var(--paragraph);
}

.field.name {
  border-bottom-color: var(--light-grey);
  -webkit-text-stroke-color: #000;
  margin-top: 0;
  font-size: 1.9em;
  font-weight: 400;
  transition-property: all;
  transition-duration: .3s;
}

.field.name::placeholder {
  color: var(--paragraph);
}

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

.image-11 {
  transform: scale(.7);
}

.checkbox-2 {
  z-index: 10;
  border: 1px solid var(--primary);
  cursor: pointer;
  border-radius: 0;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  font-weight: 500;
  transition: background-color .1s;
  display: block;
  position: absolute;
  inset: 0%;
}

.checkbox-2:hover {
  background-color: #ffffff17;
}

.checkbox-2.w--redirected-checked {
  z-index: 4;
  background-color: #fa82824f;
  background-image: none;
  border-style: none;
}

.checkbox-2.w--redirected-focus {
  border-color: var(--secondary);
  height: 100%;
  box-shadow: none;
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
}

.checkbox-2.w--redirected-focus-visible {
  border-color: var(--secondary);
  width: 100%;
  height: 100%;
  margin-left: 0;
  inset: 0%;
}

.page-padding-2 {
  padding-left: 2.35em;
  padding-right: 2.35em;
}

.success {
  text-align: center;
  background-color: #ffffff24;
  border-radius: .6em;
  padding: 2.5em;
}

.success_text {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.4;
}

.checkbox-form_component {
  grid-column-gap: 0px;
  border: 1px solid #0000;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-bottom: 0;
  padding: .925em 1.125em;
  font-weight: 500;
  display: flex;
  position: relative;
}

.checkbox-form_component:focus {
  border-color: #fff9;
}

.error2 {
  color: #e5a7ff;
  width: 100%;
  min-width: 100%;
  margin-top: .6em;
  font-size: 1.2em;
  display: block;
}

.error-message_text {
  font-size: 1.3em;
}

.radio_label {
  z-index: 3;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1;
  position: relative;
}

.form-2 {
  grid-row-gap: 3em;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.collaborators_select {
  grid-column-gap: .875rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(151px, 1fr));
  grid-auto-columns: auto;
  grid-auto-flow: row;
  place-content: flex-start;
  place-items: flex-start start;
  min-height: auto;
  display: flex;
}

.heading-qr_wrapper {
  position: relative;
}

.hide-mobile-ins {
  display: none;
}

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

.text-style-allcaps.slide-up.tricks {
  overflow: hidden;
}

.cms_button {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #dce4cb;
  background-color: #444b3778;
}

.icon-1x1 {
  display: flex;
}

.margin-top-contact {
  margin-top: 10px;
}

.main-head-wrapper {
  z-index: 998;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 3.75em 0 0;
  transition: all .4s;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.main-form_component {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.form_sucess_trigger {
  display: none;
}

.hide-tablet-mobile {
  margin-right: 4px;
  display: block;
}

.icon_wrapper {
  background-color: #002a29;
  border: 1px solid #c2e7e730;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 5.2em;
  height: 5.2em;
  display: flex;
  position: absolute;
  inset: 2.7em -4.2em auto auto;
}

.form {
  width: 80%;
  margin-bottom: 0;
}

.image-12, .image-13, .image-14 {
  border-radius: .5rem;
}

.text-span-19 {
  font-weight: 600;
}

.checkbox-category_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.checkbox-wrapper {
  display: flex;
}

.code-embed-8 {
  width: 100%;
}

.div-block-42 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .heading-3.home {
    text-transform: none;
  }

  .code-embed-9 {
    width: 100%;
  }

  .text-span-20 {
    text-transform: uppercase;
    font-style: italic;
  }
}

@media screen and (max-width: 991px) {
  a {
    text-decoration: none;
  }

  .section {
    height: auto;
    padding-top: 2vw;
    padding-bottom: 6vw;
    display: flex;
  }

  .section.tours-summary-block {
    justify-content: center;
    padding-right: 0;
  }

  .section.hero {
    background-image: linear-gradient(265deg, transparent, var(--black)), url('../images/IMG_3525-1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section.hero-inner.tours {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section.contact-form-section {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .section.small {
    justify-content: flex-start;
    align-items: center;
  }

  .section.hero-copy {
    background-image: none;
    background-position: 0 0;
    height: 120vh;
  }

  .main-container {
    flex-direction: column;
    flex: 1;
    align-items: center;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .slider-list {
    grid-column-gap: 20px;
  }

  .slider-list.home {
    grid-column-gap: 12px;
  }

  .slider-item {
    width: 50%;
    min-width: auto;
  }

  .hero-heading {
    max-width: 100vw;
    font-size: 3.8rem;
    line-height: 4.5rem;
  }

  .heading-left {
    align-self: stretch;
  }

  .paragraph.hero {
    max-width: 80vw;
  }

  .nav-link {
    color: var(--black);
    margin-left: 0;
    padding-left: 0;
    padding-right: 5px;
  }

  .nav-link:lang(en) {
    color: var(--black);
  }

  .nav-link.w--current, .nav-link.black {
    height: 2.4rem;
  }

  .social-icons-grid.header {
    display: none;
  }

  .hero-button-wrapper {
    max-width: 80vw;
  }

  .content-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }

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

  .content-split.right {
    grid-column-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .card-content {
    align-items: stretch;
    width: 40%;
  }

  .card-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    height: auto;
    display: flex;
  }

  .tours-card.heading {
    font-size: 2.5rem;
  }

  .tours-buttons-grid {
    grid-row-gap: 10px;
    flex-direction: column;
    max-width: 100%;
    display: flex;
  }

  .location-icon {
    max-width: 3%;
  }

  .udesly-lottie-animation {
    width: 26px;
    height: 26px;
    color: var(--black);
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    flex: 0 auto;
  }

  .navigation-buttons {
    display: none;
  }

  .menu-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .menu-button {
    border: 1px #e6e6e6;
    border-radius: 6px;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 7px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav {
    position: fixed;
  }

  .nav-menu {
    background-color: var(--primary);
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: 110vh;
    padding: 12rem 24px 24px;
    transition: all .4s;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
    transform: translate(100%);
  }

  .nav-menu.open {
    transition: all .4s;
    transform: translate(0%);
  }

  .container_navigation {
    justify-content: space-between;
  }

  .udesly-menu-buttons {
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    display: flex;
  }

  .sub-heading {
    margin-bottom: 10px;
  }

  .section2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

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

  .styleguide-wrapper-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .tours-list {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .multi-image-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .hero-image-wrapper {
    flex: 0 auto;
    align-self: center;
    width: 100%;
    height: 500px;
  }

  .hero2-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 45px;
    flex-direction: column;
    margin-top: 5rem;
  }

  .hero2-image {
    display: inline-block;
  }

  .cms-grid {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .more-info-wrapper {
    border: 1px solid var(--border);
    background-color: var(--gray);
    padding: 20px;
  }

  .background-video {
    background-image: linear-gradient(99deg, #0006, #0000001a);
  }

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

  .heading-4.larger {
    text-align: center;
    line-height: 1.2;
  }

  .container {
    max-width: 728px;
  }

  .footer-wrapper-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .nav-dropdown_text {
    color: var(--white);
  }

  .collection-list {
    background-color: var(--transparent);
    justify-content: flex-start;
    align-items: center;
  }

  .dropdown-list {
    background-color: #ddd0;
  }

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

  .image.about {
    width: auto;
  }

  .div-block-6 {
    height: 30%;
  }

  .div-block-6.tours {
    height: 200px;
  }

  .heading-2.center {
    flex: 0 auto;
  }

  .heading-2.center.white.large {
    font-size: 3.5rem;
  }

  .nav_wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: static;
  }

  .tabs-menu {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .tab-link-tab-1 {
    width: 100%;
  }

  .dropdown, .dropdown-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-toggle, .nav-dropdown {
    padding-left: 0;
  }

  .grid-div {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .div-block-8 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .image-left {
    height: 600px;
  }

  .image-right {
    height: 400px;
    margin-top: 50px;
  }

  .div-block-10 {
    padding-top: 0;
  }

  .tabs {
    flex-flow: column;
  }

  .tap-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .tabs-content {
    width: 100%;
  }

  .div-block-12 {
    text-align: center;
    width: 60%;
  }

  .review-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slider {
    width: 100%;
    height: auto;
  }

  .sticky-element {
    width: 45%;
  }

  .feature-list {
    width: 50%;
  }

  .large-img {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .what-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

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

  .faq-section.bg-green {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-16 {
    width: auto;
  }

  .code-embed-5 {
    height: 40px;
  }

  .outline-btn.black.full, .outline-btn.black {
    width: 100%;
  }

  .arrow-button.pad.black {
    flex: none;
  }

  .slide {
    height: 100%;
  }

  .gradient-arrow-button-2.full {
    width: 100%;
  }

  .sticky-wrapper {
    flex-flow: column;
  }

  .container-left {
    width: auto;
    padding-right: 0;
  }

  .container-right {
    width: 100%;
  }

  .sub-heading-2 {
    margin-bottom: 10px;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-tabs-menu {
    margin-bottom: 64px;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-wrapped-card {
    width: 45%;
  }

  .spark-two-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-simple-stacked-icon-tabs {
    margin-bottom: 64px;
    margin-right: 5%;
  }

  .spark-super-simple-flat-tabs-menu {
    margin-bottom: 64px;
  }

  .spark-wide-simple-stacked-icon-tabs {
    width: 30%;
    margin-bottom: 64px;
    margin-right: 5%;
  }

  .spark-wider-simple-icon-tabs-content {
    width: 65%;
  }

  .spark-simple-flat-tab-parent {
    display: flex;
  }

  .spark-simple-stacked-flat-tabs {
    width: 35%;
    margin-bottom: 64px;
    margin-right: 5%;
  }

  .div-block-25 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .link-block-2 {
    height: 350px;
  }

  .tabs-menu-2 {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
  }

  .submit-button-2 {
    width: 100%;
    position: static;
    bottom: -63%;
    left: 0%;
    right: auto;
  }

  .container-9 {
    padding: 0 3em 10em;
  }

  .checkbox-field {
    margin-top: 28px;
    position: static;
  }

  .social-icons {
    width: 3.3em;
  }

  .logo-footer {
    width: 17em;
  }

  .grid_item {
    height: 100%;
    display: block;
  }

  .grid_item.footer-social {
    align-items: flex-start;
    width: 30%;
    padding-top: 3em;
    padding-bottom: 2em;
    padding-left: 4.04em;
  }

  .grid_item.footer-text {
    flex-direction: column;
    width: 70%;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 1.04em;
  }

  .grid_item.footer-social-mobile {
    align-items: flex-start;
    width: 30%;
    padding-top: 3em;
    padding-left: 4.04em;
  }

  .grid_item.is--50.footer-1-copy {
    width: 80%;
  }

  .grid_item.footer-logo {
    width: 100%;
    padding-top: 5em;
    padding-bottom: 3em;
  }

  .grid_item.footer-text-mobile {
    flex-direction: column;
    width: 70%;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 1.04em;
  }

  .contact-form-grid {
    display: flex;
  }

  .is--white.is--69px {
    font-size: 50px;
  }

  .contact-pic {
    background-position: 50%;
    width: 100%;
    display: none;
  }

  .div-block-30 {
    width: auto;
  }

  .nav-link_text {
    color: var(--white);
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2rem;
  }

  .nav-link-block {
    color: var(--black);
    margin-left: 0;
    padding-left: 0;
    padding-right: 5px;
  }

  .nav-link-block:lang(en) {
    color: var(--black);
  }

  .language-dropdown {
    padding-left: 0;
  }

  .nav__llnk {
    margin-left: 0;
    padding-left: 0;
    padding-right: 5px;
  }

  .nav__llnk:lang(en) {
    color: var(--black);
  }

  .nav__llnk.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav__llnk.non {
    display: none;
  }

  .nav-link_text_small:where(.w-variant-d1d97d87-8c98-dc12-c538-9c28e8d8ee47) {
    color: #00000080;
  }

  .nav-link_logo {
    margin-left: 0;
    padding-left: 0;
    padding-right: 5px;
  }

  .nav-link_logo:lang(en) {
    color: var(--black);
  }

  .nav-link_logo.w--current {
    z-index: 90;
  }

  .mobile-menu {
    filter: invert();
    cursor: pointer;
    padding: 10px;
    display: block;
  }

  .mobile-menu.menu-open, .mobile-menu.invert {
    filter: invert(0%);
  }

  .dropdown-toggle {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .dropdown-toggle:where(.w-variant-d1d97d87-8c98-dc12-c538-9c28e8d8ee47) {
    color: var(--white);
  }

  .dropdown-arrow {
    width: 26px;
    height: 26px;
  }

  .dropdown-height {
    position: static;
  }

  .dropdown-text {
    font-size: 1.2rem;
  }

  .logo {
    z-index: 90;
    position: relative;
  }

  .animated-images-wrapper {
    position: relative;
  }

  .animated-bg-thumbnail-image-wrapper {
    width: 350px;
  }

  .section-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
  }

  .content-image {
    width: 45%;
    height: 450px;
  }

  .content-image.tours {
    height: 200px;
  }

  .background-video-copy {
    background-image: linear-gradient(99deg, #0006, #0000001a);
  }

  .heading-left-copy {
    align-self: stretch;
  }

  .cms-index, ._00 {
    margin-bottom: 10px;
  }

  .background-image_container {
    grid-template-columns: 1fr;
  }

  .logo-text-copy.triggered {
    color: var(--black);
  }

  .heading-4-copy.larger {
    text-align: center;
    line-height: 1.2;
  }

  .tiktok_arrow {
    right: 6rem;
  }

  .tiktok_arrow.is-left {
    right: 10rem;
  }

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

  .card-content-copy {
    align-items: stretch;
    width: 40%;
  }

  .image-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
  }

  .image-card-content {
    align-items: stretch;
    width: 40%;
  }

  .image-10 {
    width: 100%;
    position: absolute;
    inset: 0% 0% auto;
  }

  .header--content {
    justify-content: space-between;
  }

  .field_wrap {
    align-items: flex-start;
  }

  .field_wrap.select {
    align-items: stretch;
  }

  .cms_version {
    z-index: 99;
  }

  .page-padding-2 {
    z-index: 20;
    position: relative;
  }

  .main-form_component {
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 189px;
    display: flex;
  }

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

  .form {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding: 5vw 1rem;
  }

  .section.tours-summary-block {
    padding-left: 2%;
    padding-right: 2%;
  }

  .section.hero {
    background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3525-1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section.hero-inner {
    padding-bottom: 5vw;
  }

  .section.hero-inner.tours {
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section.hero-copy {
    background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3525-1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-wrapper {
    overflow: hidden;
  }

  .slider-list {
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .slider-list.home {
    flex-flow: row;
  }

  .slider-item {
    flex: none;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }

  .hero-heading {
    font-size: 2.8rem;
    line-height: 1.2;
  }

  .hero-heading.black, .hero-heading.small {
    line-height: 1.2;
  }

  .paragraph.body {
    max-width: 100%;
  }

  .nav-link {
    display: inline-block;
  }

  .nav-link.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-button-wrapper {
    max-width: 80vw;
  }

  .content-wrapper {
    flex-direction: column;
  }

  .content-split.right, .content-split.left {
    max-width: 100%;
  }

  .big-body-image {
    height: 400px;
  }

  .heading-3.home {
    display: none;
  }

  .card-content {
    width: 100%;
  }

  .card-wrapper {
    flex: 1;
    height: 100%;
  }

  .tours-card.heading {
    font-size: 2rem;
    line-height: 1.2;
  }

  .tours-buttons-grid {
    justify-content: flex-end;
    align-items: center;
  }

  .udesly-lottie-animation {
    width: 20px;
    height: 20px;
  }

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

  .menu-button {
    width: 36px;
    height: 36px;
  }

  .container_navigation {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .moving-gallery-top-grid, .moving-gallery-bottom-grid {
    height: 30vh;
  }

  .section2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .footer {
    padding-top: 8vw;
    padding-bottom: 6vw;
  }

  .small-text {
    max-width: 80%;
  }

  .spacer._2vw {
    height: 3vw;
    min-height: 3vw;
  }

  .site-styles {
    padding: 60px 15px;
  }

  .tours-wrapper {
    padding-top: 8rem;
  }

  .tours-list {
    grid-column-gap: 12px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .image-cover {
    width: 100%;
  }

  .multi-image-wrapper {
    flex-direction: column;
    display: block;
  }

  .multi-image-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .multi-image-item {
    align-self: stretch;
    height: 60vh;
  }

  .button-div-wrapper {
    margin-top: 1rem;
  }

  .cms-grid {
    grid-row-gap: 45px;
    grid-template-columns: 1.25fr;
  }

  .footer-dark {
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .timeline_left {
    text-align: left;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_progress {
    left: 6px;
  }

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

  .button-inverted {
    padding: 14px 24px;
  }

  .paragraph-large-2 {
    font-size: 18px;
  }

  .image.about {
    background-image: url('../images/IMG_0877.JPG');
    background-position: 50%;
    background-size: cover;
    width: 100%;
  }

  .tab_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-6 {
    height: 50%;
  }

  .div-block-6.tours {
    height: 200px;
  }

  .heading-2.center {
    font-size: 1.8rem;
  }

  .heading-2.center.white.large {
    font-size: 2.5rem;
  }

  .tabs-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .text-block-8 {
    text-align: center;
    font-size: 1rem;
  }

  .tab-link-tab-1.w--current {
    padding: 12px 0;
  }

  .grid-div {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .image-left {
    display: none;
  }

  .image-right {
    width: 100%;
  }

  .div-block-12 {
    width: 80%;
  }

  .div-block-13 {
    width: auto;
  }

  .what-wrap {
    grid-row-gap: 40px;
    flex-flow: column;
  }

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

  .div-block-15 {
    width: auto;
  }

  .div-block-17 {
    flex-flow: column;
  }

  .outline-btn.black.full {
    overflow: hidden;
  }

  .div-block-18 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .spark-container {
    width: 100%;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .spark-small-sub-paragraph {
    line-height: 1.3;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-wrapped-card {
    width: 100%;
  }

  .spark-wrapped-card.spark-stacked {
    grid-row-gap: 16px;
    width: 100%;
  }

  .spark-secondary-paragraph-3 {
    margin-bottom: 32px;
  }

  .spark-two-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-simple-side-icon-tab {
    flex: none;
    margin-bottom: 1rem;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-simple-stacked-icon-tabs {
    width: 100%;
    margin-right: 0%;
  }

  .spark-simple-icon-tabs-content {
    width: 100%;
  }

  .spark-secondary-paragraph-4, .spark-secondary-paragraph-5 {
    margin-bottom: 32px;
  }

  .spark-flat-tab {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-secondary-paragraph-6, .spark-secondary-paragraph-7 {
    margin-bottom: 32px;
  }

  .spark-wide-simple-stacked-icon-tabs {
    z-index: 10;
    grid-column-gap: 16px;
    background-color: var(--spark-library--white);
    flex-direction: row;
    justify-content: flex-start;
    width: 100vw;
    margin-bottom: 0;
    margin-left: -32px;
    margin-right: 0%;
    padding-top: 16px;
    padding-bottom: 16px;
    top: 90px;
    overflow: scroll;
  }

  .spark-wider-simple-icon-tabs-content {
    width: 100%;
  }

  .spark-simple-flat-square-tab {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-simple-flat-square-tab.spark-tab-with-arrow {
    padding-left: 14px;
  }

  .spark-secondary-paragraph-8 {
    margin-bottom: 32px;
  }

  .spark-side-tabs-content {
    width: 100%;
  }

  .spark-simple-flat-tab {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-simple-flat-tab-parent {
    flex-direction: column;
  }

  .spark-simple-stacked-flat-tabs {
    width: 100%;
    margin-bottom: 32px;
    margin-right: 0%;
  }

  .grid.is--final-coypright {
    padding-top: 15em;
  }

  .social-icons {
    width: 4em;
    margin-right: 2em;
    padding-right: 0;
  }

  .grid_item.footer-social {
    flex-direction: column;
    width: 50%;
    padding-left: 1.04em;
  }

  .grid_item.footer-text {
    width: 100%;
  }

  .grid_item.footer-social-mobile {
    flex-direction: column;
    padding-left: 1.04em;
  }

  .grid_item.is--50.footer-2 {
    justify-content: flex-end;
    width: 100%;
  }

  .grid_item.footer-logo {
    padding-top: 9.7em;
  }

  .grid_item.footer-text-mobile {
    width: 100%;
  }

  .nav-link-block, .nav__llnk, .nav-link_logo {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .questions {
    flex-flow: column;
  }

  .animated-image-left {
    width: 250px;
  }

  .animated-bg-thumbnail-image-wrapper {
    width: 250px;
    height: 375px;
  }

  .animated-image-center, .animated-image-right {
    width: 250px;
  }

  .section-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column wrap;
  }

  .content-image {
    width: 100%;
    height: 600px;
  }

  .content-image.tours {
    height: 200px;
  }

  .background-video-copy {
    background-image: linear-gradient(99deg, #00000040 1%, #0000001a);
  }

  .background-image-move {
    background-image: radial-gradient(circle at 0 100%, #000000c2 38%, #00000069), url('../images/IMG_0917-1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

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

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .card-content-copy {
    width: 100%;
  }

  .image-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .image-card-content {
    width: 100%;
  }

  .team-wrap {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .team-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .padding-vertical-2 {
    padding-top: 5.8em;
    padding-bottom: 0;
  }

  .cms_version {
    left: 0;
    right: 0;
  }

  .top-text_wrapper {
    margin-bottom: 2em;
  }

  .page-padding-2 {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .checkbox-form_component {
    width: 100%;
  }

  .collaborators_select {
    grid-column-gap: .875rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    display: flex;
  }

  .hide-mobile-ins {
    display: none;
  }

  .text-style-allcaps.slide-up.tricks {
    overflow: visible;
  }

  .cms_button {
    margin-left: auto;
    margin-right: auto;
  }

  .form {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    margin-top: 10px;
    padding: 10vw 2%;
  }

  .section.tours-summary-block {
    margin-top: 0;
    padding-top: 10vw;
  }

  .section.hero {
    background-image: linear-gradient(#05050599, #05050599), url('../images/freedive-snorkel-tour-kauai.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0%;
  }

  .section.hero-inner {
    min-height: 85vh;
    padding-bottom: 7vw;
  }

  .section.hero-inner.tours {
    height: auto;
    min-height: auto;
    padding-top: 27vw;
    padding-bottom: 0;
  }

  .section.contact-form-section {
    margin-top: 0;
  }

  .section.hero-copy {
    background-image: linear-gradient(#05050599, #05050599), url('../images/freedive-snorkel-tour-kauai.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0%;
  }

  .main-container {
    padding-top: 0;
  }

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

  .slider-list.home {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-item {
    flex-direction: row;
    margin-bottom: 40px;
  }

  .hero-heading {
    text-align: center;
    max-width: 90vw;
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .hero-heading.black, .hero-heading.small {
    margin-bottom: 13px;
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .heading-left {
    justify-content: space-between;
    align-items: center;
  }

  .paragraph.hero {
    text-align: center;
    max-width: 100vw;
    font-size: 1rem;
  }

  .button-primary {
    align-self: flex-start;
  }

  .hero-button-wrapper {
    flex-direction: column;
    max-width: 100vw;
  }

  .big-body-image {
    height: 300px;
  }

  .card-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .card-wrapper {
    height: auto;
  }

  .tours-card.heading {
    font-size: 1.6rem;
    line-height: 1.5rem;
  }

  .nav, .nav-menu {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container_navigation {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .udesly-menu-buttons {
    flex-direction: column;
  }

  .sub-heading {
    margin-bottom: 0;
  }

  .moving-gallery-top-grid {
    grid-template-columns: .7fr 1.2fr .8fr;
    height: 20vh;
    margin-bottom: 16px;
  }

  .moving-gallery-image.mg-image-3 {
    display: block;
  }

  .moving-gallery-image.mg-image-4 {
    display: none;
  }

  .moving-gallery-bottom-grid {
    grid-template-columns: .8fr 1.2fr .7fr 1fr;
    height: 14vh;
  }

  .footer {
    padding-top: 10vw;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .small-text {
    max-width: 100%;
  }

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

  .tours-wrapper {
    padding-top: 8rem;
  }

  .tours-list {
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .multi-image-item {
    height: 40vh;
  }

  .hero-image-wrapper {
    height: 300px;
  }

  .background-video {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-grid {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-4 {
    line-height: 1.2;
  }

  .div-block {
    justify-content: flex-end;
    align-items: center;
  }

  .container {
    max-width: none;
  }

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

  .paragraph-large {
    font-size: 16px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .paragraph-large-2 {
    font-size: 16px;
  }

  .div-block-6 {
    height: 30%;
  }

  .heading-2 {
    margin-top: 0;
  }

  .heading-2.center {
    font-size: 1.3rem;
  }

  .heading-2.center.white.large {
    font-size: 2.3rem;
  }

  .tabs-menu {
    flex-flow: column;
  }

  .div-block-10 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .tabs {
    background-color: var(--highlight);
    border-radius: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tap-content {
    flex-flow: column-reverse;
  }

  .div-block-11 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .div-block-12 {
    width: 90%;
  }

  .container-6 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-header {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -1px;
  }

  .slider-navigation-wrapper {
    margin: 24px 0;
  }

  .sticky-container {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
  }

  .sticky-element {
    width: 100%;
    position: static;
  }

  .feature-list {
    width: 100%;
  }

  .body-large {
    font-size: 16px;
  }

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

  .gradient-arrow-button {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    font-size: .9rem;
  }

  .outline-btn {
    align-self: center;
    height: 45px;
    margin-top: .5rem;
    margin-bottom: .5rem;
    display: flex;
  }

  .arrow-button.pad.black {
    margin-right: 0;
  }

  .div-block-18 {
    justify-content: space-between;
    align-items: center;
  }

  .gradient-arrow-button-2 {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    font-size: .9rem;
  }

  .hero-image.private-tours {
    background-image: url('../images/IMG_0917-1.jpg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
    height: 60vh;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-centered-900 {
    margin-bottom: 64px;
  }

  .spark-bold-heading {
    line-height: 1.3;
  }

  .spark-tabs-menu {
    flex-flow: column wrap;
    justify-content: flex-start;
  }

  .spark-wrapped-card.spark-stacked {
    width: 100%;
  }

  .spark-simple-side-icon-tab {
    padding: 16px;
    line-height: 1em;
  }

  .spark-simple-stacked-icon-tabs {
    flex-flow: column wrap;
    justify-content: flex-start;
    margin-bottom: 32px;
  }

  .spark-flat-tab {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .spark-flat-tab.spark-small {
    flex: none;
  }

  .spark-super-simple-flat-tabs-menu {
    flex-flow: row;
    justify-content: flex-start;
    overflow: scroll;
  }

  .spark-wide-simple-stacked-icon-tabs {
    width: 100vw;
    margin-bottom: 32px;
    margin-left: -20px;
    padding: 16px 20px;
    top: 60px;
  }

  .spark-simple-flat-square-tab {
    padding: 16px;
  }

  .spark-simple-flat-square-tab.spark-tab-with-arrow {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .spark-simple-flat-tab {
    margin-bottom: 8px;
    padding: 16px;
  }

  .spark-simple-stacked-flat-tabs {
    flex-flow: column wrap;
    justify-content: flex-start;
  }

  .line-terms {
    height: .5px;
  }

  .grid.is--final-coypright {
    padding-top: 30em;
  }

  .link-block-3 {
    display: inline-block;
  }

  .paragraph-5 {
    font-size: 14.5px;
  }

  .submit-button-2 {
    bottom: -35%;
  }

  .checkbox-label {
    color: #acabab;
    padding-left: .8em;
    font-size: 10px;
    display: none;
  }

  .checkbox-label.open {
    display: block;
  }

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

  .container-9.footer {
    padding-top: 15em;
    padding-bottom: 10em;
  }

  .checkbox-field {
    bottom: -15%;
  }

  .checkbox {
    width: 20px;
    height: 20px;
  }

  .text-block-14 {
    font-weight: 300;
  }

  .social-icons {
    width: 6em;
  }

  .social {
    justify-content: flex-start;
  }

  .footer-terms {
    padding-bottom: 2em;
  }

  .logo-footer {
    width: 32em;
  }

  .text-span-8 {
    border-bottom-width: .5px;
  }

  .social-footer-lin-mobile {
    color: #fff;
    align-items: center;
    width: 6em;
    margin-right: 3em;
    text-decoration: none;
    display: flex;
  }

  .social-footer-link {
    align-items: center;
    display: flex;
  }

  .grid_item.footer-social, .grid_item.footer-text {
    display: none;
  }

  .grid_item.footer-social-mobile {
    width: 100%;
    padding-top: 5em;
    padding-bottom: 5em;
    display: block;
  }

  .grid_item.is--50.footer-2 {
    justify-content: flex-start;
    width: 100%;
    padding-top: 7em;
    padding-left: 1.04em;
  }

  .grid_item.is--50.footer-1, .grid_item.is--50.footer-1-copy {
    width: 100%;
  }

  .grid_item.footer-logo {
    padding-bottom: 7em;
  }

  .grid_item.footer-text-mobile {
    padding-top: 5em;
    display: block;
  }

  .is--white {
    font-size: 9em;
  }

  .is--white.is--69px {
    font-size: 10.4em;
  }

  .nav-heading {
    justify-content: space-between;
    align-items: center;
  }

  .nav__llnk.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .nav-link_logo.w--current {
    height: 3rem;
  }

  .image-hero {
    height: 65vh;
  }

  .image-hero_wrapper {
    height: 50vh;
  }

  .animated-images-wrapper {
    min-height: 40vh;
    padding-top: 40px;
  }

  .animated-image-left, .animated-image-center, .animated-image-right {
    width: 165px;
    overflow: hidden;
  }

  .content-image {
    height: 30%;
  }

  .background-video-copy {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-left-copy {
    justify-content: space-between;
    align-items: center;
  }

  .cms-index, ._00 {
    margin-bottom: 0;
  }

  .background-image_container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-4-copy {
    line-height: 1.2;
  }

  .tiktok_arrow {
    top: 8.5rem;
    right: 0;
  }

  .tiktok_arrow.is-left {
    right: 4rem;
  }

  .tiktok_slide {
    margin-top: 3rem;
  }

  .tiktok-follow_button {
    margin-right: auto;
  }

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

  .tiktok_top-wrapper {
    grid-template-columns: max-content 1fr;
  }

  .card-content-copy {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .image-content {
    padding-left: 0;
    padding-right: 0;
  }

  .image-card-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .heading-12 {
    line-height: 1.2;
  }

  .team-wrap {
    grid-template-columns: 1fr;
  }

  .section-content-sm {
    text-indent: 0;
  }

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

  .radio_field {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
    display: flex;
  }

  .image-10 {
    width: 100%;
    position: absolute;
    inset: 0% 0% auto;
  }

  .padding-vertical-2 {
    padding-top: 3.9em;
  }

  .padding-vertical-2.padding-huge {
    padding-top: 20.15em;
  }

  .cms_version {
    left: 0;
    right: 0;
  }

  .text-size-regular-20 {
    font-size: 16px;
  }

  .text-size-regular-20.text-weight-medium {
    flex: 0 auto;
    font-size: 1em;
    font-weight: 400;
  }

  .field_label.large {
    margin-bottom: .1em;
    font-size: 1.25em;
  }

  .field_label.is-radio {
    line-height: 1.5;
  }

  .page-padding-2 {
    z-index: 10;
    position: relative;
  }

  .checkbox-form_component {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 18px;
  }

  .radio_label {
    font-size: 1.125em;
    font-weight: 400;
  }

  .collaborators_select {
    grid-column-gap: .875rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(146px, 1fr));
    grid-auto-columns: auto;
    grid-auto-flow: row;
    width: 100%;
    max-width: 100%;
    display: grid;
  }

  .cms_button {
    margin-left: auto;
    margin-right: auto;
  }

  .main-head-wrapper {
    padding-top: 1.875em;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-form_component {
    margin-top: -23px;
  }
}

#w-node-cc6ccd59-d613-e511-6c4f-ab11e9dffb28-ef42933c {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-e81210ff-47f8-9716-d475-c89c415b455e-ef42933c {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_4bb26807-2d40-a5f2-802a-346350aa3f51-ef42933c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3e2ba11f-f83e-81cd-bb00-8d8f94d67813-ef42933c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-b377f5c4-3128-5982-944e-b4bba8d07578-ef42933c {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_105a2fbe-28a7-81f2-d674-0758ad7e6016-ef42933c {
  grid-area: 1 / 5 / 4 / 7;
}

#w-node-_81253170-c124-be7e-fe2c-03e322ad5786-ef42933c, #w-node-_81253170-c124-be7e-fe2c-03e322ad5788-ef42933c, #w-node-_69fa2690-07ef-06e4-2e27-dbace92301fc-ef42933c, #w-node-_81253170-c124-be7e-fe2c-03e322ad5789-ef42933c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_81253170-c124-be7e-fe2c-03e322ad578b-ef42933c, #w-node-_81253170-c124-be7e-fe2c-03e322ad578c-ef42933c, #w-node-b8080f4d-dea3-bb7c-0c67-13e176305cc7-ef42933c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_81253170-c124-be7e-fe2c-03e322ad578e-ef42933c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_811ab9a4-840e-6527-cf89-3327d70b2265-ef42933c {
  grid-area: span 5 / span 1 / span 5 / span 1;
}

#w-node-_012241d1-fed3-186f-2840-0ca331124060-ef42933c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_82b54708-1f14-1022-b4b2-03d046fab952-ef42933c {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-c5048448-3c09-e1a5-b4b2-18e54a462344-de629072, #w-node-c5048448-3c09-e1a5-b4b2-18e54a46234d-de629072, #w-node-c5048448-3c09-e1a5-b4b2-18e54a462358-de629072, #w-node-d066a00e-5b7c-b06a-ce06-fbc1ff83624f-ff83621c, #w-node-d066a00e-5b7c-b06a-ce06-fbc1ff83625f-ff83621c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b40f989-4d4f-b17e-400b-e4979a569c0e-ef42933f {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_3096a6d5-5ade-ef8d-38bc-c811e0bafd9a-ef42933f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f1739d7d-dcbc-806e-796d-c365fd850e3d-ef42933f, #w-node-af96ae2a-cbe6-d8ad-9d80-9ffe157b1a9e-ef42933f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a90df3c8-a202-7cd5-4926-db1cebcf4881-ef429341 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: center;
}

#w-node-_0794229d-08f6-ab1e-af19-544e9b315921-9b31591f {
  justify-self: start;
}

#w-node-_0794229d-08f6-ab1e-af19-544e9b31594a-9b31591f {
  justify-self: end;
}

#w-node-_1a5c3e5b-333f-67f7-a6bf-baff8b02814b-2c57b3b5 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: center;
}

#w-node-e824f305-2b52-1bad-ceed-38547828d17b-2c57b3b5 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-e1cdd1f0-3731-baa5-db52-86c7e6e060f6-7622a6f7 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_4bb26807-2d40-a5f2-802a-346350aa3f51-ef42933c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_105a2fbe-28a7-81f2-d674-0758ad7e6016-ef42933c {
    grid-area: 3 / 1 / 9 / 5;
    align-self: start;
  }

  #w-node-e824f305-2b52-1bad-ceed-38547828d17b-2c57b3b5 {
    grid-column: span 8 / span 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cc6ccd59-d613-e511-6c4f-ab11e9dffb28-ef42933c {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_01317280-8313-189e-8112-8acaa2c29e5b-ef42933f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_01317280-8313-189e-8112-8acaa2c29e5e-ef42933f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_01317280-8313-189e-8112-8acaa2c29e60-ef42933f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_01317280-8313-189e-8112-8acaa2c29e67-ef42933f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_01317280-8313-189e-8112-8acaa2c29e6a-ef42933f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_01317280-8313-189e-8112-8acaa2c29e7a-ef42933f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_01317280-8313-189e-8112-8acaa2c29e7d-ef42933f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_01317280-8313-189e-8112-8acaa2c29e94-ef42933f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_01317280-8313-189e-8112-8acaa2c29e97-ef42933f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_01317280-8313-189e-8112-8acaa2c29eb0-ef42933f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_01317280-8313-189e-8112-8acaa2c29eb3-ef42933f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a90df3c8-a202-7cd5-4926-db1cebcf4881-ef429341, #w-node-_1a5c3e5b-333f-67f7-a6bf-baff8b02814b-2c57b3b5 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }
}


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