@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: #01adef;
  --3: #003259;
  --black: black;
  --white: #fff;
  --secondary: #fff;
  --off-white: #f6f2e8;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

.nav-menu-link {
  color: var(--primary);
  text-transform: uppercase;
  border-bottom: 1px #afafaf00;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0;
  padding: 20px 14px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  transition: all .2s;
  display: flex;
}

.nav-menu-link:hover {
  color: var(--black);
  border: 1px #000;
  transform: translate(0, -5px);
}

.nav-menu-link.w--current {
  color: var(--primary);
}

.nav-menu-link.mobile-on {
  display: none;
}

.nav-container {
  background-color: var(--white);
  border: 1px solid #000;
  border-bottom-color: #6e6e6e36;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  display: flex;
}

.tablet-down {
  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:hover {
  opacity: 1;
  color: #fd5521;
  background-color: #fff;
}

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

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

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

.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: #fff;
  letter-spacing: 1px;
  border-style: none;
  border-radius: 100px;
  margin-top: 0;
  margin-right: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 600;
  text-decoration: none;
}

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

.nav-menu-shadow-overlay {
  align-items: center;
  display: flex;
}

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

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

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

.nav-logo_main {
  z-index: 3;
  width: 100%;
  display: block;
  position: relative;
}

.tablet-menu {
  display: none;
}

.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: sticky;
  top: 0;
}

.container-4 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
}

.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(--primary);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px #fd5521;
  border-radius: 100px;
  align-items: center;
  width: 250px;
  padding: 16px 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(--primary);
  background-color: var(--3);
  color: var(--white);
  transform: scale(1.05);
}

.secondary-button-2 {
  color: #fff;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 18px 22px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  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 {
  border-color: var(--primary);
  color: var(--primary);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.secondary-button-2.haze.responsive-btn.bannerphone {
  border-color: var(--white);
  color: var(--secondary);
}

.secondary-button-2.haze.other {
  border-color: var(--primary);
  color: var(--primary);
  font-family: Poppins, sans-serif;
  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: 100px;
  width: 200px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  position: relative;
}

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

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

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

.hero-heading-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  height: 100%;
  margin-top: 0;
  padding: 10px 20px 10px 10px;
  display: flex;
}

.banner-section {
  flex-direction: column;
  height: 100vh;
  padding-top: 100px;
  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.about-us-banner-new {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.banner-section.hero {
  height: 81vh;
  padding-top: 0;
}

.image-9 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 380px;
  position: static;
  top: 38px;
  right: -70.5px;
}

.bold-text-17 {
  font-size: 38px;
}

.column {
  padding-left: 0;
  padding-right: 40px;
}

.column.other {
  order: 1;
  padding-left: 20px;
  padding-right: 0;
}

.column.other._1 {
  order: -1;
  padding-left: 0;
}

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

.paragraph-2.hero-description {
  color: #1e263f;
  text-align: left;
  width: 100%;
  font-size: 18px;
  line-height: 1.6em;
}

.bold-text-19 {
  font-weight: 400;
}

.columns {
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.columns._2nd {
  width: 95%;
}

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

.primary-button-white-2:hover {
  border-color: var(--3);
  background-color: var(--3);
  color: #fff;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0 20px 10px 0;
  display: flex;
}

.column-2 {
  order: -1;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.heading-8 {
  font-size: 3px;
  font-weight: 600;
}

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

.bold-text-5 {
  color: var(--primary);
  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;
  max-width: 1000px;
  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 {
  letter-spacing: 1px;
  border-radius: 100px;
  font-weight: 700;
}

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

.paragraph-large {
  color: #1e263f;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 19px;
  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) #0f5cfa00 var(--primary) var(--primary);
}

.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) var(--primary) var(--primary) #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);
  font-weight: 600;
}

.section {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.section.without-bottom-spacing {
  background-color: #f7f7f7;
  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: 80%;
  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 {
  color: var(--primary);
  margin-top: 0;
  font-size: 43px;
  font-weight: 600;
  line-height: 50px;
}

.base-container {
  z-index: 10;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.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-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.section-title {
  font-weight: 600;
}

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

.primary-color-background {
  color: #fd5521;
  background-color: #fff200;
  background-image: url('../images/pexels-pixabay-247599_1.webp');
  background-position: 50% 86%;
  background-size: cover;
  height: 50vh;
  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;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  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: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 100px;
  align-items: center;
  width: 200px;
  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);
}

.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 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

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

.contacts-content-wrapper.haze-padding {
  padding: 15px;
}

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

.text-grey-green-2 {
  color: #fff;
  text-transform: capitalize;
  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;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 19px;
}

.primary-button-2 {
  border: 1px solid var(--primary);
  color: var(--primary);
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #fd5521;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 20px;
  width: 200px;
  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);
  opacity: 1;
  color: #fff;
  transform: scale(1.1);
}

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

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

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

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

.contacts-form-wrapper-home-2 {
  z-index: 999;
  border: 1px solid var(--primary);
  background-color: #fff;
  border-radius: 20px;
  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(--3);
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

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

.code-embed {
  margin-top: 20px;
}

.footer-link {
  color: var(--black);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  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);
}

.footer-link.w--current {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
}

.footer-image {
  width: 260px;
}

.footer {
  text-align: center;
  background-color: #fff;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

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

.footer-rights {
  color: #999;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1em;
}

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

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

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

.footer-dark-address {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 1.4;
}

.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-left: 40px;
  padding-right: 40px;
  display: flex;
}

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

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

.footer-dark-link-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 0;
  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(--3);
  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);
}

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

.nav-dropdown-toggle-centered-2 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 15px;
  transition: all .2s;
}

.nav-dropdown-toggle-centered-2:hover {
  transform: translate(0, -5px);
}

.nav-dropdown-link-2 {
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
  margin-left: -30px;
  padding: 8px 8px 8px 10px;
  font-size: 18px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link-2:hover {
  color: var(--primary);
  margin-left: 0;
}

.nav-dropdown-link-2.w--current {
  color: var(--primary);
  margin-left: -20px;
  margin-right: 0;
}

.nav-dropdown-link-2.w--current:hover {
  margin-left: 0;
  margin-right: 20px;
}

.nav-dropdown-icon {
  color: var(--primary);
  margin-right: 10px;
  font-size: 16px;
  display: block;
}

.megamenu-dropdown-wrapper {
  justify-content: center;
  display: flex;
}

.nav-dropdown-list {
  background-color: #fffffff2;
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-item-title-centred-2 {
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
}

.nav-dropdowm-link-line-2 {
  background-color: var(--primary);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.megamenu-dropdown-wrap {
  width: 5%;
}

.megamenu-dropdown-wrap.one-column {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

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

.testimonials.testimonial-section {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.section-subtitle-copy {
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 40%;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
}

.auto-update-copyright {
  font-size: 16px;
}

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

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

.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(#0000008a, #0000008a), url('../images/DSC05330-1200x799_1.webp');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.base-container-3 {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  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 {
  margin-top: 0;
  font-size: 58px;
  font-weight: 500;
  line-height: 1.1;
}

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

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

.text-white {
  color: #fff;
}

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

.about-6-contacts-wrap {
  background-color: var(--primary);
  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: 80px;
  margin-bottom: 80px;
  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-top: 60px;
  padding-bottom: 40px;
  position: relative;
}

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

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

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

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

.html-embed-2 {
  width: 100%;
  margin-bottom: 60px;
}

.small-heading {
  font-size: 20px;
}

.contacts-location-wrap {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

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

.contacts-icon {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa Solid 900", sans-serif;
}

.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 {
  max-width: 30%;
  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;
}

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

.primary-button-3 {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  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);
  opacity: 1;
  color: var(--primary);
  background-color: #fff;
  transform: scale(1.1);
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

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

.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: 60px;
  padding-right: 60px;
}

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

.section-12.accommodation-banner {
  background-image: linear-gradient(#0000004d, #0000004d);
  justify-content: center;
  align-items: center;
  min-height: 460px;
  padding-top: 0;
  padding-bottom: 0;
  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;
  justify-content: center;
  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;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}

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

.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-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.image-100 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.home-8-features-wrap {
  border: 1px solid var(--primary);
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0 40px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
  overflow: hidden;
  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: 7px 7px 0 0 var(--primary), 0 0 0 0 #08102300, 0 1px .4px 0 #08102308, 0 2px .8px 0 #0810230a, 0 3.4px 1.6px 0 #0810230b, 0 5.4px 2.9px 0 #0810230c, 0 8.9px 5.3px 0 #0810230c, 0 15.4px 10.4px 0 #0810230d, 0 30.6px 22.8px 0 #0810230e;
  transform: translate(-4px, -4px);
}

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

.service-heading {
  color: var(--primary);
  font-size: 24px;
  font-weight: 600;
}

.service-heading.medium {
  color: var(--primary);
  text-align: left;
  margin-top: 30px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.mb-20 {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

.text-block-2 {
  color: #afafaf;
  text-align: left;
  font-family: Poppins, sans-serif;
}

.footer-link-2 {
  color: var(--black);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  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);
}

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

.service-list-2-item {
  text-decoration: none;
}

.service-list-2-item-image {
  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;
}

.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: 100px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  position: fixed;
  inset: auto 20px 20px auto;
}

.navy-button {
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 100px;
  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-top: 60px;
  padding-bottom: 60px;
}

.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(--primary);
  letter-spacing: 3.5px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 300;
  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: 10px;
  font-size: 24px;
}

.bold-text-27 {
  color: var(--3);
  font-size: 30px;
}

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

.hero-image {
  width: 55%;
  height: 100%;
}

.promo-banner {
  text-align: center;
  background-color: #003259;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 0;
  padding: 5px 40px;
  display: flex;
}

.heading-19 {
  color: var(--white);
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

.testimonial-slide-wrapper {
  border: 1px solid #01adef4f;
  max-width: 30%;
  margin-right: 4%;
}

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

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

.testimonial-author {
  color: var(--3);
  margin-bottom: 2px;
}

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

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

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

.slider-arrow-embed {
  filter: invert();
  color: #1a1b1f;
}

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

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

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

.mask {
  width: 1200px;
}

.section-16 {
  background-color: var(--3);
  padding-top: 40px;
  padding-bottom: 40px;
}

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

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

.image-103, .image-104, .image-105 {
  width: 250px;
}

.heading-10-copy {
  color: var(--white);
  margin-top: 0;
  font-size: 43px;
  font-weight: 600;
  line-height: 50px;
}

.about-us-flex {
  width: 100%;
}

.about-usheader {
  color: var(--3);
  text-align: center;
  font-size: 3px;
  font-weight: 600;
}

.double-button-2-copy._2 {
  justify-content: center;
  align-items: center;
}

.background-video {
  width: 100%;
  height: 400px;
}

.heading-8-copy {
  color: var(--3);
  text-align: left;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
}

.div-block-18 {
  padding-left: 40px;
  padding-right: 40px;
}

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

.column-2-copy {
  order: 1;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.list-4 {
  width: 100%;
}

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

.logos-title-small {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 20px;
  position: relative;
}

.container-21 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.clients-tag {
  color: #003259;
  text-align: center;
  margin-bottom: 32px;
  font-size: 33px;
  font-weight: 700;
  line-height: 20px;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  width: 120px;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.div-block-19 {
  width: 100%;
  margin-top: 60px;
}

.paragraph-18 {
  margin-bottom: 40px;
}

.div-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.image-106 {
  width: 200px;
}

.div-block-11-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0 20px 10px 0;
  display: flex;
}

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

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

.div-block-21 {
  width: 100%;
  height: 200px;
}

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

.container-22 {
  padding: 10px;
  box-shadow: 4px 3px 7px 1px #0003, 0 2px 5px #0003;
}

.column-8 {
  position: sticky;
  top: 180px;
}

.container-5 {
  border: 1px #0000002e;
  max-width: 100%;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.section-title-14 {
  color: #000;
  margin-top: 12px;
  font-size: 36px;
  font-weight: 800;
}

.section-title-wrap-2 {
  text-align: center;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

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

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

.appointment-form-wrap-2.contact {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.button-10 {
  background-color: var(--primary);
  border-radius: 20px;
  margin-right: 20px;
  padding: 20px 38px 20px 40px;
  font-size: 18px;
}

.disclaimer {
  font-size: 14px;
}

.heading-20 {
  margin-bottom: 20px;
}

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

.h1-hero {
  color: var(--primary);
  text-transform: uppercase;
}

.background-video-2 {
  object-fit: cover;
  object-position: 100% 50%;
  height: 100%;
}

.img-service {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.banner-btn {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding-left: 0;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .nav-menu-link {
    color: var(--3);
    border-bottom: 1px solid #0000;
  }

  .nav-menu-link:hover {
    color: var(--primary);
    border-bottom: 1px #cf92c0;
  }

  .nav-menu-link.w--current:hover {
    color: var(--primary);
  }

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

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

  .primary-button, .primary-button.tablet-hide.cta-button {
    color: #fff;
  }

  .nav-logo_main {
    width: 100%;
  }

  .navbar {
    background-color: var(--white);
    position: sticky;
    top: 0;
  }

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

  .image-9 {
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    top: 50px;
    right: -56.5px;
  }

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

  .column.other {
    order: -1;
    padding-left: 40px;
    padding-right: 0;
  }

  .column.other._1 {
    order: 1;
  }

  .paragraph-2.hero-description {
    font-size: 19px;
  }

  .bold-text-19 {
    font-weight: 400;
  }

  .columns {
    flex-flow: row;
    width: 90%;
    padding-left: 0;
  }

  .columns._2nd {
    flex-flow: row-reverse wrap;
  }

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

  .div-block {
    padding-left: 0;
  }

  .heading-3 {
    color: #fd5521;
  }

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

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

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

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

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

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

  .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: url('../images/pexels-pixabay-247599_1.webp');
    justify-content: center;
    align-items: center;
    height: 50vh;
    display: block;
  }

  .contacts-with-background.contact-2 {
    height: 100%;
  }

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

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

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

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

  .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);
    box-shadow: none;
  }

  .footer-dark-link-2 {
    color: var(--black);
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
  }

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

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

  .footer {
    padding-top: 80px;
  }

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

  .nav-dropdown-toggle-centered-2 {
    transition: all .2s;
  }

  .nav-dropdown-toggle-centered-2:hover {
    transform: translate(0, -5px);
  }

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

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

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

  .section-subtitle-copy {
    background-color: var(--primary);
  }

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

  .section-9.main-flowers-green-banner {
    background-color: var(--primary);
    background-image: linear-gradient(#0000008a, #0000008a), url('../images/DSC05330-1200x799_1.webp');
    background-position: 0 0, 0%;
    background-size: auto, cover;
  }

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

  .about-6-contacts-content-wrapper {
    max-width: 560px;
  }

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

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

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

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

  .section-11, .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;
  }

  .promo-banner {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-19 {
    text-align: center;
    justify-content: flex-end;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 16px;
    line-height: 25px;
  }

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

  .heading-10-copy {
    color: var(--white);
  }

  .column-2-copy {
    order: -1;
  }

  .div-block-copy {
    padding-left: 0;
  }

  .container-5 {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-title-14 {
    font-size: 45px;
  }

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

  .blog-body-wrapper {
    max-width: 1200px;
    display: flex;
  }

  .service-container {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .nav-menu-link {
    color: var(--primary);
    font-weight: 600;
  }

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

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

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

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

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

  .image-9 {
    width: 100%;
    height: 380px;
    top: 22px;
  }

  .column.other {
    order: -1;
  }

  .column.other._1 {
    order: 1;
  }

  .columns {
    margin-top: 0;
    padding-left: 0;
  }

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

  .section.without-bottom-spacing {
    background-color: var(--white);
  }

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

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

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

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

  .section-9.main-flowers-green-banner {
    background-image: linear-gradient(#0000008a, #0000008a), url('../images/DSC05330-1200x799_1.webp');
    background-position: 0 0, 50%;
  }

  .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;
    display: flex;
  }

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

  .promo-banner {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-19 {
    font-size: 16px;
  }

  .background-video {
    height: 450px;
  }

  .column-2-copy {
    order: -1;
  }

  .div-block-copy {
    justify-content: center;
    align-items: center;
  }

  .container-5 {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

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

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

@media screen and (min-width: 1920px) {
  .nav-menu-link {
    color: var(--primary);
    font-size: 18px;
    font-weight: 600;
  }

  .nav-menu-link:hover {
    color: var(--primary);
    border: 1px #000;
    border-bottom-color: #fd5521;
    font-weight: 600;
  }

  .nav-container {
    background-color: var(--white);
    padding: 10px 80px;
  }

  .nav-logo-container {
    width: 20em;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-logo-container.w--current {
    width: 25em;
  }

  .primary-button.tablet-hide.cta-button {
    width: 300px;
    font-size: 18px;
  }

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

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

  .container-4 {
    width: 100%;
    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;
  }

  .hero-heading-wrap {
    width: 45%;
  }

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

  .image-9 {
    width: 100%;
    height: 580px;
    top: -34px;
  }

  .bold-text-17 {
    font-size: 45px;
    font-weight: 600;
  }

  .column.other {
    order: -1;
  }

  .column.other._1 {
    order: 0;
  }

  .paragraph-2.hero-description {
    width: 100%;
    font-size: 18px;
  }

  .primary-button-white-2 {
    width: 300px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .div-block {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 0;
  }

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

  .section-title-wrapper {
    max-width: 1390px;
  }

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

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

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

  .section.without-bottom-spacing {
    background-color: var(--white);
    padding: 100px 60px 100px 100px;
  }

  .heading-10 {
    color: var(--primary);
    font-size: 60px;
    line-height: 1.5em;
  }

  .base-container {
    max-width: 85%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .primary-color-background {
    background-position: 50% 90%;
  }

  .contacts-with-background.contact-2 {
    width: 90%;
  }

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

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

  .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: 100px;
  }

  .footer-link, .nav-item-title-centred-2 {
    font-size: 18px;
  }

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

  .section-9.main-flowers-green-banner {
    background-image: linear-gradient(#0000008a, #0000008a), url('../images/DSC05330-1200x799_1.webp');
    min-height: 550px;
  }

  .base-container-3 {
    max-width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }

  .about-6-contacts-content-wrapper {
    margin-left: 10%;
  }

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

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

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

  .section-12.accommodation-banner {
    background-image: url('../images/accomodation-banner-01.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 540px;
  }

  .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 {
    font-weight: 400;
  }

  .home-8-features-wrap {
    border-style: solid;
    border-color: var(--primary);
  }

  .service-heading.medium {
    font-size: 24px;
  }

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

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

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

  .heading-13 {
    font-size: 50px;
    line-height: 1.5;
  }

  .rich-text-block-5 {
    text-align: left;
    margin-bottom: 20px;
  }

  .promo-banner {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .heading-19, .paragraph-large-copy {
    font-size: 20px;
  }

  .heading-10-copy {
    color: var(--white);
  }

  .background-video {
    height: 560px;
  }

  .double-button-2-copy {
    margin-top: 30px;
  }

  .column-2-copy {
    order: -1;
  }

  .div-block-copy {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .column-8 {
    top: 220px;
  }

  .container-5 {
    max-width: 1500px;
    padding-top: 0;
  }

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

  .faq-section {
    padding-top: 100px;
  }
}

@media screen and (max-width: 991px) {
  .nav-close-icon {
    filter: invert();
    align-self: stretch;
    max-width: 60%;
  }

  .nav-menu-link {
    color: var(--black);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 24px;
  }

  .nav-menu-link:hover {
    color: #1e263f;
  }

  .nav-menu-link.mobile-on {
    display: flex;
  }

  .nav-container {
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
  }

  .close-menu-button.w--open {
    filter: invert();
    background-color: #0000;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .tablet-down {
    border-color: var(--primary);
    background-color: var(--primary);
    letter-spacing: 1px;
    font-weight: 600;
    display: flex;
  }

  .menu-button-centered {
    text-align: right;
    padding: 0;
  }

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

  .nav-logo-container {
    z-index: 1;
    margin-right: 2em;
  }

  .primary-button.tablet-hide {
    display: none;
  }

  .nav-menu-shadow-overlay {
    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-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;
  }

  .image-2 {
    width: 200px;
  }

  .image-2.logo-mobile {
    width: 140px;
  }

  .nav-logo_main {
    opacity: 1;
    border-radius: 0;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 110px;
    padding-left: 20px;
    padding-right: 13px;
    display: flex;
  }

  .search-shop-con-centered {
    grid-column-gap: 10px;
    width: auto;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 15px;
  }

  .double-button-3 {
    grid-column-gap: 0px;
    grid-row-gap: 21px;
    flex-flow: column;
  }

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

  .hero-heading-wrap {
    justify-content: center;
    align-items: flex-start;
  }

  .banner-section.home-3-banner {
    flex-flow: column;
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 0;
    display: block;
  }

  .image-9 {
    width: 100%;
    height: auto;
  }

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

  .paragraph-2.hero-description {
    text-align: left;
    width: 80%;
  }

  .columns {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .primary-button-white-2:hover {
    opacity: 1;
  }

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

  .column-2 {
    height: auto;
  }

  .heading-8 {
    padding-left: 40px;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

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

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

  .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 {
    flex-direction: column;
  }

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

  .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-toggle-centered-2 {
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 24px;
    font-family: Poppins, sans-serif;
    display: flex;
  }

  .nav-dropdown-link-2 {
    padding: 10px 0;
    font-size: 15px;
    display: none;
  }

  .nav-dropdown-link-2:hover {
    color: #87a6d6;
  }

  .nav-dropdown-icon {
    display: block;
  }

  .megamenu-dropdown-wrapper {
    flex-direction: column;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    transition: opacity .5s;
    display: none;
    overflow: hidden;
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    max-height: 220px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
    overflow: auto;
  }

  .nav-dropdown-list.megamenu {
    padding-left: 0;
  }

  .nav-dropdown-list.megamenu.w--open {
    max-height: none;
  }

  .nav-item-title-centred-2 {
    color: #87a6d6;
    font-family: Poppins, sans-serif;
    font-size: 15px;
  }

  .nav-dropdowm-link-line-2 {
    background-color: #87a6d6;
  }

  .nav-dropdown-link-wrapper {
    justify-content: flex-start;
    padding-right: 0;
    overflow: visible;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials {
    padding: 100px 60px;
  }

  .section-subtitle-copy {
    width: 40%;
  }

  .div-block-16 {
    justify-content: center;
    align-items: center;
  }

  .section-9 {
    padding: 100px 60px;
  }

  .section-9.main-flowers-green-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .base-container-3 {
    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 60px;
  }

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

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

  .section-12.accommodation-banner {
    background-image: linear-gradient(#0000, #0000), url('../images/accomodation-banner-01.jpg');
    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%;
  }

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

  .service-heading {
    font-size: 21px;
    font-weight: 600;
  }

  .footer-link-2 {
    font-weight: 400;
  }

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

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

  .image-101 {
    filter: none;
  }

  .hero-image {
    order: 1;
  }

  .promo-banner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-19 {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.2rem;
  }

  .container {
    max-width: 728px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .paragraph-large-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .about-usheader {
    padding-left: 40px;
  }

  .heading-8-copy {
    padding-left: 40px;
  }

  .double-button-2-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 40px;
  }

  .column-2-copy {
    height: auto;
  }

  .container-21 {
    max-width: 728px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .div-block-11-copy {
    width: 100%;
  }

  .div-block-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

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

  .section-title-14 {
    margin-top: 15px;
    font-size: 30px;
  }

  .section-title-wrap-2.title-center-align {
    width: 100%;
  }

  .appointment-form-wrap-2.contact {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .faq-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .h1-hero {
    font-size: 32px;
    line-height: 1.1em;
  }

  .banner-btn {
    grid-column-gap: 0px;
    grid-row-gap: 21px;
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-link:hover {
    color: #1e263f;
  }

  .nav-container {
    background-color: #fff;
  }

  .tablet-down {
    letter-spacing: 1px;
    font-weight: 600;
  }

  .image-2.logo-mobile {
    width: 140px;
  }

  .nav-logo_main {
    opacity: 1;
  }

  .tablet-menu {
    height: 110px;
  }

  .navbar {
    position: sticky;
  }

  .double-button-3 {
    justify-content: center;
    align-items: center;
  }

  .primary-button-white-3 {
    width: 200px;
  }

  .secondary-button-2 {
    letter-spacing: 1px;
  }

  .secondary-button-2.haze.responsive-btn {
    width: 200px;
  }

  .hero-heading-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    display: flex;
  }

  .banner-section {
    height: 600px;
  }

  .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-bottom: 0;
  }

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

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

  .banner-section.home-3-banner.about-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-9 {
    width: 100%;
  }

  .column {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .paragraph-2.hero-description {
    text-align: center;
    width: 100%;
  }

  .columns {
    flex-flow: column;
    min-width: 100%;
  }

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

  .column-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .bold-text-5 {
    font-size: 32px;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .paragraph-large {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-circles-2 {
    font-size: 18px;
    font-weight: 600;
  }

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

  .circle-counter-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .base-container {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-4 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    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;
  }

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

  .contacts-content-wrapper {
    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;
  }

  .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: 40px;
    padding-right: 40px;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
    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: 0;
    padding-right: 0;
  }

  .footer-dark-link-wrapper {
    align-items: center;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
  }

  .nav-dropdown-toggle-centered-2 {
    width: 99%;
  }

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

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

  .base-container-3 {
    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-content-wrapper {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

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

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

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

  .section-11, .section-12, .section-13 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .service-list-2-item-description {
    margin-top: 0;
  }

  .heading-13 {
    line-height: 1.6em;
  }

  .image-101 {
    filter: none;
  }

  .promo-banner {
    flex-flow: column;
  }

  .heading-19 {
    font-size: .9rem;
    line-height: 1.4em;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .paragraph-large-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .about-usheader {
    text-align: center;
  }

  .heading-8-copy {
    text-align: center;
  }

  .double-button-2-copy {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .column-2-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logos-title-small {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-11-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-copy {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .container-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title-14 {
    font-size: 32px;
  }

  .appointment-form-wrap-2.contact {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .banner-btn {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .nav-close-icon {
    filter: invert();
  }

  .nav-menu-link {
    color: var(--primary);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-link:hover {
    color: #1e263f;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-container {
    background-color: #fff;
  }

  .tablet-down {
    letter-spacing: 1px;
    width: 100%;
    font-weight: 600;
    text-decoration: none;
  }

  .tablet-down:hover {
    color: var(--primary);
  }

  .nav-logo-container.w--current {
    width: 13em;
  }

  .primary-button {
    width: 100%;
  }

  .nav-menu-shadow-overlay {
    background-color: #fff;
  }

  .image-2.logo-mobile {
    width: 180px;
  }

  .nav-menu-centered-wrapper {
    background-color: #0a1843;
  }

  .nav-logo_main {
    opacity: 1;
  }

  .tablet-menu {
    height: 120px;
  }

  .search-shop-con-centered {
    margin-left: 10px;
  }

  .navbar {
    padding-bottom: 0;
  }

  .container-4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 60px;
    padding-left: 0;
  }

  .double-button-3 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-haze-wrap {
    width: 100%;
  }

  .primary-button-white-3 {
    border-radius: 100px;
    width: 100%;
  }

  .secondary-button-2.haze, .secondary-button-2.haze.responsive-btn, .secondary-button-2.haze, .secondary-button-2.haze, .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;
  }

  .hero-heading-wrap {
    background-image: linear-gradient(#000000a6, #000000a6);
    flex-flow: column;
    order: -1;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-left: 20px;
    display: flex;
    position: absolute;
    inset: 0%;
  }

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

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

  .banner-section.hero {
    height: 100vh;
  }

  .image-9 {
    width: 300px;
    height: 200px;
    margin-bottom: 60px;
    inset: 32% 2% auto 59px;
  }

  .bold-text-17 {
    font-size: 28px;
    font-weight: 600;
  }

  .column {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .paragraph-2.hero-description {
    width: 100%;
    margin-top: 0;
    font-size: 14px;
  }

  .bold-text-19 {
    font-size: 12px;
  }

  .columns {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .primary-button-white-2 {
    width: 100%;
  }

  .div-block {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 40px;
  }

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

  .heading-8 {
    text-align: center;
    padding-left: 0;
    font-size: 28px;
  }

  .bold-text-5 {
    font-size: 28px;
  }

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

  .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-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-position: 50% 100%;
  }

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

  .primary-button-white {
    width: 100%;
  }

  .base-container-2 {
    max-width: 90%;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .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: 20px;
    padding-right: 20px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .footer-rights {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
  }

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

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

  .testimonials {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-subtitle-copy {
    width: 60%;
  }

  .auto-update-copyright {
    text-align: center;
  }

  .div-block-16 {
    justify-content: center;
    align-items: center;
  }

  .section-9 {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .banner-title.grey-green {
    font-size: 38px;
  }

  .text-white {
    font-size: 28px;
  }

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

  .section-10 {
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .paragraph {
    text-align: left;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .primary-button-3 {
    width: 100%;
  }

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

  .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.jpg');
    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;
  }

  .service-heading.medium {
    font-size: 21px;
  }

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

  .text-block-2 {
    font-size: 12px;
  }

  .footer-link-2 {
    text-align: center;
    padding: 5px;
    font-size: 14px;
    font-weight: 400;
  }

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

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

  .image-101 {
    filter: none;
  }

  .bold-text-27 {
    font-size: 28px;
  }

  .hero-image {
    order: -1;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .promo-banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-19 {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .container {
    max-width: none;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .paragraph-large-copy {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

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

  .image-103, .image-104, .image-105 {
    width: 160px;
  }

  .heading-10-copy {
    font-size: 34px;
  }

  .about-usheader {
    text-align: center;
    padding-left: 0;
    font-size: 28px;
  }

  .heading-8-copy {
    text-align: center;
    padding-left: 0;
    font-size: 28px;
  }

  .double-button-2-copy {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

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

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

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

  .clients-tag {
    font-size: 30px;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-11-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-copy {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section-title-14 {
    font-size: 24px;
  }

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

  .appointment-form-wrap-2 {
    padding: 30px 20px;
  }

  .appointment-form-wrap-2.contact {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

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

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

  .div-block-23 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .h1-hero {
    color: var(--white);
    text-align: center;
    font-size: 32px;
    line-height: 1.1em;
  }

  .background-video-2 {
    width: 100%;
    position: static;
  }

  .banner-btn {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_4525fe0d-6b10-c997-0172-2e29e642efa7-cafeb596 {
  justify-self: center;
}

#w-node-_4525fe0d-6b10-c997-0172-2e29e642efae-cafeb596 {
  justify-self: end;
}

#w-node-_1731c274-a59b-d9f4-7330-ba4c1c9b7505-1c9b74fb, #w-node-_1731c274-a59b-d9f4-7330-ba4c1c9b7506-1c9b74fb, #w-node-_1731c274-a59b-d9f4-7330-ba4c1c9b7507-1c9b74fb, #w-node-_3ed2b939-2583-6cde-5573-f91e8a3c47d6-d6366aac, #w-node-c8e03f96-2fdf-8a83-4fb7-8d1e0c6f1bda-d6366aac, #w-node-f2b6b554-8fac-ebca-2d4f-7fa3b501f46c-d6366aac, #w-node-_5ef8fc6e-e356-32eb-ed26-710e90bff588-d6366aac, #w-node-aae84da7-170a-7238-db60-18cbe8f2c915-d6366aac, #w-node-e1d9a5cc-037f-66d9-3e20-61a0d71712de-d6366aac, #w-node-_49cc6ba4-5013-086c-2b01-17cae0fc1e55-d6366aac, #w-node-_85e4ec94-bf65-eb9d-903d-423a07093fbb-d6366aac, #w-node-_833f26f9-f6f6-b6d1-bc69-058b6174eb2e-d6366aac, #w-node-da154f90-6061-4895-24be-8f63fc1e24cf-d6366aac, #w-node-_3d9ff00b-3730-2c91-c30a-964998006c8c-d6366aac, #w-node-eb4fa226-a9b7-c537-3abc-9413eece49a3-d6366aac, #w-node-_56e309d4-707f-286c-e676-bd22ab9a6bbc-d6366aac, #w-node-_5245d62f-441d-4ba9-f6b5-b54fa584634b-d6366aac, #w-node-c21bcb93-2b12-b6c4-e5d0-0c82242b601a-d6366aac, #w-node-_0c84ed98-2f30-34bc-705d-5d6561115375-d6366aac {
  place-self: center;
}

#w-node-_03c3a5b7-00f5-ed27-47d8-e3365db33621-2d0e5927 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


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