@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype"), url('../fonts/fa-brands-400.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 Solid 900";
  src: 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 Regular 400";
  src: url('../fonts/fa-regular-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 Sharp 300";
  src: url('../fonts/fa-sharp-light-300.ttf') format("truetype");
  font-weight: 300;
  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 100";
  src: url('../fonts/fa-thin-100.ttf') format("truetype");
  font-weight: 100;
  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: "Brands 400";
  src: url('../fonts/Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --dark-grey: #3a3a3c;
  --red: #cc3a49;
  --mid-grey: #838383;
  --black: #111;
  --cookies-bg: #25252580;
  --10-red: #cc3a491a;
  --90-white: #ffffffe6;
  --dim-grey\<deleted\|variable-341a7e94\>: #4c4a4b;
  --color: #fff0;
}

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

.w-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(--white);
  color: var(--dark-grey);
  letter-spacing: 1px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.header-div-2 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding: 0 10px;
  display: flex;
}

.header-div-2.announcement-div {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.announcement-bar {
  z-index: 1;
  background-color: var(--dark-grey);
  padding-top: 8px;
  padding-bottom: 8px;
  position: sticky;
}

.fa-social {
  background-color: var(--red);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 34px;
  min-width: 34px;
  height: 34px;
  min-height: 34px;
  margin-right: 10px;
  padding-top: 2px;
  font-family: "Brands 400", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.fa-social:hover {
  background-color: var(--mid-grey);
}

.fa-social.contact {
  font-family: "Fa Solid 900", sans-serif;
}

.quote-btn {
  border: 1px solid var(--white);
  background-color: var(--red);
  color: var(--white);
  text-transform: uppercase;
  padding: 6px 17px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
}

.quote-btn:hover {
  background-color: var(--white);
  color: var(--black);
}

.announcement-contact-block {
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-ann-block {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.header-contact {
  margin-left: 20px;
}

.ripple {
  z-index: 0;
  background-color: var(--red);
  color: var(--white);
  border-radius: 100%;
  width: 700px;
  height: 500px;
  position: absolute;
  inset: -200% -60% auto auto;
}

.ripple.dl-btn {
  background-color: var(--red);
  right: -20%;
}

.headt-call-btn {
  display: none;
}

.main-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 32px 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.co-logo {
  background-color: #0000;
  width: 120px;
  padding-bottom: 0;
}

.co-logo-link.w--current {
  flex: none;
  margin-right: 5px;
}

.dl-link-holder {
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid #f7f7f226;
  justify-content: flex-start;
  align-items: center;
  width: 330px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dl-link-holder:hover {
  border-bottom-style: solid;
  padding-left: 30px;
}

.dl-link-holder.w--current {
  background-color: var(--red);
}

.dl-link-holder.lst {
  border-bottom-style: none;
  border-bottom-color: #f7f7f200;
}

.navbar-2 {
  background-color: #0000;
}

.dl-link-img {
  z-index: 1;
  object-fit: cover;
  border-radius: 50px;
  flex: none;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  position: relative;
}

.drop-down-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 250px;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
}

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

.dl-menu.w--open {
  background-color: var(--black);
  border-radius: 4px;
  margin-top: 15px;
  margin-left: 0;
  overflow: hidden;
}

.dropdown-toggle {
  text-transform: uppercase;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px 10px 10px;
  font-size: 14px;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

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

.fonticon {
  color: var(--red);
  border-right: 1px solid #f7f7f224;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  display: flex;
}

.fonticon.blue {
  color: var(--black);
  width: auto;
  margin-right: 5px;
  font-family: "Fa Sharp 300", sans-serif;
  font-weight: 400;
}

.header-div {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section {
  z-index: 10;
  border-bottom: 1px #5e5e5e;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 3px #0003;
}

.section.header-section.nav-verticle {
  background-color: var(--white);
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dl-link-2 {
  z-index: 1;
  color: var(--white);
  flex: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .2s ease-in-out;
  position: relative;
}

.menu-link {
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 5px;
  font-size: 14px;
  line-height: 24px;
  transition: all .3s ease-in-out;
}

.menu-link:hover {
  color: var(--red);
  border-bottom: 1px #f7f7f2;
}

.menu-link.w--current {
  color: var(--red);
  background-color: #0000;
}

.mobile-block {
  align-items: center;
  margin-right: 10px;
  font-weight: 500;
  display: flex;
}

.mobile-block.lig-text {
  cursor: pointer;
  transition: all .2s ease-in-out;
}

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

.h-link {
  color: var(--dark-grey);
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.hero-banner {
  height: auto;
}

.hero-mask {
  height: 50vh;
  min-height: 450px;
}

.slide-2 {
  background-image: url('../images/jeco_290029170.webp');
  background-position: 0%;
  background-size: cover;
}

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

.slide-nav-3 {
  justify-content: center;
  align-items: center;
  display: none;
}

.img-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 280px;
  text-decoration: none;
  display: flex;
}

.img-link.pest {
  background-image: url('../images/jeco_222561433.webp');
}

.img-link.bird {
  background-image: url('../images/jeco_238967403.webp');
  background-position: 70%;
}

.img-link.rodent {
  background-image: url('../images/jeco_212775383.webp');
  background-position: 20%;
}

.img-link.insect {
  background-image: url('../images/jeco_1374655859.webp');
}

.img-link.domestic {
  background-image: url('../images/jeco_328902737.webp');
  background-position: 50%;
}

.black-int-link {
  z-index: 1;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu-button-section {
  z-index: 3;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.menu-button-div {
  transition: all .5s;
}

.menu-button-div:hover {
  box-shadow: 0 20px 20px 0 var(--cookies-bg);
  transform: translate(0, -30px);
}

.menu-button-group-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--mid-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: grid;
}

.menu-label-div {
  background-color: var(--black);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 15px 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h1 {
  z-index: 1;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 36px;
  position: relative;
}

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

.content-section.pink {
  background-color: var(--10-red);
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-section._0, .content-section._0b {
  padding-bottom: 0;
}

._2-col-div {
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._2-col-div._40b {
  margin-bottom: 40px;
}

.underline {
  background-color: var(--red);
  border-radius: 0;
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

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

.btn-text {
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
}

.primary-btn {
  z-index: 1;
  color: #f7f7f2;
  background-color: #343819;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 30px;
  margin-right: 20px;
  padding: 15px 0;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.primary-btn.black {
  background-color: #000;
  transition: all .2s;
}

.primary-btn.black:hover {
  transform: scale(1.1);
}

.p {
  letter-spacing: .5px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
}

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

.p._0b {
  letter-spacing: .5px;
  margin-bottom: 0;
}

.basic-p-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  transition: all .2s;
  display: flex;
}

.basic-p-block._100 {
  width: 100%;
}

.img-div {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 48%;
  position: relative;
}

.img-div.home {
  background-image: url('../images/jeco_751318193.webp');
}

.img-div._2 {
  background-image: none;
  width: 100%;
}

.img-div.rod1 {
  background-image: url('../images/pest-rodent2.webp');
}

.img-div.rod2 {
  background-image: url('../images/pest-rodent3.webp');
}

.img-div.bird1 {
  background-image: url('../images/pest-bird1.webp');
}

.img-div.bird2 {
  background-image: url('../images/pest-insect3.webp');
}

.img-div.ins1 {
  background-image: url('../images/pest-insect1.webp');
}

.img-div.ins2 {
  background-image: url('../images/pest-insect2.webp');
}

.img-div.pestc1 {
  background-image: url('../images/pestc3.webp');
  background-position: 50%;
}

.img-div.pestc2 {
  background-image: url('../images/pestc1.webp');
}

.img-div.dom1 {
  background-image: url('../images/pest-removal1.webp');
}

.img-div.dom2 {
  background-image: url('../images/dom2.webp');
}

.pinned-content-div {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-right: 0%;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.large-p-block {
  background-color: var(--90-white);
  border-radius: 30px;
  margin-left: 50px;
  margin-right: 50px;
  padding: 50px;
  box-shadow: 0 0 10px #0003;
}

.h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

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

.h2.white._20b {
  margin-bottom: 20px;
}

.h2.white._20b.sm {
  margin-top: 20px;
  font-size: 24px;
}

.h2._30b {
  margin-bottom: 30px;
}

.h2.sm {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
}

.h2.sm._0t {
  margin-top: 0;
  margin-bottom: 10px;
}

.large-image-section {
  background-color: var(--10-red);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.lrg-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: space-between;
  align-items: stretch;
  width: 60%;
  height: 100%;
  min-height: 850px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lrg-img.home {
  background-image: url('../images/jeco_382838216.webp');
}

.testimonials {
  background-color: var(--dark-grey);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.h2-title {
  color: var(--black);
  text-transform: uppercase;
  margin: 0 10px;
  font-size: 40px;
  font-weight: 300;
}

.h2-title.white {
  color: var(--white);
  line-height: 40px;
}

.h2-title.white.smaller {
  font-size: 16px;
  line-height: 30px;
}

.light-text-line {
  background-color: var(--red);
  width: 40px;
  height: 2px;
}

.h2-div {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.container-2 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
}

.container-2.test-container {
  padding-top: 0;
}

.red-section {
  background-color: var(--red);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.grid-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  height: 500px;
}

.grid-img._1 {
  background-image: url('../images/jeco_741289247.webp');
}

.grid-img._2 {
  background-image: url('../images/jeco_122043660.webp');
  background-position: 90%;
}

.grid-img.rod3 {
  background-image: url('../images/pest-rodent4.webp');
}

.grid-img.rod4 {
  background-image: url('../images/pest-rodent1.webp');
}

.grid-img.bird3 {
  background-image: url('../images/pest-bird3.webp');
}

.grid-img.bird4 {
  background-image: url('../images/pest-bird4.webp');
}

.grid-img.ins3 {
  background-image: url('../images/pest-insect5.webp');
}

.grid-img.ins4 {
  background-image: url('../images/pest-insect4.webp');
}

.grid-img.pestc3 {
  background-image: url('../images/pestc2.webp');
}

.grid-img.pestc4 {
  background-image: url('../images/dom1.webp');
  background-position: 100%;
}

.grid-img.dom3 {
  background-image: url('../images/dom3.webp');
}

.grid-img.dom4 {
  background-image: url('../images/dom4.webp');
}

.grid-image-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.works-image-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.h2-wrapper {
  align-items: center;
  display: flex;
}

.works-texxt-lable {
  background-color: var(--red);
  color: var(--white);
  text-transform: uppercase;
  padding: 15px 30px;
  display: inline-block;
  position: absolute;
  inset: 40px auto auto 0;
}

.works {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  align-items: flex-end;
  min-height: 400px;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 60px #15162300;
}

.works._1 {
  background-image: url('../images/jeco_591404651.webp');
}

.works._2 {
  background-image: url('../images/jeco_439400067.webp');
}

.works._3 {
  background-image: url('../images/jeco_157438112.webp');
}

.cta-text-contact {
  color: #212121;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.contact-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding: 0;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.contact-block.m-bottom-20 {
  border-bottom: 1px solid #15162314;
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  transition-property: none;
}

.contact-block.m-bottom-20.m-top-60 {
  border-bottom: 1px solid #1516230f;
  border-radius: 0;
  margin-top: 20px;
  padding-bottom: 10px;
}

.contact-block._0b {
  margin-bottom: 0;
}

.cta-link {
  color: var(--red);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.icon-block {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

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

.contact-section._0b {
  padding-bottom: 0;
}

.contact-info-text {
  flex-direction: column;
  display: flex;
}

.left-contact {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.left-contact.right {
  background-color: var(--white);
  border-radius: 6px;
  width: 100%;
  max-width: 850px;
  padding: 20px;
  box-shadow: 0 0 20px #21212117;
}

.container-4 {
  z-index: 2;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contact-section-wrapper.flex {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.icon-2 {
  background-color: var(--red);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.heading-3-text {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.heading-3-text.sm-h3 {
  margin-top: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.heading-3-text.sm-h3.white-h3 {
  color: var(--white);
  line-height: 28px;
}

.h3-text {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 40px;
  display: flex;
}

.heading-3-section {
  padding: 0;
}

.container-3 {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container-3.container-fluid {
  border-top: 10px solid var(--red);
  border-bottom: 10px solid var(--red);
  width: 100%;
  max-width: none;
}

.heading-3-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  min-height: 400px;
  display: flex;
}

.h3-img {
  background-image: url('../images/jeco_218797137.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 250px;
}

.instagram {
  margin-bottom: 0;
}

.foooter-logo {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.footer-brand {
  display: flex;
}

.footer-brand.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.list._2col {
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.list._2col.w {
  color: var(--white);
}

.list._2col._0b {
  margin-bottom: 0;
}

.list._5col {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.fb-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin-top: 40px;
  display: flex;
}

.footer-section {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.footer-title {
  color: var(--red);
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.bottom-icon {
  color: var(--red);
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-top: 0;
  margin-right: 10px;
  padding: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.footerlinks {
  color: var(--dark-grey);
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.footer-info-div {
  border: 1px solid var(--mid-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34%;
  padding: 60px;
  display: flex;
}

.footer-info-div._1 {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--mid-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 60px;
}

.footer-info-div._1.border-edit {
  border: 1px solid var(--mid-grey);
  justify-content: flex-start;
}

.social-link {
  border: 1px solid var(--red);
  background-color: var(--red);
  color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: "Brands 400", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.social-link:hover {
  border-color: var(--mid-grey);
  background-color: var(--mid-grey);
}

.social-link.check {
  padding: 6px;
}

.social-link.contact {
  font-family: "Fa Solid 900", sans-serif;
}

.footer-contact-links {
  justify-content: space-around;
  width: 100%;
  max-width: none;
  display: flex;
}

.footer-copy-right {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 30px;
  padding-bottom: 100px;
  padding-right: 0;
  display: flex;
}

.bullet-list {
  text-align: left;
  letter-spacing: .5px;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  display: flex;
}

.list-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.live-chat-text {
  color: var(--white);
  text-decoration: none;
}

.chat-block {
  background-color: var(--white);
  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(--dim-grey\<deleted\|variable-341a7e94\>);
}

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #000;
  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: var(--dark-grey);
  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: 30;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-right: 20px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

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

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

.live-icon-chat {
  width: 47px;
  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: 24px;
}

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

.whatsapp-chat {
  background-color: var(--white);
  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(--red);
  flex-direction: column;
  justify-content: center;
  height: 50%;
  padding: 16px 20px;
  display: flex;
}

.fa-social-2 {
  border: 2px solid var(--white);
  background-color: var(--red);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-bottom: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 0 2px #0003;
}

.fa-social-2:hover {
  background-color: var(--dark-grey);
  box-shadow: 0 3px 3px #0003;
}

.fa-social-2.social-media {
  font-family: "Brands 400", Arial, sans-serif;
}

.fa-social-2.check {
  padding: 12px;
}

.fa-container {
  z-index: 17;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10px;
  display: flex;
  position: fixed;
  top: 250px;
  left: 0;
  right: auto;
  overflow: hidden;
}

.icon-3 {
  margin-right: 10px;
}

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

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

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--black);
  color: var(--black);
  background-color: #fff;
}

.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-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: var(--black);
  margin-right: 24px;
}

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

.fs-cc-prefs_label {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: var(--black);
  font-size: 12px;
}

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

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

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

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

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

.fs-cc-prefs_close-icon {
  color: var(--red);
  width: 16px;
  height: 16px;
  line-height: 20px;
}

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

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

.fs-cc-prefs_title {
  color: var(--red);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_trigger {
  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-manager_trigger {
  display: none;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--black);
  color: var(--black);
  font-weight: 400;
  text-decoration: none;
}

.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, .fs-cc-prefs_checkbox-label {
  display: none;
}

.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_overlay {
  z-index: -1;
  background-color: var(--cookies-bg);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.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_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner_button {
  border: 2px solid var(--black);
  background-color: var(--red);
  color: var(--white);
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--black);
  background-color: var(--white);
  color: var(--black);
}

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

.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_space-medium {
  margin-bottom: 40px;
}

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

.lottie {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-bottom: 0;
  margin-left: -30px;
  display: flex;
  position: relative;
}

.lottie-div {
  padding-top: 10px;
}

.button-div {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.label {
  z-index: 5;
  color: #fff;
  font-size: 13px;
  line-height: 23px;
  position: relative;
}

.button-3_color {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(112deg, #ff0f33d6, #ff6600db);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -21px;
  left: -14px;
}

.button-3_color._2 {
  background-image: linear-gradient(251deg, var(--red), var(--dark-grey));
  top: -15%;
  left: auto;
  right: 54%;
}

.button-3_color._4 {
  background-image: linear-gradient(112deg, var(--dark-grey), var(--mid-grey));
  top: 53%;
  left: auto;
  right: 5%;
}

.button-3_color._1 {
  background-image: linear-gradient(112deg, var(--red), #00b7ffdb);
  top: -24%;
  left: -11%;
}

.button-3_color._3 {
  background-image: linear-gradient(251deg, var(--red), var(--dark-grey));
  top: 52%;
  left: auto;
  right: -27%;
}

.button-bg {
  z-index: 3;
  background-color: var(--dark-grey);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 50px;
  text-decoration: none;
  transition: background-color .35s ease-in-out;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button-bg:hover {
  background-color: var(--red);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}

.button-3 {
  cursor: pointer;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 60px;
  margin-right: 30px;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  transform: none;
  box-shadow: 0 0 34px #000dff3d;
}

.button-3:hover {
  box-shadow: none;
}

.button-3:active {
  box-shadow: 0 8px 30px #006aff33;
}

.button-3_color-wrap {
  z-index: 2;
  background-color: var(--white);
  filter: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.button-3_color-wrap.blur {
  filter: blur(5px);
  display: block;
  overflow: hidden;
}

.bullet-icon {
  width: 22px;
}

.bullet-icon.inv {
  filter: invert();
}

.bullet-circle {
  border: 1px solid var(--red);
  outline-color: var(--red);
  outline-offset: 2px;
  border-radius: 50%;
  outline-width: 1px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  margin-right: 10px;
  display: flex;
}

.bullet-circle.whi {
  border-color: var(--white);
  outline-color: var(--white);
}

.bottom-link {
  color: var(--dark-grey);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  display: flex;
}

.body-div {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.body-div.topline {
  border-top: 4px solid var(--mid-grey);
  padding-top: 40px;
}

.grey-section {
  background-color: var(--dark-grey);
  padding-top: 100px;
  padding-bottom: 100px;
}

.h3 {
  color: var(--red);
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
}

.h3-link {
  color: var(--red);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
  text-decoration: none;
  transition: all .2s;
}

.h3-link:hover {
  color: var(--dark-grey);
}

.h3-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.bottom-nav {
  color: var(--dark-grey);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  display: flex;
}

.bottom-nav.last {
  margin-bottom: 0;
}

.hyperlink {
  box-shadow: inset 0 -1px 0 0 var(--red);
  color: var(--red);
  margin-left: -2px;
  margin-right: -2px;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
}

.hyperlink:hover {
  box-shadow: inset 0 -30px 0 0 var(--red);
  color: var(--white);
}

.hyperlink._5b {
  margin-bottom: 5px;
}

.image {
  width: 100px;
}

.slide-1 {
  background-image: url('../images/banner_1569927319.webp');
  background-position: 50%;
  background-size: cover;
}

.slider-div {
  z-index: 2;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider-logo {
  background-color: var(--white);
  border-radius: 50%;
  width: 250px;
  padding: 15px;
  box-shadow: 0 30px 20px -20px #000c;
}

.checkatrade-icon {
  background-color: var(--red);
  border-radius: 50%;
  width: 34px;
  min-width: 34px;
  height: 34px;
  min-height: 34px;
  padding: 8px;
  transition: all .3s;
}

.checkatrade-icon:hover {
  background-color: var(--mid-grey);
}

.checkatrade-link {
  margin-right: 10px;
}

.svs-box-logo {
  width: 30%;
}

.cookies-icon {
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
}

.test-slider {
  border: 1px solid var(--mid-grey);
  background-color: var(--dark-grey);
  width: 100%;
}

.slider-arrow {
  font-size: 30px;
  line-height: 30px;
}

.left-arrow, .right-arrow {
  background-color: var(--dark-grey);
  width: 60px;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  display: none;
}

.test-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 10px 80px;
  display: flex;
}

.test-title {
  color: var(--red);
  text-transform: uppercase;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.test-text {
  color: var(--white);
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.test-date {
  color: var(--red);
  text-align: right;
  width: 100%;
}

.test-number {
  border: 1px solid var(--mid-grey);
  color: var(--red);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 800;
  line-height: 30px;
  display: flex;
}

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

.image-2 {
  width: 100%;
}

.pop-up-form {
  width: 100%;
  margin-bottom: 10px;
}

.contact-us-button {
  z-index: 2;
  background-color: var(--red);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 20px;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  transition: all .3s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.contact-us-button:hover {
  background-color: var(--white);
  color: var(--red);
}

.pop-up-div {
  z-index: 50;
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  padding: 30px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
  box-shadow: 0 2px 5px #00000080;
}

.close-button {
  color: var(--red);
  cursor: pointer;
  margin-top: 20px;
  margin-left: 20px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.pop-up-logo {
  width: 100px;
}

.close-icon {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  font-size: 22px;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
}

.close-icon:hover {
  background-color: #0000;
}

.close-icon.circle {
  background-color: #008081;
  font-family: "Fa Sharp Solid 900", sans-serif;
  inset: 2% auto auto 2%;
}

.footer-brand-2 {
  text-decoration: none;
}

.footer-brand-2.popup {
  height: auto;
}

.widget-block {
  z-index: 1000;
  text-align: center;
  background-color: #1a1a1a;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 430px;
  height: auto;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  box-shadow: 1px 1px 3px #0000002e;
}

.header-social {
  justify-content: center;
  align-items: stretch;
  margin-left: 0;
  display: flex;
}

.header-social-link {
  color: #fff;
  background-color: #d41b27;
  padding: 7px 7.2px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.header-social-link:hover {
  color: #ffffff80;
}

.header-social-link.m-left-10 {
  background-color: var(--red);
  padding: 8px;
}

.header-social-link.m-left-10:hover {
  color: var(--red);
  -webkit-text-stroke-color: #008081;
  background-color: #fff;
}

.header-social-link.m-left-10.solid {
  margin-left: 0;
  margin-right: 10px;
  padding: 8px;
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 16px;
}

.header-social-link.m-left-10.solid:hover {
  background-color: #fff;
}

.pop-head {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 39px;
}

.pop-head.big {
  border-bottom: 1px solid var(--red);
  color: var(--red);
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.pop-head.small {
  color: var(--black);
  letter-spacing: 0;
  font-size: 17px;
  line-height: 22px;
}

.image-10 {
  width: 150px;
  display: block;
}

.pop-link {
  color: var(--red);
  font-weight: 700;
  text-decoration: none;
}

.lb {
  object-fit: cover;
  width: 100%;
  min-height: 220px;
  max-height: 220px;
}

.sub-heading {
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .pop-head.big {
    margin-bottom: 20px;
  }

  .image-10 {
    width: 120px;
  }
}

@media screen and (min-width: 1920px) {
  ._2-col-div {
    display: flex;
  }

  .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) {
  .header-div-2 {
    width: 100%;
  }

  .announcement-bar {
    display: none;
  }

  .announcement-contact-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .ripple.dl-btn {
    right: -30%;
  }

  .headt-call-btn {
    background-color: var(--dark-grey);
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    text-decoration: none;
    display: block;
  }

  .dl-link-holder {
    background-color: var(--black);
    width: 100%;
  }

  .dl-link-holder:hover {
    padding-left: 20px;
  }

  .navbar-2 {
    width: 100%;
  }

  .dl-link-img {
    margin-right: 10px;
    display: none;
  }

  .drop-down-wrapper {
    margin-top: 0;
    padding-top: 0;
  }

  .nav-menu {
    z-index: 1;
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 1px 1px 3px #0000001a;
  }

  .dropdown {
    width: 100%;
  }

  .dl-menu.w--open {
    margin-top: 0;
  }

  .dropdown-toggle {
    background-color: var(--white);
    color: var(--black);
    justify-content: space-between;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dropdown-toggle:hover {
    background-color: var(--dark-grey);
    color: var(--white);
  }

  .header-div {
    width: 100%;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 10px;
  }

  .section.header-section.nav-verticle {
    padding-bottom: 0;
  }

  .dl-link-2 {
    border-bottom: 1px #aaaaaa1c;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-link {
    color: var(--black);
    text-align: left;
    border-bottom-color: #00000017;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 10px;
    position: static;
  }

  .menu-link:hover {
    background-color: var(--dark-grey);
    color: var(--white);
  }

  .logo-div {
    justify-content: flex-start;
    width: 58%;
  }

  .menu-div-2 {
    width: 40%;
  }

  .menu-button {
    background-color: var(--red);
    color: var(--white);
    border-radius: 9px;
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: var(--dark-grey);
    text-align: right;
  }

  .hero-mask {
    height: 300px;
    min-height: auto;
  }

  .img-link {
    height: 160px;
  }

  .menu-button-div {
    height: auto;
  }

  .menu-button-group-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .h1 {
    font-size: 32px;
  }

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

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

  ._2-col-div {
    flex-direction: column;
    align-items: center;
  }

  ._2-col-div._40b {
    margin-bottom: 0;
  }

  .basic-p-block {
    width: 100%;
  }

  .img-div {
    width: 100%;
    height: 400px;
  }

  .img-div.home, .img-div.rod1 {
    margin-top: 40px;
  }

  .img-div.rod2 {
    margin-bottom: 40px;
  }

  .img-div.bird1 {
    margin-top: 40px;
  }

  .img-div.bird2 {
    margin-bottom: 40px;
  }

  .img-div.ins1 {
    margin-top: 40px;
  }

  .img-div.ins2 {
    margin-bottom: 40px;
  }

  .img-div.pestc1 {
    margin-top: 40px;
  }

  .img-div.pestc2 {
    margin-bottom: 40px;
  }

  .img-div.dom1 {
    margin-top: 40px;
  }

  .img-div.dom2 {
    margin-bottom: 40px;
  }

  .pinned-content-div {
    justify-content: center;
    width: 100%;
    padding-right: 0%;
    position: static;
  }

  .large-p-block {
    box-shadow: none;
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .large-p-block.padded {
    padding: 40px;
  }

  .large-image-section {
    flex-direction: column;
    padding-bottom: 60px;
  }

  .lrg-img {
    width: 90%;
    height: auto;
    min-height: 450px;
    position: static;
  }

  .lrg-img.home {
    margin-bottom: 40px;
  }

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

  .h2-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .h2-div.flex {
    flex-direction: row;
    align-items: center;
  }

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

  .grid-img {
    height: 300px;
  }

  .grid, .works-image-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h2-wrapper {
    align-items: center;
    display: flex;
  }

  .works-texxt-lable {
    padding: 10px 20px;
    line-height: 20px;
    top: 20px;
  }

  .works {
    width: 100%;
    min-width: auto;
    min-height: 250px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .left-contact {
    width: 100%;
  }

  .left-contact.right {
    width: 100%;
    margin-top: 40px;
  }

  .container-4 {
    width: 90%;
  }

  .contact-section-wrapper.flex {
    flex-direction: column;
  }

  .heading-3-text {
    margin-bottom: 15px;
  }

  .heading-3-text.sm-h3.white-h3 {
    font-size: 20px;
  }

  .h3-text {
    width: 100%;
  }

  .heading-3-wrapper {
    flex-direction: column-reverse;
  }

  .h3-img {
    width: 100%;
    min-height: 350px;
    margin-top: 0;
  }

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

  .fb-div {
    justify-content: center;
    margin-top: 20px;
  }

  .footer-info-div {
    width: 100%;
    padding: 40px 20px;
  }

  .footer-info-div._1 {
    border-top-width: 0;
    border-bottom-width: 0;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    padding: 40px 20px;
  }

  .footer-info-div._1.border-edit {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .footer-contact-links {
    flex-direction: column;
  }

  .footer-copy-right {
    justify-content: center;
  }

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

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

  .whatsapp-container {
    background-color: var(--red);
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .whatsapp-container:hover {
    background-color: var(--mid-grey);
  }

  .whatsapp-block {
    display: flex;
  }

  .whatsapp-chat {
    display: none;
  }

  .bottom-link {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

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

  .h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .test-slider {
    height: 330px;
  }

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

  .pop-up-div {
    width: 450px;
  }

  .header-social {
    border-top: 1px solid #f7f7f733;
    justify-content: flex-start;
    margin-left: 40px;
    display: none;
  }

  .lb {
    min-height: 180px;
    max-height: 180px;
  }

  .areas-map {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .announcement-contact-block, .contact-ann-block {
    grid-template-columns: 1fr;
  }

  .header-contact {
    border-left-style: none;
    margin-left: 0;
    padding-left: 5px;
  }

  .main-block {
    width: 100%;
  }

  .navbar-2 {
    z-index: 5;
  }

  .dl-link-img {
    margin-right: 20px;
  }

  .drop-down-wrapper {
    background-color: #fff;
    margin-top: 0;
  }

  .section {
    z-index: 100;
    position: sticky;
  }

  .section.header-section.nav-verticle {
    position: static;
  }

  .menu-link {
    width: 100%;
  }

  .logo-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-div-2 {
    width: 100%;
  }

  .menu-button.w--open {
    background-color: var(--red);
    color: var(--white);
  }

  .hero-mask {
    height: 250px;
  }

  .menu-button-section, .menu-button-group-div {
    display: none;
  }

  .h1 {
    font-size: 30px;
    line-height: 36px;
  }

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

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

  .basic-p-block {
    padding-bottom: 0;
  }

  .img-div {
    height: 250px;
  }

  .img-div.home, .img-div.rod1 {
    margin-top: 30px;
  }

  .img-div.rod2 {
    margin-bottom: 30px;
  }

  .img-div.bird1 {
    margin-top: 30px;
  }

  .img-div.bird2 {
    margin-bottom: 30px;
  }

  .img-div.ins1 {
    margin-top: 30px;
  }

  .img-div.ins2 {
    margin-bottom: 30px;
  }

  .img-div.pestc1, .img-div.dom1 {
    margin-top: 30px;
  }

  .img-div.dom2 {
    margin-bottom: 30px;
  }

  .large-p-block.padded {
    padding: 30px;
  }

  .large-image-section {
    padding-bottom: 40px;
  }

  .lrg-img {
    height: auto;
    min-height: 350px;
  }

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

  .h2-title {
    font-size: 34px;
  }

  .h2-div {
    margin-bottom: 0;
  }

  .container-2 {
    padding-top: 20px;
  }

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

  .grid-img, .grid-image-div {
    height: 250px;
  }

  .works-image-grid {
    grid-template-columns: 1fr;
  }

  .works {
    min-width: 250px;
  }

  .cta-link {
    font-size: 16px;
  }

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

  .left-contact.right {
    margin-top: 30px;
  }

  .icon-2 {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
  }

  .heading-3-text {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .heading-3-text.sm-h3.white-h3 {
    line-height: 30px;
  }

  .h3-text {
    width: 100%;
  }

  .heading-3-wrapper {
    flex-direction: column;
  }

  .h3-img {
    width: 100%;
    min-height: 300px;
  }

  .list._2col {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

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

  .footer-section {
    padding-top: 40px;
  }

  .footer-info-div {
    justify-content: flex-start;
  }

  .footer-info-div._1 {
    border-right-width: 1px;
    justify-content: center;
  }

  .fa-social-2 {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 20px;
  }

  .fa-container {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 50px;
    padding-left: 5px;
    inset: auto auto 0% 0%;
  }

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

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

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

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

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

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

  .h3, .h3-link {
    font-size: 26px;
    line-height: 32px;
  }

  .test-slider {
    height: 420px;
  }

  .slider-arrow {
    font-size: 20px;
    line-height: 20px;
  }

  .left-arrow, .right-arrow {
    width: 40px;
  }

  .test-div {
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .pop-up-div {
    z-index: 500;
    width: 350px;
  }

  .widget-block {
    height: 435px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-social {
    border-top-style: none;
    margin-bottom: 20px;
    margin-left: 0;
    display: flex;
  }

  .pop-head {
    font-size: 24px;
    line-height: 32px;
  }

  .lb {
    min-height: 160px;
    max-height: 160px;
  }
}

@media screen and (max-width: 479px) {
  .header-div-2 {
    flex-direction: column;
  }

  .header-contact {
    padding-left: 0;
  }

  .headt-call-btn {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }

  .main-block {
    justify-content: center;
    margin-bottom: 5px;
  }

  .co-logo {
    margin-bottom: 10px;
  }

  .co-logo-link {
    text-align: center;
    width: 100%;
  }

  .co-logo-link.w--current {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 0;
    display: flex;
  }

  .navbar-2 {
    text-align: center;
    background-color: #f5f7fd;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    display: flex;
    position: static;
  }

  .dl-link-img {
    width: 43px;
    height: 43px;
  }

  .drop-down-wrapper {
    margin-top: 0;
  }

  .nav-menu {
    border-radius: 0;
    flex-direction: row;
    width: 100%;
    position: relative;
  }

  .dl-menu.w--open {
    margin-top: 0;
  }

  .fonticon {
    margin-right: 6px;
  }

  .icon {
    text-align: center;
  }

  .header-div {
    flex-direction: column;
    padding: 0;
  }

  .section.header-section.nav-verticle {
    padding-top: 0;
    position: relative;
  }

  .menu-link {
    text-align: left;
  }

  .mobile-block, .mobile-block.lig-text {
    margin-right: 0;
  }

  .logo-div {
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .menu-div-2 {
    text-align: center;
    width: 100%;
    margin-top: 15px;
  }

  .menu-button {
    border-radius: 0;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

  .menu-button:hover {
    border-radius: 0;
  }

  .menu-button.w--open {
    background-color: var(--dark-grey);
    color: var(--white);
    border-radius: 0;
    justify-content: center;
    align-items: center;
  }

  .hero-banner {
    display: block;
  }

  .hero-mask {
    height: 200px;
  }

  .menu-button-section {
    display: none;
  }

  .h1 {
    font-size: 22px;
    line-height: 28px;
  }

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

  .content-section.pink {
    padding-top: 30px;
  }

  .underline {
    margin-bottom: 20px;
  }

  .primary-btn {
    margin-top: 20px;
  }

  .p {
    font-size: 15px;
  }

  .img-div.rod1 {
    margin-top: 20px;
  }

  .img-div.rod2 {
    margin-bottom: 20px;
  }

  .img-div.bird1 {
    margin-top: 20px;
  }

  .img-div.bird2 {
    margin-bottom: 20px;
  }

  .img-div.ins1 {
    margin-top: 20px;
  }

  .img-div.ins2 {
    margin-bottom: 20px;
  }

  .img-div.pestc1, .img-div.dom1 {
    margin-top: 20px;
  }

  .img-div.dom2 {
    margin-bottom: 20px;
  }

  .pinned-content-div {
    padding-right: 0%;
    position: static;
  }

  .large-p-block {
    box-shadow: none;
    background-color: #0000;
    padding: 0;
  }

  .large-p-block.padded {
    padding: 0;
  }

  .h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .h2.white._20b {
    line-height: 30px;
  }

  .large-image-section {
    flex-direction: column;
    padding-bottom: 30px;
  }

  .lrg-img {
    border-radius: 4px;
    width: 90%;
    height: 250px;
    min-height: 250px;
    margin-bottom: 20px;
  }

  .lrg-img.home {
    margin-bottom: 30px;
  }

  .testimonials {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
  }

  .h2-title {
    margin-left: 0;
    font-size: 26px;
    font-weight: 500;
  }

  .h2-title.white {
    font-size: 24px;
  }

  .h2-title.white.smaller {
    font-size: 22px;
  }

  .light-text-line {
    margin-right: 5px;
    display: none;
  }

  .h2-div {
    margin-bottom: 0;
  }

  .h2-div.flex {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .container-2.test-container {
    position: relative;
  }

  .red-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grid {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .works-texxt-lable {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
  }

  .works {
    min-height: 250px;
  }

  .cta-text-contact {
    margin-bottom: 0;
  }

  .contact-block.m-bottom-20, .contact-block.m-bottom-20.m-top-60 {
    margin-top: 20px;
  }

  .cta-link {
    font-size: 14px;
  }

  .icon-block {
    margin-right: 10px;
  }

  .contact-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .left-contact.right {
    margin-top: 10px;
    padding: 0;
  }

  .icon-2 {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    font-size: 1em;
  }

  .heading-3-text {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .heading-3-text.sm-h3.white-h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .h3-text {
    padding: 30px 20px 20px;
  }

  .h3-img {
    min-height: 200px;
  }

  .footer-brand {
    margin-bottom: 20px;
  }

  .list {
    text-align: center;
  }

  .list._5col {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .fb-div {
    justify-content: center;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .footer-section {
    padding-top: 30px;
  }

  .footer-title {
    margin-bottom: 10px;
  }

  .bottom-icon {
    width: 32px;
    height: 32px;
    margin-right: 0;
    padding: 5px;
    font-size: 20px;
    display: none;
  }

  .footer-info-div {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-info-div._1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .social-link {
    margin-left: 0;
    margin-right: 10px;
  }

  .footer-contact-links {
    flex-direction: column;
    align-items: center;
  }

  .footer-copy-right {
    padding-bottom: 80px;
  }

  .bullet-list {
    font-size: 14px;
  }

  .whatsapp-icon {
    width: 25px;
  }

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

  .livechat-button {
    width: 90%;
  }

  .whatsapp-container {
    border-color: var(--white);
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    right: 0;
  }

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

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

  .fa-social-2 {
    border-width: 1px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    margin-right: 3px;
  }

  .fa-social-2.check {
    padding: 8px;
  }

  .fa-container {
    flex-flow: row;
    margin-bottom: 5px;
    inset: auto 0% 0%;
  }

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

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

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

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

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

  .lottie {
    width: 150px;
    margin-left: -10px;
  }

  .button-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
  }

  .button-3 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .bottom-link {
    margin-bottom: 5px;
  }

  .body-div.topline {
    padding-top: 30px;
  }

  .grey-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h3 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
  }

  .h3-link {
    font-size: 22px;
    line-height: 30px;
  }

  .bottom-nav {
    margin-bottom: 5px;
  }

  .test-slider {
    height: 550px;
  }

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

  .slide-nav {
    display: flex;
  }

  .test-div {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._5x1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .pop-up-div {
    width: 100%;
    padding: 20px;
  }

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

  .widget-block {
    width: auto;
    height: auto;
    padding: 20px;
    right: 10px;
  }

  .pop-head {
    padding-bottom: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .pop-head.big, .pop-head.small {
    margin-bottom: 10px;
  }
}

#w-node-_17ef6961-5229-11ca-1ccf-308d9a770bbd-8ae8ebe0, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-8ae8ebe0, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf5-8ae8ebe0, #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b51d-8ae8ebe0, #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b520-8ae8ebe0, #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b523-8ae8ebe0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a988e0c-e009-fefa-8aab-c4841442fe40-f7f90930, #w-node-_3a988e0c-e009-fefa-8aab-c4841442fe49-f7f90930, #w-node-_3a988e0c-e009-fefa-8aab-c4841442fe52-f7f90930 {
  align-self: center;
}

#w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-a63e1299, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf5-a63e1299, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-25d3119e, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf5-25d3119e, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-be144f3c, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf5-be144f3c, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-87eb3e24, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf5-87eb3e24, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-4b5e3afb, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf5-4b5e3afb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26872793-4bbf-da16-9f75-a107beca85cf-25d320a1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5e2e5503-f1be-25b4-8050-15a2ed88c46f-07d86f2e, #w-node-_5e2e5503-f1be-25b4-8050-15a2ed88c478-07d86f2e, #w-node-_5e2e5503-f1be-25b4-8050-15a2ed88c481-07d86f2e {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_26872793-4bbf-da16-9f75-a107beca85cf-25d320a1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-8ae8ebe0, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf5-8ae8ebe0, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-a63e1299, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf5-a63e1299, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-25d3119e, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf5-25d3119e, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-be144f3c, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf5-be144f3c, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-87eb3e24, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf5-87eb3e24, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-4b5e3afb, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf5-4b5e3afb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_26872793-4bbf-da16-9f75-a107beca85cf-25d320a1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.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 Solid 900';
  src: 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 Regular 400';
  src: url('../fonts/fa-regular-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 Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  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 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  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: 'Brands 400';
  src: url('../fonts/Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}