@font-face {
  font-family: "Font awesome 6 brands 400";
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Pro Solid 900";
  src: url('../fonts/Pro-Solid-900.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --white: white;
  --blue: #50bcff;
  --dark-blue: #377fac;
  --black: #333;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.body {
  background-color: #e2e2e2;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.top-nav-links {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
}

.middle-nav-links {
  background-color: var(--white);
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-section {
  z-index: 3;
  background-color: #fff;
  width: 100%;
  position: static;
  top: 0;
  box-shadow: 0 2px 9px #0003;
}

.top-nav-inner-div {
  justify-content: space-around;
  align-items: flex-end;
  margin-left: auto;
}

.call-us {
  z-index: 5;
  border: 1px solid var(--blue);
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  width: 120px;
  margin-left: 10px;
  padding: 5px 22px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.call-us:hover {
  border: 1px solid var(--blue);
  background-color: var(--white);
  color: var(--blue);
}

.call-us.email, .call-us.call {
  width: auto;
  display: flex;
}

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

.top-nav-50-div._1 {
  justify-content: flex-start;
}

.top-nav-50-div._2 {
  justify-content: flex-end;
  margin-top: 10px;
}

.text-block-3 {
  margin-left: 20px;
}

.social-link {
  border: 1px solid var(--blue);
  background-color: var(--blue);
  color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  font-family: "Brands 400", Arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  border: 1px solid var(--blue);
  background-color: var(--white);
  color: var(--blue);
}

.social-link.side {
  border-radius: 40px;
  width: 50px;
  height: 50px;
  margin-top: 4px;
  margin-bottom: 2px;
  margin-right: 20px;
  font-size: 18px;
}

.social-link.side.top {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
  margin-bottom: 10px;
  margin-right: 10px;
}

.social-link.side.top:hover {
  background-color: var(--white);
}

.social-link.side._1 {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
}

.social-link.side._1:hover {
  background-color: var(--white);
}

.social-link.side._2 {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
}

.social-link.side._2:hover {
  background-color: var(--white);
}

.social-link.side.text-block-3 {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
}

.social-link.side.text-block-3:hover {
  background-color: var(--white);
}

.social-link.side._4 {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
}

.social-link.side._4:hover {
  background-color: var(--white);
}

.social-link.side._5 {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
}

.social-link.side._5:hover {
  background-color: var(--white);
}

.navbar {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link {
  color: var(--black);
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 15px 20px;
  font-weight: 600;
  transition: all .2s;
}

.nav-link:hover {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 20px;
}

.nav-link.w--current {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all .2s;
}

.nav-link.w--current:hover {
  color: var(--white);
  border-radius: 20px;
}

.nav-link.right {
  border: 1px solid var(--blue);
  background-color: var(--blue);
  color: var(--white);
  border-radius: 20px;
}

.nav-link.right.auto {
  border-color: var(--black);
  background-color: var(--white);
  color: var(--black);
  border-bottom-right-radius: 0;
  margin-left: 0;
  margin-right: 0;
}

.nav-link.black {
  background-color: var(--black);
  color: var(--white);
  border-radius: 20px;
  margin-left: 0;
  margin-right: 0;
}

.nav-link.black.w--open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle {
  color: var(--white);
  border-radius: 5px;
  padding: 15px 40px 15px 20px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  background-color: var(--white);
  color: var(--blue);
  border-radius: 20px;
}

.dropdown-toggle.w--open {
  background-color: var(--white);
  color: var(--blue);
  border-radius: 20px 20px 0 0;
}

.dropdown-toggle.w--open:hover {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.icon {
  margin-right: 20px;
}

.dropdown-list {
  background-color: #2c2121;
}

.dropdown-list.w--open {
  background-color: var(--white);
  color: var(--blue);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all .2s;
}

.dropdown-link {
  color: var(--blue);
}

.dropdown-link:hover {
  background-color: var(--blue);
  color: var(--white);
}

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

.nav-div {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.dropdown {
  transition: all .2s;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  font-size: 14px;
  transition: all .2s;
  display: flex;
}

.hero-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--black);
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start center;
  width: 400px;
  height: 100%;
  padding: 40px 30px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.hero-icon {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Pro Solid 900", Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.body-button {
  z-index: 1;
  border: 1px solid var(--blue);
  background-color: var(--blue);
  color: var(--white);
  border-radius: 7px;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.body-button:hover {
  border: 1px solid var(--blue);
  background-color: var(--white);
  color: var(--blue);
}

.body-button._15b {
  border-color: var(--black);
  background-color: var(--white);
  color: var(--black);
  margin-bottom: 15px;
}

.body-button._15b:hover {
  border-color: var(--blue);
  background-color: var(--blue);
  color: var(--white);
}

.h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.h2.banner {
  text-align: left;
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 39px;
}

.h2.lg {
  font-size: 50px;
  line-height: 64px;
}

.service-boxes {
  background-image: linear-gradient(#00000054, #00000054), url('../images/RIVER1.webp');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.body-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.body-div.grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.body-div.grid._100 {
  grid-template-rows: auto;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.services {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 1300px;
  display: grid;
}

.services-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.section {
  background-color: var(--white);
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/Asset-2wiggle3.svg'), url('../images/Asset-1wiggle.svg');
  background-position: 0 0, 76vw 340px, 85vw 200px;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 240px, 500px;
  background-attachment: scroll, scroll, scroll;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section.red {
  background-color: var(--blue);
  background-image: url('../images/Asset-10.svg');
  background-position: 50% 101%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 140px;
}

.section.sm {
  background-color: #f1f1f1;
  background-image: none;
  flex-flow: column;
  padding-top: 40px;
  padding-bottom: 40px;
}

.coloured-line {
  background-color: var(--blue);
  border-radius: 20px;
  width: 60%;
  height: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.coloured-line.white {
  background-color: var(--white);
}

.coloured-line._10pad {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  line-height: 38px;
}

.p {
  color: var(--black);
  font-weight: 600;
}

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

.p.white {
  color: var(--white);
}

.p.white.center {
  color: var(--black);
}

.p._20b {
  z-index: 2;
  background-color: #ffffff70;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 5px;
  font-weight: 500;
  position: relative;
}

.p._20b._20t {
  margin-top: 20px;
}

.p.rules {
  background-color: #ffffffeb;
  border-bottom: 1px solid #8a8a8a;
  width: 100%;
  margin-bottom: 0;
  padding: 20px;
}

.p.rules._2 {
  background-color: #f1f1f1eb;
  flex-flow: column;
  display: block;
}

.p.rules._2.b {
  padding-left: 40px;
}

.p.rules._2.nl {
  border-bottom-style: none;
}

.p.pad {
  background-color: #ffffff2b;
  border-radius: 6px;
  padding: 5px;
}

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

.h2-txt {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h2-txt.white {
  color: var(--white);
  width: 100%;
}

.footer-section {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.footer-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  width: 90%;
  max-width: 1200px;
  margin-top: 40px;
  display: grid;
}

.footer-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h3 {
  color: var(--dark-blue);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 37px;
}

.footer-list {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  line-height: 28px;
  list-style-type: none;
}

.footer-socials {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.footer-socials.header {
  width: auto;
  margin-bottom: 10px;
  padding-top: 0;
}

.footer-head {
  font-size: 22px;
  font-weight: 700;
}

.map {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-height: 499px;
  margin-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.footerlinks {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

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

.c {
  font-family: "Sharp 400", Arial, sans-serif;
}

.side-socials {
  z-index: 999;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 75px;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

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

.bold-text {
  font-family: "Font awesome 6 free solid 900";
}

.nav-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.email {
  color: var(--white);
}

.copyright-text {
  padding-bottom: 5px;
}

.black-link-no-line {
  color: var(--black);
  text-decoration: none;
  transition: all .2s;
}

.black-link-no-line:hover {
  color: var(--blue);
}

.nav-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-6 {
  font-family: "Font awesome 6 free solid 900";
  font-size: 16px;
}

.header-logo {
  width: 160px;
}

.header-logo-small {
  width: 180px;
}

.map-stuff {
  z-index: 2;
  background-color: #f7f7f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.map-html {
  z-index: 1;
  width: 100%;
  position: relative;
  top: -60px;
  left: -2px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.fa {
  margin-right: 10px;
  font-family: "Sharp 400", Arial, sans-serif;
  text-decoration: none;
}

.fa._2 {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: flex;
}

.fa._0 {
  margin-right: 0;
}

.navbar-2 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav-menu-2 {
  flex-flow: wrap;
  display: flex;
}

.nav-inner {
  margin-right: auto;
}

.inner-nav-div {
  justify-content: center;
  align-items: center;
  width: 95%;
  display: flex;
}

.hero-left-2 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 170px;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 500px;
  margin-bottom: -105px;
  position: absolute;
  top: -446px;
  left: 5%;
  right: auto;
}

.hero-left-2.svs {
  height: 430px;
  margin-bottom: 0;
  top: 39%;
}

.hero-2 {
  background-image: linear-gradient(90deg, #0003 47%, #fff0), url('../images/1f50367b-ce31-4144-900b-238e7b974331.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding-top: 60px;
  display: flex;
}

.text-span {
  font-size: 22px;
  line-height: 24px;
}

.hyperlink {
  color: var(--dark-blue);
  font-weight: 700;
}

.text-block-9 {
  margin-right: 25px;
}

.dropdown-2 {
  margin-left: 10px;
  margin-right: 10px;
}

.dropdown-link-2 {
  background-color: var(--black);
  color: var(--white);
  padding: 10px;
  font-size: 17px;
  font-weight: 600;
}

.dropdown-link-2:hover {
  background-color: #2b2b2b;
}

.dropdown-link-2._0 {
  font-size: 16px;
  font-weight: 400;
}

.dropdown-link-2._0.w--current {
  background-color: var(--blue);
  color: var(--white);
  font-weight: 700;
}

.image {
  background-color: var(--white);
  border-radius: 100%;
  width: 140px;
}

.link-2 {
  color: #333;
}

.div-block-12 {
  position: relative;
}

.icon-4 {
  color: var(--blue);
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-left: 0;
  margin-right: 20px;
  display: flex;
  position: static;
  transform: rotate(-90deg);
}

.icon-4.a {
  justify-content: center;
  align-items: center;
  font-size: 23px;
  display: flex;
  transform: none;
}

.dropdown-toggle-2 {
  z-index: 2;
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 10px 10px 0;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.dropdown-toggle-2.w--open {
  width: 100%;
  display: flex;
}

.dropdown-list-5.w--open {
  border-radius: 6px;
  overflow: hidden;
}

.dropdown-list-5._0.w--open {
  border-radius: 0 6px 6px;
}

.text-span-2 {
  font-weight: 600;
}

.image-2 {
  z-index: 1;
  width: 300px;
  height: 300px;
  position: absolute;
  bottom: -124px;
  right: -100px;
}

.image-2._2 {
  width: 140px;
  height: 140px;
  bottom: -75px;
  right: 33%;
}

.imggrid {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  min-height: 300px;
}

.imggrid._1 {
  background-image: url('../images/RIVER3.webp');
}

.imggrid._2 {
  background-image: url('../images/brittens6.webp');
}

.imggrid._3 {
  background-image: url('../images/brittens10.webp');
}

.text-block-10 {
  background-color: var(--white);
  border-radius: 5px;
  padding: 5px;
}

.div-block-15 {
  height: 0;
  margin-left: 5%;
  position: relative;
}

.image-3 {
  width: 260px;
  margin-top: 10px;
  padding-top: 10px;
}

.text-block-11 {
  font-size: 20px;
}

.div-block-16 {
  background-color: var(--white);
  border-radius: 9px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: auto 20px 20px auto;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.boldun {
  text-decoration: underline;
}

.teaser-container {
  background-color: #fff;
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/Asset-1wiggle.svg'), url('../images/Asset-2wiggle3.svg'), url('../images/Asset-3wiggle2.svg');
  background-position: 0 0, -100px 20px, 142% 45%, -60px 80%;
  background-repeat: repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, 250px, 600px, 400px;
  max-width: 1920px;
  padding-bottom: 100px;
  padding-left: 60px;
  padding-right: 60px;
}

.p-xs-start {
  padding-top: 1em;
}

.teaser-img {
  object-fit: cover;
  width: 100%;
  height: 80%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0%;
}

.teaser-img._3 {
  z-index: 2;
  background-color: var(--white);
  flex-flow: wrap;
  justify-content: space-between;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.teaser-img._1 {
  z-index: 4;
  background-color: var(--white);
  flex-flow: wrap;
  justify-content: space-between;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.teaser-img._2 {
  z-index: 3;
  background-color: var(--white);
  flex-flow: wrap;
  justify-content: space-between;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.copy-small {
  font-size: .95em;
}

.teaser-copy {
  background-color: #ffffffde;
  border-radius: 6px;
  max-width: 650px;
  margin-right: 20%;
  padding: 20px;
}

.teaser-img-tablet-down {
  display: none;
}

.teaser-grid {
  align-items: stretch;
  display: flex;
  position: relative;
  top: 22px;
}

.teaser-column {
  width: 50%;
  position: relative;
}

.p-teaser-img-wrap {
  height: 80vh;
  position: sticky;
  top: 5vh;
  overflow: hidden;
}

.teaser-copy-wrap {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.lightbox-link {
  width: 24.4%;
  height: 50%;
  margin-bottom: -5px;
  transition: all .2s;
  overflow: hidden;
}

.lightbox-link:hover {
  transform: scale(1.05);
}

.lightbox-link.brittens {
  width: 33%;
  height: 33.3%;
}

.lightbox-link.furze {
  width: 49.5%;
}

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

.tab-pane-tab-1 {
  height: 64vh;
}

.tabs-content {
  border-radius: 0 8px 8px;
}

.tabs {
  margin-top: 60px;
  margin-bottom: 60px;
}

.tabselector {
  background-color: var(--dark-blue);
  color: var(--white);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-right: 10px;
}

.tabselector.w--current {
  background-color: var(--blue);
}

.team-position {
  color: var(--blue);
  text-transform: uppercase;
  font-size: 18px;
  display: inline;
}

.team_contact--cont {
  color: #002e6d;
  align-items: center;
  margin-top: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.contact-link {
  color: #7d8ab1;
  margin-right: 8px;
  text-decoration: none;
  transition: color .4s;
}

.contact-link:hover {
  color: #3056c5;
}

.team-contact__wrap {
  flex-flow: column;
  display: flex;
}

.team-name {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  font-size: 20px;
}

.team-info__wrap {
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.contact-type {
  margin-right: 8px;
  font-family: "Pro Solid 900", Arial, sans-serif;
}

.img__cover {
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 300px;
}

.img__cover._3 {
  object-position: 50% 82%;
}

.img__cover._1 {
  object-position: 50% 31%;
}

.div-block-18 {
  height: 100%;
  padding: 20px;
}

.ico {
  font-family: "Pro Solid 900", Arial, sans-serif;
}

.div-block-19 {
  background-image: url('../images/affil-ang.png'), linear-gradient(to bottom, var(--white), var(--white));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  flex: none;
  width: 100%;
  height: 200px;
}

.div-block-19._2 {
  background-image: url('../images/affil-hamp.png'), linear-gradient(to bottom, var(--black), var(--black));
}

.div-block-19._3 {
  background-image: url('../images/affil-whol.webp'), linear-gradient(to bottom, var(--white), var(--white));
  flex: none;
}

.div-block-19._4 {
  background-image: url('../images/tj.webp'), linear-gradient(#3e3b87, #3e3b87);
}

.link-block {
  text-decoration: none;
}

.text-block-12 {
  color: var(--black);
  text-decoration: none;
}

.text-span-7 {
  font-weight: 700;
  text-decoration: underline;
}

.little-details-wrapper {
  position: absolute;
  inset: auto 0% 0% 15px;
}

.event-wrapper {
  background-color: #b2e1ff;
  border-radius: 10px;
  flex-direction: column;
  padding: 0 10px 10px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.event-information-wrapper {
  flex-direction: column;
  justify-content: space-around;
  width: 80%;
  padding-left: 15px;
  display: block;
  position: relative;
}

.event-details-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2px;
  margin-right: 0;
  display: flex;
}

.name {
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.top-wrapper {
  height: 110px;
  margin-top: 10px;
  display: flex;
}

.details-text {
  color: var(--black);
  display: inline-block;
}

.day-name {
  font-size: 25px;
}

.day-name.month {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.day-date {
  font-size: 40px;
  line-height: 1;
}

.date-and-day-wrapper {
  text-transform: uppercase;
  border-right: 1px solid #0003;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  font-size: 20px;
  display: flex;
}

.italic-text {
  font-size: 12px;
  line-height: 15px;
}

.text-span-8 {
  font-size: 12px;
  line-height: 14px;
}

.div-block-20 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.capgrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.link-3 {
  color: var(--black);
  margin-bottom: 5px;
  font-weight: 600;
  text-decoration: none;
}

.link-block-2 {
  color: var(--black);
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .middle-nav-links {
    display: flex;
  }

  .top-nav-inner-div {
    width: 100%;
  }

  .top-nav-50-div._1 {
    width: 100%;
    margin-left: 20px;
  }

  .top-nav-50-div._2 {
    margin-right: 20px;
  }

  .nav-link {
    background-color: var(--white);
    text-align: left;
    border-bottom: 1px solid #e2e2e2;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link:hover, .nav-link.w--current, .nav-link.w--current:hover {
    border-radius: 0;
  }

  .nav-link.right {
    border-bottom-style: none;
    border-radius: 0;
  }

  .nav-link.right.auto {
    border-style: none;
    border-radius: 0;
    width: 100%;
  }

  .nav-link.black {
    border-bottom-style: none;
    border-radius: 0;
    width: 100%;
  }

  .nav-link.black.w--open {
    border-bottom-style: solid;
    border-bottom-color: #272727;
  }

  .dropdown-toggle {
    background-color: var(--blue);
    border-radius: 0;
    width: 100%;
  }

  .dropdown-toggle:hover {
    border-radius: 0;
  }

  .dropdown-link {
    text-align: center;
  }

  .logo {
    margin-bottom: 0;
  }

  .dropdown {
    width: 100%;
  }

  .nav-menu {
    background-color: var(--blue);
    width: 100%;
    display: flex;
  }

  .hero-div {
    border-radius: 0;
    width: 100%;
    box-shadow: 0 2px 5px #0003;
  }

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

  .services {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

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

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

  .map {
    align-items: center;
  }

  .text-block-4 {
    text-align: center;
    padding-left: 20px;
  }

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

  .nav-container {
    width: 100%;
    height: 100px;
  }

  .map-stuff {
    width: 90%;
    display: none;
    left: auto;
  }

  .map-html {
    width: 100%;
  }

  .navbar-2 {
    justify-content: space-between;
    width: 100%;
    padding-bottom: 0;
  }

  .nav-menu-2 {
    width: 100%;
  }

  .nav {
    justify-content: flex-end;
    width: auto;
    margin-left: auto;
    display: flex;
  }

  .nav.w--open {
    background-color: var(--blue);
    color: var(--white);
    border-radius: 8px;
    width: auto;
    height: 100%;
    margin-left: auto;
  }

  .icon-3 {
    justify-content: flex-end;
    display: flex;
  }

  .nav-inner {
    align-items: center;
    width: 94%;
    display: flex;
  }

  .inner-nav-div {
    width: 100%;
  }

  .hero-left-2 {
    margin-bottom: 0;
    position: static;
  }

  .hero-2 {
    height: 50vh;
  }

  .dropdown-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-link-2 {
    border-bottom: 1px solid #2c2c2c;
  }

  .dropdown-list-5 {
    position: static;
  }

  .image-2 {
    bottom: -23%;
    right: -8%;
  }

  .image-2._2 {
    bottom: -12%;
    right: 16%;
  }

  .imggrid {
    display: none;
  }

  .div-block-15 {
    height: auto;
    margin-left: 0%;
  }

  .teaser-img {
    position: relative;
    inset: auto;
  }

  .teaser-copy {
    width: 100%;
    margin-top: 1.5em;
    margin-bottom: 2em;
    margin-right: 0%;
  }

  .teaser-img-tablet-down {
    width: 100%;
    display: block;
  }

  .teaser-grid {
    flex-direction: column;
  }

  .teaser-column {
    width: 100%;
  }

  .p-teaser-img-wrap {
    display: none;
  }

  .teaser-copy-wrap {
    flex-direction: column;
    height: auto;
  }

  .tabs {
    width: 100%;
  }

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

@media screen and (max-width: 767px) {
  .top-nav-links {
    height: 100px;
  }

  .top-nav-inner-div {
    flex-direction: column;
    height: 100px;
  }

  .call-us {
    margin-left: 0;
  }

  .call-us.email {
    margin-left: 10px;
  }

  .call-us.call {
    margin-right: 10px;
  }

  .top-nav-50-div._1 {
    text-align: center;
    justify-content: center;
    margin-left: 0;
    display: flex;
  }

  .top-nav-50-div._2 {
    text-align: center;
    justify-content: center;
    margin-right: 0;
  }

  .social-link.side {
    width: 60px;
    height: 60px;
    margin-left: 0;
  }

  .social-link.side.top {
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .body-div.grid {
    grid-template-columns: 1fr;
    place-items: start stretch;
  }

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

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

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

  .footer-column {
    justify-content: flex-start;
    height: 100%;
  }

  .h3 {
    text-align: center;
  }

  .footer-head {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
  }

  .footerlinks {
    text-align: center;
  }

  .side-socials {
    justify-content: flex-end;
    width: 80px;
    height: 80px;
    inset: auto 0% 0% auto;
  }

  .circle-div-side {
    display: none;
  }

  .nav-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }

  .header-logo-small {
    width: 160px;
  }

  .nav {
    margin-left: auto;
  }

  .hero-2 {
    justify-content: flex-end;
    align-items: flex-end;
    height: 400px;
    padding-top: 40px;
  }

  .div-block-16 {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .teaser-container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .teaser-copy {
    padding-right: 0%;
  }

  .img__cover {
    height: 450px;
  }

  .img__cover._3 {
    object-position: 50% 61%;
  }

  .img__cover._1 {
    object-position: 50% 25%;
  }

  .img__cover._4 {
    object-position: 50% 0%;
  }
}

@media screen and (max-width: 479px) {
  .top-nav-links, .top-nav-inner-div {
    height: 100%;
  }

  .top-nav-50-div._1 {
    width: 100%;
    display: none;
  }

  .top-nav-50-div._2 {
    justify-content: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .social-link.side.top {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .nav-link {
    color: var(--black);
    text-align: left;
    border-radius: 0;
  }

  .nav-link:hover {
    border-radius: 0;
  }

  .nav-link.w--current {
    background-color: var(--white);
    color: var(--blue);
  }

  .dropdown-toggle {
    background-color: var(--blue);
    width: 100%;
  }

  .dropdown-toggle:hover, .dropdown-toggle.w--open {
    border-radius: 0;
  }

  .dropdown-link {
    background-color: var(--blue);
    color: var(--white);
    text-align: center;
  }

  .logo {
    margin-bottom: 20px;
  }

  .dropdown {
    text-align: center;
    width: 100%;
  }

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

  .hero-div {
    grid-template-rows: auto auto auto;
    padding: 20px 40px;
  }

  .hero-div.svs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-icon {
    display: none;
  }

  .h2.banner {
    z-index: 9;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    position: relative;
  }

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

  .services-box {
    grid-template-rows: auto auto;
  }

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

  .coloured-line {
    width: 100%;
  }

  .h1 {
    text-align: center;
  }

  .p {
    text-align: center;
    background-color: #ffffffbf;
    border-radius: 6px;
    padding: 10px;
  }

  .p._20b {
    text-align: center;
  }

  .footer-div {
    margin-top: 0;
  }

  .h3 {
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 30px;
  }

  .footer-socials {
    padding-top: 0;
  }

  .map {
    margin-bottom: 40px;
  }

  .c {
    margin-bottom: 10px;
  }

  .side-socials {
    justify-content: flex-end;
    height: 120px;
    inset: auto 0% 0% auto;
  }

  .circle-div-side {
    display: none;
  }

  .text-block-4 {
    text-align: center;
    padding-left: 20px;
  }

  .footer-link-txt {
    text-align: center;
  }

  .copyright-text {
    text-align: center;
    flex-direction: column;
    display: flex;
  }

  .black-link-no-line {
    color: var(--black);
    text-decoration: none;
  }

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

  .nav {
    width: auto;
    margin-left: auto;
    margin-right: 20px;
  }

  .nav.w--open {
    margin-right: 20px;
  }

  .icon-3 {
    text-align: center;
    justify-content: center;
  }

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

  .hero-left-2 {
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .hero-left-2.svs {
    height: auto;
  }

  .hero-2 {
    padding-top: 0;
  }

  .div-block-16 {
    margin-right: auto;
  }

  .teaser-copy {
    margin-bottom: 0;
    padding-right: 20px;
  }

  .tab-pane-tab-1 {
    height: 40vh;
  }

  .tabs-menu {
    display: flex;
  }

  .team-position, .contact-link {
    font-size: 14px;
  }

  .team-name {
    font-size: 18px;
  }

  .img__cover {
    height: 180px;
  }

  .img__cover._3 {
    object-position: 50% 61%;
  }

  .img__cover._1 {
    object-position: 50% 21%;
  }

  .img__cover._4 {
    object-position: 50% 0%;
  }

  .day-name {
    font-size: 20px;
  }

  .day-date {
    font-size: 30px;
  }

  .capgrid {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }
}

#w-node-e116e054-127c-7f51-e417-a822596ce838-3bd537bc, #w-node-a6efdfc2-c054-2990-c5a0-11107f635374-3bd537bc, #w-node-_6ada9d96-4a5c-d3a6-6fda-6ae66d32201d-3bd537bc, #w-node-eda95253-de17-2111-563a-b82ba4abc10e-3bd537bc, #w-node-eda95253-de17-2111-563a-b82ba4abc110-3bd537bc, #w-node-a8053a77-1cf0-2943-ffb4-0146c78a03b4-3bd537bc, #w-node-a8053a77-1cf0-2943-ffb4-0146c78a03b6-3bd537bc, #w-node-_8deee5fd-ad79-50fc-66c0-5f4a7cb39304-7cb392f6, #w-node-_8deee5fd-ad79-50fc-66c0-5f4a7cb39312-7cb392f6, #w-node-_8deee5fd-ad79-50fc-66c0-5f4a7cb39324-7cb392f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8deee5fd-ad79-50fc-66c0-5f4a7cb39331-7cb392f6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e116e054-127c-7f51-e417-a822596ce838-b20e67ea, #w-node-e116e054-127c-7f51-e417-a822596ce838-7340b7a5, #w-node-e116e054-127c-7f51-e417-a822596ce838-4f145b8f, #w-node-e116e054-127c-7f51-e417-a822596ce838-f606fedf, #w-node-e116e054-127c-7f51-e417-a822596ce838-f8ea2861, #w-node-e116e054-127c-7f51-e417-a822596ce838-25891e91, #w-node-e116e054-127c-7f51-e417-a822596ce838-84714396, #w-node-e116e054-127c-7f51-e417-a822596ce838-b7fad6bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_675e575c-ecb2-b13a-df95-59f6616ec410-3bd537bc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0d6d15b3-cfc9-997f-4060-78065740cbc0-3bd537bc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7c9c4853-84a9-9a4e-04d9-b7e1c9b006b1-f606fedf, #w-node-d678f18b-06b6-b7df-2e50-5367c4df1524-f606fedf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_675e575c-ecb2-b13a-df95-59f6616ec410-3bd537bc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0d6d15b3-cfc9-997f-4060-78065740cbc0-3bd537bc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7c9c4853-84a9-9a4e-04d9-b7e1c9b006b1-f606fedf, #w-node-d678f18b-06b6-b7df-2e50-5367c4df1524-f606fedf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8deee5fd-ad79-50fc-66c0-5f4a7cb39304-7cb392f6, #w-node-_8deee5fd-ad79-50fc-66c0-5f4a7cb39312-7cb392f6, #w-node-_8deee5fd-ad79-50fc-66c0-5f4a7cb39324-7cb392f6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


@font-face {
  font-family: 'Font awesome 6 brands 400';
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp 400';
  src: url('../fonts/Sharp-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pro Solid 900';
  src: url('../fonts/Pro-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brands 400';
  src: url('../fonts/Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}