:root {
  --white: white;
  --fep-pink: #ff56cc;
  --fep-green: #03ffb2;
  --black: black;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--400: #dcddeb;
  --elements-webflow-library--general--shadow-01: #14142b0f;
}

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

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

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

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

.lynx-nav-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 94%;
  display: flex;
}

.lynx-nav-button-green {
  color: #fff;
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #f5c;
  border-radius: 50px;
  padding: 15px 25px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-nav-button-green:hover {
  background-color: #00926ecf;
}

.lynx-navbar-border {
  background-color: #03ffb2;
  border-bottom: 1px #dfdad2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  display: flex;
}

.lynx-text-nav-info {
  color: #797c83;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 120%;
}

.lynx-logo {
  width: auto;
  height: 86px;
}

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

.lynx-nav-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  display: flex;
}

.lynx-navbar-group {
  flex-flow: column;
  justify-content: center;
  height: 18vh;
  display: flex;
}

.lynx-nav-button-outline {
  color: #1f2022;
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #1f2022;
  border-radius: 50px;
  padding: 14px 24px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  transition: color .2s, border-color .2s, background-color .2s;
}

.lynx-nav-button-outline:hover {
  color: #fff;
  background-color: #00926ecf;
  border-color: #0000;
}

.lynx-brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 5px;
  display: flex;
}

.lynx-nav-info {
  background-color: #dfdad266;
  border-bottom: 1px solid #dfdad2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.lynx-nav-link {
  color: #1f2022;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 14px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-nav-link:hover {
  color: #00926e;
}

.lynx-nav-link.w--current {
  color: #535353;
}

.cta-2 {
  background-color: #0baa82;
  border-radius: 4px;
  margin-top: 30px;
  padding: 18px 25px;
  font-size: 18px;
  font-weight: 600;
}

.cta-2:hover {
  background-color: #03926e;
}

.cta-2.colour5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #03926e;
  border-radius: 200px;
  font-size: 12px;
}

.cta-2.colour5.bigger {
  color: #fff;
  text-align: center;
  background-color: #f5c;
  border-radius: 200px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 14px;
  font-weight: 400;
  box-shadow: 0 2px 5px #0000008a;
}

.cta-2.colour5.bigger:hover {
  background-color: var(--fep-green);
  color: var(--black);
}

.cta-2.colour5.bigger.v2 {
  color: var(--fep-pink);
  background-color: #fff;
  box-shadow: 0 4px 8px #00000061;
}

.cta-2.colour5.bigger.v2._2 {
  margin-top: 10px;
}

.cta-2.colour5.bigger.mini {
  background-color: var(--fep-green);
  color: var(--black);
  width: 138.539px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}

.cta-2.colour5.bigger.mini:hover {
  background-color: var(--fep-pink);
  color: var(--white);
}

.div-content-hero {
  width: 65%;
}

.div-content-hero._60 {
  width: 50%;
}

.div-content-hero._60.centred {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section-2 {
  background-image: linear-gradient(to right, #050c14ad, #fff0), url('../images/partnerimg.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding: 290px 10% 250px;
}

.hero-section-2.spaced {
  background-image: linear-gradient(90deg, #050c14b3 20%, #fff0), url('../images/pexels-samaraagenstvo-feeria-2399097.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 82vh;
  margin-left: 0;
  margin-right: 0;
  padding: 140px 5% 220px;
}

.hero-section-2.spaced.page {
  background-image: linear-gradient(#050c14b3 20%, #fff0), url('../images/pexels-samaraagenstvo-feeria-2399097.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  height: 65vh;
  padding-top: 60px;
  padding-bottom: 140px;
  display: flex;
}

.subhead-3 {
  color: #fffffff7;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.subhead-3.home {
  width: 90%;
  margin-left: 0;
  margin-right: 0;
  font-size: 22px;
  line-height: 28px;
}

.subhead-3.home.centred {
  text-align: center;
}

.headline-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 77px;
  line-height: 82px;
}

.headline-2.responsive {
  display: none;
}

.headline-2.non-responsive {
  color: #fff;
  font-family: Changa One, Impact, sans-serif;
  font-weight: 400;
  line-height: 1;
}

.headline-2.non-responsive.centred {
  text-align: center;
}

.left-margin {
  margin-right: 30px;
}

.section-title {
  margin-top: 15px;
  font-size: 44px;
  line-height: 50px;
}

.top-margin-20 {
  margin-top: 20px;
}

.top-margin-20._80px {
  margin-top: 80px;
}

.top-margin-20._40px {
  margin-top: 40px;
}

.container {
  z-index: 2;
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.algin-center {
  text-align: center;
  position: relative;
}

.navlink {
  color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: 12px;
  padding: 15px 12px 15px 0;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.section {
  background-color: #fff;
  padding: 40px 5% 20px;
  position: relative;
}

.nav-line {
  background-color: #ffc527;
  order: 1;
  width: 100%;
  height: 2px;
  position: relative;
  top: 2px;
}

.paragraph-5 {
  font-size: 14px;
}

.info-sub-text {
  color: #000;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 700;
}

.info-sub-text.service-title {
  margin-bottom: 15px;
  font-size: 19px;
}

.small-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.info-content {
  display: block;
  position: relative;
  overflow: hidden;
}

._80-div {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

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

.info-icon {
  float: left;
  background-color: #ffc527;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 50px;
  margin-right: 30px;
  display: flex;
  position: relative;
}

.info-icon.x2 {
  width: 40px;
  height: 60px;
}

.sub-text-title {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  line-height: 26px;
}

.sub-text-title.centred {
  text-align: center;
}

.sub-text-title.centred._2 {
  margin-top: 80px;
}

.icon-flex {
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.icon-flex.align-top {
  align-items: flex-start;
}

.features-grid {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.image {
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.icon-grid {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.left-arrow-service {
  border: 25px solid #0000;
  border-left-width: 0;
  border-right: 13px solid #ffc527;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: -13px;
}

.left-arrow-service.right {
  border-left-width: 13px;
  border-left-color: #ffc527;
  border-right-width: 0;
  border-right-color: #0000;
  left: auto;
  right: -13px;
}

.left-arrow-service.right.second-right {
  border-top-width: 30px;
  border-bottom-width: 30px;
  border-left-width: 15px;
  right: -15px;
}

.left-arrow-service.second {
  border-top-width: 30px;
  border-bottom-width: 30px;
  border-right-width: 15px;
  left: -15px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #ffc527;
  border-radius: 30px;
  justify-content: center;
  min-width: 160px;
  padding: 16px 25px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.button:hover {
  background-color: #000;
}

.nav-text {
  font-size: 16px;
  font-weight: 700;
}

.nav-text.smaller {
  font-size: 15px;
}

.line-divider {
  background-color: #ddd;
  background-image: linear-gradient(97deg, #fff, #e1e1e1 53%, #fff 101%);
  width: 70%;
  height: 1px;
  margin: 80px auto 0;
}

.line-divider._2 {
  margin-top: 40px;
}

.body-section {
  padding: 80px 60px 0;
}

.body-section.special {
  background-image: url('../images/colorstrip.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 0;
}

.body-section.full-width {
  padding-left: 0;
  padding-right: 0;
}

.body-section.bottom {
  padding-top: 0;
  padding-bottom: 80px;
}

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

.body-section._2 {
  padding-top: 0;
}

.body-section._3 {
  padding-bottom: 0;
}

.body-section._4 {
  padding-top: 0;
  padding-bottom: 80px;
}

.body-heading {
  font-family: Changa One, Impact, sans-serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 1;
}

.body-heading.centred {
  color: #333;
  text-align: center;
}

.body-text {
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.body-text.centred {
  color: var(--black);
  text-align: center;
}

.body-text.centred.smaller {
  width: 374.547px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

.body-text.centred.px-above {
  margin-top: 10px;
}

.body-text.centred.small {
  letter-spacing: -.2px;
  font-size: 16px;
  font-weight: 700;
}

.body-text.centred.price {
  color: var(--black);
  letter-spacing: -1.8px;
  margin-top: 10px;
  font-size: 36px;
  font-weight: 700;
}

.body-text.centred.services.top, .body-text.centred.services.bottom {
  height: 252px;
}

.body-text.centred.service-box {
  height: 168px;
}

.body-text.centred.service-box.left {
  text-align: left;
  font-size: 16px;
}

.body-text.centred.service-box.small {
  font-size: 18px;
  font-weight: 400;
}

.body-text.centred.service-box.sbox {
  height: 84px;
}

.lottie-animation-4 {
  width: 30%;
  height: 100px;
}

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

.usp-grid.large {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.midline {
  background-color: #1b1b1b;
  width: 100%;
  height: 2px;
  position: absolute;
}

.usp-blurb {
  text-align: center;
}

.lottie-animation-2 {
  width: 100%;
  height: 100px;
}

.usp-header {
  text-align: center;
  margin-bottom: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
}

.container-2 {
  flex: 0 auto;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-2.usp {
  perspective: 1000px;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.container-2.usp.bottom {
  margin-bottom: 0;
}

.usp-wrapper {
  min-width: 100%;
}

.usp-wrapper._24-7 {
  background-color: var(--fep-green);
  color: var(--fep-pink);
  border: 1px solid #cacaca;
  border-radius: 5px;
  flex-flow: column;
  align-items: center;
  padding: 40px 20px;
  display: flex;
  position: relative;
}

.usp-wrapper._24-7:hover {
  background-color: var(--fep-pink);
  color: var(--fep-green);
}

.usp-wrapper._24-7.full {
  min-width: 100%;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 2px 5px #00000078;
}

.usp-wrapper._24-7._2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.usp-wrapper.experience {
  background-color: var(--fep-green);
  color: var(--fep-pink);
  border: 1px solid #cacaca;
  border-radius: 5px;
  flex-flow: column;
  align-items: center;
  height: auto;
  padding: 40px 20px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.usp-wrapper.experience:hover {
  background-color: var(--fep-pink);
  color: var(--fep-green);
}

.usp-wrapper.experience._2 {
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.usp-wrapper.limited-spaces {
  background-color: var(--fep-green);
  color: var(--fep-pink);
  border: 1px solid #cacaca;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  height: auto;
  padding: 40px 20px;
  display: flex;
  position: relative;
}

.usp-wrapper.limited-spaces:hover {
  background-color: var(--fep-pink);
  color: var(--fep-green);
}

.usp-wrapper.limited-spaces._2 {
  padding: 40px 20px;
}

.lottie-animation-3 {
  width: 100%;
  height: 80px;
  margin-bottom: 40px;
}

.logo-feature-image {
  width: 120px;
  margin-bottom: 40px;
}

.logo-feature-image.no-px {
  margin-bottom: 0;
}

.container-3 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.hero-box {
  width: 90%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-2 {
  border: 3px solid var(--black);
  border-radius: 8px;
  width: 100%;
  min-width: 100%;
}

.hero-heading {
  background-color: var(--fep-pink);
  color: var(--white);
  text-align: center;
  border: 2px solid #000;
  border-radius: 100px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 50px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 36px;
  line-height: 1;
  display: block;
  position: absolute;
  inset: -30px 0 auto;
}

.mouth {
  width: 209px;
  position: absolute;
  inset: 244px auto 0% -107px;
}

.smiley {
  width: 140px;
  position: absolute;
  inset: auto -50px -50px auto;
}

.hero {
  background-image: url('../images/colorstrip.svg'), url('../images/background_yellowgrid.svg');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, 200px;
  background-attachment: scroll, scroll;
  padding-top: 70px;
  padding-bottom: 82px;
}

.container-4 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.hero-heading-2 {
  text-align: center;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 100px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 50px;
  display: block;
  position: absolute;
  inset: -25px 0 auto;
}

.slider {
  border-radius: 8px;
  flex: 1;
  height: 600px;
  box-shadow: 0 3px 4px #000000ad;
}

.color-block {
  background-image: linear-gradient(180deg, var(--fep-pink), var(--fep-green));
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px 50px 41px;
  display: flex;
}

.color-block.alt-1, .color-block.alt-2 {
  background-image: linear-gradient(180deg, var(--fep-pink), var(--fep-green));
}

.review-button {
  color: #fee140;
  background-color: #fff;
  border-radius: 3px;
  margin-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  transition: all .5s;
}

.review-button:hover {
  color: #fff;
  background-color: #535353;
}

.review-button.alt {
  color: #a6c1ee;
}

.review-button.alt-2 {
  color: #38f9d7;
}

.slider-nav {
  inset: auto 0% 0%;
}

.quotes {
  color: #fee140;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-size: 99px;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: -21% 8% auto auto;
}

.quotes.alt-1 {
  color: #a6c1ee;
}

.quotes.alt-2 {
  color: #38f9d7;
}

.wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  display: flex;
}

.slide-photo.photo-2 {
  background-image: url('../images/PHOTO-2024-03-20-20-14-35.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-photo.photo-1 {
  background-image: url('../images/428697604_10160376205086953_3255755475548885068_n.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-photo.photo-3 {
  background-image: url('../images/PHOTO-2024-03-20-20-10-44-5.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.right-arrow {
  color: #fee140;
  inset: 0% -8% 0% auto;
}

.review-logo {
  opacity: 1;
  height: 50px;
  margin-top: 20px;
}

.content-wrap {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  display: flex;
  position: relative;
  box-shadow: 2px 2px 5px #0000009e;
}

.left-arrow {
  color: #fee140;
  inset: 0% auto 0% -8%;
}

.slide-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.image-4 {
  width: 80px;
  position: absolute;
  top: -89px;
  right: 51px;
}

.colour-arrow, .pink-arrow {
  color: var(--fep-pink);
}

.green-arrow {
  color: var(--fep-green);
}

.footer-div {
  flex-flow: column;
  display: flex;
}

.social-icons {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.footer---updated-link {
  opacity: .85;
  color: #0b3646;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.footer---updated-link:hover, .footer---updated-link.w--current {
  opacity: 1;
  color: #03926e;
}

.footer---updated-link.second-set {
  color: #0b3646cc;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 15px;
}

.footer---updated-link.second-set:hover {
  color: var(--fep-pink);
}

.footer---updated-link.second-set.w--current {
  opacity: 1;
  color: #03926e;
}

.footer---updated-link.second-set.last {
  margin-right: 0;
}

.el-link {
  color: #000000a3;
  font-weight: 800;
  text-decoration: none;
}

.footer {
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 12%;
  display: flex;
  box-shadow: 0 -1px 3px #272e350f;
}

.lower-footer-links.wide {
  border-top: 1px solid #0d4b6f1f;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 25px;
  display: flex;
}

.lower-footer-links.right-links {
  align-items: center;
  display: flex;
}

.footer-text---lighter-2 {
  color: #0b3646a3;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  display: inline-block;
}

.footer-link {
  opacity: .85;
  color: #465a70;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 1;
  color: var(--fep-pink);
}

.footer-link.left {
  font-family: Changa One, Impact, sans-serif;
}

.web-links-2 {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.web-links-2.footer-logo {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.web-links-2.right {
  align-items: center;
  padding-bottom: 0;
}

.footer-logo {
  width: 100px;
}

.social-icon-link-2 {
  opacity: .9;
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
}

.social-icon-link-2:hover {
  opacity: 1;
}

.contact-details {
  color: #556f80;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
}

.in-page-logo {
  width: 150px;
}

.contact-icon-div {
  justify-content: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.form-holding-div {
  flex-direction: column;
  align-items: center;
  margin-top: -70px;
  display: flex;
}

.section-subhead {
  color: #556f80;
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
}

.section-subhead.px-below {
  text-align: center;
  margin-bottom: 40px;
}

.icon-col {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-container {
  background-color: #fff;
  flex-flow: column;
  align-items: center;
  width: 50%;
  max-width: none;
  padding: 40px 20px;
  display: flex;
  box-shadow: 0 1px 14px 4px #0003;
}

.contact-icon-columns {
  width: 70%;
  padding-top: 0;
  padding-bottom: 0;
}

.section-title-2 {
  color: #18394c;
  text-align: center;
  max-width: 900px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
}

.application-section {
  padding-bottom: 0;
}

.combine-icon_large-3 {
  color: var(--fep-pink);
  border-radius: 20px;
  width: 3rem;
  height: 3rem;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 0 2px 5px #00000073;
}

.waves-image-gallery-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.waves-small-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 70%;
  position: relative;
  overflow: hidden;
}

.waves-big-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.waves-medium-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 80%;
  position: relative;
  overflow: hidden;
}

.waves-bottom-gird-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr 1.2fr .7fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 0;
}

.waves-top-grid-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.2fr .8fr .9fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 16px;
}

.waves-master-gallery-3 {
  height: auto;
  padding-bottom: 60px;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.container-5 {
  max-width: 100%;
}

.mask {
  border-radius: 8px;
}

.brix---accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.brix---mg-bottom-0 {
  margin-bottom: 0;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-title {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Changa One, Impact, sans-serif;
}

.brix---color-neutral-800 {
  color: var(--fep-pink);
}

.brix---accordion-header {
  align-items: center;
  display: flex;
}

.brix---accordion-content-wrapper-width-660px {
  flex-direction: column;
  justify-content: center;
  max-width: 660px;
  display: flex;
}

.brix---accordion-item-wrapper-v7 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--fep-green);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 24px;
  justify-content: space-between;
  width: 100%;
  padding: 48px 64px;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v7:hover {
  transform: scale3d(.96, .96, 1.01);
}

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

.brix---inner-container-900px-center {
  max-width: 900px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

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

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.lynx-slide-nav {
  display: none;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium {
  color: #556f80;
  text-align: left;
  font-weight: 700;
}

.lynx-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 92%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-image-slide {
  object-fit: cover;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 30px;
  width: 50%;
  height: 100%;
  display: inline-block;
}

.lynx-text-client {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 14px;
  display: flex;
}

.lynx-right-arrow {
  background-color: var(--fep-pink);
  background-image: url('../images/Arrow_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  right: -20px;
}

.lynx-left-arrow {
  background-color: var(--fep-pink);
  background-image: url('../images/Arrow_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  left: -20px;
}

.lynx-client {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-block-slide-reviews {
  height: 100%;
  display: flex;
}

.f-paragraph-small {
  color: #556f80;
  text-align: left;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.lynx-image-client {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.text-block-13 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

.text-block-13._2 {
  margin-bottom: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.lynx-slider {
  outline-offset: 0px;
  background-color: #fff;
  border-radius: 30px;
  outline: 1px solid #eee;
  width: 100%;
  height: 380px;
  margin-top: 14px;
  box-shadow: 6px 10px 15px -10px #1f2022;
}

.lynx-block-slide {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 50%;
  padding: 50px 8%;
  display: flex;
}

.brix---icon-square-36px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.brix---paragraph-default-2 {
  color: var(--black);
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---heading-h3-size {
  color: var(--fep-pink);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
}

.brix---heading-h3-size-link {
  color: var(--elements-webflow-library--neutral--800);
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  transition: color .3s;
}

.brix---heading-h3-size-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---text-decoration-none {
  text-decoration: none;
}

.brix---content-inside-card {
  padding: 40px 28px 0;
}

.brix---badge-secondary-small-bold {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.brix---badge-wrapper-top-right {
  position: absolute;
  inset: 20px 20px auto auto;
}

.brix---avatar-image-link {
  min-width: 100%;
  height: 541.648px;
  transition: transform .3s;
}

.brix---avatar-image-link:hover {
  transform: scale(1.1);
}

.brix---testimonial-image-wrapper {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.brix---card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
}

.brix---grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

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

.brix---inner-container-574px---center-2 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---container-default-2 {
  max-width: 1218px;
  margin-top: 60px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.service-text-block, .columns {
  min-width: 100%;
}

@media screen and (min-width: 1440px) {
  .lynx-nav-button-green {
    padding: 18px 32px;
    font-size: 16px;
  }

  .lynx-navbar-border {
    height: 80%;
  }

  .lynx-text-nav-info {
    font-size: 13px;
  }

  .lynx-logo {
    width: auto;
    height: 105px;
  }

  .lynx-nav {
    min-height: 100%;
  }

  .lynx-navbar-group {
    justify-content: center;
    height: 17vh;
    display: block;
  }

  .lynx-nav-button-outline {
    padding: 18px 32px;
    font-size: 16px;
  }

  .lynx-nav-info {
    justify-content: center;
    align-items: center;
    padding-bottom: 6px;
  }

  .lynx-nav-link {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 18px;
  }

  .cta-2.colour5.bigger {
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 16px;
  }

  .cta-2.colour5.bigger.mini {
    width: auto;
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 16px;
  }

  .hero-section-2.spaced {
    height: 83vh;
    padding-top: 120px;
  }

  .subhead-3.home {
    font-size: 26px;
    line-height: 34px;
  }

  .headline-2.non-responsive {
    font-size: 92px;
  }

  .container {
    max-width: none;
  }

  .sub-text-title {
    font-size: 16px;
  }

  .image {
    border-radius: 8px;
  }

  .body-section.bottom._2 {
    padding-top: 80px;
  }

  .body-section._2 {
    padding-top: 0;
  }

  .body-heading {
    font-size: 82px;
  }

  .body-text {
    font-size: 24px;
  }

  .body-text.centred.smaller {
    width: 420px;
    font-size: 20px;
  }

  .body-text.centred.small {
    font-size: 20px;
  }

  .body-text.centred.services.top {
    height: 302.344px;
  }

  .body-text.centred.services.bottom {
    height: 268.75px;
  }

  .body-text.centred.service-box {
    text-align: center;
  }

  .usp-blurb {
    font-size: 22px;
  }

  .usp-header {
    font-size: 52px;
  }

  .usp-wrapper._24-7, .usp-wrapper.experience {
    border-radius: 8px;
  }

  .usp-wrapper.experience._2 {
    height: auto;
  }

  .usp-wrapper.limited-spaces {
    border-radius: 8px;
  }

  .logo-feature-image {
    margin-bottom: 20px;
  }

  .hero-heading {
    width: 480px;
    padding: 18px 60px;
    font-size: 42px;
  }

  .mouth {
    width: 250px;
  }

  .smiley {
    width: 180px;
  }

  .slider {
    height: 700px;
  }

  .wrapper {
    max-width: none;
  }

  .review-logo {
    height: 70px;
  }

  .content-wrap {
    margin-top: 39px;
  }

  .image-4 {
    width: 100px;
    top: -104px;
    right: 69px;
  }

  .footer-link, .footer-link.left.w--current {
    font-size: 16px;
  }

  .contact-details {
    font-size: 18px;
  }

  .section-subhead, .section-subhead.px-below {
    font-size: 24px;
    line-height: 1.5;
  }

  .contact-icon-columns {
    margin-bottom: 30px;
  }

  .section-title-2 {
    font-size: 46px;
    line-height: 1;
  }

  .brix---accordion-item-wrapper-v7 {
    box-shadow: 0 3px 3px #0000004d;
  }

  .review-heading {
    font-size: 38px;
    line-height: 1.2;
  }

  .review-q {
    font-size: 28px;
    line-height: 34px;
  }

  .f-paragraph-regular.f-text-weight-medium {
    font-size: 22px;
  }

  .lynx-content {
    margin-top: 100px;
  }

  .f-paragraph-small {
    font-size: 22px;
    line-height: 1.4;
  }

  .lynx-image-client {
    width: 70px;
    height: 70px;
  }

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

  .text-block-13._2 {
    font-family: PT Sans, sans-serif;
    font-size: 24px;
  }

  .lynx-slider {
    outline-offset: 0px;
    outline: 1px solid #e7e7e7;
    height: 460px;
    box-shadow: 7px 10px 15px -10px #1f2022;
  }

  .brix---paragraph-default-2 {
    font-size: 24px;
    line-height: 1.4;
  }

  .brix---container-default-2 {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .lynx-menu-button {
    color: #1f2022;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 8px;
    padding: 13px;
    font-size: 20px;
    transition: background-color .2s, color .2s;
    box-shadow: 0 10px 10px -10px #1f202233;
  }

  .lynx-menu-button.w--open {
    color: #fff;
    background-color: #1f2022;
  }

  .lynx-nav-menu {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 10px 15px -10px #1f20221a;
  }

  .div-content-hero, .div-content-hero._60 {
    width: 100%;
  }

  .hero-section-2.spaced {
    margin-left: 0;
    margin-right: 0;
    padding: 140px 5% 150px;
  }

  .hero-section-2.spaced.page {
    background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-samaraagenstvo-feeria-2399097.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 45vh;
    padding-bottom: 60px;
  }

  .subhead-3.home {
    width: 90%;
  }

  .subhead-3.home.centred {
    font-size: 20px;
  }

  .headline-2.responsive {
    display: none;
  }

  .headline-2.non-responsive.centred {
    font-size: 72px;
  }

  .left-margin {
    margin-right: 0;
  }

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

  .navlink {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section {
    padding: 80px 3% 20px;
  }

  .nav-line {
    align-self: flex-start;
    display: none;
  }

  ._80-div {
    width: 100%;
  }

  .services-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .features-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .icon-grid {
    width: 100%;
  }

  .body-section.bottom {
    padding-top: 40px;
  }

  .body-text.centred.smaller {
    width: auto;
  }

  .body-text.centred.services {
    margin-bottom: 0;
    font-size: 16px;
  }

  .body-text.centred.services.top {
    height: 291.18px;
  }

  .body-text.centred.services.bottom {
    height: 268.781px;
  }

  .body-text.centred.service-box {
    height: 308px;
  }

  .body-text.centred.service-box.sbox {
    height: 168px;
  }

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

  .usp-blurb {
    font-size: 14px;
  }

  .usp-header {
    font-size: 42px;
  }

  .container-2 {
    align-self: auto;
  }

  .usp-wrapper._24-7 {
    padding: 20px 10px;
  }

  .usp-wrapper._24-7.full {
    padding: 20px 40px;
  }

  .usp-wrapper.experience, .usp-wrapper.limited-spaces {
    padding: 20px 10px;
  }

  .logo-feature-image {
    width: 80px;
    margin-bottom: 20px;
  }

  .hero-box {
    width: 100%;
  }

  .mouth {
    width: 160px;
    top: 130px;
    left: -68px;
  }

  .smiley {
    width: 100px;
  }

  .slider {
    height: 580px;
  }

  .color-block {
    justify-content: center;
    padding-bottom: 20px;
  }

  .color-block.alt-2 {
    padding: 10px 20px;
  }

  .review-button {
    margin-top: 30px;
  }

  .quotes {
    top: -28%;
  }

  .wrapper {
    height: auto;
  }

  .right-arrow {
    right: -10%;
  }

  .content-wrap {
    padding-top: 20px;
  }

  .left-arrow {
    left: -10%;
  }

  .slide-wrapper {
    min-height: 100%;
  }

  .image-4 {
    width: 60px;
    top: -65px;
    right: 306px;
  }

  .footer {
    padding-left: 4%;
    padding-right: 4%;
  }

  .footer-link.left {
    margin-left: 0;
  }

  .web-links-2.footer-logo {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 2px;
    padding-bottom: 35px;
  }

  .web-links-2.right {
    width: 100%;
    padding-bottom: 30px;
  }

  .icon-col {
    margin-bottom: 20px;
  }

  .contact-icon-columns {
    flex-flow: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .combine-icon_large-3 {
    margin-bottom: 10px;
  }

  .waves-master-gallery-3 {
    padding-bottom: 0;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v7 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .review-heading {
    margin-top: 0;
    font-size: 26px;
    line-height: 1.2;
  }

  .text-block-13._2 {
    font-size: 14px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .brix---paragraph-default-2 {
    text-align: center;
  }

  .brix---heading-h3-size {
    font-size: 68px;
    line-height: 1;
  }

  .brix---heading-h3-size-link {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---content-inside-card {
    flex-flow: column;
    align-items: center;
    padding-top: 10px;
    display: flex;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }
}

@media screen and (max-width: 767px) {
  .div-content-hero {
    text-align: center;
  }

  .hero-section-2.spaced {
    background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-samaraagenstvo-feeria-2399097.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding: 180px 2% 120px;
  }

  .subhead-3 {
    width: 85%;
  }

  .subhead-3.home {
    margin-left: auto;
    margin-right: auto;
  }

  .headline-2 {
    text-align: center;
    font-size: 52px;
    line-height: 64px;
  }

  .headline-2.responsive {
    font-size: 58px;
    display: block;
  }

  .headline-2.non-responsive {
    display: block;
  }

  .section {
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .info-icon {
    display: none;
  }

  .icon-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .body-section, .body-section.bottom {
    padding-left: 40px;
    padding-right: 40px;
  }

  .body-text.centred.services {
    font-size: 18px;
  }

  .body-text.centred.services.top {
    height: 151.172px;
  }

  .body-text.centred.services.bottom {
    height: 125.977px;
  }

  .body-text.centred.service-box {
    height: 112px;
  }

  .body-text.centred.service-box.sbox {
    height: 56px;
  }

  .lottie-animation-4 {
    width: 15%;
  }

  .usp-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .midline {
    display: none;
  }

  .usp-header {
    font-size: 44px;
  }

  .container-2.usp {
    margin-bottom: 20px;
  }

  .usp-wrapper {
    z-index: 40;
    position: relative;
  }

  .usp-wrapper._24-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70vh;
    display: flex;
  }

  .usp-wrapper._24-7.full {
    height: auto;
  }

  .usp-wrapper.experience {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70vh;
    display: flex;
  }

  .usp-wrapper.limited-spaces {
    z-index: 500;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 430.172px;
    display: flex;
  }

  .logo-feature-image {
    margin-bottom: 0;
  }

  .container-3 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-box {
    justify-content: center;
    display: flex;
  }

  .image-2 {
    width: 100%;
  }

  .hero-heading {
    width: 305px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
  }

  .mouth {
    width: 100px;
    top: 110px;
    left: -46px;
  }

  .smiley {
    width: 80px;
    bottom: -34px;
    right: -26px;
  }

  .image-3 {
    width: 80%;
  }

  .hero-heading-2 {
    width: 305px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
  }

  .color-block {
    padding: 10px;
  }

  .review-text {
    font-size: 16px;
    line-height: 1.5em;
  }

  .wrapper {
    height: auto;
    padding-top: 0;
  }

  .right-arrow {
    display: none;
  }

  .review-logo {
    margin-top: 10px;
  }

  .content-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .left-arrow, .image-4 {
    display: none;
  }

  .web-links-2.footer-logo {
    padding-bottom: 45px;
  }

  .web-links-2.right {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
  }

  .section-subhead {
    text-align: center;
  }

  .section-subhead.px-below {
    margin-bottom: 40px;
  }

  .contact-container {
    width: 80%;
  }

  .section-title-2 {
    margin-top: 10px;
    font-size: 32px;
    line-height: 1;
  }

  .application-section {
    padding-bottom: 90px;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-item-wrapper-v7 {
    padding: 40px 24px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .review-q {
    font-size: 20px;
    line-height: 1.2;
  }

  .lynx-image-slide {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 250px;
  }

  .lynx-right-arrow {
    inset: auto 7% -5% auto;
  }

  .lynx-left-arrow {
    inset: auto auto -5% 7%;
  }

  .lynx-block-slide-reviews {
    flex-direction: column;
  }

  .f-paragraph-small, .text-block-13._2 {
    font-size: 16px;
  }

  .lynx-slider {
    height: 620px;
    box-shadow: 0 10px 15px -10px #1f2022a8;
  }

  .lynx-block-slide {
    border: 1px #000;
    width: 100%;
    height: 100%;
    padding: 40px 10%;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .brix---content-inside-card {
    padding: 32px 32px 40px;
  }

  .brix---badge-secondary-small-bold {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 479px) {
  .lynx-nav-block {
    max-width: none;
  }

  .lynx-icon-menu {
    color: var(--white);
  }

  .lynx-menu-button {
    background-color: var(--fep-pink);
  }

  .lynx-text-nav-info {
    font-size: 7px;
  }

  .lynx-logo {
    height: 70px;
  }

  .lynx-nav-buttons {
    display: none;
  }

  .lynx-navbar-group {
    height: 14vh;
  }

  .lynx-nav-info {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-2.colour5.bigger {
    width: 175.469px;
  }

  .cta-2.colour5.bigger.mini {
    width: 120px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-section-2.spaced {
    background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-samaraagenstvo-feeria-2399097.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 85vh;
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .subhead-3 {
    width: 95%;
  }

  .subhead-3.home {
    font-size: 20px;
    line-height: 1.3;
  }

  .subhead-3.home.centred {
    width: 100%;
    font-size: 18px;
  }

  .headline-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .headline-2.responsive, .headline-2.non-responsive {
    font-size: 44px;
  }

  .headline-2.non-responsive.centred {
    margin-bottom: 10px;
    font-size: 68px;
  }

  .left-margin {
    flex-flow: column;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .section-title {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 28px;
  }

  .top-margin-20._80px {
    margin-top: 20px;
  }

  .navlink {
    padding-top: 20px;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sub-text-title {
    text-align: center;
  }

  .sub-text-title.centred._2 {
    margin-top: 40px;
  }

  .icon-flex {
    order: -1;
    margin-right: 0;
  }

  .icon-flex.align-top {
    margin-left: 20px;
    margin-right: 0;
  }

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

  .image {
    border-radius: 8px;
  }

  .line-divider {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .body-section {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-section.special {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .body-section.full-width {
    padding-top: 0;
  }

  .body-section.full-width.px-below {
    padding-bottom: 20px;
  }

  .body-section.bottom {
    padding: 0 20px 80px;
  }

  .body-section.bottom._2 {
    padding-top: 0;
  }

  .body-section.top {
    padding-top: 60px;
  }

  .body-section.top.px-bottom {
    padding-bottom: 20px;
  }

  .body-section.top._3 {
    padding-bottom: 30px;
  }

  .body-heading {
    text-align: center;
    font-size: 52px;
  }

  .body-heading.centred {
    text-align: center;
    font-size: 40px;
  }

  .body-heading.centred._2 {
    font-size: 46px;
  }

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

  .body-text.centred.smaller {
    margin-bottom: 15px;
  }

  .body-text.centred.price {
    margin-bottom: 0;
    font-size: 32px;
  }

  .body-text.centred.services.top, .body-text.centred.services.bottom {
    height: auto;
  }

  .body-text.centred.service-box {
    height: auto;
    font-size: 16px;
  }

  .body-text.centred.service-box.sbox {
    height: auto;
    margin-bottom: 0;
  }

  .body-text.faq {
    text-align: left;
    font-size: 16px;
  }

  .lottie-animation-4 {
    width: 20%;
  }

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

  .usp-blurb {
    font-size: 12px;
  }

  .container-2 {
    align-self: auto;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .usp-wrapper._24-7 {
    border-radius: 8px;
    height: auto;
  }

  .usp-wrapper._24-7.full {
    padding-left: 20px;
    padding-right: 20px;
  }

  .usp-wrapper._24-7._2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .usp-wrapper.experience {
    border-radius: 8px;
    height: auto;
  }

  .usp-wrapper.experience._2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .usp-wrapper.limited-spaces {
    z-index: 501;
    border-radius: 8px;
    height: auto;
  }

  .usp-wrapper.limited-spaces._2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-box, .image-2 {
    width: 100%;
  }

  .hero-heading {
    width: 180px;
    font-size: 14px;
  }

  .mouth {
    width: 60px;
    top: 99px;
    left: -20px;
  }

  .smiley {
    width: 50px;
    bottom: -25px;
    right: -15px;
  }

  .image-3 {
    width: 100%;
  }

  .hero-heading-2 {
    width: 280px;
    font-size: 18px;
  }

  .slider {
    flex: none;
    width: 100%;
    height: auto;
  }

  .color-block {
    width: 100%;
    padding: 40px 15px 50px;
  }

  .color-block.alt-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .review-button {
    margin-top: 10px;
  }

  .slider-nav {
    display: none;
  }

  .quotes {
    inset: -379% 3% auto auto;
  }

  .wrapper {
    width: 100%;
  }

  .slide-photo {
    z-index: 3;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto 0% 37%;
  }

  .slide-photo.photo-2, .slide-photo.photo-1 {
    display: none;
  }

  .slide-photo.photo-3 {
    display: none;
    bottom: 43%;
  }

  .right-arrow {
    display: none;
  }

  .content-wrap {
    z-index: 2;
    height: auto;
    padding: 30px 20px;
    top: 0;
  }

  .left-arrow {
    display: none;
  }

  .slide-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .lower-footer-links.wide {
    flex-wrap: wrap;
    justify-content: center;
  }

  .lower-footer-links.right-links {
    margin-top: 17px;
  }

  .footer-text---lighter-2 {
    text-align: center;
    font-size: 11px;
  }

  .footer-link {
    margin-bottom: 9px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-link.left {
    margin-left: 20px;
  }

  .web-links-2.right {
    justify-content: center;
    padding-bottom: 20px;
  }

  .in-page-logo {
    width: 120px;
  }

  .contact-icon-div {
    margin-top: 20px;
  }

  .form-holding-div {
    margin-top: -40px;
  }

  .icon-col {
    margin-bottom: 20px;
  }

  .contact-container {
    border-radius: 8px;
    width: 90%;
  }

  .contact-icon-columns {
    flex-flow: row;
  }

  .section-title-2 {
    font-size: 28px;
    line-height: 38px;
  }

  .application-section {
    padding-bottom: 40px;
  }

  .combine-icon_large-3 {
    margin-bottom: 10px;
  }

  .waves-small-image-wrap-gallery-3.last-image-top-grid {
    display: none;
  }

  .waves-bottom-gird-gallery-3 {
    grid-template-columns: .8fr 1.2fr .7fr;
    height: 30vh;
  }

  .waves-top-grid-gallery-3 {
    grid-template-columns: .7fr 1.2fr .8fr;
    height: 30vh;
    margin-bottom: 16px;
  }

  .waves-master-gallery-3 {
    padding-bottom: 0;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---accordion-item-wrapper-v7 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .review-heading, .review-q {
    font-size: 18px;
  }

  .f-paragraph-regular.f-text-weight-medium {
    color: var(--black);
    font-family: PT Sans, sans-serif;
    line-height: 1;
  }

  .lynx-content {
    margin-top: 60px;
  }

  .lynx-right-arrow {
    width: 45px;
    height: 45px;
  }

  .lynx-left-arrow {
    width: 45px;
    height: 45px;
    bottom: -5%;
  }

  .f-paragraph-small {
    color: var(--black);
    font-family: PT Sans, sans-serif;
    font-size: 14px;
  }

  .text-block-13 {
    text-align: justify;
    font-size: 14px;
  }

  .text-block-13._2 {
    color: var(--black);
    text-align: left;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.2;
  }

  .lynx-slider {
    outline-offset: 0px;
    outline: 1px #eee;
    height: auto;
    margin-top: 0;
  }

  .lynx-block-slide {
    padding: 20px 20px 40px;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---paragraph-default-2 {
    font-size: 16px;
    line-height: 1.4;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---heading-h3-size {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 30px;
  }

  .brix---content-inside-card {
    padding: 20px 15px;
  }

  .brix---badge-secondary-small-bold {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---badge-wrapper-top-right {
    top: 14px;
    right: 14px;
  }

  .brix---avatar-image-link {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-d703e015-55ed-13fe-d177-cf702aeaa873-7bf99e54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72f4c696-a65e-1c20-b007-55ec97b13436-7bf99e54, #w-node-_72f4c696-a65e-1c20-b007-55ec97b13438-7bf99e54, #w-node-_72f4c696-a65e-1c20-b007-55ec97b1343a-7bf99e54, #w-node-_72f4c696-a65e-1c20-b007-55ec97b1343c-7bf99e54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_72f4c696-a65e-1c20-b007-55ec97b1343f-7bf99e54, #w-node-_72f4c696-a65e-1c20-b007-55ec97b13441-7bf99e54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_72f4c696-a65e-1c20-b007-55ec97b13443-7bf99e54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_72f4c696-a65e-1c20-b007-55ec97b13445-7bf99e54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7c8cfbf0-6e9b-1be9-75ea-082bac6f898f-0c3a858f, #w-node-_7c8cfbf0-6e9b-1be9-75ea-082bac6f8991-0c3a858f, #w-node-_7c8cfbf0-6e9b-1be9-75ea-082bac6f8993-0c3a858f, #w-node-_7c8cfbf0-6e9b-1be9-75ea-082bac6f8995-0c3a858f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_7c8cfbf0-6e9b-1be9-75ea-082bac6f8998-0c3a858f, #w-node-_7c8cfbf0-6e9b-1be9-75ea-082bac6f899a-0c3a858f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7c8cfbf0-6e9b-1be9-75ea-082bac6f899c-0c3a858f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_7c8cfbf0-6e9b-1be9-75ea-082bac6f899e-0c3a858f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b265101b-29bf-0040-741c-3b28e384bf7a-0c3a858f {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (min-width: 1440px) {
  #w-node-d703e015-55ed-13fe-d177-cf702aeaa873-7bf99e54 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
