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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Fa Sharp 300";
  src: url('../fonts/fa-sharp-light-300.ttf') format("truetype"), url('../fonts/fa-sharp-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa6;
  src: url('../fonts/FA6-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa6 brands;
  src: url('../fonts/FA6-Brands.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa6 solid;
  src: url('../fonts/FA6-Solid.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --yellow: #ffcd41;
  --white: #fff;
  --black: #000;
  --grey: #9b9b9b;
  --tan\<deleted\|variable-9fd963c3\>: #ccbfab;
  --linen-2: #e7e1d8;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

.body {
  background-color: var(--yellow);
  font-family: Lato, sans-serif;
}

.header-section {
  background-image: url('../images/bubblesLogo.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 114vh;
  padding-bottom: 100px;
  display: flex;
}

.body-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: 1300px;
  height: 100%;
  display: flex;
}

.body-div.top {
  justify-content: flex-end;
  padding-top: 0;
}

.body-div.svs {
  width: 100%;
  max-width: 1500px;
}

.body-div._100 {
  width: 100%;
}

._3-picture-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
}

.header-pic {
  z-index: 40;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  width: 360px;
  height: 550px;
  position: relative;
  transform: rotate(0);
}

.header-pic.right {
  z-index: 39;
  box-shadow: -31px 38px 0 0 var(--black);
  background-image: url('../images/20230224_160626.webp');
  background-position: 100%;
  background-size: cover;
  width: 400px;
  position: relative;
  bottom: 60px;
  transform: rotate(12deg);
}

.header-pic.left {
  z-index: 39;
  box-shadow: 31px 37px 0 0 var(--black);
  background-image: url('../images/20231001_155013.webp');
  background-position: 50%;
  background-size: cover;
  width: 400px;
  position: relative;
  bottom: 60px;
  transform: rotate(-12deg);
}

.header-pic.center-pic {
  background-image: url('../images/ducks-front.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 400px;
  height: 561px;
  margin-top: 8px;
  display: flex;
}

.nav-menu {
  background-color: var(--black);
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: auto;
  display: flex;
}

.social-box {
  background-color: var(--black);
  color: var(--yellow);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-box:hover {
  border: 1px solid var(--black);
  background-color: var(--yellow);
  color: var(--black);
}

.nav-link {
  color: var(--white);
  border-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
}

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

.dropdown-toggle {
  color: var(--white);
  padding-left: 10px;
  padding-right: 30px;
}

.dropdown-toggle.w--open, .dropdown-toggle.w--open:hover {
  background-color: var(--grey);
}

.icon {
  margin-right: 10px;
}

.dropdown-list {
  background-color: var(--tan\<deleted\|variable-9fd963c3\>);
}

.dropdown-list.w--open {
  background-color: var(--linen-2);
}

.ddl, .ddl:hover {
  background-color: var(--yellow);
}

.ddl.w--current {
  background-color: var(--black);
  color: #fff;
}

.logo {
  z-index: 99;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.logo.logo1, .logo.logo2, .logo.logo3, .logo.logo4, .logo.logo5, .logo.logo6 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: contain;
}

.shadowbox {
  z-index: 0;
  border-radius: 15px;
  width: 320px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.body-section {
  background-color: var(--yellow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 20px;
  display: flex;
}

.body-section.dark {
  background-color: var(--white);
  background-image: url('../images/bubblesLogo.svg');
  background-position: 50% 100%;
  background-size: auto;
}

.social-link {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fa6 brands, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.social-link.pin {
  font-family: Fa6 solid, sans-serif;
}

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

.counter {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.counterup {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 700;
  line-height: 36px;
  transition: all .2s;
}

.p {
  color: var(--black);
  justify-content: flex-start;
  margin-right: 0;
  font-size: 16px;
  display: flex;
}

.p.center {
  text-align: center;
  font-size: 16px;
  display: block;
}

.p.center.shadow {
  background-color: var(--white);
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

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

.divide {
  filter: brightness(86%);
  background-image: url('../images/location-pin.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 100px;
  margin-top: 40px;
}

.divide.clients {
  background-image: url('../images/multiple-users-silhouette.webp');
}

.divide.reviews {
  background-image: url('../images/positive-review.webp');
}

.divide.materials {
  background-image: url('../images/maintenance.webp');
}

.counter-section {
  background-color: var(--yellow);
  background-image: url('../images/colorkit.webp'), linear-gradient(to bottom, var(--yellow), var(--yellow));
  background-position: 100% 100%, 0 0;
  background-size: cover, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.grid-services {
  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;
}

.svs-box {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.svs-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 250px;
}

.svs-img._1 {
  background-image: url('../images/wetroom-1-min.webp');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.svs-img._1.img-1 {
  background-image: url('../images/20230224_160626.webp');
  background-position: 50%;
  height: 500px;
}

.svs-img._1.img-new {
  background-image: url('../images/wallpaper_small.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.svs-img._2 {
  background-image: url('../images/front-shower.webp');
  background-position: 50%;
  background-size: cover;
  height: 250px;
}

.svs-img._3 {
  background-image: url('../images/wallpaper.webp');
  background-position: 50%;
  background-size: cover;
}

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

.svs-p.white {
  color: var(--white);
  text-align: center;
  font-size: 16px;
}

.svs-head {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.svs-link {
  color: var(--black);
  text-align: center;
  border-radius: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.svs-link:hover {
  background-color: #ddd9d252;
  border-radius: 14px;
  padding-top: 40px;
}

.svs-text {
  width: 100%;
}

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

.svs-section.black {
  background-image: url('../images/colorkit_1.webp');
  background-position: 0 0;
  background-size: auto;
}

._3-item-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.h2 {
  color: var(--black);
  margin-bottom: 20px;
}

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

._3-img-txt {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 85%;
  display: flex;
}

.img-dark {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  min-height: 350px;
  transition: width .4s;
  display: flex;
}

.img-dark:hover {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 350%;
}

.img-dark.home1 {
  background-image: linear-gradient(#f3eee6b3, #f3eee6b3), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transition: all .4s;
}

.img-dark.home2, .img-dark.home3 {
  background-image: linear-gradient(#f3eee6b3, #f3eee6b3), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.img-dark.home3 {
  background-image: linear-gradient(#f3eee6b3, #f3eee6b3), url('../images/211585944.webp');
}

.img-dark.home1 {
  background-image: linear-gradient(#f3eee6b3, #f3eee6b3), url('../images/221156627.webp');
  transition: all .4s;
}

.img-dark.home2 {
  background-image: linear-gradient(#f3eee6b3, #f3eee6b3), url('../images/ducks-front.webp');
  background-position: 0 0, 76%;
  min-height: 450px;
}

.img-dark.home3 {
  background-image: linear-gradient(#f3eee6b3, #f3eee6b3), url('../images/bathroom-white.webp');
  min-height: 450px;
}

.img-dark.home1 {
  background-image: linear-gradient(#f3eee6b3, #f3eee6b3), url('../images/sinks.webp');
  min-height: 450px;
  transition: all .4s;
}

._3-img-p {
  max-width: 600px;
  margin-bottom: 20px;
  font-size: 16px;
}

._3-img-head {
  font-size: 30px;
  line-height: 35px;
}

.socials-top {
  z-index: 50;
  background-color: var(--yellow);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-bottom: 10px;
  display: flex;
}

.brand-top {
  position: static;
}

.brand-top.w--current {
  z-index: 99;
  width: 110px;
  margin-left: 40px;
  margin-right: 40px;
  position: relative;
}

.top-box {
  background-color: var(--black);
  color: var(--yellow);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: static;
  inset: 15px 15px auto auto;
}

.top-box:hover {
  border: 1px solid var(--black);
  background-color: var(--yellow);
  color: var(--black);
}

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

.list {
  padding-left: 0;
  list-style-type: none;
}

.list-item {
  background-image: url('../images/bath.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 23px 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
}

.footer-section {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
}

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

.footer-column {
  grid-column-gap: 0px;
  grid-row-gap: 15px;
  grid-template-rows: 1fr .25fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.footer-p {
  border-right: 2px solid var(--tan\<deleted\|variable-9fd963c3\>);
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 20px;
}

.footer-p.right {
  border-left: 2px solid var(--tan\<deleted\|variable-9fd963c3\>);
  text-align: right;
  border-right-style: none;
}

.footer-bottom {
  background-color: var(--black);
  width: 100%;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-2 {
  color: var(--yellow);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.center {
  text-align: center;
}

.morethan {
  margin-top: -20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  position: relative;
  top: 20px;
  left: -80px;
  transform: rotate(-6deg);
}

.morethan.hide {
  opacity: 0;
}

.phone-box {
  background-color: var(--black);
  color: var(--yellow);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: static;
  inset: 15px auto auto 15px;
}

.phone-box:hover {
  border: 1px solid var(--black);
  background-color: var(--yellow);
  color: var(--black);
}

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

.footer-link-sitemap:hover {
  font-weight: 700;
}

.footer-link-sitemap.w--current {
  color: var(--black);
  font-weight: 700;
  text-decoration: none;
}

.no-line {
  color: var(--black);
  text-decoration: none;
}

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

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

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

.company-logo {
  z-index: 99;
  display: block;
  position: static;
}

.mock-instagram {
  width: 100%;
  margin-top: 30px;
}

.hero-container {
  z-index: 49;
  background-color: var(--black);
  box-shadow: 0 20px 0 0 var(--yellow);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 185px;
  padding: 20px;
  display: flex;
  position: absolute;
  top: 56%;
}

.hero-head {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 35px;
}

.text-block-3 {
  box-shadow: 0 2px 5px 0 var(--black);
  color: var(--white);
  width: 80%;
  font-size: 16px;
}

.button {
  background-color: var(--black);
  border-radius: 9px;
  margin-top: 20px;
}

.counter-head {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.icons-div {
  display: flex;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.h3list {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s ease-in-out;
}

.h3list:hover {
  transform: translate(5px);
}

.h3-section {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.h3 {
  z-index: 49;
  box-shadow: 10px 10px 0 -2px var(--black);
  text-align: center;
  background-color: #ffcd41;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding: 40px 20px;
  display: flex;
  position: static;
  top: 55%;
}

.h3-text {
  color: var(--black);
  width: 80%;
  font-size: 22px;
}

.body-link {
  color: var(--yellow);
  text-decoration: underline;
}

.tagline {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
}

.navbar-2 {
  border-bottom: 5px none var(--linen-2);
  background-color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
}

.h1 {
  color: var(--black);
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  font-size: 40px;
  line-height: 39px;
}

.h1.black {
  color: var(--black);
}

.h1.centre {
  text-align: center;
  border: 1px #000;
  border-bottom-width: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  display: flex;
}

.h1.centre.line {
  border-bottom-color: var(--yellow);
}

.h1.yellow {
  color: var(--yellow);
}

.h1.mid {
  text-align: center;
}

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

.h1.title {
  color: var(--yellow);
}

.map-div {
  background-image: url('../images/Map.webp');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 400px;
}

.nav {
  z-index: 999;
  background-color: var(--yellow);
  width: 100%;
  position: fixed;
  top: 0;
}

.footer-p-2 {
  border-bottom: 1px solid var(--yellow);
  width: 100%;
  margin-bottom: 0;
  padding: 20px;
  font-size: 16px;
}

.footer-p-2.right {
  border-right: 2px none var(--black);
  text-align: left;
  flex-direction: row;
  align-items: flex-start;
  margin-right: 16px;
  display: block;
}

.footer-link-sitemap-2 {
  color: var(--black);
  text-decoration: none;
}

.footer-link-sitemap-2:hover {
  color: var(--grey);
  font-weight: 700;
}

.footer-link-sitemap-2.w--current {
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.no-line-2 {
  color: var(--black);
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 16px;
  text-decoration: none;
}

.no-line-2:hover, .no-line-2.w--current:hover {
  color: var(--yellow);
}

.button-2 {
  background-color: var(--yellow);
  color: var(--black);
  border-radius: 9px;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.bold-text-2 {
  color: var(--white);
}

.social-box-2 {
  color: #f3eee6;
  background-color: #333;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-box-2:hover {
  color: #333;
  background-color: #f3eee6;
  border: 1px solid #333;
}

.social-box-2.mob {
  background-color: var(--black);
  color: var(--white);
}

.social-box-2.mob.insta {
  background-color: var(--yellow);
}

.socials-top-2 {
  z-index: 50;
  background-color: var(--white);
  text-align: center;
  background-image: url('../images/colorkit_1.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  display: flex;
}

.div-block-5 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.phone-box-2 {
  background-color: var(--yellow);
  color: var(--black);
  border: 1px solid #000;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: static;
  inset: 15px auto auto 15px;
}

.phone-box-2:hover {
  background-color: var(--grey);
  color: var(--black);
  border: 1px solid #333;
}

.brand-top-2 {
  margin-top: 32px;
  position: static;
}

.brand-top-2.w--current {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.text-block-5 {
  margin-top: 5px;
}

.black {
  color: #333;
  text-decoration: none;
}

.div-block-6 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.body-section-2 {
  background-color: var(--white);
  border-top: 6px #ccbfab;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.body-section-2.black {
  background-color: var(--black);
}

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

._2x1._20t {
  margin-top: 20px;
}

.h1-2 {
  color: var(--black);
  margin-top: 0;
}

.button-contact {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border: 1px solid #333;
  transition: all .2s;
}

.button-contact:hover {
  background-color: var(--yellow);
  border: 1px solid #333;
}

.personal {
  width: 100%;
}

.personal.body-div {
  background-color: var(--black);
  text-align: center;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0 6px 5px #0003;
}

.personal.body-div.bottom {
  padding-top: 20px;
}

.personal.body-div.bottom.black {
  max-width: none;
}

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

.click {
  color: var(--yellow);
  font-size: 16px;
  text-decoration: none;
}

.click.blacl {
  color: var(--black);
}

.click.whjite, .bold-text-3 {
  color: var(--white);
}

.bold-text-3.mid {
  text-align: center;
}

.bold-text-4 {
  color: var(--white);
}

.bold-text-5, .bold-text-6, .bold-text-7, .paragraph {
  color: var(--black);
}

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

.text-block-6 {
  color: var(--black);
  font-weight: 900;
}

.bold-text-8, .bold-text-9 {
  color: #000;
}

.bold-text-10, .bold-text-11, .bold-text-12 {
  color: var(--black);
}

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

.slide {
  width: 100%;
}

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

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 2px auto auto 2px;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.livechat-button {
  background-color: #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.livechat-button:hover {
  background-color: var(--yellow);
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--yellow);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: #494949;
  transform: scale(1.05);
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.whatsapp-block {
  z-index: 99;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 5% auto;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  position: static;
}

.live-chat-top-text.block {
  color: #494949;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

.live-icon-chat {
  margin-right: 10px;
}

.top-section-2 {
  justify-content: flex-start;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.bold {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 24px;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  max-width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: none;
  overflow: hidden;
}

.chat-section {
  background-color: var(--yellow);
  flex-direction: column;
  justify-content: center;
  height: 50%;
  padding: 16px 20px;
  display: flex;
}

.div-block-7 {
  background-color: var(--white);
}

.image {
  z-index: 999;
  width: 100px;
  position: absolute;
  bottom: -994px;
}

.lottie-animation {
  width: 150px;
}

.trade {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.div-block-10, .div-block-11, .div-block-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2, .image-3, .image-4 {
  width: 100px;
}

.image-5 {
  width: 100px;
  display: block;
}

.html-embed-3 {
  width: 100%;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-13 {
  width: 100%;
}

.image-6 {
  width: 150px;
}

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

.p-yellow.black {
  color: var(--black);
}

.p-yellow.black.gap {
  margin-bottom: 10px;
  display: block;
}

.div-block-14 {
  object-fit: fill;
  flex: 0 auto;
  position: static;
}

.lottie-animation-2 {
  z-index: 99;
  width: 100%;
  position: static;
}

.image-7 {
  width: 100px;
}

.bumblee-1 {
  display: none;
  position: absolute;
}

.lottie-animation-3 {
  z-index: 99;
  position: relative;
}

.text-block-7 {
  color: var(--black);
  padding-left: 0;
  font-size: 16px;
  font-weight: 700;
}

.div-block-15 {
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.link-16 {
  text-decoration: none;
}

.hyperlink {
  color: #f6c011;
  font-weight: 700;
  text-decoration: underline;
  transition: color .45s ease-in-out;
}

.hyperlink:hover, .hyperlink:visited {
  color: #fff;
}

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

.hyperlink.yellow {
  color: var(--white);
  display: inline;
}

.hyperlink.yellow:hover {
  color: var(--white);
}

.inner-img {
  background-image: url('../images/dark-room.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.inner-img.d-img {
  background-image: url('../images/sinks.webp');
  width: 450%;
  height: 450px;
}

.inner-img.img-2 {
  background-image: url('../images/bathroom-white.webp');
  height: 450px;
}

.h1-3 {
  border-bottom: 1px solid var(--yellow);
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-size: 39px;
  font-weight: 500;
  line-height: 60px;
  display: flex;
}

.h1-3.quick-contact {
  flex-direction: row;
}

.text-span-3 {
  text-align: left;
  font-size: 40px;
  font-weight: 300;
  display: flex;
}

.container {
  border-bottom: 1px none var(--yellow);
  flex-direction: column;
  align-items: flex-start;
  width: 95%;
  max-width: 1600px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  display: block;
}

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

.p-2 {
  color: #000;
  margin-top: 10px;
  font-size: 16px;
  line-height: 28px;
}

.p-2.white {
  color: #fff;
  width: 85%;
}

.p-2.shadow {
  background-color: var(--white);
  padding: 10px;
  box-shadow: 0 2px 5px #0003;
}

.right-side {
  flex: 0 auto;
  width: 45%;
}

.right-side.content {
  width: 50%;
  margin-left: 20px;
}

.right-side.content.pwhite {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  margin-top: 0;
  margin-bottom: -36px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.right-side.content.pwhite.side {
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  padding-top: 65px;
  padding-left: 20px;
}

.right-side.content {
  flex-direction: column;
  justify-content: space-around;
  width: 50%;
  display: flex;
}

.right-side.content._100 {
  width: 100%;
}

.button-outline {
  color: #fdfdfd;
  background-color: #000;
  border: 1.5px solid #fff;
  border-radius: 20px 2px;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-top: 35px;
  padding: 15px 32px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.button-outline:hover {
  color: #fff;
  background-color: #f6c011;
}

.button-outline._100 {
  text-align: center;
  width: 400px;
  margin-top: 0;
}

.body-section-3 {
  text-align: left;
  background-image: url('../images/colorkit_1.webp');
  background-position: 100% 100%;
  background-size: cover;
  margin-top: 0;
  padding-top: 144px;
  padding-bottom: 100px;
}

.body-section-3.bottom {
  background-color: var(--yellow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.body-section-3.bottom.yellow {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.body-section-3.mid {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-section-3.mid.top {
  background-position: 93% 100%;
  padding-bottom: 20px;
}

.body-section-3.mid.top.yellow {
  background-color: var(--yellow);
  background-image: none;
}

.body-section-3.last {
  margin-top: 220px;
}

.body-section-3.top {
  margin-top: 220px;
  padding-bottom: 10px;
}

.section-h1-wrapper.display-flex {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.section-h1-wrapper.display-flex.reverse {
  margin-top: 10px;
  display: block;
}

.left-side {
  background-image: url('../images/stairs.webp');
  background-position: 50%;
  background-size: cover;
  align-self: stretch;
  align-items: stretch;
  width: 80%;
  height: 449px;
  display: flex;
}

.left-side.ls {
  background-image: url('../images/front-shower.webp');
}

.left-side.img-3 {
  background-image: url('../images/wetroom-1-min.webp');
  width: 100%;
  height: 450px;
}

.left-side.img5 {
  background-image: url('../images/shower-cabinet.webp');
  width: 100%;
  height: 450px;
}

.background-image {
  background-image: linear-gradient(#00000059, #00000059), url('../images/grey-sofa.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 550px;
}

.background-image.img1 {
  background-image: linear-gradient(to bottom, var(--white), #ffffff45 58%, white), url('../images/bathroom-white.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
  position: relative;
}

.background-image.img1.img3 {
  background-image: linear-gradient(to bottom, var(--white), #ffffff3b 99%, white), url('../images/wetroom-2-min.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.background-image.img1.img-1 {
  background-image: linear-gradient(#fff, #ffffff17), url('../images/sinks.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.background-image.img1.img-4 {
  background-image: linear-gradient(to bottom, var(--white), #ffffff2e), url('../images/shower-cabinet.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.h3-large {
  color: #3b444d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.5;
}

.h3-large.b-30 {
  color: #000;
  text-transform: uppercase;
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.3;
  display: flex;
}

.h3-large.b-30.w {
  color: #000;
  font-weight: 500;
}

.h3-large.b-30.white {
  color: #fff;
}

.list-head {
  color: #000;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

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

.list-head.bullet-font-icon-2 {
  margin-right: 10px;
}

.list-head.white {
  color: #fff;
}

.single-comments {
  color: #000;
  text-align: center;
  background-color: #0000;
  flex-direction: row;
  align-items: center;
  margin-bottom: 5px;
  padding: 0 20px;
  font-size: 16.5px;
  transition: all .2s ease-in-out;
  display: flex;
}

.single-comments:hover {
  transform: translate(15px);
}

.comment-column {
  border: 2px solid #c61f2f;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 420.009px;
  height: 685px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
}

.comment-column._2 {
  border-style: solid;
  border-color: var(--black);
  width: 100%;
  height: auto;
  margin-left: auto;
  padding: 20px;
}

.white-section {
  background-color: #000;
  border-top: .5px #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: static;
}

.white-section._100 {
  background-color: #ffffff57;
  background-image: url('../images/bubblesLogo.svg');
  background-position: 100% 100%;
  background-repeat: repeat-x;
  background-size: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-span-4 {
  color: #000;
  border-bottom: 1px solid #f6c011;
  margin-bottom: 5px;
  font-size: 43px;
  font-weight: 200;
}

.comments {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.bullet-font-icon-2 {
  color: #fff;
  background-color: #f6c011;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 0;
  font-family: Fa6 solid, sans-serif;
  font-size: 1em;
  font-weight: 100;
  display: flex;
}

.bullet-font-icon-2.non {
  font-family: "Fa 100", sans-serif;
}

.bullet-font-icon-2.non.black {
  background-color: var(--black);
}

.list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.list-wrapper._2-set {
  grid-template-columns: 1fr 1fr;
}

.list-wrapper._1-row {
  grid-template-columns: 1fr;
}

.section-3 {
  background-color: var(--black);
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin: 60px auto;
  display: flex;
}

.div-block-18 {
  flex-direction: column;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-26 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15vh;
  display: flex;
}

.paragraph-2 {
  color: #fff;
}

.right-blocks {
  flex-direction: column;
  justify-content: space-between;
  width: 30%;
  display: flex;
}

.div-block-27 {
  background-color: #f6c011;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.h3-service {
  color: #f6c011;
  font-size: 20px;
  font-weight: 600;
}

.text-block-8 {
  color: #fff;
  font-size: 25px;
}

.div-block-19 {
  width: 50%;
}

.banner-red {
  color: #000;
  margin-left: 0;
  font-size: 48px;
}

.banner-red.yellow {
  color: #f6c011;
  margin-left: 5px;
  font-size: 39px;
}

.form {
  color: #fff;
  width: 100%;
  margin-top: 40px;
}

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

.h3-2 {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
}

.button-3 {
  color: #fff;
  background-color: #fda000;
  border: 1px #fda000;
  border-radius: 3px;
  margin-top: 20px;
  padding: 14px 40px;
  transition: all .3s ease-in-out;
}

.button-3:hover {
  transform: scale(.95);
}

.button-3.bt-blue {
  color: #000;
  background-color: #fff;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

.h3-logo {
  background-image: url('../images/logo-nowe11.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  min-height: 200px;
  margin-bottom: 20px;
  display: flex;
}

.h3-logo.w--current {
  background-image: url('../images/logo-nowe11.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  min-height: 150px;
  margin-bottom: 20px;
}

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

.content-section.orange {
  background-color: #000;
  border-top: 2px solid #fff;
  border-bottom: 0 #f6c011;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-span-5 {
  color: var(--white);
  font-weight: 400;
}

.image-8 {
  width: 120px;
  position: absolute;
  inset: auto 2% 3% auto;
}

.text-span-6 {
  color: var(--white);
  font-weight: 400;
}

.imgs {
  width: 100%;
  height: 30vh;
}

.div-block-28 {
  width: 100%;
}

.text-span-7 {
  color: var(--white);
  font-weight: 400;
}

.mymaps {
  margin-top: 40px;
  overflow: hidden;
}

.google-maps {
  color: #fff;
  background-color: #000;
  width: 100%;
  margin-top: -48px;
  font-size: 15px;
}

.h1-4 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid #f6c011;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-size: 39px;
  font-weight: 500;
  line-height: 60px;
  display: flex;
}

.h1-4.quick-contact {
  flex-direction: row;
}

.container-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 92%;
  max-width: 1600px;
  margin: 0 auto 40px;
  padding-top: 10px;
  display: block;
}

.areas-list {
  padding-left: 0;
}

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

.h1-red {
  color: #f6c011;
  margin-left: 10px;
}

.areas-list-item.areas-list-flex {
  color: #fff;
  border-bottom: 1px solid #5f5f511f;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.body-section-4 {
  text-align: left;
  background-color: #000;
  margin-top: 220px;
  padding-top: 100px;
  padding-bottom: 10px;
}

.gold-link {
  color: #f6c011;
  font-weight: 600;
  text-decoration: none;
}

.gold-link:hover {
  color: #fff;
}

.gold-link.yellow {
  color: var(--yellow);
}

.areas-we-coverr-section {
  width: 100%;
  margin-top: 20px;
}

.font-icon {
  background-color: var(--white);
  color: var(--black);
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: Fa6 solid, sans-serif;
  display: flex;
}

.text-span-8 {
  color: var(--white);
  font-weight: 700;
}

.text-span-8.black {
  color: var(--black);
}

.text-span-8.black.white {
  color: var(--white);
}

.gallery-div {
  width: 95%;
  margin-top: 20px;
}

.gallery-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 40px;
  display: grid;
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

.image-9 {
  border: 2px solid #000;
  width: 100%;
  height: 100%;
}

.testimonials-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--black);
  background-color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin-top: 20px;
  padding: 40px 20px;
  display: flex;
}

.coming-soon {
  color: var(--white);
  font-size: 25px;
}

.contact-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 95%;
  margin-top: 20px;
  display: grid;
}

.div-block-29 {
  border-bottom: 3px solid var(--yellow);
  background-color: var(--white);
  text-shadow: 0 1px 1px #0003;
}

.text-block {
  color: #000;
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.contact-div-block {
  border: 1px solid var(--linen-2);
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  padding: 60px 30px;
  display: flex;
}

.html-embed-4 {
  margin-top: 40px;
}

.phone-icon {
  color: var(--yellow);
  font-family: Fa6 solid, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.phone-icon.non {
  font-family: "Fa Brands 400", sans-serif;
}

.contact-page-link {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.text {
  color: var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 20px;
  font-size: 20px;
  display: flex;
}

.site-list {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 34px;
  padding-bottom: 20px;
  display: flex;
}

.site-link {
  color: var(--black);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 17px;
  text-decoration: none;
}

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

.footerlink {
  color: var(--yellow);
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
}

.text-span-9 {
  color: var(--yellow);
  font-weight: 400;
}

.bottom-1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-13, .bold-text-14, .bold-text-15 {
  color: var(--white);
}

.html-embed-5 {
  margin-top: 10px;
}

.link-17, .link-18, .link-19 {
  text-decoration: none;
}

.div-block-30 {
  background-color: var(--white);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-top: 20px;
  padding-top: 12px;
  display: flex;
}

.line-move {
  width: 100%;
  height: 1px;
  position: relative;
  top: -250px;
}

.thick-line {
  width: 30%;
  height: 1vh;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

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

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

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

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

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

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

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

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

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

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

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.split-gallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

.lightbox-link-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
}

.div-block-31 {
  background-color: var(--black);
  color: #fff;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  height: 5vh;
  margin-bottom: 10px;
  display: flex;
}

.div-block-31:hover {
  background-color: #ffd03e87;
}

.txt-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.txt-2:hover {
  color: #fff;
}

.image-10 {
  width: 100%;
  display: block;
}

.image-10:hover {
  outline-offset: -20px;
  outline: .5px solid #ffd03e;
}

.scroll-up {
  z-index: 1000;
  border: 1px solid var(--black);
  background-color: var(--yellow);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 300px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Fa6 solid, sans-serif;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 10px 10px auto;
}

.scroll-arrow-up {
  color: var(--black);
  justify-content: center;
  align-items: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 19px;
  font-style: normal;
  line-height: 1.3;
  text-decoration: none;
}

.arrow {
  font-family: "Fa Solid 900", sans-serif;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 85%;
  max-width: 1300px;
  display: grid;
}

.div-block-32 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.video {
  left: 100px;
}

@media screen and (min-width: 1920px) {
  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }

  .whatsapp-chat {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .body-div.top {
    flex-direction: column;
    display: block;
  }

  .nav-menu {
    background-color: var(--yellow);
    text-align: center;
    width: 100%;
    position: static;
    top: 0;
  }

  .nav-link {
    background-color: var(--grey);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link:hover {
    background-color: var(--yellow);
  }

  .nav-link.w--current {
    background-color: var(--tan\<deleted\|variable-9fd963c3\>);
  }

  .nav-link.new {
    background-color: var(--grey);
    color: var(--white);
  }

  .dropdown-toggle {
    background-color: var(--grey);
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-toggle:hover {
    background-color: var(--yellow);
  }

  .dropdown-toggle.w--open {
    background-color: var(--tan\<deleted\|variable-9fd963c3\>);
  }

  .dropdown-list.w--open, .ddl {
    text-align: center;
  }

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

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

  .p {
    margin-left: 0;
  }

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

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

  .svs-img._1, .svs-img._1.img-1 {
    height: 350px;
  }

  .svs-head {
    line-height: 24px;
  }

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

  .socials-top {
    padding-bottom: 10px;
  }

  .footer-section {
    display: flex;
  }

  .footer-columns {
    grid-template-columns: 1fr 1fr;
    display: block;
  }

  .footer-bottom {
    flex-direction: column;
    display: flex;
  }

  .text-block-2 {
    flex-direction: row;
    display: block;
  }

  .slider {
    width: 100%;
  }

  .company-logo {
    width: 150px;
  }

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

  .text-block-4 {
    padding-left: 20px;
  }

  .menu-button-2 {
    background-color: var(--grey);
    width: 100%;
  }

  .menu-button-2.w--open {
    color: var(--black);
    background-color: #0000;
    flex-direction: row;
    display: block;
  }

  .navbar-2 {
    background-color: var(--grey);
    text-align: center;
    width: 100%;
    display: block;
  }

  .h1 {
    font-size: 35px;
    line-height: 37px;
  }

  .h1.title.black {
    color: var(--black);
  }

  .map-div {
    min-height: 400px;
    margin-bottom: 0;
  }

  .bold-text-2 {
    display: none;
  }

  .socials-top-2 {
    flex-direction: row;
    padding-bottom: 10px;
  }

  .brand-top-2.w--current {
    padding-left: 0;
  }

  .div-block-6 {
    padding-top: 0;
  }

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

  .h3-white {
    font-size: 25px;
    line-height: 27px;
  }

  .image {
    bottom: -714px;
  }

  .icon-2 {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .inner-img {
    min-height: 500px;
    margin-top: 60px;
  }

  .h1-3 {
    text-align: left;
    font-size: 46px;
  }

  .container {
    flex-direction: column;
    display: block;
  }

  .p-2.white {
    width: 100%;
    margin-bottom: 20px;
  }

  .right-side, .right-side.content {
    width: 100%;
  }

  .right-side.content.pwhite.side {
    align-items: flex-end;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
  }

  .right-side.content {
    width: 100%;
  }

  .body-section-3 {
    background-color: var(--yellow);
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    padding-bottom: 40px;
  }

  .body-section-3.bottom {
    margin-left: 0;
  }

  .section-h1-wrapper.display-flex {
    flex-direction: column-reverse;
    margin-bottom: 60px;
    display: flex;
  }

  .left-side {
    box-shadow: none;
    background-image: none;
    width: 100%;
    margin-top: -1px;
    margin-bottom: 40px;
  }

  .left-side.ls {
    height: 350px;
  }

  .left-side.img-3 {
    margin-top: 20px;
  }

  .h3-large.b-30.w {
    width: 90%;
  }

  .h3-large.b-30.white {
    font-size: 40px;
    line-height: 1.1;
  }

  .white-section._100 {
    padding-top: 60px;
  }

  .comments, .list-wrapper {
    grid-template-columns: 1fr;
  }

  .section-3 {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-19 {
    width: 83%;
  }

  .banner-red {
    font-size: 48px;
  }

  .google-maps {
    width: 100%;
  }

  .h1-4 {
    text-align: left;
    font-size: 46px;
  }

  .container-2 {
    flex-direction: column;
    display: block;
  }

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

  .body-section-4 {
    margin-top: 0;
    padding-top: 240px;
    padding-bottom: 40px;
  }

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

  .contact-box {
    grid-template-columns: 1fr 1fr;
  }

  .text-block {
    width: 100%;
    font-size: 16px;
  }

  .contact-div-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-page-link {
    width: 100%;
    font-size: 16px;
  }

  .bold-text-13, .bold-text-14, .bold-text-15 {
    font-size: 16px;
  }

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

  .image-10 {
    height: 300px;
  }

  .scroll-up {
    z-index: 1;
  }

  .grid-2 {
    flex-flow: column;
    display: flex;
  }

  .div-block-32 {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .video {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .header-section {
    margin-top: 200px;
  }

  ._3-picture-div {
    margin-top: 0;
  }

  .header-pic.right, .header-pic.left {
    display: none;
  }

  .header-pic.center-pic {
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
    position: static;
  }

  .shadowbox {
    box-shadow: 0 18px 0 0 var(--white);
    width: 90%;
  }

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

  .body-section.dark {
    background-image: url('../images/bubblesLogo.svg');
    background-position: 50% 100%;
    background-size: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .svs-head {
    font-size: 24px;
  }

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

  .svs-section.black {
    background-position: 50%;
  }

  ._3-item-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .h2 {
    font-size: 26px;
  }

  .img-dark.home1:hover, .img-dark.home2:hover, .img-dark.home3:hover, .img-dark.home3:hover, .img-dark.home1:hover, .img-dark.home2:hover, .img-dark.home3:hover, .img-dark.home1:hover {
    width: 100%;
  }

  ._4-list-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-section {
    padding-top: 0;
  }

  .footer-bottom {
    margin-top: 0;
  }

  .company-logo {
    width: auto;
    height: 95px;
  }

  .hero-container {
    margin-top: 10px;
    position: static;
    top: 50%;
  }

  .counter-head {
    font-size: 20px;
  }

  .icons-div {
    flex-direction: row;
  }

  .h3 {
    top: 50%;
  }

  .tagline {
    font-size: 22px;
  }

  .navbar-2 {
    display: block;
  }

  .h1 {
    text-align: left;
    font-size: 30px;
    display: block;
  }

  .map-div {
    min-height: auto;
  }

  .nav {
    padding-top: 0;
  }

  .socials-top-2 {
    height: 120px;
  }

  .div-block-5 {
    width: auto;
  }

  .brand-top-2 {
    height: 80px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .brand-top-2.w--current {
    padding-left: 0;
  }

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

  .h1-2 {
    text-align: center;
    font-size: 30px;
  }

  .personal.body-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image {
    width: 90px;
    bottom: -1437px;
  }

  .heading {
    text-align: center;
  }

  .h1-3 {
    padding-bottom: 20px;
    font-size: 38px;
    line-height: 54px;
  }

  .text-span-3 {
    line-height: 70px;
  }

  .container {
    margin-top: 0;
  }

  .p-2 {
    font-size: 15.5px;
  }

  .p-2.white {
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .right-side.content.pwhite {
    margin-left: 0;
    padding-left: 0;
  }

  .right-side.content.pwhite.side {
    padding-bottom: 10px;
  }

  .body-section-3 {
    margin-top: 176px;
    padding-top: 10px;
  }

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

  .section-h1-wrapper.display-flex {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .h3-large.b-30 {
    font-size: 3.5em;
  }

  .h3-large.b-30.white {
    font-size: 35px;
  }

  .comment-column._2 {
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .white-section._100 {
    padding-top: 20px;
  }

  .comments, .list-wrapper {
    grid-template-columns: 1fr;
  }

  .div-block-19 {
    width: 86%;
  }

  .banner-red {
    margin-left: 10px;
    font-size: 36px;
  }

  .h3-2 {
    font-size: 19px;
  }

  .h3-logo.w--current {
    width: 200px;
  }

  .h1-4 {
    padding-bottom: 20px;
    font-size: 38px;
    line-height: 54px;
  }

  .container-2 {
    margin-top: 10px;
  }

  .body-section-4 {
    padding-top: 220px;
  }

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

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

  .contact-div-block {
    min-height: 180px;
  }

  .contact-page-link {
    font-size: 18px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

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

  .image-10 {
    height: 450px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-color: var(--white);
  }

  .header-section {
    z-index: 9999;
    justify-content: flex-start;
    height: 93vh;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .body-div {
    width: 90%;
  }

  .body-div.top {
    width: 100%;
    max-width: 100%;
  }

  .header-pic.left {
    display: none;
  }

  .header-pic.center-pic {
    width: 85%;
    margin-top: 95px;
    display: none;
  }

  .social-box.mob {
    display: none;
  }

  .shadowbox {
    box-shadow: 0 20px 0 0 var(--white);
    width: 100%;
    height: 50px;
  }

  .counter {
    justify-content: flex-end;
  }

  .counterup {
    font-size: 32px;
  }

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

  .svs-img._1 {
    background-position: 100%;
  }

  .h2 {
    text-align: center;
    margin-top: 60px;
  }

  .h2.yellow {
    margin-top: 10px;
  }

  .h2.top-2 {
    margin-top: 100px;
  }

  .img-dark.home2, .img-dark.home3, .img-dark.home1 {
    height: 300px;
    min-height: 300px;
  }

  .socials-top {
    justify-content: space-around;
  }

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

  .top-box {
    top: 17px;
  }

  ._4-list-div {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .footer-columns {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: auto;
  }

  .footer-column {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: minmax(100%, 100%);
    width: 100%;
  }

  .footer-p {
    text-align: center;
    border-right-style: none;
    height: auto;
  }

  .footer-p.right {
    text-align: center;
    border-left-style: none;
  }

  .footer-bottom {
    z-index: 99;
    margin-top: 10px;
    position: static;
    inset: 43px 0% 0%;
  }

  .text-block-2 {
    flex-direction: row;
    display: block;
  }

  .html-embed {
    width: 90%;
  }

  .morethan {
    top: 25px;
    left: -50px;
  }

  .phone-box {
    top: 17px;
  }

  .slider {
    width: 95%;
  }

  .hero-container {
    z-index: 999;
    box-shadow: 0 14px 0 -2px var(--white);
    width: 100%;
    height: 61vh;
    margin-top: 60px;
    padding-top: 10px;
    position: absolute;
    inset: 147px 0% 26%;
  }

  .hero-head {
    font-size: 22px;
    line-height: 26px;
  }

  .text-block-3 {
    width: 100%;
  }

  .counter-head {
    font-size: 20px;
    line-height: 22px;
  }

  .div-block-4 {
    width: auto;
  }

  .h3 {
    box-shadow: 0 14px 0 -2px var(--linen-2);
  }

  .h1 {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 29px;
    display: flex;
  }

  .h1.mid.white {
    padding-bottom: 10px;
  }

  .h1.white {
    text-align: center;
    flex-direction: column;
  }

  .h1.title.black {
    flex-direction: column;
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: block;
  }

  .map-div {
    width: 100%;
  }

  .nav {
    z-index: 1001;
  }

  .footer-p-2 {
    text-align: center;
    border-right-style: none;
    margin-bottom: 0;
    display: block;
  }

  .footer-p-2.right {
    text-align: center;
    border-left-style: none;
  }

  .social-box-2.mob {
    display: none;
  }

  .socials-top-2 {
    justify-content: space-around;
    height: 120px;
  }

  .div-block-5 {
    width: auto;
  }

  .phone-box-2 {
    top: 17px;
  }

  .brand-top-2.w--current {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .h1-2 {
    text-align: center;
    line-height: 31px;
  }

  .button-contact {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .personal.body-div.bottom {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .personal.body-div.bottom.black {
    width: 100%;
    margin-top: 40px;
  }

  .live-icon {
    width: 12px;
    height: 13px;
  }

  .livechat-button {
    width: 90%;
  }

  .whatsapp-container {
    width: 65px;
    height: 65px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-block {
    margin-bottom: 10px;
    margin-right: 10px;
    display: none;
    inset: auto 0% 0% auto;
  }

  .whatsapp-chat {
    width: 280px;
    max-width: 280px;
    height: 40vh;
    position: relative;
  }

  .image {
    width: 60px;
    bottom: -1571px;
  }

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

  .div-block-15, .div-block-16 {
    display: flex;
  }

  .inner-img {
    min-height: 300px;
    margin-top: 0;
  }

  .inner-img.d-img, .inner-img.img-2 {
    height: 300px;
  }

  .h1-3 {
    padding-top: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .text-span-3 {
    font-size: 27px;
    line-height: 43px;
  }

  .container {
    flex-direction: column;
    width: 100%;
    margin: 10px 0 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.top {
    margin-top: 100px;
  }

  .p-2 {
    font-size: 14.5px;
    line-height: 25px;
  }

  .p-2.white {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .right-side.content.pwhite {
    margin-top: 0;
  }

  .right-side.content.pwhite.side.text-move {
    padding-top: 10px;
  }

  .button-outline {
    width: 60%;
    font-size: 14.5px;
  }

  .button-outline._100 {
    width: auto;
  }

  .body-section-3 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .body-section-3.bottom {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
  }

  .body-section-3.bottom.yellow.top-1 {
    padding-top: 0;
  }

  .body-section-3.mid.top {
    margin-top: 100px;
  }

  .body-section-3.last, .body-section-3.top {
    margin-top: 0;
    padding-top: 100px;
  }

  .section-h1-wrapper.display-flex {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .left-side {
    height: 300px;
    margin-top: 60px;
    margin-bottom: 0;
    box-shadow: -8px 6px #fff;
  }

  .left-side.ls {
    margin-top: 0;
  }

  .left-side.img-3, .left-side.img5 {
    height: 300px;
  }

  .background-image {
    min-height: 400px;
  }

  .background-image.img1 {
    width: 100%;
  }

  .h3-large.b-30 {
    font-size: 26px;
  }

  .h3-large.b-30.white {
    font-size: 30px;
  }

  .list-head {
    text-align: left;
    line-height: 25px;
  }

  .single-comments {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .comment-column._2 {
    grid-template-rows: auto;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
  }

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

  .white-section._100 {
    padding-top: 0;
  }

  .comments {
    margin-top: 10px;
  }

  .bullet-font-icon-2 {
    flex: none;
  }

  .list-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .section-3 {
    width: 88%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-26 {
    flex: none;
  }

  .right-blocks {
    justify-content: space-around;
    width: 14%;
  }

  .div-block-27 {
    flex: none;
    width: 40px;
    height: 40px;
  }

  .div-block-19 {
    width: 94%;
  }

  .banner-red {
    margin-left: 0;
    font-size: 28px;
  }

  .new-img {
    width: 100%;
  }

  .h3-2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
  }

  .h3-logo {
    width: 200px;
    min-height: 100px;
  }

  .h3-logo.w--current {
    width: 200px;
  }

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

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

  .h1-4 {
    padding-top: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .container-2 {
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2.black-top {
    margin-top: 170px;
  }

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

  .h1-red {
    font-size: 37px;
  }

  .body-section-4 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .text-span-8 {
    padding-bottom: 10px;
  }

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

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

  .contact-div-block {
    min-height: 200px;
  }

  .contact-page-link {
    font-size: 15px;
  }

  .text-span-9 {
    text-align: center;
  }

  .bottom-1 {
    margin-top: 20px;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

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

#w-node-f94d8ee6-1f07-0b12-405e-7212784cc767-29c2acde, #w-node-_6e407b44-7d28-5ec4-e7de-f014bdce55ce-29c2acde, #w-node-aaec54e5-c5d7-f0e0-fc06-00a85b2d6f20-29c2acde, #w-node-aaec54e5-c5d7-f0e0-fc06-00a85b2d6f21-29c2acde, #w-node-_4b844931-a187-7c84-12fb-fe5deeef7a61-29c2acde, #w-node-_4b844931-a187-7c84-12fb-fe5deeef7a62-29c2acde, #w-node-d6606ddb-61cd-2376-09fd-1e0943618ae6-29c2acde, #w-node-d6606ddb-61cd-2376-09fd-1e0943618ae8-29c2acde, #w-node-_17face53-5884-0816-494c-8a1942014215-29c2acde, #w-node-c5ccbb45-81af-ab57-a4ce-8af00bc5ac68-29c2acde, #w-node-be6d07f8-6f9f-82d1-8dc7-06e9cff0d1e2-29c2acde, #w-node-_302d7117-3c13-9e5b-9f64-ee8660b88d66-29c2acde, #w-node-a5d94570-a5c2-b276-4d63-3b0cdd4f1c68-29c2acde, #w-node-_98648fc8-acd2-5050-a49d-19ed761322b8-29c2acde, #w-node-_50cf3408-ce3f-7ea5-7e1e-c7181d33d268-29c2acde, #w-node-_6586cfbd-fdb5-4894-ddfe-bdbd0bebf1aa-29c2acde, #w-node-ada73ad6-98b2-db55-9d70-2d044c853387-4c853384, #w-node-ada73ad6-98b2-db55-9d70-2d044c8533be-4c853384 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9a98750-ffd4-75dc-1755-2807bf890a08-0e38c070 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-e9a98750-ffd4-75dc-1755-2807bf890a0a-0e38c070, #w-node-e9a98750-ffd4-75dc-1755-2807bf890a10-0e38c070, #w-node-f266f179-d281-49c1-d09f-773bddb44d08-0e38c070, #w-node-ed241f31-222a-30ce-d72d-42c744fd3939-0e38c070, #w-node-_2fedac46-2765-a6f9-a6c5-e984a7ffe341-0e38c070, #w-node-fab0fe6e-de81-d235-8a25-4ae454dcf297-0e38c070, #w-node-_436049c0-1809-7c2e-7fcf-f4f413df207b-0e38c070, #w-node-_3ca387d2-bfb9-e6ac-83db-c72a3f5b1f88-0e38c070, #w-node-_53cb3733-0432-ee59-e1af-113739c5c654-0e38c070, #w-node-_697484f6-6c4b-4097-e867-9c3fb1ccbcf0-0e38c070, #w-node-f1751d7a-679d-b75e-d312-f046de64e6bd-0e38c070, #w-node-e4caf75e-3f56-c3a3-ae81-5b4cd6324f4c-0e38c070, #w-node-_96dcc416-b122-0dfe-4a1a-f6e4cc4e3b59-0e38c070, #w-node-d64a491b-dae3-c8a7-1f38-0e527e1dc248-0e38c070, #w-node-_91428c1d-3fd1-615a-f075-f6ba3e1974c2-0e38c070, #w-node-_3f930f22-e452-7e8a-8475-67b76aec6413-0e38c070, #w-node-ce9c16e7-3f09-99b1-c923-b50a3751de60-0e38c070, #w-node-e3abe17a-5aca-c2a2-77d6-6d9bc744eb91-0e38c070 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec42d916-2105-c742-67aa-63253fdb74c4-0e38c070 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_594fece2-c93a-6b04-4c36-2fc2ddaf26a5-0e38c070, #w-node-_0b7d4b02-6707-388b-9ca0-be1c85261893-0e38c070, #w-node-ea91958d-8b18-8df7-91d6-16d1362aac1a-0e38c070, #w-node-ed742393-a95a-8deb-61f6-dcbeb31842d6-0e38c070, #w-node-_480ab866-813e-9d5a-b7dd-e02655b7050c-0e38c070, #w-node-_38b7945e-87b4-de59-6d67-0ff0f636549d-0e38c070, #w-node-_594fece2-c93a-6b04-4c36-2fc2ddaf26a5-f3b8801f, #w-node-_0b7d4b02-6707-388b-9ca0-be1c85261893-f3b8801f, #w-node-ea91958d-8b18-8df7-91d6-16d1362aac1a-f3b8801f, #w-node-ed742393-a95a-8deb-61f6-dcbeb31842d6-f3b8801f, #w-node-_480ab866-813e-9d5a-b7dd-e02655b7050c-f3b8801f, #w-node-_38b7945e-87b4-de59-6d67-0ff0f636549d-f3b8801f, #w-node-d34bb86c-b2c6-b825-9fa6-372a277d1c18-f3b8801f, #w-node-_5273ccad-15bb-0187-db5d-ba50efef37b5-f3b8801f, #w-node-_693749df-8435-f393-3eb3-ffa4e6353acc-f3b8801f, #w-node-_98f0732a-ea4a-fe00-8cd2-cef4e2cc86cb-f3b8801f, #w-node-fc845b3c-fb33-7bc3-e19a-b9c00e014bba-f3b8801f, #w-node-_8167396e-992a-678f-126d-ef3c457b54eb-f3b8801f, #w-node-a3e58717-ac68-e719-73a7-2f50420c296a-f3b8801f, #w-node-fc2ee0c1-cc8d-c833-c014-0c6ec6e7439a-f3b8801f, #w-node-_6155b4fb-c7d5-924e-8a91-6ff6d1d06e98-f3b8801f, #w-node-ba557d15-dc97-9e3b-939b-37ca0780de65-f3b8801f, #w-node-_594fece2-c93a-6b04-4c36-2fc2ddaf26a5-1d0b1122, #w-node-_0b7d4b02-6707-388b-9ca0-be1c85261893-1d0b1122, #w-node-ea91958d-8b18-8df7-91d6-16d1362aac1a-1d0b1122, #w-node-ed742393-a95a-8deb-61f6-dcbeb31842d6-1d0b1122, #w-node-_480ab866-813e-9d5a-b7dd-e02655b7050c-1d0b1122, #w-node-_38b7945e-87b4-de59-6d67-0ff0f636549d-1d0b1122, #w-node-d34bb86c-b2c6-b825-9fa6-372a277d1c18-1d0b1122, #w-node-_5273ccad-15bb-0187-db5d-ba50efef37b5-1d0b1122, #w-node-_693749df-8435-f393-3eb3-ffa4e6353acc-1d0b1122, #w-node-_98f0732a-ea4a-fe00-8cd2-cef4e2cc86cb-1d0b1122, #w-node-fc845b3c-fb33-7bc3-e19a-b9c00e014bba-1d0b1122, #w-node-_8167396e-992a-678f-126d-ef3c457b54eb-1d0b1122, #w-node-a3e58717-ac68-e719-73a7-2f50420c296a-1d0b1122, #w-node-fc2ee0c1-cc8d-c833-c014-0c6ec6e7439a-1d0b1122, #w-node-_6155b4fb-c7d5-924e-8a91-6ff6d1d06e98-1d0b1122, #w-node-ba557d15-dc97-9e3b-939b-37ca0780de65-1d0b1122, #w-node-a35a91d6-dee6-22d1-59ba-1d3a8bb60ea1-1d0b1122, #w-node-_8fb59da8-de5d-b927-971e-612a95abc4bd-1d0b1122, #w-node-b8009383-9090-3ec0-52d8-d715f87167aa-1d0b1122, #w-node-e617bc29-0866-40b8-8295-8b9fc68d845b-1d0b1122, #w-node-_318b1e37-41d8-a042-4745-fb991cde865d-1d0b1122, #w-node-_90b0cf3b-3fa0-baaf-80b4-20a0a6b696ac-1d0b1122, #w-node-_681b3e1c-3650-7de1-c21c-8d22dee10708-1d0b1122, #w-node-b56eb085-074b-8934-dc1c-d22c26f26863-1d0b1122, #w-node-_98ffcfae-f5e8-ef9c-2e97-19b5a2134dc7-1d0b1122, #w-node-_482b4704-8fa3-9308-daef-5c6832832d62-1d0b1122, #w-node-_6f8071dd-8013-8888-ddb3-a4f75cb0319c-d87a69ed, #w-node-_4aa44fd0-9b42-9dee-5005-3d6238c45b6c-d87a69ed, #w-node-b4723218-234d-8cb6-6d7f-31a2e5e72ad1-d87a69ed, #w-node-_594fece2-c93a-6b04-4c36-2fc2ddaf26a5-d87a69ed, #w-node-_0b7d4b02-6707-388b-9ca0-be1c85261893-d87a69ed, #w-node-ea91958d-8b18-8df7-91d6-16d1362aac1a-d87a69ed, #w-node-ed742393-a95a-8deb-61f6-dcbeb31842d6-d87a69ed, #w-node-_480ab866-813e-9d5a-b7dd-e02655b7050c-d87a69ed, #w-node-_38b7945e-87b4-de59-6d67-0ff0f636549d-d87a69ed, #w-node-_75de1dc6-503d-6ce5-12ad-55278ae6558e-a01881f6, #w-node-_75de1dc6-503d-6ce5-12ad-55278ae6558f-a01881f6, #w-node-_75de1dc6-503d-6ce5-12ad-55278ae65593-a01881f6, #w-node-_75de1dc6-503d-6ce5-12ad-55278ae65594-a01881f6, #w-node-_427a5147-5bdf-e87f-b898-58365003beea-9a4b9d0b, #w-node-a2032b0b-e897-7508-35fc-167733fc0470-9a4b9d0b, #w-node-_14040632-47c5-32bf-b9f2-427c2d5018e1-9a4b9d0b, #w-node-dddfa220-1b22-2946-d886-d40c2af0c792-9a4b9d0b, #w-node-b56c682d-a1b8-1371-4670-45326cba66b5-9a4b9d0b, #w-node-_8ab071dc-0be2-d64b-179f-26a6538785cf-9a4b9d0b, #w-node-_8ab071dc-0be2-d64b-179f-26a6538785d2-9a4b9d0b, #w-node-_2cf176c5-4153-bcfa-70b2-2464d1735e0d-9a4b9d0b, #w-node-_2cf176c5-4153-bcfa-70b2-2464d1735e10-9a4b9d0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_6586cfbd-fdb5-4894-ddfe-bdbd0bebf1aa-29c2acde, #w-node-ada73ad6-98b2-db55-9d70-2d044c853387-4c853384, #w-node-ada73ad6-98b2-db55-9d70-2d044c8533be-4c853384 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6586cfbd-fdb5-4894-ddfe-bdbd0bebf1aa-29c2acde, #w-node-ada73ad6-98b2-db55-9d70-2d044c853387-4c853384 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_427a5147-5bdf-e87f-b898-58365003beea-9a4b9d0b, #w-node-a2032b0b-e897-7508-35fc-167733fc0470-9a4b9d0b, #w-node-_14040632-47c5-32bf-b9f2-427c2d5018e1-9a4b9d0b, #w-node-dddfa220-1b22-2946-d886-d40c2af0c792-9a4b9d0b, #w-node-_8ab071dc-0be2-d64b-179f-26a6538785cf-9a4b9d0b, #w-node-_2cf176c5-4153-bcfa-70b2-2464d1735e0d-9a4b9d0b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6586cfbd-fdb5-4894-ddfe-bdbd0bebf1aa-29c2acde {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ada73ad6-98b2-db55-9d70-2d044c853388-4c853384 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ada73ad6-98b2-db55-9d70-2d044c8533be-4c853384 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e9a98750-ffd4-75dc-1755-2807bf890a08-0e38c070 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }
}


@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype'), url('../fonts/fa-thin-100.ttf') format('truetype'), url('../fonts/fa-thin-100.ttf') format('truetype'), url('../fonts/fa-thin-100.ttf') format('truetype'), url('../fonts/fa-thin-100.ttf') format('truetype'), url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp Solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype'), url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 400';
  src: url('../fonts/fa-sharp-regular-400.ttf') format('truetype'), url('../fonts/fa-sharp-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype'), url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6';
  src: url('../fonts/FA6-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 brands';
  src: url('../fonts/FA6-Brands.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 solid';
  src: url('../fonts/FA6-Solid.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}