@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: white;
  --_colors---dark: #181e23;
  --_colors---accent: #00cfc1;
  --_colors---off-white: #ececec;
  --_colors---off-dark: #5d6265;
  --_colors---transparent: #fff0;
}

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

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

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

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

@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: 72px;
  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: 700;
  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: 26px;
  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: 14px;
  font-weight: 500;
  line-height: 140%;
}

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

a {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

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

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

.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.png'), 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.png'), linear-gradient(#181e234d, #181e234d);
  background-position: 50%, 0 0;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

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

.section.alternate-section {
  padding-top: 100px;
  padding-bottom: 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.png');
  background-position: 50%;
  background-size: cover;
}

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

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

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

.section.menu-section {
  z-index: 101;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--_colors---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: flex;
  position: fixed;
  inset: 0% auto 0% 100%;
}

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

.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: 10px;
  padding-bottom: 10px;
  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;
}

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

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

.navbar {
  z-index: 99;
  background-color: var(--_colors---transparent);
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
  position: fixed;
  inset: 0% 0% 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: 40px;
  grid-row-gap: 40px;
  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;
}

.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: 90%;
  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 {
  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;
}

.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.png');
  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: 500px;
  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.png'), 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 {
  background-image: url('../images/overlay-sherpahire.png'), linear-gradient(#181e234d, #181e234d);
  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;
}

.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-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

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

.adventures-cards-wrapper.swiper {
  width: 100%;
  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.png'), 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.png'), 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;
}

.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.png');
  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);
}

.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.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding: 40px;
}

.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.png');
  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.png');
  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.png');
  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;
}

.brand {
  height: 60px;
}

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

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

.hide {
  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: 2000;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--_colors---dark);
  background-image: url('../images/overlay-sherpahire.png');
  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%;
}

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

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

.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;
  background-image: url('../images/overlay-sherpahire.png');
  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 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.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.png');
  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.png');
  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 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

  h3 {
    font-size: 28px;
  }

  h5 {
    font-size: 15px;
  }

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

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

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

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

  .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: 48px;
    grid-row-gap: 48px;
  }

  .main-heading {
    width: 80%;
    max-width: 1200px;
    font-size: 80px;
  }

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

  .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: 48px;
    grid-row-gap: 48px;
    flex-flow: row;
  }

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

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

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

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

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

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

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

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

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

  .main-heading {
    width: 80%;
  }

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

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

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

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

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

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 24px;
  }

  .stack-container {
    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.png'), linear-gradient(#00000073, #00000073);
    background-position: 0 0, 0 0;
    background-size: cover, auto;
  }

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

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

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

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

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

  .primary-btn {
    padding: 9px 18px;
    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;
  }

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

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

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

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

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

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

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

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

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

  h2 {
    font-size: 32px;
  }

  .stack-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    min-width: 431px;
    max-width: 719px;
  }

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

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

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

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

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

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

  .nav-link {
    display: none;
  }

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

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

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

  .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: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-main-card {
    width: 35%;
    min-width: 200px;
  }

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

  .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-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, .brand.w--current {
    height: 50px;
    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;
  }

  .social-icons {
    justify-content: space-between;
    width: 100%;
  }

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

  .filter-btn {
    padding-left: 0;
    padding-right: 0;
  }
}

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

  .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: 90vh;
    min-height: 90vh;
  }

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

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

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

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

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

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

  .logo {
    height: 48px;
  }

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

  .header.center, .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;
  }

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

  .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-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.w--current {
    height: 42px;
  }

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

  .svg-icon {
    height: 20px;
  }

  .tours-wrapper {
    min-width: 299px;
    max-width: 459px;
  }

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

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

#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-_5813e556-be5e-5caf-8f1f-02435b3c11ed-3f3ea0c8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d8511596-a0ef-deef-eb13-e0f61bbdd9db-3f3ea0c8 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2fb1fc22-e5a8-1cd5-9cdb-c5c8c93c6a8b-3f3ea0c8, #w-node-_31ae069f-0db8-0589-a2b3-e0a54416fd7f-3f3ea0c8 {
  grid-column: span 2 / span 2;
}

#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-a5736402-cc60-3742-67db-ab7459c82c45-35c59c0f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b77cfa6e-8030-5828-eb66-b24bde47fcd2-35c59c0f {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b77cfa6e-8030-5828-eb66-b24bde47fcd3-35c59c0f, #w-node-b77cfa6e-8030-5828-eb66-b24bde47fcd5-35c59c0f {
  grid-column: span 2 / span 2;
}

#w-node-b2aaa3cf-83ee-e465-8e5f-3bcda706180c-9e3a707c {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: stretch;
}

#w-node-b2aaa3cf-83ee-e465-8e5f-3bcda7061824-9e3a707c {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-e15ef9df-26db-9752-ba75-a64787610056-9e3a707c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-cbc2404e-886d-3faf-50f7-de9d9006a2fc-9e3a707c {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-cbc2404e-886d-3faf-50f7-de9d9006a2fd-9e3a707c, #w-node-cbc2404e-886d-3faf-50f7-de9d9006a2ff-9e3a707c {
  grid-column: span 2 / span 2;
}

#w-node-_4d3bf897-4e18-3115-512e-f173b9fe9f09-880926e8 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4d3bf897-4e18-3115-512e-f173b9fe9f0a-880926e8, #w-node-_4d3bf897-4e18-3115-512e-f173b9fe9f0c-880926e8 {
  grid-column: span 2 / span 2;
}

#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-_8eab1829-e6d8-a368-e70b-2ffeeefa97fc-a21ad41c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1cef53c0-78dd-4ef4-4627-4e8fe75de00d-a21ad41c {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1cef53c0-78dd-4ef4-4627-4e8fe75de00e-a21ad41c, #w-node-_1cef53c0-78dd-4ef4-4627-4e8fe75de010-a21ad41c {
  grid-column: span 2 / span 2;
}

#w-node-b2aaa3cf-83ee-e465-8e5f-3bcda706180c-45c31b0e {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: stretch;
}

#w-node-b2aaa3cf-83ee-e465-8e5f-3bcda7061824-45c31b0e {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-e15ef9df-26db-9752-ba75-a64787610056-45c31b0e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-cbc2404e-886d-3faf-50f7-de9d9006a2fc-45c31b0e {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-cbc2404e-886d-3faf-50f7-de9d9006a2fd-45c31b0e, #w-node-cbc2404e-886d-3faf-50f7-de9d9006a2ff-45c31b0e {
  grid-column: span 2 / span 2;
}

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

#w-node-_8eab1829-e6d8-a368-e70b-2ffeeefa97fc-f5c1e388 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1cef53c0-78dd-4ef4-4627-4e8fe75de00d-f5c1e388 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1cef53c0-78dd-4ef4-4627-4e8fe75de00e-f5c1e388, #w-node-_1cef53c0-78dd-4ef4-4627-4e8fe75de010-f5c1e388 {
  grid-column: span 2 / span 2;
}

@media screen and (min-width: 1280px) {
  #w-node-b2aaa3cf-83ee-e465-8e5f-3bcda706180c-9e3a707c, #w-node-b2aaa3cf-83ee-e465-8e5f-3bcda706180c-45c31b0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_5813e556-be5e-5caf-8f1f-02435b3c11ed-3f3ea0c8, #w-node-a5736402-cc60-3742-67db-ab7459c82c45-35c59c0f, #w-node-e15ef9df-26db-9752-ba75-a64787610056-9e3a707c {
    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-_8eab1829-e6d8-a368-e70b-2ffeeefa97fc-a21ad41c, #w-node-e15ef9df-26db-9752-ba75-a64787610056-45c31b0e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

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

  #w-node-_8eab1829-e6d8-a368-e70b-2ffeeefa97fc-f5c1e388 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@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-d8511596-a0ef-deef-eb13-e0f61bbdd9db-3f3ea0c8 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2fb1fc22-e5a8-1cd5-9cdb-c5c8c93c6a8b-3f3ea0c8, #w-node-_31ae069f-0db8-0589-a2b3-e0a54416fd7f-3f3ea0c8 {
    grid-column: span 1 / span 1;
  }

  #w-node-b77cfa6e-8030-5828-eb66-b24bde47fcd2-35c59c0f {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-b77cfa6e-8030-5828-eb66-b24bde47fcd3-35c59c0f, #w-node-b77cfa6e-8030-5828-eb66-b24bde47fcd5-35c59c0f {
    grid-column: span 1 / span 1;
  }

  #w-node-b2aaa3cf-83ee-e465-8e5f-3bcda706180c-9e3a707c {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: stretch;
  }

  #w-node-b2aaa3cf-83ee-e465-8e5f-3bcda7061824-9e3a707c {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-cbc2404e-886d-3faf-50f7-de9d9006a2fc-9e3a707c {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-cbc2404e-886d-3faf-50f7-de9d9006a2fd-9e3a707c, #w-node-cbc2404e-886d-3faf-50f7-de9d9006a2ff-9e3a707c {
    grid-column: span 1 / span 1;
  }

  #w-node-_4d3bf897-4e18-3115-512e-f173b9fe9f09-880926e8 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4d3bf897-4e18-3115-512e-f173b9fe9f0a-880926e8, #w-node-_4d3bf897-4e18-3115-512e-f173b9fe9f0c-880926e8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1cef53c0-78dd-4ef4-4627-4e8fe75de00d-a21ad41c {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1cef53c0-78dd-4ef4-4627-4e8fe75de00e-a21ad41c, #w-node-_1cef53c0-78dd-4ef4-4627-4e8fe75de010-a21ad41c {
    grid-column: span 1 / span 1;
  }

  #w-node-b2aaa3cf-83ee-e465-8e5f-3bcda706180c-45c31b0e {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: stretch;
  }

  #w-node-b2aaa3cf-83ee-e465-8e5f-3bcda7061824-45c31b0e {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-cbc2404e-886d-3faf-50f7-de9d9006a2fc-45c31b0e {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-cbc2404e-886d-3faf-50f7-de9d9006a2fd-45c31b0e, #w-node-cbc2404e-886d-3faf-50f7-de9d9006a2ff-45c31b0e {
    grid-column: span 1 / span 1;
  }

  #w-node-_1cef53c0-78dd-4ef4-4627-4e8fe75de00d-f5c1e388 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1cef53c0-78dd-4ef4-4627-4e8fe75de00e-f5c1e388, #w-node-_1cef53c0-78dd-4ef4-4627-4e8fe75de010-f5c1e388 {
    grid-column: span 1 / span 1;
  }
}


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