:root {
  --2: #141e30;
  --1: #fff;
  --3: #00000080;
  --orange: #f99d1c;
}

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

.page_wrap.about, .page_wrap.no_margin {
  margin-top: 0;
}

.page_wrap.menu {
  padding-top: 1rem;
}

.hero {
  height: 100dvh;
  position: relative;
}

.hero-video {
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
}

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

.h1 {
  z-index: 2;
  color: var(--2);
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nord medium, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
  overflow: hidden;
}

.h1.white {
  color: var(--1);
  text-align: center;
}

.h1.white.centre {
  text-align: center;
}

.h1.blue {
  color: var(--2);
  text-align: left;
  font-family: Nord, sans-serif;
  font-size: 4rem;
  font-weight: 300;
}

.h1.blue.chalet {
  font-size: 2rem;
}

.h1_holder {
  width: 60%;
  overflow: visible;
}

.intro_div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.image_holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid var(--2);
  border-bottom: 1px solid var(--2);
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 1rem 2rem;
  display: none;
}

.half {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 55vh;
  display: flex;
}

.services_holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin: 1rem 0;
  padding: 2rem;
  display: flex;
}

.services_holder._2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid var(--2);
  border-bottom: 1px solid var(--2);
  background-color: var(--2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

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

.h3 {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  position: relative;
}

.h3._2 {
  color: var(--2);
  font-family: Nord, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1;
}

.h3.white {
  color: var(--1);
  text-align: center;
  font-family: Nord, sans-serif;
  font-weight: 400;
}

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

.p-regular {
  color: var(--2);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: .875rem;
  line-height: 1;
}

.p-regular._2, .p-regular.white {
  color: var(--2);
  font-family: Poppins, sans-serif;
}

.p-regular.padded {
  position: relative;
}

.p-regular.centre {
  color: var(--1);
  text-align: center;
}

.intro_text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.h2 {
  color: var(--2);
  text-transform: capitalize;
  width: 75%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nord, sans-serif;
  font-size: 2.3rem;
  font-weight: 300;
  line-height: 1;
}

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

.h2.centre.full {
  width: 100%;
}

.h2.white {
  color: var(--2);
}

.h2.small {
  width: 80%;
}

.h2.chalet {
  text-align: center;
  width: 100%;
  font-size: 2.5rem;
}

.cta {
  background-color: var(--1);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 2rem 1rem;
  display: flex;
}

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

.carousel.chalet {
  border-top-width: 0;
  border-bottom-width: 0;
}

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

.img_slide.hide {
  display: none;
}

.img_slide.chalet {
  width: auto;
}

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

.c_image.large {
  width: 40vw;
}

.c_image.chalet {
  object-fit: cover;
  width: 24vw;
  height: 60vh;
}

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

.cta_text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #7e2f2f00;
  flex-flow: column;
  width: 100%;
  margin-bottom: 2rem;
  padding: 1rem;
  display: flex;
}

.button_2 {
  z-index: 2;
  border: 1px solid var(--1);
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 4rem;
  padding: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button_title_2 {
  z-index: 5;
  color: var(--2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nord, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.button_title_2.white {
  color: var(--2);
  font-size: 1rem;
}

.mask {
  z-index: 3;
  background-color: var(--2);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer_top {
  display: flex;
}

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

.p_large {
  color: var(--2);
  margin-bottom: 0;
  font-family: Nord, sans-serif;
  font-size: 1.375rem;
  line-height: 1;
}

.p_large.c1 {
  color: #304732;
  text-transform: capitalize;
  font-weight: 700;
}

.p_large.c1 {
  color: #304732;
  text-transform: capitalize;
}

.p_large.c1.orange {
  color: #e7580b;
  font-weight: 700;
}

.p_large.c1.green {
  color: #304732;
}

.p_large.c1.white {
  color: var(--1);
  font-family: Nord, sans-serif;
  font-weight: 300;
}

.p_large.cap {
  color: var(--1);
  text-transform: uppercase;
}

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

.svg-5 {
  color: #e7580b;
  width: 2rem;
  transform: rotate(0);
}

.p_regular {
  z-index: 1;
  color: var(--2);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: .875rem;
  line-height: 1;
  position: static;
}

.p_regular.green {
  color: #304732;
}

.p_regular.white {
  color: var(--1);
}

.p_regular.white.padded {
  text-transform: uppercase;
  margin-bottom: 4px;
}

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

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

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

.footer_sections.middle {
  border-left: 1px solid #304732;
  border-right: 1px solid #304732;
}

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

.h3-2.orange {
  color: #e7580b;
}

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

.h3-2.green {
  color: #304732;
}

.h3-2.white {
  color: var(--2);
  font-family: Nord, sans-serif;
  font-weight: 300;
}

.g {
  color: #304732;
  transform: translate(0);
}

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

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

.footer_holder {
  border-top: 1px solid var(--2);
  border-bottom: 1px solid var(--2);
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.footer_left {
  border-right: 1px solid #304732;
  width: 30%;
}

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

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

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

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

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

.image-2 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 40vh;
  overflow: clip;
}

.services_2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.image-3 {
  object-fit: contain;
  width: 70%;
  height: 100%;
  position: static;
  inset: 0%;
}

.service_hero {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: relative;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  max-height: 100vh;
  position: absolute;
  inset: 0%;
}

.flicker {
  width: 0;
  height: 0;
}

.hero_about {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 19%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about_us_text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: absolute;
}

.team_div {
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

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

.card {
  border: 0 solid #e7580b;
  border-radius: 20px;
  width: 33.3333%;
  position: relative;
  overflow: hidden;
}

.image-5 {
  border-radius: 30px;
  width: 100%;
}

.member_name {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(180deg, #fff0, var(--2));
  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%;
}

._1rem_padding {
  padding: 0 1rem;
}

.nav_menu {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
  display: none;
}

.nav_contain {
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  overflow: hidden;
}

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

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

.navbar {
  z-index: 5;
  background-color: #141e3000;
  border-bottom: 0 solid #000;
  width: 100vw;
  height: 9vh;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.navbar.home {
  z-index: 5;
  background-color: var(--2);
  border-bottom-width: 0;
  height: 9vh;
  display: flex;
  position: fixed;
}

.navbar.admin {
  background-color: var(--2);
  width: 25vw;
  height: 100vh;
}

.arrow_svg {
  display: none;
}

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

.brand_3 {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  position: static;
  inset: 0% auto 0% 1rem;
}

._w-nav-link {
  z-index: 1;
  color: var(--1);
  text-transform: capitalize;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

._w-nav-link.mobile.admin.w--current {
  justify-content: center;
  align-items: flex-start;
}

.content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 40vw;
  display: flex;
}

.timeline {
  background-color: #fff0;
  justify-content: flex-end;
  padding: 1rem;
  display: flex;
}

.progress_bar_holder {
  width: 10vw;
  display: flex;
  position: relative;
}

.progress_bar {
  background-color: #0000000d;
  width: 5px;
  height: 100%;
}

.progress_bar._2 {
  width: 100%;
  height: 5px;
}

.number_holder {
  z-index: 3;
  background-color: var(--1);
  width: 100%;
  padding-top: 1rem;
  position: absolute;
  top: -1rem;
}

.bar {
  z-index: -1;
  background-color: var(--2);
  width: 5px;
  height: 50vh;
  position: fixed;
  inset: 0% 0% 0% 50%;
}

.timeline_hero {
  background-color: var(--1);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text_contain {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.team_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding: 4rem 2rem 2rem;
  display: flex;
}

.card-2 {
  border: 2px solid var(--2);
  border-radius: 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.image-30 {
  border-radius: 0;
  width: 100%;
}

.card_container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card_img {
  object-fit: cover;
  width: 100%;
  height: 60vh;
}

.timeline_image_holder {
  width: 50vw;
  padding: 0 1rem;
}

.timeline_image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}

.timeline_image_mobile {
  display: none;
}

.footer_contain-2 {
  background-color: var(--2);
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.footer_contain-2.light {
  background-color: var(--1);
  margin-top: 0;
  padding-bottom: 1rem;
  display: block;
}

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

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

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

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

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

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

.footer_holder-2 {
  border-top: 1px solid var(--2);
  border-bottom: 1px solid var(--2);
  display: flex;
}

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

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

.p_regular-2.green {
  color: #304732;
}

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

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

.splide {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 60vh;
  padding: 1rem;
  display: block;
  overflow: hidden;
}

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

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

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

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

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

.p-small.secodary {
  color: var(--3);
}

.hero-2 {
  border-bottom: 0 solid #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  height: auto;
  margin-top: 0;
  display: flex;
}

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

.input_holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

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

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

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

.div-block-18 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  display: flex;
}

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

.client_desc {
  margin-top: 1rem;
  display: block;
}

.chalet_2 {
  z-index: 100;
  background-color: var(--1);
  flex-flow: column;
  justify-content: space-around;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
  inset: 0 0% 0%;
}

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

.p1_img {
  padding-left: 2rem;
  padding-right: 2rem;
}

.gallery_img {
  border: 0 solid #fff;
  border-radius: 2rem;
  width: 30%;
}

.h1-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 1;
}

.page_wrapper {
  z-index: 3;
  background-color: #000;
  min-width: 100vw;
  max-width: 100vw;
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: visible;
}

.page_wrapper.work {
  background-color: var(--1);
  margin-top: -9vh;
  padding-top: 9vh;
  overflow: hidden;
}

.image-33 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 60vh;
}

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

.work_div_2_cont {
  flex-flow: column;
  width: 50%;
  height: auto;
  display: flex;
}

.image-37 {
  border-radius: 2rem;
  width: 100%;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
}

.button_title_2-2 {
  color: var(--2);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nord, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.button_title_2-2.white {
  color: var(--1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nord, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.p1_img_gallery {
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.h2-2 {
  color: #6c6c6c;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1;
}

.work_div_2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.image-36 {
  border-radius: 2rem;
  width: 100%;
}

.heading-20 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1;
}

.div-block-20 {
  margin-top: 1rem;
}

.p1_title {
  width: 100%;
  padding: 2rem;
}

.line {
  border-style: solid;
  border-width: 1px 0 0;
  border-color: var(--2) #535353 #535353;
  width: 98%;
  margin-top: 2rem;
}

.line.feint {
  border-width: 1px;
  border-color: #5353534d;
}

.line.feint.no_space {
  margin-top: 0;
}

.line._2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: none;
}

.line.hide {
  display: none;
}

.close_1 {
  z-index: 10000;
  background-color: var(--1);
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  padding: .5rem;
  position: sticky;
  inset: 1rem 1rem auto;
}

.work_img {
  border-radius: 20px;
  width: 50%;
}

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

.work_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 9vh;
  display: flex;
}

.work_text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.work_div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  padding: 1rem;
  display: flex;
  position: relative;
}

.work_div._3 {
  justify-content: flex-end;
  padding: 0;
  display: block;
  position: relative;
}

.desc_left {
  width: 50%;
  padding: 0;
}

.div-block-17 {
  margin-top: 1rem;
}

.p1_description {
  color: #fff;
  justify-content: space-between;
  padding: 2rem;
  font-size: 1rem;
  line-height: 1;
  display: flex;
}

.desc_text {
  color: #fff;
  margin-bottom: 0;
  font-size: 1rem;
}

.p_holder {
  padding: 1rem;
}

.close_left {
  border-style: solid;
  border-width: 1px 0 0;
  border-color: var(--2);
  width: 100%;
  position: absolute;
  top: 50%;
  bottom: 50%;
  transform: rotate(-45deg);
}

.close_right {
  border-style: solid;
  border-width: 1px 0 0;
  border-color: var(--2);
  width: 100%;
  position: absolute;
  inset: 50% 0%;
  transform: rotate(45deg);
}

.x_icon {
  z-index: 100000;
  width: 100%;
  height: 100%;
  position: relative;
}

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

.filter {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.left {
  background-color: #141e30;
  width: 25vw;
  height: 100%;
  position: fixed;
}

.left.admin {
  width: 100%;
  height: 8vh;
}

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

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

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

.nav-menu.admin {
  flex-flow: row;
  width: auto;
}

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

.brand.admin {
  width: auto;
  height: auto;
}

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

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

.p-regular-3.blue {
  color: var(--2);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav_contain-2.admin {
  justify-content: space-between;
  padding-left: 1rem;
  display: flex;
}

.check_in_date {
  background-color: #141e30;
  border-radius: 20px;
  width: 50%;
  height: auto;
  padding: 1rem;
}

.page_wrap_3 {
  width: 100vw;
  overflow: hidden;
}

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

.svg-2 {
  width: 3vw;
}

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

.svg-2.white {
  color: var(--1);
}

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

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

.add {
  background-color: var(--2);
  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 {
  position: static;
}

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

.line_add {
  background-color: var(--1);
  width: 3rem;
  height: 1px;
}

.line_add.rotate {
  width: 2rem;
  position: absolute;
  inset: 0%;
  transform: rotate(90deg);
}

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

.faq_answer {
  color: #f3fff9;
  text-transform: capitalize;
  font-family: Poppins, sans-serif;
}

.faq-item {
  border: 1px solid var(--2);
  background-color: #0d1c1500;
  border-radius: .5rem;
}

.faq-answer-inner {
  color: #f3fff9;
  padding: 0 1.5rem 1.5rem;
  overflow: visible;
}

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

.faq_question {
  color: #f3fff9;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 125%;
}

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

.faq_icon {
  background-color: var(--2);
  color: var(--2);
  flex: none;
  width: 1.875rem;
  height: 1.875rem;
}

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

.faq-item_wrapper {
  flex-direction: column;
  width: 80%;
  display: flex;
}

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

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

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

.email_enter {
  border: 1px solid var(--2);
  border-radius: .5rem;
  flex-flow: column;
  display: flex;
}

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

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

.nav_text {
  margin-bottom: 0;
  font-family: Nord, sans-serif;
  font-size: 1.375rem;
  font-weight: 300;
}

.nav_text.admin {
  text-transform: capitalize;
  font-family: Poppins, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
}

.splide__track {
  width: 100%;
  height: 50vh;
}

.splide__list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  width: auto;
  height: 100%;
  display: block;
  overflow: visible;
}

.splide__slide {
  flex: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.splide_img {
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 80vh;
  max-height: 100%;
  display: flex;
  overflow: hidden;
}

.transition {
  z-index: 10;
  background-color: var(--2);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader_svg {
  display: block;
}

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

.svg-8 {
  color: var(--1);
}

.page-loader_trigger {
  width: 100%;
}

.transition-trigger {
  display: none;
}

.line_1, .line_2 {
  overflow: hidden;
}

.chalet_1 {
  z-index: 100;
  background-color: var(--1);
  flex-flow: column;
  width: 100vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.room_info {
  z-index: 100;
  width: 100%;
  display: flex;
  position: relative;
}

.chalet_3, .chalet_4 {
  z-index: 100;
  background-color: var(--1);
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.chalet_2_btn, .chalet_1_btn {
  width: 100%;
  height: 3.5rem;
  overflow: hidden;
}

.gardenviecouple_btn {
  width: 100%;
  height: 3.5rem;
}

.chalet_4_btn, .chalet_3_btn {
  width: 100%;
  height: 3.5rem;
  overflow: hidden;
}

.card_name {
  color: var(--1);
  margin-bottom: 0;
  font-family: Nord, sans-serif;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1;
}

.image-40 {
  width: 100%;
  height: 100%;
  max-height: 100dvh;
  display: block;
  position: static;
  inset: 0%;
}

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

.background_img_mobile {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.section_2, .section_3, .section_4, .section_5 {
  justify-content: flex-end;
  padding: 1rem;
  display: flex;
  position: relative;
}

.section_6 {
  justify-content: flex-end;
  padding: 1rem;
  display: flex;
}

.logo_holder {
  width: auto;
  height: 100%;
  padding: .5rem 1rem;
  overflow: hidden;
}

.logo_holder.admin {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15vh;
  display: flex;
}

.card_1, .card_2, .card_3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 33.3333%;
  display: flex;
}

.nav_wrap {
  background-color: var(--2);
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.nav_wrap.admin {
  flex-flow: column;
  height: auto;
}

.loop_holder {
  width: 50vw;
  height: auto;
  position: relative;
  overflow: hidden;
}

.logo_brand {
  object-fit: contain;
  width: 100%;
  max-width: 80%;
  height: 100%;
  padding-bottom: 0;
}

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

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

.loader_trigger {
  width: 100%;
}

.hero_animation {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
}

.hero_image-wrapper {
  width: 30vw;
  height: 48vh;
  position: relative;
}

.hero_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

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

.loader_content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero_video_holder {
  border-radius: 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.black_cover {
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.explore_video_div {
  z-index: 0;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-video-2 {
  background-color: var(--3);
  width: 100%;
  height: 100%;
}

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

.nav_open {
  display: none;
}

.link_holder {
  display: none;
  overflow: hidden;
}

.chalet_5_btn {
  width: 100rem;
  height: 3.5rem;
  overflow: hidden;
}

.chalet_6_btn, .chalet_7_btn, .chalet_8_btn {
  width: 100%;
  height: 3.5rem;
  overflow: hidden;
}

.close_2, .close_3, .close_4, .close_5, .close_6, .close_7, .close_8 {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 0%;
  right: 0%;
}

.services_3, .services_4, .services_5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.cta_holder {
  background-color: var(--2);
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.faq-item-2 {
  background-color: var(--2);
  border-radius: .5rem;
  box-shadow: 0 10px 20px #0000000d;
}

.faq_wrapper_2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  padding: 2rem 0;
  display: grid;
}

.faq-question-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #f3fff9;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  font-family: Nord, sans-serif;
  text-decoration: none;
  display: flex;
}

.faq_icon-2 {
  flex: none;
  width: 1.875rem;
  height: 1.875rem;
}

.faq-answer-2 {
  color: #f3fff9;
  height: auto;
  overflow: hidden;
}

.menu_title {
  width: 100%;
}

.menu_logo {
  z-index: 10;
  background-color: var(--2);
  width: 100%;
  height: 9vh;
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: fixed;
  inset: 0% 0% auto;
}

.logo_white {
  color: var(--1);
  max-height: 100%;
}

.faq_holder {
  justify-content: space-between;
  padding-right: 0;
  display: flex;
}

.circle {
  border: 3px solid var(--1);
  border-radius: 50%;
  width: 1.875rem;
  height: 1.875rem;
}

.house_img {
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 100%;
}

.admin_link {
  color: var(--1);
  text-transform: capitalize;
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 1.7rem;
}

.admin_menu {
  background-color: var(--2);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.admin_brand {
  width: 100%;
  height: 15vh;
  padding: .5rem;
}

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

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

.nav_top_animation {
  display: none;
}

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

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

.splide__list-2 {
  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-2 {
  flex: none;
  width: 33.3333%;
  height: 60vh;
  position: relative;
  overflow: hidden;
}

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

.inputs {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.room_img {
  object-fit: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 0 1rem;
  display: flex;
  overflow: hidden;
}

.chalet_img {
  aspect-ratio: auto;
  vertical-align: middle;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.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_prev {
  color: var(--2);
  border: 0 solid #e7580b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  transform: rotate(180deg);
}

.splide_next {
  color: var(--2);
  border: 0 solid #e7580b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.arrow {
  width: 80%;
}

.faq_btn_wrap {
  justify-content: space-around;
  padding: 2rem;
  display: flex;
}

.faq_btn {
  border: 1px solid var(--2);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 37vw;
  padding: 1rem;
  text-decoration: none;
  display: flex;
}

.faq_btn:hover {
  background-color: var(--1);
  color: var(--1);
}

.faq_p_text {
  color: #141e30;
  margin-bottom: 0;
  font-family: Nord, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
}

.spacer {
  width: 100%;
  height: 80px;
}

.activity_holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  padding: 80px 2rem;
  display: grid;
}

.no_underline {
  text-decoration: none;
}

.social_holder {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

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

.social {
  object-fit: cover;
  max-height: 100%;
}

.div-block-36 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.wp_logo {
  color: var(--1);
  height: 100%;
}

.chalet_title {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.chalet_img_holder {
  display: flex;
}

.description_holder {
  width: 100%;
}

.x_btn {
  color: var(--2);
  width: 100%;
  height: 100%;
}

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

.about_img {
  width: 100%;
}

.link-block {
  justify-content: center;
  align-items: center;
  padding: .5rem;
  text-decoration: none;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .carousel {
    overflow: hidden;
  }

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

  .div-block-2 {
    background-color: var(--1);
    width: 100%;
  }

  .chalet_6_btn {
    width: 100%;
    height: 3.5rem;
    overflow: hidden;
  }

  .chalet_7_btn {
    overflow: hidden;
  }
}

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

  .h1 {
    font-size: 3.2rem;
  }

  .h1_holder {
    width: 72%;
  }

  .services_holder._2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .h3._2 {
    font-size: 1.4rem;
  }

  .p-regular.padded {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .h2 {
    width: 86%;
    font-size: 2rem;
    line-height: .8;
  }

  .h2.small {
    width: 100%;
    font-size: 2.4rem;
  }

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

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

  .img_slide.chalet {
    min-width: auto;
    margin-left: 0;
  }

  .c_image.chalet {
    width: 34vw;
    height: 45vh;
  }

  .p_large {
    color: var(--2);
    font-family: Nord, sans-serif;
  }

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

  .footer_contain {
    margin-top: 2rem;
  }

  .image-2 {
    height: 28vh;
  }

  .image-3 {
    width: 60%;
    height: 100%;
  }

  .service_hero {
    overflow: hidden;
  }

  .hero_about {
    background-image: none;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .about_us_text {
    padding: 1rem;
    position: static;
  }

  ._w-nav-button {
    z-index: 0;
    background-color: #6e535300;
    position: static;
  }

  ._w-nav-button.w--open {
    z-index: 100;
    background-color: #fff0;
  }

  .nav_menu {
    background-color: var(--2);
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    height: 100dvh;
    display: flex;
    position: static;
  }

  .nav_contain {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: auto;
    display: none;
  }

  .image-29 {
    width: auto;
    max-width: 2rem;
  }

  .navbar {
    z-index: 3;
    position: fixed;
    overflow: visible;
  }

  .navbar.home {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .arrow_svg {
    color: #141e3000;
    width: 10%;
    display: block;
  }

  .link_container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 17%;
    padding-right: 2rem;
    display: flex;
  }

  .brand_3 {
    width: 3rem;
    position: static;
    inset: 0% auto auto 1rem;
  }

  ._w-nav-link {
    border-bottom: 0 solid #000;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: 20%;
    margin-left: 0;
    margin-right: 0;
    font-size: 3.8rem;
    overflow: hidden;
  }

  ._w-nav-link.w--current {
    width: 100%;
    height: 25vh;
  }

  ._w-nav-link.mobile {
    display: flex;
  }

  ._w-nav-link.mobile.w--current {
    justify-content: flex-start;
    align-items: flex-start;
    height: 20%;
    display: flex;
  }

  ._w-nav-link.mobile.admin.w--current {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .card_img {
    height: 35vh;
  }

  .svg-7 {
    display: block;
  }

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

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

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

  .hero-2 {
    flex-flow: column;
  }

  .input_div {
    width: 50vw;
  }

  .input_div.small {
    width: 30vw;
  }

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

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

  .hero_right {
    width: 100vw;
  }

  .mobile_icon {
    color: var(--1);
  }

  .path_svg, .path_svg.logo_brand {
    color: #fff0;
  }

  .page_wrapper {
    min-width: 100%;
    max-width: 100vw;
    min-height: 700vh;
    overflow: visible;
  }

  .page_wrapper.work {
    z-index: 0;
    min-height: auto;
    overflow: hidden;
  }

  .image-33 {
    object-fit: cover;
    max-width: none;
    height: 100%;
  }

  .close_1 {
    width: 2.5rem;
    height: 2.5rem;
    left: 92%;
  }

  .button_holder {
    width: 100%;
  }

  .nav-menu.admin {
    width: auto;
  }

  .month_changer {
    width: 55%;
  }

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

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

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

  .nav_text {
    font-size: 3rem;
  }

  .splide__slide {
    width: 50%;
  }

  .splide_img {
    height: 60vh;
  }

  .chalet_1 {
    overflow: visible;
  }

  .image-40 {
    height: auto;
    position: static;
  }

  .background_img_pc {
    width: 100%;
    max-width: none;
    overflow: hidden;
  }

  .logo_holder {
    width: auto;
  }

  .nav_wrap {
    z-index: 20;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .page-loader {
    display: none;
  }

  .explore_video_div {
    background-color: var(--1);
  }

  .background-video-2 {
    background-color: var(--3);
  }

  .mobile_animation {
    z-index: 1000;
    cursor: pointer;
    display: block;
    position: relative;
  }

  .mobile_menu {
    justify-content: center;
    align-items: center;
    width: 10%;
    padding: 0;
    display: flex;
  }

  .nav_open {
    z-index: 10;
    background-color: var(--2);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    height: 55vh;
    max-height: none;
    margin-top: 9vh;
    display: block;
    position: fixed;
    inset: 0%;
  }

  .nav_open.admin {
    width: 25vw;
    height: auto;
    top: 15vh;
  }

  .link_holder {
    width: 100%;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }

  .nav_link_2, .nav_link_3, .nav_link_4, .nav_link_5 {
    color: var(--1);
    justify-content: space-between;
    align-items: center;
    height: 10vh;
    padding: 1rem;
    text-decoration: none;
    display: flex;
    overflow: hidden;
  }

  .nav_link_1 {
    color: var(--1);
    justify-content: space-between;
    align-items: center;
    height: 20%;
    padding: 1rem;
    text-decoration: none;
    display: flex;
    overflow: hidden;
  }

  .nav_link_1.w--current {
    height: 10vh;
  }

  .nav_link_1.admin {
    height: auto;
  }

  .chalet_5_btn {
    width: 100%;
    height: 3.5rem;
    overflow: hidden;
  }

  .chalet_6_btn, .chalet_7_btn, .chalet_8_btn {
    width: 100%;
    height: 3.5rem;
  }

  .chalet_5, .chalet_6, .chalet_7, .chalet_8 {
    z-index: 100;
    background-color: var(--1);
    width: 100%;
    position: relative;
  }

  .close_2, .close_3, .close_4, .close_5 {
    width: 3rem;
    height: 3rem;
  }

  .close_6 {
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 0%;
    right: 0%;
  }

  .close_7, .close_8 {
    width: 3rem;
    height: 3rem;
  }

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

  .house_img {
    height: 100%;
  }

  .nav_link_1-2, .nav_link_1-3 {
    color: #fff;
    justify-content: space-between;
    align-items: center;
    height: 20%;
    padding: 1rem;
    text-decoration: none;
    display: flex;
    overflow: hidden;
  }

  .nav_top_animation {
    display: none;
  }

  .splide__slide-2 {
    width: 60%;
  }

  .inputs {
    flex-flow: column;
    overflow: visible;
  }

  .room_img {
    object-fit: fill;
    object-position: 50% 50%;
    width: 100%;
    height: auto;
    display: block;
  }

  .chalet_img {
    object-fit: contain;
    object-position: 50% 50%;
  }

  .faq_btn {
    width: 60vw;
  }

  .activity_holder {
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .nav_menu_contain {
    background-color: var(--2);
  }

  .menu-button-3, .menu-button-3.w--open {
    background-color: #141e3000;
  }
}

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

  .h1_holder {
    width: 80%;
  }

  .services_holder {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .services_holder._2 {
    grid-template-columns: 1fr 1fr;
    height: auto;
    padding: 2rem 1rem;
  }

  .services {
    width: 100%;
  }

  .h2 {
    width: 100%;
    font-size: 1.8rem;
  }

  .h2.white {
    font-weight: 300;
  }

  .h2.small {
    width: 100%;
    font-size: 2rem;
  }

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

  .carousel.chalet {
    padding: 0;
  }

  .img_slide {
    width: auto;
  }

  .img_slide.chalet {
    margin-left: 0;
  }

  .c_image {
    width: 40vw;
  }

  .c_image.chalet {
    width: 42vw;
    height: 40vh;
  }

  .footer_section {
    width: 100%;
  }

  .p_large {
    color: var(--2);
    font-family: Nord, sans-serif;
  }

  .footer_sections {
    width: 100%;
  }

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

  .h3-2.white {
    font-size: 2.8rem;
  }

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

  .div-block {
    justify-content: center;
    align-items: flex-start;
  }

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

  .bottom {
    flex-flow: column;
  }

  .image-2 {
    object-fit: cover;
    height: 40vh;
    max-height: 50vh;
  }

  .services_2 {
    width: 100%;
    height: auto;
  }

  .image-3 {
    width: 70%;
    height: auto;
  }

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

  .hero_about {
    height: auto;
    margin-top: 7vh;
    padding-top: 0;
  }

  ._w-nav-button {
    z-index: 1;
  }

  .image-29 {
    max-width: none;
  }

  .navbar.home {
    z-index: 100;
  }

  .navbar.admin {
    width: 100vw;
    height: 9vh;
  }

  .arrow_svg {
    width: 15%;
  }

  .brand_3 {
    width: 2rem;
    max-height: 100%;
    padding-left: 0;
  }

  ._w-nav-link {
    font-size: 3rem;
  }

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

  .timeline {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    overflow: hidden;
  }

  .progress_bar_holder {
    width: 15%;
    height: 100%;
  }

  .bar {
    inset: 1rem;
  }

  .card-2 {
    width: 100%;
  }

  .card_container {
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .card_img {
    height: 80vh;
  }

  .timeline_image_holder {
    display: none;
  }

  .timeline_image_mobile {
    height: 30vh;
    display: block;
  }

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

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

  .footer_right-2 {
    width: 100%;
  }

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

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

  .svg-7 {
    inset: 0%;
  }

  .footer_holder-2 {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .hero-2 {
    width: 100vw;
  }

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

  .input_holder {
    flex-flow: column;
  }

  .max_img {
    object-fit: cover;
    width: 100%;
    max-height: none;
  }

  .page_wrapper {
    min-width: 100vw;
    max-width: 100vw;
    min-height: 653vh;
  }

  .page_wrapper.work {
    min-height: auto;
  }

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

  .image-33._2 {
    object-position: 50% 100%;
  }

  .button_title_2-2 {
    font-family: Nord, sans-serif;
    font-weight: 400;
  }

  .p1_title {
    padding: 1rem;
  }

  .close_1 {
    left: 1rem;
  }

  .work_img {
    width: 100%;
    height: 40vh;
  }

  .button_holder, .work_text {
    width: 100%;
  }

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

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

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

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

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

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

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

  .brand.admin {
    width: 20%;
  }

  .calender {
    padding-top: 1rem;
  }

  .holder {
    flex-flow: column;
  }

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

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

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

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

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

  .svg_holder {
    width: 20%;
  }

  .svg-2 {
    width: 7vw;
  }

  .icon-2 {
    color: #fff;
  }

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

  .nav_text {
    font-size: 2.6rem;
  }

  .splide_img {
    height: 60vh;
  }

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

  .background_img_pc {
    display: none;
  }

  .background_img_mobile {
    box-sizing: border-box;
    object-fit: cover;
    display: block;
    position: absolute;
    overflow: auto;
  }

  .section_2, .section_3, .section_4, .section_5 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    height: auto;
  }

  .section_6 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    height: auto;
    padding: 1rem;
  }

  .logo_holder {
    width: 3rem;
    height: 9vh;
    max-height: 9vh;
  }

  .logo_holder.admin {
    width: auto;
    padding-right: 1rem;
  }

  .card_1, .card_2, .card_3 {
    width: 100%;
  }

  .nav_wrap.admin {
    z-index: 10;
    flex-flow: row;
    position: relative;
  }

  .logo_brand {
    max-width: 100%;
  }

  .page-loader {
    display: none;
  }

  .mobile_animation {
    display: block;
  }

  .nav_open {
    height: 45vh;
    display: block;
  }

  .nav_open.admin {
    z-index: 3;
    width: 100%;
    height: 40vh;
    top: 9vh;
  }

  .nav_link_2, .nav_link_3, .nav_link_4, .nav_link_5, .nav_link_1.w--current {
    height: 9vh;
  }

  .nav_link_1.admin {
    height: 8vh;
  }

  .close_7, .close_8 {
    width: 3rem;
    height: 3rem;
  }

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

  .admin_menu {
    z-index: 3;
    background-color: var(--2);
  }

  .admin_nav {
    width: 100vw;
    height: 8vh;
  }

  .admin_brand {
    width: auto;
    height: 9vh;
  }

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

  .menu-button-2 {
    color: var(--1);
    max-height: 100%;
  }

  .menu-button-2.w--open {
    background-color: var(--2);
  }

  .admin_button {
    max-height: 100%;
  }

  .admin_button.w--open {
    background-color: var(--2);
    color: var(--1);
  }

  .icon-3 {
    color: var(--1);
    width: 40%;
    position: absolute;
  }

  .div-block-35 {
    width: 4rem;
    max-height: 100%;
    padding: 1.5rem;
    display: flex;
    position: relative;
  }

  .nav_open_top {
    background-color: var(--2);
    width: 100%;
    height: 40vh;
    display: block;
    position: fixed;
    top: 9vh;
  }

  .nav_top_animation {
    display: block;
  }

  .splide__slide-2 {
    width: 60%;
  }

  .faq_btn {
    width: 100%;
  }

  .faq_p_text {
    font-size: 1.5rem;
  }

  .activity_holder {
    grid-row-gap: 3rem;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .chalet_title {
    width: 100vw;
  }
}

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

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

  .h1.white {
    color: var(--1);
  }

  .h1.blue {
    color: var(--2);
    font-size: 2rem;
  }

  .h1.blue.chalet {
    font-size: 1.6rem;
  }

  .h1.centre {
    text-align: left;
    font-size: 2.2rem;
  }

  .services_holder._2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: var(--2);
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .h3._2 {
    text-align: center;
  }

  .h3.white {
    width: 10ch;
    font-family: Nord, sans-serif;
    font-weight: 400;
  }

  .p-regular, .p-regular._2, .p-regular.white {
    text-align: center;
  }

  .p-regular.padded {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .p-regular.centre {
    text-align: center;
  }

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

  .h2 {
    text-align: center;
    font-size: 1.8rem;
    line-height: .8;
  }

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

  .h2.small {
    font-size: 1.8rem;
  }

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

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

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

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

  .c_image.chalet {
    width: 60vw;
  }

  .p_large {
    color: var(--2);
    font-family: Nord, sans-serif;
    font-weight: 400;
  }

  .p_large.c1.white {
    font-family: Poppins, sans-serif;
    font-size: 1rem;
  }

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

  .image-2 {
    height: 25vh;
  }

  .services_2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-bottom: 1rem;
  }

  .image-3 {
    object-fit: contain;
    width: 50%;
    height: auto;
    position: static;
  }

  .image-4 {
    inset: 0%;
  }

  .hero_about {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-image: none;
    background-size: auto;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 9vh;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .nav_contain {
    width: auto;
  }

  .image-29 {
    width: 100%;
  }

  .navbar.admin {
    z-index: 10;
  }

  .arrow_svg {
    width: 20%;
  }

  .brand_3 {
    justify-content: center;
    align-items: center;
    width: 2rem;
    padding-left: 0;
  }

  ._w-nav-link {
    font-size: 2.5rem;
  }

  .content, .timeline {
    height: auto;
  }

  .progress_bar_holder {
    width: 25%;
  }

  .team_wrap {
    padding: 2rem 1rem 1rem;
  }

  .card-2 {
    width: 100%;
  }

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

  .card_img {
    height: 46vh;
  }

  .mobile_img {
    border-radius: 20px;
  }

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

  .footer_title-2 {
    justify-content: flex-start;
    align-items: center;
    width: 57%;
  }

  .p_regular-2 {
    font-size: .5rem;
  }

  .p_regular-2.green {
    font-size: .875rem;
  }

  .p_regular-2.white {
    font-family: Poppins, sans-serif;
    font-size: .8rem;
  }

  .splide {
    height: auto;
  }

  .input_div.small {
    width: 50vw;
  }

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

  .mobile_icon {
    color: var(--1);
  }

  .page_wrapper {
    min-width: 100vw;
    max-width: 100vw;
    min-height: 665vh;
    overflow: visible;
  }

  .page_wrapper.work {
    min-height: auto;
  }

  .button_title_2-2 {
    font-family: Nord, sans-serif;
    font-weight: 400;
  }

  .close_1 {
    z-index: 1000;
    background-color: var(--1);
    border-radius: 50%;
    justify-content: flex-end;
    align-items: flex-start;
    width: 2.5rem;
    height: 2.5rem;
    padding: .5rem;
    display: block;
    position: sticky;
    top: 1rem;
    left: 1rem;
    right: 1rem;
  }

  .button_holder {
    width: 100%;
  }

  .right {
    margin-top: 9vh;
  }

  .left {
    height: 9vh;
  }

  .brand {
    width: auto;
    height: 9vh;
    margin-left: 0;
  }

  .brand.admin {
    width: 30%;
  }

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

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

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

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

  .page_wrap_3.admin {
    z-index: -10;
    position: relative;
  }

  .svg_holder {
    width: 36%;
  }

  .div-block-33 {
    grid-template-columns: 1fr;
  }

  .faq_question {
    line-height: 125%;
  }

  .faq-item_wrapper {
    width: 100%;
  }

  .nav_text {
    font-size: 2.4rem;
  }

  .nav_text.admin {
    text-transform: capitalize;
  }

  .splide__track {
    height: 30vh;
  }

  .splide__slide {
    width: 75%;
  }

  .splide_img {
    height: 50vh;
  }

  .chalet_2_btn, .chalet_1_btn, .chalet_4_btn, .chalet_3_btn {
    overflow: hidden;
  }

  .image-40 {
    z-index: -1;
    width: 100%;
    max-width: none;
    height: auto;
    margin-left: 0;
    display: block;
    position: static;
    inset: 0%;
  }

  .section_2, .section_3, .section_4, .section_5, .section_6 {
    height: auto;
    padding-top: 1rem;
  }

  .nav_wrap.admin {
    z-index: 10;
    position: relative;
  }

  .page-loader {
    display: none;
  }

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

  .load_svg {
    width: 55vw;
  }

  .nav_open {
    height: 43dvh;
    display: block;
  }

  .nav_open.admin {
    z-index: 0;
    top: 9vh;
  }

  .nav_link_2, .nav_link_3, .nav_link_4, .nav_link_5, .nav_link_1.w--current {
    height: 8vh;
  }

  .close_2, .close_3, .close_4, .close_5, .close_6, .close_7, .close_8 {
    width: 2rem;
    height: 2rem;
  }

  .services_3, .services_4, .services_5 {
    padding-bottom: 1rem;
  }

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

  .faq-question-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: space-between;
    align-items: center;
  }

  .menu_logo {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .logo_white {
    width: 50%;
  }

  .circle {
    border-color: #f3fff9;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .x_left {
    border: 3px solid #000;
    width: 1.5rem;
    height: 1px;
    position: absolute;
    inset: 0%;
  }

  .x {
    width: 100%;
    max-width: 100%;
    max-height: 1px;
  }

  .menu-button.w--open, .admin_button {
    max-height: 100%;
  }

  .splide__slide-2 {
    width: 70%;
    height: 40vh;
  }

  .room_img {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .faq_p_text {
    text-align: center;
    font-size: 1.4rem;
  }

  .activity_holder {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding: 40px 1rem;
  }

  .nav_menu_contain {
    z-index: 10;
  }
}

#w-node-_2fd3a9cf-d605-b54f-c2ce-10fbe72d8a39-092d1f92, #w-node-_4cd803ed-edbf-b1ee-4e9e-7bf87ed62588-8808fc95, #w-node-d9bcc788-384e-8386-4d21-f63e52e9d1d8-0f642c2f, #w-node-ac7b6321-9d82-6a26-5211-452e7e9b90f9-0f642c2f, #w-node-_994abd00-f8c4-159a-7402-79f6c6f2860b-0f642c2f, #w-node-_490fa7d2-fd3a-dae2-d4ad-22e88835ad4c-0f642c2f, #w-node-_9a56d5af-db70-5622-d277-95a5630aa0ad-0f642c2f, #w-node-d451c6e9-f497-122f-6948-1192fbfb0f4f-0f642c2f, #w-node-_98f72f31-950b-9455-6516-b7ef38986e38-0f642c2f, #w-node-e427776e-3ba6-1a89-4e8e-bf9d35df7431-0f642c2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Nord';
  src: url('../fonts/Nord-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nord';
  src: url('../fonts/Nord-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nord medium';
  src: url('../fonts/Nord-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nord';
  src: url('../fonts/Nord-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}