:root {
  --accessible-components--dark-grey: #9b9b9b;
}

.navbar,
.navbar.w-nav,
.navbar.w-nav.w--scroll {
  background-color: white !important;
}


.navbar {
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
}

.hero-logo {
  padding: 40px 80px;
  background-color: rgba(255, 255, 255, .9);
  border-radius: 40px;
}

.gold-logo {
  width: 300px;
}

@media screen and (max-width: 765px) and (min-width: 480px) {
  .hero-logo {
    padding: 30px 60px;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 30px;
  }

  .gold-logo {
    width: 250px;
  }
}

@media screen and (max-width: 480px) {
  .hero-logo {
    padding: 20px 40px;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 20px;
  }

  .gold-logo {
    width: 150px;
  }
}


.body {
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

.body.redirect {
  height: 100vh;
  overflow: hidden;
}

.container {
  justify-content: space-between;
  align-items: flex-start;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  height: 100px;
  position: relative;
}

.container.reviews-container {
  display: flex;
  position: relative;
}

.w-form-fail {
  display: none !important;
}

.w-form-fail-2 {
  display: none !important;
}

.w-form-done.show, .w-form-fail.show {
    display: block !important; /* Ensure visibility when form submits */
}

.container.prices-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.container.contact-us-container {
  margin-bottom: 80px;
}

.container.footer-container {
  flex-flow: column;
  width: 800px;
}

.container.about-us {
  justify-content: space-between;
  align-items: center;
}

.logo {
  height: 60px;
}

.navlink-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navlink {
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
}

.navlink.faq-navlink {
  display: none;
}

.cta-button {
  background-color: #475148;
  border: 1px solid #475148;
  border-radius: 10px;
  margin-left: 30px;
  padding: 15px 40px;
  text-decoration: none;
}

.cta-text {
  color: #fff;
  text-decoration: none;
}

.social-media-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.social-media-wrapper.footer-change {
  padding-right: 0;
}

.social-media-wrapper.mobile {
  display: none;
}

.navbar-social-media {
  height: 24px;
}

.separating-line {
  background-color: #475148;
  width: 1px;
  height: 60px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.horizontal-separating-line {
  background-image: linear-gradient(90deg, #d9d9d900, #475148 33% 67%, #d9d9d900);
  border-radius: 25px;
  width: 75%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.section {
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.section.hero-section {
  justify-content: flex-start;
  align-items: flex-end;
  height: 100vh;
  display: flex;
}

.section.about-us {
  height: auto;
}

.section.about-ljubica {
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section.about-dragana, .section.highlight {
  height: auto;
}

.section.gallery-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.section.prices, .section.faq-section {
  overflow: visible;
}

.section.contact-us-section {
  position: relative;
  overflow: hidden;
}

.section.instagram-promo {
  background-color: #e5e7e5;
  border-radius: 25px;
  margin-bottom: 80px;
  padding: 60px 40px;
  overflow: hidden;
}

.section.prices-page {
  padding-top: 200px;
}

.section.redirect-section {
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.hero-image {
  z-index: -5;
  object-fit: cover;
  object-position: 50% 70%;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.hero-logo {
  margin-left: 100px;
  position: relative;
}

.hero-logo-1 {
  color: #475148;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 4rem;
}

.hero-logo-1.logo-2 {
  font-family: Great Vibes, cursive;
  position: absolute;
  top: 30px;
  right: -35%;
  transform: rotate(-20deg);
}

.hero-leaf {
  width: 50px;
  height: 60px;
  position: absolute;
  inset: -25% 0% auto 55%;
}

.hero-leaf.leaf-2 {
  width: 60px;
  top: 55%;
  left: auto;
  right: -140px;
  transform: rotate(61deg);
}

.hero-logo-background {
  z-index: -3;
  background-color: #ffffffd9;
  border-radius: 25px;
  display: none;
  position: absolute;
  inset: -25% -50% -115% -15%;
}

.container-half {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.container-half.left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.container-half.left.sticky {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  position: sticky;
  top: 160px;
}

.container-half.right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  padding-left: 30px;
  position: relative;
}

.container-half.right.sticky {
  position: sticky;
  top: 160px;
}

.container-half.reviews-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.container-half.white-bg {
  background-color: #fff;
}

.title {
  color: #475148;
  font-family: Playfair Display, sans-serif;
  font-size: 2.25rem;
  line-height: 2.25rem;
}

.hide {
  display: none;
}

.paragraph-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.paragraph {
  letter-spacing: .5px;
  margin-bottom: 0;
  line-height: 1.25rem;
}

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

.paragraph.top-margin {
  margin-top: 20px;
}

.paragraph.smaller-width {
  width: 340px;
}

.button-template {
  background-color: #475148;
  border: 1px solid #475148;
  border-radius: 11px;
  padding: 25px 60px;
  text-decoration: none;
}

.button-template.reviews-cta {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-template.see-more {
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.button-template.price-button {
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
}

.button-template.price-button.display-none {
  display: none;
}

.button-template._404 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.button-text {
  color: #fff;
  text-align: center;
  letter-spacing: .75px;
  text-transform: uppercase;
  font-family: Playfair Display, sans-serif;
  text-decoration: none;
}

.about-us-image {
  object-fit: cover;
  border-radius: 25px;
  height: 700px;
  box-shadow: 0 5px 25px #00000059;
}

.shadow-leaf {
  z-index: -3;
  position: absolute;
  inset: 40% auto 0% -70%;
}

.shadow-leaf.leaf-2 {
  opacity: 1;
  top: 20%;
  left: auto;
  right: -70%;
  transform: rotate(130deg);
}

.shadow-leaf.leaf-1 {
  top: 20%;
  left: -70%;
}

.scalable-wrapper {
  z-index: -1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 21px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 100px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 25px #00000021;
}

.scalable-wrapper.color-change {
  z-index: -2;
  background-color: #e4e5e4;
  width: 93%;
}

.title-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.certificate-image {
  width: 45px;
  margin-right: 20px;
}

.random-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.random-wrapper.random-wrapper-2 {
  text-align: center;
}

.subtitle {
  font-family: Great Vibes, cursive;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.random-title {
  font-family: Playfair Display, sans-serif;
  font-size: 2.25rem;
  line-height: 2.25rem;
}

.leaf {
  opacity: .08;
  filter: grayscale();
  width: 400px;
  position: absolute;
}

.leaf.leaf-1 {
  z-index: -1;
  border-radius: 0;
  bottom: -35%;
  left: -40px;
  transform: rotate(15deg);
}

.leaf.leaf-2 {
  z-index: -1;
  top: -120px;
  right: -5%;
  transform: rotate(-131deg);
}

.leaf.contact-us-leaf {
  z-index: -3;
  opacity: .05;
  width: 600px;
  top: 15%;
  right: -2%;
  transform: rotate(-104deg);
}

.leaf._404-leaf {
  z-index: -3;
  bottom: 15%;
  left: -10px;
  transform: rotate(74deg);
}

.dragana-wrapper {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.smaller-title {
  font-family: Playfair Display, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.dragana-image {
  border-radius: 25px;
  height: 500px;
  box-shadow: 0 0 25px #00000059;
}

.services-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.service {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 260px;
  display: flex;
}

.service-name {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-logo {
  background-color: #fff;
  border-radius: 15px;
  padding: 10px 20px;
}

.service-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.service-icon {
  height: 45px;
}

.service-text {
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.before-and-after {
  background-color: #0000;
  border-radius: 25px;
  flex-flow: row;
  height: 200px;
  display: flex;
  box-shadow: 0 5px 25px #00000026;
}

.before-and-after-image {
  width: 200px;
  height: 200px;
}

.before-and-after-image.right-one {
  border-top-right-radius: 21px;
  border-bottom-right-radius: 21px;
}

.before-and-after-image.left-one {
  border-top-left-radius: 21px;
  border-bottom-left-radius: 21px;
}

.baf-separator {
  background-color: #475148;
  width: 5px;
}

.top-gallery {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-bottom: 40px;
  display: flex;
}

.top-gallery.top-addition {
  margin-bottom: 20px;
}

.gallery-image {
  object-fit: cover;
  border-radius: 21px;
  position: relative;
  box-shadow: 0 0 25px #00000059;
}

.gallery-image.image-1 {
  height: 300px;
  top: 40px;
  left: 21px;
}

.gallery-image.image-2 {
  object-fit: cover;
  width: 250px;
  height: 400px;
  left: 30px;
}

.gallery-image.image-3 {
  width: 270px;
  height: 400px;
  bottom: 140px;
  right: 60px;
}

.gallery-image.image-4 {
  width: 250px;
  height: 340px;
  bottom: 100px;
  right: 20px;
}

.gallery-image.image-5 {
  width: 220px;
  height: 300px;
  left: 75px;
}

.gallery-image.image-7 {
  height: 250px;
  top: -102px;
}

.gallery-image.image-8 {
  height: 300px;
}

.gallery-image.image-9 {
  height: 300px;
  top: -169px;
}

.gallery-image.image-6, .gallery-image.image-10 {
  height: 250px;
}

.gallery-image.image-11 {
  height: 225px;
}

.bottom-gallery.middle-addition {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.stock-image {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 150px;
}

.stock-image.height-change {
  height: 200px;
}

.achievements-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.achievement {
  border-radius: 21px;
  justify-content: center;
  align-items: center;
  width: 350px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 35px #00000026;
}

.achievement.left-auto {
  margin-left: 60px;
}

.achievement.right-auto {
  margin-right: auto;
}

.achievement-icon {
  width: 50px;
  margin-right: 20px;
}

.achievement-text {
  flex-flow: row;
  font-family: Playfair Display, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.small-leaf {
  opacity: .11;
  filter: grayscale();
  width: 100px;
  position: absolute;
}

.small-leaf.leaf-2 {
  bottom: -15px;
  left: 21px;
}

.small-leaf.leaf-1 {
  top: -20px;
  right: 30px;
  transform: rotate(-142deg);
}

.small-leaf.leaf-3 {
  left: 0;
  transform: rotate(93deg);
}

.small-leaf.leaf-4 {
  bottom: -10px;
  right: 20px;
  transform: rotate(-39deg);
}

.small-leaf.leaf-5 {
  top: -20px;
  right: 40px;
  transform: rotate(142deg);
}

.small-leaf.leaf-6 {
  top: -20px;
  left: 30px;
  transform: rotate(134deg);
}

.small-leaf.leaf-7 {
  bottom: -20px;
  right: 70px;
}

.review {
  border-radius: 21px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 20px 30px 100px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 35px #00000026;
}

.review-name {
  font-family: Playfair Display, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.review-text {
  margin-top: 15px;
}

.stars-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-top: 10px;
  display: flex;
}

.star {
  width: 24px;
  height: 24px;
}

.quotation-image {
  width: 55px;
  position: absolute;
  top: 20px;
  left: 30px;
}

.reviews {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.prices {
  width: 100%;
  display: flex;
}

.prices-half {
  width: 51%;
}

.prices-half.left {
  margin-right: 20px;
}

.prices-half.right {
  margin-left: 20px;
}

.price-title {
  font-family: Playfair Display, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.prices-wrapper {
  border: 1px solid #47514880;
  border-radius: 12px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.price-wrapper {
  border-top: 1px solid #000;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
  display: flex;
}

.price-wrapper.remove-line {
  border-top-style: none;
}

.price-name {
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  line-height: 1.4rem;
}

.price-separator {
  background-color: #475148;
  width: 1px;
  height: 40px;
}

.number-wrapper {
  border-left: 1px solid #47514880;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 50px;
  display: flex;
}

.faq-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.faq-question {
  border-radius: 15px;
  box-shadow: 0 0 25px #00000026;
}

.faq-question.padding-top-sides {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.question-part {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.number-question {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-number {
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-family: Great Vibes, cursive;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: flex;
}

.question-text {
  font-family: Playfair Display, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.question-text.fs_accordion-1_label {
  font-size: 1.2rem;
  font-weight: 400;
}

.faq-arrow {
  width: 32px;
  height: 24px;
}

.faq-answer {
  padding-bottom: 20px;
  padding-right: 60px;
  line-height: 1.2rem;
  display: block;
}

.faq-arrow-wrapper {
  cursor: pointer;
  margin-left: 40px;
}

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

.fs_accordion-1_item {
  overflow: hidden;
}

.fs_accordion-1_icon {
  margin-right: 0;
  font-size: 1.125rem;
  position: relative;
}

.fs_accordion-1_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: #e5e7e5;
  border-radius: 15px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.fs_accordion-1_header:focus-visible {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-1_header[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-1_paragraph {
  margin-bottom: 0;
  padding-right: 40px;
  line-height: 1.2rem;
}

.fs_accordion-1_arrow-wrapper {
  flex: none;
  width: 24px;
  height: 24px;
  margin-left: 20px;
}

.fs_accordion-1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs_accordion-1_body {
  background-color: #fff;
  border-radius: 15px;
  margin-top: 10px;
  padding: 1rem 1.5rem;
  box-shadow: inset 0 0 25px #0000000d;
}

.fs_accordion-1_label {
  font-size: 1.25rem;
  font-weight: 500;
}

.fs_accordion-1_embed {
  margin-bottom: 0;
  display: none;
}

.fs_accordion-1_message {
  color: var(--accessible-components--dark-grey);
}

.fs_accordion-1_header-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.fs_accordion-1_header-2:focus-visible {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-1_header-2[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-1_content-2 {
  overflow: hidden;
}

.fs_accordion-1_body-2 {
  background-color: #fff;
  padding: 1rem 1.5rem;
}

.fs_accordion-1_embed-2 {
  margin-bottom: 0;
}

.fs_accordion-1_header-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.fs_accordion-1_header-3:focus-visible {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-1_header-3[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-1_content-3 {
  overflow: hidden;
}

.fs_accordion-1_body-3 {
  background-color: #fff;
  padding: 1rem 1.5rem;
}

.fs_accordion-1_embed-3 {
  margin-bottom: 0;
}

.fs_accordion-2_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs_accordion-2_embed {
  margin-bottom: 0;
}

.fs_accordion-2_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.fs_accordion-2_header:focus-visible {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-2_header[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-2_content {
  transition: max-height .2s;
  overflow: hidden;
}

.fs_accordion-2_body {
  background-color: #fff;
  padding: 1rem 1.5rem;
}

.fs_accordion-2_paragraph {
  margin-bottom: 0;
}

.fs_accordion-2_icon {
  margin-right: 0;
  font-size: 1.125rem;
  position: relative;
}

.fs_accordion-2_label {
  font-size: 1.25rem;
  font-weight: 500;
}

.fs_accordion-2_arrow-wrapper {
  transition: transform .2s;
}

.fs_accordion-2_arrow-wrapper.is-active-accordion {
  transform: rotate(180deg);
}

.fs_accordion-2_message {
  color: var(--accessible-components--dark-grey);
}

.contact-us-left {
  flex-flow: column;
  width: 60%;
  display: flex;
}

.contact-us-right {
  border-radius: 25px;
  width: 40%;
  margin-left: 20px;
  overflow: hidden;
  box-shadow: 0 0 25px #00000026;
}

.contact-info-combo {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.contact-info-title {
  font-family: Playfair Display, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.contact-info-text {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.form-label {
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2rem;
  display: inline-flex;
}

.form-label.label-left-margin {
  margin-left: 20px;
}

.form-label.margin-bottom {
  margin-bottom: 20px;
}

.contact-form {
  flex-flow: column;
  display: flex;
}

.form-input {
  color: #000;
  border: 1px solid #475148;
  border-radius: 15px;
  width: 400px;
  height: 60px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.4rem;
  line-height: 2rem;
}

.form-input.form-margins {
  color: #000;
  border: 1px solid #475148;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 0;
}

.form-input.form-margins::placeholder {
  color: #fff;
}

  .form-input.w-input.margin-removal {
    margin: 0px !important;
  } 

.form-block {
  width: 100%;
}

.form-block.mobile {
  display: none;
}

.form-combo {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-combo.bottom {
  justify-content: flex-start;
  align-items: flex-end;
}

.form-submit {
  text-transform: uppercase;
  background-color: #475148;
  border: 1px solid #475148;
  border-radius: 11px;
  margin-left: 40px;
  padding: 15px 60px;
  font-family: Playfair Display, sans-serif;
  transition: color .3s cubic-bezier(.77, 0, .175, 1), background-color .3s cubic-bezier(.77, 0, .175, 1);
}

.form-submit:hover {
  color: #000;
  background-color: #fff;
}

.contact-us-leaf {
  width: 450px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.form-success-message {
  text-align: center;
  padding: 10px;
  font-family: PT Serif, serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.form-message-wrapper {
  color: #fff;
  background-color: #475148;
  border-radius: 15px;
  margin-top: 20px;
}

.instagram-promo-title {
  color: #475148;
  margin-right: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
}

.instagram-promo-title.title-link {
  color: #475148;
}

.instagram-promo-title-wrapper {
  margin-bottom: 40px;
  display: flex;
}

.instagram-post {
  object-fit: cover;
  border-radius: 15px;
  width: 19%;
  height: 225px;
  margin-right: 1%;
}

.footer-light {
  border-top: 1px solid #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

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

.footer-content-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content-wrapper.margin-bottom {
  justify-content: space-between;
  margin-bottom: 40px;
}

.footer-info-combo {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.footer-title {
  text-transform: uppercase;
  font-family: Playfair Display, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.1rem;
}

.footer-link {
  color: #1a1b1f;
  cursor: pointer;
  margin-top: 10px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1f;
}

.footer-link.link-margin-fix {
  letter-spacing: .4px;
  max-width: 170px;
  margin-top: 20px;
  line-height: 1.1rem;
}

.footer-link.underline {
  text-decoration: underline;
}

.footer-link.not-clickable {
  letter-spacing: .2px;
  cursor: auto;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-content-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.arrow-up {
  width: 64px;
}

.cpyrght-message-wrapper {
  display: flex;
}

.cpyrght-message {
  color: #000;
  margin-right: 20px;
  font-size: .9rem;
  text-decoration: none;
}

.no-underline {
  text-decoration: none;
}

.underline {
  text-decoration: underline;
}

.redirect-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

._404-title {
  font-family: Playfair Display, sans-serif;
  font-size: 5rem;
  line-height: 5rem;
}

._404-subtitle {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 2rem;
}

.sm-icon-wrapper {
  margin-right: 15px;
}

.sm-icon-wrapper.remove-margin {
  margin-right: 0;
}

.label-input {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer-doubles {
  flex-flow: column;
  justify-content: space-around;
  width: 50%;
  display: flex;
}

.header-combo {
  display: flex;
}

.navbar-info-line {
  background-color: #475148;
  width: 100vw;
  height: 40px;
}

.nav-line-content-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-info-text {
  color: #fff;
  font-size: .9rem;
}

@media screen and (min-width: 1280px) {
  .container {
    justify-content: space-between;
    align-items: center;
    width: 1200px;
  }

  .container.reviews-container {
    justify-content: space-between;
    align-items: flex-start;
  }

  .container.prices-container {
    width: 1200px;
  }

  .container.footer-container {
    width: 1150px;
  }

  .container-half.left {
    justify-content: center;
    align-items: flex-start;
    padding-right: 0;
  }

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

  .container-half.right {
    justify-content: center;
    align-items: center;
  }

  .scalable-wrapper.color-change {
    width: 1250px;
  }

  .dragana-wrapper {
    width: 900px;
  }

  .service {
    width: 320px;
  }

  .service-logo {
    padding-left: 40px;
    padding-right: 40px;
  }

  .before-and-after {
    height: 240px;
    position: relative;
    left: -40px;
  }

  .before-and-after-image {
    width: 240px;
    height: 240px;
  }

  .baf-separator {
    height: auto;
  }

  .gallery-image.image-1 {
    height: 300px;
    left: -18px;
  }

  .gallery-image.image-2 {
    width: 300px;
  }

  .gallery-image.image-3 {
    width: 320px;
    left: -100px;
  }

  .gallery-image.image-4 {
    width: 320px;
    height: 440px;
    bottom: 60px;
    right: 40px;
  }

  .gallery-image.image-5 {
    width: 300px;
  }

  .gallery-image.image-9 {
    top: -155px;
  }

  .gallery-image.image-11 {
    height: 260px;
  }

  .bottom-gallery.middle-addition {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .footer-doubles {
    flex-flow: row;
  }
}

@media screen and (min-width: 1440px) {
  .container.reviews-container {
    justify-content: space-between;
    align-items: flex-start;
  }

  .container.footer-container {
    width: 1300px;
  }

  .container-half.right {
    justify-content: center;
    align-items: flex-start;
  }

  .before-and-after {
    height: 250px;
    left: -70px;
  }

  .before-and-after-image {
    width: 300px;
    height: 300px;
  }

  .baf-separator {
    height: auto;
  }

  .before-and-after-image.right-one, .before-and-after-image.left-one {
    width: 250px;
    height: 250px;
  }

  .gallery-image.image-1 {
    height: 320px;
    top: 60px;
    left: 0;
  }

  .gallery-image.image-2 {
    width: 400px;
    left: -10px;
  }

  .gallery-image.image-3 {
    width: 400px;
    height: 550px;
    bottom: 70px;
  }

  .gallery-image.image-4 {
    width: 400px;
  }

  .gallery-image.image-5 {
    object-position: 50% 30%;
    width: 400px;
    bottom: 50px;
  }

  .gallery-image.image-7 {
    height: 320px;
    top: -40px;
  }

  .gallery-image.image-8 {
    height: 400px;
  }

  .gallery-image.image-9 {
    height: 400px;
    top: -102px;
  }

  .fs_accordion-1_header {
    justify-content: space-between;
  }
}

@media screen and (min-width: 1920px) {
  .container.reviews-container {
    justify-content: space-between;
    align-items: flex-start;
  }

  .gallery-image.image-1 {
    height: 400px;
    top: 20px;
  }

  .gallery-image.image-7 {
    height: 400px;
  }

  .gallery-image.image-8 {
    height: 500px;
    transform: translate(0, 56px);
  }

  .gallery-image.image-9 {
    height: 450px;
  }

  .gallery-image.image-6 {
    height: 350px;
  }

  .gallery-image.image-10 {
    height: 300px;
  }

  .gallery-image.image-11 {
    height: 280px;
  }

  .bottom-gallery.middle-addition {
    margin-bottom: 60px;
  }

  .faq-number {
    margin-top: 0;
  }

  .fs_accordion-1_header {
    justify-content: space-between;
  }

  .redirect-wrapper {
    flex-flow: column;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }

  ._404-title {
    font-family: Playfair Display, sans-serif;
    font-size: 5rem;
    line-height: 5rem;
  }

  ._404-subtitle {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 2rem;
  }
}

@media screen and (max-width: 991px) {
  .container {
    justify-content: space-between;
    align-items: center;
    width: 700px;
  }

  .container.navbar-container {
    justify-content: flex-end;
    align-items: center;
  }

  .container.reviews-container {
    justify-content: space-between;
    align-items: flex-start;
  }

  .container.prices-container, .container.footer-container {
    width: 700px;
  }

  .container.faq {
    justify-content: space-between;
    align-items: flex-start;
  }

  .logo {
    margin-right: auto;
  }

  .navlink-menu {
    background-color: #fff;
    border-radius: 21px;
    flex-flow: column;
    margin-top: 5px;
    padding: 20px;
    box-shadow: 0 5px 25px #00000026;
  }

  .navlink {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .navlink.faq-navlink {
    display: block;
  }

  .cta-button {
    margin-top: 10px;
    margin-left: 0;
  }

  .social-media-wrapper.mobile {
    margin-left: auto;
    margin-right: 10px;
    display: flex;
  }

  .social-media-wrapper.desktop {
    display: none;
  }

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

  .section.faq-section {
    overflow: visible;
  }

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

  .hero-logo {
    margin-left: 60px;
  }

  .hero-logo-1 {
    font-size: 3.5rem;
  }

  .hero-logo-1.logo-2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .container-half.left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-right: 0;
  }

  .container-half.right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
  }

  .container-half.right.sticky {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container-half.reviews-container {
    width: 45%;
  }

  .paragraph-wrapper, .button-template {
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-us-image {
    position: sticky;
    top: 120px;
  }

  .scalable-wrapper {
    width: 700px;
  }

  .scalable-wrapper.color-change {
    width: 700px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .dragana-wrapper {
    width: 700px;
  }

  .dragana-image {
    object-fit: cover;
  }

  .services-wrapper {
    flex-flow: column;
  }

  .service {
    width: auto;
  }

  .before-and-after {
    height: 125px;
    position: relative;
    top: 50px;
  }

  .before-and-after-image {
    width: 125px;
    height: 125px;
  }

  .baf-separator {
    height: 125px;
  }

  .top-gallery {
    justify-content: center;
    align-items: stretch;
    width: 750px;
  }

  .top-gallery.top-addition {
    margin-bottom: 0;
  }

  .gallery-image.image-1 {
    height: 220px;
  }

  .gallery-image.image-2 {
    width: auto;
    height: 200px;
    top: 50px;
    left: 0;
  }

  .gallery-image.image-3 {
    width: 180px;
    height: 200px;
    bottom: 40px;
    right: 40px;
  }

  .gallery-image.image-4 {
    width: 150px;
    height: 200px;
    bottom: 0;
    right: 0;
  }

  .gallery-image.image-5 {
    width: 160px;
    height: 200px;
    top: 15px;
    left: 40px;
  }

  .gallery-image.image-7 {
    height: 180px;
    top: 0;
  }

  .gallery-image.image-8 {
    height: 230px;
  }

  .gallery-image.image-9 {
    height: 220px;
    top: 0;
    transform: translate(0, -25px);
  }

  .gallery-image.image-6 {
    height: 200px;
  }

  .gallery-image.image-10 {
    height: 225px;
  }

  .gallery-image.image-11 {
    height: 200px;
  }

  .bottom-gallery {
    margin-top: 40px;
  }

  .review {
    padding-left: 80px;
  }

  .review-name {
    font-size: 1.2rem;
    line-height: 1.3rem;
  }

  .star {
    width: 20px;
    height: 20px;
  }

  .quotation-image {
    width: 40px;
  }

  .price-wrapper {
    height: 50px;
  }

  .price-wrapper.remove-line {
    height: 52.4063px;
  }

  .price-wrapper.double {
    height: 75px;
  }

  .price-name {
    padding-left: 20px;
    padding-right: 15px;
  }

  .number-wrapper {
    flex: none;
    height: 100%;
  }

  .form-label {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .form-label.label-left-margin {
    margin-left: 10px;
  }

  .form-input {
    width: 300px;
  }

  .form-input.form-margins {
    margin-left: 10px;
    margin-right: 10px;
  }

  .form-input.w-input.margin-removal {
    margin: 0px !important;
  } 

  .form-submit {
    margin-left: 20px;
  }

  .instagram-promo-title-wrapper {
    margin-bottom: 20px;
  }

  .instagram-post {
    height: 175px;
  }

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

  .footer-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .footer-content-wrapper.margin-bottom {
    justify-content: space-between;
    display: flex;
  }

  .footer-info-combo {
    margin-bottom: 20px;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .menu-button {
    width: 70px;
  }

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

  .footer-doubles {
    flex-flow: column;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .container.reviews-container {
    flex-flow: column;
    width: 400px;
  }

  .about-us-image {
    object-position: 50% 10%;
  }

  .container.prices-container {
    width: 440px;
  }

  .container.contact-us-container {
    flex-flow: column;
    width: 400px;
  }

  .container.contact-us-form {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.footer-container {
    width: 400px;
  }

  .container.about-us, .container.faq {
    flex-flow: column;
    width: 400px;
  }

  .section.gallery-section {
    flex-flow: column;
    padding-top: 0;
  }

  .section.instagram-promo {
    padding: 30px 10px;
  }

  .hero-logo-1 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .hero-logo-1.logo-2 {
    font-size: 2.5rem;
    line-height: 3rem;
    right: -30%;
  }

  .hero-leaf.leaf-2 {
    right: -100px;
  }

  .container-half.left {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-bottom: 20px;
  }

  .container-half.left.sticky {
    position: relative;
    top: 0;
  }

  .container-half.right {
    width: auto;
    margin-top: 20px;
    padding-left: 0;
  }

  .container-half.right.sticky {
    margin-top: 40px;
    position: relative;
    top: 0;
  }

  .container-half.reviews-container {
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
  }

  .container-half.white-bg {
    width: auto;
  }

  .title {
    font-size: 2rem;
    line-height: 2rem;
  }

  .button-template.see-more {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-template._404 {
    padding: 20px 60px;
  }

  .about-us-image {
    width: 400px;
    height: 300px;
  }

  .shadow-leaf.leaf-2, .shadow-leaf.leaf-1 {
    display: none;
  }

  .scalable-wrapper {
    width: 400px;
    padding: 40px 20px;
  }

  .scalable-wrapper.color-change {
    width: 440px;
  }

  .certificate-image {
    width: 36px;
  }

  .dragana-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 400px;
  }

  .dragana-image {
    object-position: 50% 15%;
    width: 400px;
    height: 350px;
  }

  .before-and-after {
    top: 0;
  }

  .top-gallery {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    width: auto;
  }

  .top-gallery.top-addition {
    flex-flow: row;
    margin-bottom: 20px;
  }

  .gallery-image {
    border-radius: 10px;
  }

  .gallery-image.image-1 {
    height: 150px;
    top: 20px;
    left: 0;
  }

  .gallery-image.image-2 {
    height: 150px;
    top: 50px;
  }

  .gallery-image.image-3 {
    width: 130px;
    height: 140px;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .gallery-image.image-4 {
    height: 165px;
    bottom: 40px;
    right: -15px;
  }

  .gallery-image.image-5 {
    height: 150px;
    left: 20px;
  }

  .gallery-image.image-7 {
    height: 100px;
    top: -15px;
    transform: translate(0);
  }

  .gallery-image.image-8 {
    height: 150px;
  }

  .gallery-image.image-9 {
    height: 150px;
    transform: translate(0);
  }

  .gallery-image.image-6 {
    height: 150px;
  }

  .gallery-image.image-10 {
    height: 150px;
    top: 50px;
  }

  .gallery-image.image-11 {
    height: 175px;
  }

  .bottom-gallery {
    width: auto;
    margin-top: 20px;
    display: flex;
  }

  .bottom-gallery.middle-addition {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .reviews {
    display: none;
  }

  .prices {
    flex-flow: column;
  }

  .prices-half.left {
    width: auto;
    margin-right: 0;
  }

  .prices-half.right {
    width: auto;
    margin-left: 0;
  }

  .fs_accordion-1_arrow-wrapper {
    width: 24px;
  }

  .contact-us-left {
    width: auto;
  }

  .contact-us-right {
    width: 400px;
    height: 300px;
    margin-top: 20px;
    margin-left: 0;
  }

  .form-label {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .contact-form {
    width: 460px;
    margin-left: auto;
    margin-right: auto;
  }

  .form-input {
    width: 240px;
  }

  .form-input.form-margins {
    width: 220px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .form-block {
    width: auto;
  }

  .form-combo {
    width: 100%;
  }

  .form-submit {
    padding-left: 40px;
    padding-right: 40px;
  }

  .instagram-promo-title {
    margin-right: 5px;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .instagram-promo-title-wrapper {
    margin-bottom: 20px;
  }

  .instagram-post {
    height: 100px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-content-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  ._404-title {
    font-size: 4rem;
    line-height: 4rem;
  }

  ._404-subtitle {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .footer-doubles.flex-horizontal {
    flex-flow: row;
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .navbar-info-line {
    display: none;
  }
}

@media screen and (max-width: 479px) {

  .cpyrght-message-wrapper {
    flex-direction: column;
    gap: 5px;
  }

  .body.redirect {
    overflow: hidden;
  }

  .fs_accordion-1_paragraph {
    padding-right: 0px !important;
  } 

  .container.navbar-container {
    justify-content: space-between;
    height: 80px;
  }

  .container.reviews-container, .container.prices-container {
    width: 300px;
  }

  .container.contact-us-container {
    width: 300px;
    margin-bottom: 40px;
  }

  .container.contact-us-form {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.footer-container {
    width: 300px;
    margin-left: 0;
    margin-right: 0;
  }

  .container.about-us {
    width: 300px;
  }

  .container.faq {
    flex-flow: wrap-reverse;
    width: 300px;
  }

  .logo {
    height: 50px;
  }

  .social-media-wrapper.mobile {
    display: none;
  }

  .section.hero-section {
    height: 90vh;
  }

  .section.highlight {
    z-index: 10;
    position: relative;
  }

  .section.gallery-section {
    z-index: 5;
    flex-flow: column;
    margin-top: -120px;
    padding-bottom: 0;
    position: relative;
  }

  .section.prices {
    z-index: 10;
    margin-top: -220px;
    position: relative;
  }

  .hero-image {
    object-position: 50% 50%;
    height: 90vh;
  }

  .hero-logo {
    margin-left: 20px;
  }

  .hero-logo-1 {
    font-size: 2rem;
  }

  .hero-logo-1.logo-2 {
    font-size: 1.6rem;
    line-height: 1.6rem;
    right: -25%;
  }

  .hero-leaf.leaf-2 {
    width: 35px;
    height: 35px;
    right: -60px;
  }

  .hero-leaf.leaf-1 {
    width: 35px;
    height: 35px;
    top: 0%;
  }

  .hero-logo-background {
    display: none;
    bottom: -70%;
    left: -7%;
    right: -30%;
  }

  .container-half.left.sticky {
    width: 300px;
  }

  .container-half.right.sticky {
    margin-top: 0;
    margin-bottom: 40px;
    position: relative;
    top: 0;
  }

  .title {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .paragraph.smaller-width {
    width: auto;
  }

  .button-template {
    padding: 20px 30px;
  }

  .button-template.price-button {
    padding-left: 40px;
    padding-right: 40px;
  }

  .scalable-wrapper {
    width: 95%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .scalable-wrapper.color-change {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .leaf.contact-us-leaf {
    top: 12%;
  }

  .leaf._404-leaf {
    bottom: 7%;
    transform: rotate(72deg);
  }

  .dragana-wrapper {
    width: 300px;
  }

  .before-and-after {
    width: 305px;
    height: 150px;
  }

  .before-and-after-image {
    width: 150px;
    height: 150px;
  }

  .baf-separator {
    height: 150px;
  }

  .top-gallery {
    flex-flow: column;
    width: 300px;
    margin-bottom: 0;
  }

  .top-gallery.top-addition {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -160px;
  }

  .gallery-image.image-1 {
    width: 160px;
    height: 200px;
    left: 140px;
  }

  .gallery-image.image-2 {
    width: 140px;
    left: 0;
  }

  .gallery-image.image-3 {
    height: 200px;
    top: 25px;
    bottom: 0;
    left: 0;
  }

  .gallery-image.image-4 {
    width: 130px;
    height: 200px;
    bottom: 350px;
    right: -160px;
    transform: translate(0);
  }

  .gallery-image.image-5 {
    top: -280px;
    left: 140px;
  }

  .gallery-image.image-7 {
    height: 200px;
  }

  .gallery-image.image-8 {
    height: 180px;
    top: 15px;
    left: -75px;
  }

  .gallery-image.image-9 {
    height: 180px;
    top: -15px;
    right: -75px;
  }

  .gallery-image.image-6 {
    width: 120px;
    max-width: none;
    height: 200px;
    top: 225px;
  }

  .gallery-image.image-10 {
    height: 120px;
    left: 60px;
  }

  .gallery-image.image-11 {
    height: 140px;
    top: 165px;
    left: -100px;
  }

  .bottom-gallery {
    flex-flow: column;
    width: 300px;
    position: static;
  }

  .bottom-gallery.middle-addition {
    flex-flow: column;
    margin-top: -100px;
  }

  .achievement, .achievement.right-auto {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .achievement-icon {
    width: 40px;
    margin-right: 10px;
  }

  .achievement-text {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .reviews {
    opacity: 0;
  }

  .price-title {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

  .price-wrapper.double.triple {
    height: 100px;
  }

  .price-wrapper.mobile-double {
    height: 75px;
  }

  .price-name {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-us-right {
    width: 300px;
    height: 250px;
  }

  .contact-info-combo {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-top: 10px;
  }

  .contact-info-title, .contact-info-text {
    font-size: 1.1rem;
  }

  .code-embed {
    height: 200px;
  }

  .form-label {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1rem;
  }

  .form-label.label-left-margin {
    margin-left: 0;
  }

  .form-label.margin-bottom {
    margin-bottom: 10px;
  }

  .contact-form {
    width: 300px;
  }

  .form-input {
    border-radius: 8px;
    width: 300px;
    height: 40px;
    font-size: 1rem;
    line-height: 1rem;
  }

  .form-input.form-margins {
    border-radius: 8px;
    width: 300px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 8px;
    font-size: 1rem;
    line-height: 1rem;
  }

  .form-input.margin-removal {
    height: 80px;
    font-size: 1rem;
    line-height: 1rem;
  }

  .form-block.desktop {
    display: none;
  }

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

  .form-combo {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .form-combo.bottom {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .form-combo.flex-horizonal {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-submit {
    margin-top: 20px;
    margin-left: 0;
  }

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

  .instagram-post {
    width: 400px;
    height: 140px;
  }

  .footer-light {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .footer-content-wrapper.margin-bottom {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .footer-info-combo {
    /* margin-top: 20px; */
  }

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

  .footer-social-block-two {
    margin-top: 20px;
  }

  .arrow-up {
    width: 40px;
  }

  .cpyrght-message {
    flex: 1;
    margin-right: 20px;
  }

  .redirect-wrapper {
    height: 100%;
  }

  ._404-title {
    font-size: 3rem;
    line-height: 3rem;
  }

  ._404-subtitle {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .menu-button {
    width: 60px;
  }

  .label-input {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-doubles.flex-horizontal {
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
  }

  #w-node-_91c086c8-4fa2-e01b-19db-016a454f80ec-fb71b491 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


