:root {
  --font: #333;
  --light-slate-blue: #1a5ef1;
  --white: white;
  --royal-blue: #1351d8;
  --smoke: #f7f7f7;
  --silver: #e4e4e4;
  --fb-blue: #3c5a99;
}

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

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

.master-header-section {
  background-color: var(--light-slate-blue);
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.menu-group {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.header-group {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.navbar {
  background-color: #0000;
}

.nav-link {
  color: var(--white);
  border-bottom: 2px solid #0000;
  padding-bottom: 10px;
  transition: all .2s;
}

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

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

.header-info-group {
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.header-info-div {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  display: flex;
}

.header-info {
  color: var(--white);
  font-size: 22px;
}

.link-white {
  color: var(--white);
  text-decoration: none;
}

.divider {
  background-color: var(--white);
  width: 1px;
  margin-left: 5px;
  margin-right: 5px;
}

.divider.black {
  background-color: var(--font);
}

.toggle {
  color: var(--white);
  border-bottom: 2px solid #0000;
  padding-bottom: 10px;
  transition: all .2s;
}

.toggle:hover {
  border-bottom-color: var(--white);
}

.dropdown-link {
  transition: all .2s;
}

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

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

.banner-slider {
  z-index: -1;
  height: auto;
}

.left-arrow, .right-arrow {
  display: none;
}

.mask {
  height: 750px;
}

.menu-link-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.menu-link-div {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.menu-link-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 40px;
}

.menu-link-label {
  background-color: #fffc;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.menu-link-label._1 {
  height: auto;
}

.menu-link {
  color: var(--font);
  background-image: url('../images/AdobeStock_140321463.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 250px;
  text-decoration: none;
  display: flex;
}

.menu-link._1 {
  background-image: url('../images/AdobeStock_242678590.jpeg');
}

.menu-link._2 {
  background-image: url('../images/AdobeStock_311334684.jpeg');
}

.menu-link._3 {
  background-image: url('../images/AdobeStock_125957099.jpeg');
}

.menu-link._4 {
  background-image: url('../images/body-18.png');
}

.h4 {
  border-bottom: 2px solid var(--font);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 500;
  line-height: 44px;
}

.content-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

.content-section.smoke {
  background-color: var(--smoke);
}

.content-div {
  width: 90%;
  max-width: 1300px;
}

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

.content-div.contact {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
}

.h1.white {
  border-bottom-color: var(--white);
  color: var(--white);
  padding-bottom: 10px;
  line-height: 40px;
}

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

.h1-group {
  border-bottom: 2px solid var(--font);
  margin-bottom: 40px;
}

.h1-group.white {
  border-bottom-color: var(--white);
}

.h1-group._2 {
  margin-bottom: 0;
}

._3x1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.grid-image {
  background-image: url('../images/40666627_619992835063600_6889659010627141632_o.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  min-height: 400px;
}

.grid-image._1 {
  background-image: url('../images/40636359_619992738396943_2092177740676464640_o.jpg');
  background-position: 50% 40%;
}

.grid-image._2 {
  background-image: url('../images/AdobeStock_158966148.jpeg');
  background-position: 50% 0;
}

.grid-image._3 {
  background-image: url('../images/AdobeStock_367165983.jpeg');
}

.grid-image._4 {
  background-image: url('../images/AdobeStock_297372329.jpeg');
}

.grid-image._5 {
  background-image: url('../images/121546078_1155774648152080_7547890459681013040_n.jpg');
}

.grid-image._6 {
  background-image: url('../images/41738502_624202737975943_8885240613239259136_o.jpg');
}

.grid-image._7 {
  background-image: url('../images/AdobeStock_46733723.jpeg');
}

.grid-image._8 {
  background-image: url('../images/AdobeStock_73141922.jpeg');
  background-position: 50% 0;
}

.grid-image._9 {
  background-image: url('../images/AdobeStock_308655067_Editorial_Use_Only.jpeg');
}

.grid-image.repairs {
  background-image: url('../images/447967910.jpeg');
  background-position: 50%;
}

.grid-content.outline {
  border: 1px solid var(--silver);
  padding: 20px;
}

.p {
  width: 100%;
  margin-bottom: 0;
}

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

.p.white._2, .p._2 {
  padding-bottom: 30px;
}

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

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

.read-more-button {
  border: 2px solid var(--white);
  background-color: #0000;
  border-radius: 30px;
  transition: all .2s;
}

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

.h2 {
  border-bottom: 2px solid var(--font);
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
}

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

.h2.test {
  margin-bottom: 20px;
}

.list-group {
  width: 100%;
}

.list-group.hzl {
  display: flex;
}

.list-group.hzl._2 {
  margin-bottom: 20px;
}

.list {
  margin-bottom: 0;
}

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

.list.area {
  padding-left: 40px;
}

.list.small {
  padding-left: 20px;
}

.list.centre {
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

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

.list-item._1 {
  text-align: center;
}

.h3 {
  color: var(--font);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.form-html {
  width: 100%;
}

.icon {
  margin-top: 24px;
}

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

.footer-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-top: 40px;
}

.footer-map-html.mobile {
  display: none;
}

.footer-group._2 {
  padding-bottom: 40px;
}

.h5 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 26px;
  font-weight: 700;
}

.h5.black {
  color: var(--font);
}

.footer-info-group {
  flex-direction: column;
  font-size: 18px;
  display: flex;
}

.footer-info-group._2 {
  padding-bottom: 30px;
}

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

.footer-info {
  color: var(--white);
  padding-bottom: 10px;
}

.footer-grid-content {
  border-left: 1px solid var(--white);
  padding-left: 20px;
}

.footerlink-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.footerlinks {
  color: var(--white);
  text-align: center;
  text-decoration: none;
}

.services-header-section {
  background-color: var(--royal-blue);
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.services-toggle {
  border-bottom: 2px solid var(--white);
  color: var(--white);
  padding-bottom: 10px;
  transition: all .2s;
}

.services-toggle:hover {
  border-bottom-color: var(--white);
}

.internal-link {
  color: var(--font);
}

.area-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 90%;
}

.area-map-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.area-grid-content {
  border-left: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.area-map-html.tablet, .area-map-html.mobile {
  display: none;
}

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

.thumbnail {
  width: 100%;
}

.contact-group-div {
  font-size: 18px;
  display: flex;
}

.contact-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 90%;
}

.contact-map-html.tablet, .contact-map-html.mobile {
  display: none;
}

.contact-grid-content {
  border-left: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.slide {
  background-image: url('../images/banner.webp');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/IMG-20210208-WA0002.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-link {
  width: 250px;
}

.slide-3 {
  background-image: url('../images/Homepage-banner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

.testimonial-slider {
  background-color: #0000;
  height: auto;
}

.testimonial-slider.home {
  background-color: var(--smoke);
}

.test-mask {
  height: 500px;
}

.left-arrow-2, .right-arrow-2 {
  color: var(--font);
}

.test-main {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.test-group {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding-top: 30px;
  display: flex;
}

.star-icon {
  width: 150px;
}

.booking-button {
  border: 2px solid var(--royal-blue);
  background-color: var(--royal-blue);
  text-align: center;
  border-radius: 30px;
  width: 260px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  transition: all .2s;
}

.booking-button:hover {
  background-color: var(--silver);
  color: var(--royal-blue);
}

.booking-button.booking-page {
  width: 320px;
}

.media-group {
  padding-left: 20px;
}

.media-icon {
  width: 40px;
}

.fb-link-box {
  background-color: #000;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  transition: all .2s;
}

.fb-link-box:hover {
  background-color: var(--light-slate-blue);
}

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

.google-section {
  background-color: var(--smoke);
  padding-top: 60px;
  padding-bottom: 60px;
}

.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 {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

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

.fs-cc-prefs_title {
  color: #021a69;
  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 {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.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: #021a7c;
  width: 16px;
  height: 16px;
}

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

.fs-cc-prefs_text {
  color: #021a69;
  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: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  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%;
}

.div-block {
  background-image: url('../images/Map.webp');
  background-position: 50%;
  background-size: cover;
}

.widget-block {
  z-index: 1000;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 450px;
  padding: 40px;
  display: block;
  position: fixed;
  inset: auto auto 10px 10px;
  box-shadow: 1px 1px 3px #0000002e;
}

.close-icon {
  color: #fff;
  cursor: pointer;
  background-color: #4abeb6;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  font-size: 16px;
  transition: background-color .35s ease-in-out;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
}

.close-icon:hover {
  background-color: #ff5758;
}

.popup-logo {
  margin-bottom: 40px;
}

.pop-head {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.text-block-5 {
  margin-top: 25px;
  font-size: 20px;
  line-height: 28px;
}

.pop-bbutton-div {
  margin-top: 30px;
}

.pop-button {
  color: #fff;
  text-transform: capitalize;
  background-color: #fbd05b;
  border: 2px solid #fbd05b;
  border-radius: 4px;
  padding: 15px 40px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.pop-button:hover {
  color: #fff;
  background-color: #fbd05b;
  border-color: #fbd05b;
  transform: scale(.9);
}

.pop-button._2 {
  margin-left: 20px;
}

.google-reviews {
  width: 100%;
}

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

@media screen and (max-width: 991px) {
  .master-header-section {
    padding-bottom: 0;
  }

  .menu-group {
    align-items: center;
    width: 100%;
    padding-top: 20px;
  }

  .header-group {
    flex-direction: column;
    width: 100%;
  }

  .navbar {
    width: 100%;
  }

  .menu-button {
    color: var(--white);
    text-align: center;
    width: 100%;
  }

  .menu-button.w--open {
    background-color: var(--light-slate-blue);
  }

  .nav-link {
    color: var(--font);
    width: 100%;
    padding-bottom: 20px;
  }

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

  .nav-link.w--current {
    background-color: var(--royal-blue);
    border-bottom-color: #0000;
  }

  .toggle {
    color: var(--font);
    width: 100%;
    padding-bottom: 20px;
  }

  .toggle:hover {
    background-color: var(--royal-blue);
    color: var(--white);
    border-bottom-color: #0000;
  }

  .toggle.w--open {
    background-color: var(--royal-blue);
    color: var(--white);
  }

  .mask {
    height: 550px;
  }

  .menu-link-label {
    height: 60px;
    font-size: 17px;
    line-height: 20px;
  }

  .menu-link {
    height: 200px;
  }

  .content-div.centre, .content-div.contact {
    width: 90%;
  }

  ._3x1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid-content.outline {
    border-color: var(--silver);
  }

  .list-group {
    display: flex;
  }

  .h3 {
    font-size: 20px;
    line-height: 28px;
  }

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

  .services-header-section {
    padding-bottom: 0;
  }

  .services-toggle {
    background-color: var(--royal-blue);
    border-bottom-color: #0000;
    width: 100%;
    padding-bottom: 20px;
  }

  .services-toggle:hover {
    background-color: var(--royal-blue);
    border-bottom-color: #0000;
  }

  .services-toggle.w--open {
    background-color: var(--royal-blue);
  }

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

  .area-grid-content {
    border-left-width: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .area-list-group {
    display: flex;
  }

  .area-map-html {
    display: none;
  }

  .area-map-html.tablet {
    display: block;
  }

  .area-map-html.mobile {
    display: none;
  }

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

  .contact-map-html {
    display: none;
  }

  .contact-map-html.tablet {
    display: block;
  }

  .contact-map-html.mobile {
    display: none;
  }

  .contact-grid-content {
    border-left-width: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .header-info-group {
    flex-direction: column;
  }

  .header-info-div {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .mask {
    height: 400px;
  }

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

  .menu-link-label {
    justify-content: center;
    height: auto;
  }

  .menu-link-label._1 {
    justify-content: center;
  }

  .menu-link {
    height: auto;
  }

  .h1 {
    padding-bottom: 10px;
    font-size: 28px;
    line-height: 30px;
  }

  .h1.subheading {
    font-size: 20px;
    line-height: 26px;
  }

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

  .grid-image {
    min-height: 300px;
  }

  .list-group.hzl {
    flex-direction: column;
  }

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

  .footer-map-html {
    display: none;
  }

  .footer-map-html.mobile {
    display: block;
  }

  .h5 {
    padding-bottom: 20px;
    font-size: 22px;
  }

  .area-map-html.tablet {
    display: none;
  }

  .area-map-html.mobile {
    display: block;
  }

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

  .contact-info {
    font-size: 24px;
    line-height: 32px;
  }

  .contact-map-html.tablet {
    display: none;
  }

  .contact-map-html.mobile {
    display: block;
  }

  .left-arrow-2, .right-arrow-2 {
    width: 40px;
  }

  .media-group {
    padding-top: 10px;
    padding-left: 0;
  }

  .icon-2, .icon-3, .icon-4, .icon-5 {
    font-size: 22px;
  }

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

  .widget-block {
    height: 435px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pop-head {
    font-size: 24px;
    line-height: 32px;
  }

  .text-block-5 {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .company-logo {
    width: 90%;
  }

  .header-info-group {
    flex-direction: column;
  }

  .mask {
    height: 300px;
  }

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

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

  .h1 {
    font-size: 26px;
    line-height: 28px;
  }

  .h1.subheading {
    font-size: 18px;
    line-height: 24px;
  }

  .h1-group {
    margin-bottom: 30px;
  }

  .grid-image {
    min-height: 200px;
  }

  .h2 {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }

  .list-group, .list-group.hzl {
    flex-direction: column;
  }

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

  .footer-grid-content {
    border-left-width: 0;
    padding-left: 0;
  }

  .footerlink-div {
    padding-top: 40px;
  }

  .area-list-group {
    flex-direction: column;
  }

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

  .home-link {
    justify-content: center;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .left-arrow-2, .right-arrow-2 {
    display: none;
  }

  .booking-button.booking-page {
    width: 90%;
    font-size: 18px;
  }

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

  .widget-block {
    height: auto;
  }

  .popup-logo {
    width: 225px;
  }

  .pop-head {
    font-size: 22px;
    line-height: 28px;
  }

  .text-block-5 {
    font-size: 15.5px;
  }

  .pop-button {
    padding: 10px 17px;
    font-size: 14.5px;
  }

  .pop-button._2 {
    margin-left: 5px;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 14px;
  }
}

#w-node-_04052084-8d90-9991-d7cc-1e200e56f6b7-48ac3d09, #w-node-_910b9007-640c-a086-4f4f-2e3324d3c60b-48ac3d09 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dd0a2af8-e5ce-8534-1850-867e3961d09e-c8abc4a0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_712d6746-f955-6b9a-a5b7-0db0c8abc4a6-c8abc4a0, #w-node-_04052084-8d90-9991-d7cc-1e200e56f6b7-0aac3d0a, #w-node-_910b9007-640c-a086-4f4f-2e3324d3c60b-0aac3d0a, #w-node-_04052084-8d90-9991-d7cc-1e200e56f6b7-3eac3d0b, #w-node-_910b9007-640c-a086-4f4f-2e3324d3c60b-3eac3d0b, #w-node-_04052084-8d90-9991-d7cc-1e200e56f6b7-d8ac3d0d, #w-node-_910b9007-640c-a086-4f4f-2e3324d3c60b-d8ac3d0d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3016a4a9-a472-5fc4-17d8-eec3412332dd-feac3d0f, #w-node-_463cab30-2a60-b88d-6f9a-a1b2d5e2e376-feac3d0f, #w-node-_5b7fad75-16f3-ed82-458c-eaa5aff6333a-feac3d0f, #w-node-d0580cd6-f631-8432-9a7d-9f933e0a4803-b9ac3d13, #w-node-d0580cd6-f631-8432-9a7d-9f933e0a4804-b9ac3d13, #w-node-e7f4768d-9675-a9d7-4833-3f1221ab8561-b9ac3d13 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_04052084-8d90-9991-d7cc-1e200e56f6b7-64bef2c6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_04052084-8d90-9991-d7cc-1e200e56f6b7-48ac3d09, #w-node-b814d2cf-2c32-5c21-5cad-be08424816f2-48ac3d09, #w-node-_406e9010-01d6-4b88-0364-53fc1a28ac6a-48ac3d09, #w-node-fc96b1ac-6e90-0d2e-56cf-d3cab54ac8c0-48ac3d09, #w-node-a861f481-c328-e00f-d334-577465b41f83-48ac3d09, #w-node-_910b9007-640c-a086-4f4f-2e3324d3c60b-48ac3d09, #w-node-_910b9007-640c-a086-4f4f-2e3324d3c60c-48ac3d09, #w-node-_04052084-8d90-9991-d7cc-1e200e56f6b7-0aac3d0a, #w-node-b814d2cf-2c32-5c21-5cad-be08424816f2-0aac3d0a, #w-node-_910b9007-640c-a086-4f4f-2e3324d3c60b-0aac3d0a, #w-node-_910b9007-640c-a086-4f4f-2e3324d3c60c-0aac3d0a, #w-node-_04052084-8d90-9991-d7cc-1e200e56f6b7-3eac3d0b, #w-node-b814d2cf-2c32-5c21-5cad-be08424816f2-3eac3d0b, #w-node-_910b9007-640c-a086-4f4f-2e3324d3c60b-3eac3d0b, #w-node-_910b9007-640c-a086-4f4f-2e3324d3c60c-3eac3d0b, #w-node-_04052084-8d90-9991-d7cc-1e200e56f6b7-d8ac3d0d, #w-node-b814d2cf-2c32-5c21-5cad-be08424816f2-d8ac3d0d, #w-node-_910b9007-640c-a086-4f4f-2e3324d3c60b-d8ac3d0d, #w-node-_910b9007-640c-a086-4f4f-2e3324d3c60c-d8ac3d0d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_463cab30-2a60-b88d-6f9a-a1b2d5e2e376-feac3d0f, #w-node-_5b7fad75-16f3-ed82-458c-eaa5aff6333a-feac3d0f, #w-node-_3016a4a9-a472-5fc4-17d8-eec3412332de-feac3d0f, #w-node-d0580cd6-f631-8432-9a7d-9f933e0a4804-b9ac3d13, #w-node-e7f4768d-9675-a9d7-4833-3f1221ab8561-b9ac3d13, #w-node-d0580cd6-f631-8432-9a7d-9f933e0a4805-b9ac3d13 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_04052084-8d90-9991-d7cc-1e200e56f6b7-64bef2c6, #w-node-b814d2cf-2c32-5c21-5cad-be08424816f2-64bef2c6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_910b9007-640c-a086-4f4f-2e3324d3c60b-48ac3d09, #w-node-_910b9007-640c-a086-4f4f-2e3324d3c60c-48ac3d09, #w-node-_712d6746-f955-6b9a-a5b7-0db0c8abc4a6-c8abc4a0, #w-node-_5b7fad75-16f3-ed82-458c-eaa5aff6333a-feac3d0f, #w-node-e7f4768d-9675-a9d7-4833-3f1221ab8561-b9ac3d13 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


