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

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

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

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

body {
  color: #333;
  font-family: Rethink Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #37424a;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

h2 {
  color: #37424a;
  margin-top: 0;
  font-family: Rethink Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

p {
  color: #586670;
  letter-spacing: .1px;
  text-transform: none;
  word-break: keep-all;
  margin-bottom: 10px;
  font-family: Rethink Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

ul {
  color: #586670;
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
  list-style-type: disc;
}

li {
  color: #586670;
  letter-spacing: .2px;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

strong {
  color: #37424a;
  font-weight: 600;
  line-height: 30px;
}

.navbar {
  z-index: 9;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  position: fixed;
  inset: 0%;
  box-shadow: 0 0 10px #23356e33;
}

.navbar-container {
  z-index: 5;
  background-color: #0000;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.header-container {
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-logo {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #37424a;
  letter-spacing: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  font-family: Rethink Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #37424a;
}

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

.nav-link.select {
  font-weight: 500;
}

.nav-button {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 70px;
  display: flex;
}

.menu {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 70px;
  display: flex;
}

.logo {
  height: 50px;
}

.header-cta {
  color: #e27e38;
  border: 1px solid #e27e38;
  border-radius: 4px;
  align-items: center;
  padding: 10px 15px;
  text-decoration: none;
  display: flex;
}

.head-cta-btn {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.head-cta-text {
  color: #e27e38;
  font-size: 16px;
  font-weight: 500;
}

.slide-nav {
  opacity: .8;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 80px;
  font-size: 12px;
  line-height: 17px;
  display: flex;
  inset: auto 0% 0% auto;
}

.slide {
  height: 100%;
  position: relative;
}

.slider {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
}

.container {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  max-width: 1140px;
  height: 100%;
}

.banner-img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  transition: width .2s, height .2s;
}

.banner-con {
  text-align: center;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.banner-text-area {
  opacity: 1;
  text-align: left;
  background-image: url('../images/black-blur.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 800px;
  height: 400px;
  display: flex;
}

.banner-text {
  color: #fff;
  text-align: left;
  font-size: 55px;
  font-weight: 500;
  line-height: 56px;
}

.banner-cta-area {
  z-index: 2;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

.cta-btn {
  background-color: #e27e38;
  border-radius: 60px;
  align-items: center;
  padding: 10px 30px 10px 10px;
  text-decoration: none;
  display: flex;
}

.cta-call-icon {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}

.cta-text {
  color: #fff;
  text-align: left;
  font-weight: 300;
}

.right-arrow, .left-arrow {
  justify-content: center;
  align-items: center;
  width: 120px;
  display: flex;
}

.arrow {
  width: 50px;
  height: 50px;
}

.cta {
  z-index: 9;
  position: fixed;
  inset: auto 0% 0% auto;
}

.cta-img {
  width: 64px;
  height: 64px;
  margin-bottom: 30px;
  margin-right: 30px;
}

.section {
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.top {
  padding-top: 0;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.card-body {
  color: #37424a;
  border-radius: 4px;
  width: auto;
  height: auto;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s ease-in-out;
  overflow: hidden;
  box-shadow: 0 0 10px #0000001a;
}

.card-body:hover {
  transform: translate(0, -10px);
  box-shadow: 0 0 18px #0000001a;
}

.tour-image {
  object-fit: cover;
  width: 360px;
  height: 270px;
  position: relative;
  overflow: hidden;
}

.card-block {
  width: auto;
  height: auto;
  padding: 30px;
}

.days {
  color: #586670;
  margin-bottom: 12px;
  font-family: Open Sans, sans-serif;
}

.footer {
  background-color: #37424a;
  border-bottom: 1px #e4ebf3;
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
}

.footer-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-wrapper.hide-2 {
  display: none;
}

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

.title-small {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  letter-spacing: .5px;
  padding-top: 12px;
  padding-bottom: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.divider {
  opacity: .1;
  background-color: #37424a;
  height: 1px;
}

.hide {
  opacity: 0;
  color: #fff;
}

.footer-cube {
  background-color: #0000;
  width: 380px;
  padding: 0 40px 20px;
}

.footer-cube.footer-hide {
  display: none;
}

.footer-title {
  color: #fff;
  margin-bottom: 10px;
  font-family: Feijoa;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.footer-p {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 20px;
  font-family: Rethink Sans, sans-serif;
  font-weight: 400;
  line-height: 26px;
}

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

.footer-tours {
  display: flex;
}

.copy-right {
  color: #c8cac8;
  letter-spacing: .2px;
  width: 100%;
  margin-bottom: 0;
  font-family: Rethink Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.tab-pane-tab-1 {
  margin-top: 20px;
}

.table-block {
  border: 1px #000;
  border-top: 1px solid #37424a1a;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
}

.tabe-content {
  color: #586670;
  letter-spacing: .1px;
  margin-bottom: 0;
  font-family: Rethink Sans, sans-serif;
  font-weight: 400;
  line-height: 28px;
}

.tabe-content.incl {
  background-image: url('../images/includes.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  padding-left: 25px;
}

.tabe-content.excl {
  background-image: url('../images/excludes.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  padding-left: 25px;
  font-family: Rethink Sans, sans-serif;
}

.tabe-content.bullet {
  background-image: url('../images/bullet.svg');
  background-position: .5px 6px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  padding-left: 25px;
  font-family: Rethink Sans, sans-serif;
}

.tab-content-title {
  color: #37424a;
  letter-spacing: .1px;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 28px;
}

.title-block {
  width: 30%;
  margin-top: 24px;
}

.content-block {
  width: 70%;
  padding-top: 24px;
}

.list-item {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 4px;
}

.tabs-menu {
  border-bottom: 1px solid #37424a1a;
  display: block;
}

.tab-link-tab-1 {
  background-color: #fff;
  border-right: 1px #37424a33;
  padding: 10px 40px;
}

.tab-link-tab-1.w--current {
  background-color: #fff;
  border-bottom: 2px solid #e27e38;
  border-right: 1px #37424a33;
  padding: 10px 40px;
}

.tab-link-tab-2 {
  background-color: #fff;
  border-right: 1px #37424a33;
  padding: 10px 40px;
}

.tab-link-tab-2.w--current {
  background-color: #fff;
  border-bottom: 2px solid #e27e38;
}

.tab-link-tab-3 {
  background-color: #fff;
  border-right: 1px #37424a33;
  border-radius: 0;
  padding: 10px 40px;
}

.tab-link-tab-3.w--current {
  background-color: #fff;
  border-bottom: 2px solid #e27e38;
}

.tab-link-tab-4 {
  background-color: #fff;
  padding: 10px 40px;
}

.tab-link-tab-4.w--current {
  background-color: #fff;
  border-bottom: 2px solid #e27e38;
  padding-top: 10px;
  padding-bottom: 10px;
}

.itni-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Rethink Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}

.tab-pane-tab-2, .tab-pane-tab-3, .tab-pane-tab-4 {
  margin-top: 20px;
}

.con-info {
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  margin-top: 0;
  padding-top: 120px;
  display: flex;
  overflow: hidden;
}

.vert-scroll {
  flex-direction: row-reverse;
  max-width: 1140px;
  display: flex;
}

.vert-cntent {
  width: 100%;
  height: 45vh;
  padding-right: 100px;
  position: sticky;
  top: 30vh;
}

.vert-cntent.web {
  width: 30%;
  height: 100vh;
  padding-right: 0;
  top: 0;
}

.vert-scroll-body {
  padding-top: 0;
  position: relative;
  inset: 0%;
}

.vert-block {
  background-color: #0000;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 70px;
}

.vert-details {
  width: 70%;
  padding-top: 0;
  padding-bottom: 0;
}

.con-block {
  background-color: #fff;
  border-radius: 8px;
  width: 90%;
  padding-bottom: 30px;
  overflow: hidden;
  box-shadow: 0 6px 10px #0000000d;
}

.con-head {
  background-color: #38424a;
  padding: 20px 30px;
}

.con-header {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}

.call-num {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.con-block-call {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.call-icon {
  width: 40px;
  height: 40px;
  margin-right: 14px;
}

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

.input-type {
  color: #37424a;
  border: 1px solid #37424a1a;
  border-radius: 2px;
  width: 100%;
  height: 44px;
  margin-bottom: 12px;
  padding: 8px 12px;
  font-size: 14px;
}

.submit-button {
  background-color: #e27e38;
  border-radius: 2px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.input-message {
  color: #37424a;
  border: 1px solid #37424a1a;
  border-radius: 2px;
  width: 100%;
  max-width: 260px;
  max-height: 600px;
  margin-bottom: 20px;
  padding: 8px 12px;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-template: ". Area Area"
                 "Area-2 . ."
                 "Area-3 . ."
                 / 1fr 1fr 1fr;
  width: 100%;
}

.photo {
  border-radius: 4px;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

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

.num-block {
  color: #37424ab3;
  text-align: center;
  border: 1px solid #37424a4d;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  display: flex;
}

.itin-block {
  color: #586670;
  border: 1px #000;
  border-top-color: #37424a1a;
  border-bottom: 1px solid #37424a1a;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
}

.num {
  font-size: 14px;
}

.list-item-copy {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 4px;
}

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

.visa {
  border: 1px #37424a1a;
  border-color: #37424a1a #000;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 30px;
  display: block;
}

.visa-point {
  color: #586670;
  letter-spacing: .1px;
  margin-bottom: 10px;
  padding-left: 5px;
  font-family: Rethink Sans, sans-serif;
  font-weight: 400;
  line-height: 28px;
}

.visa-title {
  color: #37424a;
  margin-bottom: 10px;
  font-weight: 700;
}

.list-block {
  color: #37424a;
  padding-left: 30px;
  font-weight: 600;
}

.list-block.with-img {
  padding-left: 0;
  list-style-type: none;
}

.list-block.with-point {
  color: #586670;
  padding-left: 0;
  list-style-type: none;
}

.footer-con {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.con-footer {
  color: #c8cac8;
  letter-spacing: .5px;
  width: 350px;
  margin-bottom: 20px;
  font-family: Rethink Sans, sans-serif;
  font-weight: 400;
}

.itin-p {
  color: #586670;
  letter-spacing: .1px;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Rethink Sans, sans-serif;
  font-weight: 400;
  line-height: 28px;
}

.num-list {
  color: #37424a;
  list-style-type: decimal;
}

.con-block-call-data {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.itin-content-block {
  width: 90%;
}

.inner-banner-con {
  z-index: 3;
  opacity: 1;
  background-image: linear-gradient(#0000, #00000080);
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  height: 130px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.inner-banner-text-area {
  opacity: 1;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 26px;
  display: flex;
}

.inner-slider {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 85vh;
  padding-top: 70px;
  position: relative;
}

.inner-banner-text {
  color: #fff;
  text-align: center;
  width: 1140px;
  max-width: 1140px;
  margin-bottom: 0;
  font-family: Rethink Sans, sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 56px;
  display: flex;
}

.slider-mob {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: none;
}

.navbar-mob {
  z-index: 9;
  background-color: #fff;
  width: 100%;
  height: 70px;
  display: none;
  position: fixed;
  box-shadow: 0 0 10px #23356e33;
}

.menu-mob {
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70px;
  display: flex;
}

.tabe-content-title {
  color: #37424a;
  letter-spacing: .1px;
  margin-bottom: 0;
  font-family: Rethink Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.cont-head-title {
  margin-bottom: 30px;
  font-family: Rethink Sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.cont-containe {
  justify-content: flex-start;
  max-width: 1140px;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.cont-block {
  width: auto;
}

.cont-title {
  color: #586670;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
}

.cont-sub-title {
  color: #37424a;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 28px;
}

.cont-area {
  margin-bottom: 30px;
}

.banner {
  background-color: #f1f6f9;
  background-image: url('../images/Frame-1.svg');
  background-position: 50% 80px;
  background-repeat: no-repeat;
  background-size: 850px 170px;
  justify-content: flex-start;
  align-items: center;
  height: 300px;
  display: flex;
}

.about-img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 2px;
  height: 400px;
  margin-top: 140px;
}

.floting-img-area {
  justify-content: flex-end;
  width: 50%;
  height: 230px;
  display: flex;
}

.cont-head {
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.banner-title {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.container-lift {
  justify-content: flex-start;
  max-width: 1140px;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.about-con-area {
  width: 650px;
}

.banner-container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  padding-top: 76px;
  display: flex;
}

.cont-num {
  color: #37424a;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 24px;
}

.mob-img {
  display: none;
}

.note {
  color: #37424a;
  letter-spacing: .2px;
  font-size: 14px;
  line-height: 24px;
}

.note-block {
  background-color: #fff;
  border: 2px solid #e27e38;
  border-left-width: 20px;
  border-radius: 6px;
  width: auto;
  margin-bottom: 60px;
  margin-right: 60px;
  padding: 20px;
}

.bold-note {
  margin-right: 4px;
  font-weight: 700;
}

.thanks-block {
  color: #e74d89;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  font-size: 72px;
  font-weight: 600;
  line-height: 70px;
  display: flex;
}

.footer-seo {
  margin-top: 40px;
  margin-bottom: 40px;
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 1140px;
}

.header {
  margin-bottom: 0;
}

.social {
  width: 36px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  width: 850px;
}

.list-item-2 {
  color: #586670;
}

.tour-card {
  border-radius: 4px;
  height: 520px;
  transition: transform .2s ease-in-out;
  position: relative;
  overflow: hidden;
}

.tour-card:hover {
  margin-top: 0;
  transform: translate(0, -10px);
}

.tour-image-2 {
  object-fit: cover;
  width: 100%;
  height: 360px;
  position: relative;
  overflow: hidden;
}

.grid-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}

.title-2 {
  color: #37424a;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 400;
}

.tour-descr {
  z-index: 3;
  background-color: #fff;
  width: 90%;
  height: auto;
  padding: 30px;
  position: absolute;
  inset: 240px 0% 0%;
}

.section--bottom {
  align-items: center;
  padding-top: 150px;
}

.section4home {
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.ftr-area {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.ftr-block {
  background-color: #e27e380f;
  border: 1px solid #e27e38;
  border-radius: 4px;
  width: 350px;
  height: 190px;
  margin-bottom: 30px;
  margin-right: 30px;
  padding: 36px;
}

.div-block-2 {
  width: 100%;
}

.ftr-title {
  color: #24346e;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 600;
}

.ftr-content {
  color: #24346e;
  font-size: 16px;
  line-height: 24px;
}

.social-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.utility-page-wrap {
  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;
  display: flex;
}

._404 {
  color: #e27e38;
  letter-spacing: 10px;
  font-size: 160px;
  font-weight: 700;
  line-height: 180px;
}

.mob-space {
  display: none;
}

.banner-color {
  background-image: linear-gradient(#0000, #00000080);
  height: 240px;
  position: absolute;
  inset: auto 0% 0%;
}

.days-chip {
  color: #fff;
  background-color: #e27e38;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 6px 10px;
  font-family: Open Sans, sans-serif;
}

.days-chip-area {
  flex-flow: wrap;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-button {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .vert-scroll {
    padding-left: 0;
    padding-right: 0;
  }

  .vert-cntent {
    height: 50vh;
    padding-right: 40px;
  }

  .vert-scroll-body {
    margin-bottom: 100px;
    padding: 0;
  }

  .vert-block {
    padding: 40px;
  }

  .footer-con {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-block {
    align-items: center;
  }

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

  .address-block {
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
  }

  h2 {
    font-size: 26px;
    line-height: 32px;
  }

  p {
    line-height: 24px;
  }

  .navbar {
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    inset: 0%;
  }

  .header-container {
    flex-flow: row;
    justify-content: space-between;
    max-width: none;
    padding-left: 20px;
    padding-right: 10px;
  }

  .navbar-logo {
    z-index: 4;
    width: auto;
  }

  .nav-menu {
    flex-direction: column;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .nav-link {
    border-bottom: 1px solid #5866701a;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0;
  }

  .nav-link.select {
    color: #fff;
    background-color: #e27e38;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-button {
    width: auto;
    display: none;
  }

  .menu-button.w--open {
    background-color: #e27e38;
    border-radius: 50px;
    padding: 10px;
  }

  .menu {
    height: 60px;
  }

  .logo {
    height: 36px;
  }

  .header-cta {
    display: none;
  }

  .slide-nav {
    justify-content: center;
    width: auto;
    height: 26px;
    padding-top: 6px;
    font-size: 10px;
    display: none;
  }

  .slide {
    height: 100%;
  }

  .slider {
    height: 40vh;
    display: block;
  }

  .banner-img {
    aspect-ratio: 1;
  }

  .banner-con {
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 0;
    inset: auto 0% 0%;
  }

  .banner-text-area {
    background-image: linear-gradient(#0000, #00000080);
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: auto;
    padding: 30px 20px;
  }

  .banner-text {
    text-align: left;
    font-size: 26px;
    line-height: 32px;
  }

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

  .section {
    padding: 60px 20px 0;
  }

  .grid {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .tour-image {
    width: 100%;
    height: 250px;
  }

  .card-block {
    padding-bottom: 20px;
  }

  .days {
    margin-bottom: 4px;
  }

  .footer {
    padding: 20px;
  }

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

  .footer-block {
    align-items: flex-start;
    width: auto;
    margin-bottom: 20px;
  }

  .title-small {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 24px;
  }

  .footer-link {
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 400;
  }

  .footer-link:hover {
    color: #fff;
  }

  .hide {
    display: none;
  }

  .footer-cube {
    width: auto;
    margin-bottom: 10px;
    padding-top: 40px;
    padding-bottom: 0;
    padding-left: 0;
    display: none;
  }

  .address-block {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .icon {
    font-size: 24px;
  }

  .footer-tours {
    flex-direction: column;
  }

  .copy-right {
    width: auto;
    font-size: 14px;
  }

  .tabs {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

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

  .table-block {
    flex-direction: column;
  }

  .title-block {
    width: auto;
  }

  .content-block {
    width: auto;
    margin-top: 5px;
    padding-top: 0;
  }

  .tabs-menu {
    justify-content: flex-start;
    width: 320px;
    display: flex;
    overflow: scroll;
  }

  .tab-link-tab-1 {
    width: auto;
    padding: 15px 10px;
  }

  .tab-link-tab-1.w--current {
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: auto;
    padding: 15px 12px;
  }

  .tab-link-tab-2 {
    width: auto;
    padding: 15px 12px;
  }

  .tab-link-tab-2.w--current {
    padding: 15px 12px;
  }

  .tab-link-tab-3 {
    width: auto;
    height: auto;
    padding: 15px 12px;
  }

  .tab-link-tab-3.w--current {
    padding: 15px 12px;
  }

  .tab-link-tab-4 {
    width: auto;
    height: auto;
    padding: 15px 12px;
  }

  .tab-link-tab-4.w--current {
    opacity: 1;
    padding: 15px 12px;
  }

  .itni-title {
    letter-spacing: .4px;
    font-size: 14px;
    font-weight: 600;
  }

  .tab-pane-tab-2, .tab-pane-tab-3, .tab-pane-tab-4 {
    width: 100%;
  }

  .vert-scroll {
    flex-direction: row-reverse;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .vert-cntent {
    background-color: #fff;
    height: auto;
    margin-bottom: 40px;
    padding: 20px 0 10px;
    top: 7vh;
  }

  .vert-cntent.web {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .vert-scroll-body {
    height: auto;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .vert-block {
    background-color: #fff;
    border-radius: 4px;
    width: 100%;
    padding: 10px 20px 30px;
  }

  .vert-details {
    width: 100%;
    padding: 0 0;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
    display: block;
  }

  .photo {
    margin-top: 20px;
  }

  .img {
    border-radius: 2px;
    margin-bottom: 20px;
  }

  .tabs-content {
    width: 100%;
    height: auto;
  }

  .itin-block, .visa {
    flex-direction: column;
  }

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

  .con-footer {
    width: auto;
    margin-bottom: 10px;
  }

  .itin-p {
    margin-top: 5px;
  }

  .itin-content-block {
    width: auto;
    margin-top: 5px;
  }

  .inner-banner-con {
    height: 8vh;
    margin-top: 42vh;
  }

  .inner-banner-text-area {
    color: #24346e;
    background-image: linear-gradient(#0000, #000c);
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding: 20px;
  }

  .inner-slider {
    height: 36vh;
    padding-top: 60px;
  }

  .inner-banner-text {
    text-align: left;
    background-image: none;
    width: 100%;
    font-size: 24px;
    line-height: 28px;
  }

  .slider-mob {
    height: 40vh;
    display: none;
  }

  .navbar-mob {
    height: 54px;
    display: block;
  }

  .menu-mob {
    justify-content: flex-end;
    width: 80%;
    height: 54px;
    padding-right: 10px;
  }

  .menu-list-mob {
    width: 100%;
  }

  .cont-head-title {
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
  }

  .cont-containe {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .cont-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cont-title {
    margin-bottom: 0;
  }

  .cont-sub-title {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 23px;
  }

  .cont-area {
    margin-bottom: 0;
  }

  .banner {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: 160px;
    padding-top: 60px;
  }

  .floting-img-area {
    display: none;
  }

  .cont-head {
    font-size: 26px;
  }

  .banner-title {
    width: 100%;
    height: auto;
  }

  .container-lift {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-container {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cont-num {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .mob-img {
    width: 100%;
    height: 200px;
    display: block;
  }

  .image-3 {
    aspect-ratio: 2;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .note-block {
    margin-left: 20px;
    margin-right: 20px;
  }

  .thanks-block {
    justify-content: center;
    align-items: center;
    height: 40vh;
    font-size: 42px;
  }

  .grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: auto;
    display: flex;
  }

  .header {
    width: 100%;
  }

  .cont-area-copy {
    margin-bottom: 20px;
  }

  .grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    width: auto;
  }

  .tour-card {
    height: 600px;
  }

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

  .grid-5 {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .tour-descr {
    width: auto;
    margin-right: 20px;
  }

  .section--bottom {
    padding: 40px 20px 0;
  }

  .section4home {
    padding: 40px 20px 60px;
  }

  .ftr-block {
    height: auto;
    margin-bottom: 20px;
    margin-right: 0;
    padding: 26px;
  }

  .ftr-title {
    margin-bottom: 6px;
  }

  .social-grid {
    margin-top: 10px;
  }

  .mob-space {
    height: 30px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .days-chip {
    margin-bottom: 10px;
  }

  .days-chip-area {
    margin-top: 2px;
    margin-bottom: 4px;
  }
}

#w-node-a1aab7c3-4f92-d28a-8855-da8982c15102-18d375b8, #w-node-_1f16c222-7ef0-3423-79df-4f49dc0559b9-18d375b8, #w-node-dd3f147d-1ce4-57fe-a7cc-00603dff4dc1-18d375b8, #w-node-_5542778d-736b-ae64-9c51-fe5e127754aa-18d375b8, #w-node-_5542778d-736b-ae64-9c51-fe5e127754b3-18d375b8, #w-node-_5542778d-736b-ae64-9c51-fe5e127754c2-18d375b8, #w-node-fa5a8a76-03a2-0fd5-9cf6-e1f231d5fad7-21186034, #w-node-e433284e-939a-8c2c-a7e5-aa4dc5a1fdef-21186034 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


