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

@font-face {
  font-family: Humansans;
  src: url('../fonts/HumanSans-BlackOblique.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Humansans;
  src: url('../fonts/HumanSans-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Humansans;
  src: url('../fonts/HumanSans-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Humansans;
  src: url('../fonts/HumanSans-LightOblique.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Humansans;
  src: url('../fonts/HumanSans-BoldOblique.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Humansans;
  src: url('../fonts/HumanSans-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Humansans;
  src: url('../fonts/HumanSans-ThinOblique.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Humansans;
  src: url('../fonts/HumanSans-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Humansans;
  src: url('../fonts/HumanSans-RegularOblique.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Humansans;
  src: url('../fonts/HumanSans-ExtraLightOblique.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Humansans;
  src: url('../fonts/HumanSans-MediumOblique.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Author;
  src: url('../fonts/Author-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Author;
  src: url('../fonts/Author-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Author;
  src: url('../fonts/Author-ExtralightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Author;
  src: url('../fonts/Author-SemiboldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Author;
  src: url('../fonts/Author-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

:root {
  --_colors---white: #fbffff;
  --_colors---dark: #181e23;
  --_colors---accent: #f56468;
  --_colors---off-white: #f1f1f1;
  --_colors---off-dark: #828688;
  --_colors---transparent: #fff0;
  --_colors---accent2: #25d0da;
}

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

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

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

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

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

body {
  background-color: var(--_colors---white);
  color: var(--_colors---dark);
  letter-spacing: .3px;
  font-family: Author, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  color: var(--_colors---dark);
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Author, Arial, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
}

h2 {
  color: var(--_colors---dark);
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Author, Arial, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
}

h3 {
  color: var(--_colors---dark);
  letter-spacing: .3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Author, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

h4 {
  color: var(--_colors---dark);
  letter-spacing: .3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Author, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

h5 {
  color: var(--_colors---accent);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 140%;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  color: var(--_colors---dark);
  letter-spacing: .2px;
  margin-bottom: 0;
  font-family: Humansans, Arial, sans-serif;
  line-height: 160%;
}

a {
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

em {
  color: var(--_colors---off-white);
  font-style: italic;
}

sup {
  color: var(--_colors---off-white);
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.stack-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0;
  position: relative;
}

.stack-container.alternate-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--_colors---off-white);
  padding: 60px;
}

.stack-container.cta-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/overlay-sherpahire.avif'), linear-gradient(#00000073, #00000073);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.stack-container.footer-stack {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.stack-container.introduction-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  padding-left: 0;
  padding-right: 0;
}

.section {
  padding-left: 48px;
  padding-right: 48px;
}

.section.hero-section {
  background-image: url('../images/overlay-sherpahire.avif'), linear-gradient(#181e2340, #181e2340);
  background-position: 50%, 0 0;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.section.hero-section.small {
  height: 70vh;
}

.section.popular-trips-section {
  background-color: var(--_colors---dark);
  background-image: url('../images/overlay-sherpahire.avif');
  background-position: 0 0;
  background-size: auto;
}

.section.alternate-section {
  padding-top: 100px;
}

.section.cta-section {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.section.footer-section {
  background-color: var(--_colors---dark);
  background-image: url('../images/overlay-sherpahire.avif');
  background-position: 50%;
  background-size: cover;
}

.section.team-cards {
  background-color: var(--_colors---off-white);
  background-image: url('../images/overlay-sherpahire.avif');
  background-position: 0 0;
  background-size: auto;
}

.section.adventures-section {
  background-color: var(--_colors---off-white);
  display: flex;
}

.section.mission-section {
  height: 800px;
  padding-left: 0;
  padding-right: 0;
}

.section.menu-section {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--_colors---off-white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.section.testimonials-section {
  background-color: var(--_colors---off-white);
}

.section.tours-section {
  background-color: var(--_colors---off-white);
  position: relative;
}

.section.blog-hero {
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: none;
  position: relative;
}

.section.blog-hero.small {
  height: 70vh;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container.navbar-container {
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.container.hero-section-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.hero-section-footer {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.container.mission-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.container.menu-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.container.blog-hero-container {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 250px;
  display: flex;
}

.is-p1 {
  color: var(--_colors---dark);
  font-size: 16px;
  line-height: 160%;
}

.is-p1.section-header-subheading {
  color: var(--_colors---off-white);
}

.is-p1.section-header-subheading.is-center-align {
  width: 80%;
}

.is-p1.section-header-subheading.is-off-dark-text {
  color: var(--_colors---off-dark);
}

.is-p2 {
  font-size: 14px;
  line-height: 150%;
}

.is-p2.enquiry-form-subheading {
  color: var(--_colors---off-white);
}

.caption {
  line-height: 160%;
}

.primary-btn {
  border: 1.5px solid var(--_colors---white);
  background-color: var(--_colors---white);
  color: var(--_colors---dark);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8.5px 18.5px;
  font-size: 14px;
}

.primary-btn.full-width {
  width: 100%;
}

.secondary-btn {
  background-color: var(--_colors---dark);
  color: var(--_colors---white);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 14px;
}

.card-btn {
  border: 1.5px solid var(--_colors---white);
  background-color: var(--_colors---transparent);
  width: 100%;
  color: var(--_colors---white);
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 8.5px 18.5px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

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

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

.is-justify-align {
  text-align: justify;
}

.hero-banner {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-banner.hide {
  opacity: 0;
  display: none;
}

.navbar {
  z-index: 9998;
  background-color: var(--_colors---transparent);
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.dark-bg {
  background-color: var(--_colors---dark);
  background-image: url('../images/overlay-sherpahire.avif');
  background-position: 0 0;
  background-size: auto;
}

.nav-link {
  border-bottom: 2px solid var(--_colors---transparent);
  color: var(--_colors---white);
  padding: 8px 4px;
  font-family: Humansans, Arial, sans-serif;
}

.nav-link.w--current {
  color: var(--_colors---white);
}

.nav-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-heading {
  width: 100%;
  min-width: 850px;
  max-width: 1000px;
  color: var(--_colors---white);
  text-align: center;
}

.logo {
  height: 56px;
}

.menu-button {
  background-color: var(--_colors---white);
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  display: flex;
}

.menu-button:hover {
  background-color: var(--_colors---accent);
}

.hero-section-footer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-section-scroll {
  color: var(--_colors---white);
  letter-spacing: 1px;
  -webkit-text-stroke-color: var(--_colors---white);
  font-family: Humansans, Arial, sans-serif;
  font-size: 14px;
}

.vertical-line-scroll {
  background-color: var(--_colors---off-white);
  width: 1px;
  height: 32px;
}

.vertical-line-scroll.is-off-dark-bg {
  background-color: var(--_colors---off-dark);
}

.header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 300px;
  max-width: 100%;
  display: flex;
}

.header.center {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
}

.content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
}

.buttons-wrapper {
  margin-top: 10px;
}

.section-header-heading {
  width: 100%;
  color: var(--_colors---white);
  text-align: center;
}

.section-header-heading.is-center-align.is-dark-text, .section-header-heading.is-dark-text {
  color: var(--_colors---dark);
}

.section-header-heading.testimonials-heading {
  width: 100%;
  color: var(--_colors---dark);
  text-align: left;
}

.feature-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  min-width: 360px;
  max-width: 520px;
  height: 100%;
  display: flex;
}

.feature-image-wrapper {
  width: 100%;
  height: 45vw;
  min-height: 550px;
  max-height: 650px;
}

.full-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service-card {
  z-index: 1;
  aspect-ratio: 2 / 3;
  background-color: #000;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.cta-card-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  min-width: 480px;
  max-width: 600px;
  display: flex;
}

.cta-card-wrapper-left {
  border-right: 1px solid var(--_colors---white);
  justify-content: center;
  align-items: center;
}

.cta-card-wrapper-right {
  border-left: 1px solid var(--_colors---white);
  justify-content: center;
  align-items: center;
}

.footer-logo {
  height: 100px;
}

.footer-logo-cell {
  justify-content: flex-start;
  align-items: center;
}

.footer-main {
  border-top: 1px solid var(--_colors---white);
  border-bottom: 1px solid var(--_colors---white);
  flex-flow: row;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-main-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  display: flex;
}

.footer-card-heading {
  color: var(--_colors---white);
  text-transform: uppercase;
}

.footer-card-value {
  color: var(--_colors---off-white);
  text-align: center;
  font-family: Humansans, Arial, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.footer-foot-link {
  color: var(--_colors---white);
  text-transform: uppercase;
  font-family: Humansans, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.footer-foot-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
}

.footer-foot-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-end;
}

.introduction-paragraph {
  text-align: center;
  width: 70%;
  min-width: 600px;
}

.video {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.adventures-filter {
  width: 100%;
  height: auto;
}

.section-header-subheading {
  text-align: center;
  width: 80%;
}

.section-header-subheading.is-p1 {
  width: 70%;
}

.section-header-subheading.is-p1.is-off-dark-text {
  color: var(--_colors---off-dark);
}

.form-block {
  background-image: url('../images/overlay-sherpahire.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

.form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.form-field {
  color: #272f33;
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #272f33;
  font-family: Humansans, Arial, sans-serif;
  font-size: 15px;
}

.form-field::placeholder {
  color: #272f33;
  font-family: Humansans, Arial, sans-serif;
  font-size: 15px;
  line-height: 120%;
}

.form-field.is-white {
  border-bottom-color: var(--_colors---off-white);
  color: var(--_colors---off-white);
}

.form-field.is-white::placeholder {
  color: var(--_colors---off-white);
}

.trips-card {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 30vw;
  min-height: 450px;
  max-height: 450px;
  display: flex;
}

.trips-card-wrapper {
  height: 100%;
  position: relative;
}

.trips-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.trips-card-content {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/overlay-sherpahire.avif'), linear-gradient(#181e2300, #181e2399);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.trips-card-heading, .trips-card-subheading {
  color: var(--_colors---white);
}

.trips-card-subheading.is-p2 {
  margin-top: -12px;
}

.trips-card-stats {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.trips-card-stats.hide {
  opacity: 0;
  display: none;
}

.trips-card-stat {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.trips-stat-label {
  color: var(--_colors---off-white);
  text-align: center;
  font-size: 12px;
}

.service-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.service-card-image {
  position: absolute;
  inset: 0%;
}

.service-card-content {
  z-index: 0;
  background-image: url('../images/overlay-sherpahire.avif'), linear-gradient(#181e2333, #181e2333);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.service-card-heading {
  color: var(--_colors---white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.service-card-subheading {
  width: 80%;
  color: var(--_colors---off-white);
  text-align: center;
}

.service-card-subheading.is-p2.hide {
  opacity: 0;
  display: none;
}

.collection-item {
  width: 100%;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.collection-list-wrapper {
  width: 100%;
}

.service-card-header {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.trips-cards-container {
  grid-row-gap: 60px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.adventures-cards-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  display: flex;
}

.adventures-cards-wrapper.swiper {
  cursor: grab;
  overflow: visible;
}

.popular-wrapper {
  flex-flow: row;
  display: flex;
}

.adventures-collection-item.swiper-slide {
  width: 100%;
  min-width: 300px;
}

.team-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.founder-card {
  background-color: var(--_colors---off-white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 33%;
  height: 45vw;
  min-height: 400px;
  max-height: 500px;
  display: flex;
}

.founder-card-image {
  width: 100%;
  height: 100%;
  position: absolute;
}

.founder-card-content {
  background-image: url('../images/overlay-sherpahire.avif'), linear-gradient(#181e2300, #181e2399);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 10px 16px 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.founder-card-title, .founder-card-title.is-p2 {
  color: var(--_colors---off-white);
}

.founder-card-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.team-card-heading {
  color: var(--_colors---white);
}

.mission-statement-wrapper {
  background-image: url('../images/overlay-sherpahire.avif'), linear-gradient(#0000004d, #0000004d);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.mission-banner {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.mission-statement {
  width: 80%;
  min-width: 600px;
  max-width: 800px;
  color: var(--_colors---white);
  font-weight: 600;
  line-height: 140%;
}

.values-image-container {
  width: 50%;
  min-width: 420px;
  max-width: 640px;
  height: 650px;
}

.values-content-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  min-width: 420px;
  max-width: 640px;
  display: flex;
}

.values-header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.value-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--_colors---off-dark);
  flex-flow: column;
  padding: 16px;
  display: flex;
}

.value-subheading {
  width: 90%;
}

.value-subheading.is-p1.hide {
  display: none;
}

.value-heading {
  width: 80%;
  font-size: 24px;
  font-weight: 500;
}

.value-card-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.drop-arrow-img {
  width: 24px;
  height: 24px;
}

.adventures-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.adventures-list-wrapper {
  width: 100%;
}

.adventures-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.adventures-item {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.adventures-card {
  width: 100%;
  text-decoration: none;
  overflow: hidden;
}

.adventures-card-wrapper {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.adventures-card-image {
  width: 100%;
  height: 21vw;
  min-height: 220px;
  max-height: 250px;
  overflow: hidden;
}

.adventures-card-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-bottom: 4px solid var(--_colors---white);
  background-color: var(--_colors---white);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding: 16px 16px 20px;
  display: flex;
}

.adventures-card-content-top {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.filter-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 100px;
}

.container-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  display: flex;
}

.container-wrapper.contact-form-wrapper {
  align-items: flex-start;
}

.form-content-container {
  background-color: var(--_colors---off-white);
  background-image: url('../images/overlay-sherpahire.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 420px;
  max-width: 640px;
  padding: 32px;
  display: flex;
}

.form-header-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 50%;
  min-width: 420px;
  max-width: 640px;
  display: flex;
}

.form-header-subheading {
  width: 90%;
  min-width: 400px;
  max-width: 490px;
}

.adventure-overview {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.adventure-quick-stats {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.quick-stat {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.quick-stat-value {
  text-align: center;
  margin-top: 16px;
}

.quick-stat-label {
  color: var(--_colors---off-dark);
  font-size: 12px;
}

.values-cards {
  width: 100%;
}

.faq {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.travel-details-tab {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.tabs-content {
  background-color: var(--_colors---dark);
  background-image: url('../images/overlay-sherpahire.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding: 40px 60px;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  display: flex;
}

.tab-menu {
  background-color: var(--_colors---off-white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image: url('../images/overlay-sherpahire.avif');
  background-position: 50%;
  background-size: cover;
  width: 33.33%;
}

.tab-menu.w--current {
  background-color: var(--_colors---dark);
  color: var(--_colors---white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image: url('../images/overlay-sherpahire.avif');
  background-position: 50%;
  background-size: cover;
}

.itinerary-tab {
  color: var(--_colors---off-white);
  line-height: 200%;
}

.inclusions-tab, .exclusions-tab {
  color: var(--_colors---off-white);
}

.travel-details-richtext {
  color: var(--_colors---off-white);
  font-family: Humansans, Arial, sans-serif;
  line-height: 160%;
}

.travel-details-richtext strong {
  color: var(--_colors---white);
  letter-spacing: .4px;
  -webkit-text-stroke-color: var(--_colors---transparent);
  padding-bottom: 4px;
  font-size: 17px;
  font-weight: 700;
  display: block;
}

.travel-details-richtext sub {
  color: var(--_colors---off-white);
}

.travel-details-richtext p {
  color: var(--_colors---off-white);
  -webkit-text-stroke-color: var(--_colors---transparent);
  font-size: 15px;
}

.travel-details-richtext li {
  -webkit-text-stroke-color: var(--_colors---transparent);
  font-size: 15px;
}

.faq-heading {
  width: 80%;
  color: var(--_colors---dark);
  font-family: Humansans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.faq-card-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid var(--_colors---off-dark);
  flex-flow: column;
  padding: 20px 16px;
  display: flex;
}

.enquiry-form-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--_colors---dark);
  background-image: url('../images/overlay-sherpahire.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  width: 100%;
  padding: 20px 20px 40px;
  display: flex;
  position: sticky;
  top: 100px;
}

.enq-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.enquiry-form-heading {
  color: var(--_colors---white);
}

.adventure-overview-heading {
  margin-top: -12px;
}

.trip-stat-value {
  color: var(--_colors---accent);
  font-family: Humansans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.adventure-stat-value {
  color: var(--_colors---dark);
  text-align: center;
  font-weight: 500;
  line-height: 120%;
}

.form-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.collection-list-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-content-cell.right {
  justify-content: center;
  align-items: flex-end;
}

.feature-heading {
  margin-top: -12px;
}

.hide, .adventure-input {
  display: none;
}

.adventures-stat-label {
  color: var(--_colors---off-dark);
  text-align: center;
  font-size: 12px;
}

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

.full-absolute-img.cta-bg-img-1 {
  z-index: -2;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.full-absolute-img.cta-bg-img-2 {
  z-index: -1;
  opacity: 0;
}

.full-absolute-img.cta-bg-img {
  z-index: -3;
}

.loader {
  z-index: 999999;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--_colors---dark);
  background-image: url('../images/overlay-sherpahire.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: -100% auto auto 0;
}

.loader.page {
  inset: -100% 0% auto;
}

.expedition-step {
  color: var(--_colors---off-white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  inset: auto 0% 48px;
}

.loading-logo {
  opacity: .05;
  height: 120px;
}

.mission-statement-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.social-icons {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  margin-top: 12px;
  display: flex;
}

.social-icon {
  height: 32px;
}

.cta-card {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 800px;
  display: flex;
}

.menu-center {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.menu-contacts {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.menu-footer-card-value {
  color: var(--_colors---off-dark);
  text-align: center;
  font-family: Humansans, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.menu-bottom {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.menu-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.menu-menu:hover {
  color: var(--_colors---off-dark);
}

.menu-suggestions {
  width: 67%;
  height: 100%;
}

.svg-icon {
  height: 28px;
  color: var(--_colors---dark);
}

.svg-icon:hover {
  cursor: pointer;
}

.menu-item:hover {
  color: var(--_colors---dark);
  text-underline-offset: 5px;
  text-decoration: underline;
}

.menu-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.menu-close-btn {
  background-color: var(--_colors---dark);
  color: var(--_colors---white);
  letter-spacing: 2px;
  cursor: pointer;
  background-image: url('../images/overlay-sherpahire.avif');
  background-position: 50%;
  background-size: cover;
  padding: 10px 20px;
  font-size: 14px;
}

.section-heading-right {
  justify-content: flex-end;
  align-items: flex-end;
}

.testimonials-swiper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.testimonials-swiper.swiper {
  width: 100%;
}

.testimonial-card-gallery {
  background-color: var(--_colors---white);
  flex-flow: column;
  height: 100%;
  display: flex;
}

.t-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding: 16px 16px 20px;
  display: flex;
}

.t-content-header {
  flex: 1;
}

.t-review.is-p2 {
  margin-top: 10px;
}

.t-review-stars {
  height: 16px;
}

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

.t-media {
  aspect-ratio: 16 / 9;
  background-color: var(--_colors---off-dark);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.media {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

.play-btn {
  background-color: var(--_colors---white);
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  inset: auto auto 16px 16px;
}

.mute-btn {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  inset: auto 16px 16px auto;
}

.t-buttons-container {
  width: 120%;
}

.testimonial-card-video {
  background-color: var(--_colors---white);
  flex-flow: column;
  height: 100%;
  display: flex;
}

.swiper-wrapper {
  flex-flow: row;
  display: flex;
}

.swiper-slide {
  height: auto;
  display: flex;
}

.testimonials-content {
  align-items: stretch;
}

.btn-icon {
  height: 24px;
  position: absolute;
}

.btn-icon.sound-off, .btn-icon.vdo-pause {
  opacity: 0;
}

.tours-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.tours-filter-wrapper {
  z-index: 3;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--_colors---off-white);
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 100px;
}

.tours-cards-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.review-div {
  width: 100%;
}

.filter-btn {
  border: .1px solid var(--_colors---white);
  background-color: var(--_colors---white);
  color: var(--_colors---dark);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image: url('../images/overlay-sherpahire.avif');
  background-position: 50%;
  background-size: cover;
  padding: 9px 30px;
}

.filter-btn:hover {
  border: .1px solid var(--_colors---dark);
}

.filter-btn.w--current {
  background-color: var(--_colors---dark);
  color: var(--_colors---white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image: url('../images/overlay-sherpahire.avif');
  background-position: 50%;
  background-size: cover;
}

.filter-btn.active {
  border: .1px solid var(--_colors---dark);
  background-color: var(--_colors---dark);
  color: var(--_colors---off-white);
}

.is-white-text {
  color: var(--_colors---off-white);
}

.besttime.is-p1 {
  letter-spacing: 1px;
  font-weight: 500;
}

.besttimevalue {
  letter-spacing: .2px;
  text-transform: none;
  font-weight: 700;
}

.list-spacing {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 28px;
}

.explore-filter-wrapper {
  z-index: 3;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--_colors---off-white);
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 100px;
}

.blogs-cards-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blogs-card {
  width: 100%;
  text-decoration: none;
  overflow: hidden;
}

.blog-card-wrapper {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.blog-card-image {
  width: 100%;
  height: 21vw;
  min-height: 220px;
  max-height: 250px;
  overflow: hidden;
}

.blog-card-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-bottom: 4px solid var(--_colors---white);
  background-color: var(--_colors---white);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding: 16px 16px 20px;
  display: flex;
}

.blog-card-content-top {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.blog-card-stats {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.blog-card-stats.hide {
  opacity: 0;
  display: none;
}

.blog-card-stat {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.blog-stat-value {
  color: var(--_colors---dark);
  text-align: center;
  font-weight: 500;
  line-height: 120%;
}

.blog-stat-label {
  color: var(--_colors---off-dark);
  text-align: center;
  font-size: 12px;
}

.blog-body-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-content {
  width: 1020px;
}

.blog-heading {
  width: 100%;
  color: var(--_colors---dark);
  text-align: center;
  text-transform: none;
  font-size: 56px;
}

.blog-hero-heading {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  width: 660px;
  display: flex;
}

.blog-data {
  justify-content: space-between;
  display: flex;
}

.blog-data-value {
  color: var(--_colors---white);
  text-align: center;
}

.blog-data-label {
  text-align: center;
}

.blog-image-container {
  width: 100%;
  height: 70vh;
  min-height: 350px;
  max-height: 580px;
  overflow: hidden;
}

.rich-text-block {
  width: 100%;
}

.rich-text-block p {
  color: var(--_colors---off-white);
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
}

.rich-text-block blockquote {
  margin-bottom: 20px;
  font-family: Humansans, Arial, sans-serif;
  font-size: 16px;
}

.rich-text-block ol {
  margin-top: 0;
  margin-bottom: 40px;
}

.rich-text-block ul {
  margin-top: 10px;
  margin-bottom: 40px;
}

.rich-text-block li {
  margin-bottom: 10px;
  font-family: Humansans, Arial, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.rich-text-block h4 {
  color: var(--_colors---off-white);
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

.rich-text-block h2 {
  color: var(--_colors---off-white);
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

.rich-text-block h1 {
  color: var(--_colors---off-white);
  font-weight: 500;
}

.rich-text-block h3 {
  color: var(--_colors---off-white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

.blog-heading-desc {
  text-align: center;
  margin-top: -32px;
}

.blog-heading-desc.is-p1 {
  font-size: 17px;
}

.about-us-wrapper {
  justify-content: space-between;
  display: flex;
}

.stats-column {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.info-column {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  display: flex;
}

.stat-card {
  flex-flow: column;
  width: 70%;
  max-width: 210px;
  display: flex;
}

.stat-value {
  color: var(--_colors---accent);
  font-family: Humansans, Arial, sans-serif;
}

.stat-label {
  color: var(--_colors---dark);
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.about-heading {
  text-transform: none;
  margin-top: -16px;
  font-size: 24px;
  line-height: 120%;
}

.about-para.is-p1 {
  width: 100%;
}

.about-para.is-p2 {
  width: 80%;
}

.about-img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.info-content-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 90%;
  display: flex;
}

.upcoming-adventures {
  z-index: 9997;
  border: .5px dashed var(--_colors---dark);
  background-color: var(--_colors---off-white);
  justify-content: flex-end;
  align-items: stretch;
  width: 60%;
  margin-bottom: 10px;
  margin-right: 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.upcoming-heading {
  cursor: ew-resize;
  flex-flow: column;
  justify-content: space-between;
  width: 25%;
  padding: 10px 16px;
  display: flex;
}

.upcoming-card {
  border-left: .5px dashed var(--_colors---dark);
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 50%;
  height: auto;
  padding: 10px 16px;
  display: flex;
}

.up-category {
  font-size: 12px;
  font-weight: 700;
}

.up-dates {
  margin-top: 12px;
}

.up-details {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.up-details-block {
  margin-top: 16px;
}

.upcmg-category {
  font-size: 12px;
}

.heading {
  font-size: 13px;
  font-weight: 500;
}

.heading-2 {
  font-size: 15px;
  font-weight: 600;
}

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

.adventure-card-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.left-arrow {
  background-color: var(--_colors---white);
  cursor: pointer;
  padding: 8.5px;
}

.left-arrow:hover {
  background-color: var(--_colors---accent);
}

.right-arrow {
  background-color: var(--_colors---white);
  cursor: pointer;
  padding: 8.5px;
}

.right-arrow:hover {
  background-color: var(--_colors---accent);
}

.adventures-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.adventures-cards.swiper {
  overflow: visible;
}

.testimonials-card-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.rv-left-arrow {
  background-color: var(--_colors---dark);
  cursor: pointer;
  padding: 8.5px;
}

.rv-left-arrow:hover {
  background-color: var(--_colors---accent);
}

.rv-right-arrow {
  background-color: var(--_colors---dark);
  cursor: pointer;
  padding: 8.5px;
}

.rv-right-arrow:hover {
  background-color: var(--_colors---accent);
}

.upcmg-name {
  line-height: 110%;
}

.upcmg-category2 {
  font-size: 13px;
}

.upcoming-cards {
  width: 75%;
  display: flex;
}

.upcmg-card-heading {
  flex: none;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 72px;
  }

  h2 {
    font-size: 44px;
  }

  h3 {
    font-size: 28px;
  }

  h5 {
    font-size: 15px;
  }

  .stack-container.alternate-stack {
    padding: 80px;
  }

  .stack-container.introduction-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .container.navbar-container {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .is-p1.section-header-subheading.is-center-align {
    text-align: center;
    width: 90%;
  }

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

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

  .main-heading {
    width: 80%;
  }

  .header {
    justify-content: flex-end;
    align-items: flex-start;
    width: 32vw;
    max-width: 25%;
  }

  .section-header-heading {
    text-align: left;
  }

  .section-header-heading.is-center-align {
    text-align: center;
  }

  .section-header-heading.testimonials-heading, .cta-card-content-wrapper {
    width: 90%;
  }

  .footer-card-value {
    font-size: 16px;
  }

  .section-header-subheading.is-p1 {
    text-align: left;
    width: 100%;
  }

  .section-header {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .service-card-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .collection-list {
    flex-flow: row;
  }

  .trips-cards-container {
    grid-column-gap: 20px;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .adventures-cards-wrapper.swiper {
    overflow: hidden;
  }

  .adventures-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .adventures-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .container-wrapper.contact-form-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .form-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .collection-list-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .brand {
    height: 64px;
  }

  .expedition-step {
    font-size: 20px;
  }

  .menu-footer-card-value {
    font-size: 16px;
  }

  .info-column {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    width: 60%;
  }

  .stat-card {
    width: 60%;
    max-width: 210px;
  }

  .about-para.is-p1 {
    width: 85%;
  }

  .info-content-block {
    width: 80%;
  }

  .upcoming-adventures {
    width: 35%;
    min-width: 550px;
    inset: auto 0% 0% auto;
  }

  .up-heading {
    font-size: 18px;
  }

  .upcmg-category {
    font-size: 12px;
  }

  .adventure-cards {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .left-arrow, .right-arrow {
    padding: 8.5px;
  }

  .adventures-cards {
    width: auto;
    max-width: 884px;
  }

  .adventures-cards.swiper {
    overflow: hidden;
  }

  .rv-left-arrow, .rv-right-arrow {
    padding: 8.5px;
  }

  .upcmg-name {
    font-size: 18px;
  }
}

@media screen and (min-width: 1440px) {
  h2 {
    font-size: 48px;
  }

  .stack-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .stack-container.alternate-stack {
    background-color: var(--_colors---off-white);
    padding: 100px;
  }

  .section.alternate-section {
    background-image: none;
    background-size: auto;
  }

  .is-p1.section-header-subheading.is-center-align {
    width: 90%;
  }

  .main-heading {
    width: 80%;
  }

  .header {
    min-width: 340px;
  }

  .footer-main-card {
    width: 20%;
  }

  .adventures-filter {
    min-width: 250px;
  }

  .trips-cards-container {
    grid-column-gap: 0px;
  }

  .adventures-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .travel-details-richtext li {
    font-size: 14px;
  }

  .about-para.is-p1 {
    width: 80%;
  }

  .upcoming-adventures {
    min-width: 600px;
  }

  .upcoming-heading {
    cursor: w-resize;
  }

  .adventures-cards {
    max-width: 984px;
  }
}

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

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 24px;
  }

  .stack-container {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    min-width: 704px;
    max-width: 928px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .stack-container.alternate-stack {
    min-width: 704px;
    max-width: 928px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .stack-container.cta-stack {
    background-image: url('../images/overlay-sherpahire.avif'), linear-gradient(#00000073, #00000073);
    background-position: 0 0, 0 0;
    background-size: cover, auto;
  }

  .stack-container.footer-stack {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .section.hero-section.small {
    height: 60vh;
  }

  .section.alternate-section {
    padding: 20px 0;
  }

  .section.mission-section {
    height: 800px;
  }

  .container {
    min-width: 704px;
    max-width: 928px;
  }

  .container.navbar-container {
    justify-content: space-between;
    align-items: center;
  }

  .container.hero-section-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .is-p1 {
    font-size: 15px;
  }

  .is-p1.section-header-subheading.is-center-align {
    width: 70%;
  }

  .is-p1.header-subheading {
    text-align: center;
    width: 70%;
  }

  .primary-btn {
    padding: 6px 15px;
    font-size: 13px;
  }

  .card-btn {
    padding: 7.5px 17.5px;
    font-size: 13px;
  }

  .navbar {
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav-link {
    font-size: 15px;
    display: none;
  }

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

  .main-heading {
    min-width: 704px;
    max-width: 900px;
  }

  .logo {
    height: 48px;
  }

  .hero-section-scroll {
    font-size: 13px;
  }

  .feature-content {
    min-width: 300px;
  }

  .feature-image-wrapper {
    height: 60vw;
    min-height: 420px;
    max-height: 520px;
  }

  .service-card {
    aspect-ratio: 2.39;
  }

  .cta-card-wrapper-left {
    border-bottom: 1px solid var(--_colors---white);
    border-right-width: 0;
  }

  .cta-card-wrapper-right {
    border-top: 1px solid var(--_colors---white);
    border-left-width: 0;
  }

  .footer-logo {
    height: 80px;
  }

  .footer-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-card-value {
    font-size: 13px;
  }

  .footer-foot-link {
    text-align: right;
  }

  .section-header {
    width: 90%;
  }

  .service-card-wrapper {
    flex-flow: column;
  }

  .founder-card {
    height: 40vw;
    min-height: 360px;
  }

  .founder-card-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 12px;
  }

  .mission-statement.is-center-align {
    min-width: 704px;
    max-width: 927px;
  }

  .values-image-container {
    width: 100%;
    max-width: 100%;
    height: 40vw;
    min-height: 360px;
  }

  .values-content-container {
    width: 100%;
    max-width: 100%;
  }

  .values-header {
    justify-content: flex-start;
    align-items: center;
  }

  .adventures-list-wrapper {
    min-width: 704px;
    max-width: 928px;
  }

  .adventures-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .container-wrapper {
    flex-flow: column-reverse;
  }

  .container-wrapper.contact-form-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .form-content-container {
    width: 100%;
  }

  .form-header-container {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .form-header-subheading.is-p1 {
    text-align: center;
    width: 70%;
  }

  .quick-stat {
    width: 20%;
  }

  .tabs-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .enquiry-form-block {
    width: 100%;
  }

  .form-header-heading {
    text-align: center;
    width: 70%;
  }

  .brand, .brand.w--current {
    height: 48px;
  }

  .full-absolute-img.cta-bg-img-1 {
    opacity: 1;
    height: 400px;
    inset: 0% 0% auto;
  }

  .full-absolute-img.cta-bg-img-2 {
    opacity: 100;
    height: 400px;
    inset: auto 0% 0%;
  }

  .full-absolute-img.cta-bg-img {
    display: none;
  }

  .expedition-step {
    font-size: 16px;
  }

  .loading-logo {
    height: 120px;
  }

  .cta-card {
    height: 400px;
  }

  .menu-center {
    justify-content: center;
  }

  .menu-menu {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .menu-suggestions {
    display: none;
  }

  .tours-cards-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .filter-btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blogs-cards-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .blog-heading {
    min-width: 704px;
    max-width: 900px;
  }

  .stat-card {
    width: 80%;
    min-width: 180px;
    max-width: 200px;
  }

  .stat-label {
    font-size: 15px;
  }

  .info-content-block {
    width: 100%;
  }

  .upcoming-adventures {
    width: 80%;
    left: 10%;
    right: 10%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 28px;
  }

  .stack-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    min-width: 431px;
    max-width: 719px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .stack-container.alternate-stack {
    min-width: 431px;
    max-width: 719px;
    padding: 32px 24px;
  }

  .stack-container.footer-stack {
    max-width: 719px;
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.hero-section {
    min-height: 600px;
  }

  .section.hero-section.small {
    height: 50vh;
    min-height: 450px;
  }

  .section.alternate-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.mission-section {
    height: 600px;
  }

  .section.adventure-details-section {
    justify-content: center;
    align-items: stretch;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .section.menu-section, .section.blog-hero {
    min-height: 600px;
  }

  .container {
    min-width: 431px;
    max-width: 719px;
  }

  .container.navbar-container {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .container.hero-section-container.homepage {
    margin-bottom: 150px;
  }

  .is-p1 {
    font-size: 14px;
  }

  .is-p1.section-header-subheading.is-center-align, .is-p1.header-subheading {
    width: 80%;
  }

  .primary-btn {
    font-size: 13px;
  }

  .navbar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-link {
    display: none;
  }

  .main-heading {
    min-width: 431px;
    max-width: 719px;
  }

  .logo {
    height: 44px;
  }

  .menu-button {
    padding: 6px 8px;
  }

  .hero-section-scroll {
    font-size: 12px;
  }

  .header.center {
    min-width: 431px;
    max-width: 719px;
  }

  .section-header-heading {
    font-size: 30px;
  }

  .service-card {
    height: 25vw;
    min-height: 150px;
    max-height: 220px;
  }

  .cta-card-content-wrapper {
    width: 100%;
    min-width: 431px;
    max-width: 719px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-main {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-main-card {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 35%;
    min-width: 200px;
  }

  .footer-card-heading {
    font-size: 18px;
  }

  .footer-foot-left {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-foot-right {
    justify-content: flex-start;
    align-items: center;
  }

  .introduction-paragraph.is-p1 {
    width: 100%;
    min-width: 431px;
    max-width: 600px;
  }

  .video {
    height: 400px;
  }

  .adventures-filter {
    max-width: 100%;
  }

  .section-header-subheading.is-p1 {
    width: 80%;
  }

  .trips-card {
    height: 450px;
    min-height: 450px;
  }

  .section-header {
    width: 100%;
  }

  .trips-cards-container {
    grid-row-gap: 40px;
  }

  .adventures-collection-item.swiper-slide {
    min-width: 280px;
  }

  .team-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: grid;
  }

  .founder-card {
    width: 100%;
    height: 50vw;
  }

  .mission-statement.is-center-align {
    min-width: 431px;
    max-width: 719px;
  }

  .adventures-wrapper {
    width: 100%;
    min-width: 431px;
    max-width: 719px;
  }

  .adventures-list-wrapper {
    min-width: 431px;
    max-width: 719px;
  }

  .adventures-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .filter-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .adventure-quick-stats {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .quick-stat {
    width: 100%;
  }

  .tabs-content {
    padding: 20px;
  }

  .tabs-menu {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .tab-menu {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-heading {
    font-size: 18px;
  }

  .form-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .collection-list-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .brand {
    height: 48px;
    padding-left: 0;
  }

  .brand.w--current {
    height: 44px;
    padding-left: 0;
  }

  .features-content-cell {
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .features-content-cell.right {
    justify-content: center;
    align-items: center;
  }

  .radio-button-label-2 {
    font-size: 15px;
  }

  .expedition-step {
    font-size: 14px;
  }

  .social-icons {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
    width: 100%;
  }

  .social-icon {
    height: 24px;
  }

  .menu-contacts {
    width: 100%;
  }

  .menu-bottom {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .menu-item-heading {
    text-align: center;
  }

  .tours-wrapper {
    width: 100%;
    min-width: 431px;
    max-width: 719px;
  }

  .tours-filter-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .filter-btn {
    padding-left: 15px;
    padding-right: 15px;
  }

  .explore-filter-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blog-heading {
    min-width: 431px;
    max-width: 719px;
  }

  .rich-text-block p, .rich-text-block li {
    font-size: 15px;
  }

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

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

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

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

  .about-us-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column-reverse;
  }

  .stats-column {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: start center;
    width: 100%;
    display: grid;
  }

  .info-column {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .stat-card {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .stat-value {
    font-size: 30px;
  }

  .stat-label {
    text-align: center;
    font-size: 15px;
  }

  .about-heading {
    font-size: 22px;
  }

  .info-content-block {
    width: 90%;
    min-width: 300px;
    max-width: 520px;
  }

  .upcoming-adventures {
    flex-flow: column;
    width: 90%;
    position: absolute;
    left: 5%;
    right: 5%;
  }

  .upcoming-heading {
    flex-flow: row;
    width: 100%;
  }

  .upcoming-card {
    border-top: .5px dashed var(--_colors---dark);
    border-left-width: 0;
  }

  .up-details {
    font-size: 11px;
  }

  .up-heading {
    font-size: 18px;
  }

  .upcmg-category {
    font-size: 10px;
  }

  .upcmg-name {
    font-size: 16px;
  }

  .upcoming-cards {
    width: 100%;
  }

  .heading-3 {
    font-size: 13px;
  }

  .heading-4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  .stack-container {
    min-width: 299px;
    max-width: 459px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .stack-container.alternate-stack {
    min-width: 299px;
    max-width: 459px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.hero-section {
    height: 95vh;
  }

  .section.hero-section.small {
    min-height: 420px;
  }

  .section.menu-section {
    z-index: 9999;
  }

  .section.blog-hero {
    height: 90vh;
    min-height: 90vh;
  }

  .container {
    min-width: 299px;
    max-width: 459px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container.navbar-container {
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .container.hero-section-container {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .container.menu-container {
    padding-top: 20px;
  }

  .is-p1.section-header-subheading.is-center-align, .is-p1.header-subheading {
    width: 100%;
  }

  .primary-btn {
    padding: 5px 12px;
    font-size: 12px;
  }

  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-heading {
    min-width: 299px;
    max-width: 370px;
  }

  .menu-button {
    padding: 6px 8px;
  }

  .header.center {
    min-width: 299px;
    max-width: 459px;
  }

  .section-header-heading {
    font-size: 28px;
  }

  .section-header-heading.is-center-align.is-dark-text {
    min-width: 299px;
    max-width: 459px;
  }

  .cta-card-content-wrapper {
    min-width: 299px;
    max-width: 459px;
    height: 60vh;
    max-height: 500px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-card-heading {
    font-size: 16px;
  }

  .footer-card-value {
    font-size: 12px;
  }

  .footer-foot-link {
    font-size: 11px;
  }

  .footer-foot-left {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .introduction-paragraph.is-p1 {
    min-width: 299px;
    max-width: 459px;
  }

  .section-header-subheading.is-p1 {
    width: 100%;
  }

  .form-block {
    width: 100%;
    min-width: 260px;
  }

  .form {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .form-field {
    padding-left: 0;
    padding-right: 8px;
    font-size: 13px;
  }

  .form-field::placeholder {
    font-size: 14px;
  }

  .section-header {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .team-content {
    flex-flow: column;
    display: flex;
  }

  .founder-card {
    height: 50vh;
    max-height: 380px;
  }

  .mission-statement-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mission-statement.is-center-align {
    width: 100%;
    min-width: 299px;
    max-width: 459px;
    font-size: 30px;
  }

  .values-image-container, .values-content-container {
    min-width: 299px;
  }

  .adventures-wrapper, .adventures-list-wrapper {
    min-width: 299px;
    max-width: 459px;
  }

  .adventures-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .filter-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .form-content-container {
    min-width: 299px;
    max-width: 459px;
  }

  .form-header-container {
    min-width: 299px;
    max-width: 300px;
  }

  .form-header-subheading.is-p1 {
    width: 100%;
    min-width: 299px;
    max-width: 459px;
  }

  .tabs-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tabs-menu {
    flex-flow: column;
  }

  .tab-menu, .tab-menu.w--current {
    width: 100%;
  }

  .faq-heading {
    font-size: 16px;
  }

  .faq-card {
    padding: 16px 10px;
  }

  .form-3, .collection-list-3 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

  .form-header-heading {
    width: 100%;
  }

  .brand {
    height: 44px;
  }

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

  .loading-logo {
    height: 80px;
  }

  .svg-icon {
    height: 24px;
  }

  .tours-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    min-width: 299px;
    max-width: 459px;
  }

  .tours-filter-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tours-cards-wrapper {
    grid-template-columns: 1fr;
  }

  .filter-btn, .filter-btn.w--current {
    width: 100%;
  }

  .blogs-cards-wrapper {
    grid-template-columns: 1fr;
  }

  .blog-heading {
    min-width: 299px;
    max-width: 370px;
  }

  .rich-text-block p {
    font-size: 13px;
    line-height: 150%;
  }

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

  .rich-text-block ol {
    margin-bottom: 24px;
    padding-left: 28px;
  }

  .rich-text-block ul {
    margin-bottom: 24px;
    padding-left: 20px;
  }

  .rich-text-block li {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .rich-text-block h4 {
    font-size: 18px;
    font-weight: 600;
  }

  .rich-text-block h2 {
    font-size: 24px;
    font-weight: 600;
  }

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

  .rich-text-block h3 {
    font-size: 20px;
    font-weight: 600;
  }

  .stats-column {
    grid-column-gap: 10px;
  }

  .stat-card {
    min-width: 130px;
  }

  .stat-label {
    font-size: 15px;
  }

  .about-heading {
    font-size: 20px;
  }

  .up-heading {
    font-size: 16px;
  }

  .heading-4 {
    font-size: 13px;
  }
}

#w-node-_3f7a7c82-845c-5543-d8e8-f819fa3644c8-3f3ea0c8 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_043b748a-0885-13e6-0735-95acf965dec7-3f3ea0c8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_043b748a-0885-13e6-0735-95acf965dec8-3f3ea0c8, #w-node-_8749e8ed-42fc-7d34-6052-8c7d76830bcb-3f3ea0c8 {
  grid-column: span 2 / span 2;
}

#w-node-c7978460-0f42-3943-d5c9-f96f458834c8-3f3ea0c8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a9712d9b-0f4b-a746-9a42-41145a26f947-3f3ea0c8 {
  grid-column: span 2 / span 2;
}

#w-node-_84fe50e2-186b-ffcd-9d81-42f07aff58ee-7aff58ed {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_84fe50e2-186b-ffcd-9d81-42f07aff58ef-7aff58ed, #w-node-_84fe50e2-186b-ffcd-9d81-42f07aff58f1-7aff58ed {
  grid-column: span 2 / span 2;
}

#w-node-b04924d0-6997-6608-9c21-22e25d52eb83-5d52eb82 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9ae05f65-76c3-1fad-363b-2d8e731ac13e-bbc81d20 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

#w-node-_81c8259f-e15d-6312-0037-cace88984ae2-35c59c0f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_624c6f74-2cd1-7daf-0f52-061d764f48a1-a21ad41c {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 2.25fr 1fr;
}

#w-node-_624c6f74-2cd1-7daf-0f52-061d764f48aa-a21ad41c {
  grid-row: span 5 / span 5;
}

#w-node-_624c6f74-2cd1-7daf-0f52-061d764f48a1-f5c1e388 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 2.25fr 1fr;
}

#w-node-_624c6f74-2cd1-7daf-0f52-061d764f48aa-f5c1e388 {
  grid-row: span 5 / span 5;
}

@media screen and (max-width: 991px) {
  #w-node-c7978460-0f42-3943-d5c9-f96f458834c8-3f3ea0c8 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 1fr;
  }

  #w-node-b04924d0-6997-6608-9c21-22e25d52eb83-5d52eb82 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_624c6f74-2cd1-7daf-0f52-061d764f48a1-a21ad41c {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr;
  }

  #w-node-_624c6f74-2cd1-7daf-0f52-061d764f48a2-a21ad41c {
    order: -9999;
  }

  #w-node-_624c6f74-2cd1-7daf-0f52-061d764f48aa-a21ad41c {
    order: 6;
  }

  #w-node-_624c6f74-2cd1-7daf-0f52-061d764f48bf-a21ad41c {
    order: 2;
  }

  #w-node-_624c6f74-2cd1-7daf-0f52-061d764f48d9-a21ad41c, #w-node-_624c6f74-2cd1-7daf-0f52-061d764f48dd-a21ad41c {
    order: 4;
  }

  #w-node-_624c6f74-2cd1-7daf-0f52-061d764f48ed-a21ad41c {
    order: 5;
  }

  #w-node-_624c6f74-2cd1-7daf-0f52-061d764f48a1-f5c1e388 {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr;
  }

  #w-node-_624c6f74-2cd1-7daf-0f52-061d764f48a2-f5c1e388 {
    order: -9999;
  }

  #w-node-_624c6f74-2cd1-7daf-0f52-061d764f48aa-f5c1e388 {
    order: 6;
  }

  #w-node-_624c6f74-2cd1-7daf-0f52-061d764f48bf-f5c1e388 {
    order: 2;
  }

  #w-node-_624c6f74-2cd1-7daf-0f52-061d764f48d9-f5c1e388, #w-node-_624c6f74-2cd1-7daf-0f52-061d764f48dd-f5c1e388 {
    order: 4;
  }

  #w-node-_624c6f74-2cd1-7daf-0f52-061d764f48ed-f5c1e388 {
    order: 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3f7a7c82-845c-5543-d8e8-f819fa3644c8-3f3ea0c8 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3f7a7c82-845c-5543-d8e8-f819fa3644c9-3f3ea0c8 {
    order: 2;
  }

  #w-node-_3f7a7c82-845c-5543-d8e8-f819fa3644ca-3f3ea0c8 {
    order: -9999;
  }

  #w-node-_89d10325-a503-d1db-836c-32b6a1800609-3f3ea0c8 {
    order: 3;
  }

  #w-node-_144d56e7-d557-d049-02e8-4dc0c00a50c7-3f3ea0c8 {
    order: 4;
  }

  #w-node-_4ddf9dc4-35a6-6ce2-83a4-df466648ffeb-3f3ea0c8 {
    order: 9999;
  }

  #w-node-_6b378645-8d56-ee28-ebf9-818c51d0c135-3f3ea0c8 {
    order: 5;
  }

  #w-node-c7978460-0f42-3943-d5c9-f96f458834c8-3f3ea0c8 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  #w-node-_84fe50e2-186b-ffcd-9d81-42f07aff58ee-7aff58ed {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_84fe50e2-186b-ffcd-9d81-42f07aff58ef-7aff58ed, #w-node-_84fe50e2-186b-ffcd-9d81-42f07aff58f1-7aff58ed {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c7978460-0f42-3943-d5c9-f96f458834c8-3f3ea0c8 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }
}


@font-face {
  font-family: 'Humansans';
  src: url('../fonts/HumanSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Humansans';
  src: url('../fonts/HumanSans-BlackOblique.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Humansans';
  src: url('../fonts/HumanSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Humansans';
  src: url('../fonts/HumanSans-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Humansans';
  src: url('../fonts/HumanSans-LightOblique.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Humansans';
  src: url('../fonts/HumanSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Humansans';
  src: url('../fonts/HumanSans-BoldOblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Humansans';
  src: url('../fonts/HumanSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Humansans';
  src: url('../fonts/HumanSans-ThinOblique.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Humansans';
  src: url('../fonts/HumanSans-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Humansans';
  src: url('../fonts/HumanSans-RegularOblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Humansans';
  src: url('../fonts/HumanSans-ExtraLightOblique.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Humansans';
  src: url('../fonts/HumanSans-MediumOblique.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Humansans';
  src: url('../fonts/HumanSans-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-ExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}