:root {
  --green: #304732;
  --cream: #f7f7d5;
  --brown: #4e3624;
  --orange: #e7580b;
}

.page_wrap {
  z-index: 2;
  background-color: var(--green);
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  width: 100vw;
  padding-top: 12vh;
  position: relative;
  overflow: hidden;
}

.page_wrap.safari {
  position: relative;
}

.page_wrap.safari.footer_reveal {
  z-index: 2;
  background-color: var(--green);
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  margin-bottom: 85vh;
}

.page_wrap.relative {
  background-color: var(--green);
  padding-top: 12vh;
  position: relative;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.page_wrap.admin {
  padding-top: 0;
}

.page_wrap.home {
  z-index: 2;
  background-color: var(--green);
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page_wrap.no_pad {
  padding-top: 0;
}

.hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-around;
  height: 60vh;
  margin-bottom: 0;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_section {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 2rem 1rem 1rem;
  display: flex;
  position: relative;
}

.hero_section.left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: none;
  justify-content: space-around;
  padding: 2rem;
  display: flex;
}

.hero_section.right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: center;
  padding: 2rem;
}

.hero_section.hero_1 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
}

.hero_section.small {
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  height: auto;
  padding-top: 0;
  overflow: hidden;
}

.intro_div {
  margin-bottom: 2rem;
  padding: 2rem;
}

.intro_holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f7f7d500;
  border-radius: 20px;
  flex-flow: column;
  padding: 0;
  display: flex;
}

.h1 {
  color: var(--cream);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1;
}

.h1.c1 {
  text-transform: capitalize;
}

.h1.centre {
  text-align: center;
  width: 21ch;
}

.h1.green {
  color: var(--green);
}

.h1.padded {
  width: auto;
}

.h1.packages {
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.text_holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.intro_text_1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.team_wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  margin-bottom: 2rem;
  padding: 2rem;
  display: flex;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1;
}

.h3.cream {
  color: var(--cream);
}

.h3.cream.centre {
  text-align: center;
}

.h3.cream.c1 {
  text-transform: capitalize;
}

.h3.green {
  color: var(--brown);
  font-family: Helvetica, Arial, sans-serif;
}

.h3.orange {
  color: var(--orange);
}

.h3.orange.centre {
  text-align: center;
  text-transform: capitalize;
}

.h3.orange.centre.c1 {
  text-transform: capitalize;
}

.card_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: none;
}

.card_1 {
  border: 0px solid var(--orange);
  border-radius: 20px;
  width: 33.3333%;
  position: relative;
  overflow: hidden;
}

.card_1._2 {
  width: 65%;
}

.image {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  display: block;
  overflow: clip;
}

.member_name {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(180deg, #fff0, var(--green) 22%);
  border-radius: 0;
  flex-flow: column;
  margin-bottom: 0;
  margin-right: -3px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.member_name.content_2 {
  background-image: none;
}

.footer_contain {
  background-color: var(--cream);
  font-family: Helvetica, Arial, sans-serif;
  position: relative;
  overflow: hidden;
}

.footer_contain._2 {
  z-index: 1;
  background-color: var(--green);
  display: flex;
}

.footer_holder {
  z-index: 2;
  border-top: 1px solid var(--green);
  border-bottom: 1px solid var(--green);
  display: flex;
  position: relative;
}

.footer_holder._2 {
  border-top-color: var(--cream);
  border-bottom-color: var(--cream);
}

.footer_left {
  border-right: 1px solid var(--green);
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 1rem;
  display: flex;
}

.footer_left._2 {
  border-right-color: var(--cream);
}

.footer_right {
  flex-flow: column;
  width: 70%;
  display: flex;
}

.top {
  border-bottom: 1px solid var(--green);
  text-transform: capitalize;
  padding: 1rem;
}

.top._2 {
  border-bottom-color: var(--cream);
}

.bottom {
  height: 100%;
  display: flex;
}

.footer_sections {
  flex-flow: column;
  width: 33.3333%;
  display: flex;
}

.footer_sections.middle {
  border-right: 1px solid var(--green);
  border-left: 1px solid var(--green);
  height: 100%;
}

.footer_sections.middle._2 {
  border-right-color: var(--cream);
  border-left-color: var(--cream);
}

.title_div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.packages_holder {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  padding: 2rem 3.5rem 2rem 2rem;
  display: flex;
}

.package_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--cream);
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.package_name {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.package_services {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.package_services.large {
  width: 100%;
}

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

.servic_icon {
  color: var(--green);
  flex: none;
  width: 1rem;
  height: 1rem;
}

.h2 {
  color: var(--cream);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.375rem;
  line-height: 1;
}

.h2.green {
  color: var(--green);
  font-size: 3rem;
}

.h2.c1 {
  text-align: center;
  text-transform: capitalize;
  font-size: 5rem;
}

.h2.centre {
  text-align: center;
}

.h2.centre.padded {
  width: 24ch;
}

.h2.centre.padded.no_caps {
  text-transform: none;
}

.p_regular {
  color: var(--cream);
  width: auto;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.4;
}

.p_regular.centre {
  text-align: center;
}

.p_regular.centre.bold {
  font-size: 1.3rem;
  font-weight: 700;
}

.p_regular.centre.small {
  width: 65ch;
}

.p_regular.centre.orange_underlined {
  color: var(--orange);
  font-size: 1.2rem;
  text-decoration: underline;
}

.p_regular.centre.orange_underlined.align_left {
  text-align: left;
}

.p_regular.centre.packages {
  font-size: 1.2rem;
}

.p_regular.green {
  color: var(--green);
  font-family: Poppins, sans-serif;
}

.p_regular.green.c1 {
  text-transform: capitalize;
}

.p_regular.green.caps {
  text-transform: uppercase;
}

.p_regular.bullets {
  width: 32ch;
}

.p_regular.mobile_centre {
  font-size: 1.2rem;
}

.p_regular.mobile_centre.orange_underlined {
  color: var(--orange);
  text-decoration: underline;
}

.p_regular.mobile_centre.gap {
  margin-bottom: 1rem;
}

.p_regular.left_align.gap {
  line-height: 1.7;
}

.nav-link {
  color: var(--cream);
  font-size: .875rem;
}

.nav-link-2, .nav-link-3 {
  font-size: 1.375rem;
}

._1rem_padding {
  padding: 0 1rem;
}

.p_large {
  color: var(--cream);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  line-height: 1;
}

.p_large.c1 {
  color: var(--green);
  text-transform: capitalize;
}

.p_large.c1.green {
  color: var(--brown);
  font-family: Poppins, sans-serif;
}

.p_large.c1.green.bold {
  font-weight: 700;
}

.p_large.c1.orange {
  color: var(--orange);
  font-weight: 700;
}

.p_large.c1.cream {
  color: var(--cream);
}

.p_large.c {
  text-transform: uppercase;
}

.p_large.cream {
  color: var(--cream);
  text-transform: capitalize;
}

.p_large.green {
  color: var(--green);
  line-height: 1.4;
}

.p_large.centre {
  text-align: center;
}

.p_small {
  font-size: .5rem;
}

.safari_contain {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: center;
  padding: 2rem 1rem;
  display: flex;
  position: relative;
}

.safari_info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: center;
  width: auto;
  padding: 1rem;
  display: flex;
}

.safari_info.small {
  width: 65vw;
}

.svg_contain {
  justify-content: center;
  align-items: center;
  height: 6rem;
  display: flex;
}

.svg {
  height: 6rem;
}

.svg-2, .svg_3 {
  color: var(--cream);
  height: 6rem;
}

.svg_3.rotate {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.img_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 50vw;
  height: auto;
  max-height: none;
  display: flex;
}

.trip_img {
  object-fit: cover;
  border-radius: 20px;
  width: 90vw;
  height: auto;
}

.svg-4 {
  color: var(--cream);
  height: 6rem;
}

.footer_title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.bda_arrow_stroke {
  color: var(--orange);
  width: 2rem;
  transform: rotate(0);
}

.bda_arrow_stroke.left {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.bda_arrow_stroke.rotate {
  transform: rotate(180deg);
}

.bda_arrow_stroke.rotate_down {
  width: 4rem;
  transform: rotate(90deg);
}

.div-block {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.nav_contain {
  height: 6rem;
  padding: 1rem;
  overflow: visible;
}

.brand {
  max-height: 100%;
}

.image-3 {
  max-width: none;
  max-height: 4rem;
}

.navbar {
  background-color: #ddd0;
  width: 100vw;
  position: fixed;
}

.package {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.svg-6 {
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: translate(0, -60px);
}

.g {
  color: var(--green);
  transform: translate(0);
}

.svg-7 {
  z-index: -1;
  color: var(--green);
  width: 150vw;
  margin-top: -9vh;
  display: block;
  position: absolute;
  overflow: visible;
}

.intro_title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  padding-right: 2.5rem;
  display: flex;
}

.image_scroll {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.image_scroll.small {
  width: 100%;
}

.horizontal_img {
  border-radius: 20px;
}

.packages {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.packages.right {
  justify-content: flex-end;
  align-items: flex-start;
}

.packages.p_right {
  justify-content: flex-end;
  align-items: center;
}

.p_icon {
  padding-top: 1rem;
}

.is--slider {
  z-index: 10;
  display: flex;
  position: relative;
}

.splide {
  flex: none;
  width: 100%;
}

.splide.hidden {
  display: none;
}

.splide__track {
  flex-flow: column;
  width: auto;
  display: block;
  overflow: visible;
}

.splide__list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  overflow: visible;
}

.splide__slide {
  flex: none;
  width: 33.3333%;
  height: 60vh;
  position: relative;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  max-width: none;
}

.button_holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.link-block {
  border: 1px solid var(--orange);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.svg-8 {
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.svg-9 {
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.path, .path-2 {
  color: var(--green);
}

.trigger {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 1px;
  height: 1px;
  display: flex;
}

.svg-10 {
  position: absolute;
}

.svg-11 {
  z-index: -1;
  color: var(--cream);
  width: 106vw;
  margin-left: -3vw;
  display: inline-block;
  position: relative;
}

.svg-11._2 {
  opacity: .5;
  color: var(--green);
  position: static;
  inset: 0%;
}

.div-block-3 {
  background-color: #00000059;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav_menu {
  z-index: 1;
  align-items: center;
  display: flex;
}

.brand_c {
  justify-content: center;
  align-items: center;
  width: 20%;
  max-width: none;
  height: 100%;
  max-height: 100%;
  padding: .5rem;
  display: flex;
}

.svg-12 {
  color: var(--orange);
  display: none;
}

.nav_link {
  z-index: 1;
  color: var(--brown);
  text-align: center;
  text-transform: capitalize;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: color .3s, border .3s;
  display: flex;
}

.nav_link:hover {
  border-bottom: 0px solid var(--orange);
  color: var(--orange);
}

.nav_link.w--current {
  color: var(--orange);
}

.nav_link.green, .nav_link.brown {
  color: var(--cream);
}

.nav_link.brown:hover {
  color: var(--orange);
}

.navbar_c {
  z-index: -1;
  background-color: #e3e3e3;
  border-bottom: 1px solid #000;
  width: 100vw;
  height: 15vh;
  position: static;
  inset: 0% 0% auto;
}

.navbar_c.home {
  z-index: 100;
  background-color: #f7f7d500;
  border-bottom-width: 0;
  height: 12vh;
  position: fixed;
}

.navbar_c.home.green {
  background-color: var(--green);
}

.image-29 {
  mix-blend-mode: normal;
  width: auto;
  max-width: none;
  max-height: 100%;
}

.link_container {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

.link_container.w--current {
  border-bottom: 1px solid var(--orange);
  justify-content: center;
  align-items: flex-end;
  display: block;
}

.nav_contain_c {
  background-color: var(--cream);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  display: flex;
  overflow: hidden;
}

.nav_contain_c.gree {
  background-color: var(--green);
}

.nav_contain_c.brown {
  background-color: var(--brown);
}

.background_container {
  z-index: -1;
  opacity: .25;
  height: 100%;
  max-height: 100%;
  margin-top: -12vh;
  position: absolute;
  inset: 0%;
}

.background_container._2 {
  z-index: 10;
  position: static;
}

.icon.brown {
  color: var(--cream);
}

.brand-4 {
  width: 100%;
  height: 15vh;
  padding: .5rem;
}

.action-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding: 0;
  display: flex;
}

.nav-link-15 {
  color: #fff;
  text-transform: capitalize;
  width: 100%;
  font-size: 1.7rem;
}

.p-large {
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1;
}

.p-large.white {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
}

.holder {
  width: 100%;
  height: auto;
  display: flex;
}

.line-2 {
  border-top: 1px solid #000;
  width: 100%;
  height: 1px;
}

.line-2._2 {
  margin-bottom: 2rem;
}

.month {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: .5rem 0;
  display: flex;
}

.image-38 {
  width: 100%;
  height: 100%;
}

.booking_holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: auto;
  padding: 0 0 .5rem;
  display: flex;
}

.svg_holder {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: 25%;
  display: flex;
}

.div-block-32 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  width: auto;
  display: flex;
}

.user_div {
  border: 1px solid #00000080;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .5rem;
  display: flex;
}

.user_div._2 {
  height: 3rem;
}

.user_div.large {
  height: 40vh;
}

.right {
  width: 75vw;
  margin-left: 25vw;
}

.calender {
  width: 100%;
  height: auto;
  padding-left: .5rem;
  padding-right: .5rem;
}

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

.h1-4 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  line-height: 1;
}

.page_wrap-3 {
  width: 100vw;
  overflow: hidden;
}

.div-block-31 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid #000;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  padding: .5rem;
  display: flex;
}

.p-regular-3 {
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1;
}

.p-regular-3.blue {
  color: #141e30;
}

.button-2 {
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 1rem;
  display: flex;
}

.left {
  background-color: var(--green);
  width: 25vw;
  height: 100%;
  position: fixed;
}

.nav_contain-3 {
  width: 100%;
  height: 100%;
}

.filter {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #00000073;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.month_changer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

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

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

.check_in_date {
  background-color: var(--green);
  border-radius: 20px;
  width: 50%;
  height: auto;
  padding: 1rem;
}

.svg-13 {
  width: 3vw;
}

.svg-13.rotate {
  transform: rotate(180deg);
}

.p-small {
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.p-small.secodary {
  color: #00000080;
}

.admin_nav {
  color: #fff;
  text-transform: capitalize;
  width: 100%;
  font-size: 1.7rem;
}

.line_add {
  background-color: #fff;
  width: 3rem;
  height: 1px;
}

.line_add.vert {
  width: 3rem;
  position: absolute;
  transform: rotate(90deg);
}

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

.admin_img_holder {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

.admin_img_holder._2 {
  height: auto;
}

.image-39 {
  position: static;
}

.page_wrap-4 {
  width: 100vw;
  overflow: hidden;
}

.div-block-35 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid #000;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  padding: .5rem;
  display: flex;
}

.nav_contain-4 {
  width: 100%;
  height: 100%;
}

.add {
  background-color: var(--green);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  padding: 1rem;
  display: flex;
  position: fixed;
  inset: auto 1rem 1rem auto;
}

.add._2 {
  background-color: var(--green);
  position: static;
}

.svg-14 {
  width: 3vw;
}

.svg-14.rotate {
  transform: rotate(180deg);
}

.faq-answer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #f3fff9;
  border-top: 0 solid #141e30;
  flex-flow: column;
  height: auto;
  padding: 0;
  display: block;
  overflow: hidden;
}

.p_regular-2 {
  color: #141e30;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1;
}

.p_regular-2.c1 {
  text-transform: capitalize;
}

.nav-link-17 {
  color: #fff;
  text-transform: capitalize;
  width: 100%;
  font-size: 1.7rem;
}

.faq-item {
  background-color: #0d1c1500;
  border: 1px solid #141e30;
  border-radius: .5rem;
  box-shadow: 0 10px 20px #0000000d;
}

.page_wrap-5 {
  width: 100vw;
  overflow: hidden;
}

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

.accordion_bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.faq-question {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #f3fff9;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 1rem;
  text-decoration: none;
  display: flex;
}

.faq_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 1rem;
  display: flex;
}

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

.svg-15 {
  width: 3vw;
}

.svg-15.rotate {
  transform: rotate(180deg);
}

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

.p_large-2 {
  margin-bottom: 0;
  font-size: 1.375rem;
  line-height: 1;
}

.p_large-2.cap {
  color: #fff;
  text-transform: uppercase;
}

.nav-link-18 {
  color: #fff;
  text-transform: capitalize;
  width: 100%;
  font-size: 1.7rem;
}

.svg-16 {
  width: 3vw;
}

.svg-16.rotate {
  transform: rotate(180deg);
}

.div-block-36 {
  flex-flow: column;
  justify-content: space-around;
  height: auto;
  display: flex;
}

.edit_wrap {
  width: auto;
  height: auto;
  padding: 1rem;
}

.image-40 {
  position: static;
}

.div-block-37 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid #000;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  padding: .5rem;
  display: flex;
}

.div-block-37._2 {
  width: 100%;
  height: auto;
}

.btn_holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 0px solid var(--green);
  background-color: var(--green);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding-top: 0;
  padding-bottom: 1rem;
  display: none;
}

.btn_holder.hidden {
  display: flex;
}

.btn {
  z-index: 1;
  border: 1px solid var(--orange);
  color: var(--orange);
  text-transform: capitalize;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .5rem;
  font-size: 1.375rem;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn:hover {
  background-color: var(--orange);
  color: var(--cream);
}

.btn.orange {
  z-index: 1;
  background-color: var(--orange);
  color: var(--cream);
  text-transform: capitalize;
  width: 100%;
  font-size: 1.375rem;
  line-height: 1;
  position: relative;
}

.btn.orange:hover {
  color: var(--orange);
  background-color: #e7580b00;
}

.btn.small {
  color: var(--cream);
  width: 20%;
  padding: 1rem;
  font-size: 1rem;
}

.btn.large {
  color: var(--cream);
  width: auto;
  margin-top: 1rem;
}

.btn.booking {
  width: 40%;
  padding: .5rem;
}

.svg_contain_2 {
  height: 6rem;
}

.svg_contain_2.mobile_hidden {
  display: none;
}

.svg_contain_3 {
  height: 6rem;
}

.end_info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image_container_2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  width: 65vw;
  display: flex;
}

.title {
  width: 75vw;
}

.title_2 {
  width: auto;
}

.card_2, .card_3, .card_4, .card_5, .card_6 {
  position: relative;
}

.page-loader {
  z-index: 999;
  background-color: var(--cream);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader_trigger {
  background-color: var(--cream);
  width: 100%;
}

.loader_content {
  background-color: var(--cream);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.load_svg {
  width: 20vw;
  margin-bottom: 1rem;
}

.p_large-3, .p_large-4 {
  color: #141e30;
  margin-bottom: 0;
  font-size: 1.375rem;
  line-height: 1;
}

.h1-5 {
  z-index: 2;
  color: #141e30;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
  overflow: hidden;
}

.h1-5.blue {
  color: var(--green);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 3rem;
  line-height: 1.5;
  overflow: visible;
}

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

.c_image {
  object-fit: contain;
  width: 30vw;
  max-width: none;
  max-height: none;
}

.c_image.large {
  width: 40vw;
}

.p_regular-3 {
  z-index: 1;
  color: #141e30;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1;
  position: static;
}

.p_regular-3.centre {
  text-align: center;
}

.input_div {
  border: 1px solid #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 25vw;
  height: 3rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.input_div.small {
  justify-content: space-between;
  width: 18vw;
  padding: .5rem;
}

.button_2_2 {
  z-index: 2;
  border: 1px solid #141e30;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.footer_contain-2 {
  background-color: #141e30;
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.footer_contain-2.light {
  background-color: #fff;
  margin-top: 0;
  display: block;
}

.mask-2 {
  z-index: 4;
  background-color: #141e30;
  border: 1px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer_holder-2 {
  border-top: 1px solid #141e30;
  border-bottom: 1px solid #141e30;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.img_slide {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-around;
  align-items: flex-end;
  width: auto;
  min-width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.input_holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.input_holder.vert {
  flex-flow: column;
}

.button_title_2-2 {
  color: #141e30;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1;
  position: relative;
}

.button_title_2-2.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.svg_arrow {
  justify-content: center;
  align-items: center;
  width: 2rem;
  display: flex;
}

.p-regular-2 {
  text-transform: capitalize;
  margin-bottom: 0;
}

.p_large-5 {
  color: #141e30;
  margin-bottom: 0;
  font-size: 1.375rem;
  line-height: 1;
}

.p_large-5.centre {
  text-align: center;
}

.hero-2 {
  background-color: var(--cream);
  border-bottom: 0 solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: auto;
  margin-top: 0;
  display: flex;
}

.page_wrap-6 {
  width: 100vw;
  margin-top: 9vh;
  position: relative;
  overflow: hidden;
}

.div-block-30 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 25vw;
  display: flex;
}

.div-block-30.flex_v {
  flex-flow: column;
}

.carousel {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid #141e30;
  border-bottom: 1px solid #141e30;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  min-width: auto;
  max-width: none;
  min-height: auto;
  max-height: none;
  display: flex;
  overflow: hidden;
}

.image-31 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
}

.footer_section {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 33.3333%;
  display: flex;
}

.input_title {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding: 0;
  display: flex;
}

.minus_svg {
  width: 2rem;
  height: 2rem;
  max-height: none;
}

.splide-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 100%;
  padding: 1rem;
  display: flex;
  overflow: hidden;
}

.button_holder-2 {
  border-radius: 10px;
  width: 100%;
  height: 3.5rem;
  margin-top: 2rem;
  overflow: hidden;
}

.input_field {
  border: 1px solid #000;
  border-radius: 10px;
  height: 30vh;
}

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

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

.footer_svg {
  z-index: 0;
  position: absolute;
  top: 0;
}

.group_light, .g-3, .g-4, .line-3 {
  color: var(--cream);
}

.div-block-40 {
  background-color: var(--cream);
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.vert_line {
  height: 100%;
}

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

.hero_text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

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

.mobile {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: none;
}

.package_2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.package_3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.img_flash {
  object-fit: cover;
  border-radius: 20px;
  width: auto;
  height: auto;
  max-height: 100%;
  position: absolute;
  inset: auto auto 0%;
  overflow: hidden;
}

.splide__arrow {
  border: 1px solid var(--orange);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.splide__arrow.splide__arrow--prev {
  transform: rotate(180deg);
}

.splide_prev {
  border: 1px solid var(--orange);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  transform: rotate(180deg);
}

.next-splide {
  border: 2px solid var(--orange);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.prev-splide {
  border: 2px solid var(--orange);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  transform: rotate(180deg);
}

.splide_img {
  object-fit: cover;
  border-radius: 2rem;
  width: 100%;
  max-width: none;
  height: 60vh;
  overflow: hidden;
}

.splide_section {
  padding-top: 0;
}

.splide_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.splide_buttons.hidden, .splide_buttons.c_hidden {
  display: none;
}

.splide_next {
  border: 1px solid var(--orange);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.image-41 {
  max-height: 100%;
}

.blur {
  z-index: 10;
  background-color: var(--green);
  filter: blur(27px);
  width: 110%;
  height: 20%;
  margin-top: -8%;
  margin-left: -5%;
  position: absolute;
  inset: 0% 0% auto;
}

.blur.bottom {
  filter: blur(26px);
  margin-top: 0%;
  margin-bottom: -7%;
  inset: auto 0% -3%;
}

.blur.bottom.cream {
  height: 10.8rem;
  margin-top: 0%;
  margin-bottom: -6rem;
  inset: auto 0% 0%;
}

.blur.cream {
  background-color: var(--cream);
  margin-top: -10%;
}

.lottie_1 {
  display: none;
}

.p_regular-4 {
  z-index: 1;
  color: #141e30;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: .875rem;
  line-height: 1;
  position: static;
}

.p_regular-4.c1 {
  text-transform: capitalize;
}

.faq-item-2 {
  background-color: #0d1c1500;
  border: 0 solid #141e30;
  border-radius: .5rem;
}

.p-regular-4 {
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1;
}

.p-regular-4.blue {
  color: #141e30;
}

.calender-2 {
  width: 100%;
  height: auto;
  padding-left: .5rem;
  padding-right: .5rem;
}

.right-2 {
  width: 75vw;
  margin-left: 25vw;
}

.p_large-6 {
  color: #141e30;
  margin-bottom: 0;
  font-size: 1.375rem;
  line-height: 1;
}

.p_large-6.cap {
  color: #fff;
  text-transform: uppercase;
}

.p-regular-5 {
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1;
}

.add-2 {
  background-color: #141e30;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  padding: 1rem;
  display: flex;
  position: fixed;
  inset: auto 1rem 1rem auto;
}

.add-2._2 {
  position: static;
}

.member_container {
  background-color: #f7f7d500;
  border-radius: 20px;
  justify-content: space-between;
  width: auto;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.member {
  display: flex;
}

.orange {
  color: var(--orange);
  text-decoration: none;
}

.orange.underline, .orange.underlined {
  text-decoration: underline;
}

.orange.underlined.p_regular.bold {
  font-weight: 700;
}

.orange.underlined.p_regular.bold.bigger {
  font-size: 1.2rem;
}

.member_txt {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding: 1rem;
  display: flex;
  position: relative;
}

.member_txt.mobile, .member_txt.member_mobile {
  display: none;
}

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

.name_holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.staff_img {
  object-fit: contain;
  width: 34%;
  max-width: none;
}

.bottom_member_txt {
  position: absolute;
  inset: auto 0% 1rem 1rem;
}

.ligh_check {
  color: var(--cream);
}

.program_div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.descriptive_txt {
  width: 100%;
}

.descriptive_txt_2 {
  width: 50%;
}

.program_div_2, .program_div_3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.descriptive_txt_3 {
  width: 50%;
}

.cta_holder {
  z-index: 1;
  background-color: var(--cream);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-top: 4rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta_holder.fixed {
  z-index: 1;
  position: fixed;
  inset: 0%;
}

.cta_holder.fixed_2 {
  position: fixed;
}

.cta {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.email_holder {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
}

.activities_div {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75vw;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: flex;
}

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

.spacer {
  height: 100vh;
}

.spacer.new {
  height: 77vh;
}

.animations {
  flex-flow: column;
  display: none;
}

.section {
  z-index: -10;
  background-color: var(--brown);
  height: 200vh;
  margin-top: -100vh;
  margin-bottom: -100vh;
  position: relative;
}

.item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--green);
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 1rem;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.activity_holder {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.vertical_line {
  outline-offset: 0px;
  border-top: 0 dashed #000;
  border-right: 2px dashed #000;
  outline: 0 #333;
  height: 100%;
  margin-left: 8rem;
}

.code-embed {
  transform: translate(0);
}

.cta_title {
  color: var(--green);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  line-height: 1;
}

.img_gallery_holder.hidden {
  display: none;
}

.image_holder {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: none;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.col_img {
  object-fit: cover;
  border-radius: 1rem;
  flex: none;
  width: 100%;
}

.col_top, .col_bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.sticky {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: none;
  width: 33.3333%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.sticky_filter {
  background-color: #00000073;
  position: absolute;
  inset: 0%;
}

.filter_trigger {
  width: 1px;
  position: absolute;
}

.transition_trigger {
  width: 100%;
  height: 85vh;
  position: static;
  top: -25vh;
}

.email_title {
  color: var(--green);
  margin-bottom: 0;
  font-size: 1rem;
  overflow: hidden;
}

.email_link {
  color: var(--green);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.375rem;
  line-height: 1.5;
  overflow: hidden;
}

.trip {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.trip.nopad {
  padding-top: 0;
}

.h2_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  display: flex;
}

._100vh {
  height: 85vh;
  display: none;
}

.horizontal {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.footer_new {
  width: 100%;
  padding-bottom: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0;
}

.footer_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  padding: 1rem;
  display: flex;
}

.underline {
  border-bottom: 1px solid var(--green);
  padding-left: .25rem;
  padding-right: .25rem;
}

.item_bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--green);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 1.4rem;
  display: flex;
}

.item_bottom.links {
  max-width: 8rem;
}

.social_icon {
  height: 100%;
}

.arrow_holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.down_arrow {
  color: var(--orange);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 10vw;
  display: block;
  overflow: visible;
}

.intro_text_-packages {
  justify-content: flex-start;
  align-items: center;
  width: 30rem;
  display: flex;
}

.intro_text_-packages.gap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.padded_small {
  width: 75vw;
  padding: 1rem 0;
}

.mobile_footer_item {
  display: none;
}

.member_bg {
  z-index: -1;
  background-color: var(--cream);
  position: absolute;
  inset: 0%;
}

.membertrigger {
  width: 100%;
  height: 1px;
  margin-bottom: -2rem;
}

.image_flash_holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.logo_reveal {
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.logo_reveal.hidden {
  display: none;
}

.card_bg {
  z-index: -1;
  background-color: var(--cream);
  position: absolute;
  inset: 0%;
}

.nav_hamburger_line {
  z-index: 2;
  background-color: #192928;
  flex: none;
  width: 50%;
  height: 2px;
  position: relative;
}

.menu_base {
  z-index: 1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav_link_svg {
  width: 6.9rem;
}

.menu_link {
  z-index: 2;
  color: #192928;
  border-bottom: 2px solid #19292800;
  font-size: 2.1rem;
  text-decoration: none;
  position: relative;
}

.menu_link:hover {
  border-bottom-color: #192928;
}

.nav_wrap {
  z-index: 1000;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_contain_moble {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  min-height: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.menu_wrap {
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 1.1rem;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.nav_hamburger_wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
}

.menu_contain {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 18rem;
  max-width: 100%;
  padding: 5rem 1.3rem 1.3rem;
  display: flex;
  position: relative;
}

.nav_hamburger_base {
  z-index: 1;
  background-color: #bfea88;
  border-radius: 1.7rem;
  position: absolute;
  inset: 0%;
}

.mobile_btn {
  display: none;
}

.flex_h {
  display: flex;
}

.flex_h.btn_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  width: 100%;
}

.flex_h.space_btwn {
  justify-content: space-between;
}

.package_imgt {
  width: 30vw;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.package_left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 50%;
  height: auto;
  display: flex;
}

.package_left.gma {
  height: 25rem;
}

.package_left.kp, .package_left.bush_gourmet {
  height: auto;
}

.package_right {
  width: 50%;
}

.package_right.hidden {
  justify-content: flex-end;
  width: 50%;
  max-height: 33.1rem;
  display: flex;
}

.package_right.hidden.gma {
  max-height: 25rem;
}

.package_right.hidden.kp {
  max-height: 15rem;
}

.package_img {
  object-fit: cover;
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.package_img.hidden {
  display: none;
}

.package_img.mobile_hidden {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.package_img.pc_hidden {
  display: none;
}

.contact_link {
  margin-bottom: 1rem;
  text-decoration: none;
}

.radio_btn {
  border: 1px solid var(--orange);
  border-radius: 100vw;
  width: 1rem;
  height: 1rem;
}

.line-4 {
  background-color: var(--cream);
}

.gallery_1 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template: "Area"
                 "Area"
                 "Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  height: 38rem;
  padding: 2rem;
  display: none;
}

.gallery_1.last {
  margin-bottom: 100vh;
}

.galery_img_long {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.left_img_gallery {
  width: 50%;
  height: 100%;
}

.imga_gallery_right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 50%;
  height: 100%;
  display: flex;
}

.h1_holder {
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.img_gallery_top {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  height: 50%;
  display: flex;
}

.img_gallery_bottom {
  height: 50%;
  overflow: hidden;
}

.img_bottom {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}

.img_half {
  width: 50%;
  max-height: 100%;
}

.img_gallery_wrap {
  z-index: 3;
  background-color: var(--green);
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  margin-bottom: 0;
  padding-top: 12vh;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.spacer_img_gallery {
  height: 100dvh;
}

.first_cta {
  margin-top: 3rem;
}

.hero_orange_link {
  text-decoration: none;
}

.hero_text_small {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.package_links {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30rem;
  display: flex;
}

.bold {
  font-weight: 700;
}

.item_bottom-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #304732;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 1.4rem;
  display: flex;
}

.item_bottom-2.icons {
  max-width: 8rem;
}

.underline-2 {
  border-bottom: 1px solid #4e3624;
  padding-left: .25rem;
  padding-right: .25rem;
}

.paragraph {
  text-transform: capitalize;
  margin-bottom: 0;
}

.btn-2 {
  z-index: 1;
  color: #e7580b;
  text-transform: capitalize;
  border: 1px solid #e7580b;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .5rem;
  font-size: 1.375rem;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-2:hover {
  color: #f7f7d5;
  background-color: #e7580b;
}

.div-block-42 {
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.cta_holder-2 {
  z-index: 0;
  background-color: #f7f7d5;
  border-top: 1px solid #4e3624;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-top: 4rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
}

.email_link-2 {
  color: #4e3624;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.375rem;
  line-height: 1.5;
  overflow: hidden;
}

.footer_item-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  padding: 1rem;
  display: flex;
}

.footer_item-2.top {
  border-bottom-width: 0;
}

.email_title-2 {
  color: #4e3624;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 1rem;
  overflow: hidden;
}

.p_regular-5 {
  color: #f7f7d5;
  width: auto;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.4;
}

.p_regular-5.green {
  color: #304732;
  font-family: Poppins, sans-serif;
}

.p_regular-5.green.caps {
  color: #4e3624;
  text-transform: uppercase;
}

.p_regular-5.green.caps.centre {
  color: #4e3624;
}

.vertice_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #0009;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .5rem;
  font-size: .8rem;
  display: flex;
}

.email_holder-2 {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
}

.social_icon-2 {
  color: #4e3624;
  height: 100%;
}

.svg-17 {
  z-index: -1;
  color: #4e3624;
  width: 150vw;
  margin-top: -14vh;
  display: block;
  position: absolute;
  overflow: visible;
}

.cta_title-2 {
  color: #4e3624;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  line-height: 1;
}

.footer_img {
  width: 20%;
}

.footer_img_holder {
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.carousel-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 0px solid var(--cream);
  border-bottom: 0px solid var(--cream);
  flex-direction: row;
  flex: none;
  justify-content: space-around;
  align-items: center;
  min-width: auto;
  max-width: none;
  min-height: auto;
  max-height: none;
  padding: 1rem;
  display: flex;
  overflow: hidden;
}

.img_slide_2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  flex: none;
  justify-content: space-around;
  align-items: flex-end;
  width: auto;
  min-width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.wim_link {
  color: var(--cream);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem 1rem 1rem;
  font-size: 1rem;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .h1.padded {
    width: 31ch;
  }

  .faq-answer {
    border-bottom: 0 solid #000;
  }

  .accordion_bottom {
    border-bottom: 1px solid #00000080;
    border-left-color: #00000080;
    border-right-color: #00000080;
    border-radius: 10px;
  }

  .faq-question {
    border-bottom-color: #00000080;
    border-radius: 10px;
  }

  .img_slide {
    min-width: 100%;
    position: static;
    overflow: hidden;
  }

  .carousel {
    overflow: hidden;
  }

  .member_container {
    background-color: var(--cream);
    border-radius: 20px;
    padding: 1rem;
  }

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

  .activities_div {
    justify-content: center;
    align-items: center;
    width: 75vw;
  }

  .activity_holder {
    width: 100%;
  }

  .carousel-2 {
    overflow: hidden;
  }

  .img_slide_2 {
    min-width: 100%;
    position: static;
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  .page_wrap {
    padding-top: 4rem;
  }

  .hero {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    height: auto;
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hero_section.small {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60vh;
    padding: 1rem;
    display: none;
  }

  .intro_div {
    padding-right: 4rem;
  }

  .intro_holder {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .h1 {
    text-align: center;
    font-size: 3.75rem;
  }

  .h1.centre {
    font-size: 4rem;
  }

  .h1.packages {
    justify-content: center;
    align-items: center;
  }

  .text_holder {
    padding-left: 3rem;
  }

  .h3.cream.c1 {
    font-size: 2rem;
  }

  .h3.orange.centre {
    font-size: 2.5rem;
  }

  .card_1 {
    width: auto;
  }

  .packages_holder {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: flex-start;
    align-items: center;
    padding-right: 4rem;
  }

  .package_card {
    width: auto;
  }

  .package_services {
    width: 100%;
    padding: 0;
  }

  .package_services.large {
    padding-left: 0;
    padding-right: 0;
  }

  .h2 {
    font-size: 2.75rem;
  }

  .h2.c1 {
    font-size: 4rem;
  }

  .p_regular.bullets {
    width: auto;
  }

  .p_regular.mobile_centre {
    text-align: center;
  }

  .p_regular.mobile_centre.gap {
    margin-bottom: 1rem;
  }

  .p_large {
    padding-left: 0;
  }

  .p_large.c1.green {
    font-size: 1rem;
  }

  .p_large.c1.green.bold {
    text-align: left;
  }

  .safari_contain {
    padding: 2rem;
  }

  .safari_info.small {
    width: 65vw;
  }

  .img_container {
    flex-flow: column;
    width: 75vw;
  }

  .trip_img {
    width: auto;
  }

  .svg-6 {
    display: block;
  }

  .svg-7 {
    width: 120%;
  }

  .image_scroll {
    flex-flow: row;
    max-height: 100%;
  }

  .image_scroll.small {
    flex-flow: row;
  }

  .horizontal_img {
    flex: 0 auto;
    width: auto;
    max-width: none;
    height: auto;
    max-height: 100%;
    overflow: hidden;
  }

  .packages {
    padding-right: 0;
  }

  .splide__list {
    margin-left: 0;
  }

  .splide__slide {
    width: 50%;
  }

  .svg-11 {
    z-index: -1;
    position: relative;
  }

  .nav_menu {
    z-index: 101;
    background-color: var(--cream);
    border-radius: 0 0 1rem 1rem;
    flex-flow: row;
    height: auto;
    margin-top: 0;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 12vh;
    padding-bottom: 1rem;
    overflow: hidden;
  }

  .nav_menu.brown {
    background-color: var(--brown);
  }

  .brand_c {
    z-index: 10;
    width: auto;
    max-height: 10vh;
  }

  .svg-12 {
    width: 2rem;
    display: block;
  }

  .nav_link {
    border-bottom: 0 solid #000;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .5rem;
    font-size: 1.6rem;
  }

  .nav_link:hover {
    border-bottom-width: 0;
  }

  .navbar_c.home {
    z-index: 999;
    background-color: #ff00;
    height: 12vh;
    margin-top: -12vh;
    padding-top: 12vh;
    inset: 0% 0% auto;
  }

  .image-29 {
    width: auto;
  }

  .link_container {
    color: var(--orange);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 20%;
    padding-right: 0;
    text-decoration: none;
    display: flex;
  }

  .link_container.w--current {
    border-left: 5px solid var(--orange);
    border-bottom-width: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .menu-button-3 {
    background-color: var(--cream);
    border-radius: 1rem;
  }

  .menu-button-3.w--open {
    z-index: 110;
    background-color: var(--cream);
    border-radius: 1rem;
  }

  .nav_contain_c {
    z-index: 998;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: #0000;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
    position: static;
    top: 0;
    overflow: visible;
  }

  .nav_contain_c.brown {
    display: flex;
  }

  .background_container {
    z-index: -1;
  }

  .icon {
    color: var(--brown);
  }

  .icon.green {
    color: var(--cream);
  }

  .h1-4 {
    font-size: 4rem;
  }

  .p-regular-3 {
    font-size: .9rem;
  }

  .month_changer {
    width: 55%;
  }

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

  .btn_holder {
    flex-flow: row;
    display: none;
  }

  .btn_holder.hidden {
    display: none;
  }

  .btn {
    width: 100%;
    text-decoration: none;
  }

  .btn.orange {
    width: 100%;
  }

  .btn.small {
    width: 40%;
    font-size: 1.15rem;
  }

  .btn.home {
    width: 10rem;
  }

  .image_container_2 {
    flex-flow: column;
    width: 75vw;
  }

  .title.large {
    width: 100%;
  }

  .page-loader {
    display: none;
  }

  .p_large-3, .p_large-4 {
    color: #141e30;
  }

  .h1-5 {
    font-size: 3.2rem;
  }

  .booking {
    width: 100vw;
  }

  .input_div {
    width: 45vw;
    max-width: none;
  }

  .input_div.small {
    width: 30vw;
  }

  .img_slide {
    min-width: 900px;
    margin-left: 13px;
  }

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

  .input_holder.vert {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .p_large-5 {
    color: #141e30;
  }

  .hero-2 {
    flex-flow: column;
    width: 100%;
  }

  .page_wrap-6 {
    margin-top: 9vh;
  }

  .div-block-30 {
    width: auto;
  }

  .carousel {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-around;
  }

  .image-31 {
    max-height: 60vh;
  }

  .splide-2 {
    width: 100vw;
    height: auto;
    display: flex;
  }

  .button_holder-2 {
    width: 100%;
  }

  .footer_svg {
    position: absolute;
    inset: 0%;
  }

  .div-block-40 {
    flex-flow: column;
    height: auto;
  }

  .hero_text {
    width: 100%;
    height: 36%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .mobile {
    width: 100%;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .img_flash {
    border-radius: 20px;
    width: auto;
    height: 100%;
  }

  .splide_section.mobile {
    margin-left: 0;
    padding-left: 0;
  }

  .splide_buttons.hidden {
    display: flex;
  }

  .blur {
    display: none;
  }

  .p-regular-4 {
    font-size: .9rem;
  }

  .p_large-6 {
    color: #141e30;
  }

  .p-regular-5 {
    font-size: .9rem;
  }

  .add-2._2 {
    background-color: var(--green);
  }

  .name_holder {
    padding: 0;
  }

  .staff_img {
    object-fit: cover;
    width: 40%;
    min-width: 40%;
  }

  .bottom_member_txt {
    position: static;
  }

  .descriptive_txt, .descriptive_txt_2, .descriptive_txt_3 {
    width: auto;
    padding-left: 2.5rem;
    padding-right: 2rem;
  }

  .activities_div {
    flex-flow: column;
    width: 65vw;
  }

  .activity_txt {
    width: 100%;
  }

  .spacer.new {
    height: 88vh;
  }

  .section {
    height: 200vh;
  }

  .activity_holder {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    width: 100%;
  }

  .cta_title {
    text-align: center;
  }

  .col_bottom {
    flex: none;
  }

  .sticky {
    height: auto;
    overflow: hidden;
  }

  .trip {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .trip.nopad {
    padding-top: 0;
  }

  .h2_wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .arrow_holder {
    padding: 2rem;
    display: none;
  }

  .intro_text_-packages, .intro_text_-packages.gap {
    justify-content: center;
    align-items: center;
  }

  .logo_reveal {
    border-radius: .8rem;
    width: auto;
    height: 3rem;
    overflow: hidden;
  }

  .nav_link_wrap {
    z-index: 999999;
    padding-top: .25rem;
    padding-left: .25rem;
    position: relative;
  }

  .menu_link {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .menu_link:hover {
    border-bottom-width: 0;
  }

  .menu_link.w--current {
    border-left: 4px solid var(--orange);
    color: var(--brown);
    border-bottom-width: 0;
    flex-flow: row;
    width: 100%;
    display: flex;
  }

  .nav_wrap {
    justify-content: space-between;
    width: 100%;
    padding: 1rem;
    display: flex;
  }

  .nav_contain_moble {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 5rem;
    padding-top: 0;
  }

  .menu_wrap {
    display: none;
  }

  .nav_hamburger_wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .menu_contain {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #f7f7d500;
    margin-top: -2px;
    padding-top: 4rem;
  }

  .nav_hamburger_base {
    background-color: var(--cream);
  }

  .mobile_btn {
    display: block;
  }

  .nav_link_holder {
    border-radius: .8rem;
    flex: none;
    max-height: 3.3rem;
    overflow: hidden;
  }

  .nav_menu_holder {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .galery_img_long {
    min-height: 100%;
  }

  .img_gallery_wrap {
    padding-top: 4rem;
  }

  .underline-2 {
    margin-bottom: 1rem;
  }

  .btn-2 {
    width: 100%;
    text-decoration: none;
  }

  .div-block-42 {
    margin-top: 2rem;
  }

  .cta_holder-2 {
    height: auto;
    padding-top: 2rem;
  }

  .p_regular-5.green.caps {
    text-align: center;
  }

  .email_holder-2 {
    margin-top: 1rem;
  }

  .svg-17 {
    width: 120%;
  }

  .cta_title-2 {
    text-align: center;
  }

  .carousel-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-around;
  }

  .img_slide_2 {
    min-width: auto;
    margin-left: 13px;
  }
}

@media screen and (max-width: 767px) {
  .page_wrap {
    padding-top: 9vh;
  }

  .page_wrap.home {
    margin-bottom: 100vh;
  }

  .hero {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

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

  .hero_section.left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .hero_section.right {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: none;
    overflow: hidden;
  }

  .hero_section.small {
    padding: 1rem;
  }

  .intro_div {
    margin-bottom: 0;
    padding-right: 5rem;
  }

  .h1 {
    text-align: center;
    width: 100%;
    font-size: 3rem;
  }

  .h1.centre {
    font-size: 3rem;
  }

  .h1.packages {
    justify-content: center;
    align-items: center;
  }

  .text_holder {
    padding-right: 0;
  }

  .h3.cream, .h3.green {
    font-size: 2rem;
  }

  .h3.orange.centre {
    font-size: 2.1rem;
  }

  .card_container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .card_1 {
    width: 80%;
  }

  .footer_holder {
    flex-flow: column;
  }

  .footer_left {
    border-right-width: 0;
    width: 100%;
  }

  .footer_right {
    width: 100%;
  }

  .bottom {
    flex-flow: column;
  }

  .footer_sections {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .footer_sections.middle {
    border-width: 1px 0;
    border-top-style: solid;
    border-top-color: var(--green);
    border-bottom-style: solid;
    border-bottom-color: var(--green);
    justify-content: flex-start;
    align-items: flex-start;
  }

  .packages_holder {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-right: 5rem;
  }

  .package_card {
    width: 100%;
  }

  .package_services {
    padding-left: 2.5rem;
    padding-right: 2rem;
  }

  .h2 {
    font-size: 1.9rem;
  }

  .h2.c1 {
    font-size: 3rem;
  }

  .h2.centre {
    font-size: 2rem;
  }

  .p_regular.centre.small {
    width: auto;
  }

  .p_regular.centre.orange_underlined.align_left, .p_regular.centre.packages {
    text-align: center;
  }

  .p_regular.green {
    z-index: 10;
    position: static;
  }

  .p_regular.mobile_centre.gap {
    margin-bottom: 1rem;
  }

  .p_large.mobile_centre {
    text-align: center;
  }

  .safari_contain {
    padding: 2rem 1rem;
  }

  .img_container {
    max-width: none;
  }

  .footer_title {
    border-top: 0 solid #000;
  }

  .svg-6 {
    inset: 0%;
  }

  .svg-7 {
    width: 126%;
    height: 150%;
  }

  .intro_title {
    padding-right: 0;
  }

  .image_scroll {
    flex-flow: row;
  }

  .horizontal_img {
    flex: none;
    width: 43%;
  }

  .packages {
    padding-right: 0;
  }

  .packages.right {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .packages.p_right {
    justify-content: flex-start;
    align-items: center;
  }

  .splide__slide {
    width: 60%;
  }

  .svg-11._2 {
    inset: auto 0% 0%;
  }

  .brand_c {
    width: auto;
  }

  .svg-12 {
    width: 2rem;
  }

  .nav_link {
    font-size: 1.6rem;
  }

  .navbar_c.home {
    z-index: 100;
    height: 9vh;
  }

  .image-29 {
    object-fit: contain;
    width: 100%;
  }

  .link_container.w--current {
    border-left-width: 4px;
  }

  .menu-button-3 {
    z-index: 1;
    padding: 1rem;
  }

  .nav_contain_c {
    padding: 0 1rem;
  }

  .brand-4 {
    width: auto;
    height: 9vh;
  }

  .p-large {
    font-size: 1.4rem;
  }

  .p-large.white {
    font-size: 1.2rem;
  }

  .holder {
    flex-flow: column;
  }

  .icon-2 {
    color: #fff;
  }

  .image-38 {
    width: auto;
  }

  .svg_holder {
    width: 20%;
  }

  .right {
    width: 100%;
    margin-top: 10vh;
    margin-left: 0;
  }

  .div-block-33 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .h1-4 {
    font-size: 3rem;
  }

  .div-block-31 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .left {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 9vh;
    margin-bottom: 1rem;
    display: flex;
  }

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

  .nav-menu {
    background-color: var(--green);
  }

  .svg-13 {
    width: 7vw;
  }

  .div-block-34 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .div-block-35 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

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

  .svg-14 {
    width: 7vw;
  }

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

  .svg-15, .svg-16 {
    width: 7vw;
  }

  .div-block-37 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .btn.small {
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .svg_contain_2.mobile_hidden {
    height: 4rem;
    display: block;
    overflow: hidden;
  }

  .title_2 {
    width: 80vw;
  }

  .page-loader {
    display: none;
  }

  .p_large-3, .p_large-4 {
    color: #141e30;
  }

  .h1-5 {
    font-size: 3rem;
  }

  .c_image {
    width: 40vw;
  }

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

  .input_div.small {
    width: 36vw;
  }

  .footer_holder-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .input_holder {
    flex-flow: column;
  }

  .input_holder.left_align {
    justify-content: space-between;
    align-items: flex-start;
  }

  .svg_arrow.rotate {
    transform: rotate(90deg);
  }

  .buttons {
    width: 100%;
  }

  .p_large-5 {
    color: #141e30;
  }

  .div-block-30.split {
    width: 50%;
  }

  .carousel {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer_section, .input_title, .button_holder-2 {
    width: 100%;
  }

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

  .footer_svg {
    width: 140%;
    height: 120%;
    top: -17%;
    left: -20%;
  }

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

  .mobile {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .splide_section.mobile {
    flex-flow: column;
    margin-left: 0;
  }

  .menu-button-4, .menu-button-4.w--open {
    background-color: var(--green);
  }

  .calender-2 {
    padding-top: 1rem;
  }

  .right-2 {
    width: 100%;
    margin-top: 9vh;
    margin-left: 0;
  }

  .p_large-6 {
    color: #141e30;
  }

  .member_container {
    flex-flow: column;
    overflow: hidden;
  }

  .member_txt.hidden {
    display: none;
  }

  .member_txt.mobile {
    z-index: 10;
    padding: 1rem;
    display: flex;
  }

  .member_txt.member_mobile {
    display: flex;
  }

  .name_holder {
    padding: 0;
  }

  .staff_img {
    width: auto;
    min-width: 100%;
  }

  .activities_div {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 75vw;
  }

  .spacer.new {
    height: 93vh;
  }

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

  .cta_title {
    font-size: 3rem;
  }

  .sticky {
    width: 50%;
  }

  .sticky.mobile_hidden {
    display: none;
  }

  .sticky_filter {
    background-color: #00000073;
  }

  .email_link {
    font-size: 1.125rem;
  }

  .trip {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .horizontal {
    flex-flow: row;
    justify-content: space-between;
  }

  .footer_new {
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    inset: 0%;
  }

  .footer_item {
    width: 100%;
    height: 15vh;
    padding: 1rem 0;
  }

  .footer_item.hidden {
    display: none;
  }

  .underline.div {
    justify-content: center;
    align-items: flex-end;
    height: auto;
    padding-top: 0;
    display: flex;
  }

  .arrow_holder {
    display: none;
  }

  .down_arrow {
    width: 15vw;
  }

  .intro_text_-packages, .intro_text_-packages.gap {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .mobile_footer_item {
    width: 100%;
    display: flex;
  }

  .flex_h.space_btwn {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .package_split {
    flex-flow: column;
  }

  .package_left {
    width: 100%;
  }

  .package_left.gma {
    height: auto;
  }

  .package_right.hidden {
    width: 100%;
    display: flex;
  }

  .package_right.hidden.gma, .package_right.hidden.kp {
    max-height: none;
  }

  .package_img.mobile_hidden {
    flex: 0 auto;
    display: none;
  }

  .package_img.pc_hidden {
    display: block;
  }

  .gallery_1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    height: auto;
  }

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

  .imga_gallery_right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

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

  .underline-2 {
    border-bottom-width: 0;
    width: 100%;
    margin-bottom: 0;
  }

  .div-block-42 {
    flex-flow: column;
  }

  .cta_holder-2 {
    height: auto;
    padding-top: 2rem;
  }

  .email_link-2 {
    font-size: 1.125rem;
  }

  .footer_item-2 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding: .5rem;
  }

  .footer_item-2.middle {
    border-top: 1px solid #4e3624;
    border-bottom: 1px solid #4e3624;
    height: auto;
    padding: .5rem;
  }

  .footer_item-2.top {
    border-top: 0 solid #4e3624;
    border-bottom-width: 1px;
    border-bottom-color: var(--brown);
    justify-content: center;
    height: auto;
    padding: .5rem;
  }

  .footer_item-2.bottom {
    border-top: 1px solid var(--brown);
    border-bottom: 0px solid var(--brown);
  }

  .p_regular-5.green {
    z-index: 10;
    position: static;
  }

  .vertice_link {
    width: 100%;
  }

  .email_holder-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-top: 0;
  }

  .svg-17 {
    width: 126%;
    height: 150%;
    inset: 0% 0% auto;
  }

  .cta_title-2 {
    font-size: 3rem;
  }

  .carousel-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .img_slide_2 {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .page_wrap {
    padding-top: 4rem;
  }

  .hero {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    padding-top: 2rem;
  }

  .hero_section.right {
    overflow: hidden;
  }

  .hero_section.small {
    flex: 0 auto;
  }

  .intro_div {
    margin-bottom: 0;
    padding: 3rem 1rem 2rem;
  }

  .intro_holder {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .h1 {
    font-size: 2.115rem;
  }

  .h1.centre {
    width: 17ch;
    font-size: 2rem;
  }

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

  .icon_holder.hidden {
    display: none;
  }

  .team_wrap {
    padding: 3rem 1rem;
  }

  .h3.cream {
    font-size: 2rem;
  }

  .h3.cream.c1 {
    font-size: 1rem;
  }

  .h3.green {
    font-size: 2rem;
  }

  .card_1 {
    width: 100%;
  }

  .title_div {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .packages_holder {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 1rem 2.5rem 1rem .5rem;
  }

  .package_card {
    width: 100%;
  }

  .package_services {
    padding-left: 0;
  }

  .h2 {
    text-align: left;
    font-size: 1.75rem;
  }

  .h2.green {
    font-size: 2.4rem;
  }

  .h2.c1 {
    font-size: 2rem;
  }

  .h2.centre {
    font-size: 1.75rem;
  }

  .h2.centre.padded.no_caps {
    width: 20ch;
  }

  .p_regular {
    text-align: left;
    font-size: 1rem;
  }

  .p_regular.centre {
    font-size: .8rem;
  }

  .p_regular.centre.small {
    width: auto;
  }

  .p_regular.green {
    text-align: left;
    font-size: .875rem;
  }

  .p_regular.green.c1 {
    text-align: left;
  }

  .p_regular.green.centre {
    text-align: center;
  }

  .p_regular.left_align {
    text-align: left;
  }

  .p_large.green.c {
    font-size: 1.2rem;
  }

  .safari_contain {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .safari_info.small, .img_container {
    width: 100%;
  }

  .footer_title {
    width: 50%;
  }

  .svg-7 {
    width: auto;
    height: 100%;
    margin-top: -2rem;
    display: block;
  }

  .intro_title {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
  }

  .horizontal_img {
    flex: none;
    width: 84%;
  }

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

  .splide__list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .splide__slide {
    object-fit: cover;
    object-position: 50% 50%;
    width: 90%;
    height: auto;
  }

  .brand_c {
    width: auto;
    height: 100%;
    padding: .5rem;
  }

  .svg-12 {
    width: 1.7rem;
  }

  .nav_link {
    text-align: left;
    margin-bottom: 0;
    padding: .5rem;
    font-size: 1.6rem;
  }

  .navbar_c.home {
    flex-flow: column;
    height: 9vh;
    display: flex;
  }

  .image-29 {
    width: auto;
  }

  .link_container.w--current {
    border-left-width: 3px;
  }

  .menu-button-3 {
    padding: .5rem;
  }

  .nav_contain_c {
    padding-left: 1rem;
  }

  .brand-4 {
    width: 45%;
  }

  .svg_holder {
    width: 36%;
  }

  .p-regular-3 {
    font-size: .8rem;
  }

  .filter {
    display: none;
  }

  .month_changer {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .p_large-2 {
    color: #141e30;
  }

  .btn_holder {
    flex-flow: column;
  }

  .btn.booking, .image_container_2 {
    width: 100%;
  }

  .page-loader {
    display: none;
  }

  .p_large-3, .p_large-4 {
    color: #141e30;
    font-weight: 400;
  }

  .h1-5 {
    text-transform: capitalize;
    font-size: 2.1rem;
  }

  .h1-5.blue {
    color: #141e30;
    font-size: 2rem;
  }

  .c_image {
    width: 60vw;
    height: auto;
  }

  .input_div.small {
    width: 50vw;
  }

  .img_slide {
    height: auto;
  }

  .input_holder.vert {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button_title_2-2 {
    font-weight: 400;
  }

  .p_large-5 {
    color: #141e30;
    font-weight: 400;
  }

  .div-block-30.split {
    width: 100%;
  }

  .carousel {
    min-height: auto;
    max-height: none;
  }

  .button_holder-2 {
    width: 100%;
  }

  .footer_svg {
    width: 200%;
    height: 150%;
    top: -31%;
    left: -42%;
  }

  .hero_text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile {
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .package_2, .package_3 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .img_flash {
    width: 80%;
  }

  .splide_img {
    width: 100%;
    height: 45vh;
  }

  .splide_section.mobile {
    margin-left: 0;
  }

  .lottie_1 {
    display: block;
  }

  .p-regular-4 {
    font-size: .8rem;
  }

  .right-2 {
    margin-top: 9vh;
  }

  .p_large-6 {
    color: #141e30;
    font-weight: 400;
  }

  .p-regular-5 {
    font-size: .8rem;
  }

  .member_container {
    flex-flow: column;
  }

  .member_txt.hidden {
    display: none;
  }

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

  .staff_img {
    width: auto;
    min-width: 100%;
  }

  .cta_holder.fixed {
    padding: 1rem;
  }

  .activities_div {
    width: 100%;
  }

  .spacer.new {
    height: 89vh;
  }

  .item {
    background-color: var(--green);
  }

  .activity_holder {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cta_title {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 2.5rem;
  }

  .col_top, .col_bottom {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .email_link {
    font-size: 1rem;
  }

  .trip {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .horizontal {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .footer_item {
    width: 100%;
    height: auto;
    position: static;
    inset: 0% 0% auto;
  }

  .underline.div {
    height: 10vh;
  }

  .down_arrow {
    width: 20vw;
  }

  .padded_small {
    width: auto;
  }

  .mobile_footer_item {
    display: flex;
  }

  .nav_link_wrap {
    margin-left: 2px;
  }

  .nav_wrap {
    justify-content: space-between;
    padding: 1rem;
    display: flex;
  }

  .nav_contain_moble {
    z-index: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav_hamburger_wrap {
    z-index: 2;
    width: 48px;
    height: 48px;
  }

  .menu_contain {
    width: 100%;
  }

  .package_img.pc_hidden {
    border-radius: 1rem;
  }

  .underline-2 {
    width: 100%;
    margin-bottom: 0;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .div-block-42 {
    width: 100%;
    margin-top: 2rem;
  }

  .cta_holder-2 {
    padding-bottom: 0;
  }

  .email_link-2 {
    font-size: 1rem;
  }

  .footer_item-2 {
    width: 100%;
    height: auto;
    position: static;
    inset: 0% 0% auto;
  }

  .p_regular-5 {
    text-align: left;
    font-size: 1rem;
  }

  .p_regular-5.green {
    text-align: left;
    font-size: .875rem;
  }

  .vertice_link {
    width: 100%;
    font-size: .75rem;
  }

  .svg-17 {
    width: auto;
    height: 150%;
    margin-top: -2rem;
    display: block;
  }

  .cta_title-2 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 2.5rem;
  }

  .carousel-2 {
    min-height: auto;
    max-height: none;
  }

  .img_slide_2 {
    width: auto;
    height: auto;
  }
}


@font-face {
  font-family: 'Helvetica 587 Ebe 5 A 59211';
  src: url('../fonts/helvetica-light-587ebe5a59211.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-BoldOblique.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Oblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Compressed 5871 D 14 B 6903 A';
  src: url('../fonts/helvetica-compressed-5871d14b6903a.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}