@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 100";
  src: url('../fonts/fa-thin-100.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa duotone 900";
  src: 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 solid 900";
  src: 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 300";
  src: url('../fonts/fa-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Microgramma D Extended;
  src: url('../fonts/Microgramma-D-Extended-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --black: black;
  --primary: #cd1423;
  --secondary: #2e4091;
  --light-grey: #ccc;
  --pale-grey: #f3f3f3;
}

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

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

.body {
  background-color: var(--white);
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.announcement-contact {
  background-color: var(--primary);
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 5px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.announcement-contact:hover {
  color: #212529;
}

.announcement-time {
  color: var(--white);
  font-size: 1em;
  font-weight: 300;
}

.announcement-bar {
  z-index: 99;
  background-color: var(--secondary);
  color: var(--secondary);
  position: sticky;
  inset: 0% 0% auto;
}

.announcement-link {
  color: var(--white);
  font-weight: 300;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

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

.container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container.announcement-container {
  width: 90%;
  max-width: none;
}

.container.container-flex {
  align-items: flex-end;
  display: flex;
}

.container.center {
  display: flex;
}

.announcement-icon {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-family: "Fa 300", sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  display: flex;
}

.announcement-contact-info {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.announcement-contact-info.margin-right-20 {
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.announcement-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.header-social-media {
  z-index: 99;
  display: flex;
  position: fixed;
  inset: auto 10px 10px auto;
}

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

.nav-menu.margin-auto {
  justify-content: space-between;
  width: 100%;
}

.dropdown-menu-link {
  background-color: #fff;
  border-left: 5px solid #0000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  transition: all .2s ease-in-out;
}

.dropdown-menu-link:hover {
  border-left: 5px solid var(--primary);
  color: #353535;
}

.dropdown-menu-link.w--current {
  border-left-color: var(--secondary);
  color: var(--secondary);
}

.drop-down-link {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}

.drop-down-link:hover {
  color: #ef233c;
}

.brand {
  color: #fff;
  align-items: center;
  font-size: 2em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.brand.margin-right-20 {
  color: #212529;
  margin-right: 10px;
}

.brand.margin-right-20.footer-brand {
  color: #fdfdfd;
  margin-bottom: 20px;
  margin-right: 0;
}

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

.dropdown-list {
  border-radius: 6px;
  width: 300px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 6px;
  width: auto;
  margin-top: 19px;
  overflow: visible;
}

.nav-link {
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.nav-link:hover {
  color: var(--primary);
  background-color: #0000;
  border-radius: 6px;
}

.nav-link.w--current {
  color: var(--secondary);
  font-weight: 700;
}

.header-social-icon {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 1.2em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.header-social-icon:hover {
  background-color: var(--primary);
  color: var(--white);
}

.header-social-icon.margin-right-none {
  margin-right: 0;
}

.dropdown-link {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.dropdown-link:hover {
  color: var(--primary);
  background-color: #0000;
}

.logo-span {
  color: #ef233c;
  flex: none;
  font-weight: 800;
}

.nav {
  margin-left: auto;
  margin-right: auto;
}

.navbar-2 {
  z-index: 1;
  background-color: #0000;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.navbar {
  z-index: 98;
  background-color: var(--white);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.slider-arrow {
  background-color: var(--secondary);
  border-radius: 6px;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.slider-arrow:hover {
  background-color: var(--primary);
}

.slide {
  background-image: linear-gradient(#00000059, #00000059), url('../images/img4.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-content {
  text-align: center;
  width: 60%;
}

.button {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 10px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 15px 40px;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

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

.button.book-today {
  color: var(--white);
}

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

.slider-inner-content {
  z-index: 2;
  flex-flow: row-reverse wrap;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-large-text {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2;
}

.hero-para-text {
  color: #ececec;
  font-size: 1.2em;
  line-height: 1.7;
}

.hero-section {
  height: 100%;
  position: relative;
}

.hero-slider {
  min-height: 650px;
  position: static;
}

.slide-2 {
  background-image: linear-gradient(#00000059, #00000059), url('../images/banner-image.jpg');
  background-position: 0 0, 50%;
}

.hero-text {
  color: var(--light-grey);
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.5;
}

.arrow-icon {
  font-size: .6em;
}

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

.default-btn {
  background-color: var(--black);
  color: var(--white);
  border-radius: 7px;
  margin-top: 10px;
  padding: 15px 40px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.default-btn:hover {
  transform: scale(.95);
}

.default-btn.margin-top-20 {
  text-align: center;
  background-color: #ef233c;
  border: 1px solid #ef233c;
  margin-top: 0;
}

.default-btn.margin-top-20.default-btn-outline {
  color: #ffd166;
  background-color: #0000;
  border: 1px solid #ffd166;
}

.default-btn.margin-top-20.default-btn-outline.marginleft-20 {
  color: #ef233c;
  border-color: #ef233c;
  min-width: auto;
  margin-left: 20px;
}

.default-btn.margin-top-20.light-btn {
  color: #ef233c;
  background-color: #fdfdfd;
  border-color: #fdfdfd;
  margin-top: 20px;
}

.default-btn.red {
  background-color: var(--primary);
}

.section-design-1-h1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-design-1-h1.awc {
  background-image: linear-gradient(#ffffffd6, #ffffffd6), url('../images/fir-ico.svg');
  background-position: 0 0, -300px;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 900px;
}

.top-text {
  background-color: var(--secondary);
  color: var(--white);
  border-radius: 100px;
  padding: 5px 15px;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.95;
}

.top-text.bullet-list-title {
  color: #757575;
  font-size: 1.25em;
}

.top-text.red {
  background-color: var(--primary);
}

.top-text._0 {
  color: var(--primary);
  background-color: #0000;
  padding: 0;
  font-size: 13px;
}

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

.heading-1.margin-bottom-30 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 1.5;
}

.left-section {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.left-section._100 {
  width: 100%;
}

.btn-wrapper {
  width: 100%;
  padding-top: 20px;
}

.right-section {
  border-radius: 17px;
  align-self: stretch;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.para {
  color: #838383;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.75;
}

.para.para-sm {
  color: #838383;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.para.bullet-para {
  color: #353535;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}

.para.para-white {
  color: #fdfdfd;
}

.para.text-white {
  color: #9b9b9b;
  text-align: center;
}

.inner-img {
  background-image: url('../images/new7_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 17px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.inner-img.map {
  background-color: var(--primary);
  background-image: none;
  height: auto;
  padding: 20px;
  box-shadow: -5px 5px 5px 3px #0000001f;
}

.inner-img.os1 {
  background-image: url('../images/img1.webp');
}

.inner-img.bm1 {
  background-image: url('../images/boiler3_1.webp');
  background-position: 50% 92%;
}

.inner-img.chpw1 {
  background-image: url('../images/new15_1.webp');
}

.inner-img.pr1 {
  background-image: url('../images/new16_1.webp');
}

.inner-img.gbr1 {
  background-image: url('../images/img6.webp');
}

.card-bullet {
  padding-left: 0;
}

.card-bullet.grid {
  grid-column-gap: 16px;
  grid-row-gap: 26px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  display: grid;
}

.card-bullet.grid._3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.card-bullet.grid.centered {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.card-icon {
  color: var(--primary);
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.card-icon.b {
  color: var(--black);
}

.top-title-content {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-title-content.left {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-2-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.9;
}

.heading-2-title.heading-white {
  color: #fdfdfd;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.bullet-icon {
  text-align: left;
  background-color: #e9e9e9;
  background-image: url('../images/fir-ico.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Fa solid 900", sans-serif;
  font-size: 4em;
  line-height: 1.5;
  display: inline-block;
  position: absolute;
  inset: -40px auto auto 23px;
  box-shadow: -5px 5px 3px #0000000d;
}

.bullet-icon.plastering {
  background-image: url('../images/home-ico.svg');
  background-size: 65px;
}

.bullet-icon.kitchen {
  background-image: url('../images/wat-ico.svg');
  background-size: 55px;
}

.bullet-icon.sm {
  background-size: 30px;
  flex: none;
  width: 50px;
  height: 50px;
  margin: -14px 9px -14px -23px;
  position: relative;
  top: auto;
  left: auto;
}

.bullet-icon.sm.wat {
  background-image: url('../images/wat-ico.svg');
  background-size: 27px;
}

.bullet-icon._1 {
  background-image: url('../images/1.svg');
  background-size: 55px;
}

.bullet-icon._2 {
  background-image: url('../images/2.svg');
  background-size: 55px;
}

.bullet-icon._3 {
  background-image: url('../images/3.svg');
  background-size: 55px;
}

.bullet-icon._1a {
  background-image: url('../images/1a.svg');
  background-size: 70px;
}

.bullet-icon._2a {
  background-image: url('../images/2a.svg');
  background-size: 70px;
}

.bullet-icon._3a {
  background-image: url('../images/3a.svg');
  background-size: 70px;
}

.bullet-icon._4a {
  background-image: url('../images/4a.svg');
  background-size: 70px;
}

.bullet-block-title {
  color: #212529;
  text-align: left;
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.75;
}

.bullet-list-services {
  background-color: var(--pale-grey);
  padding-top: 100px;
  padding-bottom: 100px;
}

.bullet-list-services.water {
  background-image: linear-gradient(#ffffff8f, #ffffff8f), url('../images/water-block.svg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 800px;
}

.bullet-list-services.fire {
  background-image: linear-gradient(#ffffff8f, #ffffff8f), url('../images/fir-ico.svg');
  background-position: 0 0, -300px;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 900px;
}

.bullet-list-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 60px;
  display: grid;
}

.bullet-list-grid.long {
  grid-row-gap: 54px;
}

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

.card-bullet-item {
  color: #838383;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
  list-style-type: none;
  display: flex;
}

.card-bullet-item.styled {
  background-color: var(--white);
  border-radius: 17px;
  width: 90%;
  padding: 10px 15px 10px 10px;
  box-shadow: 0 2px 5px #0003;
}

.bullet-block-btn {
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  border-radius: 4px;
  margin-top: auto;
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.bullet-block-btn:hover {
  transform: scale(.95);
}

.bullet-block {
  background-color: var(--white);
  text-align: left;
  border-radius: 7px;
  flex-flow: column;
  padding: 30px;
  transition: all .2s ease-in-out;
  display: flex;
  position: relative;
  box-shadow: -5px 5px 3px #0000000d;
}

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

.bullet-heading {
  color: var(--secondary);
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.bullet-heading.w {
  color: var(--white);
}

.inner-text-content {
  width: 68%;
  max-width: 1400px;
  margin-left: 60px;
  margin-right: auto;
}

.container-fluid.display-flex {
  display: flex;
}

.container-fluid.display-flex.black {
  background-color: var(--black);
}

.container-fluid.display-flex.red {
  background-color: var(--primary);
}

.container-fluid.display-flex.blue {
  background-color: var(--secondary);
}

.section-2-img-full {
  z-index: 4;
  background-image: url('../images/img1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 50%;
  min-height: 500px;
  margin-top: -20px;
  margin-bottom: -20px;
  position: relative;
  box-shadow: 0 2px 5px #0000005e;
}

.section-2-img-full.os2 {
  background-image: url('../images/img20.webp');
}

.section-2-img-full.bm2 {
  background-image: url('../images/img14.webp');
}

.section-2-img-full.chpw2 {
  background-image: url('../images/IMG-20250225-WA0044_1.webp');
  background-position: 50% 80%;
}

.section-2-img-full.pr2 {
  background-image: url('../images/bathroom_1.webp');
  background-position: 50% 73%;
}

.section-2-img-full.gbr2 {
  background-image: url('../images/img21.webp');
  background-position: 50%;
}

.section-2 {
  padding-top: 0;
  padding-bottom: 0;
}

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

.section-2-text-content {
  z-index: 1;
  background-color: var(--pale-grey);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.section-2-text-content._100 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-2-text-content._0 {
  background-color: #0000;
}

.section-2-text-content._0._100 {
  width: 90%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-3-cta-section {
  background-color: var(--primary);
  background-image: url('../images/water-block.svg');
  background-position: 112%;
  background-repeat: no-repeat;
  background-size: auto 800px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-3-cta-section.contactform {
  background-color: var(--white);
  background-image: url('../images/fire-block.svg');
}

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

.content-h3-box {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.content-h3-box._100 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.heading-3-text {
  color: var(--white);
  padding-right: 0;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.25;
}

.h3-cta-btns {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 34%;
  display: flex;
}

.h3-cta-call-btn {
  background-color: var(--white);
  color: var(--primary);
  border-radius: 7px;
  margin-right: 20px;
  padding: 15px 20px;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline;
}

.h3-cta-call-btn.btn-outline {
  border: 1px solid var(--light-grey);
  color: var(--white);
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.h3-cta-call-btn.btn-outline:hover {
  color: var(--primary);
  background-color: #fdfdfd;
}

.brand-bands {
  background-color: var(--pale-grey);
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.brand-icon {
  color: #bdbdbd;
  font-family: "Fa brands 400", sans-serif;
  font-size: 5em;
  line-height: 1;
  display: inline-block;
}

.footer-desc {
  color: var(--white);
  font-size: 1em;
}

.footer-col {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 22%;
  display: flex;
}

.footer-col._00 {
  width: 100%;
}

.footer-link {
  color: var(--white);
  cursor: pointer;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

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

.contact-block-1 {
  border-right: 1px solid var(--white);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 33%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.contact-block-1.border-none {
  border-right-style: none;
  align-items: center;
}

.contact-block-1._100 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.contact-block-1._100.bord {
  border-bottom: 1px solid var(--white);
  border-right-style: none;
}

.contact-block-1._100.nobord {
  border-right-style: none;
  padding-top: 0;
  padding-bottom: 20px;
}

.footer-social-media {
  background-color: var(--primary);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 19px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.footer-social-media:hover {
  background-color: var(--light-grey);
  color: var(--primary);
}

.footer-social-media.margin-right-none {
  margin-right: 0;
}

.footer-mid-content {
  justify-content: space-between;
  display: flex;
}

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

.footer-section {
  background-color: var(--secondary);
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-menu-text {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 600;
}

.contact-type-title {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2;
}

.contact-type-title.red {
  color: var(--primary);
}

.footer-contact-info {
  border: 1px solid var(--white);
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  display: flex;
}

.footer-contact-info.vert {
  flex-flow: column;
}

.footer-contact-info.vert.contact {
  border-style: none;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.footer-contact-info.vert.contact._0 {
  margin-top: 0;
  padding: 20px;
}

.contact-icon {
  background-color: var(--primary);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  font-family: "Fa 300", sans-serif;
  font-size: 1.5em;
  line-height: 1;
  display: flex;
}

.contact-icon.ct-us {
  background-color: var(--primary);
  border-radius: 7px;
}

.contact-info-link {
  color: var(--white);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
  display: inline-block;
}

.contact-info-link.black {
  color: var(--black);
  font-size: 15px;
}

.footer-copy {
  border-top: 1px solid #ffffff17;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-social-media-block {
  justify-content: flex-start;
  padding-top: 20px;
  display: flex;
}

.footer-copy-link {
  color: var(--white);
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.scroll-up {
  z-index: 1000;
  background-color: var(--primary);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 10px 10px auto;
}

.scroll-arrow-up {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.5em;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
}

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

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

._2x3._6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 90%;
  max-width: 1300px;
}

.services-link-box {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: flex-end;
  min-height: 350px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.service-box-title {
  background-color: var(--light-grey);
  color: var(--black);
  border-radius: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.service-box-title.link {
  background-color: var(--primary);
  color: var(--light-grey);
  font-weight: 500;
}

.mask {
  height: auto;
  min-height: 250px;
}

.who-made-comment {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.quote-symbol {
  color: var(--primary);
  justify-content: flex-end;
  margin-left: auto;
  padding-bottom: 40px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 60px;
  display: flex;
  position: relative;
}

.underline {
  background-color: #fb6749;
  border-radius: 6px;
  width: 60%;
  height: 5px;
  line-height: 30px;
  position: absolute;
  inset: 15px 0 auto auto;
}

.underline.testemonials-underline {
  flex: 0 auto;
  width: 20%;
  position: relative;
  left: 0%;
  right: 0;
}

.underline.testemonials-underline.orange {
  background-color: var(--primary);
  width: 30%;
  position: absolute;
  top: 0;
}

.underline.testemonials-underline.gray {
  background-color: var(--light-grey);
  width: 100%;
}

.left-arrow {
  background-color: var(--pale-grey);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 25%;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto auto 0% 0%;
}

.left-arrow:hover {
  background-color: var(--primary);
  transform: scale(.95);
}

.customer-title {
  color: var(--secondary);
}

.testemonial-content-everything {
  flex-direction: column;
  align-items: flex-start;
  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;
}

.testimonials-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.right-arrow {
  background-color: var(--pale-grey);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 25%;
  margin-left: 100px;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto auto 0% 0%;
}

.right-arrow:hover {
  background-color: var(--primary);
  color: #fff;
  transform: scale(.95);
}

.slide-nav {
  display: block;
  position: absolute;
}

.slide-3 {
  background-color: var(--white);
  height: auto;
  padding: 15px;
}

.testemonials {
  background-image: linear-gradient(#ffffffe0, #ffffffe0), url('../images/home-ico.svg');
  background-position: 0 0, -30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 800px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-3 {
  color: var(--secondary);
  flex: none;
  margin-top: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 26px;
  display: block;
  position: static;
  inset: 0%;
}

.test-slider {
  position: static;
}

.sub-heading {
  color: var(--primary);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Microgramma D Extended, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.sub-heading.white {
  color: var(--black);
  font-size: 27px;
  line-height: 46px;
}

.block-quote {
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 28px;
}

.heading-2 {
  color: var(--secondary);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 0;
  font-family: Microgramma Normal, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.slider-2 {
  background-color: var(--white);
  height: auto;
  position: static;
}

.customer-img {
  background-image: url('../images/vicky-hladynets-C8Ta0gwPbQg-unsplash_1vicky-hladynets-C8Ta0gwPbQg-unsplash.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  min-width: 80px;
  min-height: 80px;
  margin-right: 10px;
}

.page-top {
  background-image: linear-gradient(#00000059, #00000059), url('../images/newbanner2702_1.webp');
  background-position: 0 0, 50% 66%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 320px;
  display: flex;
}

.page-title {
  text-align: right;
  margin-left: auto;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
}

.image {
  background-color: var(--white);
  object-fit: contain;
  border-radius: 9px;
  width: auto;
  height: 70px;
  padding: 5px;
}

.h1 {
  color: var(--white);
  text-transform: uppercase;
  align-items: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4;
  display: block;
}

.p {
  color: var(--white);
  font-size: 15px;
  line-height: 25px;
}

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

.h2 {
  color: var(--secondary);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Microgramma D Extended, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.2;
}

.h2.white {
  color: var(--white);
  margin-bottom: 20px;
  font-weight: 500;
}

.h2.red {
  color: var(--primary);
}

.p-dark {
  color: #000;
  font-size: 15px;
  line-height: 24px;
}

.sub-head {
  font-size: 18px;
}

.h2-title {
  justify-content: center;
  width: 90%;
  display: flex;
}

.heading-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.container-block {
  color: var(--primary);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.container-block._100 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.h2-dark {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Microgramma D Extended, Arial, sans-serif;
  line-height: 42px;
}

.h2-dark.blacvk {
  color: var(--black);
}

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

.service-box-heading-container {
  display: flex;
}

.backtotop {
  height: 0;
}

.dropdown-toggle {
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  transition: all .3s;
}

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

.co-desc {
  color: var(--white);
  font-size: 1em;
}

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

.fs-cc-prefs_button {
  border: 2px solid var(--secondary);
  background-color: var(--secondary);
  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(--secondary);
  color: var(--secondary);
  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: #616161;
  margin-right: 24px;
}

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

.fs-cc-prefs_label {
  color: #4353ff;
  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: color .2s;
  display: flex;
}

.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-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_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_close-icon {
  color: var(--black);
  width: 16px;
  height: 16px;
  display: flex;
}

.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(--secondary);
  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(--secondary);
  color: var(--secondary);
  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-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  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(--secondary);
  background-color: var(--secondary);
  color: #fff;
  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(--secondary);
  color: var(--secondary);
  background-color: #f5f5f5;
}

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

.bottom-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bottom-heading {
  color: #111;
  letter-spacing: .5px;
  border-bottom: 1px solid #077ac3;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.bottom-link {
  color: var(--white);
  margin-bottom: 20px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.bottom-link:hover {
  color: var(--light-grey);
}

.bottom-link.w--current {
  background-color: var(--white);
  color: var(--primary);
  border-radius: 20px;
  padding: 10px 15px;
}

.bottom-link.black {
  color: var(--black);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.bottom-link.black.w--current {
  color: var(--black);
  text-align: center;
  padding: 0;
  display: flex;
}

.list {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.list.area {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 10px;
}

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

.bullet-icon-2 {
  color: #000;
  background-color: #fff;
  border: 2px solid #afafaf;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 18px;
  display: flex;
}

.bullet-icon-2.round {
  background-color: var(--primary);
  color: #fff0;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  border-style: none;
  border-color: #5f5f5f;
  border-radius: 20px;
  flex: none;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.fa-2 {
  color: #fff;
  flex: none;
  font-size: 18px;
}

.bullet-heading-2 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.map {
  width: 100%;
}

.lightbox {
  z-index: 1;
  position: relative;
}

.lb {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.lb._500 {
  height: 516px;
}

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

.contactform {
  color: var(--white);
  width: 100%;
}

.lottie {
  width: 150px;
  display: inline-flex;
}

.contact-right {
  border-radius: 17px;
  width: 100%;
  padding: 20px;
}

.div-block {
  z-index: 2;
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  width: 35%;
  height: 600px;
  margin-top: -550px;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: -5px 5px 5px #0003;
}

.div-block-2 {
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
}

.heading-5 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Microgramma D Extended, Arial, sans-serif;
  font-size: 27px;
  line-height: 32px;
}

.image-2 {
  background-color: var(--white);
  border-radius: 11px;
  height: 90px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 2px 5px 5px;
  box-shadow: -5px 5px 5px #0003;
}

.text-block-4 {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
}

.tab {
  background-color: #0000;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
  transition: all .2s;
}

.tab:hover {
  background-color: #dadada;
  border-radius: 7px;
  box-shadow: 0 2px 5px #0003;
}

.tab.w--current {
  background-color: var(--pale-grey);
  border-radius: 7px;
  box-shadow: inset 0 2px 5px #0003;
}

.div-block-3 {
  color: var(--black);
  background-color: #f7f7f7;
  border-radius: 9px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: -5px 5px 5px #00000026;
}

.div-block-3:hover {
  transform: translate(2px, -2px);
  box-shadow: -7px 7px 5px #00000026;
}

.image-3 {
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: 9px;
  width: 50px;
  height: 50px;
  margin: 10px;
}

.text-block-5 {
  margin-right: auto;
  font-size: 15px;
  font-weight: 600;
}

.text-block-6 {
  color: var(--secondary);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  font-family: "Fa sharp solid 900", sans-serif;
  font-size: 24px;
  display: flex;
}

.tabs-content {
  height: 100%;
}

.tabs {
  z-index: 2;
  height: 100%;
}

.tab-pane-tab-1 {
  padding: 10px;
}

.text-block-7 {
  color: var(--white);
  font-weight: 600;
}

.text-block-7.longer {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--secondary);
  border-radius: 9px;
  margin-top: 10px;
  padding: 5px;
  box-shadow: -5px 5px 5px #0003;
}

.div-block-4 {
  background-color: var(--primary);
  flex: none;
  width: 50%;
  height: 3px;
  margin-bottom: 10px;
}

.div-block-4.blue {
  background-color: var(--secondary);
}

.os {
  z-index: 2;
  position: relative;
}

.git {
  z-index: 2;
  display: none;
  position: relative;
}

.wwo-img {
  z-index: 0;
  opacity: .13;
  object-fit: cover;
  object-position: 0% 50%;
  height: 800px;
  position: absolute;
  inset: -80px -200px auto auto;
}

.git-img {
  z-index: 0;
  opacity: .13;
  object-fit: cover;
  object-position: 0% 50%;
  height: 800px;
  display: none;
  position: absolute;
  inset: -80px -200px auto auto;
}

.div-block-5 {
  width: 100%;
  height: 0;
  margin-left: 10%;
  margin-right: 10%;
  position: absolute;
}

.div-block-6 {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 100px;
  margin-top: -50px;
  margin-right: -30px;
  padding: 10px;
  display: flex;
  box-shadow: -5px 5px 5px #0003;
}

.c {
  text-align: center;
  flex-flow: column;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Microgramma D Extended, Arial, sans-serif;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.lgtxt {
  margin-bottom: -37px;
  font-size: 30px;
  display: inline-block;
}

.image-4 {
  width: auto;
  max-width: 120px;
  height: auto;
}

.image-4.lon {
  width: 220px;
  max-width: 100%;
}

.image-4._0 {
  width: 100%;
  max-width: 100%;
}

.hyperlink {
  box-shadow: inset 0 -5px 0 -2px var(--secondary);
  color: var(--secondary);
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 700;
  text-decoration: none;
  transition: all .6s;
  display: inline-block;
}

.hyperlink:hover {
  padding-left: 2px;
  padding-right: 2px;
}

.hyperlink.b {
  background-color: var(--primary);
  box-shadow: inset 0 -40px 0 0 var(--secondary);
}

.hyperlink.b:hover {
  box-shadow: inset 0 40px 0 0 var(--secondary);
}

.hyperlink.w {
  box-shadow: inset 0 -5px 0 -2px var(--white);
  color: var(--pale-grey);
}

.hyperlink-copy {
  color: var(--white);
  background-color: #0000;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
  text-decoration: none;
  transition: all .6s;
  display: inline-block;
  overflow: hidden;
}

.hyperlink-copy:hover {
  box-shadow: inset 0 40px 0 0 var(--primary);
}

.bigtexth3 {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Microgramma Normal, Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 35px;
}

.h3highligh {
  background-color: var(--secondary);
  color: var(--white);
  border-radius: 6px;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}

.fa {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Fa sharp solid 900", sans-serif;
  display: inline-flex;
}

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

.div-block-7 {
  background-color: var(--white);
  border-radius: 17px;
  flex-flow: column;
  margin-top: 20px;
  padding: 20px;
  display: flex;
  box-shadow: 1px 5px 3px #00000014;
}

.text-block-8 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
}

.link-2 {
  color: var(--black);
  border-bottom: 1px solid #0000002e;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-2:hover {
  background-color: var(--pale-grey);
  padding-left: 20px;
}

.text-span {
  background-image: url('../images/valliant-mini.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: inline-block;
}

.text-span._2 {
  background-image: url('../images/worcester-bosch-mini.webp');
}

.logo-div {
  background-color: var(--white);
  border-radius: 17px;
  flex-flow: column;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.text-block-9 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 900;
  display: flex;
}

.text-block-9.red {
  color: var(--primary);
}

.text-span-2 {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.link-block {
  width: 100%;
  text-decoration: none;
}

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

.image-5 {
  height: 60px;
}

.image-5._20 {
  margin-right: 20px;
}

.image-5._20.a {
  height: 40px;
}

.gal-label {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.gal-label._40t {
  margin-top: 40px;
}

.text-block-10 {
  color: var(--white);
  background-color: #00000059;
  padding: 5px 10px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.contact-form {
  width: 100%;
}

.certificate {
  color: var(--white);
  cursor: pointer;
  text-decoration: none;
}

.div-block-8 {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 25px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .announcement-contact {
    margin-left: 10px;
  }

  .container.announcement-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.nav-fluid {
    width: 100%;
    padding: 0;
  }

  .announcement-contact-info.margin-right-20 {
    flex: none;
  }

  .announcement-contact-info.margin-right-20.mobile-display-none {
    display: none;
  }

  .announcement-wrapper {
    flex-direction: row;
  }

  .header-social-media {
    justify-content: space-around;
  }

  .nav-menu {
    background-color: #fff;
    width: 100%;
    margin-top: 20px;
  }

  .nav-menu.margin-auto {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    margin-top: 0;
  }

  .dropdown-menu-link {
    color: var(--black);
    background-color: #0000;
  }

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

  .drop-down-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .drop-down-link:hover {
    color: #fff;
  }

  .brand, .brand.margin-right-20, .brand.margin-right-20 {
    margin-left: 10px;
    margin-right: auto;
  }

  .dropdown-list.w--open {
    background-color: #f7f7f7;
    border-radius: 0;
    margin-top: 0;
  }

  .nav-link {
    background-color: var(--primary);
    color: var(--white);
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link:hover {
    background-color: var(--secondary);
    color: var(--white);
    border-radius: 0;
  }

  .header-social-icon {
    border-right: 1px solid #3535353d;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-social-icon:hover {
    color: var(--white);
  }

  .header-social-icon.margin-right-none:hover {
    background-color: var(--primary);
    color: var(--white);
  }

  .dropdown-link {
    color: #fff;
    border-bottom: 1px solid #0000000d;
    border-radius: 0;
    width: 100%;
  }

  .dropdown-link:hover {
    color: #fff;
    background-color: #ef233c;
    border-radius: 0;
  }

  .dropdown-link.w--open {
    color: #fff;
    background-color: #ef233c;
  }

  .dropdown-link.no-border {
    background-color: var(--primary);
    color: var(--white);
    border-bottom-style: none;
  }

  .dropdown-link.no-border:hover {
    background-color: var(--secondary);
  }

  .burger-menu {
    color: #353535;
    margin-top: 5px;
    font-size: 1.2em;
  }

  .nav-toggle {
    border-radius: 6px;
    margin-right: 10px;
  }

  .nav-toggle.w--open {
    background-color: var(--white);
  }

  .nav {
    background-color: #353535;
    height: 100%;
    margin-bottom: auto;
  }

  .navbar-2 {
    justify-content: space-between;
  }

  .hero-content {
    width: 70%;
  }

  .slider-inner-content {
    flex-flow: column;
  }

  .hero-large-text {
    font-size: 3em;
  }

  .hero-para-text {
    font-size: 1.1em;
  }

  .hero-text {
    font-size: 1.5em;
  }

  .section-h1-wrapper.display-flex {
    flex-flow: column;
  }

  .default-btn {
    margin-right: auto;
  }

  .default-btn.margin-top-20 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .default-btn.margin-top-20.default-btn-outline.marginleft-20 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .top-text {
    font-size: 1em;
  }

  .left-section {
    width: 100%;
  }

  .btn-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    display: flex;
  }

  .right-section {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 0;
  }

  .right-section.padd {
    margin-top: 40px;
  }

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

  .inner-img.map {
    min-height: auto;
  }

  .card-bullet.grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .card-bullet.grid._3, .card-bullet.grid.centered {
    grid-template-columns: 1fr 1fr;
  }

  .bullet-list-services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bullet-list-grid {
    grid-row-gap: 65px;
    grid-template-columns: 1fr;
  }

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

  .bullet-block-btn {
    margin-top: 10px;
  }

  .bullet-block {
    padding: 20px;
  }

  .inner-text-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .section-2-img-full {
    border-radius: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-2-text-content {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .heading-3-cta-section.contactform {
    background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/fire-block.svg');
    background-position: 0 0, 112%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 800px;
  }

  .h3-wrapper {
    flex-direction: column;
  }

  .content-h3-box {
    width: 100%;
  }

  .heading-3-text {
    text-align: left;
    font-size: 21px;
  }

  .h3-cta-btns {
    justify-content: flex-start;
    align-items: center;
    width: 60%;
    margin-right: auto;
    padding-top: 20px;
    display: flex;
  }

  .footer-col {
    width: 100%;
  }

  .contact-block-1 {
    border-bottom: 1px #8a8a8a;
    border-right-style: none;
    justify-content: flex-start;
    width: 100%;
  }

  .contact-block-1.border-none {
    border-bottom-style: none;
  }

  .footer-mid-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

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

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

  ._2x3, ._2x3._6 {
    grid-template-columns: 1fr 1fr;
  }

  .left-arrow {
    background-color: var(--primary);
    color: #fff;
    bottom: -25%;
    left: auto;
    right: 15%;
  }

  .customer-title {
    font-size: 1.2rem;
  }

  .testimonials-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .right-arrow {
    background-color: var(--primary);
    inset: auto 0% -25% auto;
  }

  .testemonials {
    background-image: linear-gradient(#ffffffd1, #ffffffd1), url('../images/home-ico.svg');
    background-position: 0 0, -300px;
    background-size: auto, auto 800px;
  }

  .text-block-3 {
    color: var(--white);
  }

  .block-quote {
    font-size: 16px;
  }

  .heading-2 {
    padding-right: 0;
  }

  .slider-2 {
    position: relative;
  }

  .container-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-toggle {
    color: var(--white);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .list-item {
    align-items: center;
  }

  .bullet-icon-2.round {
    width: 32px;
    height: 32px;
  }

  .lb._500 {
    height: 250px;
  }

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

  .div-block {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-2 {
    width: 100%;
    margin-left: 0;
    padding-top: 40px;
  }

  .div-block-5 {
    height: auto;
    margin-left: 0%;
    margin-right: 0%;
    padding: 40px;
    position: static;
  }

  .image-4 {
    max-width: 11%;
  }

  .image-4.lon {
    width: 20%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hide {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .announcement-contact {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: 20px 40px;
  }

  .announcement-bar {
    position: static;
  }

  .container.announcement-container {
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .container.nav-fluid {
    padding-top: 0;
  }

  .announcement-contact-info.margin-right-20 {
    margin-right: 0;
  }

  .announcement-contact-info.margin-right-20.mobile-display-none {
    margin-right: 10px;
  }

  .announcement-contact-info.margin-right-20.hide {
    display: none;
  }

  .announcement-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

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

  .slider-arrow {
    display: none;
  }

  .hero-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 83%;
    display: flex;
  }

  .button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .slider-inner-content {
    height: auto;
  }

  .hero-large-text {
    font-size: 2.5em;
  }

  .hero-slider {
    min-height: 50vh;
  }

  .default-btn {
    flex-direction: row;
    display: flex;
  }

  .section-design-1-h1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .top-text.red {
    font-size: 1em;
  }

  .para.para-sm {
    width: 100%;
  }

  .inner-img {
    min-height: 250px;
  }

  .card-bullet.grid {
    grid-row-gap: 9px;
    grid-template-columns: 1fr;
  }

  .card-bullet.grid._3, .card-bullet.grid.centered {
    grid-template-columns: 1fr;
  }

  .bullet-icon.sm {
    background-size: 20px;
    width: 30px;
    height: 30px;
  }

  .bullet-list-services {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bullet-list-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

  .card-bullet-item.styled {
    width: 100%;
  }

  .section-2-img-full {
    min-height: 250px;
  }

  .heading-3-cta-section {
    background-position: 300px;
  }

  .heading-3-cta-section.contactform {
    background-image: linear-gradient(#ffffffd1, #ffffffd1), url('../images/fire-block.svg');
    background-position: 0 0, 100px;
    background-size: auto, auto 1100px;
  }

  .h3-cta-btns {
    width: 100%;
  }

  .brand-band-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

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

  .footer-mid-content {
    flex-direction: column;
    padding-top: 0;
  }

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

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

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

  ._2x3._6 {
    grid-template-columns: 1fr 1fr;
  }

  .quote-symbol {
    margin-left: 0;
    padding-bottom: 10px;
    padding-right: 0;
    line-height: 1;
    position: static;
  }

  .underline {
    width: 50%;
  }

  .left-arrow {
    width: 80px;
    height: 80px;
    margin-top: 20px;
    margin-left: auto;
    padding-top: 0;
    bottom: -5%;
    right: 20%;
  }

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

  .testimonials-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .right-arrow {
    width: 80px;
    height: 80px;
    bottom: -5%;
  }

  .slide-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .test-slider {
    width: 100%;
    position: static;
  }

  .heading-2 {
    font-size: 2rem;
  }

  .slider-2 {
    justify-content: center;
    align-items: center;
    display: block;
    position: static;
  }

  .h1 {
    font-size: 38px;
  }

  .p {
    margin-bottom: 20px;
  }

  .h2 {
    font-size: 26px;
  }

  .button-div {
    width: 100%;
    display: flex;
  }

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

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

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

  .contact-right {
    width: 95%;
    position: static;
  }

  .div-block-5 {
    display: none;
  }

  .image-4 {
    max-width: 60%;
  }

  .image-4.lon {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .announcement-contact {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: auto;
    padding: 15px 20px;
  }

  .announcement-link {
    font-size: 15px;
  }

  .container.announcement-container {
    padding-top: 1px;
  }

  .announcement-icon {
    width: 30px;
    height: 30px;
    font-size: 1.2em;
  }

  .announcement-contact-info.margin-right-20 {
    text-align: center;
    font-size: 14px;
  }

  .announcement-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-items: center;
    line-height: 17px;
  }

  .nav-menu.margin-auto {
    border-top: 1px solid #0000000d;
    width: 100%;
  }

  .brand.margin-right-20.footer-brand {
    margin-left: 0;
  }

  .slider-arrow {
    display: none;
  }

  .hero-content {
    width: 85%;
  }

  .button {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .hero-large-text {
    font-size: 1.5em;
  }

  .hero-text {
    padding-bottom: 10px;
    font-size: 1.2em;
    line-height: 1.4;
  }

  .default-btn {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .section-design-1-h1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .top-text {
    margin-bottom: 10px;
    line-height: 1.7;
  }

  .btn-wrapper {
    flex-direction: column;
  }

  .right-section {
    margin-bottom: 20px;
  }

  .inner-img {
    min-height: 250px;
  }

  .bullet-icon {
    background-size: 40px;
    width: 60px;
    height: 60px;
    margin-left: 0;
    position: static;
  }

  .bullet-icon.plastering {
    background-size: 45px;
  }

  .bullet-icon.kitchen {
    background-size: 35px;
    margin-left: 0;
    position: static;
  }

  .bullet-icon.sm {
    background-size: 17px;
    margin-left: 0;
  }

  .bullet-icon.sm.wat {
    background-size: 15px;
    margin-left: 0;
  }

  .bullet-icon._1 {
    background-size: 35px;
    margin-left: 0;
    position: static;
  }

  .bullet-block-title {
    margin-top: 0;
  }

  .bullet-list-services {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bullet-list-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 30px;
  }

  .bullet-block-btn {
    margin-top: 5px;
  }

  .section-2-text-content {
    flex-direction: row;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .heading-3-cta-section {
    background-position: 200px;
  }

  .heading-3-text {
    margin-bottom: 20px;
    font-size: 1.3em;
  }

  .h3-cta-btns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .h3-cta-call-btn {
    text-align: center;
    flex: none;
    width: 100%;
    margin-right: 0;
  }

  .h3-cta-call-btn.btn-outline {
    flex: none;
  }

  .footer-desc {
    line-height: 12px;
  }

  .footer-col {
    margin-top: 30px;
  }

  .contact-block-1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-mid-content {
    grid-template-columns: 1fr;
  }

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

  .footer-contact-info.vert.contact._0 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-icon {
    display: none;
  }

  .contact-info-link {
    line-height: 1.4;
  }

  .footer-copy {
    margin-top: 20px;
    margin-bottom: 0;
  }

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

  ._2x3._6 {
    grid-template-columns: 1fr;
  }

  .services-link-box {
    min-height: 250px;
  }

  .service-box-title {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .quote-symbol {
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 2rem;
  }

  .underline {
    width: 30%;
  }

  .testemonials-text {
    line-height: 1;
  }

  .left-arrow {
    width: 60px;
    height: 60px;
    bottom: -10%;
  }

  .testemonial-content-everything {
    padding-right: 0;
  }

  .container-2.test-container {
    width: 95%;
  }

  .testimonials-grid {
    grid-column-gap: 0px;
    grid-row-gap: 35px;
  }

  .right-arrow {
    width: 60px;
    height: 60px;
    bottom: -10%;
  }

  .slide-3 {
    padding: 0;
  }

  .testemonials {
    padding-top: 40px;
    overflow: hidden;
  }

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

  .test-slider {
    width: 100%;
  }

  .sub-heading {
    font-size: 1.125rem;
  }

  .block-quote {
    font-size: .95rem;
  }

  .heading-2 {
    font-size: 1rem;
  }

  .slider-2 {
    width: 100%;
  }

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

  .p {
    font-size: 14px;
    line-height: 23px;
  }

  .h2 {
    margin-top: 0;
    font-size: 24px;
  }

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

  .button-div {
    flex-direction: column;
  }

  .h2-dark {
    font-size: 24px;
    line-height: 32px;
  }

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

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

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

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

  .bottom-container {
    align-items: center;
  }

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

  .bullet-heading-2 {
    text-align: left;
  }

  .lb, .lb._500 {
    height: 160px;
  }

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

  .contact-right {
    width: 100%;
    padding: 10px;
  }

  .div-block-2 {
    padding-bottom: 40px;
  }

  .heading-5 {
    font-size: 22px;
    line-height: 26px;
  }

  .image-2 {
    height: 60px;
  }

  .div-block-6 {
    margin-right: 0;
  }

  .c {
    padding-left: 20px;
    padding-right: 0;
    font-size: 10px;
    display: block;
  }

  .lgtxt {
    margin-bottom: -44px;
    font-size: 17px;
    display: flex;
  }

  .text-block-9 {
    font-size: 40px;
  }
}

#w-node-d6413dd0-3c87-6e39-046e-f27dfe230065-e14a68ee, #w-node-d6413dd0-3c87-6e39-046e-f27dfe230082-e14a68ee, #w-node-d6413dd0-3c87-6e39-046e-f27dfe23009f-e14a68ee {
  place-self: auto;
}

#w-node-_5d7a501f-c3c6-3913-bd63-bb004b5ef96b-4b5ef962 {
  place-self: end;
}

#w-node-_6740a32e-634d-c46e-1e71-a4920a06016a-069283de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6413dd0-3c87-6e39-046e-f27dfe230065-e14a6905, #w-node-d6413dd0-3c87-6e39-046e-f27dfe230082-e14a6905, #w-node-d6413dd0-3c87-6e39-046e-f27dfe23009f-e14a6905 {
  place-self: auto;
}

#w-node-c5fcee03-70b0-f464-6c1b-f0dd786003e5-e14a6906, #w-node-_1e006521-5989-e79a-1962-1e119e56fa82-e14a6906, #w-node-b08c105b-b523-21fe-c55c-366e5cd97ec1-e14a6906 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_21605312-fbbf-9a1a-a661-745152433541-e14a6906 {
  grid-area: 2 / 2 / 3 / 4;
  justify-self: center;
}

#w-node-_2f2f7417-f018-3a5e-8869-791f7a0ffba5-e14a6906 {
  grid-area: 2 / 4 / 3 / 6;
  justify-self: center;
}

#w-node-_8d016ace-1fcc-fdf2-1954-7f958e317036-e14a6906, #w-node-_74f96529-ab25-2da9-896d-9b7a8cc9eedc-e14a6906, #w-node-fba12005-53f3-c686-db7c-4063c67a71c1-e14a6906 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f78967d7-7db8-17fd-9f3e-3cd089b49ac0-e14a6906 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c52e2e8-2b7e-c575-34f5-a500bcca9434-e14a6906, #w-node-_95fc4c0b-ed0a-e7d0-16dc-2794bf0ec5ae-e14a6906 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_64a54146-af55-e00f-afbb-379d8b6a8fcc-e14a6906 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71f795c8-7fe6-88fb-69e1-49859b1b75e8-e14a6907, #w-node-_71f795c8-7fe6-88fb-69e1-49859b1b75ee-e14a6907, #w-node-_71f795c8-7fe6-88fb-69e1-49859b1b75f4-e14a6907, #w-node-d5276525-2a17-bb2c-18b2-ad36fc793b45-e14a6908, #w-node-d5276525-2a17-bb2c-18b2-ad36fc793ba9-e14a6908, #w-node-d5276525-2a17-bb2c-18b2-ad36fc793c0d-e14a6908, #w-node-_7e07deb2-cc3e-c8a7-af93-c6f0ee343f67-e14a6908, #w-node-_7e07deb2-cc3e-c8a7-af93-c6f0ee343f84-e14a6908, #w-node-_44fdee30-79cf-720f-9443-b45c26acb309-e14a6908, #w-node-_7e07deb2-cc3e-c8a7-af93-c6f0ee343fa1-e14a6908, #w-node-_79992f18-7002-515c-5ce5-377f484408f4-e14a6909, #w-node-_79992f18-7002-515c-5ce5-377f48440911-e14a6909, #w-node-_79992f18-7002-515c-5ce5-377f4844092e-e14a6909, #w-node-a64a8119-3077-7f46-9836-ef347e8349d2-e14a6909, #w-node-_9c77268c-1771-3413-6dcc-53fbd830d6f6-e14a6909, #w-node-_1aed332e-052c-fc77-7c9f-199eaff95d0e-e14a6909, #w-node-_49faa816-4213-d525-93b8-eef014f357cc-e14a6909, #w-node-_0a1ab642-41b4-5145-1918-4c6891c96aea-e14a6909, #w-node-b2151016-cf2e-5b57-a9be-0bf2c3b620b4-e14a6909 {
  place-self: auto;
}

#w-node-_02b790e3-accd-85a7-7251-5d0b01b9c96c-e14a690a, #w-node-_02b790e3-accd-85a7-7251-5d0b01b9c970-e14a690a, #w-node-_02b790e3-accd-85a7-7251-5d0b01b9c974-e14a690a, #w-node-_02b790e3-accd-85a7-7251-5d0b01b9c978-e14a690a, #w-node-_3f99ade0-32c9-633e-a654-2f53ac9b49ec-e14a690b, #w-node-_3f99ade0-32c9-633e-a654-2f53ac9b49f0-e14a690b, #w-node-_3f99ade0-32c9-633e-a654-2f53ac9b49f4-e14a690b, #w-node-_3f99ade0-32c9-633e-a654-2f53ac9b49f8-e14a690b, #w-node-e69b0300-e4f4-abac-eeed-d2da08db8812-e14a690b, #w-node-bad3562e-6320-c03b-8036-5e6fdc6fb79e-e14a690b, #w-node-bad3562e-6320-c03b-8036-5e6fdc6fb7a2-e14a690b, #w-node-bad3562e-6320-c03b-8036-5e6fdc6fb7a6-e14a690b, #w-node-bad3562e-6320-c03b-8036-5e6fdc6fb7aa-e14a690b, #w-node-bad3562e-6320-c03b-8036-5e6fdc6fb7ae-e14a690b, #w-node-fbbff6f4-8f7a-08db-eda7-2391e7be7fbf-e14a690b, #w-node-fbbff6f4-8f7a-08db-eda7-2391e7be7fc3-e14a690b, #w-node-fbbff6f4-8f7a-08db-eda7-2391e7be7fc7-e14a690b, #w-node-fbbff6f4-8f7a-08db-eda7-2391e7be7fcb-e14a690b, #w-node-fbbff6f4-8f7a-08db-eda7-2391e7be7fcf-e14a690b, #w-node-a53a00fb-2a4a-290b-13bc-b99d3fdc6469-e14a690b, #w-node-e37cb12d-b0bf-8f53-c4aa-1f6d968d9d7b-e14a690b {
  justify-self: center;
}

#w-node-db790fff-f0af-3a3d-ae03-9b5f5cd79652-e14a690c, #w-node-_6be0b081-3d66-2c38-da5d-b14a8af5e2c8-e14a690c, #w-node-e020eb52-64c6-2fd3-7b8f-b7730dd95228-e14a690c {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_96db3d54-7127-f173-6d36-cdfaefdc850c-e14a690d {
  place-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-c5fcee03-70b0-f464-6c1b-f0dd786003e5-e14a6906, #w-node-_1e006521-5989-e79a-1962-1e119e56fa82-e14a6906, #w-node-b08c105b-b523-21fe-c55c-366e5cd97ec1-e14a6906, #w-node-_21605312-fbbf-9a1a-a661-745152433541-e14a6906, #w-node-_2f2f7417-f018-3a5e-8869-791f7a0ffba5-e14a6906 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_8d016ace-1fcc-fdf2-1954-7f958e317036-e14a6906, #w-node-_74f96529-ab25-2da9-896d-9b7a8cc9eedc-e14a6906, #w-node-fba12005-53f3-c686-db7c-4063c67a71c1-e14a6906, #w-node-_9c52e2e8-2b7e-c575-34f5-a500bcca9434-e14a6906, #w-node-_95fc4c0b-ed0a-e7d0-16dc-2794bf0ec5ae-e14a6906, #w-node-db790fff-f0af-3a3d-ae03-9b5f5cd79652-e14a690c, #w-node-_6be0b081-3d66-2c38-da5d-b14a8af5e2c8-e14a690c, #w-node-e020eb52-64c6-2fd3-7b8f-b7730dd95228-e14a690c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5d7a501f-c3c6-3913-bd63-bb004b5ef96a-4b5ef962, #w-node-_6740a32e-634d-c46e-1e71-a4920a06016a-069283de {
    justify-self: auto;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55e7-5e6d55df {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55ec-5e6d55df {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55f1-5e6d55df {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: center;
  }

  #w-node-_96db3d54-7127-f173-6d36-cdfaefdc850b-e14a690d {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_16fd7c91-f1a4-ff8f-7a29-d54209026972-09026953 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d7a501f-c3c6-3913-bd63-bb004b5ef96a-4b5ef962, #w-node-_6740a32e-634d-c46e-1e71-a4920a06016a-069283de {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55e7-5e6d55df {
    justify-self: start;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55ec-5e6d55df {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55f1-5e6d55df {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_96db3d54-7127-f173-6d36-cdfaefdc850b-e14a690d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }
}


@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 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa duotone 900';
  src: 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 solid 900';
  src: 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 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Microgramma Normal';
  src: url('../fonts/microgrammanormal.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Microgramma D Extended';
  src: url('../fonts/Microgramma-D-Extended-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}