@font-face {
  font-family: "Sharp Solid 900";
  src: url('../fonts/Sharp-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;
}

@font-face {
  font-family: "Sharp 300";
  src: url('../fonts/Sharp-Light-300.otf') format("opentype");
  font-weight: 300;
  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: "Sharp 100";
  src: url('../fonts/Sharp-Thin-100.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

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

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

:root {
  --royal-blue: #0067ac;
  --royal-blue-2: #e7cb0c;
  --black: black;
  --olive: #7d6940;
  --white: white;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.white-link {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.co-logo-link {
  align-items: center;
  height: 100%;
  display: flex;
}

.co-logo-link.w--current {
  width: auto;
}

.vtcl-tel-div {
  flex-direction: column;
  display: flex;
}

.double-number-div {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-div {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.top-tel-no {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.top-contact-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.contact-icon {
  margin-bottom: 5px;
  margin-right: 10px;
}

.top-div-block {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: none;
  height: 100%;
  display: flex;
}

.header {
  z-index: 999;
  background-color: var(--royal-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.need-help {
  color: #fff;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  background-color: #0000;
}

.menu {
  background-color: var(--royal-blue-2);
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon {
  margin-top: 15px;
}

.nav-link {
  border-bottom: 5px solid var(--royal-blue-2);
  background-color: var(--royal-blue-2);
  color: var(--black);
  text-align: center;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 700;
}

.nav-link:hover {
  border-bottom-color: var(--royal-blue);
}

.nav-link.w--current {
  border-bottom-color: var(--black);
  color: var(--black);
}

.nav-link.dropdown {
  background-color: var(--royal-blue-2);
  text-align: left;
  border-bottom-width: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-link.dropdown:hover, .nav-link.dropdown.w--current {
  background-color: var(--royal-blue);
}

.navbar {
  background-color: var(--royal-blue-2);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: none;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.nav-link-dropdown {
  border-bottom: 5px solid var(--royal-blue-2);
  color: var(--black);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  font-size: 13px;
  font-weight: 700;
}

.nav-link-dropdown:hover {
  border-bottom-color: var(--royal-blue);
}

.nav-link-dropdown.services {
  border-bottom-color: var(--black);
}

.text-block {
  font-size: 15px;
}

.banner {
  z-index: 0;
  background-image: url('../images/AdobeStock_229254121.webp');
  background-position: 50%;
  background-size: cover;
  height: 600px;
  min-height: auto;
  position: relative;
}

.small-text-div-and-arrow {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.slider-small-text {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
}

.slider-small-text._2 {
  padding-bottom: 40px;
}

.box {
  opacity: 1;
  background-color: #272d33;
  background-image: linear-gradient(#000000b3, #000000b3);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 100px;
  padding: 30px;
  display: flex;
}

.box:hover {
  text-shadow: 4px 4px 5px #000000bf;
  background-image: linear-gradient(#d5272ab3, #d5272ab3);
}

.box._1 {
  background-image: linear-gradient(#0067accc, #0067accc), url('../images/AdobeStock_238265428.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  text-decoration: none;
}

.box._1:hover {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/AdobeStock_238265428.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.box._4:hover {
  background-color: #0000;
  background-image: linear-gradient(#7d694080, #7d694080), url('../images/184280445_1260471664384300_5813471857857966268_n.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.box._3:hover {
  background-color: #0000;
  background-image: linear-gradient(#7d694080, #7d694080), url('../images/184808312_1260471651050968_1904045924640609431_n.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.box._2 {
  background-image: linear-gradient(#0067accc, #0067accc), url('../images/AdobeStock_225683661.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  text-decoration: none;
}

.box._2:hover {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/AdobeStock_225683661.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.box._3 {
  background-image: linear-gradient(#0067accc, #0067accc), url('../images/AdobeStock_224513125.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  text-decoration: none;
}

.box._3:hover {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/AdobeStock_224513125.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.box._4 {
  background-image: linear-gradient(#0067accc, #0067accc), url('../images/AdobeStock_283224953_Editorial_Use_Only-copy.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  text-decoration: none;
}

.box._4:hover {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/AdobeStock_283224953_Editorial_Use_Only-copy.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.box._5 {
  background-image: linear-gradient(#0067accc, #0067accc), url('../images/AdobeStock_340556619.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  text-decoration: none;
}

.box._5:hover {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/AdobeStock_340556619.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.box._6 {
  background-image: linear-gradient(#0067accc, #0067accc), url('../images/AdobeStock_320087635.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  text-decoration: none;
}

.box._6:hover {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/AdobeStock_320087635.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

._4-boxes-section {
  background-color: var(--royal-blue-2);
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

._4-box-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.box-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 300;
  line-height: 60px;
}

.h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 40px;
  font-size: 35px;
  font-weight: 700;
}

.h1.no-padding {
  padding-bottom: 0;
}

.body-content-div {
  width: 95%;
  max-width: 1200px;
}

.read-more {
  background-color: var(--white);
  color: var(--royal-blue);
  border-radius: 20px;
  margin-top: 40px;
  font-weight: 700;
}

.read-more:hover {
  background-color: var(--royal-blue-2);
  color: var(--white);
}

.p {
  margin-bottom: 0;
  margin-right: 0;
  line-height: 24px;
}

.p.white {
  color: #fff;
}

.p._3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p._2 {
  margin-right: 12px;
  padding-bottom: 40px;
}

.p._1 {
  padding-top: 40px;
}

.body-section {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.body-section.green {
  background-color: var(--royal-blue);
}

.body-section.green.top {
  padding-top: 220px;
}

.image-section {
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.image-section._1 {
  background-image: url('../images/AdobeStock_221156627.webp');
  background-position: 50%;
  background-size: cover;
}

.image-section._3 {
  background-image: url('../images/AdobeStock_2211566273.webp');
  background-position: 50%;
  background-size: cover;
}

.image-section._4 {
  background-image: url('../images/AdobeStock_279110807.webp');
  background-position: 50%;
  background-size: cover;
}

.image-section._5 {
  background-image: url('../images/AdobeStock_283224953_Editorial_Use_Only-copy.webp');
  background-position: 50%;
  background-size: cover;
}

.image-section._6 {
  background-image: url('../images/AdobeStock_340556619.webp');
  background-position: 50%;
  background-size: cover;
}

.image-section._7 {
  background-image: url('../images/AdobeStock_238265428.webp');
  background-position: 50%;
  background-size: cover;
}

.full-width-image-div {
  width: 95%;
  max-width: 1200px;
  min-height: 200px;
}

.full-width-image-text-div {
  background-color: #0067accc;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 49%;
  padding: 30px;
  display: flex;
}

.full-width-image-text-div._100 {
  background-color: #0067ac;
  width: 100%;
  margin-bottom: 40px;
}

.image-heading {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.image-heading._2 {
  padding-bottom: 40px;
}

.image-heading._2.b {
  color: var(--black);
  font-weight: 700;
}

.image-heading._2.b._40t {
  margin-top: 40px;
  font-weight: 700;
}

.image-heading._2.small {
  padding-bottom: 10px;
  font-size: 20px;
}

.list-item {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

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

.list._20tb {
  margin-top: 20px;
  margin-bottom: 20px;
}

.list._20tb.nonumber {
  list-style-type: disc;
}

.list-div {
  display: flex;
}

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

.h2 {
  color: var(--royal-blue);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 25px;
}

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

.h2._40t {
  margin-top: 40px;
}

.form {
  width: 100%;
}

.h3 {
  color: #000;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
}

.h3.no-padding {
  margin-top: 0;
}

.black-link {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

.footer-link-section {
  background-color: var(--royal-blue);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 30px;
  display: flex;
}

.footer-links {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.contact-right-div {
  background-image: url('../images/Untitled.webp');
  background-position: 50%;
  background-size: cover;
  width: 70%;
  min-height: 400px;
  margin-left: 30px;
}

.social-media-link {
  color: var(--royal-blue-2);
  max-width: 30px;
  margin-right: 0;
  text-decoration: none;
}

.h2-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
}

.bottom-content-div {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 95%;
  max-width: 1200px;
  display: flex;
}

.html-embed {
  color: var(--royal-blue-2);
  width: 40px;
  height: 40px;
}

.html-embed:hover {
  color: #fff;
}

.footer-text {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
}

.bottom-section {
  z-index: 2147483647;
  background-color: var(--royal-blue);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.contact-left-div {
  width: 32%;
}

.social-media-icons-div {
  justify-content: space-between;
  align-items: center;
  width: 30%;
  margin-top: 30px;
  display: flex;
}

.body {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

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

.int-link {
  color: var(--black);
  font-weight: 700;
}

.int-link.white {
  color: var(--white);
}

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

.html-embed-2 {
  width: 100%;
}

.opening-times {
  color: #fff;
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-banner_button {
  border: 2px solid var(--royal-blue);
  background-color: var(--royal-blue);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--royal-blue);
  color: var(--royal-blue);
  background-color: #f5f5f5;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-prefs_title {
  color: var(--royal-blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_button {
  border: 2px solid var(--royal-blue);
  background-color: var(--royal-blue);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--royal-blue);
  color: var(--royal-blue);
  background-color: #fff;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_close-icon {
  color: var(--black);
  width: 16px;
  height: 16px;
  display: flex;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_text {
  color: var(--black);
  font-size: 12px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_label {
  color: var(--royal-blue);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--royal-blue);
  color: var(--royal-blue);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

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

.div-block {
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-left: 0;
  display: block;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 18px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.nav-link-2.w--current {
  margin-left: 18px;
}

.announcement-contact-info {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.announcement-contact-info.margin-right-20 {
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.announcement-contact-info.margin-right-20.bort {
  padding-bottom: 0;
}

.dl-menu-3 {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.announcement-contact-2 {
  color: #212121;
  background-color: #c0c1b0;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 10px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .45s ease-in-out;
  display: flex;
}

.announcement-contact-2:hover {
  color: #212529;
  background-color: #fdfdfd;
}

.arrow-head {
  font-size: 12px;
  font-weight: 400;
}

.announcement-link-2 {
  color: var(--royal-blue-2);
  padding-left: 5px;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.announcement-link-2:hover {
  color: var(--black);
}

.dl-link {
  color: #282828;
  padding: 7.2px 40px 7.2px 20px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
}

.image {
  object-fit: contain;
  height: 100px;
}

.announcement-icon-2 {
  background-color: var(--royal-blue-2);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-family: "Sharp Solid 900", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  display: flex;
}

.dl-item-2 {
  z-index: 2;
  width: 240px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.btn-underline-2 {
  object-fit: fill;
  background-color: #fff;
  height: 2px;
  position: relative;
  box-shadow: inset 0 0 #c7a675;
}

.btn-underline-2.services-underline {
  background-color: #1b1b1b;
  width: auto;
  display: block;
}

.btn-underline-2.services-underline.display-none-s {
  background-color: #212121;
}

.btn-underline-2.nav-underline {
  width: 0;
}

.btn-underline-2.nav-underline.display-none-underline {
  background-color: #212121;
}

.nav-link-text-4 {
  color: #212121;
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 15px;
}

.nav-menu-3 {
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fa-icon-arrow {
  display: none;
}

.navbar-4 {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-left: 40px;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.btn-hover-color {
  background-color: #e11d25;
  width: 0;
  position: absolute;
  inset: 0%;
}

.brand-2 {
  color: #fff;
  align-items: center;
  font-size: 2em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.announcement-wrapper-2 {
  flex-flow: column;
  width: auto;
  margin-left: 20px;
  display: flex;
}

.side-links {
  z-index: 50;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 0;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% 20% auto;
}

.side-link {
  background-color: var(--royal-blue);
  color: #fff;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px;
  font-family: "Sharp Solid 900", sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.side-link:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

.side-link.contact {
  background-color: var(--royal-blue);
  color: #fff;
  margin-bottom: 10px;
}

.side-link.contact:hover {
  color: var(--royal-blue-2);
}

.side-link.social {
  font-family: "Brands 400", sans-serif;
}

.side-link.social:hover {
  background-color: var(--royal-blue);
  color: var(--royal-blue-2);
}

._148-social-media-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 58px;
  display: flex;
}

._148-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-left: 32px;
  margin-right: 32px;
  display: flex;
  position: relative;
}

._148-sm-inner-circle {
  border: 1px solid var(--royal-blue);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
}

._148-sm-inner-square {
  border: 1px solid var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

._148-sm-icon-image {
  width: 30px;
  height: 30px;
  position: relative;
}

.text-block-2 {
  color: var(--white);
  font-family: "Sharp Solid 900", sans-serif;
  font-size: 25px;
}

.text-block-2.social {
  font-family: "Brands 400", sans-serif;
}

.text-block-3 {
  font-family: "Brands 400", sans-serif;
  font-size: 25px;
}

@media screen and (max-width: 991px) {
  .co-logo-link {
    justify-content: center;
  }

  .top-contact-div {
    align-items: center;
  }

  .co-logo {
    margin-bottom: 0;
  }

  .top-div-block {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header {
    position: static;
  }

  .nav-menu {
    background-color: #272d33;
  }

  .dropdown-list.w--open {
    position: static;
  }

  .menu-button {
    color: #fff;
    text-align: center;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .nav-link {
    border-bottom-width: 0;
    padding-top: 20px;
  }

  .nav-link:hover {
    background-color: #829f65;
  }

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

  .nav-link.dropdown {
    text-align: center;
    background-color: #7d6940;
  }

  .nav-link.dropdown:hover {
    background-color: #829f65;
  }

  .navbar {
    width: 100%;
  }

  .nav-link-dropdown {
    background-color: var(--royal-blue-2);
    text-align: center;
    border-bottom-width: 0;
    width: 100%;
    padding-top: 20px;
    padding-right: 15px;
  }

  .nav-link-dropdown:hover {
    background-color: #829f65;
  }

  .nav-link-dropdown.services {
    background-color: var(--olive);
  }

  ._4-box-grid {
    grid-template-columns: 1fr;
  }

  .box-heading {
    font-size: 33px;
  }

  .body-content-div {
    width: 90%;
  }

  .body-section.green.top {
    padding-top: 50px;
  }

  .full-width-image-text-div {
    width: 70%;
    max-width: 540px;
  }

  .full-width-image-text-div._100 {
    max-width: 100%;
  }

  .list-div._2x1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .footer-link-section {
    padding-bottom: 80px;
  }

  .contact-right-div {
    width: 100%;
    margin-left: 0;
  }

  .bottom-content-div {
    flex-direction: column;
    width: 90%;
  }

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

  .contact-left-div {
    width: 100%;
    margin-bottom: 40px;
  }

  .opening-times {
    text-align: center;
  }

  .icon-2 {
    color: var(--black);
  }

  .dropdown-2, .div-block {
    width: 100%;
  }

  .div-block.hide {
    display: none;
  }

  .nav-link-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .announcement-contact-info.margin-right-20 {
    flex: none;
  }

  .announcement-contact-2.hide {
    display: none;
  }

  .dl-item-2 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .btn-underline-2.services-underline.display-none-s, .btn-underline-2.nav-underline.display-none-underline {
    display: none;
  }

  .nav-link-text-4 {
    text-align: left;
  }

  .nav-menu-3 {
    z-index: 10;
    background-color: #fdfdfd;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-right: auto;
  }

  .fa-icon-arrow {
    margin-left: 10px;
    display: none;
  }

  .navbar-4 {
    flex-direction: column;
    justify-content: space-between;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .burger-menu-2 {
    color: #353535;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    display: flex;
  }

  .announcement-wrapper-2 {
    flex-direction: row;
  }

  .nav-toggle-2 {
    background-color: #c0c1b0;
    border-radius: 6px;
    width: 100%;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-toggle-2.w--open {
    background-color: #fff;
  }

  ._148-social-media-wrapper {
    flex-flow: row;
    margin-top: 160px;
  }

  ._148-icon-wrapper {
    margin-top: 42px;
    margin-bottom: 42px;
  }
}

@media screen and (max-width: 767px) {
  .need-help {
    text-align: center;
  }

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

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

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

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

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

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

  .banner {
    height: 300px;
  }

  .full-width-image-div {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .list {
    margin-bottom: 0;
  }

  .list-div {
    flex-direction: column;
  }

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

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .announcement-contact-info.margin-right-20 {
    margin-left: 10px;
    margin-right: 0;
  }

  .announcement-contact-2 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: 20px 40px;
  }

  .nav-menu-3 {
    background-color: #fdfdfd;
    height: auto;
    padding-top: 0;
  }

  .navbar-4 {
    flex-direction: column;
  }

  .announcement-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-left: 0;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .white-link {
    font-size: 14px;
  }

  .co-logo-link {
    justify-content: center;
    width: 150px;
  }

  .contact-div {
    flex-flow: row;
    justify-content: center;
    width: 100%;
  }

  .top-tel-no {
    text-align: center;
  }

  .top-contact-div {
    align-items: center;
    width: 100%;
  }

  .top-div-block {
    flex-direction: column;
    width: 100%;
  }

  .header {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .need-help {
    text-align: center;
    margin-top: 5px;
  }

  .banner {
    height: 350px;
  }

  .slider-small-text, .slider-small-text._2, .box {
    width: 100%;
  }

  .box._1, .box._6, .box._5, .box._4, .box._2, .box._3, .box._2, .box._3, .box._4, .box._5, .box._6 {
    border-radius: 0;
  }

  ._4-boxes-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  ._4-box-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .body-content-div {
    max-width: 100%;
  }

  .body-section {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .body-section.green {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-section {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .image-section._1, .image-section._3, .image-section._4, .image-section._5, .image-section._6, .image-section._7 {
    height: auto;
    margin-top: 0;
  }

  .full-width-image-div {
    width: 90%;
    max-width: 100%;
  }

  .full-width-image-text-div {
    width: 100%;
  }

  .image-heading {
    font-size: 30px;
    line-height: 31px;
  }

  .contact-right-div {
    width: 100%;
    margin-top: 30px;
  }

  .h2-white {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .bottom-content-div {
    flex-direction: column;
  }

  .bottom-section {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contact-left-div {
    width: 100%;
  }

  .map {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .link-block {
    margin-bottom: 20px;
  }

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

  .announcement-contact-info.margin-right-20 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .announcement-contact-info.margin-right-20.bort {
    margin-left: 0;
  }

  .announcement-contact-info.hide {
    display: none;
  }

  .announcement-contact-2 {
    width: 100%;
    padding: 15px 20px;
  }

  .announcement-link-2 {
    font-size: 15px;
  }

  .image {
    height: 60px;
    display: block;
  }

  .announcement-icon-2 {
    width: 30px;
    height: 30px;
    font-size: 1.2em;
  }

  .nav-menu-3 {
    width: 100%;
    height: auto;
    padding-top: 0;
    display: flex;
  }

  .fa-icon-arrow {
    display: none;
  }

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

  .brand-2 {
    height: auto;
    display: block;
  }

  .announcement-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-bottom: 3px;
    line-height: 17px;
  }

  .nav-toggle-2 {
    text-align: right;
    border-radius: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  ._148-social-media-wrapper {
    margin-top: 0;
  }

  ._148-social-media-wrapper.hide {
    display: none;
  }

  ._148-sm-inner-circle {
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
  }

  ._148-sm-inner-square {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b3b1ed09-fbef-21a4-1bd9-b87e82e15ea5-1c8289ff {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b3b1ed09-fbef-21a4-1bd9-b87e82e15ea5-1c8289ff {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Sharp Solid 900';
  src: url('../fonts/Sharp-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;
}
@font-face {
  font-family: 'Sharp 300';
  src: url('../fonts/Sharp-Light-300.otf') format('opentype');
  font-weight: 300;
  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: 'Sharp 100';
  src: url('../fonts/Sharp-Thin-100.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pro 400';
  src: url('../fonts/Pro-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pro 300';
  src: url('../fonts/Pro-Light-300.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pro 100';
  src: url('../fonts/Pro-Thin-100.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}