@font-face {
  font-family: Montserrat Variablefont Wght;
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-color: #f5751f;
  --secondary: #98c6a6;
  --black: #323834;
  --white: #fff;
  --off-white: #f3f3f3;
}

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

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

body {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 30px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.menu-button-centered {
  flex: none;
}

.primary-button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fd5521;
  border: 1px solid #fd5521;
  border-radius: 100px;
  margin-top: 20px;
  padding: 18px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  opacity: 1;
  color: #fd5521;
  background-color: #fff;
  transform: scale(1.1);
}

.primary-button.tablet-hide.cta-button {
  background-color: var(--primary-color);
  color: #fff;
  letter-spacing: 1px;
  border-style: none;
  border-radius: 10px;
  margin-top: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  text-decoration: none;
}

.primary-button.tablet-hide.cta-button:hover {
  transform: scale(1.05);
}

.logo-mobile {
  padding-left: 0;
}

.nav-menu-centered {
  z-index: 1;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.search-shop-con-centered {
  z-index: 1;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 200px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.navbar {
  z-index: 1999;
  background-color: #0000;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  top: 0;
}

.home-3-banner-title-3 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
  width: auto;
  font-family: Poppins, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.2em;
}

.container-4 {
  width: 1200px;
  max-width: 100%;
}

.double-button-3 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.button-haze-wrap {
  position: relative;
}

.primary-button-white-3 {
  background-color: var(--secondary);
  width: 250px;
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px #fd5521;
  border-radius: 10px;
  align-items: center;
  padding: 18px 22px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
}

.primary-button-white-3:hover {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--primary-color);
  transform: scale(1.05);
}

.secondary-button-2 {
  border: 2px solid var(--black);
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 10px;
  padding: 18px 60px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.secondary-button-2:hover {
  background-color: #ffffff1a;
}

.secondary-button-2.haze {
  z-index: 2;
  color: #fff;
  text-align: center;
  border-color: #fff;
  width: 250px;
  position: relative;
}

.secondary-button-2.haze.responsive-btn {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  border-color: #fff;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.secondary-button-2.haze {
  z-index: 2;
  color: #cf92c0;
  text-align: center;
  border-color: #cf92c0;
  border-radius: 100px;
  width: 250px;
  position: relative;
}

.secondary-button-2.haze {
  z-index: 2;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  border-color: #fff;
  border-radius: 10px;
  width: 200px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  position: relative;
}

.secondary-button-2.haze:hover {
  transform: scale(1.1);
}

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

.bold-text-14 {
  letter-spacing: 1px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.slide-img-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/man-is-with-utility-tractor-with-grass-cutter-and-2024-09-09-21-16-01-utc-1_1.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.slide-img-2.two {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/close-up-of-hands-with-mineral-fertilizers-in-gard-2024-12-08-05-08-14-utc-1_1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.slide-img-2.three {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/natural-grass-turfs-installation-by-garden-worker-2023-11-27-05-10-34-utc-1_1.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.slide-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-2 {
  background-color: #0000;
  height: 100%;
}

.home-slide-buttons-wrapper-2 {
  grid-column-gap: 30px;
  margin-top: 20px;
  display: flex;
}

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

.home-slider {
  height: 100vh;
}

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

.home-6-banner-slider-container-3 {
  z-index: 2;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px 0 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-9 {
  width: 65%;
  margin-top: 60px;
  padding: 10px;
}

.banner-section {
  flex-direction: column;
  height: 100vh;
  position: relative;
}

.banner-section.home-3-banner {
  z-index: 2;
  background-image: none;
  justify-content: center;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.banner-section.home-3-banner.about-section.banner-horizontal-mobole, .banner-section.home-3-banner.about-section.about-us-banner-new {
  padding: 100px;
}

.banner-section.home-3-banner {
  z-index: 2;
  background-image: none;
  justify-content: center;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.banner-section.home-3-banner.about-section {
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.heading-3 {
  margin-top: 0;
  font-weight: 600;
}

.bold-text-5 {
  color: var(--black);
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 38px;
}

.counter-progressbar {
  width: 160px;
  height: 160px;
  padding: 2px;
  display: flex;
  position: relative;
}

.home-10-counter-content-wrapper {
  max-width: 180px;
}

.section-title-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.counter-progressbar-left-block {
  width: 80px;
  height: 160px;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.bold-text-20 {
  color: var(--white);
  letter-spacing: 1px;
  border-radius: 100px;
  font-weight: 600;
}

.bold-text-20:hover {
  color: var(--primary-color);
}

.paragraph-large {
  color: #1e263f;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.counter-progressbar-mask-2 {
  border: 5px solid #fff;
  width: 80px;
  height: 160px;
  position: absolute;
}

.counter-progressbar-mask-2.left {
  transform-origin: 100%;
  border-right-style: solid;
  border-right-color: #fff0;
  border-top-left-radius: 150px;
  border-bottom-left-radius: 150px;
  height: 160px;
  inset: 0%;
  transform: rotate(0);
}

.counter-progressbar-mask-2.left.dark {
  border-color: var(--primary-color) #0f5cfa00 var(--primary-color) var(--primary-color);
}

.counter-progressbar-mask-2.right {
  transform-origin: 0%;
  border-left-color: #fff0;
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
  height: 160px;
  inset: 0%;
}

.counter-progressbar-mask-2.right.dark {
  border-color: var(--primary-color) var(--primary-color) var(--primary-color) #0f5cfa00;
}

.feature-circles-2 {
  color: #1e263f;
  font-size: 20px;
}

.counter-progressbar-right-block {
  width: 80px;
  height: 160px;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.circle-counter-wrap {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 25%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.counter-progressbar-number-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 40px;
  font-weight: 700;
  display: flex;
}

.counter-progressbar-number-2.dark {
  color: var(--primary-color);
  font-weight: 600;
}

.section {
  background-color: var(--off-white);
  padding: 100px;
  position: relative;
}

.section.without-bottom-spacing {
  background-color: #f7f7f7;
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/pattern_1.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: static;
}

.circle-counter-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.counter-progressbar-static-container-2 {
  border: 1px solid #ffffff80;
  border-radius: 50%;
  width: 156px;
  height: 156px;
}

.counter-progressbar-static-container-2.dark {
  border-color: #fdfdfd;
}

.heading-10 {
  margin-top: 0;
  font-weight: 600;
}

.base-container {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.base-container.home-testimonials-base-container {
  padding-top: 0;
}

.base-container.service-base-container {
  padding-top: 0;
  padding-bottom: 0;
}

.base-container.blog-posts {
  padding-left: 80px;
  padding-right: 80px;
}

.base-container.blog-posts.p-0 {
  padding-left: 0;
  padding-right: 0;
}

.base-container.author-page-container {
  background-color: #f1f1f1;
  border-radius: 20px;
  padding: 20px 40px;
}

.bold-text-22 {
  color: var(--black);
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 38px;
  font-weight: 600;
}

.home-8-features-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.collection-list-wrapper-4 {
  width: 100%;
}

.collection-list-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contacts-block-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.3em;
}

.primary-color-background {
  color: #fd5521;
  background-color: #fff200;
  background-image: linear-gradient(#00000080, #00000080), url('../images/hook-banner-2_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: auto;
  padding: 100px;
  position: relative;
  overflow: hidden;
}

.conracts-with-bg-button {
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.contacts-with-background {
  justify-content: space-between;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.contacts-with-background.contact-2 {
  z-index: 999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px solid var(--primary-color);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.contacts-with-bg-text {
  width: 70%;
}

.primary-button-white {
  border: 1px solid var(--white);
  background-color: var(--primary-color);
  width: 200px;
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px;
  align-items: center;
  margin-top: 30px;
  padding: 16px 22px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 0 0 #050a1b00, .9px .4px .4px #050a1b08, 1.8px .9px .8px #050a1b0a, 3.1px 1.5px 1.6px #050a1b0b, 4.9px 2.4px 2.9px #050a1b0c, 8px 3.9px 5.3px #050a1b0c, 13.8px 6.8px 10.4px #050a1b0d, 27.6px 13.5px 22.8px #050a1b0e;
}

.primary-button-white:hover {
  color: #fd5521;
  background-color: #fff;
  border-color: #fd5521;
  transform: scale(1.1);
}

.bold-text-23 {
  color: var(--black);
  text-shadow: none;
  padding-left: 0;
  font-weight: 400;
  line-height: 1.6em;
}

.base-container-2 {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

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

.contacts-title {
  z-index: 2;
  margin-bottom: 25px;
}

.contacts-title.top {
  position: relative;
}

.select-field {
  background-color: #f3f3f300;
  border: 1px #000;
  border-bottom: 1px solid #afafaf;
  height: 60px;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 5px;
  font-family: PT Serif, serif;
  font-size: 18px;
}

.select-field.home-contacts-input {
  border-bottom-color: var(--black);
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.contacts-form-title {
  text-align: center;
  margin-bottom: 40px;
}

.contacts-form-title.left {
  text-align: left;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.contacts-form-title.left.form {
  font-size: 36px;
}

.contacts-form-title.left.form.schedle-header {
  text-align: center;
  text-shadow: none;
}

.contacts-content-wrapper {
  z-index: 999;
  width: 50%;
  position: relative;
}

.contacts-content-wrapper.haze-padding {
  width: 70%;
  padding: 15px;
  position: sticky;
  top: 140px;
}

.section-subtitle-4 {
  color: #141313;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: none;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
}

.rsvp-bg-images {
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.subtitle-italic-2 {
  border-left: 5px solid var(--primary-color);
  color: #4fb948;
  letter-spacing: .2px;
  text-shadow: none;
  margin-top: 15px;
  padding-left: 20px;
  font-size: 20px;
  font-style: italic;
  font-weight: 100;
  line-height: 1.2em;
}

.text-grey-green-2 {
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.paragraph-large-2 {
  color: #141313;
  text-align: center;
  padding-left: 220px;
  padding-right: 220px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.paragraph-large-2.white-paragraph.top {
  z-index: 3;
  color: #fff;
  font-family: PT Sans, sans-serif;
  position: relative;
}

.paragraph-large-2.white-paragraph.top.paragraph-large-left {
  color: #141313;
  text-align: left;
  text-shadow: none;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.primary-button-2 {
  border: 1px solid var(--primary-color);
  width: 200px;
  color: var(--primary-color);
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #fd5521;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 20px;
  padding: 15px 24px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: all .3s;
  display: inline-block;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.primary-button-2:hover {
  background-color: var(--primary-color);
  opacity: 1;
  color: #fff;
  transform: scale(1.1);
}

.primary-button-2.w--current {
  border-style: none;
}

.contacts-wrapper-rsvp-2 {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  text-shadow: 0 1px 1px #0003;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.section-6 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-6.contat-cntainer {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/contact_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.bold-text-25 {
  color: #141313;
  font-size: 38px;
  line-height: 1.4em;
}

.bold-text-25.text-span {
  color: var(--primary-color);
}

.contacts-form-wrapper-home-2 {
  z-index: 999;
  border: 1px solid var(--primary-color);
  background-color: #fff;
  border-radius: 0;
  width: 50%;
  padding: 40px;
  position: relative;
}

.home-contacts-input-2 {
  color: #999;
  background-color: #fff;
  border: 1px #4fb948;
  border-bottom: 1px solid #141313;
  border-radius: 0;
  height: auto;
  padding: 16px 18px 16px 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.home-contacts-input-2:focus {
  border: 1px #4fb948;
  border-bottom-style: solid;
}

.home-contacts-input-2::placeholder {
  color: #141313;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.home-contacts-input-2.mgn-btm {
  margin-bottom: 10px;
}

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

.footer-brand {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
}

.footer-dark-link-2 {
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.footer-dark-link-2:hover {
  color: var(--primary-color);
}

.footer-link {
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1.5px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.footer-link:hover {
  color: var(--primary-color);
}

.footer-image {
  width: 400px;
}

.footer {
  background-color: var(--black);
  text-align: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 20px;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.footer-copyright-link {
  color: var(--white);
  letter-spacing: .2px;
  margin-right: 5px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

.footer-copyright-link:hover {
  color: var(--primary-color);
}

.footer-rights {
  color: var(--white);
  margin-top: 10px;
  font-size: 16px;
  line-height: 1em;
}

.footer-title {
  color: var(--white);
  font-size: 21px;
  font-weight: 600;
}

.privacy-policy {
  color: #999;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1em;
}

.div-block-5 {
  background-color: #afafaf80;
  height: 1px;
}

.logo-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-dark-address {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.div-block-11 {
  padding-left: 60px;
  padding-right: 60px;
}

.footer-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.footer-map-wrap {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
}

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

.footer-dark-link-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 25px;
  display: flex;
}

.footer-rights-wrapper {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-dark-link {
  color: var(--black);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.footer-dark-link:hover {
  color: var(--primary-color);
}

.footer-links-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.collection-list-6 {
  text-align: left;
}

.areas-list-item:hover {
  color: #f6f2e8;
}

.subheading {
  background-color: var(--secondary);
  width: 60%;
  color: var(--black);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.testimonials {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.testimonials.testimonial-section {
  background-color: #fff;
  padding: 100px;
}

.testimonials.testimonial-section.home-testimonials {
  padding: 0 100px 60px;
}

.body {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.auto-update-copyright {
  color: var(--white);
  font-size: 16px;
}

.div-block-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  display: flex;
}

.link-block-8 {
  width: 40px;
}

.link-block-8:hover {
  transform: translate(0, -5px);
}

.section-9 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-9.main-flowers-green-banner {
  background-color: #fd5521;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/sub-page-banners-1_1.avif');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 700px;
  padding-top: 100px;
  display: flex;
  overflow: hidden;
}

.blog-post-container {
  z-index: 999;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.banner-title-wrapper {
  z-index: 999;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
  position: relative;
}

.banner-title {
  z-index: 999;
  color: #fdfdfd;
  text-align: center;
  text-shadow: 1px 1px 6px #1e263f;
}

.banner-title.grey-green {
  text-transform: uppercase;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.1;
}

.about-6-contacts-content-wrapper {
  z-index: 999;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.about-6-content-wrap-left {
  width: 35%;
}

.text-white {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  font-size: 44px;
  line-height: 1.3em;
}

.about-6-contacts-image {
  object-fit: cover;
  object-position: 50% 23%;
  width: 100%;
  height: 100%;
}

.about-6-contacts-wrap {
  background-color: var(--secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 440px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-6-content-wrapper {
  grid-column-gap: 40px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.about-6-content-wrap-right {
  width: 65%;
}

.about-6-contacts-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.section-10 {
  background-color: #fff;
  padding: 100px;
  position: relative;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.container-3 {
  max-width: 70%;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.container-19 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin-bottom: 40px;
  display: flex;
}

.section-title-wrap {
  text-align: center;
  margin-bottom: 20px;
}

.section-title-wrap.title-center-align {
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.why-choose-item-title {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 1.3em;
  display: flex;
}

.why-choose-item-title.center {
  text-align: center;
  margin-bottom: 20px;
}

.why-choose-item-title.center.gallery-socmed {
  display: block;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-20 {
  max-width: 80%;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.about-intro-wrap {
  padding-left: 0;
  padding-right: 0;
}

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

.meet-owner-section.faq {
  padding-top: 60px;
}

.accordion-toggle {
  border-bottom: 2px solid #2764924d;
  align-items: center;
  height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.accordion-item {
  width: 100%;
  overflow: hidden;
}

.text-block-18 {
  white-space: normal;
  flex: none;
  width: 100%;
  font-size: 22px;
}

.faq-title {
  display: flex;
}

.paragraph-12 {
  font-size: 18px;
}

.dropdown-list {
  background-color: #fff;
  padding: 20px;
  display: block;
  position: static;
}

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

.small-heading {
  text-shadow: none;
  font-size: 20px;
  font-weight: 500;
}

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

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

.utility-page-wrap-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

._404-page-image {
  width: 300px;
  max-width: none;
  max-height: 300px;
}

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 510px;
  margin-top: 40px;
  display: flex;
}

.text-center {
  text-align: center;
  font-size: 72px;
  line-height: 1em;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.primary-button-3 {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 100px;
  margin-top: 20px;
  padding: 18px 24px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.primary-button-3:hover {
  border-color: var(--primary-color);
  opacity: 1;
  color: var(--primary-color);
  background-color: #fff;
  transform: scale(1.1);
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.blog-grid-post-wrapper {
  height: 660px;
  margin-bottom: 20px;
}

.blog-grid-image-link {
  min-width: 100%;
}

.blog-grid-image {
  filter: brightness(104%);
  object-fit: cover;
  width: 100%;
  height: 280px;
}

.blog-grid-content-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 20px 30px 30px 10px;
  display: flex;
}

.blog-grid-item-date {
  margin-top: 0;
  margin-bottom: 15px;
}

.blog-grid-item-title {
  color: #1e263f;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition-property: color;
  transition-duration: .2s;
}

.blog-grid-item-title:hover {
  color: var(--primary-color);
}

.blog-grid-item-description {
  margin-top: 15px;
  margin-bottom: 15px;
}

.blog-link {
  color: var(--primary-color);
  margin-top: 20px;
  font-size: 16px;
  text-decoration: none;
  transition-property: color;
}

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

.collection-list-10 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-sidebar-post-category {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
  margin-bottom: 10px;
  padding: 5px 8px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.blog-sidebar-post-category:hover {
  color: var(--primary-color);
  background-color: #fff;
}

.blog-template-wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.columns-4 {
  width: 100%;
}

.section-11 {
  background-color: #231f20;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-11.home-video {
  z-index: 1;
  background-color: #231f20;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-11.home-video.service-area-section-white {
  background-color: #fff;
  padding-left: 100px;
  padding-right: 100px;
}

.map-preview-2 {
  object-fit: cover;
  object-position: 28% 0%;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  position: static;
  inset: 0 0% 0%;
}

.column-4 {
  height: 100%;
  position: sticky;
  top: 140px;
}

.accommodation-map-block-2 {
  border: 8px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: 520px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 30px #fbb8ac4d;
}

.accommodation-map-block-2.small {
  border-width: 2px;
  border-color: var(--primary-color);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0;
  position: static;
  top: 75px;
}

.section-12 {
  background-color: #231f20;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-12.accommodation-banner {
  background-image: url('/images/cdn/wf-background-image.svg'), linear-gradient(#0000004d, #0000004d);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.base-container-4 {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.banner-title-wrapper-2 {
  z-index: 999;
  flex-direction: column;
  align-items: center;
  width: 820px;
  max-width: none;
  display: flex;
  position: relative;
}

.banner-title-2 {
  z-index: 999;
  color: var(--white);
  text-align: center;
  text-shadow: 1px 1px 6px #000000c7;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

.bg-overlay {
  object-fit: cover;
  background-color: #000000b3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-overlay.blog-post {
  background-color: #000c;
}

.section-13 {
  background-color: #231f20;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-13.without-bottom-spacing {
  padding-top: 0;
  padding-bottom: 0;
}

.section-13.without-bottom-spacing.service-second-section {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.section-title-wrapper-2 {
  text-align: center;
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.image-100 {
  width: 100%;
}

.home-8-features-wrap {
  width: 100%;
  height: 350px;
  color: var(--black);
  text-align: center;
  background-color: #fff;
  border: 1px #fd5521;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  padding: 10px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
  overflow: visible;
  box-shadow: 0 0 #08102300, 0 1px .4px #08102308, 0 2px .8px #0810230a, 0 3.4px 1.6px #0810230b, 0 5.4px 2.9px #0810230c, 0 8.9px 5.3px #0810230c, 0 15.4px 10.4px #0810230d, 0 30.6px 22.8px #0810230e;
}

.home-8-features-wrap:hover {
  box-shadow: 0 0 #08102300, 0 1px .4px #08102308, 0 2px .8px #0810230a, 0 3.4px 1.6px #0810230b, 0 5.4px 2.9px #0810230c, 0 8.9px 5.3px #0810230c, 0 15.4px 10.4px #0810230d, 0 30.6px 22.8px #0810230e;
}

.footer-link-2 {
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1.5px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.footer-link-2:hover {
  color: var(--primary-color);
}

.subheader-services {
  color: var(--white);
  text-align: center;
  font-size: 17px;
}

.section-14 {
  padding: 100px;
}

.service-list-2-item {
  border-radius: 10px;
  text-decoration: none;
  overflow: clip;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.service-list-2-item-image {
  filter: grayscale();
  object-fit: cover;
  object-position: 50% 40%;
  width: 100%;
  height: 300px;
}

.service-list-2-item-content {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.service-list-2-title-wrapper {
  align-items: center;
  display: flex;
}

.service-list-2-title-wrapper.margin {
  margin-bottom: 0;
  line-height: 1.3em;
}

.service-list-2-item-description {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 16px;
}

.service-list-2-item-description.hide {
  color: #424242;
  display: block;
}

.sticky-button {
  z-index: 5000;
  border-radius: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  position: fixed;
  inset: auto 20px 20px auto;
}

.navy-button {
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 18px 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.navy-button:hover {
  opacity: 1;
  color: #1e263f;
  background-color: #fff;
  border-color: #1e263f;
}

.service-area {
  padding: 100px;
}

.service-area-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-button-icon-2 {
  opacity: .7;
  flex-direction: row;
  margin-left: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.home-3-link-services-2 {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition-property: filter;
}

.home-3-link-services-2:hover {
  filter: grayscale();
}

.services-list-icons-2 {
  height: 40px;
  margin-right: 0;
}

.service-area-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.collection-list-wrapper-5 {
  width: 100%;
}

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

.big-article-title-wrapper {
  width: 100%;
}

.big-article-content-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 400px;
  padding: 30px 40px;
  display: flex;
}

.divider {
  background-color: #eee;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.style-label {
  color: #bebebe;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.big-article-image-wrapper {
  background-image: url('../images/article-image2x_1.webp');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 400px;
  padding-left: 0;
}

.tagline {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.tagline.tagline-promo-40 {
  color: #3336;
}

.tagline.white-hero-tagline {
  color: #fff;
  margin-bottom: 10px;
}

.big-article {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 4px #0000000d;
}

.tag-wrapper {
  margin-top: 35px;
  margin-bottom: 35px;
  padding-left: 40px;
  padding-right: 40px;
}

.featured {
  width: 100%;
}

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

.card {
  background-image: linear-gradient(#000, #000);
  border-radius: 8px;
  height: 340px;
  padding: 30px;
  transition: box-shadow .4s;
  position: relative;
}

.card.card1-content {
  background-image: url('../images/card1_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  padding: 0;
  position: relative;
  overflow: clip;
}

.button {
  float: none;
  color: #fff;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 9px 25px;
  line-height: 22px;
  transition: color .2s, box-shadow .2s, background-color .2s;
  display: inline-block;
}

.button:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
}

.button.default-button {
  color: #5b697a;
  background-color: #fff;
  align-items: flex-end;
  transition: color .2s, background-color .2s, box-shadow .2s;
  display: inline-block;
}

.button.default-button:hover {
  color: #213d63;
  background-color: #fff;
  box-shadow: 0 1px 5px #0000001a;
}

.button.default-button.card-cta {
  font-weight: 500;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.button.default-button.card-cta.ft-btn {
  background-color: var(--primary-color);
  color: var(--white);
  text-align: center;
  position: static;
}

.tag-wrapper-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.card-headline {
  color: #fff;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.3em;
}

.collection-list-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.collection-list-12.p-0 {
  padding-left: 0;
  padding-right: 0;
}

.card-content {
  background-color: #0000008f;
  height: 100%;
  padding: 30px;
  position: relative;
}

.blog-category-link {
  text-decoration: none;
}

.blog-post-header {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  line-height: 1.3em;
}

.blog-post-header.text-large {
  font-size: 48px;
}

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

.heading-13 {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3em;
}

.rich-text-block-5 {
  border-left: 5px solid var(--primary-color);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.rich-text-block-6 {
  text-align: left;
}

.button-4 {
  background-color: var(--primary-color);
  text-transform: uppercase;
  border-radius: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.blog-poist-banner {
  background-color: #fff;
  background-image: url('/images/cdn/wf-background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.banner-btn-primary {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  width: 200px;
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px;
  align-items: center;
  margin-top: 0;
  margin-right: 20px;
  padding: 16px 22px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 0 0 #050a1b00, .9px .4px .4px #050a1b08, 1.8px .9px .8px #050a1b0a, 3.1px 1.5px 1.6px #050a1b0b, 4.9px 2.4px 2.9px #050a1b0c, 8px 3.9px 5.3px #050a1b0c, 13.8px 6.8px 10.4px #050a1b0d, 27.6px 13.5px 22.8px #050a1b0e;
}

.banner-btn-primary:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
  background-color: #fff;
}

.banner-button-phone {
  border: 1px solid var(--white);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  width: 200px;
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ffffff2e;
  border-radius: 10px;
  align-items: center;
  margin-top: 0;
  padding: 16px 22px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 0 0 #050a1b00, .9px .4px .4px #050a1b08, 1.8px .9px .8px #050a1b0a, 3.1px 1.5px 1.6px #050a1b0b, 4.9px 2.4px 2.9px #050a1b0c, 8px 3.9px 5.3px #050a1b0c, 13.8px 6.8px 10.4px #050a1b0d, 27.6px 13.5px 22.8px #050a1b0e;
}

.banner-button-phone:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
  background-color: #fff;
}

.double-btn-wrap {
  margin-top: 30px;
  display: flex;
}

.section-16 {
  background-color: #f9fffb;
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/pattern_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 100px 180px;
  display: flex;
}

.accredits {
  background-color: var(--white);
  border: 1px solid #f5f5f5;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.column-8 {
  height: 100%;
}

.columns-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-21 {
  width: 100%;
  max-width: none;
}

.heading-15 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
}

.div-block-21 {
  background-color: var(--secondary);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 40em;
  margin-bottom: 80px;
}

.mask {
  padding: 40px 10px;
}

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

.paragraph-17.testimonial-paragraph {
  font-size: 14px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-info {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  filter: grayscale();
  object-fit: cover;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 16px;
}

.image-110 {
  width: 50px;
  max-width: none;
}

.testimonial-author {
  color: #4b5b68;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
}

.image-118 {
  width: 72px;
  max-width: none;
}

.testimonial-slide-wrapper {
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  max-width: 32%;
  margin-right: 2%;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.testimonial-slider {
  background-color: #0000;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-card {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

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

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

.image-111 {
  width: 50px;
  max-width: none;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.container-22 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrapper-3 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.section-title-wrapper-3.testmonials-title-container {
  background-color: var(--secondary);
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 10px 40px;
}

.section-title-wrapper-3.testmonials-title-container.testimonials-header-container {
  margin-top: -90px;
}

.div-block-79 {
  filter: none;
  width: 30%;
}

.div-block-78 {
  width: 70%;
}

.paragraph-large-3 {
  color: #1e263f;
  letter-spacing: 1px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.paragraph-large-3.testimonials-paragraph {
  color: var(--black);
  text-align: left;
}

.section-title-11 {
  text-align: left;
  font-weight: 500;
}

.bold-text-28 {
  color: var(--black);
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 600;
}

.image-128 {
  opacity: .55;
  width: 150px;
  max-width: none;
}

.tablet-down-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  background-color: #fd5521;
  border: 1px solid #fd5521;
  padding: 18px 24px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  transition: all .3s;
  display: none;
}

.tablet-down-2:hover {
  opacity: 1;
  color: #fd5521;
  background-color: #fff;
}

.dropdown-link {
  background-color: var(--secondary);
  color: var(--black);
  transition: all .2s;
}

.dropdown-link:hover {
  padding-left: 30px;
}

.dropdown-link.w--current {
  color: #302f2d;
}

.dropdown-list-5 {
  overflow: hidden;
}

.dropdown-list-5.w--open {
  background-color: #fffffff7;
  width: 200px;
}

.dropdown-list-5.service-area-menu.w--open, .dropdown-list-5.service-container.w--open {
  width: 250px;
}

.nav-logo_red-2 {
  z-index: 2;
  opacity: 1;
  width: 121px;
  height: auto;
  display: block;
  position: static;
  inset: 0%;
}

.dropdown-link-3 {
  background-color: var(--secondary);
  color: var(--black);
}

.dropdown-link-3.w--current {
  color: var(--primary-color);
}

.nav-logo-container-2 {
  width: 14em;
  transition: opacity .25s;
  position: relative;
}

.nav-logo-container-2.w--current {
  width: 15em;
  position: relative;
}

.nav-menu-centered-wrapper-2 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-menu-link-2 {
  color: #303b44;
  letter-spacing: 1px;
  text-transform: capitalize;
  border-bottom: 1px #afafaf00;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0;
  padding: 20px 14px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  display: flex;
}

.nav-menu-link-2:hover {
  color: #425aa3;
  border: 1px #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-menu-link-2.w--current {
  color: #425aa3;
}

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

.dropdown-link-4 {
  border-bottom: 1px solid #ebebeb;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all .2s;
}

.dropdown-link-4:hover {
  padding-left: 30px;
}

.dropdown-link-2 {
  background-color: var(--secondary);
  color: var(--black);
  transition: all .2s;
}

.dropdown-link-2:hover {
  padding-left: 30px;
}

.text-block-64 {
  color: #303b44;
}

.text-span-2 {
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
}

.nav-menu-shadow-overlay-2 {
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.nav-container-2 {
  background-color: #0000;
  border: 1px #000;
  border-bottom-color: #ffb612;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px;
  display: flex;
}

.bold-text-29 {
  letter-spacing: 1px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.tablet-menu-2 {
  display: none;
}

.text-block-65 {
  color: var(--white);
  text-align: center;
  font-size: 16px;
  line-height: 1.6em;
}

.contacts-location-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contacts-location-wrap-2 {
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  border-color: #ddd #e2e2e2 #e2e2e2 var(--primary-color);
  background-color: var(--white);
  text-shadow: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 8px 10px;
  display: flex;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c;
}

.contacts-icon-2 {
  color: var(--primary-color);
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 21px;
  display: flex;
}

.heading-21 {
  color: #4b5b68;
  text-align: center;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.paragraph-18 {
  color: #1e263f;
  text-align: center;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.text-span-3 {
  color: var(--primary-color);
}

.image-131 {
  width: 300px;
  max-width: none;
}

.heading-22 {
  text-align: center;
}

.div-block-84 {
  flex-flow: row;
  margin-right: 20px;
  display: flex;
}

.secondary-button-6 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 18px 22px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.secondary-button-6:hover {
  background-color: #ffffff1a;
}

.secondary-button-6.haze {
  z-index: 2;
  color: #fff;
  text-align: center;
  border-color: #fff;
  width: 250px;
  position: relative;
}

.secondary-button-6.haze.other {
  border-color: var(--primary-color);
  width: auto;
  color: var(--primary-color);
  border-radius: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.secondary-button-6.haze.other:hover {
  background-color: #fff0;
}

.heading-25 {
  font-size: 21px;
  font-weight: 800;
}

.paragraph-23 {
  color: #fff;
  font-weight: 400;
}

.paragraph-23.hero-description {
  color: #023047;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6em;
}

.bold-text-43 {
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3em;
}

.div-block-86 {
  color: #3a3a3a;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding: 0 10px 0 20px;
  display: flex;
}

.div-block-87 {
  padding-bottom: 0;
  position: relative;
}

.div-block-88 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.bold-text-44 {
  letter-spacing: 1px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.heading-26 {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 3px;
  font-weight: 800;
  line-height: 1.3em;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.primary-button-white-9 {
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 10px;
  align-items: center;
  width: 200px;
  padding: 18px 22px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
}

.primary-button-white-9:hover {
  background-color: var(--primary-color);
  color: #fff;
  transform: scale(1.1);
}

.image-134 {
  border-radius: 20px;
  width: 400px;
  max-width: none;
  height: auto;
  position: static;
  top: 38px;
  right: -70.5px;
}

.div-block-91 {
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  margin-right: 10px;
  display: flex;
}

.double-button-8 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  padding-left: 0;
  display: flex;
}

.svc-h3 {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 21px;
  font-weight: 600;
}

.svc-title-wrap {
  background-color: var(--secondary);
  border-radius: 5px;
  width: 100%;
}

.text-block-70 {
  text-align: left;
}

.image-136 {
  width: 21px;
  max-width: none;
  height: 21px;
}

.div-block-93 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.paragraph-24 {
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
}

.div-block-94 {
  width: 100%;
  padding-left: 30px;
  display: flex;
}

.div-block-95 {
  border-radius: 10px;
  height: 199.656px;
  margin-top: 30px;
  overflow: clip;
}

.svc-img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.link-block-12 {
  color: #302f2d;
  border-bottom: 1px solid #e4e4e4;
  width: 100%;
  padding: 5px 20px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.link-block-12:hover {
  padding-left: 30px;
}

.text-block-68 {
  padding-left: 0;
  padding-right: 0;
}

.text-block-68:hover {
  padding-left: 0;
}

.link-block-13 {
  color: #302f2d;
  border-bottom: 1px solid #e4e4e4;
  width: 100%;
  padding: 5px 20px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.link-block-13:hover {
  padding-left: 30px;
}

.text-block-71 {
  padding-left: 0;
  padding-right: 0;
}

.text-block-71:hover {
  padding-left: 0;
}

.accommodation-map-block-3 {
  border: 8px solid #fff;
  border-radius: 0;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 10%;
  min-height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 30px #fbb8ac4d;
}

.section-17 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-17.home-video {
  z-index: 1;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-bottom: -285px;
  padding-top: 100px;
  padding-bottom: 0;
}

.section-17.home-video.where-we-operate-sec {
  background-color: #0000;
  margin-bottom: 0;
  padding-top: 0;
}

.column-12 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-72 {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.secondary-button-7 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 18px 60px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.secondary-button-7:hover {
  background-color: #ffffff1a;
}

.secondary-button-7.haze {
  z-index: 2;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  border-color: #fff;
  border-radius: 10px;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  position: relative;
}

.secondary-button-7.haze:hover {
  transform: scale(1.1);
}

.div-block-56 {
  color: #fff;
  background-color: #fff;
  width: 20%;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph-large-4 {
  color: #4b5b68;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.paragraph-large-4.maps-par {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
}

.primary-button-white-7 {
  border: 1px solid var(--black);
  background-color: var(--white);
  width: 200px;
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px;
  align-items: center;
  margin-top: 30px;
  padding: 18px 22px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 0 0 #050a1b00, .9px .4px .4px #050a1b08, 1.8px .9px .8px #050a1b0a, 3.1px 1.5px 1.6px #050a1b0b, 4.9px 2.4px 2.9px #050a1b0c, 8px 3.9px 5.3px #050a1b0c, 13.8px 6.8px 10.4px #050a1b0d, 27.6px 13.5px 22.8px #050a1b0e;
}

.primary-button-white-7:hover {
  color: var(--primary-color);
  background-color: #fff;
  border-color: #425aa3;
  transform: scale(1.1);
}

.section-title-wrapper-4 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-title-wrapper-4.maps-section {
  justify-content: center;
  align-items: flex-start;
}

.bold-text-37 {
  color: #fff;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 600;
}

.code-embed-2 {
  margin-top: 0;
}

.column-13 {
  background-color: var(--primary-color);
  justify-content: center;
  align-items: center;
  min-height: 512px;
  padding: 60px;
  display: flex;
}

.button-haze-wrap-4 {
  position: relative;
}

.button-haze-wrap-4.border-bottom {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.double-button-6 {
  grid-column-gap: 20px;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.double-button-6.dbl-button-left {
  justify-content: flex-start;
  align-items: flex-end;
}

.home-section-title-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.bold-text-36 {
  color: #fff;
  letter-spacing: 1px;
  border-radius: 100px;
  font-weight: 500;
}

.bold-text-36:hover {
  color: #fff;
}

.image-138, .image-139 {
  width: 40px;
  max-width: none;
}

.div-block-97 {
  background-color: var(--secondary);
  border-radius: 10px;
  width: 100%;
  margin-bottom: 30px;
  padding: 20px 40px;
}

.div-block-98 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.svc-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.div-block-100 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.button-8 {
  text-transform: uppercase;
  background-color: #302f2d;
  border-radius: 10px;
  padding: 20px 40px;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.button-8:hover {
  transform: scale(1.1);
}

.div-block-101 {
  background-color: var(--secondary);
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-34 {
  margin-top: 10px;
  font-size: 21px;
  font-weight: 600;
}

.div-block-102 {
  border: 1px solid #e7e7e7;
}

.link-block-14 {
  color: #302f2d;
  border-bottom: 1px solid #e7e7e7;
  width: 100%;
  padding: 5px 10px;
  text-decoration: none;
  transition: all .2s;
}

.link-block-14:hover {
  color: var(--primary-color);
  padding-left: 20px;
}

.column-14 {
  position: sticky;
  top: 140px;
}

.text-block-72 {
  background-color: var(--secondary);
  text-align: left;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 70%;
  padding: 5px 20px;
  font-weight: 500;
  display: flex;
}

.secondary-button-3 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 18px 22px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.secondary-button-3:hover {
  background-color: #ffffff1a;
}

.secondary-button-3.haze {
  z-index: 2;
  color: #fff;
  text-align: center;
  border-color: #fff;
  width: 250px;
  position: relative;
}

.secondary-button-3.haze.other {
  border-color: var(--primary-color);
  width: auto;
  color: var(--primary-color);
  border-radius: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.secondary-button-3.haze.other:hover {
  background-color: #fff0;
}

.image-121 {
  width: 20px;
  max-width: none;
}

.image-140 {
  perspective-origin: 50%;
  transform-origin: 50%;
  border-radius: 20px;
  width: 300px;
  max-width: none;
  height: auto;
  position: static;
  top: 38px;
  right: -70.5px;
  overflow: visible;
}

.heading-35 {
  color: #302f2d;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.heading-17 {
  color: #302f2d;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.3em;
}

.div-block-67 {
  background-color: var(--white);
  border: 1px solid #ebebeb;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.heading-20 {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 3px;
  font-weight: 800;
  line-height: 1.3em;
}

.image-122 {
  width: 20px;
  max-width: none;
}

.double-button-4 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  padding-left: 0;
  display: flex;
}

.primary-button-white-5 {
  background-color: var(--primary-color);
  width: 200px;
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 10px;
  align-items: center;
  padding: 18px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
}

.primary-button-white-5:hover {
  color: #fff;
  background-color: #ffb612;
  transform: scale(1.1);
}

.div-block-66 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.div-block-64 {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 450px;
  display: flex;
  overflow: clip;
}

.div-block-68 {
  margin-right: 20px;
}

.div-block-63 {
  color: #3a3a3a;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0 10px;
  display: flex;
}

.div-block-25 {
  margin-right: 20px;
}

.columns-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-24 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.div-block-65 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.bold-text-31 {
  letter-spacing: 1px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.column-25 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-24 {
  background-color: var(--white);
  border: 1px solid #ebebeb;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.paragraph-21, .paragraph-19 {
  font-size: 14px;
}

.button-haze-wrap-5 {
  position: relative;
}

.text-span-5 {
  color: #ffb612;
  font-size: 38px;
}

.bold-text-30 {
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3em;
}

.bold-text-30.text-span {
  color: var(--secondary);
}

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

.form-section-subheading {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
}

.hide {
  display: none;
}

.radio-question-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.form-section-labels {
  color: #000;
  margin-bottom: 10px;
  padding-top: 20px;
  font-size: 26px;
}

.pay-wrapper {
  grid-column-gap: 50px;
  display: flex;
}

.field-label {
  font-size: 18px;
}

.file-upload-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.employee-job-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.input-field-2 {
  color: #7e7e7e;
  height: 65px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 400;
}

.input-field-2::placeholder {
  color: #7e7e7e;
  font-size: 18px;
  font-weight: 400;
}

.input-field-2.text-area {
  height: 150px;
  margin-top: 0;
  padding-top: 15px;
}

.input-field-2.text-area.gap {
  margin-bottom: 40px;
}

.error-message-2 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.radio-button-wrapper-2 {
  grid-column-gap: 50px;
  margin-top: 10px;
  display: flex;
}

.button-9 {
  color: #fff;
  background-color: #202a28;
  border: 2px solid #202a28;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 17px 40px;
  font-size: 20px;
  font-weight: 600;
  transition: background-color .2s, border-color .2s, color .2s;
}

.button-9:hover {
  color: #e4cd00;
}

.button-9.full-width-button {
  text-align: center;
  border-color: #000;
  border-radius: 8px;
  width: 100%;
}

.button-9.full-width-button:hover {
  color: #fff;
  -webkit-text-stroke-color: #1b1a1a;
  background-color: #0f693b;
}

.appointment-form-wrap-2 {
  background-color: #0000;
  margin-top: 40px;
  padding: 50px 40px;
}

.appointment-form-wrap-2.contact {
  margin-top: 0;
  padding: 100px;
}

.employee-history-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.success-message-2 {
  color: #fff;
  text-align: center;
  background-color: #ff1c9d;
}

.section-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.container-23 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.image-141 {
  border-radius: 20px;
  max-width: 100%;
}

.text-block-74 {
  color: #9b9b9b;
  font-weight: 700;
}

.heading-37 {
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-75 {
  color: #666;
  margin-top: 20px;
}

.columns-9 {
  border: 1px solid #ebebeb;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.div-block-103 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-24 {
  width: 100%;
  max-width: none;
}

.div-block-104 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-142 {
  justify-content: center;
  align-items: center;
  width: 170px;
  max-width: none;
  display: flex;
}

.div-block-105 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-106 {
  width: 300px;
  margin-top: 100px;
}

.hero-avatar {
  width: 100%;
}

.code-embed-3 {
  display: none;
}

.code-embed-3:where(.w-variant-ff46cdb9-b73c-5033-6695-5dc84ba0f5e5) {
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  display: block;
}

.form-block:where(.w-variant-ff46cdb9-b73c-5033-6695-5dc84ba0f5e5) {
  display: none;
}

.author-container {
  background-color: var(--primary-color);
  width: 100%;
  color: var(--white);
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  text-decoration: none;
  transition: background-color .2s;
}

.author-container:hover {
  background-color: #c9580c;
}

.heading-38 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

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

.image-145 {
  border-radius: 500px;
  width: 124px;
  max-width: none;
}

.div-block-107 {
  border: 5px solid #47715b;
  border-radius: 500px;
}

.author-details-wrap {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.rich-text-block-7 {
  border-top: 1px solid var(--secondary);
  margin-top: 20px;
  padding-top: 10px;
}

.blog-post-date.blog-text-white {
  color: var(--white);
}

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

.faqwrap {
  background-color: var(--off-white);
  text-align: left;
  margin-top: 40px;
  padding: 24px 24px 24px 40px;
}

.heading-46 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.namefaq {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 10px;
}

.faqwrap-2 {
  background-color: var(--off-white);
  margin-top: 40px;
  padding: 24px 24px 24px 40px;
}

@media screen and (min-width: 1280px) {
  .primary-button, .primary-button.tablet-hide.cta-button {
    color: #fff;
  }

  .primary-button.tablet-hide.cta-button {
    background-color: var(--primary-color);
    color: #fff;
  }

  .navbar {
    position: fixed;
    top: 0;
  }

  .banner-section.home-3-banner {
    z-index: 3;
    z-index: 3;
    background-image: none;
    padding-bottom: 0;
    position: relative;
  }

  .heading-3 {
    color: #fd5521;
  }

  .bold-text-5 {
    color: var(--primary-color);
  }

  .bold-text-20 {
    font-weight: 500;
  }

  .paragraph-large {
    font-family: Poppins, sans-serif;
  }

  .counter-progressbar-mask-2.left.dark {
    border-top-color: var(--primary-color);
    border-bottom-color: var(--primary-color);
    border-left-color: var(--primary-color);
  }

  .counter-progressbar-mask-2.right.dark {
    border-top-color: var(--primary-color);
    border-right-color: var(--primary-color);
    border-bottom-color: var(--primary-color);
  }

  .counter-progressbar-number-2.dark {
    color: var(--primary-color);
    -webkit-text-stroke-color: var(--primary-color);
  }

  .section {
    background-color: var(--off-white);
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.without-bottom-spacing {
    background-color: #f5fff0;
    padding-top: 100px;
  }

  .heading-10 {
    color: #fd5521;
  }

  .base-container {
    height: 100%;
  }

  .bold-text-22 {
    color: var(--black);
    font-family: Poppins, sans-serif;
  }

  .collection-list-4 {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .contacts-block-title {
    font-size: 50px;
    line-height: 60px;
  }

  .primary-color-background {
    background-color: #fd5521;
    background-image: linear-gradient(#00000080, #00000080), url('../images/hook-banner-2_1.webp');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    background-attachment: scroll, fixed;
    justify-content: center;
    align-items: center;
    height: auto;
    display: block;
  }

  .contacts-with-background.contact-2 {
    height: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }

  .contacts-with-bg-text {
    width: 100%;
  }

  .primary-button-white {
    background-color: var(--primary-color);
    color: var(--white);
    border-style: none;
    text-decoration: none;
  }

  .bold-text-23 {
    color: var(--primary-color);
  }

  .base-container-2 {
    max-width: 90%;
  }

  .primary-button-2 {
    border-color: var(--primary-color);
    color: var(--primary-color);
  }

  .primary-button-2:hover {
    background-color: var(--primary-color);
  }

  .contacts-wrapper-rsvp-2 {
    grid-column-gap: 50px;
  }

  .section-6 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .contacts-form-wrapper-home-2 {
    border-color: var(--primary-color);
    box-shadow: none;
  }

  .footer-dark-link-2 {
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6em;
    text-decoration: none;
  }

  .footer-link {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
  }

  .footer-link:hover {
    color: var(--primary-color);
  }

  .footer {
    padding-top: 0;
  }

  .logo-wrapper {
    margin-bottom: 20px;
  }

  .footer-dark-address {
    font-size: 18px;
    line-height: 1.3;
  }

  .footer-rights-wrapper {
    margin-top: 30px;
  }

  .footer-dark-link {
    color: var(--black);
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

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

  .body {
    font-family: Poppins, sans-serif;
  }

  .section-9 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-9.main-flowers-green-banner {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/sub-page-banners-1_1.avif');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    min-height: 600px;
  }

  .banner-title-wrapper {
    margin-top: 0;
  }

  .about-6-contacts-content-wrapper {
    max-width: 560px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .about-6-contacts-wrap {
    height: 560px;
  }

  .about-6-content-wrapper {
    margin-bottom: 80px;
  }

  .section-10 {
    padding: 100px;
  }

  .section-10.privacy-container {
    background-color: #f1f1f1;
  }

  .container-3 {
    max-width: 70%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-19 {
    max-width: 80%;
  }

  .gallery {
    padding-top: 140px;
    padding-bottom: 120px;
  }

  .container-20 {
    max-width: 70%;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .meet-owner-section.faq {
    padding-top: 60px;
  }

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

  .primary-button-3 {
    color: #fff;
  }

  .licensing-title {
    background-color: var(--white);
    border-radius: 20px;
    padding: 40px;
  }

  .blog-grid-image {
    height: 320px;
  }

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

  .map-preview-2 {
    border-radius: 0;
  }

  .accommodation-map-block-2 {
    border-radius: 20px;
  }

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

  .base-container-4 {
    max-width: 70%;
  }

  .banner-title-wrapper-2 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

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

  .section-13.without-bottom-spacing {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navy-button {
    color: #fff;
  }

  .rich-text-block-5 {
    text-align: left;
  }

  .button-4.w--current {
    margin-top: 30px;
  }

  .blog-poist-banner {
    background-image: url('/images/cdn/wf-background-image.svg');
    background-position: 50%;
    background-size: cover;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .banner-btn-primary, .banner-button-phone {
    background-color: var(--primary-color);
    color: var(--white);
    border-style: none;
    text-decoration: none;
  }

  .double-btn-wrap {
    margin-top: 30px;
  }

  .paragraph-large-3 {
    font-family: Poppins, sans-serif;
  }

  .bold-text-28 {
    color: var(--black);
  }

  .nav-logo_red-2 {
    width: 130px;
  }

  .nav-logo-container-2 {
    width: 17em;
  }

  .dropdown {
    color: #fff;
  }

  .nav-menu-link-2 {
    color: var(--white);
    text-transform: uppercase;
    border-bottom: 1px solid #0000;
  }

  .nav-menu-link-2:hover {
    color: #425aa3;
    border-bottom: 1px #cf92c0;
  }

  .icon {
    color: #649427;
  }

  .text-block-64 {
    color: var(--white);
    text-transform: uppercase;
  }

  .nav-menu-shadow-overlay-2 {
    margin-right: 0;
  }

  .nav-container-2 {
    background-color: #0000;
    padding: 10px 50px;
  }

  .paragraph-23.hero-description {
    font-size: 16px;
  }

  .bold-text-43 {
    font-size: 40px;
    line-height: 45px;
  }

  .div-block-86 {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
  }

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

  .primary-button-white-9 {
    background-color: var(--primary-color);
    color: #fff;
    text-decoration: none;
  }

  .image-134 {
    width: 400px;
    box-shadow: none;
    border-radius: 0;
    position: static;
    inset: 33% 0% -16px auto;
  }

  .accommodation-map-block-3 {
    border-radius: 0;
  }

  .section-17 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .secondary-button-7.haze {
    color: #302f2d;
    border-color: #fff;
  }

  .paragraph-large-4 {
    font-family: Poppins, sans-serif;
  }

  .primary-button-white-7 {
    color: #302f2d;
    background-color: #fff;
  }

  .primary-button-white-7:hover {
    color: #ffb612;
    border-color: #302f2d;
  }

  .bold-text-37 {
    color: #fff;
  }

  .double-button-6 {
    margin-top: 0;
  }

  .bold-text-36:hover {
    color: #302f2d;
  }

  .image-140 {
    width: 300px;
    box-shadow: none;
    border-radius: 0;
    top: 50px;
    right: -56.5px;
  }

  .primary-button-white-5 {
    background-color: var(--primary-color);
    color: var(--white);
    text-decoration: none;
  }

  .primary-button-white-5:hover {
    background-color: var(--primary-color);
  }

  .div-block-64 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-63 {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 10px;
  }

  .bold-text-30 {
    font-size: 40px;
    line-height: 45px;
  }

  .hero-avatar {
    width: 300px;
    max-width: none;
  }
}

@media screen and (min-width: 1440px) {
  .navbar {
    position: fixed;
    top: 0;
  }

  .banner-section.home-3-banner {
    background-image: none;
    min-height: 100vh;
  }

  .section.without-bottom-spacing {
    background-color: #fffddb;
  }

  .base-container {
    padding-left: 140px;
    padding-right: 140px;
  }

  .bold-text-22 {
    color: var(--black);
  }

  .collection-list-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .contacts-with-background.contact-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .base-container-2 {
    max-width: 90%;
  }

  .section-6 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-6.contat-cntainer {
    padding: 100px 60px;
  }

  .footer-dark-link-2 {
    color: var(--white);
  }

  .footer-link {
    color: var(--white);
    font-size: 16px;
  }

  .footer {
    padding-top: 0;
  }

  .footer-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }

  .testimonials.testimonial-section {
    background-color: #fff;
  }

  .link-block-8 {
    width: 100%;
  }

  .section-9.main-flowers-green-banner {
    background-image: linear-gradient(to bottom, null, null), url('../images/031824_Great-Salt-Lake_13-scaled_1.webp');
    background-position: 0 0, 0%;
  }

  .section-10 {
    padding-left: 140px;
    padding-right: 140px;
  }

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

  .container-19 {
    max-width: 80%;
  }

  .why-choose-item-title {
    font-size: 26px;
  }

  .gallery {
    padding-top: 170px;
    padding-bottom: 120px;
  }

  .container-20 {
    max-width: 70%;
    padding-left: 0;
    padding-right: 0;
  }

  .meet-owner-section {
    padding-top: 170px;
    padding-bottom: 70px;
  }

  .meet-owner-section.faq {
    padding-top: 60px;
  }

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

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

  .section-11.home-video {
    background-image: none;
  }

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

  .base-container-4 {
    max-width: 70%;
  }

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

  .section-13.without-bottom-spacing {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-13.without-bottom-spacing.service-second-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 140px;
    padding-right: 140px;
    display: flex;
  }

  .section-14 {
    padding-left: 220px;
    padding-right: 220px;
  }

  .rich-text-block-5 {
    text-align: left;
  }

  .blog-poist-banner {
    background-image: url('/images/cdn/wf-background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .nav-logo_red-2 {
    width: 140px;
    max-width: none;
  }

  .nav-logo-container-2 {
    width: 17em;
  }

  .nav-menu-link-2 {
    color: #303b44;
    font-weight: 400;
  }

  .icon {
    color: #649427;
  }

  .nav-container-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-25 {
    margin-top: 0;
  }

  .paragraph-23.hero-description {
    font-size: 16px;
  }

  .div-block-88 {
    margin-top: 30px;
  }

  .grid-2 {
    grid-template-columns: .75fr 1fr;
  }

  .primary-button-white-9 {
    background-color: var(--primary-color);
  }

  .image-134 {
    border-radius: 20px;
    width: 100%;
    height: auto;
    top: 22px;
  }

  .section-17.home-video.where-we-operate-sec {
    padding-top: 0;
  }

  .secondary-button-7.haze {
    border-color: #fff;
    border-radius: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .primary-button-white-7 {
    color: #302f2d;
    border-radius: 10px;
  }

  .primary-button-white-7:hover {
    color: #425aa3;
  }

  .bold-text-37 {
    color: #fff;
  }

  .double-button-6 {
    margin-top: 0;
  }

  .bold-text-36:hover {
    color: #fff;
  }

  .image-138, .image-139 {
    width: 40px;
    max-width: none;
  }

  .image-140 {
    width: 300px;
    height: auto;
    top: 22px;
  }

  .primary-button-white-5 {
    background-color: var(--primary-color);
    color: var(--white);
  }

  .div-block-64 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-63 {
    padding-left: 10px;
  }

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

  .appointment-form-wrap-2 {
    margin-top: 40px;
    padding: 50px 40px;
  }
}

@media screen and (min-width: 1920px) {
  .primary-button.tablet-hide.cta-button {
    width: 300px;
    font-size: 18px;
  }

  .search-shop-con-centered {
    width: 250px;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    top: 0;
  }

  .home-3-banner-title-3 {
    font-size: 68px;
  }

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

  .primary-button-white-3 {
    width: 330px;
    padding: 20px 30px;
    font-size: 22px;
  }

  .secondary-button-2.haze.responsive-btn {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .secondary-button-2.haze {
    width: 300px;
  }

  .bold-text-14 {
    font-size: 21px;
  }

  .home-6-banner-slider-container-3 {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 100px;
  }

  .div-block-9 {
    width: 50%;
    margin-right: 140px;
  }

  .banner-section.home-3-banner.about-section.banner-horizontal-mobole {
    padding: 140px 220px;
  }

  .banner-section.home-3-banner.about-section.about-us-banner-new {
    padding-left: 220px;
    padding-right: 220px;
  }

  .banner-section.home-3-banner {
    background-image: none;
  }

  .bold-text-5 {
    color: #1e263f;
    font-size: 48px;
  }

  .section-title-wrapper.services-title-wrap {
    padding-left: 140px;
    padding-right: 140px;
  }

  .bold-text-20 {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .section {
    padding: 140px 220px;
  }

  .section.without-bottom-spacing {
    background-color: var(--off-white);
    padding: 140px 220px;
  }

  .base-container {
    padding: 0;
  }

  .bold-text-22 {
    color: #1e263f;
    font-size: 48px;
  }

  .home-8-features-wrapper {
    width: 100%;
  }

  .collection-list-4 {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .contacts-block-title {
    font-size: 68px;
    line-height: 1.3em;
  }

  .primary-color-background {
    background-image: linear-gradient(#00000080, #00000080), url('../images/hook-banner-2_1.webp');
    background-position: 0 0, 50% 90%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    height: auto;
    padding-left: 220px;
    padding-right: 220px;
  }

  .contacts-with-background.contact-2 {
    width: 90%;
    padding-left: 100px;
    padding-right: 100px;
  }

  .contacts-with-bg-text {
    width: 100%;
  }

  .primary-button-white {
    width: 300px;
    font-size: 18px;
    font-weight: 400;
  }

  .base-container-2 {
    max-width: 80%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contacts-form-title.left {
    font-size: 48px;
  }

  .primary-button-2 {
    border-radius: 3px;
    width: 250px;
    font-size: 18px;
  }

  .primary-button-2.w--current {
    border-style: solid;
  }

  .primary-button-2.w--current:hover {
    transform: scale(1.1);
  }

  .contacts-wrapper-rsvp-2 {
    grid-column-gap: 30px;
  }

  .section-6 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .section-6.contat-cntainer {
    padding: 140px;
  }

  .footer-link {
    font-size: 18px;
  }

  .footer {
    padding-top: 0;
  }

  .subheading {
    background-color: var(--secondary);
  }

  .testimonials.testimonial-section {
    background-color: #fff;
    padding: 140px 220px;
  }

  .testimonials.testimonial-section.home-testimonials {
    padding-left: 220px;
    padding-right: 220px;
  }

  .section-9.main-flowers-green-banner {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/sub-page-banners-1_1.avif');
    background-position: 0 0, 50% 100%;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    min-height: 750px;
    padding-left: 220px;
    padding-right: 220px;
  }

  .blog-post-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .banner-title-wrapper {
    max-width: none;
    padding-left: 100px;
    padding-right: 100px;
  }

  .banner-title.grey-green {
    text-transform: uppercase;
    font-size: 62px;
    font-weight: 700;
  }

  .about-6-contacts-content-wrapper {
    font-size: 58px;
  }

  .text-white {
    font-size: 44px;
    line-height: 50px;
  }

  .about-6-content-wrapper {
    margin-bottom: 0;
  }

  .section-10 {
    padding: 140px 220px;
  }

  .container-3, .container-19 {
    max-width: 70%;
  }

  .section-title-wrap.title-center-align {
    margin-bottom: 0;
  }

  .why-choose-item-title {
    text-align: left;
    font-size: 32px;
  }

  .gallery {
    padding-top: 100px;
  }

  .container-20 {
    max-width: 70%;
  }

  .about-intro-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .meet-owner-section.faq {
    padding-top: 60px;
  }

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

  .text-block-3 {
    font-size: 21px;
  }

  .section-11 {
    background-color: #231f20;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-11.home-video {
    padding-top: 100px;
  }

  .section-11.home-video.service-area-section-white {
    padding: 140px 220px;
  }

  .map-preview-2 {
    margin-bottom: 0;
  }

  .accommodation-map-block-2 {
    width: 100%;
  }

  .accommodation-map-block-2.small {
    width: 100%;
    height: 100%;
    min-height: auto;
    padding: 0;
  }

  .section-12 {
    background-color: #231f20;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-12.accommodation-banner {
    background-image: url('../images/accomodation-banner-01_1.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .base-container-4 {
    max-width: 70%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .banner-title-wrapper-2 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .section-13 {
    background-color: #231f20;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-13.without-bottom-spacing {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-13.without-bottom-spacing.service-second-section {
    padding: 140px 220px;
    font-weight: 400;
  }

  .home-8-features-wrap {
    height: 400px;
    padding: 20px 20px 40px;
  }

  .footer-link-2 {
    font-size: 18px;
  }

  .section-14 {
    padding: 140px 220px;
  }

  .sticky-button {
    bottom: 40px;
    right: 40px;
  }

  .service-area {
    padding: 140px 220px;
  }

  .section-15 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .paragraph-15 {
    font-size: 22px;
  }

  .heading-13 {
    font-size: 58px;
    line-height: 1.3;
  }

  .rich-text-block-5 {
    text-align: left;
  }

  .blog-poist-banner {
    background-image: url('/images/cdn/wf-background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 630px;
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .banner-btn-primary, .banner-button-phone {
    width: 300px;
    font-size: 18px;
  }

  .section-16 {
    padding-bottom: 220px;
    padding-left: 220px;
    padding-right: 220px;
  }

  .container-21 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-21 {
    width: 60em;
    margin-bottom: 100px;
  }

  .mask {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-17.testimonial-paragraph {
    font-size: 18px;
  }

  .testimonial-slide-wrapper {
    max-width: 32%;
  }

  .testimonial-slider {
    max-width: 1800px;
  }

  .slider-arrow-embed {
    filter: none;
  }

  .testimonial-paragraph {
    font-size: 18px;
  }

  .testimonial-slider-right {
    right: 0;
  }

  .testimonial-slider-left {
    left: 0;
  }

  .section-title-wrapper-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-title-wrapper-3.testmonials-title-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-title-wrapper-3.testmonials-title-container.testimonials-header-container {
    margin-top: -100px;
  }

  .paragraph-large-3 {
    font-size: 18px;
  }

  .paragraph-large-3.testimonials-paragraph {
    margin-top: 10px;
  }

  .section-title-11 {
    font-size: 48px;
  }

  .bold-text-28 {
    color: var(--black);
    font-size: 44px;
    font-weight: 700;
  }

  .image-128 {
    width: 200px;
  }

  .nav-logo_red-2 {
    width: 160px;
    position: static;
  }

  .nav-logo-container-2 {
    width: 20em;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-logo-container-2.w--current {
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-menu-centered-wrapper-2 {
    justify-content: flex-end;
    align-items: center;
    margin-right: 20px;
  }

  .nav-menu-link-2 {
    color: #303b44;
    border-bottom-style: none;
    font-size: 18px;
    font-weight: 400;
  }

  .nav-menu-link-2:hover {
    color: #425aa3;
    border: 1px #000;
    font-weight: 400;
  }

  .nav-menu-link-2.w--current {
    color: #425aa3;
    font-weight: 400;
  }

  .nav-menu-link-2.w--current:hover {
    border-style: none;
    border-width: 1px;
  }

  .icon {
    color: #649427;
  }

  .text-block-64 {
    color: #303b44;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 400;
  }

  .text-span-2 {
    margin-right: 10px;
    font-family: "Fa Solid 900", sans-serif;
  }

  .nav-menu-shadow-overlay-2 {
    margin-right: 20px;
  }

  .nav-container-2 {
    border-bottom-style: none;
    padding: 0 80px;
  }

  .bold-text-29 {
    font-size: 21px;
  }

  .contacts-location-wrap-2 {
    border-left-color: var(--primary-color);
  }

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

  .secondary-button-6.haze {
    width: 300px;
  }

  .paragraph-23.hero-description {
    width: 100%;
    font-size: 18px;
  }

  .div-block-85 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-43 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3em;
  }

  .div-block-86 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-87 {
    border-radius: 20px;
    overflow: clip;
  }

  .bold-text-44 {
    font-size: 21px;
  }

  .grid-2 {
    grid-template-columns: .75fr 1.25fr;
  }

  .primary-button-white-9 {
    background-color: var(--primary-color);
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
  }

  .image-134 {
    width: 500px;
    height: auto;
    top: -34px;
  }

  .double-button-8 {
    margin-top: 60px;
  }

  .svc-title-wrap {
    border-radius: 5px;
  }

  .div-block-95 {
    height: 261.156px;
  }

  .accommodation-map-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #0000;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 490px;
  }

  .section-17.home-video {
    padding-top: 0;
  }

  .section-17.home-video.where-we-operate-sec {
    margin-bottom: 0;
    padding-top: 0;
  }

  .column-12 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .columns-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #07ae5e;
    justify-content: center;
    align-items: center;
    height: 490px;
    display: flex;
    position: relative;
  }

  .div-block-72 {
    z-index: 10;
    width: 100%;
    height: 490px;
    position: absolute;
  }

  .secondary-button-7.haze {
    border-color: #fff;
    width: 300px;
  }

  .div-block-56 {
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .paragraph-large-4 {
    color: #4b5b68;
    text-align: center;
    margin-bottom: 40px;
    font-size: 18px;
  }

  .paragraph-large-4.maps-par {
    color: #fff;
  }

  .primary-button-white-7 {
    width: 300px;
    color: var(--primary-color);
    font-size: 18px;
  }

  .primary-button-white-7:hover {
    color: #302f2d;
    -webkit-text-stroke-color: #9e222d;
    border-color: #29acf1;
  }

  .section-title-wrapper-4 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-37 {
    color: #fff;
  }

  .code-embed-2 {
    margin-top: 0;
  }

  .column-13 {
    background-color: var(--primary-color);
    background-image: none;
    height: 100%;
    min-height: auto;
    padding: 100px 100px 140px;
    position: relative;
  }

  .div-block-57 {
    height: 100%;
  }

  .home-section-title-2 {
    height: 1em;
  }

  .bold-text-36 {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .image-138, .image-139 {
    width: 60px;
  }

  .div-block-96 {
    overflow: clip;
  }

  .div-block-97 {
    background-color: var(--secondary);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-98 {
    margin-bottom: 0;
  }

  .svc-h2 {
    font-size: 48px;
  }

  .button-8 {
    transition: all .2s cubic-bezier(.645, .045, .355, 1);
  }

  .button-8:hover {
    transform: scale(1.1);
  }

  .text-block-72 {
    width: 70%;
    font-size: 18px;
  }

  .secondary-button-3.haze {
    width: 300px;
  }

  .image-121 {
    width: 30px;
  }

  .image-140 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 400px;
    height: auto;
    top: -34px;
  }

  .heading-35, .heading-17 {
    font-size: 18px;
  }

  .image-122 {
    width: 30px;
  }

  .double-button-4 {
    margin-top: 60px;
  }

  .primary-button-white-5 {
    background-color: var(--primary-color);
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
  }

  .primary-button-white-5:hover {
    color: #302f2d;
  }

  .div-block-66 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .div-block-64 {
    justify-content: center;
    align-items: center;
    width: 560px;
    display: flex;
  }

  .div-block-63 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    display: flex;
  }

  .paragraph-20 {
    font-size: 18px;
  }

  .div-block-65 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .bold-text-31 {
    font-size: 21px;
  }

  .column-25 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .paragraph-21, .paragraph-19 {
    font-size: 18px;
  }

  .bold-text-30 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3em;
  }

  .appointment-form-wrap-2.contact {
    padding-left: 220px;
    padding-right: 220px;
  }

  .section-18 {
    padding: 140px 220px;
  }

  .div-block-106 {
    width: 350px;
  }

  .hero-avatar {
    width: 350px;
    max-width: none;
  }

  .text-block-76, .text-block-77 {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .nav-close-icon {
    filter: invert();
    align-self: stretch;
    max-width: 60%;
  }

  .close-menu-button.w--open {
    filter: invert();
    background-color: #0000;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button-centered {
    text-align: right;
    padding: 0;
  }

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

  .primary-button.tablet-hide {
    display: none;
  }

  .nav-menu-centered {
    z-index: 20;
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    max-width: 320px;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  .search-shop-con-centered {
    grid-column-gap: 10px;
    width: auto;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 15px;
  }

  .home-3-banner-title-3 {
    width: 500px;
  }

  .primary-button-white-3 {
    width: 220px;
    padding-left: 0;
    padding-right: 0;
  }

  .primary-button-white-3:hover {
    opacity: 1;
  }

  .secondary-button-2.haze.responsive-btn {
    width: 220px;
  }

  .home-slide-buttons-wrapper-2 {
    margin-top: 40px;
  }

  .home-6-banner-slider-container-3 {
    padding-left: 40px;
  }

  .banner-section.home-3-banner {
    flex-flow: column;
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 0;
    display: block;
  }

  .banner-section.home-3-banner.about-section.banner-horizontal-mobole {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .banner-section.home-3-banner.about-section.about-us-banner-new {
    padding: 40px 20px 40px 40px;
  }

  .banner-section.home-3-banner {
    flex-flow: column;
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 0;
    display: block;
  }

  .section-title-wrapper {
    max-width: none;
  }

  .paragraph-large {
    padding-left: 0;
    padding-right: 0;
  }

  .circle-counter-wrap {
    width: 50%;
  }

  .section {
    padding: 100px 60px;
  }

  .section.without-bottom-spacing {
    padding: 60px;
  }

  .circle-counter-wrapper {
    grid-row-gap: 60px;
    flex-wrap: wrap;
  }

  .base-container {
    padding-left: 0;
    padding-right: 0;
  }

  .home-8-features-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .collection-list-4 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .contacts-block-title {
    text-align: center;
  }

  .primary-color-background {
    padding-left: 20px;
    padding-right: 20px;
  }

  .conracts-with-bg-button {
    width: 25%;
  }

  .contacts-with-background {
    align-items: center;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .contacts-with-background.contact-2 {
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .contacts-with-bg-text {
    width: 75%;
  }

  .primary-button-white:hover {
    opacity: 1;
  }

  .base-container-2 {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .contacts-title.top {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contacts-content-wrapper {
    width: 100%;
  }

  .contacts-content-wrapper.haze-padding {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .subtitle-italic-2, .text-grey-green-2 {
    text-align: center;
  }

  .paragraph-large-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-large-2.white-paragraph.top {
    text-align: center;
  }

  .contacts-wrapper-rsvp-2 {
    grid-column-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .section-6 {
    padding: 100px 10px;
  }

  .contacts-form-wrapper-home-2 {
    width: 70%;
    padding: 30px;
  }

  .footer-logo-wrapper {
    width: 50%;
  }

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

  .footer-brand-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 50px;
  }

  .div-block-11 {
    width: 100%;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    width: 90%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    transition: opacity .5s;
    display: none;
    overflow: hidden;
  }

  .testimonials {
    padding: 100px 60px;
  }

  .testimonials.testimonial-section, .testimonials.testimonial-section.home-testimonials {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-16 {
    justify-content: center;
    align-items: center;
  }

  .section-9 {
    padding: 100px 60px;
  }

  .section-9.main-flowers-green-banner {
    padding-top: 140px;
  }

  .blog-post-container {
    padding-left: 0;
    padding-right: 0;
  }

  .about-6-contacts-content-wrapper {
    text-align: center;
    align-items: center;
  }

  .about-6-contacts-image {
    object-position: 50% 23%;
  }

  .about-6-contacts-wrap {
    width: 100%;
    height: 550px;
  }

  .about-6-content-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-6-contacts-wrapper {
    grid-row-gap: 0px;
    flex-wrap: wrap;
  }

  .section-10 {
    padding: 100px 20px;
  }

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

  .section-title-wrap.title-center-align {
    width: 100%;
  }

  .gallery {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .meet-owner-section {
    padding-top: 80px;
  }

  .blog-template-wrapper {
    padding: 40px;
  }

  .accommodation-map-block-2 {
    width: 100%;
    min-height: 600px;
  }

  .accommodation-map-block-2.small {
    width: 100%;
  }

  .section-12.accommodation-banner {
    background-image: linear-gradient(#0000, #0000), url('../images/accomodation-banner-01_1.avif');
    background-position: 0 0, 50%;
    min-height: 500px;
  }

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

  .banner-title-wrapper-2 {
    width: 100%;
  }

  .section-title-wrapper-2 {
    max-width: 560px;
  }

  .footer-link-2 {
    font-weight: 400;
  }

  .subheader-services {
    font-size: 14px;
  }

  .section-14 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .service-list-2-item-content {
    margin-top: 10px;
  }

  .service-list-2-item-description {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .service-area {
    padding-left: 40px;
    padding-right: 40px;
  }

  .service-area-grid {
    grid-template-columns: 1fr 1fr;
  }

  .big-article-content-wrapper {
    height: auto;
  }

  .big-article-image-wrapper {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }

  .button.default-button.card-cta {
    text-align: center;
    transition: color .2s, background-color .2s, box-shadow .2s;
    display: block;
    bottom: 20px;
    left: 30px;
    right: 30px;
  }

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

  .blog-poist-banner {
    padding: 100px 60px;
  }

  .banner-btn-primary:hover, .banner-button-phone:hover {
    opacity: 1;
  }

  .section-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mask {
    width: 100%;
  }

  .testimonial-slide-wrapper {
    max-width: none;
    margin-right: 5%;
  }

  .testimonial-slider {
    flex-flow: row;
    width: 100%;
    display: block;
  }

  .testimonial-card {
    height: 100%;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .container-22 {
    max-width: 728px;
  }

  .section-title-wrapper-3 {
    max-width: 560px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-title-wrapper-3.testmonials-title-container {
    padding-right: 0;
  }

  .paragraph-large-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-large-3.testimonials-paragraph {
    text-align: left;
  }

  .section-title-11 {
    line-height: 1.3em;
  }

  .image-129 {
    width: 200px;
  }

  .image-129.logo-mobile {
    width: 121px;
  }

  .tablet-down-2 {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: #fff;
    letter-spacing: 1px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    text-decoration: none;
    display: flex;
  }

  .tablet-down-2:hover {
    color: var(--primary-color);
  }

  .nav-logo-container-2 {
    z-index: 1;
    margin-right: 2em;
  }

  .dropdown {
    width: 100%;
  }

  .nav-menu-link-2 {
    color: #302f2d;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 24px;
  }

  .nav-menu-link-2:hover {
    color: #1e263f;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-toggle-2 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-64 {
    color: #302f2d;
  }

  .nav-menu-shadow-overlay-2 {
    z-index: 9999;
    background-color: #fff;
    flex-direction: column;
    align-items: stretch;
    width: 320px;
    height: 100%;
    position: relative;
    box-shadow: 0 0 30px #00000026;
  }

  .nav-container-2 {
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-130 {
    filter: none;
    width: 30px;
    height: 30px;
  }

  .tablet-menu-2 {
    justify-content: space-between;
    align-items: center;
    height: 110px;
    padding-left: 20px;
    padding-right: 13px;
    display: flex;
  }

  .heading-21 {
    font-size: 18px;
  }

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

  .paragraph-23.hero-description {
    text-align: center;
    text-align: left;
    width: 100%;
  }

  .bold-text-43 {
    font-size: 38px;
  }

  .div-block-86 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .heading-26 {
    text-align: center;
    padding-left: 0;
  }

  .grid-2 {
    flex-flow: column;
    grid-template-rows: auto;
    display: flex;
  }

  .primary-button-white-9:hover {
    opacity: 1;
  }

  .image-134 {
    width: 400px;
    height: auto;
  }

  .double-button-8 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .accommodation-map-block-3 {
    width: 100%;
    min-height: 500px;
  }

  .section-17 {
    padding: 100px 60px;
  }

  .section-17.home-video.where-we-operate-sec {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-72 {
    width: 100%;
  }

  .paragraph-large-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .primary-button-white-7 {
    width: 100%;
    margin-top: 0;
  }

  .primary-button-white-7:hover {
    opacity: 1;
  }

  .section-title-wrapper-4 {
    max-width: 560px;
  }

  .bold-text-37 {
    width: 100%;
    font-size: 24px;
  }

  .column-13 {
    height: auto;
    min-height: 0;
    padding: 50px 40px;
  }

  .button-haze-wrap-4, .button-haze-wrap-4.border-bottom {
    width: 100%;
  }

  .double-button-6 {
    margin-top: 0;
  }

  .double-button-6.dbl-button-left {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
  }

  .home-section-title-2 {
    text-align: left;
    width: 100%;
    font-size: 28px;
    line-height: 1.3em;
  }

  .div-block-100 {
    justify-content: flex-end;
    align-items: flex-end;
    width: 40%;
  }

  .button-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-72 {
    width: 100%;
  }

  .image-140 {
    width: 200px;
    height: auto;
  }

  .heading-20 {
    text-align: left;
    padding-left: 0;
  }

  .double-button-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
  }

  .primary-button-white-5:hover {
    opacity: 1;
  }

  .div-block-64 {
    width: auto;
  }

  .div-block-63 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    display: flex;
  }

  .bold-text-30 {
    font-size: 32px;
  }

  .button-9 {
    font-size: 16px;
  }

  .section-18 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-9 {
    flex-flow: row;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    position: fixed;
  }

  .home-3-banner-title-3 {
    width: auto;
    font-size: 38px;
    line-height: 1em;
  }

  .double-button-3 {
    justify-content: center;
    align-items: center;
  }

  .primary-button-white-3 {
    width: 200px;
  }

  .primary-button-white-3:hover {
    background-color: var(--secondary);
    color: var(--black);
    transform: none;
  }

  .secondary-button-2 {
    letter-spacing: 1px;
  }

  .secondary-button-2.haze.responsive-btn {
    width: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .secondary-button-2.haze.responsive-btn:hover {
    transform: none;
  }

  .home-6-banner-slider-container-3 {
    text-align: center;
    flex-flow: column;
    align-items: center;
    padding-top: 60px;
    padding-left: 15px;
  }

  .div-block-9 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .banner-section {
    height: auto;
  }

  .banner-section.home-3-banner {
    background-image: none;
    background-position: 0 0, 70% 27%;
    padding-top: 0;
  }

  .banner-section.home-3-banner.about-section.banner-horizontal-mobole {
    padding: 60px 40px;
  }

  .banner-section.home-3-banner.about-section.about-us-banner-new {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .banner-section.home-3-banner {
    background-image: none;
  }

  .banner-section.home-3-banner.about-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bold-text-5 {
    font-size: 32px;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .section-title-wrapper.services-title-wrap {
    margin-bottom: 0;
  }

  .paragraph-large {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .feature-circles-2 {
    font-size: 18px;
    font-weight: 600;
  }

  .section {
    padding: 60px 40px;
  }

  .section.without-bottom-spacing {
    padding-left: 20px;
    padding-right: 20px;
  }

  .circle-counter-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .base-container {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .home-8-features-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .collection-list-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .contacts-block-title {
    text-align: center;
  }

  .conracts-with-bg-button {
    width: auto;
  }

  .contacts-with-background {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contacts-with-background.contact-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contacts-with-bg-text {
    text-align: center;
    width: 100%;
  }

  .primary-button-white {
    margin-top: 0;
  }

  .bold-text-23 {
    font-size: 16px;
  }

  .base-container-2 {
    max-width: 100%;
  }

  .contacts-content-wrapper, .section-subtitle-4 {
    text-align: center;
  }

  .rsvp-bg-images {
    display: none;
  }

  .paragraph-large-2.white-paragraph.top.paragraph-large-left {
    text-align: center;
    text-shadow: none;
    margin-top: 0;
  }

  .contacts-wrapper-rsvp-2 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

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

  .bold-text-25 {
    text-shadow: none;
  }

  .contacts-form-wrapper-home-2 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
  }

  .footer-brand {
    padding-left: 0;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }

  .footer-dark-address {
    text-align: center;
    margin-bottom: 40px;
  }

  .div-block-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-dark-link-wrapper {
    align-items: center;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
  }

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

  .testimonials.testimonial-section.home-testimonials {
    padding-bottom: 20px;
  }

  .div-block-16 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
  }

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

  .section-9.main-flowers-green-banner {
    min-height: 250px;
    padding-top: 120px;
  }

  .blog-post-container {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .banner-title.grey-green {
    font-size: 42px;
  }

  .about-6-content-wrap-left {
    width: 100%;
  }

  .text-white {
    font-size: 32px;
    line-height: 1.6em;
  }

  .about-6-contacts-wrap {
    height: 300px;
  }

  .about-6-content-wrapper {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .about-6-content-wrap-right {
    width: 100%;
  }

  .section-10 {
    padding: 60px 40px;
  }

  .container-3, .container-20 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-title {
    line-height: 1.3em;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .blog-grid-content-wrapper {
    min-height: 260px;
  }

  .blog-template-wrapper {
    padding: 20px 15px;
  }

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

  .accommodation-map-block-2 {
    min-height: 450px;
  }

  .accommodation-map-block-2.small {
    width: 90%;
  }

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

  .section-title-wrapper-2 {
    margin-bottom: 40px;
  }

  .home-8-features-wrap {
    width: 100%;
  }

  .subheader-services {
    font-size: 14px;
  }

  .service-list-2-item-description {
    margin-top: 0;
  }

  .button.default-button.card-cta {
    bottom: 20px;
    left: 30px;
    right: auto;
  }

  .tag-wrapper-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .collection-list-12 {
    grid-template-columns: 1fr;
  }

  .heading-13 {
    line-height: 1.6em;
  }

  .blog-poist-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-btn-primary, .banner-button-phone {
    margin-top: 0;
  }

  .div-block-21 {
    width: 35em;
  }

  .mask {
    padding-top: 20px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 5%;
    padding: 20px;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .section-title-wrapper-3 {
    margin-bottom: 0;
  }

  .section-title-wrapper-3.testmonials-title-container {
    flex-flow: column;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .section-title-wrapper-3.testmonials-title-container.testimonials-header-container {
    margin-top: -132px;
    padding-bottom: 20px;
  }

  .div-block-79 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 0;
    position: absolute;
  }

  .div-block-78 {
    width: 100%;
  }

  .paragraph-large-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-large-3.testimonials-paragraph {
    text-align: left;
    margin-bottom: 0;
    font-size: 14px;
  }

  .section-title-11 {
    margin-top: 10px;
  }

  .bold-text-28 {
    font-size: 28px;
  }

  .image-128 {
    opacity: .05;
  }

  .image-129.logo-mobile {
    width: 72px;
  }

  .tablet-down-2 {
    letter-spacing: 1px;
    font-weight: 600;
  }

  .nav-menu-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-link-2:hover {
    color: #1e263f;
  }

  .nav-container-2 {
    background-color: #fff;
  }

  .image-130 {
    filter: none;
  }

  .tablet-menu-2 {
    height: 110px;
  }

  .contacts-location-wrap-2 {
    padding-right: 20px;
  }

  .heading-21 {
    text-align: center;
    font-size: 16px;
  }

  .secondary-button-6 {
    letter-spacing: 1px;
  }

  .paragraph-23.hero-description {
    text-align: center;
    text-align: center;
    width: 100%;
    font-size: 14px;
  }

  .bold-text-43 {
    font-size: 28px;
  }

  .div-block-86 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .div-block-88 {
    flex-flow: row;
  }

  .heading-26 {
    text-align: center;
  }

  .image-134 {
    width: 100%;
  }

  .double-button-8 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .accommodation-map-block-3 {
    width: 100%;
    min-height: 450px;
  }

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

  .columns-8 {
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .div-block-72 {
    padding-left: 0;
    padding-right: 0;
  }

  .secondary-button-7 {
    letter-spacing: 1px;
  }

  .paragraph-large-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-large-4.maps-par {
    text-align: center;
  }

  .primary-button-white-7 {
    margin-top: 0;
  }

  .primary-button-white-7:hover {
    color: #9e222d;
  }

  .section-title-wrapper-4 {
    margin-bottom: 40px;
  }

  .section-title-wrapper-4.maps-section {
    justify-content: center;
    align-items: center;
  }

  .div-block-57 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .double-button-6 {
    margin-top: 40px;
  }

  .double-button-6.dbl-button-left {
    width: 70%;
  }

  .home-section-title-2 {
    text-align: center;
  }

  .div-block-98 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-99 {
    margin-bottom: 30px;
  }

  .svc-h2 {
    text-align: center;
  }

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

  .button-8 {
    width: 99.9997%;
  }

  .secondary-button-3 {
    letter-spacing: 1px;
  }

  .image-140 {
    width: 200px;
  }

  .heading-20 {
    text-align: left;
  }

  .double-button-4 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .div-block-66 {
    flex-flow: row;
  }

  .div-block-63 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .columns-7 {
    flex-flow: column;
  }

  .div-block-65 {
    flex-flow: row;
  }

  .column-25 {
    margin-top: 40px;
  }

  .bold-text-30 {
    font-size: 28px;
  }

  .collection-list-13 {
    grid-template-columns: 1fr 1fr;
  }

  .pay-wrapper {
    flex-direction: column;
  }

  .section-18 {
    padding: 60px;
  }

  .heading-37 {
    margin-top: 30px;
  }

  .columns-9 {
    flex-flow: column;
  }

  .div-block-106 {
    width: 150px;
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 28px;
    line-height: 1.3em;
  }

  p, ul, ol, blockquote {
    font-size: 14px;
  }

  .nav-close-icon {
    filter: invert();
  }

  .primary-button {
    width: 100%;
  }

  .search-shop-con-centered {
    margin-left: 10px;
  }

  .navbar {
    padding-bottom: 0;
  }

  .home-3-banner-title-3 {
    font-size: 24px;
  }

  .double-button-3 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .primary-button-white-3 {
    border-radius: 10px;
    width: 100%;
  }

  .primary-button-white-3:hover {
    background-color: var(--secondary);
    color: var(--black);
    transform: none;
  }

  .secondary-button-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .secondary-button-2.haze.responsive-btn {
    width: 260px;
  }

  .secondary-button-2.haze.responsive-btn:hover {
    transform: none;
  }

  .secondary-button-2.haze {
    width: 100%;
  }

  .home-slide-buttons-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-flow: column wrap;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
  }

  .home-slider {
    height: 100vh;
  }

  .home-6-banner-slider-container-3 {
    justify-content: flex-start;
    align-items: center;
    height: 61%;
    margin-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-9 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .banner-section {
    height: auto;
  }

  .banner-section.home-3-banner {
    background-image: linear-gradient(#0000, #0000);
    flex-flow: row;
    min-height: 100vh;
    margin-top: 40px;
    padding-top: 0;
  }

  .banner-section.home-3-banner.about-section.banner-horizontal-mobole {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-section.home-3-banner.about-section.about-us-banner-new {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-section.home-3-banner {
    background-image: linear-gradient(#0000, #0000);
    flex-flow: row;
    min-height: 100vh;
    margin-top: 40px;
  }

  .banner-section.home-3-banner.about-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bold-text-5 {
    font-size: 28px;
  }

  .section-title-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .bold-text-20 {
    font-size: 14px;
  }

  .paragraph-large {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .circle-counter-wrap {
    width: 100%;
  }

  .section {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.without-bottom-spacing {
    padding: 60px 10px;
  }

  .base-container {
    padding: 0;
  }

  .base-container.blog-posts {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-22 {
    font-size: 28px;
  }

  .home-8-features-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .contacts-block-title {
    font-size: 38px;
  }

  .primary-color-background {
    background-image: linear-gradient(to bottom, null, null);
    padding-left: 10px;
    padding-right: 10px;
  }

  .contacts-with-background.contact-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .primary-button-white {
    width: 100%;
  }

  .bold-text-23 {
    font-size: 16px;
  }

  .base-container-2 {
    max-width: 90%;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .contacts-form-title.left {
    font-size: 28px;
  }

  .contacts-form-title.left.form {
    font-size: 25px;
  }

  .contacts-form-title.left.form.schedle-header {
    font-size: 32px;
    line-height: 1.3em;
  }

  .contacts-content-wrapper.haze-padding {
    width: 100%;
  }

  .section-subtitle-4 {
    color: #1e263f;
    font-size: 12px;
  }

  .text-grey-green-2 {
    font-size: 28px;
  }

  .paragraph-large-2 {
    font-size: 14px;
  }

  .paragraph-large-2.white-paragraph.top.paragraph-large-left {
    text-align: center;
    font-size: 14px;
  }

  .primary-button-2 {
    width: 100%;
  }

  .section-6 {
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-25 {
    font-size: 28px;
  }

  .footer-dark-link-2 {
    text-align: center;
    font-size: 14px;
  }

  .footer-link {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .footer-link.w--current {
    font-size: 14px;
  }

  .footer-image {
    width: 250px;
  }

  .footer {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-brand-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-copyright-link {
    margin-left: 5px;
    font-size: 14px;
  }

  .footer-rights {
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .privacy-policy {
    margin-bottom: 10px;
  }

  .logo-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-dark-address {
    margin-top: 0;
    font-size: 14px;
  }

  .div-block-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-links-wrapper {
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  .footer-links-wrapper-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .collection-list-6 {
    text-align: center;
  }

  .subheading {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials.testimonial-section {
    padding: 60px 20px 20px;
  }

  .testimonials.testimonial-section.home-testimonials {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .auto-update-copyright {
    text-align: center;
    font-size: 14px;
  }

  .div-block-16 {
    justify-content: center;
    align-items: center;
  }

  .section-9 {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-9.main-flowers-green-banner {
    min-height: auto;
    padding-top: 140px;
    padding-bottom: 140px;
  }

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

  .banner-title.grey-green {
    font-size: 38px;
  }

  .about-6-contacts-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-6-content-wrap-left {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-white {
    font-size: 28px;
  }

  .about-6-contacts-wrap {
    height: 380px;
  }

  .section-10 {
    padding: 40px 10px;
  }

  .section-title-wrap.title-center-align {
    margin-bottom: 0;
  }

  .why-choose-item-title {
    font-size: 18px;
  }

  .gallery, .meet-owner-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .accordion-toggle {
    height: 100px;
  }

  .text-block-18 {
    font-size: 16px;
    line-height: 1.5;
  }

  .paragraph-12 {
    font-size: 15px;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .primary-button-3 {
    width: 100%;
  }

  .blog-sidebar-post-category {
    margin-bottom: 20px;
  }

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

  .section-11.home-video {
    padding: 40px 0;
  }

  .section-11.home-video.service-area-section-white {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .accommodation-map-block-2 {
    width: 100%;
  }

  .accommodation-map-block-2.small {
    width: 100%;
    height: auto;
  }

  .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .section-12.accommodation-banner {
    background-image: linear-gradient(to bottom, null, null), url('../images/accomodation-banner-01_1.avif');
    background-position: 0 0, 100%;
  }

  .base-container-4 {
    max-width: 90%;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .banner-title-2 {
    font-size: 32px;
  }

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

  .section-13.without-bottom-spacing {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-13.without-bottom-spacing.service-second-section {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-8-features-wrap {
    height: 320px;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-link-2 {
    text-align: center;
    padding: 5px;
    font-size: 14px;
    font-weight: 400;
  }

  .subheader-services {
    font-size: 14px;
  }

  .section-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-list-2-item-content {
    padding-bottom: 20px;
  }

  .sticky-button {
    z-index: 999;
  }

  .navy-button {
    width: 100%;
  }

  .service-area {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-area-grid {
    grid-template-columns: 1fr;
  }

  .home-3-link-services-2 {
    letter-spacing: 1px;
    font-weight: 400;
  }

  .big-article-content-wrapper {
    padding: 25px 10px;
  }

  .tag-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.default-button.card-cta.ft-btn {
    background-color: var(--primary-color);
    color: var(--white);
  }

  .tag-wrapper-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .collection-list-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-15 {
    text-align: center;
    font-size: 14px;
  }

  .heading-13 {
    text-align: center;
    font-size: 24px;
    line-height: 1.3em;
  }

  .heading-14 {
    margin-top: 0;
    font-size: 24px;
  }

  .blog-poist-banner {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-btn-primary, .banner-button-phone {
    width: 100%;
  }

  .double-btn-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .section-16 {
    padding-bottom: 140px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .heading-15 {
    line-height: 1.3em;
  }

  .div-block-21 {
    width: auto;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mask {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .testimonial-info {
    flex-flow: row;
    margin-top: 10px;
  }

  .testimonial-author {
    font-size: 16px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    height: 100%;
    margin-right: 10%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .testimonial-slider-right {
    right: -10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .container-22 {
    max-width: none;
  }

  .section-title-wrapper-3 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-title-wrapper-3.testmonials-title-container {
    flex-flow: column;
    margin-bottom: 20px;
    padding: 20px 10px;
  }

  .section-title-wrapper-3.testmonials-title-container.testimonials-header-container {
    margin-top: -135px;
  }

  .div-block-79 {
    width: 100%;
    margin-top: 20px;
  }

  .div-block-78 {
    width: 100%;
  }

  .paragraph-large-3 {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .paragraph-large-3.testimonials-paragraph {
    text-align: center;
    margin-bottom: 0;
  }

  .section-title-11 {
    text-align: center;
    margin-top: 0;
  }

  .bold-text-28 {
    font-size: 24px;
    line-height: 1em;
  }

  .image-128 {
    opacity: .08;
  }

  .image-129.logo-mobile {
    width: 91px;
  }

  .tablet-down-2 {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: #fff;
    letter-spacing: 1px;
    width: 100%;
    font-weight: 600;
  }

  .tablet-down-2:hover {
    color: var(--primary-color);
  }

  .nav-logo_red-2 {
    width: 91px;
  }

  .nav-menu-centered-wrapper-2 {
    background-color: #0a1843;
  }

  .nav-menu-link-2 {
    color: #302f2d;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .nav-menu-link-2:hover {
    color: #1e263f;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-link-2.w--current {
    color: #425aa3;
  }

  .nav-menu-shadow-overlay-2, .nav-container-2 {
    background-color: #fff;
  }

  .image-130 {
    filter: none;
  }

  .tablet-menu-2 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .contacts-location-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .paragraph-18 {
    text-align: left;
  }

  .div-block-84 {
    margin-right: 0;
  }

  .secondary-button-6.haze {
    width: 100%;
  }

  .paragraph-23.hero-description {
    width: 100%;
    margin-top: 0;
    font-size: 14px;
  }

  .bold-text-43 {
    font-size: 24px;
    font-weight: 800;
  }

  .div-block-86 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .div-block-87 {
    padding-bottom: 0;
  }

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

  .heading-26 {
    text-align: center;
    padding-left: 0;
    font-size: 28px;
  }

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

  .primary-button-white-9 {
    width: 100%;
  }

  .image-134 {
    width: 100%;
    height: auto;
    margin-bottom: 60px;
    inset: 32% 2% auto 59px;
  }

  .double-button-8 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .svc-h3 {
    font-size: 18px;
  }

  .div-block-95 {
    height: 173.219px;
  }

  .link-block-12, .link-block-13 {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
  }

  .accommodation-map-block-3 {
    width: 100%;
  }

  .section-17 {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-17.home-video {
    padding-top: 20px;
  }

  .section-17.home-video.where-we-operate-sec {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-8 {
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .div-block-72 {
    padding-left: 0;
    padding-right: 0;
  }

  .secondary-button-7.haze {
    background-color: #0000;
    width: 100%;
  }

  .paragraph-large-4 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .paragraph-large-4.maps-par {
    text-align: center;
  }

  .primary-button-white-7 {
    width: 100%;
  }

  .primary-button-white-7:hover {
    color: #0692cc;
    border-color: #0692cc;
  }

  .section-title-wrapper-4 {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .section-title-wrapper-4.maps-section {
    justify-content: center;
    align-items: center;
  }

  .bold-text-37 {
    font-size: 28px;
  }

  .column-13 {
    height: 500px;
    padding: 20px;
  }

  .button-haze-wrap-4, .button-haze-wrap-4.border-bottom {
    width: 100%;
  }

  .double-button-6 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .double-button-6.dbl-button-left {
    width: 100%;
  }

  .div-block-97 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-98 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

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

  .svc-h2 {
    text-align: center;
    font-size: 28px;
  }

  .div-block-100 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .button-8 {
    width: auto;
    padding: 10px;
  }

  .text-block-72 {
    width: 80%;
    margin-bottom: 10px;
  }

  .secondary-button-3.haze {
    width: 100%;
  }

  .image-121 {
    width: 30px;
  }

  .image-140 {
    width: 170px;
    height: auto;
    margin-bottom: 0;
    inset: 32% 2% auto 59px;
  }

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

  .heading-20 {
    text-align: center;
    padding-left: 0;
    font-size: 28px;
  }

  .image-122 {
    width: 30px;
  }

  .double-button-4 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .primary-button-white-5 {
    width: 100%;
  }

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

  .div-block-64 {
    overflow: hidden;
  }

  .div-block-63 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .columns-7 {
    flex-flow: column;
  }

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

  .div-block-65, .div-block-24 {
    flex-flow: column;
  }

  .paragraph-21, .paragraph-19 {
    font-size: 16px;
  }

  .button-haze-wrap-5 {
    width: 100%;
  }

  .bold-text-30 {
    font-size: 28px;
    font-weight: 800;
  }

  .collection-list-13 {
    grid-template-columns: 1fr;
  }

  .form-section-subheading {
    font-size: 14px;
  }

  .form-section-labels {
    padding-top: 10px;
    font-size: 21px;
    line-height: 1.5;
  }

  .field-label, .input-field-2, .input-field-2::placeholder {
    font-size: 16px;
  }

  .button-9 {
    margin-right: 0;
    padding: 14px 30px;
    font-size: 15px;
  }

  .appointment-form-wrap-2 {
    padding: 30px 20px;
  }

  .appointment-form-wrap-2.contact {
    padding-left: 0;
    padding-right: 0;
  }

  .section-18 {
    padding: 60px 20px;
  }

  .div-block-104 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-106 {
    width: 100px;
    margin-top: 40px;
  }
}

#w-node-_2161c8c4-582e-9e49-6285-8c91913f584f-ed0514a6, #w-node-_2161c8c4-582e-9e49-6285-8c91913f5859-ed0514a6 {
  justify-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_2161c8c4-582e-9e49-6285-8c91913f584f-ed0514a6 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Montserrat Variablefont Wght';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}