@font-face {
  font-family: helvetica;
  src: url('../fonts/._TerminaTest-Light.otf') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Inconsolata;
  src: url('../fonts/Inconsolata-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inconsolata Expanded;
  src: url('../fonts/Inconsolata_Expanded-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inconsolata Extraexpanded;
  src: url('../fonts/Inconsolata_ExtraExpanded-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inconsolata;
  src: url('../fonts/Inconsolata-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@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: Terminatest;
  src: url('../fonts/TerminaTest-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

:root {
  --swatch--dark-grey: #30343b;
  --swatch--white: #f4f1ef;
  --swatch--light-pink: #e8d9cd;
  --swatch--light-grey: #d1d3d4;
  --swatch--pink: #d55198;
  --green: #278e70;
  --color: white;
  --swatch--charcoal: #1e1e1e;
  --swatch--black: black;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.page_wrap {
  background-color: #0000;
  width: 100vw;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}

.page_wrap.booking {
  padding-top: 9vh;
}

.page_wrap.dark-grey {
  background-color: var(--swatch--dark-grey);
  padding-top: 0;
}

.page_wrap.cream, .page_wrap.white {
  background-color: var(--swatch--white);
}

.hero {
  background-color: var(--swatch--dark-grey);
  margin-top: 0;
}

.navbar {
  z-index: 100;
  border-bottom: 0px solid var(--swatch--dark-grey);
  background-color: var(--swatch--light-grey);
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  height: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar._2 {
  background-color: #fff0;
  border-radius: 0;
}

.navbar.white {
  background-color: var(--swatch--white);
}

.navbar.cream {
  background-color: var(--swatch--light-pink);
}

.nav_contain {
  background-color: #fff0;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  padding: .5rem 1rem;
  display: flex;
  position: static;
}

.nav_link {
  color: var(--swatch--pink);
  text-transform: uppercase;
  padding-left: 0;
  font-family: Terminatest, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.nav_link.w--current {
  color: var(--green);
  font-family: Terminatest, Arial, sans-serif;
  text-decoration: none;
}

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

.nav_link.hidden {
  display: none;
}

.brand {
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
  position: static;
  left: 50%;
}

.brand.w--current {
  width: auto;
}

.div-block {
  border: 0px solid var(--swatch--dark-grey);
  background-color: var(--swatch--pink);
  color: var(--swatch--dark-grey);
  border-radius: 8rem;
  justify-content: flex-start;
  align-items: center;
  width: 15rem;
  height: auto;
  padding: .5rem;
  display: flex;
  position: relative;
}

.div-block.android {
  border: 0px solid var(--swatch--pink);
  background-color: var(--swatch--pink);
  color: var(--swatch--pink);
  width: 15rem;
  height: auto;
  padding: .5rem;
  font-family: helvetica, Arial, sans-serif;
  font-weight: 700;
}

.div-block-2 {
  background-color: var(--color);
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.div-block-2.android {
  background-color: var(--color);
}

.link-block {
  color: var(--swatch--light-pink);
  justify-content: flex-end;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.div-block-3 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 70%;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.paragraph {
  text-transform: uppercase;
}

.footer {
  background-color: var(--swatch--pink);
  background-image: none;
  background-position: 0 0;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.footer.packages {
  background-image: linear-gradient(#000c 31%, #0000008f 78%), url('../images/C.Media-89-1.svg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 50vh;
  margin-top: 2rem;
}

.footer.packages.policies {
  background-image: linear-gradient(#000c 31%, #0000008f 78%), url('../images/C.Media-42-1.png');
  margin-top: 0;
}

.footer.home {
  background-image: linear-gradient(#000c 31%, #00000080 83%), url('../images/C.Media-12-9.svg');
  margin-top: 0;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 32vh;
  padding: 2rem;
  display: flex;
}

.div-block-5 {
  width: 50%;
}

.div-block-6 {
  border-style: solid;
  border-width: 0;
  border-color: var(--swatch--white) var(--swatch--light-pink) var(--swatch--light-pink);
  background-color: #f095be00;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-2 {
  color: var(--swatch--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-family: Terminatest, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.paragraph-3 {
  border-top: 0px solid var(--swatch--light-pink);
  color: var(--swatch--white);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Terminatest, Arial, sans-serif;
  font-size: .75rem;
  line-height: 1;
  display: flex;
}

.div-block-7 {
  text-transform: capitalize;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 2rem;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  display: flex;
}

.image {
  width: 15rem;
  height: 12rem;
  font-family: Belgro Display Font;
}

.image_gallery {
  z-index: 4;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #778f7c00;
  flex-flow: column;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-top: 0;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
  top: 0;
}

.h1 {
  color: var(--swatch--charcoal);
  text-align: center;
  text-transform: uppercase;
  width: 15ch;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Terminatest, Arial, sans-serif;
  font-size: 5.8rem;
  font-weight: 400;
  line-height: 1;
  position: static;
  top: 105px;
}

.h1.booking {
  color: var(--swatch--pink);
  width: auto;
  padding-top: 0;
  font-family: Terminatest, Arial, sans-serif;
}

.h1.white {
  color: var(--swatch--white);
  width: auto;
  font-family: Terminatest, Arial, sans-serif;
  font-weight: 300;
}

.h1.bold {
  font-weight: 700;
}

.sticky_text {
  z-index: -12;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
  top: 0%;
}

.paragraph-4 {
  color: var(--swatch--white);
  text-transform: uppercase;
  justify-content: center;
  font-family: Avenirltstd Book;
  display: flex;
}

.intro {
  z-index: 4;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  height: auto;
  margin-top: 0;
  padding: 4rem 0;
  display: flex;
  position: relative;
}

.intro.hidden {
  display: none;
}

.client_review {
  z-index: 0;
  background-color: #f095be00;
  width: 100vw;
  height: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.h3 {
  color: var(--swatch--charcoal);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Terminatest, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
}

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

.page_wrap-au {
  background-color: var(--swatch--light-pink);
  width: 100vw;
  overflow: hidden;
}

.hero_au {
  background-image: linear-gradient(#00000080, #00000080), url('../images/C.Media-12.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 100vw;
  height: 60vh;
}

.hero_au.p {
  background-color: #fff0;
  background-image: none;
  height: auto;
  padding-bottom: 22px;
}

.hero_au.large {
  height: 80vh;
}

.hero_holder {
  background-color: var(--swatch--pink);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 4rem;
  display: flex;
}

.hero_holder.p {
  background-color: var(--swatch--pink);
  justify-content: center;
  padding-top: 8.5rem;
  padding-bottom: 0;
}

.hero_holder.no_bg {
  background-color: #d5519800;
  height: 100%;
}

.heading-3 {
  color: var(--swatch--white);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 14ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Wiloka 7 Bd 6 A";
  font-size: 8vw;
  line-height: 1;
  display: flex;
}

.heading-3.p {
  color: var(--swatch--light-pink);
  margin-top: 0;
  margin-bottom: 0;
}

.heading-3.center {
  text-align: center;
  width: 16ch;
}

.image-2 {
  width: 7vw;
  max-width: none;
  height: 12vh;
}

.image-2._2 {
  width: auto;
  height: 6vh;
}

.nav-menu {
  width: auto;
}

.animation {
  z-index: 8;
  background-color: var(--swatch--dark-grey);
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 160dvh;
  padding-top: 10rem;
  display: none;
  position: relative;
}

.logo_holder_animate {
  z-index: -1;
  background-color: var(--swatch--pink);
  border-radius: 51vw;
  justify-content: center;
  align-items: center;
  width: 30em;
  height: 30em;
  margin-top: 0;
  display: flex;
  position: static;
  top: 0;
}

.image-3 {
  width: 22em;
  max-width: none;
  position: sticky;
  top: 18rem;
  bottom: auto;
}

.div-block-11 {
  width: 100vw;
  height: 40vh;
}

.image-4 {
  width: 36vw;
}

.founder_contain {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  background-color: var(--swatch--light-pink);
  flex-flow: column;
  width: 100vw;
  height: auto;
  padding: 2rem 4rem;
  display: flex;
}

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

.heading-4 {
  color: var(--swatch--pink);
  text-align: center;
  text-transform: capitalize;
  width: 100vw;
  font-family: Belgro;
  font-size: 6vw;
  line-height: 1;
}

.founder_img {
  border-radius: 2rem;
  width: 40vw;
  height: auto;
}

.page_wrap_p {
  background-color: var(--swatch--white);
}

.page_wrap_p.cp {
  background-color: var(--swatch--light-pink);
  padding-top: 9vh;
}

.page_wrap_p.cream {
  background-color: var(--swatch--light-pink);
}

.hero_p {
  width: 100vw;
  height: 100vh;
  padding-top: 8rem;
  display: flex;
}

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

.package_card {
  border: 3px solid var(--swatch--dark-grey);
  border-radius: 30px;
  width: 30vw;
  height: 60vh;
}

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

.contact_text_contain.is_black {
  color: #000;
}

.div-block-12 {
  opacity: .71;
  filter: blur(200px);
  background-color: #fff;
  min-width: 60%;
  min-height: 80%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.gd_circle {
  filter: blur(161px);
  background-color: #fff;
  border-radius: 107px;
  height: 20%;
  position: absolute;
  inset: auto 20% 0% 10%;
}

.heading-16 {
  color: #fff;
  text-transform: uppercase;
  width: 84%;
  max-width: 22ch;
  font-size: 3.5vw;
  line-height: 1;
  position: static;
}

.flex-offset {
  margin-left: auto;
  margin-right: -100vw;
  padding-right: 2rem;
  display: flex;
  position: static;
  left: -2088px;
}

.contact_link_block {
  z-index: 20;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #f39200;
  border-radius: 20px;
  width: 40%;
  height: 100%;
  margin-top: auto;
  font-size: 1.5vw;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.horizontal-item {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000004d;
  border: 2px solid #ffffff80;
  border-radius: 7%;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  max-width: 40vw;
  min-height: 80svh;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.horizontal-item:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #f900;
}

.horizontal-item.gd {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.web_spline {
  width: 90%;
  margin-top: -1.5rem;
  position: absolute;
  top: 32%;
}

.card_button_holder {
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 10%;
  display: flex;
  position: absolute;
  bottom: 10%;
}

.branding_title {
  width: 100%;
  padding-left: 1rem;
  position: absolute;
  top: 10%;
}

.mover {
  margin-left: 0;
  display: flex;
}

.web_header {
  width: 100%;
}

.spline-scene-4 {
  max-width: none;
}

.smm_title {
  width: 100%;
  padding-left: 1rem;
  position: absolute;
}

.card_graphic_design {
  width: 100%;
  margin-bottom: 2rem;
  padding-left: 1rem;
  display: flex;
  position: absolute;
  top: 10%;
}

.smm_circle {
  opacity: .5;
  filter: blur(180px);
  background-color: #fff;
  border-radius: 100px;
  width: 79%;
  height: 51%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.web_circle {
  opacity: 1;
  filter: blur(80px);
  background-color: #fff;
  border-radius: 150px;
  width: 40%;
  height: 40%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.web_circle._2 {
  opacity: .62;
  filter: blur(120px);
  border-radius: 100%;
  height: 34%;
  inset: 0% auto auto 0%;
}

.web_circle._22 {
  opacity: .64;
  background-color: #dfdfdf33;
}

.spline-scene-6 {
  min-width: 100%;
  min-height: 100%;
}

.stickyy {
  width: 100%;
  height: 100dvh;
  margin-bottom: -100vh;
  display: flex;
  position: sticky;
  top: 10%;
  overflow: hidden;
}

.gd_spline {
  border: 1px solid #ffffff1a;
  width: 88%;
  position: absolute;
  top: 32%;
}

.horizontal-scroll-wrap {
  margin-bottom: 100vh;
  display: none;
  position: relative;
  left: auto;
}

.heading-17 {
  color: #fff;
  text-transform: uppercase;
  width: 77%;
  padding-left: 1rem;
  font-size: 3.5vw;
  line-height: 1;
}

.spline_brand {
  min-width: 91%;
  min-height: 40%;
  max-height: 40%;
  position: absolute;
  top: 32%;
}

.heading-15 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 3.5vw;
  line-height: 1;
  position: absolute;
}

.section {
  height: 100dvh;
  display: flex;
}

.section.is-horizontal-scroll-section {
  border: 0 solid red;
  width: 50%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
}

.section.is-horizontal-scroll-section.full {
  width: 100%;
}

.branding_spline {
  width: 80%;
}

.smm_spline {
  width: 91%;
  max-width: none;
  margin-top: 2rem;
  position: absolute;
  top: 28%;
}

.height {
  height: 200dvh;
  position: relative;
}

.card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid #1e1e1e4d;
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1rem;
  display: flex;
}

.card_title {
  color: var(--swatch--charcoal);
  text-align: left;
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Terminatest, Arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.paragraph-5 {
  color: var(--swatch--black);
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  font-family: helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.card_price {
  color: var(--swatch--dark-grey);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inconsolata, Arial, sans-serif;
  font-size: 3vw;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-bottom: 1rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: grid;
}

.div-block-14 {
  background-color: var(--swatch--dark-grey);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-around;
  width: 33vw;
  height: 35vh;
  padding: 1rem;
  display: flex;
}

.div-block-14.diff {
  justify-content: center;
  width: 30vw;
  height: 35vh;
}

.div-block-15 {
  background-color: var(--swatch--dark-grey);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  width: 30vw;
  height: 35vh;
  padding: 1rem;
  display: flex;
}

.client_card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color);
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 50vh;
  padding: 2.5rem 2.5rem 2rem;
  display: flex;
  position: relative;
}

.client_card.diff {
  justify-content: center;
  width: 33.3333%;
  height: 35vh;
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template: ". ."
                 ". Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100vw;
  margin-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: grid;
  position: relative;
}

.image-5 {
  position: absolute;
}

.img_gallery {
  border-radius: 2rem;
  width: 40vw;
}

.transition {
  z-index: 100;
  background-color: #ec0d8e00;
  width: 100vw;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-6 {
  width: 40vw;
  max-width: none;
}

.div-block-18 {
  background-color: var(--swatch--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.transition-trigger {
  display: none;
}

.div-block-19 {
  background-color: var(--swatch--pink);
  border-radius: 8rem;
  width: 25%;
  height: 100%;
}

.paragraph-6 {
  color: var(--swatch--white);
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 1rem;
  font-size: 1rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-20 {
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

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

.link, .link-2 {
  color: var(--swatch--white);
  font-family: Terminatest, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
}

.div-block-21 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.div-block-22 {
  width: 50vw;
}

.heading-18 {
  color: var(--swatch--dark-grey);
  text-align: center;
  font-family: Belgro;
  font-size: 2.4rem;
  line-height: 1;
}

.flex-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  padding: 0;
}

.paragraph-7, .paragraph-8, .paragraph-9 {
  width: 33vw;
  font-family: Avenirltstd Book;
  font-size: 1.1rem;
  line-height: 1.1;
}

.header {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.p_holder {
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
  padding-left: 0;
  padding-right: 0;
}

.price {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-bottom: .5rem;
}

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

.heading-19 {
  color: var(--swatch--light-pink);
  text-align: right;
  font-family: Belgro;
}

.h2 {
  color: var(--swatch--charcoal);
  text-align: left;
  text-transform: uppercase;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Terminatest, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
}

.h2.centre {
  text-align: center;
  font-family: Terminatest, Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 300;
}

.h2.underlined {
  border-bottom: 1px solid #1e1e1e4d;
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.p-regular {
  color: var(--swatch--charcoal);
  width: 100%;
  margin-bottom: 0;
  font-family: helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
}

.p-regular.charcoal {
  color: var(--swatch--dark-grey);
}

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

.p-regular.max {
  text-align: center;
  width: 50%;
  margin-bottom: 1rem;
}

.p-regular.button {
  text-transform: uppercase;
  font-family: Terminatest, Arial, sans-serif;
  font-weight: 300;
}

.p-small {
  color: var(--swatch--charcoal);
  max-width: 100%;
  font-family: helvetica, Arial, sans-serif;
  font-size: 1rem;
}

.p-small.centre {
  color: var(--swatch--dark-grey);
  text-align: center;
  margin-bottom: 0;
  font-family: helvetica, Arial, sans-serif;
}

.image-8 {
  z-index: -10;
  width: 100%;
  height: auto;
  max-height: 101%;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.flex-block-2 {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 8rem;
  position: relative;
}

.img_1 {
  border-radius: 2rem;
  width: 60vw;
  height: auto;
}

.img_holder_1 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 4rem;
  display: flex;
}

.img_holder_2 {
  z-index: -11;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-right: 4rem;
  display: flex;
  position: relative;
}

.img_holder_3 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 4rem;
  display: flex;
}

.img_holder_4 {
  z-index: -11;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
}

.img_2 {
  border-radius: 2rem;
  width: 60vw;
}

.img_3 {
  border-radius: 2rem;
  width: 60vw;
  padding-left: 0;
}

.img_4 {
  border-radius: 2rem;
  width: 60vw;
}

.img_holder_5 {
  z-index: -11;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 4rem;
  display: flex;
  position: relative;
}

.img_5 {
  border-radius: 2rem;
  width: 60vw;
}

.image-10 {
  width: 17%;
  max-width: 60%;
  padding-left: .4rem;
  position: absolute;
}

.image-10.android {
  width: 17%;
  max-width: none;
  padding-left: .4rem;
  position: absolute;
}

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

.flex-block-3 {
  height: auto;
}

.review_holder {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.image-11 {
  width: 10vw;
}

.image-12, .image-13 {
  display: none;
}

.paragraph-12 {
  color: var(--swatch--white);
  font-family: Avenirltstd Book;
  font-size: .7rem;
  line-height: 1;
}

.paragraph-13 {
  margin-left: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Avenirltstd Book;
  font-size: 1.1rem;
  line-height: 1.2;
}

.link-block-2 {
  padding-bottom: 0;
}

.flex-block-4 {
  flex-flow: row;
  justify-content: space-between;
  width: 33%;
}

.flex-block-4.none {
  display: none;
}

.svg {
  height: 101%;
  position: absolute;
}

.div-block-23 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 1rem;
  display: flex;
}

.paragraph-14 {
  color: var(--swatch--white);
  font-family: Avenirltstd Book;
}

.link-block-4 {
  color: var(--swatch--white);
  margin-bottom: 1rem;
  text-decoration: none;
}

.image-14 {
  max-width: 8%;
}

.code-embed {
  width: 100vw;
  margin-bottom: 0;
  display: block;
}

.div-block-24 {
  border-top: 0 solid #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-15 {
  color: #fff;
  text-transform: uppercase;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Avenirltstd Book;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1;
}

.image-15 {
  width: 35%;
  margin-left: 9px;
}

.link-block-5 {
  width: 100%;
  text-decoration: none;
}

.div-block-25 {
  flex-flow: column;
  display: flex;
}

.div-block-26 {
  border: 1px solid var(--swatch--white);
  width: 100%;
  height: 2px;
}

.bold-text {
  margin-left: .25rem;
  margin-right: .25rem;
}

.div-block-27 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  margin-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.body-2 {
  background-color: var(--swatch--dark-grey);
}

.section_holder {
  background-color: var(--swatch--white);
  padding: 2rem;
}

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

.package_holder {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  padding: 1rem 0;
  display: flex;
}

.package_holder.left {
  justify-content: flex-start;
  align-items: stretch;
}

.package_holder.hidden {
  display: none;
}

.button_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  display: flex;
}

.button_container.vert {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.button_container.hidden {
  display: none;
}

.brand-2 {
  width: 5rem;
}

.brand-2.w--current {
  background-color: var(--swatch--white);
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 9vh;
  padding: .5rem;
  display: flex;
}

.brand-2.w--current:hover {
  background-color: var(--swatch--white);
}

.shipping-progress-wrapper {
  background-color: #eee;
  border-radius: 5000rem;
  flex-direction: row;
  height: .5rem;
  display: flex;
  overflow: hidden;
}

.product-hero_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_subscribe-header {
  color: #f3fff9;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 125%;
}

.splide__slide {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.button-primary {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid var(--swatch--dark-grey);
  background-color: var(--swatch--dark-grey);
  color: var(--swatch--white);
  border-radius: .5rem;
  flex: 0 auto;
  align-items: center;
  padding: 1rem 1.5rem;
  font-family: Avenirltstd Book;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: all .35s ease-in-out;
  display: flex;
}

.button-primary:hover {
  background-color: var(--swatch--white);
  color: var(--swatch--dark-grey);
}

.button-primary:active {
  border-color: var(--swatch--pink);
  background-color: var(--swatch--pink);
  color: #f3fff9;
}

.button-primary.width-100 {
  width: 100%;
}

.button-primary.width-100.justify-center {
  justify-content: center;
}

.button-primary.book {
  border-color: var(--swatch--pink);
  background-color: var(--swatch--pink);
  text-transform: capitalize;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 20rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Terminatest, Arial, sans-serif;
  font-weight: 400;
}

.button-primary.book:hover {
  color: var(--swatch--pink);
  background-color: #fff0;
}

.button-primary.full {
  border-radius: 20px;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: helvetica, Arial, sans-serif;
  font-weight: 400;
}

.footer_contact-paragraph {
  color: #f3fff9;
  text-align: right;
  width: 60%;
  font-size: 1rem;
}

.cart_product {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  background-color: #0000;
  border: .03125rem #0044234d;
  border-bottom-style: solid;
  flex-direction: row;
  align-items: center;
  padding: 1.5rem 1rem;
  font-size: 1rem;
  text-decoration: none;
  transition: all .35s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.cart_product:hover {
  background-color: #f3fff9;
}

.editors-picks_wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.other-products_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.spacing-40px {
  height: 2.5rem;
}

.product-hero_image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.testimonial_marquee-cover {
  z-index: 10;
  background-image: linear-gradient(#0000 80%, #f3fff9), linear-gradient(#f3fff9, #0000 20%);
  position: absolute;
  inset: 0%;
}

.shipping-progress-bar {
  background-color: #004423;
  width: 0%;
  height: 100%;
}

.cart-close-trigger {
  color: #f3fff9;
  background-color: #004423;
  border-radius: 5000rem;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  padding: .3rem;
  display: flex;
}

.footer_link-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-details_tab-link-wrapper {
  flex-direction: column;
  display: flex;
}

.page-loader_content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer_subscribe-button {
  background-color: #f3fff9;
  background-image: url('../images/Send.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.25rem 1.25rem;
  background-attachment: scroll;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 3rem;
  height: auto;
  padding: 0 1rem;
  transition: all .35s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.footer_subscribe-button:hover {
  background-color: #87c4a0;
}

.footer_subscribe-button:active {
  background-color: #004423;
}

.product-hero_splide-image {
  object-fit: cover;
  width: 100%;
  height: 40rem;
}

.footer_subscribe-success {
  background-color: #f3fff9;
  border-radius: .5rem;
  padding: 1.25rem;
}

.spacing-8px {
  flex: none;
  height: .5rem;
}

.empty-cart_wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 6.25rem;
  display: flex;
  overflow: auto;
}

.background-trigger-close {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.testimonials_image-wrapper {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 15vw;
  display: flex;
  overflow: hidden;
  box-shadow: 0 7px 15px 3px #afb1b34d;
}

.spacing-24px {
  height: 1.5rem;
}

.product-hero_content-sticky-wrapper {
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar-logo-wrapper {
  align-items: center;
  height: 100%;
  margin-top: .5rem;
  font-size: 1.5rem;
  display: flex;
  position: relative;
}

.splide {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.testimonials_slider-arrow-icon {
  width: 1.875rem;
  height: 1.875rem;
}

.spacing-16px {
  flex: none;
  height: 1rem;
}

.testimonials_slider-control {
  grid-column-gap: 1.5rem;
  align-items: center;
  display: flex;
}

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

.cart_product-decreament {
  cursor: default;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.875rem;
  font-size: 1.2rem;
  line-height: 0%;
  display: flex;
}

.padding-200px {
  padding-left: 12.5rem;
  padding-right: 12.5rem;
}

.swiper-wrapper {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.navbar-menu-link-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.footer_subscribe-form-wrapper {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.page-wrapper.shop, .page-wrapper.pp {
  padding-top: 9vh;
}

.track-vertical {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.spacing-44px {
  flex: none;
  height: 2.75rem;
}

.label-large {
  color: #212529;
  text-transform: uppercase;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}

.selected-products_item-link {
  z-index: 4;
  color: var(--swatch--pink);
  position: absolute;
  inset: 0%;
}

.footer_contact-header {
  color: #f3fff9;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 125%;
}

.cart_product-increament {
  cursor: default;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.875rem;
  font-size: 1.2rem;
  line-height: 0%;
  display: flex;
}

.product-details_accordion-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: none;
}

.rich-text {
  min-width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.footer_contact-wrapper {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.swiper-container {
  display: block;
  overflow: hidden;
}

.footer_trigger {
  position: absolute;
  inset: 0%;
  transform: translate(0, -100vh);
}

.selected-products_item-details {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--swatch--dark-grey);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  font-family: Belgro;
  display: flex;
}

.product-hero_add-to-cart-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.heading-style-h6 {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 125%;
}

.product-hero_content-wrapper {
  height: 100%;
  position: relative;
}

.testimonials_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 40% 60%;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.cart_products-wrapper {
  grid-column-gap: 1rem;
  flex-direction: column;
  width: 100%;
  padding-bottom: 6.25rem;
  display: flex;
  overflow: visible;
}

.page-loader_loader {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #f3fff9;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.cart_product-details {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #004423;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.editors-picks_product-header {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 125%;
}

.label {
  color: var(--swatch--dark-grey);
  text-transform: uppercase;
  padding: 0;
  font-family: Avenirltstd;
  font-size: .875rem;
  font-weight: 500;
  line-height: 150%;
}

.label.text-color-white {
  color: #fff;
}

.label.text-color-indigo {
  color: #531d94;
}

.label.text-color-cadet-blue {
  color: #1399ab;
}

.label.text-color-burnt-sienna {
  color: var(--swatch--dark-grey);
}

.testimonials {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2.5rem;
  display: flex;
}

.footer-link {
  color: #f3fff9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  transition: all .35s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.footer-link:hover {
  color: #87c4a0;
}

.footer-2 {
  z-index: 2;
  position: relative;
}

.testimonials_slider-arrow-wrapper {
  color: #f3fff9;
  background-color: #004423;
  border-radius: 5000rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
}

.free-shipping-checker {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.footer_subscribe-input {
  color: #f3fff9;
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 0 .75rem;
}

.footer_subscribe-input::placeholder {
  font-weight: 400;
}

.heading-style-h4 {
  color: var(--swatch--dark-grey);
  font-size: 2.14875rem;
  font-weight: 500;
  line-height: 125%;
}

.heading-style-h4.text-colour-burnt-sienna {
  color: var(--swatch--dark-grey);
}

.heading-style-h4.text-colour-indigo {
  color: #531d94;
}

.heading-style-h4.text-colour-cadet-blue {
  color: #1399ab;
}

.editors-picks_product {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #004423;
  border: .03125rem solid #0044234d;
  border-radius: .5rem;
  flex-direction: row;
  align-items: flex-start;
  padding: 1rem;
  text-decoration: none;
  transition: all .35s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.editors-picks_product:hover {
  background-color: #f3fff9;
}

.cart {
  z-index: 999;
  background-color: #0d1c1580;
  justify-content: flex-end;
  width: 100%;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0%;
}

.product-details_accordion-dropdown {
  background-color: #0000;
  padding: 1.25rem;
  display: block;
  position: static;
}

.footer_subscribe {
  border: .03125rem solid #f3fff9;
  border-radius: .5rem;
  flex-direction: row;
  flex: 0 auto;
  align-items: stretch;
  min-width: 25rem;
  min-height: 3.5rem;
  display: flex;
  overflow: hidden;
}

.splide__list {
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.cart-header-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.swiper-slide {
  flex: none;
  width: 100vw;
  height: auto;
}

.spacing-80px {
  flex: none;
  height: 5rem;
}

.page-body {
  z-index: 3;
  background-color: #f3fff9;
  position: relative;
}

.cart_product-name {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 125%;
}

.heading-style-h3 {
  color: var(--swatch--dark-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Belgro;
  font-size: 2.68563rem;
  font-weight: 700;
  line-height: 125%;
}

.heading-style-h3.text-colour-burnt-sienna {
  color: var(--swatch--dark-grey);
}

.heading-style-h3.text-colour-indigo {
  color: #531d94;
}

.heading-style-h3.text-colour-cadet-blue {
  color: #1399ab;
}

.cart_product-quantity-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.spacing-12px {
  height: .75rem;
}

.cart_product-quantity-input {
  background-color: #0000;
  border: 1px #000;
  max-width: 2.5rem;
  height: 100%;
  margin-bottom: 0;
  padding: .5rem .75rem;
}

.product-details_accordion-toggle {
  color: #004423;
  align-items: center;
  height: 80px;
  padding: 1.25rem 2.5rem 1.25rem 1.25rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 125%;
  display: flex;
}

.cart-close-icon-embed {
  width: 100%;
  height: 100%;
}

.product-details_accordion-item {
  border: .03125rem solid #0044234d;
  border-radius: .5rem;
  width: 100%;
  overflow: hidden;
}

.navbar-wrapper {
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 7.5rem;
  display: flex;
}

.spacing-30px {
  height: 1.875rem;
}

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

.page-loader_logo {
  color: #f3fff9;
  font-size: 3rem;
  font-weight: 400;
}

.loader_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.selected-products_item-image {
  z-index: 1;
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 21.875rem;
  max-height: none;
  position: relative;
}

.product-hero_image-wrapper {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.spacing-32px {
  height: 2rem;
}

.product-details_wrapper {
  flex-direction: column;
  display: flex;
}

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

.editors-picks_product-image {
  object-fit: cover;
  border-radius: .5rem;
  flex: none;
  width: 3.75rem;
  height: 3.75rem;
}

.navbar-logo-mask {
  align-items: center;
  height: auto;
  display: flex;
  overflow: hidden;
}

.spacing-48px {
  flex: none;
  height: 3rem;
}

.loader_wrapper {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 2rem;
  display: flex;
}

.footer_logo {
  color: #f3fff9;
  width: 100%;
}

.shipping-text-wrapper {
  flex-direction: column;
  display: flex;
}

.cart-wrapper {
  z-index: 2;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  max-width: 29.375rem;
  height: 100dvh;
  padding: 2.25rem;
  display: flex;
  position: relative;
}

.footer_wrapper {
  background-color: #0d1c15;
  flex-direction: column;
  padding: 3.75rem 3.5rem;
  display: flex;
}

.cart_product-loader {
  display: none;
}

.shipping-text {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shipping-text.hide {
  display: none;
}

.free-shipping-text {
  text-align: center;
  font-size: .9rem;
  font-weight: 500;
}

.editors-picks_icon-embed {
  width: 100%;
  height: 100%;
  padding: .25rem;
}

.cart_product-quantity {
  border: .03125rem solid #0044234d;
  border-radius: .5rem;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.editors-picks_add-product-icon {
  color: #f3fff9;
  background-color: #004423;
  border-radius: 5000rem;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
}

.cart_form {
  width: 100%;
  height: 38rem;
  margin-bottom: 0;
  overflow: scroll;
}

.product-hero_product-detail-breakdown {
  border-top: .03125rem solid #0044234d;
  border-bottom: .03125rem #0044234d;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.product-hero_slider-wrapper {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: none;
}

.testimonial_carousel-vertical-wrapper {
  width: 100%;
}

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

.cart-button-counter {
  color: #f3fff9;
  background-color: #004423;
  border-radius: 5000rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  font-size: .75rem;
  line-height: 100%;
  display: flex;
}

.swiper-pagination {
  width: 100%;
}

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

.track-vertical-alt {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.cart_remove-product {
  color: #d40033;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}

.editors-picks_products-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.testimonial_flex-horizontal {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.product-hero_splide-image-wrapper {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.spacing-42px {
  height: 2.625rem;
}

.product-details_tab {
  color: #00442399;
  background-color: #0000;
  padding: 1.2rem 0;
  font-size: 2.14875rem;
  line-height: 125%;
}

.product-details_tab.w--current {
  color: #004423;
  background-color: #0000;
}

.cart-button-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #0d1c15;
  text-transform: uppercase;
  align-items: center;
  font-size: 1rem;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.footer_top-content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.cart_subtotal-wrapper {
  background-color: #fff;
  border-top: .03125rem solid #0044234d;
  flex-direction: column;
  width: 100%;
  padding: 1.5rem 2.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.footer_text {
  color: #f3fff9;
  text-align: center;
  font-size: .875rem;
  font-weight: 400;
}

.navbar-link {
  color: #0d1c15;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  transition: all 1ms linear;
  display: flex;
}

.navbar-link:hover {
  border-bottom: .1rem solid #004423;
}

.navbar-link.w--current {
  color: #004423;
  border-bottom: .1rem solid #004423;
  font-weight: 500;
}

.other-products_item {
  position: relative;
}

.cart_subtotal-shipping-wrapper {
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  display: flex;
}

.flex-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-vertical.marquee-fix {
  margin-top: 1.875rem;
}

.editors-picks_product-details {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #004423;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.editors-picks_add-product {
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 100%;
  display: flex;
}

.navbar-logo {
  color: #004423;
  width: 100%;
  max-width: none;
  height: 100%;
  font-weight: 400;
  line-height: 100%;
}

.footer_subscribe-error {
  color: #d40033;
  background-color: #ffdede;
  border-radius: .5rem;
  margin-top: 1.25rem;
  padding: 1.25rem;
}

.navbar-2 {
  z-index: 900;
  background-color: #f3fff9;
  border-bottom: .5px solid #0044234d;
  width: 100%;
  transition: background-color .35s cubic-bezier(.23, 1, .32, 1);
  position: fixed;
  inset: 0% 0% auto;
}

.testimonial_marquee {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 37.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cart_product-image {
  object-fit: cover;
  border-radius: .5rem;
  flex: none;
  width: 3.75rem;
  height: 3.75rem;
}

.selected-products_item-image-wrapper {
  cursor: auto;
  position: relative;
}

.footer-3 {
  z-index: 2;
  position: relative;
}

.products {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.shop-all-hero_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--swatch--dark-grey);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 41.25rem;
  display: grid;
}

.products_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.shop-all-hero_content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 7.5rem;
  padding-right: 2rem;
  display: flex;
}

.heading-style-h2 {
  font-size: 3.35688rem;
  font-weight: 500;
  line-height: 125%;
}

.heading-style-h2.text-color-white {
  color: #fff;
}

.products_wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.products_pagination-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1.5rem;
  display: flex;
}

.shop-all-hero_video {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.shop-all-hero_image-wrapper {
  object-fit: cover;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.products_loading-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.button-secondary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid var(--swatch--dark-grey);
  color: var(--swatch--dark-grey);
  background-color: #0000;
  border-radius: .5rem;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: all .35s ease-in-out;
  display: flex;
}

.button-secondary:hover {
  background-color: var(--swatch--dark-grey);
  color: #fff;
}

.button-secondary:active {
  border-color: var(--swatch--pink);
  background-color: var(--swatch--pink);
}

.editor-choices_button-primary-2 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  background-color: #1399ab;
  border-radius: .5rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: all .35s ease-in-out;
  display: flex;
}

.editor-choices_button-primary-2:hover {
  color: #fff9f3;
  background-color: #40aebd;
}

.editor-choices_button-primary-2:active {
  color: #f3fff9;
  background-color: #015661;
}

.editor-choices_button-secondary-1 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid var(--swatch--dark-grey);
  color: var(--swatch--dark-grey);
  background-color: #0000;
  border-radius: .5rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: all .35s ease-in-out;
  display: flex;
}

.editor-choices_button-secondary-1:hover {
  border-color: var(--swatch--dark-grey);
  background-color: var(--swatch--white);
  color: var(--swatch--pink);
}

.editor-choices_button-secondary-1:active {
  background-color: var(--swatch--pink);
  color: #f3fff9;
}

.editor-choices_product-testimonial-2 {
  color: #1399ab;
  text-align: left;
  font-size: 2.14875rem;
  font-weight: 500;
  line-height: 125%;
}

.editor-choices_product-image-2 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
  transform: scale(1.2);
}

.spacing-20px {
  height: 1.25rem;
}

.editor-choices_button-primary-1 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--swatch--dark-grey);
  color: #fff;
  border-radius: .5rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: all .35s ease-in-out;
  display: flex;
}

.editor-choices_button-primary-1:hover {
  border: 1px solid var(--swatch--dark-grey);
  background-color: var(--swatch--white);
  color: var(--swatch--pink);
}

.editor-choices_button-primary-1:active {
  background-color: var(--swatch--pink);
  color: #f3fff9;
}

.editor-choices_product-2-content {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 100vh;
  display: grid;
  position: static;
  overflow: hidden;
}

.editor-choices_product-details {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.editor-choices_product-1-content {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 100vh;
  display: grid;
  position: static;
  overflow: hidden;
}

.editor-choices_product-testimonial-1 {
  color: var(--swatch--dark-grey);
  text-align: left;
  font-size: 2.14875rem;
  font-weight: 500;
  line-height: 125%;
}

.editor-choices_button-secondary-3 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #531d94;
  background-color: #0000;
  border: 1px solid #d8acfa;
  border-radius: .5rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: all .35s ease-in-out;
  display: flex;
}

.editor-choices_button-secondary-3:hover {
  color: #531d94;
  background-color: #d8acfa;
  border-color: #d8acfa;
}

.editor-choices_button-secondary-3:active {
  color: #f3fff9;
  background-color: #531d94;
  border-color: #531d94;
}

.editor-choices_button-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.editor-choices_button-secondary-2 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #1399ab;
  background-color: #0000;
  border: 1px solid #1399ab;
  border-radius: .5rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: all .35s ease-in-out;
  display: flex;
}

.editor-choices_button-secondary-2:hover {
  color: #fff9f3;
  background-color: #1399ab;
  border-color: #1399ab;
}

.editor-choices_button-secondary-2:active {
  color: #f3fff9;
  background-color: #015661;
  border-color: #015661;
}

.editor-choices_product-showcase-wrapper {
  width: 80%;
  height: 100%;
  max-height: none;
  overflow: hidden;
}

.editor-choices_testimonial-name-1 {
  color: var(--swatch--dark-grey);
  text-align: left;
  font-size: 1.125rem;
}

.editor-choices_product-image-1 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
  transform: scale(1.2);
}

.editor-choices_product-testimonial-3 {
  color: #531d94;
  text-align: left;
  font-size: 2.14875rem;
  font-weight: 500;
  line-height: 125%;
}

.editor-choices_product-image-3 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
  transform: scale(1.2);
}

.editor-choices_button-primary-3 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #531d94;
  background-color: #d8acfa;
  border-radius: .5rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: all .35s ease-in-out;
  display: flex;
}

.editor-choices_button-primary-3:hover {
  color: #fff9f3;
  background-color: #a663da;
}

.editor-choices_button-primary-3:active {
  color: #f3fff9;
  background-color: #7020ad;
}

.editor-choices_testimonial-name-3 {
  color: #531d94;
  text-align: left;
  font-size: 1.125rem;
}

.editors-choices_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  transition: background-color .35s cubic-bezier(.23, 1, .32, 1);
  display: none;
  position: relative;
  overflow: hidden;
}

.editor-choices_product-3-content {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 100vh;
  display: grid;
  position: static;
  overflow: hidden;
}

.editor-choices_product-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100vh;
  padding: 8rem 3.5rem;
  display: flex;
}

.editor-choices_product-showcase {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100vh;
  padding: 7rem 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.editor-choices_testimonial-name-2 {
  color: #1399ab;
  text-align: left;
  font-size: 1.125rem;
}

.product-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.selected-products_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 4rem 2rem 2rem;
  display: none;
}

.products_fetch {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.logo {
  color: var(--swatch--pink);
  width: auto;
  max-width: none;
  height: auto;
  max-height: 100%;
}

.booking_intro {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--swatch--light-grey);
  flex-flow: column;
  padding-top: 9rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

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

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

.heading-20 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.paragraph-16 {
  text-align: center;
  margin-bottom: 0;
}

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

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

.body-3 {
  background-color: var(--swatch--light-pink);
}

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

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

.redirect {
  width: 100%;
}

.middle {
  border-right: 1px solid var(--swatch--dark-grey);
  border-left: 1px solid var(--swatch--dark-grey);
}

.high_z {
  display: none;
}

.policies_img_holder {
  justify-content: space-around;
  align-items: center;
  margin-top: -180px;
  display: flex;
}

.policies_img_holder._2 {
  margin-top: -300px;
}

.spacer_div {
  width: 100%;
  height: 260px;
}

.spacer_div.big {
  height: 330px;
}

.classes_wrap {
  padding: 4rem 2rem 2rem;
}

.p_regular {
  color: var(--swatch--dark-grey);
  margin-bottom: 0;
}

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

.classes_holder.no-side-padding {
  padding-left: 0;
  padding-right: 0;
}

.p-large {
  color: var(--swatch--charcoal);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Awesomeserif, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.p-large.centre {
  color: var(--swatch--dark-grey);
  text-align: center;
  text-transform: uppercase;
  font-family: Terminatest, Arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 300;
}

.p-large.left {
  color: var(--swatch--pink);
  text-align: right;
}

.split_3 {
  width: 33%;
}

.package_hero {
  background-color: var(--swatch--pink);
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 4rem;
  display: flex;
}

.terms_holder {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--swatch--light-grey);
  border-radius: 20px;
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

.policies_img {
  border-radius: 20px;
}

.line_policies {
  display: none;
}

.p-latge {
  margin-top: 0;
  margin-bottom: 0;
  font-family: termina test;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.classes_img {
  border-radius: 20px;
  max-width: 80%;
}

.brand_c {
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  max-height: 100%;
  padding: 0;
  display: flex;
}

.svg-12 {
  color: #e7580b;
  display: none;
}

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

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

.nav_link-2 {
  z-index: 1;
  color: #4e3624;
  text-align: center;
  text-transform: capitalize;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: color .3s, border .3s;
  display: flex;
}

.nav_link-2:hover {
  color: #e7580b;
  border-bottom: 0 solid #e7580b;
}

.nav_link-2.w--current {
  color: #e7580b;
}

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

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

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

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

.mobile_nav_link {
  color: var(--swatch--pink);
  font-family: Terminatest, Arial, sans-serif;
}

.nav_hamburger_wrap-2 {
  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;
}

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

.top-left-absolute {
  position: absolute;
  inset: -.8rem auto auto -1.1rem;
}

.apos-img {
  width: 1.4rem;
}

.bottom-right-abs {
  transform-style: preserve-3d;
  justify-content: flex-start;
  display: flex;
  position: absolute;
  inset: auto -1.1rem -.8rem auto;
  transform: rotateX(180deg)rotateY(180deg)rotateZ(0);
}

.image-16 {
  width: 50%;
  margin-bottom: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.form {
  width: 50%;
}

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

.text-field {
  border: 1px solid var(--swatch--dark-grey);
  border-radius: 20px;
}

.text-field.large {
  height: 10rem;
}

.field-label {
  margin-top: 5px;
  font-family: helvetica, Arial, sans-serif;
  font-weight: 400;
}

.field-label-2 {
  font-family: helvetica, Arial, sans-serif;
  font-weight: 400;
}

.form-2 {
  border: 1px solid var(--swatch--dark-grey);
  border-radius: 20px;
  padding: 1rem;
}

.banner {
  background-color: var(--swatch--charcoal);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .5rem;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.banner_link {
  color: var(--swatch--white);
}

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

.faq_answer {
  color: var(--swatch--charcoal);
  text-transform: capitalize;
  font-family: helvetica, Arial, sans-serif;
  font-weight: 300;
}

.faq_answer.bold {
  font-size: 18px;
  font-weight: 400;
}

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

.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;
  text-decoration: none;
  display: flex;
}

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

.faq_question {
  color: var(--swatch--charcoal);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Terminatest, Arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 125%;
}

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

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

.faq_holder.top-gap {
  padding-top: 10px;
}

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

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

.faq-item-2 {
  border-style: solid;
  border-width: 1px 0 0;
  border-color: #1e1e1e4d var(--swatch--charcoal) var(--swatch--charcoal);
  background-color: #141e3000;
  border-radius: 0;
}

._1rem-pad-fvert {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._1rem-pad-fvert.left {
  justify-content: center;
  align-items: flex-start;
}

._1rem-pad-fvert.left.margin-2-rem {
  margin-bottom: 2rem;
}

._1rem-pad-fhor {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

._2rem-pad-fvert {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.section-break-4rem {
  margin-top: 0;
}

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

  .navbar {
    z-index: 10000;
    background-color: #fff0;
    height: auto;
  }

  .navbar.white {
    background-color: #f4f1ef00;
  }

  .navbar.cream {
    background-color: #e8d9cd00;
  }

  .nav_contain {
    background-color: #fff0;
    height: 7vh;
    display: none;
  }

  .nav_contain._2 {
    background-color: #fff0;
  }

  .brand {
    padding-top: .25rem;
    padding-bottom: .25rem;
    display: none;
    position: absolute;
    inset: 0% 0% auto 33%;
  }

  .brand.w--current {
    display: flex;
  }

  .div-block {
    position: relative;
  }

  .div-block-2 {
    z-index: 1;
    position: relative;
  }

  .link-block {
    width: auto;
  }

  .div-block-3 {
    padding-right: .5rem;
  }

  .footer.packages {
    background-size: auto, cover;
    height: auto;
  }

  .footer.packages.policies {
    background-size: auto, cover;
  }

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

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

  .div-block-8 {
    height: auto;
  }

  .image_gallery {
    padding-bottom: 2rem;
  }

  .h1 {
    width: auto;
    padding-top: 0;
    font-size: 4rem;
  }

  .paragraph-4 {
    z-index: 3;
    font-size: .8rem;
    position: fixed;
  }

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

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

  .hero_au {
    height: auto;
  }

  .hero_au.p {
    padding-bottom: 0;
  }

  .hero_au.large {
    height: 55vh;
  }

  .hero_holder {
    padding-bottom: 2rem;
  }

  .hero_holder.p {
    background-image: none;
    width: 100vw;
    height: auto;
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .hero_holder.no_bg {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-3 {
    font-family: "Wiloka 7 Bd 6 A";
    font-size: 11vw;
  }

  .heading-3.p {
    margin-top: 0;
    font-size: 10vw;
  }

  .image-2 {
    width: 78%;
    height: 10vh;
  }

  .image-2._2 {
    object-fit: contain;
    width: 7vw;
    height: auto;
    max-height: none;
  }

  .nav-menu {
    background-color: var(--swatch--white);
    width: 100vw;
    margin-top: -12vh;
    padding-top: 12vh;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-4 {
    width: 45vw;
  }

  .founder_contain {
    padding: 1rem 1.8rem;
  }

  .heading-4 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 7vw;
    font-weight: 400;
  }

  .founder_img {
    object-fit: cover;
    border-radius: 2rem;
    width: 50vw;
    max-width: none;
    height: auto;
  }

  .heading-16 {
    font-size: 6vw;
  }

  .flex-offset {
    position: static;
    left: -999px;
  }

  .heading-17, .heading-15 {
    font-size: 6vw;
  }

  .section.is-horizontal-scroll-section {
    width: auto;
    height: auto;
    margin-top: 0;
  }

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

  .card_title {
    font-size: 1.8rem;
  }

  .paragraph-5 {
    font-weight: 300;
  }

  .card_price {
    text-align: right;
    font-size: 1.8rem;
  }

  .div-block-13 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-content: space-around;
    height: auto;
    padding-bottom: 1rem;
    padding-left: 2.75rem;
    padding-right: 2.75rem;
    display: flex;
  }

  .div-block-14 {
    width: 70vw;
    height: auto;
  }

  .div-block-14.diff {
    width: 70vw;
  }

  .div-block-15 {
    width: 70vw;
    height: auto;
  }

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

  .client_card.diff {
    width: 70vw;
  }

  .menu-button {
    background-color: var(--swatch--white);
    color: var(--swatch--light-pink);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    z-index: 110;
    background-color: #c8c8c800;
    position: static;
  }

  .div-block-21 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-22 {
    width: 80vw;
  }

  .heading-18 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .header {
    height: auto;
    margin-bottom: .5rem;
  }

  .p_holder {
    height: auto;
    margin-bottom: 1rem;
    padding-top: 1rem;
  }

  .price {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .h2 {
    font-family: termina test;
    font-size: 2.5rem;
  }

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

  .h2.underlined {
    font-family: Terminatest, Arial, sans-serif;
    font-weight: 300;
  }

  .p-regular {
    width: auto;
    font-family: helvetica, Arial, sans-serif;
    font-weight: 400;
  }

  .p-regular.charcoal {
    width: auto;
  }

  .p-small {
    max-width: 100%;
    margin-bottom: 0;
    font-size: .9rem;
  }

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

  .image-8 {
    height: 102%;
    max-height: 106%;
  }

  .img_holder_4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 2rem;
  }

  .img_2, .img_3, .img_4 {
    width: 70vw;
  }

  .img_holder_5 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
  }

  .img_5 {
    width: 70vw;
  }

  .image-10 {
    z-index: 2;
  }

  .review_holder {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-bottom: 0;
  }

  .paragraph-12 {
    padding-right: .6rem;
    font-size: .9rem;
  }

  .paragraph-13 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    font-family: Avenirltstd Book;
    line-height: 1;
  }

  .flex-block-4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: auto;
  }

  .link-block-4 {
    margin-bottom: 1rem;
  }

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

  .image-15 {
    width: 45%;
  }

  .link-block-5 {
    width: 100%;
  }

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

  .div-block-27 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 4rem;
  }

  .icon {
    color: #fff;
    background-color: #0000;
  }

  .package_holder {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    width: 100%;
    padding: 1rem 0;
  }

  .button_container {
    justify-content: space-around;
    align-items: center;
  }

  .brand-2 {
    background-color: var(--swatch--pink);
    border-radius: 2rem;
    justify-content: center;
    align-items: center;
    width: 15%;
    height: 2.5rem;
    padding: .25rem;
    display: flex;
  }

  .brand-2.w--current {
    z-index: 10;
    background-color: var(--swatch--white);
    border-radius: 2rem;
    width: 15%;
    height: 2.5rem;
    max-height: 100%;
    padding: .25rem;
  }

  .product-hero_wrapper {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .splide__slide {
    flex: none;
  }

  .button-primary.book {
    width: 20rem;
    font-weight: 300;
  }

  .footer_contact-paragraph {
    width: 100%;
  }

  .other-products_wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product-hero_image {
    display: none;
  }

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

  .testimonials_image-wrapper {
    height: 20vw;
  }

  .product-hero_content-sticky-wrapper {
    height: auto;
    padding: 1.5rem 3.75rem;
    position: static;
  }

  .padding-200px {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .navbar-menu-link-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #0d1c15;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    position: absolute;
  }

  .product-details_accordion-wrapper {
    width: 100%;
    display: flex;
  }

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

  .swiper-container {
    position: relative;
  }

  .testimonials_wrapper {
    grid-template-columns: 40% 60%;
  }

  .testimonials {
    padding: 1.5rem;
  }

  .footer-link {
    color: #f3fff9;
    align-items: flex-start;
    height: auto;
    padding: 1rem 0;
    font-size: 1rem;
  }

  .footer-link:hover {
    color: #87c4a0;
    border-bottom-style: none;
  }

  .cart {
    display: none;
  }

  .splide__list {
    flex-direction: row;
  }

  .spacing-80px.hide-on-tablet-mobile {
    display: none;
  }

  .navbar-menu-lottie {
    width: 1.5rem;
    height: 1.5rem;
  }

  .navbar-wrapper {
    justify-content: space-between;
    padding: 1rem 3.75rem;
  }

  .padding-global {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .product-hero_image-wrapper.hide-on-tablet-and-mobile, .product-details_tab-wrapper {
    display: none;
  }

  .cart-wrapper {
    width: 60%;
    max-width: 29.375rem;
  }

  .shipping-text {
    grid-row-gap: 0rem;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .navbar-menu-button {
    order: -1;
    padding: .45rem;
  }

  .navbar-menu-button.w--open {
    background-color: #0000;
  }

  .product-hero_slider-wrapper {
    display: flex;
    position: relative;
  }

  .swiper-pagination {
    position: absolute;
    inset: auto 0% 3%;
  }

  .page-loader {
    display: none;
  }

  .product-hero_splide-image-wrapper {
    width: 100%;
    height: 40rem;
  }

  .navbar-link {
    color: #f3fff9;
    align-items: flex-start;
    height: auto;
    padding: 1rem 3.75rem;
    font-size: 1.8rem;
    text-decoration: none;
  }

  .navbar-link:hover, .navbar-link.w--current {
    color: #87c4a0;
    border-bottom-style: none;
  }

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

  .shop-all-hero_wrapper {
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .shop-all-hero_content-wrapper {
    padding: 8rem 3.75rem 4rem;
  }

  .shop-all-hero_image-wrapper {
    height: 30rem;
  }

  .editor-choices_product-image-2 {
    transform: scale(1);
  }

  .editor-choices_product-2-content {
    background-color: #f3fbff;
    flex-direction: column;
    height: auto;
    padding-top: 5rem;
    display: flex;
  }

  .editor-choices_product-details {
    margin-top: 3rem;
  }

  .editor-choices_product-1-content {
    background-color: #fff9f3;
    flex-direction: column;
    height: auto;
    padding-top: 5rem;
    display: flex;
  }

  .editor-choices_product-showcase-wrapper {
    width: 100%;
    max-height: 100%;
  }

  .editor-choices_product-image-1, .editor-choices_product-image-3 {
    transform: scale(1);
  }

  .editors-choices_wrapper {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .editor-choices_product-3-content {
    background-color: #fbf3ff;
    flex-direction: column;
    height: auto;
    padding-top: 5rem;
    display: flex;
  }

  .editor-choices_product-content {
    padding: 3rem 2.75rem;
  }

  .editor-choices_product-showcase {
    max-height: 45rem;
    padding: 0 2.75rem;
    overflow: visible;
  }

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

  .logo {
    width: 100%;
    height: 2.5rem;
  }

  .booking_intro {
    padding-top: 6rem;
  }

  .icon-2 {
    z-index: 10;
    color: var(--swatch--dark-grey);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: static;
  }

  .high_z {
    z-index: 10;
    display: block;
    position: relative;
  }

  .policies_img_holder {
    margin-top: -140px;
  }

  .policies_img_holder._2 {
    margin-top: -146px;
  }

  .spacer_div {
    height: 195px;
  }

  .spacer_div.big {
    height: 200px;
  }

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

  .p-large.left {
    font-size: 1.6rem;
  }

  .founder_p_holder {
    width: 80vw;
  }

  .policies_img {
    width: 12rem;
  }

  .line_policies {
    display: none;
  }

  .classes_img {
    width: 75%;
  }

  .brand_c {
    background-color: var(--swatch--light-grey);
    border-radius: 100vw;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 6rem;
    height: 2.5rem;
    padding: .25rem;
    display: flex;
  }

  .brand_c.w--current {
    background-color: var(--swatch--light-grey);
    width: 6rem;
    height: 2.5rem;
    padding: .25rem;
  }

  .brand_c.hidden {
    display: none;
  }

  .brand_c.white, .brand_c.white.w--current {
    background-color: var(--swatch--white);
  }

  .brand_c.cream {
    background-color: var(--swatch--light-pink);
  }

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

  .nav_hamburger_line {
    background-color: var(--swatch--pink);
  }

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

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

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

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

  .menu_link.w--current {
    color: #4e3624;
    border-bottom-width: 0;
    border-left: 0 solid #e7580b;
    flex-flow: row;
    width: 100%;
    display: flex;
  }

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

  .nav_wrap.banner-is-true {
    margin-top: 2rem;
  }

  .nav_hamburger_wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: var(--swatch--light-pink);
    border-radius: 100vw;
    width: 2.5rem;
    height: 2.5rem;
  }

  .nav_hamburger_wrap.white {
    background-color: var(--swatch--white);
  }

  .nav_hamburger_wrap.cream {
    background-color: var(--swatch--light-pink);
  }

  .nav_link-2 {
    color: var(--swatch--dark-grey);
    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-2:hover {
    border-bottom-width: 0;
  }

  .nav_hamburger_base {
    background-color: var(--swatch--light-grey);
  }

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

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

  .nav_wrap_bg {
    background-color: #f8f3f000;
    border-radius: 100vw;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .nav_menu_holder {
    background-color: var(--swatch--white);
    border-radius: 100vw;
    min-width: 2.5rem;
    max-width: 2.5rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
  }

  .menu_wrap {
    display: none;
  }

  .mobile_nav_link {
    color: var(--swatch--pink);
    text-transform: capitalize;
    font-family: Terminatest, Arial, sans-serif;
    font-size: 1.8rem;
  }

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

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

  .nav_hamburger_base-2 {
    background-color: #f7f7d5;
  }

  .banner {
    background-color: var(--swatch--charcoal);
  }

  .banner_link {
    color: var(--swatch--white);
  }

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

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

  .navbar {
    background-color: #fff0;
  }

  .nav_contain {
    background-color: #fff0;
    height: auto;
  }

  .div-block {
    width: 15rem;
    height: 2.2rem;
  }

  .div-block-2 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .link-block {
    width: auto;
  }

  .div-block-3 {
    width: 100%;
    padding: 0 0 0 .5rem;
    font-size: .6rem;
  }

  .div-block-3.android {
    padding-top: 3px;
  }

  .footer.packages, .footer.home {
    height: auto;
  }

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

  .paragraph-2 {
    font-size: 3vw;
  }

  .paragraph-3 {
    margin-bottom: 0;
  }

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

  .sticky_text {
    height: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .paragraph-4 {
    text-align: center;
    font-size: .7rem;
    line-height: 1;
  }

  .intro {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .h3 {
    font-size: 1.8rem;
  }

  .hero_au {
    height: auto;
  }

  .hero_holder.p {
    padding-top: 3.5rem;
    padding-bottom: 0;
  }

  .heading-3 {
    font-size: 16vw;
  }

  .heading-3.p {
    margin-top: 0;
    font-size: 13vw;
  }

  .image-2 {
    width: 100%;
  }

  .image-2._2 {
    width: 11vw;
  }

  .image-4 {
    width: 65vw;
  }

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

  .founder_img {
    width: 100%;
  }

  .page_wrap_p.cp {
    padding-top: 0;
  }

  .heading-16 {
    max-width: 15ch;
    font-size: 7vw;
  }

  .flex-offset {
    position: static;
    left: -1460px;
  }

  .web_spline {
    top: 39%;
  }

  .web_header {
    position: absolute;
    top: 2%;
  }

  .card_graphic_design {
    top: 7%;
  }

  .gd_spline {
    top: 37%;
  }

  .heading-17 {
    font-size: 7vw;
  }

  .heading-15 {
    max-width: 16ch;
    font-size: 7vw;
  }

  .section.is-horizontal-scroll-section {
    width: auto;
    height: auto;
    margin-top: 0;
  }

  .smm_spline {
    top: 30%;
  }

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

  .card_title {
    font-family: Terminatest, Arial, sans-serif;
    font-size: 1.7rem;
  }

  .paragraph-5 {
    font-family: helvetica, Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
  }

  .card_price {
    font-family: Inconsolata, Arial, sans-serif;
    font-size: 1.7rem;
  }

  .div-block-13 {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }

  .div-block-14 {
    width: 80vw;
  }

  .div-block-14.diff {
    width: 80vw;
    height: auto;
  }

  .div-block-15 {
    width: 80vw;
  }

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

  .client_card.diff {
    width: 80vw;
    height: auto;
  }

  .menu-button {
    background-color: var(--swatch--white);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    display: flex;
  }

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

  .div-block-21 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .paragraph-7, .paragraph-8, .paragraph-9 {
    width: auto;
  }

  .header {
    height: auto;
  }

  .p_holder {
    padding: 0;
  }

  .h2 {
    font-size: 2.8rem;
  }

  .h2.underlined {
    margin-top: 1rem;
    font-size: 2rem;
    font-weight: 300;
  }

  .p-regular {
    width: auto;
    font-family: helvetica, Arial, sans-serif;
    font-size: .9rem;
    font-weight: 400;
  }

  .p-regular.max {
    width: 100%;
  }

  .image-8 {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: none;
    display: none;
  }

  .img_1 {
    width: 68vw;
  }

  .img_holder_1 {
    padding-left: 2.4rem;
  }

  .img_holder_2 {
    padding-right: 2.5rem;
  }

  .img_holder_3 {
    padding-left: 2.5rem;
  }

  .img_holder_4 {
    padding-right: 2.5rem;
  }

  .img_2, .img_3, .img_4 {
    width: 68vw;
  }

  .img_holder_5 {
    padding-left: 2.5rem;
  }

  .img_5 {
    width: 68vw;
  }

  .image-10, .image-10.android {
    width: 13%;
  }

  .intro_text {
    width: 100%;
    padding: 1rem;
  }

  .review_holder {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-bottom: 0;
  }

  .image-12 {
    z-index: -10;
    height: auto;
    display: none;
    position: absolute;
  }

  .image-13 {
    display: none;
    position: absolute;
  }

  .paragraph-12 {
    padding-right: 1rem;
    font-size: .8rem;
  }

  .link-block-4 {
    margin-bottom: 1rem;
  }

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

  .link-block-5 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .div-block-27, .packages_wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .button_container {
    width: 100%;
  }

  .brand-2 {
    width: 20%;
  }

  .brand-2.w--current {
    background-color: var(--swatch--white);
    border-radius: 2rem;
    width: 20%;
    height: 2.5rem;
  }

  .button-primary.book {
    width: 20rem;
  }

  .footer_contact-paragraph {
    text-align: left;
  }

  .other-products_wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial_marquee-cover {
    background-image: linear-gradient(#fff0 70%, #f3fff9), linear-gradient(#f3fff9, #fff0 30%);
  }

  .footer_link-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-wrap: wrap;
  }

  .testimonials_image-wrapper {
    height: 25vw;
  }

  .product-hero_content-sticky-wrapper, .padding-200px {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }

  .page-wrapper.shop, .page-wrapper.pp {
    padding-top: 0;
  }

  .track-vertical {
    align-items: center;
  }

  .footer_contact-wrapper {
    align-items: flex-start;
  }

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

  .footer-link {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }

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

  .spacing-80px.hide-on-tablet-mobile {
    display: none;
  }

  .navbar-wrapper, .padding-global {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }

  .cart-wrapper {
    width: 90%;
  }

  .footer_wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .page-loader {
    display: none;
  }

  .footer_top-content-wrapper {
    flex-direction: column;
  }

  .navbar-link {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }

  .testimonial_marquee {
    height: 70vw;
  }

  .footer_subscribe-wrapper {
    width: 100%;
  }

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

  .shop-all-hero_content-wrapper {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }

  .editor-choices_product-2-content {
    background-color: #f3fbff;
    flex-direction: column;
    height: auto;
    padding-top: 5rem;
    display: flex;
  }

  .editor-choices_product-details {
    margin-top: 3rem;
  }

  .editor-choices_product-1-content {
    background-color: #fff9f3;
    flex-direction: column;
    height: auto;
    padding-top: 5rem;
    display: flex;
  }

  .editor-choices_product-showcase-wrapper {
    height: 33rem;
  }

  .editors-choices_wrapper {
    flex-direction: column;
    height: auto;
    display: none;
  }

  .editor-choices_product-3-content {
    background-color: #fbf3ff;
    flex-direction: column;
    height: auto;
    padding-top: 5rem;
    display: flex;
  }

  .editor-choices_product-content, .editor-choices_product-showcase {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }

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

  .logo {
    width: 100%;
  }

  .booking_intro {
    padding-top: 6rem;
  }

  .grid {
    flex-flow: column;
    display: flex;
  }

  .intro_video {
    width: 100%;
  }

  .body-3 {
    background-color: #fff;
  }

  .icon-2 {
    color: var(--swatch--dark-grey);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: static;
    inset: 50%;
  }

  .middle {
    border-left-width: 0;
    border-right-width: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .policies_img_holder {
    margin-top: -117px;
  }

  .spacer_div {
    height: 108px;
  }

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

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

  .p-large.left {
    font-size: 1.75rem;
  }

  .split_3 {
    width: 100%;
  }

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

  .policies_img {
    width: 9.5rem;
  }

  .line_policies {
    border-top: 1px solid var(--swatch--light-pink);
    background-color: var(--swatch--light-pink);
    width: 60%;
    height: 0;
    padding: 0;
    display: block;
  }

  .brand_c {
    width: 100%;
  }

  .svg-12 {
    width: 2rem;
  }

  .nav_link_holder {
    width: 6rem;
  }

  .nav_hamburger_wrap {
    background-color: var(--swatch--light-grey);
  }

  .nav_link-2 {
    font-size: 1.6rem;
  }

  .nav_hamburger_base, .nav_menu_holder {
    background-color: var(--swatch--light-grey);
  }

  .image-16, .form {
    width: 100%;
  }

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

  ._1rem-pad-fhor {
    flex-flow: column;
  }

  ._2rem-pad-fvert {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .page_wrap.cream {
    background-color: var(--swatch--light-pink);
  }

  .nav_contain {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 7vh;
  }

  .brand {
    justify-content: center;
    align-items: center;
    width: 4.6rem;
    margin-left: 30px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    left: 33%;
  }

  .div-block {
    width: 100%;
    height: auto;
    padding-left: .4rem;
  }

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

  .div-block.android.diff {
    display: block;
  }

  .div-block-2 {
    width: 1.2rem;
    height: 1.2rem;
  }

  .link-block {
    width: auto;
    display: block;
  }

  .link-block.diff {
    display: none;
  }

  .footer {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .footer.packages {
    background-image: linear-gradient(#000c 31%, #0000008f 78%), url('../images/C.Media-9.jpg');
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .footer.packages.policies {
    background-image: linear-gradient(#000c 31%, #0000008f 78%), url('../images/C.Media-19.jpg');
  }

  .footer.home {
    background-image: linear-gradient(#000c 31%, #00000080 83%), url('../images/C.Media-19.jpg');
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .div-block-4 {
    justify-content: flex-start;
    align-items: center;
    width: 85%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-5 {
    width: 85%;
  }

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

  .paragraph-2 {
    text-align: left;
    height: 70%;
    padding-right: .5rem;
    font-family: Terminatest, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    text-decoration: none;
  }

  .paragraph-3 {
    color: var(--swatch--white);
  }

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

  .div-block-8 {
    height: auto;
  }

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

  .image_gallery {
    height: auto;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h1 {
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 2.5rem;
  }

  .h1.booking {
    color: var(--swatch--white);
    font-size: 2.4rem;
    font-weight: 400;
  }

  .sticky_text {
    height: 100vh;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-4 {
    font-size: .6rem;
  }

  .intro {
    height: auto;
  }

  .client_review {
    height: auto;
    padding: 2rem;
  }

  .h3 {
    text-align: left;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 300;
  }

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

  .hero_au {
    height: auto;
  }

  .hero_holder.p {
    background-image: none;
    padding-top: 6rem;
  }

  .heading-3 {
    font-size: 5.3rem;
  }

  .heading-3.p {
    margin-top: 0;
    font-size: 16vw;
  }

  .image-2 {
    width: 100%;
  }

  .image-2._2 {
    width: 94%;
  }

  .image-4 {
    width: 16.3rem;
  }

  .founder_contain {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    padding: 1rem;
  }

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

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

  .founder_img {
    width: 85vw;
  }

  .page_wrap_p.cp {
    padding-top: 0;
  }

  .heading-16 {
    font-size: 11vw;
  }

  .flex-offset {
    position: static;
    left: -1127px;
  }

  .contact_link_block {
    font-size: 4vw;
  }

  .horizontal-item {
    min-width: 100%;
    min-height: 75svh;
  }

  .smm_title {
    top: 4%;
  }

  .stickyy {
    height: 100vh;
    padding-top: 3rem;
  }

  .heading-17 {
    font-size: 2.5rem;
  }

  .heading-15 {
    font-size: 11vw;
  }

  .section.is-horizontal-scroll-section {
    width: auto;
    height: auto;
    margin-top: 0;
  }

  .section.is-horizontal-scroll-section.full {
    margin-top: 0;
  }

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

  .card_title {
    text-align: left;
    font-size: 1.6rem;
    font-weight: 300;
  }

  .paragraph-5 {
    font-family: helvetica, Arial, sans-serif;
  }

  .card_price {
    font-family: Inconsolata, Arial, sans-serif;
    font-size: 1.6rem;
  }

  .div-block-13 {
    flex-flow: column;
    width: 100%;
    height: auto;
    padding: .25rem 0;
  }

  .div-block-14 {
    width: 85vw;
    height: auto;
    margin-bottom: 0;
  }

  .div-block-14.diff {
    width: 85vw;
    margin-bottom: 0;
  }

  .div-block-15 {
    width: 85vw;
    height: auto;
    margin-bottom: 0;
  }

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

  .client_card.diff {
    width: 85vw;
  }

  .menu-button {
    background-color: var(--swatch--white);
  }

  .link {
    text-decoration: none;
  }

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

  .div-block-21 {
    padding-right: 0;
  }

  .heading-18 {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1.6rem;
  }

  .header, .p_holder {
    height: auto;
  }

  .h2 {
    color: var(--swatch--dark-grey);
    font-size: 1.5rem;
  }

  .h2.centre {
    color: var(--swatch--pink);
    font-size: 2.2rem;
  }

  .h2.underlined {
    width: auto;
    font-size: 1.6rem;
  }

  .p-regular {
    font-family: helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
  }

  .p-regular.max {
    width: 100%;
  }

  .p-small.centre {
    font-size: .8rem;
  }

  .img_1 {
    width: 100%;
  }

  .img_holder_1 {
    padding-left: 0;
  }

  .img_holder_2 {
    padding-right: 0;
  }

  .img_holder_3 {
    padding-left: 0;
  }

  .img_holder_4 {
    padding-right: 0;
  }

  .img_2, .img_3, .img_4 {
    width: 100%;
  }

  .img_holder_5 {
    padding: 0;
  }

  .img_5 {
    width: 100%;
  }

  .image-10 {
    width: 12%;
    position: absolute;
  }

  .image-10.android {
    width: 12%;
  }

  .review_holder {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .image-12 {
    display: none;
  }

  .image-13 {
    z-index: -10;
    height: auto;
    display: none;
    position: absolute;
    left: 0;
  }

  .paragraph-12 {
    color: var(--swatch--white);
    padding-right: .7rem;
    font-size: .6rem;
  }

  .link-block-2 {
    width: 100%;
    display: block;
  }

  .link-block-2.diff, .link-block-3 {
    display: none;
  }

  .div-block-23 {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .link-block-4 {
    margin-bottom: 1rem;
    padding-bottom: 0;
    text-decoration: none;
  }

  .image-14 {
    max-width: 9%;
  }

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

  .paragraph-15 {
    padding-top: 0;
  }

  .link-block-5 {
    width: 100%;
  }

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

  .link-block-6 {
    width: 100%;
  }

  .div-block-27 {
    margin-top: 2rem;
    padding-bottom: 3rem;
  }

  .body-2 {
    color: var(--swatch--dark-grey);
  }

  .section_holder {
    background-color: var(--swatch--white);
  }

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

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

  .button_container {
    flex-flow: column;
    align-items: center;
  }

  .brand-2 {
    width: 30%;
    padding-left: 0;
  }

  .brand-2.w--current {
    width: 30%;
    height: 2.5rem;
  }

  .brand-2.w--current:hover {
    background-color: var(--swatch--white);
  }

  .footer_subscribe-header {
    line-height: 125%;
  }

  .button-primary {
    order: 0;
    justify-content: center;
  }

  .button-primary.book {
    width: 100%;
  }

  .cart_product {
    align-items: flex-start;
  }

  .other-products_wrapper {
    grid-template-columns: 1fr;
  }

  .footer_link-wrapper {
    flex-direction: row;
    display: flex;
  }

  .empty-cart_wrapper {
    display: block;
    overflow: auto;
  }

  .navbar-logo-wrapper {
    margin-top: .5rem;
  }

  .cart_product-decreament {
    width: 3rem;
  }

  .footer_contact-header {
    line-height: 125%;
  }

  .cart_product-increament {
    width: 3rem;
  }

  .heading-style-h6 {
    line-height: 125%;
  }

  .cart_products-wrapper {
    padding-bottom: 10rem;
  }

  .page-loader_loader {
    grid-column-gap: 0rem;
    grid-row-gap: .75rem;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95%;
  }

  .editors-picks_product-header {
    line-height: 125%;
  }

  .footer-link {
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-style-h4 {
    line-height: 125%;
  }

  .cart {
    height: 100dvh;
    display: none;
  }

  .product-details_accordion-dropdown {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .spacing-80px.hide-on-tablet-mobile {
    display: none;
  }

  .cart_product-name, .heading-style-h3 {
    line-height: 125%;
  }

  .cart_product-quantity-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .product-details_accordion-toggle, .navbar-wrapper, .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .loader_icon {
    order: 1;
  }

  .cart-wrapper {
    width: 100%;
    height: 100dvh;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: auto;
  }

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

  .page-loader {
    display: none;
  }

  .navbar-link {
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .flex-vertical.marquee-fix {
    margin-top: 15px;
  }

  .navbar-logo {
    font-size: 1.5rem;
  }

  .testimonial_marquee {
    height: 100vw;
  }

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

  .shop-all-hero_content-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-style-h2 {
    font-size: 2.8rem;
    line-height: 120%;
  }

  .editor-choices_button-primary-2, .editor-choices_button-secondary-1 {
    order: 0;
    justify-content: center;
  }

  .editor-choices_product-testimonial-2 {
    line-height: 125%;
  }

  .editor-choices_button-primary-1 {
    order: 0;
    justify-content: center;
  }

  .editor-choices_product-testimonial-1 {
    line-height: 125%;
  }

  .editor-choices_button-secondary-3 {
    order: 0;
    justify-content: center;
  }

  .editor-choices_button-wrapper {
    flex-direction: column;
  }

  .editor-choices_button-secondary-2 {
    order: 0;
    justify-content: center;
  }

  .editor-choices_product-testimonial-3 {
    line-height: 125%;
  }

  .editor-choices_button-primary-3 {
    order: 0;
    justify-content: center;
  }

  .editor-choices_product-content, .editor-choices_product-showcase, .selected-products_wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .booking_intro {
    padding-top: 6rem;
  }

  .middle {
    border-left-width: 0;
    border-right-width: 0;
  }

  .policies_img_holder {
    margin-top: -87px;
  }

  .policies_img_holder._2 {
    margin-top: -80px;
  }

  .spacer_div.big {
    height: 140px;
  }

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

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

  .p-large.centre {
    font-family: Terminatest, Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
  }

  .p-large.left {
    font-size: 1.115rem;
  }

  .founder_p_holder {
    width: 80%;
  }

  .line_80 {
    border-top: 1px solid var(--swatch--light-pink);
    width: 80%;
    height: auto;
    min-height: 1px;
    max-height: 1px;
  }

  .policies_img {
    width: 43%;
  }

  .policies_img.hidden {
    display: none;
  }

  .line_policies {
    border-top-color: var(--swatch--dark-grey);
    width: 40%;
  }

  .classes_img {
    width: 85%;
  }

  .brand_c {
    width: 100%;
  }

  .svg-12 {
    width: 1.7rem;
  }

  .nav_link_wrap {
    margin-left: 2px;
  }

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

  .nav_wrap.banner-is-true {
    margin-top: 3.2rem;
  }

  .nav_hamburger_wrap {
    z-index: 2;
    width: 2.5rem;
    height: 2.5rem;
  }

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

  .nav_hamburger_base {
    background-color: var(--swatch--light-grey);
  }

  .nav_wrap_bg {
    background-color: #f8f3f000;
  }

  .menu_contain {
    width: 100%;
  }

  .nav_menu_holder.white {
    background-color: var(--swatch--light-pink);
  }

  .menu_wrap {
    padding: 1rem;
    display: none;
  }

  .mobile_nav_link {
    font-family: Terminatest, Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
  }

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

  .image-16 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .form {
    width: 100%;
  }

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

  .banner_link {
    text-align: center;
  }

  .link-block-7 {
    width: 100%;
  }

  .faq_answer {
    font-size: .9rem;
  }

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

  .faq-item_wrapper {
    width: 100%;
  }

  .faq_question {
    font-family: Terminatest, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 125%;
  }
}

#w-node-_6c86ae8b-b31b-5d61-8467-3b2dc485489a-3155527b, #w-node-_6c86ae8b-b31b-5d61-8467-3b2dc485489d-3155527b, #w-node-_6c86ae8b-b31b-5d61-8467-3b2dc48548b4-3155527b, #w-node-_6c86ae8b-b31b-5d61-8467-3b2dc48548b7-3155527b, #w-node-_6c86ae8b-b31b-5d61-8467-3b2dc48548ce-3155527b, #w-node-_6c86ae8b-b31b-5d61-8467-3b2dc48548d1-3155527b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_670a97a1-753a-c767-4080-94e1a83f9fbb-3155527b, #w-node-_48618490-2aef-7eeb-5ee6-967ca4d0732e-1eaeab58, #w-node-b0a4dd10-dd23-c09f-1dac-d85b6adb08fe-1eaeab58, #w-node-_439ecf14-2ef4-64a0-2422-721d4abeef17-1eaeab58, #w-node-_6d7713bb-8b88-29d9-da7a-e5f98f9df098-1eaeab58, #w-node-_9d4a2456-a8c6-cfaf-adb3-55d93f4029a2-1eaeab58, #w-node-_876286f6-ed7a-ee23-36a0-dcdc84eebbaf-1eaeab58, #w-node-e6bbd490-70f0-a109-a97d-9c15813148b4-1eaeab58, #w-node-_31ed258b-4505-be14-eea1-d2f72576d32c-1eaeab58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1054dc38-6456-16a6-80f4-a14059b7ea7f-0657253d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1054dc38-6456-16a6-80f4-a14059b7ea84-0657253d {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-_1054dc38-6456-16a6-80f4-a14059b7ea8c-0657253d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a56c0863-1f46-9122-bf68-519f15e3c9fb-3c683355 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a56c0863-1f46-9122-bf68-519f15e3c9fd-3c683355 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-a56c0863-1f46-9122-bf68-519f15e3ca04-3c683355 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a56c0863-1f46-9122-bf68-519f15e3ca16-3c683355 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a56c0863-1f46-9122-bf68-519f15e3caeb-3c683355 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'helvetica';
  src: url('../fonts/._TerminaTest-Light.otf') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inconsolata';
  src: url('../fonts/Inconsolata-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inconsolata';
  src: url('../fonts/Inconsolata-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inconsolata';
  src: url('../fonts/Inconsolata-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inconsolata Expanded';
  src: url('../fonts/Inconsolata_Expanded-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inconsolata Extraexpanded';
  src: url('../fonts/Inconsolata_ExtraExpanded-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inconsolata';
  src: url('../fonts/Inconsolata-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@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: 'Terminatest';
  src: url('../fonts/TerminaTest-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Terminatest';
  src: url('../fonts/TerminaTest-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Awesomeserif';
  src: url('../fonts/AwesomeSerif-BoldExtraTall.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'helvetica';
  src: url('../fonts/HelveticaNeueUltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'helvetica';
  src: url('../fonts/HelveticaNeueLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'helvetica';
  src: url('../fonts/HelveticaNeueThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}