:root {
  --_colors---swatches-brand--charcoal-gray: #1f2429;
  --_typeface---body-text-effra-cc: effra-cc, sans-serif;
  --_typeface---headings-effra: effra, sans-serif;
  --_sizes---typography-heading-sizes--h1: 4rem;
  --_sizes---typography-heading-sizes--h2: 3.5rem;
  --_sizes---typography-heading-sizes--h3: 3rem;
  --_sizes---typography-heading-sizes--h4: 2.5rem;
  --_sizes---typography-heading-sizes--h5: 2rem;
  --_sizes---typography-heading-sizes--h6: 1.5rem;
  --_colors---swatches-neutral--white: #fff;
  --style-guide--fs-background-blue-10\<deleted\|variable-a05eeb4e-488a-bdab-df4b-fed192d8fcd6\>: #2d40ea1a;
  --_colors---swatches-neutral--black: #000;
  --_sizes---typography-text-sizes--rg-text: 1rem;
  --_sizes---typography-text-sizes--md-text: 1.125rem;
  --_sizes---paddings--global-padding: 3.375rem;
  --_sizes---paddings--sm-section: 4rem;
  --style-guide--fs-border-box\<deleted\|variable-c9524a6c-6052-3182-3874-4c87ef8ed4d3\>: #2d40ea;
  --style-guide--fs-background-blue-5\<deleted\|variable-9be23db1-27da-833a-dfcc-66bf06663e9a\>: #2d40ea0d;
  --_colors---swatches-brand--grey: #cfcacb;
  --_sizes---typography-text-sizes--sm-text: .875rem;
  --_sizes---paddings--lg-section: 7.5rem;
  --_sizes---typography-text-sizes--lg-text: 1.25rem;
  --_colors---swatches-neutral--transparent: #fff0;
  --_sizes---typography-text-sizes--xs-text: .75rem;
  --_colors---swatches-brand--military-green: #636b2f;
  --_sizes---paddings--md-section: 6.5rem;
  --_colors---swatches-brand--soft-ivory: #fbf8f4;
  --_colors---swatches-brand--light-sand: #f6eedb;
  --_sizes---paddings--xl-section: 10rem;
  --_sizes---primitives--8px-0-5rem\<deleted\|variable-9a453722-5d74-6a71-6db0-a625a4c8eed8\>: .5rem;
  --_colors---swatches-brand--light-grey: #838383;
  --_typeface---golos-text: "Golos Text", sans-serif;
  --_colors---swatches-utility--error-txt-color: #c92f28;
  --_colors---swatches-utility--error-bg-color: #fbe8e7;
}

body {
  background-color: var(--_colors---swatches-brand--charcoal-gray);
  font-family: var(--_typeface---body-text-effra-cc);
  color: var(--_colors---swatches-brand--charcoal-gray);
  --_sizes---typography-heading-sizes--h1: 4rem;
  --_sizes---typography-heading-sizes--h2: 3.5rem;
  --_sizes---typography-heading-sizes--h3: 3rem;
  --_sizes---typography-heading-sizes--h4: 2.5rem;
  --_sizes---typography-heading-sizes--h5: 2rem;
  --_sizes---typography-heading-sizes--h6: 1.5rem;
  --_sizes---typography-text-sizes--rg-text: 1rem;
  --_sizes---typography-text-sizes--md-text: 1.125rem;
  --_sizes---paddings--global-padding: 3.375rem;
  --_sizes---paddings--sm-section: 4rem;
  --_sizes---typography-text-sizes--sm-text: .875rem;
  --_sizes---paddings--lg-section: 7.5rem;
  --_sizes---typography-text-sizes--lg-text: 1.25rem;
  --_sizes---typography-text-sizes--xs-text: .75rem;
  --_sizes---paddings--md-section: 6.5rem;
  --_sizes---paddings--xl-section: 10rem;
  --_sizes---primitives--8px-0-5rem\<deleted\|variable-9a453722-5d74-6a71-6db0-a625a4c8eed8\>: .5rem;
  font-size: 1rem;
  line-height: 1.4;
}

h1 {
  font-family: var(--_typeface---headings-effra);
  font-size: var(--_sizes---typography-heading-sizes--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  font-family: var(--_typeface---headings-effra);
  font-size: var(--_sizes---typography-heading-sizes--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typeface---headings-effra);
  font-size: var(--_sizes---typography-heading-sizes--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-family: var(--_typeface---headings-effra);
  font-size: var(--_sizes---typography-heading-sizes--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  font-family: var(--_typeface---headings-effra);
  font-size: var(--_sizes---typography-heading-sizes--h5);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  font-family: var(--_typeface---headings-effra);
  font-size: var(--_sizes---typography-heading-sizes--h6);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.4;
}

p {
  font-family: var(--_typeface---body-text-effra-cc);
  margin-bottom: 0;
}

a {
  font-family: var(--_typeface---body-text-effra-cc);
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

ol {
  font-family: var(--_typeface---body-text-effra-cc);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  min-height: 1px;
  display: inline-block;
}

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

blockquote {
  font-family: var(--_typeface---body-text-effra-cc);
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

.code-embed_component {
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.heading-style-h1 {
  font-size: var(--_sizes---typography-heading-sizes--h1);
  font-weight: 400;
  line-height: 1;
}

.text-color-white {
  color: var(--_colors---swatches-neutral--white);
}

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

.text-size-regular {
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  line-height: 1.2;
}

.text-size-regular.text-weight-light.text-color-grey {
  color: var(--_colors---swatches-brand--grey);
}

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

.heading-style-h6 {
  font-size: var(--_sizes---typography-heading-sizes--h6);
  font-weight: 400;
  line-height: 1;
}

.text-size-large {
  font-size: var(--_sizes---typography-text-sizes--lg-text);
  font-weight: 400;
  line-height: 1.3;
}

.page-wrapper {
  z-index: 99999;
  position: relative;
}

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

.section {
  padding-right: var(--_sizes---paddings--global-padding);
  padding-left: var(--_sizes---paddings--global-padding);
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.section.hero_section {
  z-index: 2;
  background-image: linear-gradient(#0000001a, #0000001a), linear-gradient(#0003, #0000);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  justify-content: flex-end;
  align-items: stretch;
  height: 100svh;
}

.section.work_section {
  background-color: var(--_colors---swatches-brand--soft-ivory);
  padding-left: 0;
  padding-right: 0;
}

.section.tailored_section {
  background-color: var(--_colors---swatches-brand--soft-ivory);
}

.section.reveiw_section {
  background-color: var(--_colors---swatches-brand--light-sand);
}

.section.tour_section {
  background-image: linear-gradient(#0000001a, #0000001a), linear-gradient(#0003, #0000), url("https://cdn.prod.website-files.com/69034dff1e15a9e230944894/69087090eb847a2bb4f3c778_ca932639da450fc7d281464976790e9d_tour%20hero.webp");
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  height: 100vh;
  display: flex;
}

.section.tour-slider_section {
  background-color: var(--_colors---swatches-brand--charcoal-gray);
}

.section.tour-tailored_section {
  background-color: var(--_colors---swatches-brand--soft-ivory);
}

.section.destination_section {
  background-image: linear-gradient(#0000001a, #0000001a), linear-gradient(#0003, #0000), url("https://cdn.prod.website-files.com/69034dff1e15a9e230944894/6908a6b734b6bb0c4cff9710_88748e44afdc6d36b118a421df2933c2_destination.webp");
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  height: 100vh;
  display: flex;
}

.section.journey-tailored_section {
  background-color: var(--_colors---swatches-brand--charcoal-gray);
  padding-left: 0;
  padding-right: 0;
}

.section.map_section {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  height: 126vh;
}

.section.experiences_section {
  background-image: linear-gradient(#0000001a, #0000001a), linear-gradient(#0000, #0003), linear-gradient(#0003, #0000), url("https://cdn.prod.website-files.com/69034dff1e15a9e230944894/6909b506d4053b0a634fa8c4_1372bfa521d35dabcda26b315d44d7e4_experiences.webp");
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  height: 100vh;
  display: flex;
}

.section.zoom_section {
  background-color: var(--_colors---swatches-brand--soft-ivory);
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.section.experience-content_section {
  z-index: 1;
  background-color: var(--_colors---swatches-brand--soft-ivory);
  overflow: visible;
}

.section.slider_section {
  background-color: var(--_colors---swatches-neutral--white);
  justify-content: flex-start;
  align-items: stretch;
}

.section.policy_section {
  background-color: var(--_colors---swatches-neutral--white);
  padding-left: 0;
  padding-right: 0;
}

.section.footer_section {
  background-color: var(--_colors---swatches-brand--charcoal-gray);
}

.section.meet-us_section {
  background-image: linear-gradient(#0000008a, #0000008a), linear-gradient(#0003, #0000), url("https://cdn.prod.website-files.com/69034dff1e15a9e230944894/6909d948487edaab30bffa02_4936a66dff3d8eb027a84cf559d721a8_meet%20us%20bg.webp");
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.page-code-embed {
  pointer-events: none;
  cursor: none;
  display: none;
}

.nav_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 2.75rem;
  display: flex;
  position: relative;
}

.nav-styles {
  display: none;
}

.nav-menu_button {
  z-index: 2;
}

.nav-menu_list-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-bottom: 0;
}

.nav-menu_list-item.nav-mobile {
  display: none;
  position: absolute;
  right: 0%;
}

.navbar_bg {
  background-color: var(--_colors---swatches-brand--charcoal-gray);
  display: none;
}

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

.navbar {
  background-color: #0000;
  flex-flow: column;
  display: flex;
}

.nav-menu_list-centered {
  -webkit-backdrop-filter: blur(1.875rem);
  backdrop-filter: blur(1.875rem);
  background-color: #b4aeaeb8;
  border-radius: 99rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 37.5rem;
  margin: 0 auto;
  padding: .21875rem;
  display: flex;
}

.nav_brand {
  aspect-ratio: 192 / 24;
  width: 6.155rem;
  height: 4.0625rem;
  padding: 0;
}

.nav_link {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  text-align: center;
  letter-spacing: .01em;
  border-radius: 99rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: .5625rem 1.25rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: color .2s, opacity .2s;
  position: relative;
  overflow: visible;
}

.nav_link.w--current {
  background-color: var(--_colors---swatches-neutral--white);
  color: var(--_colors---swatches-brand--charcoal-gray);
  font-weight: 500;
  position: relative;
}

.navigation {
  z-index: 8;
  background-color: #fff0;
  padding: 1.5rem 3rem;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_menu-centered {
  z-index: 1;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation-icons.is-nav_btn-dektop {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-icon {
  color: var(--_colors---swatches-neutral--white);
  border-radius: 99rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.625rem;
  height: 1.625rem;
  transition: all .2s, transform .2s;
  display: flex;
}

.nav-icon:hover {
  background-color: var(--_colors---swatches-neutral--white);
  color: var(--_colors---swatches-brand--charcoal-gray);
  transform: scale(1.05);
}

.footer-padding {
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.footer_grid {
  grid-template-rows: auto;
  grid-template-columns: 49.5496% 46.5465%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.footer_grid-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.footer_grid-item.border-right {
  border-right: .75px solid #574245;
}

.footer-content-brand {
  grid-column-gap: 2.1875rem;
  grid-row-gap: 2.1875rem;
  flex-flow: column;
  display: flex;
}

.footer-brand {
  width: 6.62875rem;
  height: 4.375rem;
}

.footer-logo {
  object-fit: cover;
  width: 100%;
}

.footer-heading {
  font-family: var(--_typeface---body-text-effra-cc);
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-heading-sizes--h5);
  font-weight: 300;
}

.footer-content {
  grid-column-gap: 3.9375rem;
  grid-row-gap: 3.9375rem;
  flex-flow: column;
  width: 100%;
  max-width: 22rem;
  display: flex;
}

.social-icons-wrapper {
  grid-column-gap: .6875rem;
  grid-row-gap: .6875rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-link {
  color: #cfcacb;
  border-radius: 99rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  background-color: var(--_colors---swatches-neutral--white);
  color: var(--_colors---swatches-brand--charcoal-gray);
  transform: scale(1.1);
}

.footer_grid-item_grid {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 20% 13.089% 36%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.footer_grid-item_grid-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-menu-heading {
  font-family: var(--_typeface---body-text-effra-cc);
  color: #9e9496;
  letter-spacing: .0375em;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.1;
}

.footer-menu {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_links {
  opacity: .8;
  color: var(--_colors---swatches-brand--grey);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.1;
  text-decoration: none;
  transition: opacity .2s;
}

.footer_links:hover {
  opacity: 1;
}

.contact-details {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-flow: column;
  display: flex;
}

.footer-contact-detail-inner-text {
  font-family: var(--_typeface---body-text-effra-cc);
  color: #9e9496;
  letter-spacing: .0375em;
  text-transform: capitalize;
  font-size: .625rem;
  font-weight: 400;
  line-height: 1;
}

.address-details {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 2.5rem;
  display: flex;
}

.footer-bottom-flex {
  justify-content: space-between;
  align-items: center;
  margin-top: 5rem;
  display: flex;
}

.copyright-flex {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.copyright-text {
  color: #9e9496;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.35;
}

.copyright-link {
  opacity: .8;
  color: #9e9496;
  white-space: nowrap;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  transition: opacity .2s;
}

.copyright-link:hover {
  opacity: 1;
}

.meet-us-padding {
  padding-top: 11.5625rem;
  padding-bottom: 8.75rem;
}

.meet-us-main-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  display: flex;
}

.meet-us-hero-content {
  grid-column-gap: 2.8125rem;
  grid-row-gap: 2.8125rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 73.625rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.meet-us-hero-logo-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 16.5625rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.meet-us-hero-logo {
  width: 13.2225rem;
  height: 17.9463rem;
}

.meet-us-hero-logo.is-absolute {
  position: absolute;
  inset: 1% 0% 0% 16%;
}

.meet-us-hero-logo.is-rotate {
  transform: rotate(-7deg);
}

.meet-us-main-form-wrapper {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  padding-top: 8.3125rem;
  display: flex;
}

.meet-us-title_grid {
  grid-template-rows: auto;
  grid-template-columns: 45.4477% 46.2754%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.step-form-block {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff38;
  border: 1px solid #ffffff1a;
  border-radius: .625rem;
  width: 100%;
  max-width: 58.75rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 3.125rem 5rem;
}

.step-form {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  display: grid;
}

.form-field-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.form-detail-type-box {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  margin-bottom: 2.5rem;
  display: flex;
}

.form-detail-type-box.bottom-space-removed {
  margin-bottom: 0;
}

.form-buttons-wrapper {
  justify-content: flex-end;
  align-items: center;
  margin-top: 2.5rem;
  display: flex;
}

.next-btn, .submit-btn {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--_colors---swatches-neutral--white);
  color: var(--_colors---swatches-brand--charcoal-gray);
  font-size: var(--_sizes---typography-text-sizes--md-text);
  text-align: center;
  text-transform: capitalize;
  border: 1px solid #fffc;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  padding: .875rem 1.5rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.form-field {
  color: #dedede;
  background-color: #aeaeae66;
  border: 0 solid #000;
  border-radius: .875rem;
  width: 100%;
  height: 3rem;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: .875rem;
  line-height: 1.15;
}

.form-field:focus {
  border-width: 0;
}

.form-field::placeholder {
  color: #dedede;
  font-size: .875rem;
  line-height: 1.15;
}

.form-field.is-text-area {
  height: 6rem;
  min-height: auto;
}

.form-field-label {
  color: #d9dbe9;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.15;
}

.form-select-field {
  color: #dedede;
  background-color: #aeaeae66;
  background-image: url("https://cdn.prod.website-files.com/69034dff1e15a9e230944894/6909fa5d28508b4d74cc77b8_down%20arrow%20(3).svg");
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 solid #000;
  border-radius: .875rem;
  width: 100%;
  height: 3rem;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: .875rem;
  line-height: 1.15;
}

.form-select-field:focus {
  border-width: 0;
}

.form-select-field::placeholder {
  color: #dedede;
  font-size: .875rem;
  line-height: 1.15;
}

.step-1 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  align-self: flex-start;
  width: 100%;
  min-width: 100%;
  overflow: hidden;
}

.step-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  align-self: flex-start;
  width: 100%;
  min-width: 100%;
  overflow: hidden;
}

.form-step-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.stepform-script {
  display: none;
}

.success-box {
  background-color: var(--_colors---swatches-neutral--transparent);
  font-family: var(--_typeface---golos-text);
  color: var(--_colors---swatches-neutral--white);
  width: 100%;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 2.5rem;
  font-weight: 400;
}

.form_radio-row {
  color: var(--_colors---swatches-brand--grey);
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 0;
  padding-left: 0;
  line-height: 1;
  display: flex;
}

.form_radio {
  border: 1px solid var(--_colors---swatches-neutral--white);
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  margin: 0 .5rem 0 0;
}

.form_radio.w--redirected-checked {
  border: .25rem solid var(--_colors---swatches-neutral--white);
  background-color: var(--_colors---swatches-neutral--white);
}

.form_radio.w--redirected-focus {
  box-shadow: 0 0 10px 0 #0000001a;
}

.form_radio-label {
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  margin-bottom: 0;
}

.form_checkbox {
  border: 1px solid var(--_colors---swatches-neutral--white);
  border-radius: .25rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox.w--redirected-checked {
  background-color: var(--_colors---swatches-neutral--white);
  background-image: url("https://cdn.prod.website-files.com/69034dff1e15a9e230944894/692622cf725dd6910ba87cc2_check.svg");
  background-position: 50%;
  background-size: auto 80%;
  margin: 0 .5rem 0 0;
}

.form_checkbox.w--redirected-focus {
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 10px 0 #0000001a;
}

.ms-toggle-wrap {
  width: 3.125rem;
  height: 2.125rem;
  margin-bottom: 0;
  padding-left: 1.25rem;
  position: relative;
}

.ms-toggle-checkbox {
  display: none;
}

.ms-toggle-label {
  z-index: 2;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 3rem;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.ms-toggle-dot {
  z-index: 1;
  background-color: var(--_colors---swatches-neutral--white);
  border-radius: 50%;
  width: 1.75rem;
  height: 1.75rem;
  margin-top: .1875rem;
  transition: left .2s;
  position: absolute;
  left: .1875rem;
  box-shadow: 0 1px 5px #0003;
}

.ms-toggle-dot.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  left: 39px;
}

.ms-toggle-bg {
  z-index: 0;
  background-color: var(--_colors---swatches-brand--grey);
  border-radius: 100px;
  width: 3.125rem;
  transition: background-color .2s;
  position: absolute;
  inset: 0%;
}

.code-embed_toggle {
  background-color: #ededed;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  margin-bottom: 10px;
  font-style: italic;
  display: flex;
}

@media screen and (max-width: 991px) {
  body {
    --_sizes---typography-heading-sizes--h1: 3.5rem;
    --_sizes---typography-heading-sizes--h2: 3rem;
    --_sizes---typography-heading-sizes--h3: 2.5rem;
    --_sizes---typography-heading-sizes--h4: 2rem;
    --_sizes---typography-heading-sizes--h5: 1.75rem;
    --_sizes---typography-heading-sizes--h6: 1.25rem;
    --_sizes---typography-text-sizes--rg-text: 1rem;
    --_sizes---typography-text-sizes--md-text: 1.125rem;
    --_sizes---paddings--global-padding: 1.25rem;
    --_sizes---paddings--sm-section: 3rem;
    --_sizes---typography-text-sizes--sm-text: .875rem;
    --_sizes---paddings--lg-section: 5rem;
    --_sizes---typography-text-sizes--lg-text: 1.25rem;
    --_sizes---typography-text-sizes--xs-text: .75rem;
    --_sizes---paddings--md-section: 4rem;
    --_sizes---paddings--xl-section: 7.5rem;
    --_sizes---primitives--8px-0-5rem\<deleted\|variable-9a453722-5d74-6a71-6db0-a625a4c8eed8\>: .5rem;
  }

  .tablet-hidden {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col, .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .section.hero_section, .section.reveiw_section, .section.hero_section, .section.reveiw_section {
    display: flex;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .show-tablet {
    display: block;
  }

  .nav-menu_lottie-animation {
    background-color: #fff0;
    width: 120%;
    height: 100%;
  }

  .nav-menu_button {
    margin-left: auto;
  }

  .nav-menu_list-centered {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: center;
    max-width: 30rem;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: .21875rem;
  }

  .nav_link {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .8rem;
  }

  .navigation {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav_menu-centered {
    background-color: #fff0;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .hero_grid {
    grid-template-columns: 58% 40%;
  }

  .hero-line {
    width: 2rem;
    left: -5%;
  }

  .scroll-down-wrapper {
    justify-content: flex-end;
    align-items: stretch;
  }

  .work-title-wrapper {
    margin-bottom: -12.6rem;
  }

  .tabs-menu {
    margin-left: 2.5rem;
    padding-right: 1.5rem;
  }

  .tabs-image {
    object-fit: cover;
    object-position: 44% 50%;
  }

  .horizontal-scroll-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow: hidden;
  }

  .track {
    height: auto;
  }

  .horizontal-scroll_list-wrapper {
    width: auto;
    height: auto;
    position: relative;
    top: 0;
    overflow: visible;
  }

  .horizontal-scroll_list {
    flex-flow: column;
  }

  .horizontal-scroll_list-item {
    width: 100%;
  }

  .tour-title-wrapper {
    margin-bottom: 4rem;
    padding-top: 4rem;
    position: relative;
    top: 0;
  }

  .tour_grid {
    grid-template-columns: 60% 38%;
    justify-content: space-between;
  }

  .tour_grid-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  .tour-list-item-disclaimer {
    text-align: left;
    max-width: 100%;
  }

  .splide__list.vertical-slider {
    object-fit: cover;
    object-fit: cover;
    flex-flow: row;
    width: 100%;
  }

  .splide__slide {
    width: 48%;
  }

  .splide__slide.verticle-slide {
    aspect-ratio: 1;
    width: 50%;
  }

  .splide__slide.is-services {
    aspect-ratio: auto;
    width: 50%;
  }

  .slider-card {
    justify-content: flex-start;
  }

  .tailored-tabs-menu {
    justify-content: center;
    align-items: center;
  }

  .tailored_grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .tailored-image {
    height: 28rem;
  }

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

  .difference-image {
    height: 100%;
  }

  .review-content-wrapper {
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
  }

  .quote {
    left: -9%;
  }

  .testimonial_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .testimonial-card_grid {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .testimonial-card_grid-item {
    border-top-width: 0;
    border-right-width: .8px;
    flex: 1;
    padding: 2rem 1.5rem;
  }

  .testimonial-image {
    object-fit: cover;
    order: -9999;
  }

  .custom-pagination {
    flex-flow: row;
    order: 9999;
    justify-content: center;
    align-items: center;
    position: static;
  }

  .pagination-dots.active {
    width: 2.66188rem;
    height: .366rem;
  }

  .footer_grid {
    grid-template-columns: 47% 49.5496%;
  }

  .footer_grid-item.border-right {
    margin-right: 0;
  }

  .footer_grid-item_grid {
    grid-template-columns: 24% 17% 47%;
    margin-left: 0;
  }

  .tours-image {
    height: 25rem;
  }

  .tour-tailored_grid {
    grid-template-columns: 43.0622% 55%;
  }

  .journey_grid {
    grid-template-columns: 48% 50%;
  }

  .journey-tailored-title {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .journey-tailored-image {
    height: 100%;
  }

  .map-section-background-image {
    height: 80%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .map_grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 51.3804% 45.6288%;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .map-wrapper {
    object-fit: cover;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .map-svg-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 27.8rem;
    max-width: 27.8rem;
    min-height: 34.1rem;
    max-height: 34.1rem;
    margin-left: -1.5rem;
    display: flex;
  }

  .continental-croatia {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    max-width: 18rem;
    height: 10rem;
  }

  .map-hotspot.is-top-right {
    top: 14%;
    left: 41%;
  }

  .map-hotspot.is-right {
    top: 26%;
    left: 61%;
  }

  .hotspot-tooltip.align-left {
    top: 26%;
    right: -9%;
  }

  .highland-croatia {
    width: 9rem;
    height: 10rem;
    top: 14.5%;
    right: 49%;
  }

  .istra-kvarner {
    width: 100%;
    max-width: 7.4rem;
    height: 7.5rem;
    top: 17.5%;
    left: 6.5%;
  }

  .north-dalmatia {
    width: 8rem;
    height: 9.5rem;
    top: 39%;
    left: 30%;
  }

  .central-dalmatia {
    width: 8rem;
    height: 9rem;
    top: 48.5%;
    left: 47%;
  }

  .south-dalmatia {
    width: 10rem;
    height: 4rem;
    top: 62%;
    left: 57.5%;
  }

  .zooming-image, .zooming-video {
    height: 100%;
  }

  .zoom-track {
    height: 300svh;
  }

  .zoom-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    min-width: 120rem;
  }

  .meet-us-main-form-wrapper {
    padding-top: 4rem;
  }

  .tour_image {
    height: 22.5625rem;
    transform: skew(0deg);
  }

  .list-type {
    font-size: 1rem;
  }

  .privacy-main-wrapper {
    margin-top: -30.575rem;
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_sizes---typography-heading-sizes--h1: 3rem;
    --_sizes---typography-heading-sizes--h2: 2.5rem;
    --_sizes---typography-heading-sizes--h3: 2rem;
    --_sizes---typography-heading-sizes--h4: 1.75rem;
    --_sizes---typography-heading-sizes--h5: 1.5rem;
    --_sizes---typography-heading-sizes--h6: 1.125rem;
    --_sizes---typography-text-sizes--rg-text: 1rem;
    --_sizes---typography-text-sizes--md-text: 1.125rem;
    --_sizes---paddings--global-padding: 1rem;
    --_sizes---paddings--sm-section: 2rem;
    --_sizes---typography-text-sizes--sm-text: .875rem;
    --_sizes---paddings--lg-section: 4rem;
    --_sizes---typography-text-sizes--lg-text: 1.25rem;
    --_sizes---typography-text-sizes--xs-text: .75rem;
    --_sizes---paddings--md-section: 3rem;
    --_sizes---paddings--xl-section: 5rem;
    --_sizes---primitives--8px-0-5rem\<deleted\|variable-9a453722-5d74-6a71-6db0-a625a4c8eed8\>: .5rem;
  }

  .mobile-hidden {
    display: none;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

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

  .section.hero_section {
    justify-content: flex-end;
    align-items: stretch;
  }

  .section.reveiw_section {
    height: auto;
  }

  .section.map_section {
    height: 67.25rem;
  }

  .section.slider_section {
    height: auto;
    display: block;
  }

  .text-style-tagline {
    white-space: normal;
  }

  .mobile-only {
    display: block;
  }

  .policy_rich-text {
    margin-top: 4rem;
    font-size: .9375em;
  }

  .policy_rich-text p {
    font-size: .9375rem;
  }

  .policy_rich-text h2 {
    font-size: 1.125rem;
  }

  .nav-menu_lottie-animation {
    aspect-ratio: 1;
    width: 150%;
    height: 150%;
    position: absolute;
    top: -25%;
    left: -25%;
  }

  .nav_wrapper {
    justify-content: space-between;
    height: 5.5rem;
    padding: 1rem;
  }

  .nav-menu_button {
    padding: 1rem;
  }

  .nav-menu_button.w--open {
    background-color: #0000;
  }

  .nav-menu_list-item {
    padding-top: .375rem;
    padding-bottom: .375rem;
  }

  .nav-menu_list-item.nav-mobile {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-end;
    width: 100%;
    margin-top: auto;
    display: block;
    position: relative;
  }

  .navbar_bg {
    background-color: var(--_colors---swatches-brand--charcoal-gray);
    opacity: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .nav-menu_list-centered {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: #fff0;
    border-width: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    height: 100%;
    padding: 0;
  }

  .nav_link {
    color: #fff;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 1.25rem;
  }

  .nav_link.w--current {
    border-bottom: .5px solid var(--_colors---swatches-neutral--white);
    background-color: var(--_colors---swatches-neutral--transparent);
    color: var(--_colors---swatches-neutral--white);
    border-radius: 0;
    justify-content: center;
    align-items: center;
    padding-bottom: .1875rem;
    font-size: 1.25rem;
    font-weight: 600;
    text-decoration: none;
  }

  .navigation {
    padding: 0;
  }

  .nav_menu-centered {
    background-color: var(--_colors---swatches-brand--charcoal-gray);
    max-width: 100%;
    height: calc(102vh - 4rem);
    padding: 2rem 1rem 8rem;
  }

  .navigation-icons {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    display: flex;
  }

  .navigation-icons.is-nav_btn-dektop {
    display: none;
  }

  .hero_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: left;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .hero-line {
    display: none;
  }

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

  .work-title-wrapper {
    margin-top: 1.875rem;
    margin-bottom: .625rem;
  }

  .tabs-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
  }

  .tabs-menu {
    order: 9999;
    width: 95%;
    margin-left: 1rem;
    padding-bottom: 3rem;
    padding-right: 1rem;
  }

  .tabs-content {
    width: 100%;
  }

  .tabs-menu-links {
    max-width: 100%;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .gradient-wrapper {
    display: none;
  }

  .tabs-image {
    object-position: 50% 0%;
    height: 30rem;
  }

  .horizontal-scroll_list-wrapper {
    position: relative;
    top: 0;
  }

  .tour-title-wrapper {
    margin-bottom: 4rem;
    padding-top: 3rem;
    position: relative;
    top: 0;
  }

  .tour_grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .tour_grid-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 0;
  }

  .tour-card-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .tour-list-item-disclaimer {
    width: 100%;
    max-width: 100%;
  }

  .splide__slide, .splide__slide.verticle-slide {
    width: 100%;
  }

  .splide__slide.verticle-slide {
    width: 100%;
  }

  .splide__slide.is-services {
    aspect-ratio: auto;
    width: 50%;
  }

  .tailored-tabs-menu {
    flex-flow: wrap;
  }

  .tailored_grid {
    flex-flow: column;
    display: flex;
  }

  .tabs-image-wrapper {
    border-top-left-radius: 20rem;
    border-top-right-radius: 20rem;
  }

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

  .difference_grid {
    flex-flow: column;
    display: flex;
  }

  .difference-image {
    object-position: 50% 6%;
  }

  .review-content-wrapper {
    max-width: 40rem;
  }

  .quote {
    width: 2rem;
    height: 2.3rem;
    top: 13%;
    left: -2%;
  }

  .testimonial_grid {
    margin-top: 0;
  }

  .testimonial-image {
    order: -9999;
  }

  .footer_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .footer_grid-item.border-right {
    border-bottom: .75px solid #574245;
    border-right-width: 0;
    padding-bottom: 2rem;
  }

  .footer_grid-item_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .footer_grid-item_grid-item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .address-details {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-top: 1.5rem;
  }

  .footer-bottom-flex {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .copyright-flex {
    order: 9999;
  }

  .tour-title-main-wrapper {
    text-align: left;
    padding-right: 10rem;
  }

  .tours_grid {
    flex-flow: column;
    display: flex;
  }

  .tour-tailored_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .journey_grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    display: flex;
  }

  .journey_grid-item-text {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .journey-tailored-title {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .journey-tailored-images_grid {
    flex-flow: column;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    display: flex;
  }

  .map-section-background-image {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .map_grid {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .map-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
  }

  .map-svg-wrapper {
    aspect-ratio: 670 / 663.26;
    justify-content: flex-end;
    align-items: flex-start;
    width: 37.5rem;
    min-width: 37.5rem;
    max-width: 37.5rem;
    height: 100%;
    min-height: 25rem;
    max-height: 25rem;
  }

  .continental-croatia {
    align-self: auto;
    max-width: 20rem;
    height: 10rem;
    position: absolute;
    inset: 0% 10% auto auto;
  }

  .map-hotspot.is-top-right {
    top: 13%;
    left: 44%;
  }

  .map-hotspot.is-right {
    top: 26%;
    left: 61%;
  }

  .highland-croatia {
    width: 8rem;
    height: 8rem;
    top: 23.5%;
    right: 51.5%;
  }

  .istra-kvarner {
    max-width: 6rem;
    height: 6rem;
    top: 19%;
    left: 23.5%;
  }

  .north-dalmatia {
    width: 8rem;
    height: 8rem;
    top: 53%;
    left: 33%;
  }

  .central-dalmatia {
    top: 66%;
    left: 45.5%;
  }

  .south-dalmatia {
    top: 85%;
    left: 53%;
  }

  .map-content-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .overlay-wrapper {
    object-fit: cover;
    height: 100%;
  }

  .zooming-video {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .zoom-track {
    height: 400svh;
  }

  .zoom-grid {
    min-width: 40rem;
    height: 100vh;
  }

  .experience-main-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .experience_grid {
    flex-flow: column;
    display: flex;
  }

  .experience_grid-item {
    padding-left: 0;
    padding-right: 0;
  }

  .experience-image {
    height: 100%;
  }

  .meet-us-main-form-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .meet-us-title_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .step-form-block {
    margin-bottom: 0;
    padding: 2rem 1.5rem;
  }

  .form_grid {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .form-detail-type-box {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .form-buttons-wrapper {
    flex-flow: column;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .form-step-wrapper {
    flex-flow: row;
  }

  .text-block {
    font-size: 1.5rem;
  }

  .tour_image {
    height: 25rem;
  }

  .tooltip-text-style {
    font-size: .75rem;
  }

  .map-content-block.is-active-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .list-type {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    font-size: .8rem;
  }

  .heading-style-signature-tours {
    font-size: var(--_sizes---typography-heading-sizes--h4);
  }
}

@media screen and (max-width: 479px) {
  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .horizontal-scroll-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .splide__slide.verticle-slide {
    aspect-ratio: 2 / 3;
  }

  .splide__slide.is-services {
    width: 100%;
  }

  .tailored-tabs-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .tailored-tabs-menu-links {
    border-bottom: 2.5px solid var(--_colors---swatches-neutral--black);
    border-right-width: 0;
  }

  .tailored-tabs-menu-links.border-removed {
    border-bottom-width: 0;
  }

  .difference-image {
    height: 100%;
  }

  .review-content-wrapper {
    max-width: 25rem;
  }

  .quote {
    top: 14%;
    left: -4%;
  }

  .review-text-wrapper {
    padding-top: 5rem;
  }

  .testimonial-card_grid-item {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer-bottom-flex {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: center;
    align-items: center;
  }

  .copyright-flex {
    order: 9999;
  }

  .tour-title-main-wrapper {
    padding-right: 3rem;
  }

  .tour-tailored_grid-item_grid {
    flex-flow: column;
    display: flex;
  }

  .map-svg-wrapper {
    aspect-ratio: 320 / 432;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 20rem;
    max-width: 30rem;
    height: 100%;
    min-height: 26rem;
    max-height: 26rem;
    margin-bottom: -4.2rem;
    margin-left: 0;
  }

  .continental-croatia {
    max-width: 14rem;
    height: 7rem;
    top: -9%;
    right: 4%;
  }

  .map-hotspot.is-top {
    width: 1rem;
    height: 1rem;
  }

  .map-hotspot.is-top-right {
    top: 8%;
  }

  .map-hotspot.is-right {
    width: 1rem;
    height: 1rem;
    top: 22%;
  }

  .map-hotspot.is-full {
    top: 30%;
  }

  .hotspot-tooltip.align-left {
    top: 14%;
    right: 1%;
  }

  .hotspot-tooltip.align-right-text {
    right: -208%;
  }

  .highland-croatia {
    width: 8rem;
    height: 9rem;
    top: 6%;
    right: 55%;
  }

  .istra-kvarner {
    max-width: 5rem;
    height: 6rem;
    top: 17%;
    left: -5%;
  }

  .north-dalmatia {
    width: 9rem;
    height: 6rem;
    top: 34%;
    left: 14%;
  }

  .central-dalmatia {
    width: 8rem;
    height: 6rem;
    top: 49%;
    left: 41%;
  }

  .south-dalmatia {
    width: 10rem;
    height: 5rem;
    top: 67%;
    left: 55%;
  }

  .map-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .form-buttons-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .tour_image {
    height: 100%;
  }

  .map-content-block.is-active-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .list-type {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }
}

#w-node-baca3f06-fe12-e7b9-b9da-6e2a8f59c6de-9e8164fa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
