:root {
  --black-2: #333;
  --royal-blue: #1e6ae1;
  --black: #333;
  --dim-grey: #696666;
  --wheat-2: rgba(245, 222, 185, 0.04);
  --white: white;
  --dim-grey-2: #696666;
  --pale-turquoise: rgba(167, 255, 251, 0.19);
  --cornflower-blue: #4990ff;
  --wheat: rgba(245, 222, 185, 0.19);
  --light-grey: #ccc;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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(--black-2);
  flex-direction: column;
  font-family: Arial, poppins Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

a {
  text-decoration: none;
}

.footer {
  height: 100px;
  background-color: var(--royal-blue);
  color: var(--royal-blue);
  object-fit: fill;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.search-bar-section {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/final-form-city--5-pins.ee7500947863.png");
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.about1.part-3 {
  height: 300px;
  display: flex;
}

.about1.part-1 {
  height: 300px;
  border-top: 3px solid var(--royal-blue);
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.about1.part2 {
  height: 300px;
  border-top: 3px solid var(--royal-blue);
  border-bottom: 3px solid var(--royal-blue);
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  display: flex;
}

.about1.part-4 {
  height: 300px;
  justify-content: flex-end;
  display: flex;
}

.container {
  max-width: 50%;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.pic2 {
  justify-content: flex-start;
}

.container.pic-1,
.container.pic-3 {
  justify-content: flex-end;
}

.container-2 {
  height: 300px;
  max-width: 50%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
  padding-right: 0;
  display: flex;
}

.container-3 {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.paragraph {
  width: 60%;
  color: var(--black);
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
}

.heading {
  color: var(--royal-blue);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 47px;
  font-weight: 600;
  transition: opacity 0.2s;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: rgba(245, 222, 185, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.search {
  width: auto;
  border-radius: 0;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.search.hovering-above-page {
  z-index: 100;
  object-fit: fill;
  flex-wrap: nowrap;
  margin: 0 25%;
  position: relative;
  top: 30px;
}

.search-input {
  width: 500px;
  height: 50px;
  border: 2px solid #1e6ae1;
  border-radius: 22px;
  order: 0;
  margin: 0;
  padding-left: 30px;
  padding-right: 0;
  position: static;
}

.search-input::-ms-input-placeholder {
  color: var(--dim-grey);
}

.search-input::placeholder {
  color: var(--dim-grey);
}

.search-input.hover {
  width: 100%;
  box-shadow: 0 5px 14px -3px var(--dim-grey);
  border-style: none;
}

.paragraph-2 {
  width: 60%;
  text-align: left;
  font-size: 18px;
}

.paragraph-2.part2 {
  width: 60%;
  color: var(--black);
  text-align: right;
}

.heading-2 {
  color: var(--royal-blue);
  text-align: right;
  font-weight: 500;
}

.body {
  background-color: var(--wheat-2);
  font-family: Poppins, sans-serif;
}

.navbar-2 {
  background-color: var(--royal-blue);
  display: block;
  overflow: visible;
}

.nav-link-2,
.nav-link-4,
.nav-link-4.w--current {
  color: var(--white);
}

.search-button {
  background-color: var(--royal-blue);
  border-radius: 22px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 6px;
}

.footer-link {
  color: var(--white);
  white-space: normal;
  margin-left: 30px;
  margin-right: 30px;
  text-decoration: none;
}

.image-2 {
  width: 47%;
  height: 55%;
  margin-left: 0;
  margin-right: 0;
}

.image-3,
.image-4 {
  width: 50%;
  height: 50%;
}

.footer-text {
  color: var(--white);
  margin-bottom: 0;
  margin-left: 30px;
  margin-right: 30px;
  padding-right: 0;
}

.image-5 {
  margin-right: 0;
  padding-top: 22px;
  padding-right: 0;
}

.container-4 {
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 240px;
  padding-right: 240px;
  display: block;
}

.brand {
  padding-right: 6px;
}

.brand.w--current {
  margin-right: 0;
  padding-right: 0;
}

.title-container---brix {
  width: 100%;
  max-width: 38%;
  align-self: flex-start;
  padding-top: 70px;
}

.review-input {
  width: auto;
  max-width: 55%;
  justify-content: center;
  align-self: center;
  display: flex;
}

.container-about-2 {
  max-width: 50%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  padding-right: 60px;
  display: flex;
}

.body-2 {
  background-color: var(--wheat-2);
  font-family: Poppins, sans-serif;
}

.image-6 {
  width: 75%;
  height: 75%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.container-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-3 {
  max-width: 600px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

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

.heading-4 {
  color: var(--royal-blue);
  margin-top: 60px;
  font-size: 70px;
  font-weight: 500;
}

.home-link-for-404 {
  color: var(--royal-blue);
}

.address-heading {
  color: #696666;
  border: 1px #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 10px 0 5px;
  padding-right: 0;
  font-size: 26px;
  font-weight: 400;
  display: flex;
}

.address-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.button {
  width: 150px;
  height: 40px;
  background-color: var(--royal-blue);
  border-radius: 22px;
  justify-content: center;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11px;
  display: flex;
}

.button.submit-review {
  width: 300px;
  height: 60px;
  border-radius: 55px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
}

.button.leave-a-review {
  color: #fff;
  background-color: #1e6ae1;
  border: 2.5px #1e6ae1;
  border-radius: 30px;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.address-section {
  justify-content: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nav-menu {
  display: block;
}

.home-button-navbar {
  color: var(--white);
  font-family: Poppins, sans-serif;
}

.home-button-navbar.w--current {
  color: var(--white);
}

.about-button-navbar {
  color: var(--white);
  font-family: Poppins, sans-serif;
  overflow: visible;
}

.about-button-navbar.login {
  display: none;
}

.submit-review-form {
  background-color: var(--white);
  border-radius: 22px;
  margin: 15px 0;
  display: block;
  position: relative;
}

.text-field {
  height: 400px;
  margin-bottom: 10px;
}

.text-field.review {
  height: auto;
  max-height: 400px;
  min-height: 300px;
  border: 2.5px solid var(--royal-blue);
  text-align: left;
  object-fit: fill;
  border-radius: 22px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  position: static;
}

.text-field.review:focus {
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
}

.form {
  border: 2px solid var(--royal-blue);
  box-shadow: 0 5px 14px -3px var(--dim-grey-2);
  border-radius: 22px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding: 20px 45px 45px;
  display: flex;
}

.form.submitted {
  box-shadow: 0 5px 14px -3px var(--dim-grey-2);
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
}

.field-label {
  color: var(--dim-grey);
  margin-top: 15px;
  margin-bottom: 5px;
  margin-left: 3px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.textfield.name {
  height: 50px;
  border: 2.5px solid var(--royal-blue);
  border-radius: 22px;
  font-size: 14px;
}

.textfield.name:focus {
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
}

.checkbox-label {
  color: var(--dim-grey);
  font-weight: 400;
}

.text-span-3 {
  color: var(--royal-blue);
  font-weight: 400;
}

.checkbox-field {
  margin-top: 15px;
  margin-bottom: 15px;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 30px;
}

.text-block-2 {
  color: var(--royal-blue);
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}

.html-embed {
  flex-direction: row;
  display: block;
}

.reviewed-details {
  color: var(--dim-grey);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 16px;
  font-weight: 400;
}

.reviewed-details.name {
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 16px;
}

.stars-in-subreview {
  width: 20px;
  height: 20px;
  flex-direction: row;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.reviewed-stars {
  margin-top: 0;
  margin-left: 0;
  margin-right: 3px;
  padding-top: 0;
  padding-left: 0;
}

.star-rating-div {
  border: 1px #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: 1px;
  margin-right: 1px;
  display: flex;
}

.image-11 {
  margin-top: 7px;
  margin-bottom: 0;
  margin-left: 3px;
  padding-top: 0;
  padding-bottom: 0;
}

.reviews-text {
  color: rgba(105, 101, 101, 0.81);
  order: 0;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 24px;
  font-weight: 400;
}

.rating-number {
  color: var(--royal-blue);
  margin-top: 20px;
  font-size: 45px;
  font-weight: 600;
}

.error-message {
  background-color: rgba(0, 0, 0, 0);
}

.submitted-review-form {
  margin-top: 5px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.div-block-2 {
  border: 0 solid #000;
  order: 0;
  justify-content: center;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.review-form-div {
  width: 100%;
  margin-left: 35%;
  margin-right: 35%;
  display: block;
}

.review-section {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.search-bar-div {
  position: relative;
}

.mapbox {
  height: 75vh;
  mix-blend-mode: normal;
  background-color: rgba(105, 102, 102, 0.3);
  margin-top: 0;
  position: relative;
}

.image-13 {
  width: 50%;
  height: 60%;
  transform-style: preserve-3d;
  margin-left: 3px;
  margin-bottom: 0;
  margin-top: 7px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  transform: rotateX(0) rotateY(-180deg) rotateZ(0);
}

.terms-section {
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.heading-7 {
  color: var(--royal-blue);
  text-align: center;
  margin-top: 90px;
  padding-top: 0;
  font-family: Poppins, sans-serif;
}

.paragraph-6 {
  height: auto;
  text-align: center;
  margin: 60px 10% 80px;
  font-family: Poppins, sans-serif;
  overflow: visible;
}

.heading-8 {
  color: var(--royal-blue);
  margin-top: 40px;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.submit-button-2 {
  width: 150px;
  height: 40px;
  text-align: center;
  letter-spacing: 0.5px;
  background-color: #1e6ae1;
  border-radius: 22px;
  font-family: Poppins, sans-serif;
}

.contact-form-3 {
  width: 450px;
  height: auto;
  border: 2px solid #1e6ae1;
  border-radius: 22px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 31px 30px;
  display: block;
}

.field-label-8 {
  color: var(--dim-grey);
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.text-field-8 {
  height: 40px;
  color: var(--black);
  border: 2px solid #1e6ae1;
  border-radius: 22px;
  font-family: Poppins, sans-serif;
}

.text-field-8:focus {
  border-color: #1e6ae1;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
}

.textarea-3 {
  min-height: 250px;
  color: var(--black);
  border: 2px solid #1e6ae1;
  border-radius: 22px;
  font-family: Poppins, sans-serif;
}

.textarea-3:focus {
  border-color: var(--royal-blue);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
}

.div-block-9 {
  justify-content: center;
  margin-top: 22px;
  margin-bottom: -10px;
  display: flex;
}

.form-block-3 {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.paragraph-7 {
  max-width: 300px;
  color: var(--dim-grey);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.paragraph-8 {
  color: var(--dim-grey-2);
  margin-bottom: 0;
  font-size: 12px;
}

.privacy-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

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

.mobile-portrait {
  display: none;
}

.privacy-paragraph {
  text-align: center;
  margin: 60px 10% 80px;
  font-family: Poppins, sans-serif;
}

.about-button-mobile {
  display: none;
}

.paragraph-9.cookie-banner-2-paragraph---brix {
  max-width: 332px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.button-primary {
  color: #fff;
  text-align: center;
  background-color: #4a3aff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s;
  display: flex;
  box-shadow: 0 3px 12px rgba(74, 58, 255, 0.12);
}

.button-primary:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px rgba(74, 58, 255, 0.15);
}

.button-primary.cookie-banner-button-2---brix {
  background-color: var(--royal-blue);
  margin-right: 24px;
  padding: 14px 22px;
  font-size: 14px;
  line-height: 1.6;
}

.close-message---brix {
  color: #170f49;
  cursor: pointer;
  transform-style: preserve-3d;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  transition: all 0.35s;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.close-message---brix:hover {
  color: #4a3aff;
  transform: scale3d(0.9, 0.9, 0.01);
}

.close-message---brix.cookie-banner-2---brix {
  -webkit-text-stroke-color: #3c490f;
  font-size: 14px;
  transition-duration: 0.4s;
  position: static;
}

.cookie-banner-2-right-content---brix {
  align-items: center;
  display: flex;
}

.cookie-banner-content---brix.cookie-banner-2---brix {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cookie-banner-2-left-content---brix {
  align-items: center;
  display: flex;
}

.cookie-icon---brix {
  margin-right: 20px;
}

.cookie-banner-wrapper---brix {
  z-index: 10;
  background-color: #fff;
  border-radius: 20px;
  padding: 32px;
  position: fixed;
  top: auto;
  bottom: 32px;
  left: 32px;
  right: auto;
}

.cookie-banner-wrapper---brix.cookie-banner-2---brix {
  width: 100%;
  max-width: 680px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 32px;
  display: flex;
  top: auto;
  bottom: 32px;
  left: 32px;
  right: auto;
  box-shadow: 0 6px 23px rgba(20, 20, 43, 0.08);
}

.cookie-banner-wrapper---brix.cookie-banner-2---brix.preview-page {
  border: 2px solid var(--royal-blue);
  position: absolute;
  left: auto;
}

.cookie-consent-form {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.page-fade-in {
  z-index: 2000;
  width: 100%;
  height: 100vh;
  background-color: var(--white);
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-close-button {
  cursor: pointer;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.x-close {
  position: static;
}

.search-2 {
  width: auto;
  border-radius: 0;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  transition: opacity 0.2s;
  display: flex;
  position: relative;
}

.search-input-2 {
  width: 500px;
  height: 50px;
  border: 2px solid #1e6ae1;
  border-radius: 22px;
  order: 0;
  margin: 0;
  padding-left: 30px;
  padding-right: 0;
  position: static;
}

.search-input-2:focus {
  border-color: #1e6ae1;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
}

.search-input-2::-ms-input-placeholder {
  color: #696666;
}

.search-input-2::placeholder {
  color: #696666;
}

.image-15 {
  display: none;
}

.search-button-4 {
  background-color: #1e6ae1;
  border-radius: 22px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 6px;
}

.div-block-10 {
  display: flex;
}
.map-search-list {
  position: absolute;
  display: flex;
  top: 60px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 99%;
  height: auto;
  background: white;
  border-radius: 10px;
}
.map-search-list-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  align-items: center;
  align-content: center;
  padding-left: 10px;
  text-align: left;
}

.map-search-list-row:focus {
  background: rgba(156, 190, 245, 0.85);
  border: none;
}
.map-suggestionIcon {
}
.map-suggestionText {
  color: black;
  padding: 5px;
}

.map-suggestionName {
  font-weight: bold;
}
.map-suggestionDesc {
}

@media screen and (max-width: 991px) {
  .footer {
    font-size: 12px;
  }

  .search-bar-section {
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: auto 70%;
  }

  .container.pic2 {
    padding-left: 60px;
  }

  .paragraph {
    width: 65%;
  }

  .heading {
    font-size: 40px;
  }

  .search.hovering-above-page {
    margin-left: 10%;
    margin-right: 10%;
  }

  .paragraph-2 {
    width: 80%;
    padding-right: 0;
    font-size: 1rem;
  }

  .paragraph-2.part2 {
    width: 80%;
  }

  .heading-2 {
    font-size: 30px;
  }

  .nav-link-2,
  .nav-link-4 {
    color: var(--royal-blue);
  }

  .image-2 {
    width: 50%;
  }

  .image-3,
  .image-4 {
    width: 60%;
  }

  .image-5 {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 22px;
  }

  .container-4 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .brand {
    margin-right: 6px;
    padding-right: 0;
  }

  .title-container---brix {
    max-width: 100%;
    align-self: center;
    margin-bottom: 24px;
    margin-right: auto;
    padding-top: 0;
  }

  .review-input {
    max-width: 100%;
  }

  .container-about-2 {
    padding-right: 0;
  }

  .button {
    border-radius: 22px;
  }

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

  .nav-menu {
    border-bottom: 2.5px solid var(--royal-blue);
    background-color: var(--white);
    text-align: left;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .menu-button {
    background-color: var(--royal-blue);
    margin-left: 5px;
    overflow: visible;
  }

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

  .home-button-navbar {
    color: var(--royal-blue);
    text-align: left;
    font-weight: 500;
  }

  .home-button-navbar.w--current {
    color: var(--royal-blue);
  }

  .about-button-navbar {
    color: var(--royal-blue);
    font-weight: 500;
  }

  .text-field.review {
    font-size: 14px;
  }

  .text-field.review:focus {
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
  }

  .textfield.name {
    font-size: 14px;
  }

  .textfield.name:focus {
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
  }

  .review-form-div {
    margin-left: 20%;
    margin-right: 20%;
  }

  .image-13 {
    width: 60%;
    margin-left: 0;
  }

  .contact-form-3 {
    width: 350px;
  }

  .cookie-banner-wrapper---brix {
    bottom: 24px;
    left: 24px;
  }

  .cookie-banner-wrapper---brix.cookie-banner-2---brix {
    width: auto;
    max-width: none;
    top: auto;
    bottom: 32px;
    left: 32px;
    right: 32px;
  }

  .cookie-banner-wrapper---brix.cookie-banner-2---brix.preview-page {
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    font-size: 8px;
  }

  .search-bar-section {
    height: auto;
    background-position: 50% 100%;
    background-repeat: repeat-x;
    background-size: auto 50%;
    justify-content: space-around;
  }

  .container.pic2 {
    padding-left: 35px;
    padding-right: 0;
  }

  .container-2 {
    padding-left: 35px;
    padding-right: 15px;
  }

  .container-3 {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 20%;
    padding-top: 7.5%;
  }

  .paragraph {
    font-size: 18px;
  }

  .heading {
    margin-top: 0%;
    font-size: 32px;
  }

  .search {
    margin-top: 20px;
  }

  .search.hovering-above-page {
    margin-left: 7.5%;
    margin-right: 7.5%;
  }

  .search-input {
    width: 450px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 26px;
  }

  .search-button {
    z-index: -100;
    display: none;
    position: relative;
  }

  .search-button.hover {
    z-index: -100;
    position: relative;
  }

  .image-2 {
    width: 55%;
  }

  .image-3,
  .image-4 {
    width: 70%;
  }

  .container-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-about-2 {
    padding-left: 15px;
  }

  .review-form-div {
    margin-left: 10%;
    margin-right: 10%;
  }

  .mapbox {
    height: 65vh;
  }

  .image-13 {
    width: 80%;
    margin-left: -35px;
    padding-right: 33px;
  }

  .terms-section {
    overflow: visible;
  }

  .heading-7 {
    font-size: 28px;
  }

  .paragraph-6 {
    text-align: center;
    text-decoration: none;
    overflow: visible;
  }

  .heading-8 {
    font-weight: 400;
  }

  .paragraph-7 {
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .privacy-section {
    overflow: visible;
  }

  .paragraph-9.cookie-banner-2-paragraph---brix {
    max-width: none;
  }

  .button-primary {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .button-primary.cookie-banner-button-2---brix {
    padding: 10px 20px;
    font-weight: 500;
  }

  .close-message---brix.cookie-banner-2---brix {
    position: absolute;
  }

  .cookie-banner-content---brix.cookie-banner-2---brix {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-banner-2-left-content---brix {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
  }

  .cookie-icon---brix {
    width: 10%;
    margin-bottom: 10px;
    margin-right: 0;
    display: none;
  }

  .cookie-banner-wrapper---brix {
    border-radius: 18px;
  }

  .cookie-banner-wrapper---brix.cookie-banner-2---brix {
    padding: 24px 20px 30px;
    bottom: 24px;
    left: 24px;
    right: 24px;
  }

  .cookie-banner-wrapper---brix.cookie-banner-2---brix.preview-page {
    bottom: 24px;
    left: 24px;
    right: 24px;
  }

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

  .search-input-2 {
    width: 450px;
  }

  .image-15 {
    display: block;
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: 14px;
  }

  .search-button-4 {
    z-index: auto;
    opacity: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    right: 4px;
  }

  .address-heading {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    flex-direction: column;
    align-items: center;
  }

  .search-bar-section {
    background-position: 0 100%;
    overflow: visible;
  }

  .about1.part-3,
  .about1.part-1,
  .about1.part2 {
    display: none;
  }

  .about1.part-4 {
    flex-direction: row;
    display: none;
    overflow: visible;
  }

  .container.mobile {
    max-width: 45%;
    flex: 1;
    justify-content: center;
  }

  .container-2 {
    align-items: center;
  }

  .container-2.mobile {
    height: auto;
    max-width: none;
    flex: 0 auto;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-3 {
    height: 85vh;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0%;
    padding-top: 0%;
  }

  .paragraph {
    width: 75%;
    font-size: 15px;
  }

  .heading {
    letter-spacing: -0.5px;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 25px;
    display: block;
  }

  .search {
    width: 85%;
    margin-bottom: 135px;
    margin-left: -5%;
    margin-right: -5%;
  }

  .search.hovering-above-page {
    width: auto;
    justify-content: center;
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
  }

  .search-input,
  .search-input.hover {
    width: 100%;
  }

  .paragraph-2,
  .paragraph-2.part2 {
    text-align: center;
  }

  .paragraph-2.mobile-p {
    margin-top: -5px;
    margin-bottom: 0;
  }

  .heading-2 {
    text-align: center;
    line-height: 26px;
  }

  .heading-2.pic-1,
  .heading-2.pic-3 {
    text-align: center;
  }

  .heading-2.mobile-p {
    margin-top: 30px;
  }

  .search-button {
    overflow: visible;
  }

  .image-2 {
    width: 50%;
  }

  .image-3,
  .image-4 {
    width: 80%;
  }

  .container-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-about-2 {
    max-width: none;
    align-items: center;
  }

  .address-heading {
    text-align: center;
    font-size: 14px;
  }

  .button.submit-review,
  .button.leave-a-review {
    width: 100%;
  }

  .nav-menu {
    font-weight: 500;
  }

  .about-button-navbar {
    display: none;
  }

  .text-field.review {
    color: var(--black);
    font-size: 14px;
  }

  .text-field.review:focus {
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
  }

  .form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .textfield.name {
    color: var(--black);
    font-size: 14px;
  }

  .textfield.name:focus {
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
  }

  .reviewed-details {
    font-size: 16px;
  }

  .reviews-text {
    font-weight: 400;
  }

  .rating-number {
    font-weight: 600;
  }

  .review-form-div {
    margin-left: 5%;
    margin-right: 5%;
  }

  .mapbox {
    height: 55vh;
  }

  .image-13 {
    width: 70%;
    height: 60%;
    margin-left: 15px;
    margin-right: 0;
    padding-right: 0;
  }

  .paragraph-6 {
    text-align: center;
    overflow: visible;
  }

  .heading-8 {
    margin-bottom: 0;
  }

  .contact-form-3 {
    width: auto;
    max-width: none;
  }

  .form-block-3 {
    display: block;
  }

  .paragraph-7 {
    width: auto;
    height: auto;
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
  }

  .contact-section {
    width: auto;
  }

  .mobile-portrait {
    height: auto;
    border-bottom: 3px solid var(--royal-blue);
    flex-direction: column;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 35px;
    padding-bottom: 34px;
    display: flex;
  }

  .mobile-portrait.top-pic {
    border-bottom-style: none;
  }

  .privacy-paragraph {
    text-align: center;
  }

  .about-button-mobile {
    color: var(--royal-blue);
    display: block;
  }

  .button-primary {
    padding: 15px 34px 16px;
  }

  .button-primary.cookie-banner-button-2---brix {
    padding-left: 18px;
    padding-right: 18px;
  }

  .cookie-icon---brix {
    width: 16%;
  }

  .cookie-banner-wrapper---brix {
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .cookie-banner-wrapper---brix.cookie-banner-2---brix {
    padding: 24px 32px 30px 16px;
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .cookie-banner-wrapper---brix.cookie-banner-2---brix.preview-page {
    padding-right: 32px;
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .search-2 {
    width: 85%;
    margin-bottom: 135px;
    margin-left: -5%;
    margin-right: -5%;
  }

  .search-input-2 {
    width: 100%;
  }

  .search-button-4 {
    overflow: visible;
  }
}
