@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-UltraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Heavy.ttf') format("truetype"), url('../fonts/Gilroy-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-ExtraBold.ttf') format("truetype"), url('../fonts/Gilroy-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Fontawesome webfont;
  src: url('../fonts/fontawesome-webfont.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Acumin Variable Concept;
  src: url('../fonts/Acumin-Variable-Concept-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir-Black.ttf') format("truetype"), url('../fonts/Avenir-Heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

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

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

:root {
  --black: #000;
  --dark-olive-green: #eb9f00;
  --gainsboro: #e6e6e6;
  --gold: #ffc112;
  --white-2: white;
  --white: #fafafa;
  --black--50: #2b2727;
  --black-2: #403939;
  --light-grey-text-main: #a7a9ac;
  --light-grey-text: #8d8d8d;
  --light-grey: #d1d3d4;
  --dark-grey-div: #414042;
  --light-grey-outline: #414042;
  --background-dark-grey: #1d1d1d;
  --grey-background: #333132;
}

.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 {
  color: var(--black);
  background-color: #fafafa;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  line-height: 1.8em;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

a {
  color: var(--dark-olive-green);
  text-decoration: underline;
}

ul {
  color: var(--dark-olive-green);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 18px;
}

li {
  color: var(--black);
  margin-bottom: 0;
}

img {
  border-radius: .2rem;
  max-width: 100%;
  margin-bottom: 29px;
  display: inline-block;
}

blockquote {
  border-style: solid;
  border-width: 1px 1px 4px;
  border-color: var(--gainsboro) var(--gainsboro) var(--gold);
  background-image: url('../images/qq_pp-1.svg');
  background-position: 98% 20px;
  background-repeat: no-repeat;
  background-size: 5%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px 10% 40px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.main-section {
  min-height: 100vh;
  max-height: 995px;
  color: var(--white-2);
  background-image: linear-gradient(#000c, #0000004d 68%), url('../images/Layer-600.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding: 199px 20px;
  display: flex;
  overflow: hidden;
}

.main-section.aiming-high {
  background-image: linear-gradient(#000000de 3%, #0000004d 68%), url('../images/10.png');
  justify-content: center;
  align-items: flex-end;
  min-height: 600px;
  padding: 140px 50px;
  overflow: hidden;
}

.main-section.aiming-high.smaller-section {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  min-height: 300px;
  padding-top: 189px;
}

.main-section.services {
  background-image: none;
  min-height: auto;
  max-height: none;
  padding: 196px 40px 86px;
  position: relative;
  overflow: hidden;
}

.main-section.contact-us {
  min-height: auto;
  max-height: none;
  color: var(--black);
  background-image: none;
  padding: 44px 40px 40px;
  display: block;
  overflow: hidden;
}

.main-section.contact-us.other {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  padding-top: 60px;
  padding-bottom: 70px;
  display: flex;
}

.main-section.contact-us.other.product-section {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 131px;
}

.main-section.contact-us.grey-back {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f1f2f2;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 44px;
  display: flex;
}

.main-section.contact-us.product-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 70px;
  display: flex;
}

.main-section.contact-us.product-section.padding-top {
  padding-top: 40px;
}

.main-section.news-page {
  min-height: 550px;
  color: var(--black);
  background-image: linear-gradient(#000000eb 12%, #0000004d 42%, #00000036 89%), url('../images/KK.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 245px 40px 10px;
  display: block;
  overflow: hidden;
}

.container {
  z-index: 2;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
  position: relative;
}

.container.flex {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.container.max-1080-px {
  max-width: 1080px;
  margin-bottom: 34px;
}

.container.relative {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1240px;
  display: flex;
  position: relative;
}

.container.relative.full-width {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.container.other-container {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container.product-container {
  margin-bottom: 40px;
}

.navbar {
  background-color: var(--black);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #fff;
  border-bottom: 1px solid #ffffff14;
  align-items: center;
  padding: 12px 30px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

.nav-link {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 2px solid #0000;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.nav-link:hover {
  border-bottom-style: none;
  border-bottom-color: var(--gold);
}

.nav-link:visited {
  border-bottom-style: none;
}

.nav-link.w--current {
  border-bottom-style: none;
  border-bottom-color: var(--gold);
  color: var(--white-2);
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
}

.nav-link.w--current:visited {
  color: var(--gold);
  border-bottom-style: none;
  text-decoration: none;
}

.button-cta {
  border: 2px solid var(--gold);
  background-color: var(--gold);
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  border-radius: 8px;
  margin-top: 0;
  margin-left: 0;
  padding: 5px 23px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s cubic-bezier(.19, 1, .22, 1);
}

.button-cta:hover {
  background-color: var(--gold);
  color: var(--black);
  text-transform: capitalize;
}

.button-cta.flat {
  background-color: var(--gold);
  color: var(--black);
  margin-top: 0;
  margin-left: 0;
  font-weight: 600;
}

.button-cta.flat:hover {
  background-color: var(--white);
}

.nav-menu {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.line-element {
  background-color: var(--gold);
  width: 60px;
  height: 2px;
}

.greed-for-slogan {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  display: grid;
}

.display-text {
  padding-right: 24px;
  font-size: 72px;
  font-weight: 700;
  line-height: 1em;
}

.display-text.for-home-page {
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.display-text.for-home-page.smaller-text {
  color: #fcba30;
  font-size: 42px;
}

.display-text.for-home-page.smaller-text.wat-smaller {
  font-size: 22px;
  font-weight: 500;
}

.display-text.for-home-page.white-text, .display-text.white-text {
  color: var(--white);
}

.button-withe {
  clear: none;
  background-color: var(--white-2);
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 50px;
  align-self: center;
  max-width: 220px;
  margin-right: 20px;
  padding: 0 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 56px;
  transition: all .2s ease-out;
  display: inline-block;
}

.button-withe:hover {
  background-color: var(--gold);
  color: var(--white-2);
}

.button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: block;
}

.lightbox-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white-2);
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

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

.logo-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #ccc;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.logo-grid.two {
  background-color: var(--white-2);
  border: 1px solid #ccc;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.logo-img {
  object-fit: scale-down;
  max-width: 140px;
  margin-bottom: 0;
}

.section {
  padding: 64px 40px 96px;
  overflow: hidden;
}

.section.our-project {
  background-color: var(--black);
  color: var(--white-2);
  padding: 100px 0 0;
}

.section.blog-section {
  padding-bottom: 100px;
}

.section.pre-footer-section {
  border-top: 1px solid var(--gainsboro);
}

.section.social-media-banner {
  border-bottom: 1px solid var(--gainsboro);
  background-color: var(--white-2);
  padding-top: 12px;
  padding-bottom: 12px;
}

.section.footer {
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-size: 150px;
}

.section.logo-banner-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section.sub-main {
  padding-bottom: 0;
}

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

.section.services.polu-section {
  background-color: #fcba301f;
}

.section.other-section {
  padding: 68px 40px 12px;
}

.section.space-down {
  padding-bottom: 100px;
}

.section.blach-back {
  background-color: var(--black);
  padding-bottom: 57px;
}

.section.blach-back.padding-ztop {
  padding-top: 160px;
  padding-bottom: 30px;
}

.section.concrete-background {
  background-image: linear-gradient(#000, #0000), url('../images/Concrete-Background.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 91px;
}

.grid-for-heder-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 8px;
  padding-bottom: 19px;
  display: flex;
}

.grid-for-heder-section.insdie-padding {
  padding-left: 30px;
  padding-right: 30px;
}

.grid-for-heder-section.left-alignment {
  justify-content: space-between;
  align-items: flex-start;
}

.sub-heding {
  color: var(--gold);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.sub-heding.bigger-text {
  font-size: 20px;
  font-weight: 400;
}

.h1 {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 48px;
  line-height: 1.2em;
}

.h1.black-text {
  color: var(--black);
  letter-spacing: 0;
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.h1.left-alignment {
  text-align: left;
  font-size: 58px;
}

.h1.smaller-title {
  letter-spacing: .5px;
  font-size: 30px;
}

.button-main {
  background-color: var(--gold);
  color: var(--black);
  text-align: left;
  letter-spacing: .5px;
  text-transform: none;
  background-image: url('../images/Arrow-Black.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 10px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding: 0 58px 0 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
  text-decoration: none;
  transition: all .4s;
  display: block;
}

.button-main:hover {
  background-color: var(--gold);
  color: var(--black);
  background-position: 96%;
}

.button-main.margin-top {
  margin-top: 20px;
}

.button-main.other-button {
  background-color: #ffc11200;
  background-size: 24px;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding-left: 0;
  padding-right: 44px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.button-main.other-button:hover {
  background-position: 90%;
}

.about-info-wrapper-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  display: grid;
}

.about-info-wrapper-card.smaller-padding {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  max-width: 1400px;
}

.about-info-wrapper-card._60 {
  width: 60%;
}

.card-vertical-with-img {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white-2);
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  transition: all .2s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.card-vertical-with-img:hover {
  background-color: var(--black);
  box-shadow: inset 0 4px 0 0 var(--dark-olive-green);
  color: var(--white-2);
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-size: 125px;
}

.wrapper-for-content {
  border-radius: .2rem;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px 40px;
  display: flex;
}

.card-name-text {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.card-name-text.project-section {
  margin-top: 0;
  font-size: 20px;
  line-height: 1.4em;
}

.card-name-text.blog {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.2em;
}

.card-name-text.blog.small {
  font-size: 16px;
}

.card-name-text.social {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.4em;
}

.card-name-text.accent {
  color: var(--dark-olive-green);
}

.card-name-text.accent.black-text {
  color: var(--black);
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 900;
}

.card-name-text.small {
  font-size: 18px;
}

.card-link {
  color: var(--black);
  font-weight: 700;
  text-decoration: none;
  transition: color .2s cubic-bezier(.19, 1, .22, 1);
  display: inline-block;
}

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

.wrapper-for-icon {
  filter: hue-rotate(345deg);
  height: 60px;
}

.wrapper-for-icon.marging-top {
  height: auto;
  margin-top: 4px;
}

.tabs-menu {
  text-align: center;
  max-width: 500px;
  margin: -64px auto 20px;
}

.tab-link {
  color: var(--white-2);
  background-color: #0000;
  border-bottom: 1px solid #d8d40000;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  font-size: 16px;
}

.tab-link:hover {
  border-bottom-color: var(--gold);
  color: var(--gold);
}

.tab-link.w--current {
  border-bottom-color: var(--gold);
  color: var(--gold);
  background-color: #0000;
}

.pading-left-right {
  padding-left: 20px;
  padding-right: 20px;
}

.grid-for-card-project {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(to bottom, var(--black--50), var(--black--50));
  background-position: 0 0;
  grid-template-rows: minmax(30vw, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-for-card-project.current-projects {
  background-image: linear-gradient(#000c, #0000 63%), url('../images/Road-2.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.link-in-card-project {
  border-top: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
  border-bottom: 0px none var(--gold);
  width: 100%;
  height: 100%;
  color: var(--white-2);
  background-image: linear-gradient(#242020c7, #1614147a);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-in-card-project.first {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.link-in-card-project.second {
  background-image: none;
  justify-content: space-between;
  align-items: stretch;
}

.link-in-card-project.third, .link-in-card-project.forth {
  background-image: none;
}

.content-for-project-card {
  border-bottom: 1px solid var(--dark-olive-green);
  background-color: #fff0;
  flex-direction: column;
  align-items: flex-start;
  min-height: auto;
  padding: 26px 40px;
  display: flex;
  position: relative;
}

.all-caps {
  text-transform: uppercase;
}

.testimonials-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border: 1px solid var(--gainsboro);
  background-color: var(--gainsboro);
  border-radius: .2rem;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.testimonials-logo-wrapper {
  background-color: var(--white-2);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  display: flex;
}

.tabs-content {
  margin-top: 40px;
}

.signature-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--white-2);
  border-bottom: 1px solid var(--white-2);
  grid-template-rows: auto;
  grid-template-columns: minmax(20px, 1fr) 1fr 420px 1fr minmax(20px, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  height: 110px;
  display: grid;
  position: absolute;
  inset: 0% 0% auto;
}

.signature-grid.butomn {
  inset: auto 0% 0%;
}

.this-block {
  color: var(--gold);
  text-align: left;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.this-block.center {
  border-right: 1px solid var(--white-2);
  border-left: 1px solid var(--white-2);
}

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

.blog-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
  color: var(--black);
  grid-template-rows: 268px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  transition: color .2s cubic-bezier(.19, 1, .22, 1);
  display: grid;
}

.blog-card:hover {
  color: var(--gold);
}

.blog-prew-img {
  object-fit: cover;
  width: 100%;
  height: 268px;
}

.blog-description {
  padding-top: 20px;
  padding-bottom: 10px;
}

.blog-section {
  background-color: var(--white-2);
  padding: 100px 20px 60px;
}

.small-thin-text {
  color: var(--black);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 300;
  display: inline-block;
}

.read-more-blog {
  z-index: 10;
  background-color: var(--white-2);
  color: var(--black);
  text-align: center;
  padding: 0 20px;
  line-height: 45px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.read-more-blog:hover {
  color: var(--gold);
}

.read-more-blog.search-icon {
  background-color: #fff;
  background-image: url('../images/serche2x_1serche@2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px;
  min-width: 60px;
  margin-bottom: -1px;
  margin-right: -1px;
}

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

.img-wrapper-blog-card {
  position: relative;
}

.pre-footer-section {
  padding: 60px 20px;
}

.grid-two-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

.region-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white-2);
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
  box-shadow: 0 13px 11px -9px #0003;
}

.content-description-card {
  border-radius: .2rem;
  flex-direction: column;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
}

.img-for-card {
  object-fit: cover;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
}

.grid-card-social {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.social-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 80px 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  padding-top: 20px;
  padding-bottom: 0;
  text-decoration: none;
  transition: color .2s cubic-bezier(.19, 1, .22, 1);
  display: grid;
}

.social-card:hover {
  color: var(--gold);
}

.social-card.center {
  border-right: 1px solid var(--gainsboro);
  border-left: 1px solid var(--gainsboro);
  place-items: center end;
  padding-top: 9px;
}

.footer {
  background-color: var(--black);
  color: var(--gainsboro);
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-size: 150px;
  background-attachment: fixed;
  padding: 60px 20px;
}

.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer-text {
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  font-size: 12px;
}

.list-item-footer {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  width: 100%;
  color: var(--white-2);
  grid-template-rows: auto;
  grid-template-columns: min-content 1fr;
  grid-auto-columns: 1fr;
  line-height: 1.8em;
  text-decoration: none;
  display: grid;
}

.social-widget {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: opacity .2s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.link-block:hover {
  opacity: .46;
}

.column-grid-post-main {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--gainsboro);
  border-radius: .2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: auto;
  margin-top: -140px;
  margin-bottom: 100px;
  display: grid;
  overflow: hidden;
}

.column-grid-post-main.two {
  z-index: 4;
  grid-column-gap: 42px;
  grid-row-gap: 20px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 300px 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  min-height: auto;
  margin-top: -140px;
  margin-bottom: 0;
  padding: 40px 60px 20px;
  display: grid;
  position: relative;
}

.content-for-card {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 40px 20px;
  display: flex;
}

.content-for-card.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  padding: 9px 0;
  display: grid;
}

.content-for-card.grid.hidden {
  display: none;
}

.card-about-post {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white-2);
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  transition: all .2s cubic-bezier(.19, 1, .22, 1);
  display: block;
}

.card-about-post:hover {
  background-color: var(--black);
  color: var(--white-2);
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-size: 125px;
}

.brand {
  width: 200px;
  padding-left: 0;
}

.brand.w--current {
  width: 220px;
}

.aiming-high-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.light-box-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  color: var(--black);
  text-align: center;
  grid-template-rows: 370px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  transition: color .2s cubic-bezier(.19, 1, .22, 1);
  display: grid;
}

.light-box-card:hover {
  color: var(--gold);
}

.light-box-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.bread-crumbs-wrapper {
  margin-bottom: 20px;
  margin-right: 47px;
}

.bread-crumbs {
  color: var(--white-2);
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: color .5s cubic-bezier(.19, 1, .22, 1);
  display: inline-block;
}

.bread-crumbs:hover {
  color: var(--white-2);
}

.bread-crumbs.active {
  color: var(--gold);
  font-size: 12px;
}

.bread-crumbs.black, .bread-crumbs.black.w--current {
  color: var(--white);
}

.contact-card-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1240px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.contact-card {
  border-bottom: 4px solid var(--gold);
  background-color: var(--dark-olive-green);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 150px;
  padding: 20px 40px;
  display: flex;
}

.contact-card-link {
  color: var(--black);
  text-decoration: none;
  transition: color .5s cubic-bezier(.19, 1, .22, 1);
  display: block;
}

.contact-card-link:hover {
  color: var(--gold);
}

.greed-wrapper-for-news {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "Card-list Serche-bar"
  / 1fr 410px;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.sticky-search-bar {
  border-left: 1px solid var(--gainsboro);
  padding-left: 20px;
  position: sticky;
  top: 40px;
}

.news-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.news-prew {
  object-fit: cover;
  width: 100%;
}

.search {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 70px;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  display: grid;
}

.search.small {
  justify-items: center;
  max-width: 370px;
  margin: 20px auto 60px 0;
}

.search-input {
  border: 1px solid #e5e5e5;
  border-right-width: 0;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  height: 100%;
  margin-bottom: 0;
  padding: 0 0 0 20px;
}

.search-input:focus {
  border: 1px solid var(--gold);
}

.search-button {
  background-color: var(--white-2);
  color: #262626;
  text-align: center;
  background-image: url('../images/serche2x_1serche@2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 50px;
  transition: all .2s ease-in-out;
}

.search-button:hover {
  color: var(--gold);
}

.recent-posts-card {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--gainsboro);
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 80px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: color .5s cubic-bezier(.19, 1, .22, 1);
  display: grid;
  position: relative;
}

.recent-posts-card:hover {
  color: var(--gold);
}

.recent-posts-prew {
  object-fit: cover;
  width: 80px;
  height: 80px;
}

.tag-link {
  float: left;
  color: gray;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid gray;
  border-radius: 30px;
  margin: 5px;
  padding: 0 30px;
  font-size: 10px;
  line-height: 32px;
  display: inline-block;
}

.collection-item {
  display: inline;
}

.collection-list {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.side-bar-collection {
  min-height: 365px;
  overflow: hidden;
}

.main-news-img {
  object-fit: cover;
  width: 100%;
  max-height: 480px;
  margin-bottom: 20px;
  display: block;
}

.search-result-item {
  margin-bottom: 40px;
}

.logo-text {
  color: #fff;
}

.logo-text.subtext {
  color: var(--gold);
  letter-spacing: 8px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 1em;
}

.logo-svg {
  height: 42px;
  color: var(--gold);
  display: inline-block;
}

.logo-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.logo-wrapper.main-logo-wrapper {
  justify-content: center;
  align-items: center;
}

.crecl-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 125px;
  display: flex;
  position: relative;
}

.crecl-icon-wrapper.scroll-down {
  width: 60px;
  height: 60px;
  display: flex;
  position: static;
  transform: scale(.7)rotate(90deg);
}

.cercl-figure {
  border: 3px solid var(--gold);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cercl-figure.two {
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
}

.cercl-figure.one {
  opacity: .2;
  border-radius: 100%;
}

.cercl-figure.three {
  background-color: var(--gold);
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 60%;
  display: flex;
}

.darck-card-text-wrapper {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.time-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--gold);
  letter-spacing: 0;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: 16px;
  display: grid;
}

.step-name {
  color: var(--dark-olive-green);
  font-size: 54px;
  font-weight: 800;
  line-height: 1em;
}

.step-name.one {
  margin-right: 12px;
}

.dont-dilate_ {
  background-image: url('../images/O.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  height: 400px;
  display: block;
}

.wite {
  color: #f7f7f8;
  margin-top: 10px;
}

.comtainer {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.comtainer.relative {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  max-width: 1240px;
  height: auto;
  display: flex;
  position: static;
}

.big-darck-card {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--black-2);
  background-color: var(--black--50);
  width: 100%;
  max-height: none;
  color: var(--white-2);
  background-image: none;
  border-radius: .2rem;
  grid-template-rows: auto;
  grid-template-columns: 450px minmax(60px, auto) 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-bottom: -80px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: grid;
  position: sticky;
  bottom: 30vh;
  transform: translate(0, 80px);
  box-shadow: 0 40px 20px -20px #0000008f;
}

.big-darck-card.step-thre {
  z-index: 2;
  transform: translate(0, 160px);
}

.big-darck-card.step-one {
  z-index: 4;
  transform: none;
}

.big-darck-card.step-fore {
  z-index: 1;
  position: sticky;
  transform: translate(0, 240px);
}

.big-darck-card.step-two {
  z-index: 3;
}

.image-for-card-step {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 50vh;
  display: block;
  position: static;
}

.quoteblock {
  padding-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}

.ava-name {
  color: #9a9fa5;
  font-size: 16px;
  font-weight: 500;
}

.head-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 110px;
}

.stiky-track-for-head-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.ava-wrapper {
  border-radius: 90px;
  width: 90px;
  height: 90px;
  position: relative;
}

.quet-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  background-color: #00000042;
  border-radius: .2rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 500px) minmax(200px, 442px);
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-top: 28px;
  padding: 38px 20px;
  display: grid;
}

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

.ava {
  object-fit: cover;
  border-radius: 90px;
  width: 90px;
  height: 90px;
}

.small-quote-img {
  width: 22px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.section-step {
  background-color: var(--black);
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-size: 150px;
  padding-bottom: 500px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  bottom: 0;
}

.section-for-heading {
  background-color: var(--black);
  color: var(--white-2);
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-size: 150px;
  padding: 100px 20px 20px;
}

.review-section {
  padding: 10px 50px 100px;
}

.section-with-video {
  min-height: 100vh;
  max-height: 100vh;
  color: var(--white-2);
  background-image: linear-gradient(90deg, #000 26%, #0000), url('../images/10.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding: 199px 50px;
  display: flex;
  overflow: hidden;
}

.autograph {
  float: right;
  color: #001c99;
  font-family: Great Vibes, cursive;
  font-size: 32px;
  line-height: 1.8em;
}

.banner {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #1a1d1f;
  background-color: #fff;
  border-radius: .2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin: -240px auto auto;
  padding: 40px 60px;
  display: block;
  position: relative;
  box-shadow: 0 20px 50px -10px #00000038;
}

.navbar-icon-wrapper {
  color: #7f56d9;
  flex: none;
}

.dropdown-toggle {
  color: var(--white-2);
  border-bottom: 2px solid #0000;
  align-items: center;
  margin-left: 0;
  margin-right: 5px;
  padding: .15rem 1.4rem .15rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  transition: all .3s;
  display: flex;
}

.dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  color: var(--white-2);
  border-radius: .2rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.dropdown-link:hover {
  color: var(--dark-olive-green);
  background-color: #363030;
}

.dropdown-link.other {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-link.other:hover {
  color: var(--dark-olive-green);
}

.icon-dropdown {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--dark-olive-green);
  margin-bottom: 0;
}

.dropdown-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--gold);
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.dropdown-list.w--open {
  border: 1px solid var(--black-2);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  width: 20em;
  height: auto;
  color: var(--white-2);
  background-color: #242020fa;
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-size: 150px;
  border-radius: .2rem;
  padding: 20px;
  top: 23px;
  left: 0;
  right: -100%;
  overflow: scroll;
}

.dropdown-list.other-dropdown.w--open {
  width: 50em;
  height: auto;
  left: -256px;
}

.dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown-link-list.navigation {
  width: 100%;
}

.form-button {
  grid-column-gap: .5rem;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #000;
  border: 1px solid #000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.form-button:hover {
  border-color: var(--dark-olive-green);
  background-color: var(--gold);
  color: var(--black);
}

.form-button:focus {
  background-color: var(--gold);
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.contact-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-input {
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 10px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.form-input:focus {
  color: #101828;
  border-color: #eb9f0094;
  box-shadow: 0 1px 2px #ffc11270, 0 0 0 4px #f4ebff;
}

.form-input::placeholder {
  color: #25272b;
}

.form-input.text-area {
  border-style: solid;
  border-color: #d0d5dd;
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.select {
  background-color: #fff;
}

.contact-form-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 800px;
}

.field-label {
  color: #344054;
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.success-message {
  background-color: #00bb45;
  padding: 1.5rem;
}

.text-style-link-form {
  color: var(--black);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.form-field-two-column {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.error-text {
  color: #e23939;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.contact-icon-wrapper {
  color: var(--gold);
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.form-field-wrapper {
  position: relative;
}

.contact-form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-text {
  font-weight: 600;
}

.contact-component {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 4px solid var(--gold);
  background-color: var(--white-2);
  border-radius: .2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 80px 40px 60px;
  display: flex;
}

.contact-item {
  align-items: center;
  margin-bottom: 28px;
  text-decoration: none;
  display: flex;
}

.parallax-image-wrapper {
  border-radius: .2rem;
  flex: none;
  min-height: auto;
  overflow: hidden;
}

.parallax-image {
  margin-bottom: 0;
}

.parallax-image.second-img-for-service-page {
  height: 500px;
}

.icon-wrapper {
  min-width: 36px;
  margin-right: 1px;
}

.section-about-ethics {
  min-height: 70vh;
  color: var(--white-2);
  text-align: center;
  background-image: linear-gradient(#0000009e, #0000009e), url('../images/stairs3-after.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 184px 20px;
  display: flex;
  position: relative;
}

.lightbox-second-page {
  border-radius: .2rem;
  align-items: center;
  height: 500px;
  display: flex;
  overflow: hidden;
}

.utility-page-wrap {
  background-image: linear-gradient(#00000080, #00000080), url('../images/6.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.scroll-down {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

.div-block.flex-description-wrapper {
  margin-bottom: 0;
}

.background-img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.background-overlay {
  z-index: 1;
  opacity: .85;
  background-image: linear-gradient(#000 12%, #000000a3 30%, #2420204f 92%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.button-row.card {
  margin-top: 20px;
}

.layout-item {
  grid-column-gap: 10px;
  display: flex;
}

.layout-image-wrapper {
  width: 100%;
  height: 100%;
}

.layout-item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 2.5rem;
}

.grid-service-page {
  grid-template-rows: auto;
  margin-top: 30px;
  margin-bottom: 50px;
}

.serch-container {
  min-height: 85vh;
  padding: 140px 20px 100px;
}

.flex-description-wrapper {
  flex-direction: column;
  display: flex;
}

.second-img-for-service-page {
  object-fit: cover;
  width: 100%;
  max-height: 520px;
  margin-bottom: 40px;
  display: block;
}

.icon-service-page {
  max-height: 32px;
}

.icon-main {
  object-fit: contain;
  width: 32px;
  max-height: 32px;
  margin-bottom: 0;
}

.underline {
  text-decoration: underline;
}

.title-wrap-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
}

.highlight-default {
  color: #545b66;
  background-color: #cce4ff4d;
  font-weight: 700;
  line-height: 32px;
  display: inline;
}

.tag-label {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 11px;
  line-height: 11px;
}

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

.container-tight.flex-gap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.colour {
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  display: block;
  overflow: hidden;
  box-shadow: 6px 6px 17px #524c4c0f;
}

.style-guide-section {
  padding: 100px 3%;
}

.title-wrap-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 670px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.title-grey {
  color: #727272;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.colour-block {
  background-color: var(--dark-olive-green);
  height: 120px;
}

.colour-block.color-6 {
  background-color: var(--black);
}

.colour-block.color-2 {
  background-color: var(--gold);
}

.colour-block.color-3 {
  background-color: var(--gainsboro);
}

.colour-block.color-4 {
  background-color: var(--white);
}

.colour-block.color-5 {
  background-color: var(--white-2);
}

.colour-block.color-7 {
  background-color: var(--black--50);
}

.colour-block.color-8 {
  background-color: var(--black-2);
}

.tag-holder {
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 10px 20px;
  transition: box-shadow .4s;
  box-shadow: 0 0 50px #0000;
}

.tag-holder:hover {
  box-shadow: 0 0 75px #00000012;
}

.header-section {
  color: #fff;
  background-color: #2e2e2e;
  justify-content: center;
  align-items: center;
  min-height: 420px;
  padding: 100px 3%;
  display: flex;
}

.block-detail {
  border-bottom: 1px solid #0000001c;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 25px;
  display: flex;
}

.strikethrough {
  text-decoration: line-through;
}

.block {
  margin-bottom: 45px;
}

.header-h4 {
  color: #232936;
  font-size: 30px;
}

.size-detail {
  color: #609fff;
  margin-left: 8px;
}

.colour-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.container-flex {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.colour-hex {
  color: #9b9eb8;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 700;
}

.tag-divider {
  background-color: #f3f3f5;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.colour-title {
  float: left;
  color: #4e5d78;
  font-size: 16px;
  font-weight: 700;
}

.colour-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 80px;
  padding-left: 14px;
  display: flex;
}

.style-guide-h1 {
  color: #fff;
}

.wrapper-100vh {
  min-height: 100vh;
}

.background-changelog {
  color: #e7e7e7;
  background-color: #2e2e2e;
  border-radius: 3px;
  padding: 60px 40px;
}

.content-section {
  background-color: #0000;
  padding: 120px 3%;
  position: relative;
}

.version-background {
  color: #2e2e2e;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 800;
  display: inline-block;
}

.legal-text {
  text-align: left;
  margin-top: 25px;
}

.licence-image {
  object-fit: contain;
  width: 100%;
  max-width: 500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.licence-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.qoute-q {
  margin-bottom: 20px;
}

.link-for-dropdown {
  color: var(--white-2);
  text-decoration: none;
}

.link-for-dropdown:hover {
  color: var(--gold);
}

.paragraph {
  font-size: 16px;
}

.paragraph.other {
  border-right: 3px none var(--dark-olive-green);
  border-left: 3px solid var(--dark-olive-green);
  color: var(--white);
  text-align: left;
  padding-left: 22px;
  padding-right: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5em;
}

.hidden {
  display: none;
}

.paragraph-2 {
  font-size: 16px;
  line-height: 20px;
  display: none;
}

.image {
  width: 100%;
  max-width: none;
  height: auto;
  position: static;
}

.div-block-2 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 50px 0;
  display: flex;
  position: relative;
}

.section-2.googel-review {
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
}

.heading.h2 {
  font-size: 42px;
}

.paragraph-3 {
  color: var(--black);
  font-size: 16px;
}

.paragraph-3.white-text {
  color: var(--white);
  font-size: 18px;
  line-height: 1.5em;
}

.bold-text {
  font-size: 16px;
}

.code-embed {
  box-shadow: 0 20px 50px -10px #0003;
}

.paragraph-4 {
  color: var(--white);
  text-align: left;
  font-size: 18px;
}

.accordion-wrapper-one-column {
  justify-content: center;
  width: 100%;
  padding-top: 46px;
  padding-bottom: 0;
}

.heading-61 {
  text-align: center;
  font-size: 36px;
  line-height: 1.2em;
}

.left-title-wrapper {
  text-align: center;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: static;
  top: 110px;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.accordion-title {
  font-size: 18px;
  line-height: 22px;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid #e9ddce;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px 20px;
  position: static;
}

.accordion-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-size: 17px;
  line-height: 24px;
}

.base-container {
  z-index: 100;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: static;
}

.faq-s-wrapper {
  grid-column-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.subtitle-all-caps {
  color: var(--dark-olive-green);
  text-transform: uppercase;
  font-size: 18px;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1px 0;
  display: flex;
}

.section-9 {
  width: 100vw;
  padding: 68px 40px 70px;
}

.accordion-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.heading-62 {
  color: var(--white);
  text-align: center;
  font-size: 36px;
  line-height: 1.2em;
}

.div-block-3 {
  text-align: left;
}

.image-2 {
  margin-bottom: 0;
}

.list-item {
  margin-bottom: 16px;
}

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

.image-3 {
  margin-bottom: 0;
  margin-left: 20px;
  padding-top: 0;
}

.footer-copyright {
  color: #fafafa9c;
  text-align: left;
  flex: 1;
  width: 50%;
  font-size: 12px;
  font-weight: 500;
  display: block;
}

.success-message-footer {
  text-align: center;
  background-color: #0000;
  min-height: 68px;
}

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

.form-block-footer {
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 68px;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.submit-wrapper {
  text-align: left;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 55%;
  height: 220px;
  display: flex;
}

.footer-socila-wtapper {
  grid-column-gap: 30px;
  display: flex;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  background-color: #030303f5;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 40px;
  display: flex;
}

.links-footer-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 30%;
  display: flex;
}

.footer-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.links-pages-footer-wrapper {
  grid-column-gap: 30px;
  margin-top: 41px;
  display: flex;
}

.info-company {
  color: var(--white);
  border-bottom: 1px #000;
  text-decoration: none;
  transition: border-color .3s, color .3s;
  display: flex;
}

.info-company:hover {
  color: var(--gold);
  border-bottom-color: #a39161;
}

.info-company.left {
  text-align: left;
}

.div-block-11 {
  height: auto;
  display: flex;
}

.form-footer {
  align-items: center;
  width: 100%;
  display: flex;
}

.page-link-footer {
  color: var(--gold);
  border: 1px #000;
  margin-right: 20px;
  text-decoration: none;
}

.paragraph-footer {
  width: 85%;
}

.primary-button {
  color: #fff;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: keep-all;
  background-color: #1c1c1c;
  border: 1px solid #000;
  margin-bottom: 13px;
  padding: 16px 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  opacity: 1;
  color: #1c1c1c;
  background-color: #a39161;
  border-color: #fff;
}

.primary-button.hover-white-bg {
  border-color: var(--gold);
  background-color: var(--gold);
  color: var(--black);
  margin-bottom: 0;
}

.primary-button.hover-white-bg:hover {
  background-color: #fff;
}

.primary-button.full-w {
  justify-content: center;
  width: 100%;
  display: flex;
}

.primary-button.full-w:hover {
  background-color: var(--gold);
}

.footer-rights {
  color: var(--white-2);
  margin-left: 42px;
  font-size: 12px;
  font-weight: 500;
}

.borders-links-footer {
  border-top: 1px solid #e9ddce;
  border-bottom: 1px solid #e9ddce;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 29px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.footer-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--black);
  text-align: center;
  flex-flow: column;
  align-items: flex-start;
  padding: 64px;
  display: flex;
}

.footer-2.centered {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
}

.error-message-footer {
  width: 100%;
}

.footer-logo-img {
  margin-bottom: 0;
  padding-top: 22px;
  padding-bottom: 22px;
}

.text-field {
  border: 1px solid #e9ddce;
  min-height: 68px;
  margin-bottom: 0;
  margin-right: -40px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 28px;
}

.text-field:focus {
  border-color: #1c1c1c;
}

.text-field::placeholder {
  color: #000;
}

.footer-logo-link {
  border-bottom-style: none;
  margin-bottom: 60px;
  margin-right: auto;
}

.footer-logo-link.w--current {
  margin-bottom: 0;
}

.social-icon {
  color: #fff;
  background-color: #1c1c1c;
  border: 1px solid #1c1c1c;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 1em;
  transition: background-color .2s, color .3s;
  display: flex;
}

.social-icon:hover {
  color: #1c1c1c;
  background-color: #0000;
  border-color: #1c1c1c;
}

.primary-text {
  color: #1c1c1c;
}

.link-6 {
  color: var(--gold);
  font-size: 12px;
  text-decoration: none;
}

.info-company-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-4 {
  margin-bottom: 0;
}

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

.image-5 {
  margin-bottom: 0;
  padding-bottom: 6px;
}

.image-6 {
  margin-bottom: 0;
}

.left-alignment {
  text-align: center;
}

.left-alignment.smaller-text {
  letter-spacing: 1px;
  font-size: 32px;
}

.div-block-56 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.error-message-color {
  color: #fff;
  text-align: center;
  background-color: #ef3b31;
  height: auto;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div {
  width: 70%;
  height: 50%;
}

.div.less {
  height: auto;
  overflow: scroll;
}

.text-field-contact {
  color: #000;
  background-color: #0000;
  border: 1px #eaeaea;
  border-bottom: 1px solid #babdc2;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 6px;
  margin-right: 6px;
  font-size: 14px;
  line-height: 24px;
}

.text-field-contact:hover {
  border-bottom-color: #142335;
}

.text-field-contact::placeholder, .text-field-contact.other-text-colour, .text-field-contact.other-text-colour:focus-visible, .text-field-contact.other-text-colour[data-wf-focus-visible] {
  color: #000;
}

.form-block-5 {
  width: 100%;
  padding-left: 18px;
  padding-right: 18px;
}

.form-block-5.outline-outside {
  border: 8px solid var(--gold);
  background-color: var(--white-2);
  flex-direction: column;
  align-items: center;
  width: auto;
  padding-top: 18px;
  padding-bottom: 15px;
  display: flex;
}

.flex-form {
  color: #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-84 {
  margin-bottom: 9px;
}

.modal {
  z-index: 2147483647;
  color: #000;
  background-color: #000000d9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: auto;
  height: auto;
  padding: 26px 146px 0;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.button-wrapper-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  margin-top: 30px;
  display: flex;
}

.button-wrapper-2.product {
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
}

.success-message-color {
  color: #fff;
  background-color: #00b3ac;
}

.text-area {
  color: #000;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #babec3;
  height: 100px;
  min-height: 130px;
  padding-top: 8px;
  font-size: 14px;
}

.text-area:hover {
  border-bottom-color: #142335;
}

.text-area::placeholder {
  color: #000;
}

.modal-close {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
}

.form-4 {
  color: #000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-85 {
  margin-bottom: 0;
}

.image-86 {
  width: 100%;
  margin-bottom: 0;
}

.image-wrapper {
  border-radius: 4px;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.image-one {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 18px;
}

.image-two {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.div-block-57 {
  background-color: var(--black);
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  min-height: auto;
  max-height: none;
  padding: 0 40px;
  display: flex;
}

.div-block-58 {
  flex-flow: column;
  display: flex;
}

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

.div-block-59 {
  display: flex;
}

.div-block-60 {
  background-color: var(--black);
  height: 115px;
  position: relative;
}

.rich-text-block {
  font-size: 16px;
}

.mask {
  position: absolute;
}

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

.slide {
  background-image: linear-gradient(#000 5%, #0000004f 34%, #00000087 97%), url('../images/stairs3-after.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide._2 {
  background-image: linear-gradient(#000 5%, #0000004f 34%, #00000087 97%), url('../images/driveway-after.jpg');
}

.slide._3 {
  background-image: linear-gradient(#000 5%, #0000004f 34%, #00000087 97%), url('../images/pool2-after.jpg');
}

.paragraph-5 {
  font-size: 16px;
}

.div-block-61 {
  background-color: var(--white-2);
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  display: flex;
}

.paragraph-6 {
  text-align: left;
  width: 100%;
  font-size: 16px;
}

.paragraph-6.cebtered {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.div-block-62 {
  padding-top: 35px;
  padding-bottom: 35px;
}

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

.paragraph-7 {
  text-align: center;
  margin-bottom: 23px;
  font-size: 20px;
  font-weight: 600;
  line-height: 33px;
}

.paragraph-7.bigger-font {
  font-size: 28px;
  font-weight: 600;
}

.div-block-64 {
  margin-bottom: 40px;
}

.div-block-65 {
  height: 500px;
  padding-top: 0;
  overflow: hidden;
}

.image-87 {
  margin-bottom: 0;
}

.paragraph-8 {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}

.paragraph-8.subtext {
  padding-left: 14px;
}

.paragraph-8.sub-category {
  margin-bottom: 0;
}

.paragraph-8.smaller-text {
  font-size: 14px;
  line-height: 1.5em;
}

.paragraph-9 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.paragraph-10 {
  font-size: 16px;
}

.block-quote {
  background-image: url('../images/Quote-Icon-2.svg'), url('../images/Quote-Icon.svg'), linear-gradient(#eee, #eee);
  background-position: 98% 20%, 1% 20%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 5%, 5%, auto;
  border: 1px #000;
  margin-bottom: 39px;
  padding: 36px 80px;
}

.block-quote.pther {
  padding: 49px 80px;
}

.image-88 {
  margin-bottom: 0;
}

.image-89 {
  margin-bottom: 0;
  overflow: visible;
}

.rich-text-block-2 {
  margin-top: 40px;
  margin-bottom: 26px;
}

.primary-red-button {
  color: #fff;
  letter-spacing: 1px;
  background-color: #ff6d20;
  border: 1px solid #ff6d20;
  padding: 15px 30px;
  font-weight: 400;
  transition-property: all;
  transition-duration: .3s;
}

.primary-red-button:hover {
  color: #010524;
  background-color: #fff;
  border-color: #fff;
}

.primary-red-button.full-submit-width {
  width: 100%;
  height: 58px;
}

.primary-red-button.full-submit-width:hover {
  color: #fff;
  background-color: #010524;
  border-color: #010524;
}

.primary-red-button.full-submit-width.other-colour {
  border-color: var(--dark-olive-green);
  background-color: var(--dark-olive-green);
  color: var(--black);
  font-size: 18px;
  font-weight: 600;
  transition-duration: .425s;
}

.primary-red-button.full-submit-width.other-colour:hover {
  background-color: var(--black);
  color: var(--gold);
}

.div-block-71 {
  margin-left: 11px;
}

.div-block-29 {
  width: 40%;
}

.brand-block {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  display: flex;
}

.home-4-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.secvices-detail-title {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.1em;
}

.form-block-4 {
  margin-bottom: 0;
}

.contacts-input {
  color: #010524;
  background-color: #0000;
  border: 1px solid #ff6d20;
  height: auto;
  padding: 16px 18px;
  transition: all .2s;
}

.contacts-input:focus {
  border: 1px solid #ff6d20;
}

.contacts-input::placeholder {
  color: #717171;
}

.contacts-input.white {
  color: #f9f9fa;
  letter-spacing: 1px;
  border-width: .5px;
  border-color: #f9f9fa;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1em;
}

.contacts-input.white::placeholder, .contacts-input.white:lang(en) {
  color: #f9f9fa;
}

.image-brand {
  filter: invert();
  width: auto;
  max-width: none;
  height: 25px;
}

.image-brand.other {
  width: auto;
  height: 20px;
}

.image-brand.bigger {
  height: 36px;
}

.link-details {
  line-height: 1.2em;
}

.text-block-17 {
  color: #f2f1f1;
  letter-spacing: .7px;
  font-size: 14px;
  line-height: 1.4em;
}

.brand-block-image {
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
}

.text-content-right-details {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: auto;
  margin-left: 0;
  margin-right: 40px;
  padding-right: 40px;
  display: flex;
}

.text-block-14 {
  color: #f2f1f1;
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 9px;
  font-size: 22px;
  font-weight: 400;
}

.overlay-service-details {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #060b3d00;
  background-image: linear-gradient(#060b3d24, #060b3d24), linear-gradient(#00000040, #00000040);
  justify-content: center;
  align-items: center;
  padding-top: 197px;
  padding-left: 17px;
  padding-right: 17px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.form-2 {
  background-color: #0000003b;
  margin-bottom: 25px;
  padding: 18px;
}

.services-category {
  color: #ff6d20;
  font-weight: 600;
  transition: color .3s;
}

.services-category:hover {
  color: #fff;
}

.bottom-block-home-1 {
  grid-row-gap: 35px;
  flex-direction: column;
  width: 90%;
  padding-bottom: 15px;
  display: flex;
}

.home-ruc-4-description {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 19px;
}

.contacts-textarea {
  color: #010524;
  background-color: #0000;
  border: 1px solid #ff6d20;
  min-height: 200px;
  margin-bottom: 30px;
  padding: 16px 18px;
}

.contacts-textarea:focus {
  border: 1px solid #ff6d20;
}

.contacts-textarea::placeholder {
  color: #717171;
}

.contacts-textarea.white {
  color: #f9f9fa;
  border-width: .5px;
  border-color: #f9f9fa;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  min-height: 120px;
  margin-bottom: 16px;
}

.contacts-textarea.white::placeholder {
  color: #f9f9fa;
  letter-spacing: 1px;
}

.div-block-72 {
  width: 60%;
}

.italic-text {
  font-style: normal;
  font-weight: 500;
}

.bold-text-3 {
  text-align: left;
  font-size: 32px;
}

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

.image-90 {
  margin-bottom: 0;
  margin-right: 11px;
}

.div-block-73 {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 9px;
  display: flex;
}

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

.paragraph-11 {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0;
  line-height: 18px;
  display: flex;
}

.text-block-19 {
  text-align: left;
}

.heading-63 {
  margin-bottom: 0;
}

.div-block-74 {
  width: 60%;
}

.header {
  z-index: 2;
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1240px;
  margin-top: 136px;
  display: flex;
  position: relative;
}

.div-block-75 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 16px;
  margin-bottom: 12px;
  display: block;
}

.div-block-76 {
  margin-top: 28px;
}

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

.text-block-20 {
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.div-block-77 {
  margin-top: 20px;
}

.div-block-70 {
  border-bottom: 1px solid var(--black-2);
  background-color: var(--black);
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.div-block-69 {
  text-align: center;
  align-self: center;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.heading-52 {
  color: #afafaf;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-12 {
  color: #ffffffa1;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}

.link {
  text-decoration: none;
}

.link:hover {
  color: #ffad81;
}

.div-block-78 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-link-2 {
  color: var(--dark-olive-green);
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: 600;
  transition: all .45s;
}

.nav-link-2:hover {
  color: var(--gainsboro);
}

.section-10 {
  padding: 80px 40px;
  position: relative;
}

.section-10.about-us-banner {
  background-color: #1c1c1c;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Lign-BG.png'), url('../images/about-us-hero.png');
  background-position: 0 0, 50%, 50% 0;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 1024px, cover;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  display: flex;
}

.section-10.about-us-banner.become-a-dealer {
  background-image: linear-gradient(#00000078, #00000078), url('../images/GG.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 500px;
  padding-bottom: 44px;
}

.div-block-103 {
  min-width: 90%;
  margin-bottom: 35px;
  padding-left: 0;
  padding-right: 0;
}

.white-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
}

.red-h2-text-2 {
  color: #ff575a;
}

.white-paragraph-2 {
  color: #fff;
}

.content-2 {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.form-success-title {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.1em;
  font-weight: 300;
  line-height: 1.2em;
}

.section-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 56px 50px 0;
  display: flex;
  position: relative;
}

.text-block-21 {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}

.form-error-link {
  color: #0a223f;
  text-decoration: underline;
}

.text-check {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.icon-check {
  width: 25px;
  height: 25px;
  padding: 3px;
}

.text-subtitle {
  color: #010524;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 730px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 900;
}

.rich-text {
  text-align: left;
  margin-bottom: 30px;
  font-size: 17px;
}

.service-details-sidebar-wrapper-2 {
  z-index: 2;
  background-color: #fcf8f4;
  border: 1px solid #e9ddce;
  width: auto;
  margin-bottom: 26px;
  padding: 21px 20px;
  position: static;
  top: 110px;
}

.div-block-100 {
  position: sticky;
  top: 160px;
}

.block-check {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.form-success-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-bottom: .5em;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.3em;
  display: block;
}

.form-field {
  z-index: 5;
  color: #000;
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #5d5959;
  min-height: 2.5em;
  margin-top: 0;
  margin-bottom: 9px;
  padding: 0 0 0 7.5em;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1em;
  transition: border-color .5s;
  position: relative;
}

.form-field:hover {
  border-bottom-color: #0c389f;
}

.form-field:focus {
  background-color: #0000;
  border-color: #0000 #0000 #1b243ab3;
}

.form-field::placeholder {
  color: #333;
  font-size: .7em;
  font-weight: 300;
}

.form-field.other {
  color: #000;
  border-bottom-color: #5d5959;
  min-height: 2.5em;
  margin-bottom: 7px;
  padding-left: 4.7em;
  font-size: 14px;
  line-height: 16px;
}

.form-field.other:hover {
  border-bottom-color: #000;
}

.form-field.text-area {
  border-bottom-color: #5d5959;
  min-height: 6em;
  padding-top: 1.4em;
  padding-left: 0;
}

.form-field.text-area:hover {
  border-bottom-color: #000;
}

.form-item {
  align-items: flex-start;
  width: 100%;
  font-size: 14px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-item:hover {
  border-bottom-color: #fff;
}

.form-item.is-area-text {
  align-items: flex-start;
  margin-bottom: 1.3em;
  padding-top: 1em;
}

.form-error-message {
  background-color: #ffccd5;
  border: 1px solid #c9184a;
  padding: 2em;
}

.form-success-message-2 {
  color: #fff;
  background-color: #45934f;
  border: 1px solid #f1fff8;
  width: 100%;
  padding: 5em 3em;
}

.form-error-paragraph {
  color: #191c1f;
  line-height: 1.6;
}

.form-label {
  z-index: 11;
  color: #3b3b3b;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2em;
  position: absolute;
  top: .9em;
  left: 0;
}

.form-block {
  width: 100%;
}

.primary-button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background-color: #1c1c1c;
  border: 1px solid #1c1c1c;
  border-radius: 6px;
  width: 100%;
  min-height: 46px;
  padding: 11px 15px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1em;
  transition: all .3s;
  display: flex;
}

.primary-button-2:hover {
  opacity: 1;
  color: #fff;
  background-color: #961719;
  border-color: #1c1c1c;
}

.primary-button-2.other {
  background-color: #961719;
  border-width: 2px;
  border-color: #961719;
  width: auto;
  padding: 17px 18px;
  font-size: 14px;
}

.primary-button-2.other:hover {
  color: #961719;
  text-align: center;
  background-color: #ffffff87;
  border-width: 2px;
  border-color: #961719;
}

.primary-button-2.other.center-title._100 {
  width: 100%;
}

.side-bar-block {
  position: static;
  top: 119px;
}

._2-1-column-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-bottom: 5px;
  display: grid;
  position: relative;
}

.check {
  background-color: #fff0;
  background-image: url('../images/Quelaty.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 15px;
  display: flex;
}

.form-inner {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form-inner.hidden {
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.bold-text-4 {
  color: var(--dark-olive-green);
}

.columns-2 {
  margin-top: 32px;
}

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

.div-block-106 {
  text-align: center;
  align-self: center;
  width: 100%;
  margin-bottom: 35px;
}

.heading-64 {
  color: #afafaf;
  font-size: 18px;
}

.div-block-116 {
  display: flex;
}

.text-block-22 {
  color: #fff;
}

.link-9 {
  color: #ca585a;
  letter-spacing: .4px;
  font-size: 14px;
}

.link-9:hover {
  color: #fcf8f4;
  letter-spacing: .4px;
  border: 1px #000;
}

.list {
  padding-left: 16px;
  font-weight: 500;
}

.bold-text-5, .bold-text-6 {
  font-weight: 900;
}

.heading-65 {
  margin-top: 30px;
}

.bold-text-7 {
  font-size: 20px;
}

.div-block-117 {
  height: 400px;
  overflow: hidden;
}

.grid-2 {
  grid-template-rows: auto;
  place-items: start center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.div-block-118 {
  height: 400px;
  display: flex;
  overflow: hidden;
}

.div-block-119 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 57px;
  display: flex;
}

.list-item-2 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}

.bold-text-8 {
  font-size: 16px;
}

.column-3 {
  background-color: #eee;
}

.columns-4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.text-block-23 {
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.bold-text-9 {
  font-size: 48px;
}

.bold-text-10 {
  text-transform: uppercase;
  font-family: Acumin Variable Concept, Arial, sans-serif;
  font-weight: 400;
}

.nav-link-main {
  color: var(--white);
  letter-spacing: .5px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .35s;
}

.nav-link-main:hover {
  color: var(--gold);
}

.nav-link-main:visited {
  color: var(--white);
}

.nav-link-main.w--current:visited, .nav-link-main.w--current:lang(en) {
  color: var(--gold);
}

.text-block-24 {
  text-align: left;
  width: 70%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.6em;
}

.text-block-25 {
  color: var(--gold);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.section-11 {
  height: 100vh;
  position: absolute;
}

.div-block-122 {
  width: 100%;
  height: 100%;
}

.div-block-123 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-123.shorter {
  max-width: 800px;
}

.div-block-123.shorter.left-alignment {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.div-block-123.shorter.centered {
  justify-content: space-between;
  align-items: center;
}

.div-block-123.left-alignemnt {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
}

.div-block-123.centered-alignment {
  justify-content: space-between;
  align-items: center;
}

.div-block-124 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.div-block-125 {
  border-bottom: 1px solid var(--gold);
  width: 80px;
  height: 1px;
}

.italic-text-2 {
  color: var(--white-2);
  text-transform: none;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-style: normal;
}

.link-block-3 {
  background-image: linear-gradient(0deg, #000 6%, #0000 68%), url('../images/6.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border: 2px solid #ffc11200;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 260px;
  padding-bottom: 0;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  overflow: hidden;
}

.link-block-3:hover {
  border-color: var(--gold);
}

.link-block-3._2 {
  background-image: none;
  border-style: none;
  border-width: 0;
  height: 300px;
  position: relative;
}

.link-block-3._2:hover {
  background-image: none;
  border-style: none;
}

.link-block-3._2.about-us-section {
  border-radius: 30px;
  height: auto;
}

.image-92 {
  width: 100%;
  margin-bottom: 0;
}

.div-block-126 {
  position: absolute;
}

.div-block-127 {
  background-image: linear-gradient(#000, #fff);
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-128 {
  z-index: 4;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 19px;
  display: flex;
  position: relative;
}

.italic-text-3 {
  color: var(--white);
  text-decoration: none;
}

.text-block-26 {
  color: var(--white);
  letter-spacing: 1px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 16px;
}

.text-block-26.name-tag {
  color: var(--gold);
  font-size: 26px;
  line-height: 26px;
}

.text-block-27 {
  color: var(--gold);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 12px;
}

.text-block-28 {
  color: #979797;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.text-block-28.bigger-text {
  font-size: 16px;
  line-height: 20px;
}

.div-block-129 {
  z-index: 4;
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.image-93 {
  max-width: none;
  position: absolute;
  overflow: hidden;
}

.div-block-130 {
  z-index: 1;
  background-image: linear-gradient(0deg, #000, #0000 72%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.outline-box {
  z-index: 2;
  border: 2px solid #0000;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.category-image {
  position: absolute;
  overflow: hidden;
}

.image-category {
  height: auto;
}

.div-block-131 {
  display: flex;
}

.heading-66 {
  color: var(--white);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 48px;
  line-height: 1.2em;
}

.heading-66.title-yellow {
  color: var(--gold);
  line-height: 48px;
}

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

.div-block-132.light-grey-background {
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 11px;
}

.div-block-132.light-grey-background.more-curved-corners {
  border-radius: 20px;
}

.div-block-132.light-grey-background.other {
  width: 100%;
}

.text-block-29 {
  color: var(--white);
  letter-spacing: 1px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
}

.text-block-29.center-alignment {
  text-align: center;
}

.text-block-29.center-alignment.bigger-text {
  color: var(--light-grey-text-main);
  font-size: 22px;
  font-weight: 400;
}

.text-block-29.center-alignment.grey-text {
  color: var(--light-grey-text);
}

.text-block-29.center-alignment.grey-text.left-alignment.slightly-bigger-text {
  font-size: 20px;
}

.text-block-29.left-alignment {
  text-align: left;
}

.text-block-29.black-text {
  color: var(--black);
  font-weight: 400;
}

.text-block-29.black-text.bold {
  font-weight: 700;
}

.text-block-29.black-text.bold.bigger-font {
  font-size: 22px;
}

.text-block-29.black-text.smaller-text {
  font-size: 14px;
  line-height: 16px;
}

.text-block-29.black-text.other-colour {
  color: #0009;
  font-size: 20px;
}

.text-block-29.bigger-text {
  font-size: 28px;
  font-weight: 700;
}

.text-block-29.slightly-bigger-text {
  font-size: 22px;
  font-weight: 400;
}

.image-94 {
  width: 60px;
  margin-bottom: 0;
}

.image-95 {
  border-radius: 0;
  width: 100%;
}

.div-block-133 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  background-color: var(--gold);
  border-radius: 15px;
  flex-flow: column;
  width: 260px;
  padding: 25px;
  display: flex;
  position: relative;
  inset: -115px -86% auto auto;
}

.text-block-30 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.text-block-31 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.div-block-134 {
  border-radius: 20px;
  height: 700px;
  overflow: hidden;
}

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

.heading-67 {
  color: var(--gold);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
}

.div-block-135 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-136 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  margin-top: -120px;
  display: flex;
}

.grid---3-columns {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 22px;
  padding-bottom: 22px;
}

.div-block-137 {
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 400px;
  padding: 25px;
  display: flex;
  box-shadow: 0 2px 10px #00000078;
}

.div-block-137.grey-back {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  height: auto;
  box-shadow: none;
  background-color: #f0f0f0;
  border-radius: 15px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 50px;
}

.paragraph-14 {
  letter-spacing: .5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.paragraph-14.smaller-text {
  font-size: 14px;
  line-height: 1.4em;
}

.paragraph-14.bigger-text {
  font-size: 18px;
}

.paragraph-14.light-grey-text {
  color: var(--light-grey-text-main);
}

.link-10 {
  color: var(--black);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.image-96 {
  padding-left: 24px;
  padding-right: 24px;
}

.text-block-32 {
  text-align: center;
  margin-top: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.bold-text-11 {
  color: #009444;
}

.bold-text-12 {
  color: var(--white);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--black);
  overflow-wrap: normal;
}

.bold-text-13 {
  color: #ed1c24;
}

.image-97 {
  border: 1px solid var(--white);
  border-radius: 10px;
}

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

.text-block-33 {
  color: var(--white);
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
}

.div-block-139 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-140 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.image-98 {
  margin-bottom: 0;
}

.div-block-141 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  background-color: var(--gold);
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  padding: 33px;
  display: flex;
}

.text-block-34 {
  text-align: left;
  letter-spacing: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 50px;
}

.text-block-34.white-text.centered {
  text-align: center;
}

.text-block-35 {
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.link-block-4 {
  border: .6px solid var(--white);
  border-radius: 10px;
}

.button {
  background-color: var(--black);
  background-image: url('../images/ICON-PHONE.svg');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: 12%;
  border-radius: 10px;
  padding: 15px 24px 15px 55px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 2px 7px #000000c2;
}

.button.yello-button {
  background-color: var(--gold);
  color: var(--black);
  background-image: url('../images/ICON-PHONE-Black.svg');
}

.button.yello-button.no-icon-button {
  background-image: none;
  padding-left: 24px;
}

.text-block-36 {
  letter-spacing: .5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
}

.text-block-36.bigger-text {
  text-align: center;
  font-size: 18px;
}

.text-block-36.bigger-text.white-text {
  line-height: 18px;
}

.text-block-36.bigger-text.much-bigger-text {
  color: #00000080;
  letter-spacing: 0;
  font-size: 26px;
  font-weight: 700;
}

.div-block-142 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1000px;
  margin-top: 0;
  display: flex;
}

.div-block-143 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.div-block-143.left-alignemnt {
  justify-content: space-between;
  align-items: flex-start;
}

.div-block-144 {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 330px;
  display: flex;
  overflow: hidden;
}

.link-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.text-block-37 {
  color: var(--black);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.div-block-145 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-68 {
  letter-spacing: -.5px;
  max-width: 1400px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.heading-68.bigger {
  font-size: 64px;
}

.text-block-38 {
  color: var(--gold);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-39 {
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 32px;
}

.text-block-39.centered {
  text-align: center;
}

.div-block-146 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-147 {
  background-color: var(--gold);
  border-radius: 5px;
  margin-top: -32px;
  padding: 7px 9px;
  position: static;
  inset: 2% auto auto 1%;
}

.div-block-147._2 {
  margin-top: -32px;
  position: static;
  top: 2%;
  left: 35%;
}

.div-block-147._3 {
  inset: 2% auto auto 69%;
}

.div-block-147._4 {
  top: 50%;
}

.div-block-147._5 {
  top: 50%;
  left: 35%;
}

.div-block-147.electric-tab {
  top: 2%;
  left: 1%;
}

.div-block-147.electric-tab.no-padding {
  margin-top: -21px;
  position: relative;
  left: -45%;
}

.div-block-147.electric-tab.no-padding.other {
  left: -40%;
}

.div-block-147.electric-tab.no-padding.indistrial-div {
  left: -43%;
}

.text-block-40 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 16px;
}

.text-block-41 {
  border: 1px solid #000;
  border-radius: 5px;
  padding: 3px 5px;
  font-size: 11px;
  line-height: 14px;
}

.text-block-41.yellow {
  border-color: var(--gold);
  color: var(--gold);
}

.text-block-41.yellow.bigger-text {
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 700;
}

.text-block-41.yellow.bigger-text.other-div {
  border-color: var(--gold);
  color: var(--gold);
  background-color: #624900;
}

.text-block-41.bigger-text {
  letter-spacing: 1px;
  padding: 7px 9px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.text-block-41.bigger-text.other-div {
  border-color: var(--light-grey);
  background-color: var(--dark-grey-div);
  color: var(--light-grey);
}

.grid-3 {
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-4 {
  background-color: var(--black);
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-4.column-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-148 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 38px 38px 29px;
  display: flex;
}

.text-block-42 {
  color: var(--gold);
  font-family: Lato, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 40px;
}

.div-block-149 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-150 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: column;
  display: flex;
}

.div-block-151 {
  background-color: var(--black);
  width: 100%;
  height: 90px;
  position: fixed;
}

.div-block-152 {
  background-color: #f0f0f0;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  padding-top: 34px;
  padding-bottom: 34px;
  display: flex;
}

.image-99 {
  margin-bottom: 0;
}

.div-block-153 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  display: flex;
}

.superscript {
  font-size: 28px;
  font-weight: 700;
}

.div-block-154 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1400px;
  display: flex;
}

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

.button-download {
  background-color: var(--white);
  height: 75px;
  color: var(--black);
  background-image: url('../images/Icon-Download.svg');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: 7%;
  border: 1px solid #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-left: 46px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  display: flex;
}

.button-download.other-button {
  background-position: 15%;
}

.button-download.other-download-button {
  background-position: 30%;
  background-size: 6%;
  transition: all .425s;
}

.button-download.other-download-button:hover {
  border-color: var(--dark-olive-green);
  color: var(--dark-olive-green);
}

.button-yellow {
  background-color: var(--gold);
  height: 75px;
  color: var(--black);
  background-image: url('../images/Icon-Envelope.svg');
  background-position: 40%;
  background-repeat: no-repeat;
  background-size: 3.5%;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-left: 80px;
  padding-right: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.button-yellow.other-request-button {
  background-position: 30%;
  background-size: 6%;
  padding-left: 60px;
  transition: all .425s;
}

.button-yellow.other-request-button:hover {
  background-color: var(--dark-olive-green);
}

.button-yellow.no-mail-icon {
  background-image: none;
  padding-left: 0;
  transition: all .425s;
}

.button-yellow.no-mail-icon:hover {
  border: 1px solid var(--gold);
  background-color: var(--black);
  color: var(--gold);
}

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

.div-block-156 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  display: flex;
}

.link-block-6 {
  border: 1px solid var(--light-grey-outline);
  background-color: var(--background-dark-grey);
  border-radius: 20px;
  text-decoration: none;
}

.grid-5 {
  grid-template-rows: auto;
  place-items: center stretch;
  width: 100%;
  padding: 16px 28px;
}

.div-block-157 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-158 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.centered-div {
  align-self: center;
}

.link-11 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.heading-69, .text-block-43 {
  color: var(--white);
}

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

.text-block-44 {
  color: var(--grey-background);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.6em;
}

.image-100 {
  width: 100%;
  margin-bottom: 0;
}

.div-block-164 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.bold-text-14 {
  color: var(--gold);
}

.div-block-165 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  border-left: 5px solid var(--gold);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-left: 15px;
  display: flex;
}

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

.div-block-167, .div-block-168 {
  width: 100%;
  max-width: 1400px;
}

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

.link-12, .link-13 {
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .main-section.contact-us.other.product-section, .main-section.contact-us.product-section {
    justify-content: flex-start;
    align-items: center;
  }

  .container {
    max-width: none;
  }

  .accordion-wrapper-one-column {
    width: 100%;
  }

  .subtitle-all-caps {
    margin-bottom: 10px;
  }

  .footer-2 {
    padding-top: 62px;
  }

  .brand-block {
    flex-wrap: nowrap;
  }

  .secvices-detail-title {
    font-size: 55px;
  }

  .brand-block-image {
    max-width: 100%;
  }

  .text-content-right-details {
    grid-row-gap: 70px;
  }

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

  .section-10.about-us-banner {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/Lign-BG.png'), url('../images/about-us-hero.png');
    background-position: 0 0, 50%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, 1024px, cover;
  }

  .service-details-sidebar-wrapper-2 {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-category {
    height: auto;
  }

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

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

  .div-block-152 {
    max-width: 1400px;
  }

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

@media screen and (min-width: 1920px) {
  .main-section.contact-us.product-section {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .container {
    max-width: none;
  }

  .container.product-container {
    flex-flow: column;
    display: flex;
  }

  .section.blach-back {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .about-info-wrapper-card {
    max-width: 1400px;
  }

  .accordion-wrapper-one-column {
    width: 100%;
  }

  .text-content-right-details {
    grid-row-gap: 160px;
  }

  .section-10 {
    padding-top: 130px;
  }

  .section-10.about-us-banner {
    background-image: linear-gradient(#0200004d, #0200004d), url('../images/Lign-BG.png'), url('../images/about-us-hero.png');
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .service-details-sidebar-wrapper-2 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .div-block-123.left-alignemnt {
    width: 100%;
  }

  .image-category {
    height: auto;
  }

  .div-block-143 {
    max-width: none;
  }

  .button-yellow.no-mail-icon {
    width: 100%;
    max-width: 1400px;
  }

  .div-block-162 {
    width: 100%;
    max-width: none;
  }

  .div-block-167, .div-block-168 {
    width: 100%;
    max-width: 1400px;
  }

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

@media screen and (max-width: 991px) {
  .main-section {
    min-height: auto;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .main-section.aiming-high {
    min-height: 400px;
    padding-bottom: 63px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-section.services {
    padding-top: 148px;
    padding-bottom: 117px;
  }

  .main-section.contact-us.other {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-section.contact-us.other.product-section {
    padding-bottom: 40px;
  }

  .main-section.contact-us.grey-back, .main-section.contact-us.product-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-section.news-page {
    min-height: 400px;
  }

  .container.flex {
    padding-left: 35px;
    padding-right: 15px;
  }

  .container.relative.full-width {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .nav-link {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 3em;
  }

  .nav-menu {
    background-color: #080808fa;
    background-image: url('../images/3.png');
    background-position: 0 0;
    background-size: 150px;
    height: 100vh;
    margin-top: 0;
    padding: 0 20px 20px;
    overflow: scroll;
  }

  .display-text {
    font-size: 66px;
  }

  .display-text.for-home-page {
    font-size: 62px;
  }

  .display-text.for-home-page.smaller-text {
    font-size: 34px;
    font-weight: 600;
  }

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

  .section {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.our-project {
    padding: 70px 30px;
  }

  .section.other-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.blach-back {
    padding-top: 50px;
  }

  .section.blach-back.padding-ztop {
    padding-top: 135px;
  }

  .section.concrete-background {
    padding-bottom: 64px;
  }

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

  .grid-for-heder-section.insdie-padding {
    grid-template-columns: .75fr .5fr;
    padding-left: 0;
    padding-right: 0;
  }

  .h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 1.3em;
  }

  .h1.left-alignment {
    font-size: 52px;
  }

  .h1.smaller-title {
    text-align: left;
    font-size: 27px;
  }

  .button-main {
    padding-left: 23px;
    padding-right: 55px;
  }

  .about-info-wrapper-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .about-info-wrapper-card._60 {
    width: 80%;
  }

  .card-vertical-with-img {
    flex-direction: column;
  }

  .wrapper-for-content {
    padding-bottom: 60px;
  }

  .card-name-text.blog {
    font-size: 20px;
  }

  .tabs-menu {
    text-align: left;
    margin-top: 0;
    margin-left: 0;
  }

  .grid-for-card-project {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-image: linear-gradient(to bottom, null, null), linear-gradient(180deg, #242020c7, #1614147a);
    grid-template-columns: 1fr 1fr;
  }

  .link-in-card-project {
    border: 1px solid #ffffff59;
  }

  .content-for-project-card {
    padding: 32px;
  }

  .testimonials-logo-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .signature-grid {
    grid-template-columns: 20px 1fr 1fr 1fr 20px;
  }

  .blog-card {
    grid-template-rows: 20vw auto;
  }

  .blog-prew-img {
    height: 20vw;
  }

  .read-more-blog {
    line-height: 36px;
  }

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

  .region-card {
    grid-template-rows: min-content auto;
    grid-template-columns: 1fr;
  }

  .img-for-card {
    height: 30vw;
  }

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

  .footer-text.copyright {
    text-align: center;
  }

  .column-grid-post-main {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .column-grid-post-main.two {
    grid-auto-flow: column;
    padding: 24px;
    display: block;
  }

  .content-for-card {
    padding-bottom: 60px;
  }

  .card-about-post {
    flex-direction: column-reverse;
  }

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

  .light-box-card {
    grid-template-rows: 30vw auto;
  }

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

  .greed-wrapper-for-news {
    grid-template: "Serche-bar"
                   "Card-list"
                   / 1fr;
  }

  .sticky-search-bar {
    border-left-style: none;
    padding-left: 0;
    position: static;
  }

  .news-card {
    grid-template-rows: max-content;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    height: 100%;
  }

  .news-prew {
    height: 30vw;
  }

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

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

  .wrapper-for-card-nrews {
    flex-direction: column;
    display: flex;
  }

  .logo-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
  }

  .big-darck-card {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    max-height: none;
    display: flex;
    bottom: 0;
  }

  .image-for-card-step {
    object-fit: contain;
    max-height: 30vh;
  }

  .head-wrapper {
    position: relative;
    top: auto;
  }

  .quet-wrapper {
    flex-direction: column;
    padding: 60px 32px 0;
    display: flex;
  }

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

  .section-with-video {
    background-position: 0 0, 50% 0;
    min-height: 100vh;
    padding: 140px 29px;
  }

  .banner {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .dropdown-toggle {
    align-items: center;
    min-height: 48px;
    padding: 0 20px 0 10px;
    display: flex;
  }

  .dropdown-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-link:hover {
    background-color: #0000;
  }

  .navbar-menu-dropdown {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    position: relative;
  }

  .dropdown-icon {
    inset: auto 0% auto auto;
  }

  .dropdown-list {
    position: static;
    overflow: hidden;
  }

  .dropdown-list.w--open {
    width: auto;
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    padding: 0;
  }

  .dropdown-list.other-dropdown.w--open {
    width: auto;
    height: 240px;
  }

  .dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .form-button {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .form-button:hover {
    background-color: var(--gold);
    color: var(--black);
  }

  .contact-component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .title-wrap-left {
    text-align: left;
  }

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

  .container-flex {
    flex-wrap: wrap;
  }

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

  .licence-grid {
    grid-template-columns: 1fr 1fr 1fr;
    place-content: center;
    justify-items: center;
  }

  .qoute-q {
    width: 10%;
    max-width: 80%;
  }

  .image {
    margin-bottom: 0;
  }

  .section-2 {
    padding: 70px 30px 0;
  }

  .heading.h2 {
    width: 300px;
    font-size: 39px;
  }

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

  .accordion-wrapper-one-column {
    width: 100%;
    padding-top: 0;
  }

  .left-title-wrapper {
    text-align: center;
    position: static;
  }

  .base-container {
    max-width: 1300px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-s-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .section-9 {
    padding: 25px 25px 0;
  }

  .heading-62 {
    font-size: 32px;
  }

  .footer-copyright {
    text-align: left;
    width: 100%;
  }

  .heading-56 {
    font-weight: 400;
  }

  .form-block-footer {
    width: 100%;
  }

  .submit-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 37px;
    display: flex;
  }

  .footer-bottom-wrapper {
    flex-flow: row;
  }

  .links-footer-wrapper {
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .info-company.left {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
  }

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

  .primary-button {
    margin-bottom: 0;
    display: block;
  }

  .footer-rights {
    color: #fafafa9c;
  }

  .footer-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-logo-img {
    width: 80%;
  }

  .footer-logo-link {
    margin-right: 0;
  }

  .info-company-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .left-alignment.smaller-text {
    font-size: 26px;
  }

  .image-84 {
    max-width: 35%;
  }

  .modal {
    padding-top: 48px;
    padding-left: 11px;
    padding-right: 11px;
    display: none;
  }

  .image-86 {
    max-width: 80%;
  }

  .div-block-62 {
    padding-bottom: 0;
  }

  .block-quote {
    padding-left: 56px;
    padding-right: 56px;
  }

  .block-quote.pther {
    padding: 30px 51px;
  }

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

  .brand-block {
    justify-content: center;
  }

  .home-4-content-wrap {
    text-align: center;
    align-items: center;
  }

  .secvices-detail-title {
    margin-bottom: 23px;
  }

  .brand-block-image {
    max-width: 100%;
  }

  .text-content-right-details {
    z-index: auto;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    min-height: auto;
    margin-bottom: 22px;
    padding-right: 0;
    position: relative;
  }

  .text-block-14 {
    font-size: 28px;
    line-height: 1.2em;
  }

  .overlay-service-details {
    background-image: linear-gradient(0deg, #0b0d29, #060b3d26);
    flex-flow: column;
    padding-top: 119px;
  }

  .form-2 {
    background-color: #00000080;
  }

  .bottom-block-home-1 {
    grid-row-gap: 15px;
    text-align: center;
    align-items: center;
    display: none;
  }

  .home-ruc-4-description {
    text-align: center;
    width: 80%;
  }

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

  .div-block-73 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }

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

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

  .div-block-70 {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .div-block-69 {
    padding-left: 0;
    padding-right: 0;
    line-height: 1.5em;
  }

  .heading-52 {
    font-size: 18px;
  }

  .link {
    font-size: 12px;
  }

  .div-block-78 {
    grid-column-gap: 53px;
    grid-row-gap: 53px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 20px;
  }

  .section-10 {
    padding: 40px 20px;
  }

  .section-10.about-us-banner {
    background-image: linear-gradient(to bottom, null, null);
    padding-top: 61px;
    padding-bottom: 61px;
  }

  .section-10.about-us-banner.become-a-dealer {
    justify-content: center;
    align-items: flex-end;
    height: 400px;
    padding-top: 111px;
    padding-bottom: 0;
  }

  .div-block-103 {
    min-width: 100%;
    padding-left: 0;
  }

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

  .white-paragraph-2 {
    line-height: 24px;
  }

  .content-2 {
    overflow: hidden;
  }

  .section-8 {
    padding: 70px 30px 0;
  }

  .text-block-21 {
    line-height: 1.2em;
  }

  .text-subtitle {
    text-align: left;
    font-size: 18px;
  }

  .rich-text {
    margin-bottom: 0;
  }

  .service-details-sidebar-wrapper-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 49%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
    top: 20px;
  }

  .div-block-100 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    display: flex;
  }

  .form-field {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5.8em;
    font-size: 14px;
    line-height: 14px;
  }

  .form-field.other {
    padding-left: 4.4em;
  }

  .form-field.text-area {
    min-height: 6em;
    padding-top: .6em;
  }

  .form-item {
    font-size: 1.1em;
  }

  .form-item.is-area-text {
    margin-bottom: .4em;
  }

  .form-label {
    font-size: .6em;
    font-weight: 500;
    top: 1.2em;
  }

  .primary-button-2 {
    min-height: auto;
    display: block;
  }

  ._2-1-column-grid {
    grid-template-columns: 1fr;
    margin-left: 0;
    padding-bottom: 11px;
  }

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

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

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

  .heading-64 {
    font-size: 18px;
  }

  .text-block-22 {
    text-align: left;
  }

  .icon {
    font-size: 40px;
  }

  .link-block-2 {
    width: 100%;
  }

  .columns-5 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

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

  .bold-text-9 {
    font-size: 44px;
  }

  .list-4 {
    padding-left: 20px;
  }

  .columns-6, .column-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .nav-link-main {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .text-block-24 {
    width: auto;
  }

  .div-block-123 {
    justify-content: space-between;
    align-items: center;
  }

  .link-block-3._2 {
    height: 240px;
  }

  .text-block-26 {
    font-size: 24px;
    line-height: 26px;
  }

  .div-block-129 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .div-block-132.light-grey-background {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .text-block-29.center-alignment.bigger-text {
    color: var(--light-grey-text-main);
    font-size: 18px;
  }

  .text-block-29.black-text.bold.bigger-font, .text-block-29.black-text.other-colour {
    font-size: 18px;
  }

  .image-94 {
    width: 40px;
  }

  .image-95 {
    margin-bottom: 0;
  }

  .div-block-133 {
    right: -75%;
  }

  .div-block-134 {
    height: auto;
  }

  .div-block-137 {
    height: auto;
    padding: 15px;
  }

  .paragraph-14.light-grey-text {
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-32 {
    font-size: 44px;
  }

  .text-block-33 {
    font-size: 16px;
  }

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

  .div-block-141 {
    padding: 22px;
  }

  .text-block-34 {
    font-size: 42px;
  }

  .text-block-35 {
    font-size: 20px;
  }

  .text-block-36, .text-block-36.bigger-text.white-text {
    font-size: 16px;
  }

  .div-block-142 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

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

  .div-block-144 {
    height: 220px;
  }

  .link-block-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .heading-68.bigger {
    font-size: 58px;
    line-height: 56px;
  }

  .div-block-147.electric-tab {
    top: 14%;
    left: 7%;
  }

  .div-block-147.electric-tab.no-padding {
    left: -48%;
  }

  .div-block-147.electric-tab.no-padding.indistrial-div {
    left: -44%;
  }

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

  .text-block-41.bigger-text.other-div {
    padding: 4px;
    font-size: 12px;
  }

  .div-block-148 {
    padding-left: 3px;
    padding-right: 3px;
  }

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

  .div-block-152 {
    padding-left: 34px;
    padding-right: 34px;
  }

  .button-download {
    font-size: 16px;
  }

  .button-download.other-button {
    background-position: 12%;
    font-size: 16px;
  }

  .button-download.other-download-button {
    background-position: 20%;
    background-size: 8%;
    font-size: 18px;
  }

  .button-yellow {
    background-position: 36%;
    background-size: 4%;
    padding-left: 60px;
  }

  .button-yellow.other-request-button {
    background-position: 20%;
    background-size: 8%;
    padding-left: 30px;
    font-size: 20px;
  }

  .button-yellow.no-mail-icon {
    padding-left: 0;
  }

  .grid-5 {
    width: 100%;
    padding-top: 26px;
    padding-bottom: 26px;
  }

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

@media screen and (max-width: 767px) {
  blockquote {
    margin-bottom: 40px;
  }

  .main-section.aiming-high {
    min-height: 300px;
    max-height: 600px;
    padding-bottom: 20px;
  }

  .main-section.aiming-high.smaller-section {
    padding-top: 104px;
  }

  .main-section.services, .main-section.contact-us {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-section.contact-us.other {
    padding-top: 33px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-section.contact-us.other.product-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .main-section.contact-us.grey-back, .main-section.contact-us.product-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.max-1080-px {
    margin-bottom: 0;
  }

  .container.relative {
    top: -50px;
  }

  .display-text {
    font-size: 48px;
  }

  .display-text.for-home-page {
    font-size: 46px;
  }

  .display-text.for-home-page.smaller-text {
    font-size: 28px;
  }

  .display-text.for-home-page.smaller-text.wat-smaller {
    font-size: 20px;
  }

  .logo-grid {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section {
    padding-top: 13px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.our-project {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.logo-banner-section {
    padding-left: 0;
    padding-right: 0;
  }

  .section.sub-main {
    padding-left: 16px;
  }

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

  .section.other-section {
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.space-down {
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.blach-back.padding-ztop {
    padding-top: 123px;
  }

  .section.concrete-background {
    padding-bottom: 50px;
  }

  .grid-for-heder-section {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .grid-for-heder-section.insdie-padding {
    grid-column-gap: 0px;
    flex-flow: column;
    justify-content: center;
    place-items: flex-start stretch;
    margin-bottom: 20px;
    display: flex;
  }

  .grid-for-heder-section.left-alignment {
    padding-bottom: 30px;
  }

  .sub-heding {
    font-size: 12px;
  }

  .h1 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 34px;
    line-height: 42px;
  }

  .h1.left-alignment {
    font-size: 44px;
  }

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

  .button-main {
    padding-left: 10px;
    padding-right: 56px;
    font-size: 16px;
  }

  .about-info-wrapper-card {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .about-info-wrapper-card.smaller-padding {
    margin-top: 20px;
  }

  .about-info-wrapper-card._60 {
    width: 100%;
  }

  .wrapper-for-content {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-name-text {
    font-size: 22px;
  }

  .pading-left-right {
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .content-for-project-card {
    padding: 20px;
  }

  .signature-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-top-style: none;
    border-top-color: var(--gold);
    border-bottom-style: none;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    height: auto;
    margin-top: 20px;
    display: flex;
    position: static;
  }

  .signature-grid.butomn {
    border-bottom-style: none;
    border-bottom-color: var(--gold);
    flex-direction: column;
    grid-template-rows: auto auto;
    margin-top: 60px;
    display: flex;
  }

  .this-block {
    grid-column-gap: 10px;
    border: 1px solid var(--gold);
    width: 100%;
    color: var(--white);
    text-align: left;
    background-color: #242020cc;
    background-image: url('../images/3.png');
    background-position: 0 0;
    background-size: 150px;
    border-radius: .2rem;
    justify-content: flex-start;
    align-self: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .this-block.center {
    border: 1px solid var(--gold);
  }

  .recent-blogs-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .blog-card {
    grid-template-rows: auto auto;
  }

  .blog-prew-img {
    height: 50vw;
  }

  .content-description-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-card-social {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    display: flex;
  }

  .social-card.center {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    border-left-style: none;
    place-items: start center;
    display: flex;
  }

  .footer-grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .column-grid-post-main, .column-grid-post-main.two {
    grid-template-columns: 1fr;
  }

  .content-for-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .aiming-high-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .light-box-card {
    grid-template-rows: auto auto;
  }

  .contact-card-grid {
    grid-template-rows: auto;
  }

  .news-prew {
    height: 50vw;
  }

  .grid-for-news-list {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .search {
    float: none;
    max-width: none;
    margin-top: 100px;
    position: static;
  }

  .main-news-img {
    height: 60vw;
    max-height: none;
  }

  .darck-card-text-wrapper {
    margin-top: 40px;
  }

  .big-darck-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quoteblock {
    font-size: 24px;
    line-height: 28px;
  }

  .head-wrapper {
    padding: 15px 15px 0;
  }

  .quet-wrapper {
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-step {
    padding-bottom: 620px;
  }

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

  .section-with-video {
    max-height: none;
  }

  .autograph {
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
  }

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

  .dropdown-toggle {
    font-size: 1rem;
  }

  .navbar-menu-dropdown {
    margin-top: 0;
    margin-bottom: 0;
  }

  .dropdown-list.other-dropdown.w--open {
    width: auto;
  }

  .dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .form-button {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 1rem;
  }

  .form-button:hover {
    background-color: var(--gold);
    color: var(--black);
    border-color: #7f56d9;
    font-weight: 400;
  }

  .text-style-link-form {
    font-size: 14px;
  }

  .contact-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding-top: 32px;
    padding-bottom: 30px;
  }

  .parallax-image.second-img-for-service-page {
    height: 300px;
  }

  .section-about-ethics {
    min-height: auto;
    padding: 63px 20px 40px;
  }

  .scroll-down {
    display: none;
  }

  .button-row {
    align-self: stretch;
  }

  .layout-item-list {
    grid-row-gap: 2.5rem;
    margin-bottom: 2rem;
  }

  .grid-service-page {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .colour {
    margin-bottom: 25px;
  }

  .style-guide-h1 {
    font-size: 44px;
  }

  .licence-image {
    object-fit: cover;
    max-width: 100%;
    display: block;
  }

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

  .paragraph.other {
    padding-left: 12px;
    font-size: 20px;
  }

  .section-2 {
    padding-top: 34px;
  }

  .heading.h2 {
    width: auto;
    margin-bottom: 15px;
    font-size: 36px;
  }

  .paragraph-3.white-text, .paragraph-4 {
    font-size: 16px;
  }

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

  .accordion-wrapper-one-column {
    width: 100%;
    padding-top: 0;
  }

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

  .faq-s-wrapper {
    grid-row-gap: 40px;
  }

  .section-9 {
    padding-top: 41px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-copyright {
    text-align: center;
  }

  .heading-56 {
    font-size: 22px;
  }

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

  .submit-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .links-footer-wrapper {
    grid-row-gap: 10px;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 40px;
    justify-content: center;
  }

  .links-pages-footer-wrapper {
    justify-content: center;
  }

  .primary-button.hover-white-bg {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-rights {
    color: #ffffff9c;
    text-align: center;
    margin-left: 0;
  }

  .borders-links-footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .footer-2 {
    padding: 32px;
  }

  .footer-2.centered {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .footer-logo-img {
    width: 60%;
  }

  .text-field {
    min-height: 50px;
  }

  .footer-logo-link {
    margin-bottom: 40px;
  }

  .left-alignment.smaller-text {
    font-size: 26px;
  }

  .div.less {
    width: 85%;
  }

  .form-block-5.outline-outside {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-84 {
    max-width: 40%;
  }

  .modal {
    padding-top: 47px;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .button-wrapper-2.product {
    margin-top: 0;
  }

  .div-block-57 {
    justify-content: center;
    align-items: flex-end;
    min-height: auto;
    padding-bottom: 35px;
  }

  .paragraph-7.bigger-font {
    font-size: 24px;
  }

  .div-block-65 {
    height: auto;
  }

  .block-quote {
    background-image: url('../images/Quote-Icon-2.svg'), url('../images/Quote-Icon.svg'), linear-gradient(#eee, #eee);
    background-position: 95% 20%, 3% 20%, 0 0;
    background-size: 7%, 7%, auto;
    padding-left: 53px;
    padding-right: 53px;
  }

  .block-quote.pther {
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-89 {
    height: 300px;
  }

  .rich-text-block-2 {
    margin-bottom: 0;
  }

  .brand-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-4-content-wrap {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .secvices-detail-title {
    font-size: 40px;
  }

  .text-content-right-details {
    grid-row-gap: 50px;
    margin-right: 0;
  }

  .overlay-service-details {
    padding-top: 130px;
    padding-bottom: 23px;
    position: relative;
  }

  .bottom-block-home-1 {
    display: none;
  }

  .home-ruc-4-description {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
  }

  .columns {
    margin-bottom: 0;
  }

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

  .footer-brand-wrapper-2 {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

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

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

  .section-10.about-us-banner.become-a-dealer {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-103 {
    width: 100%;
    margin-bottom: 21px;
  }

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

  .section-8 {
    padding-top: 34px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .service-details-sidebar-wrapper-2 {
    width: 100%;
  }

  .form-field {
    padding-top: 1.7em;
    padding-bottom: 1.4em;
    padding-left: 5.3em;
    font-size: .8em;
  }

  .form-field::placeholder {
    font-size: .9em;
  }

  .form-field.text-area {
    padding-top: 1.1em;
  }

  .form-item {
    width: 100%;
  }

  .form-label {
    font-size: .6em;
    top: 1.8em;
  }

  ._2-1-column-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .check {
    width: 25px;
    height: 25px;
  }

  .footer-brand-wrapper-3 {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

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

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

  .columns-4 {
    margin-bottom: 25px;
  }

  .div-block-120 {
    padding-bottom: 30px;
  }

  .columns-5 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .paragraph-13 {
    margin-top: 10px;
  }

  .column-4 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .list-4 {
    padding-left: 20px;
  }

  .columns-6, .column-6 {
    flex-flow: column;
  }

  .text-block-24 {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-123.shorter {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .link-block-3._2 {
    height: 180px;
  }

  .text-block-26 {
    font-size: 20px;
  }

  .text-block-26.name-tag {
    font-size: 24px;
  }

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

  .div-block-129 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .heading-66 {
    font-size: 38px;
  }

  .heading-66.title-yellow {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .div-block-132.light-grey-background {
    flex-flow: row;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .div-block-132.light-grey-background.other {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-29 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-29.center-alignment.bigger-text {
    font-size: 16px;
  }

  .text-block-29.center-alignment.grey-text.left-alignment {
    font-size: 14px;
  }

  .text-block-29.center-alignment.grey-text.left-alignment.slightly-bigger-text {
    font-size: 16px;
  }

  .text-block-29.black-text.bold.bigger-font {
    font-size: 16px;
    line-height: 16px;
  }

  .text-block-29.black-text.other-colour {
    letter-spacing: 0;
  }

  .text-block-29.slightly-bigger-text {
    font-size: 16px;
  }

  .div-block-133 {
    right: -71%;
  }

  .text-block-31 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-137 {
    height: auto;
  }

  .paragraph-14 {
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-14.bigger-text {
    line-height: 20px;
  }

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

  .image-96 {
    padding-left: 54px;
    padding-right: 54px;
  }

  .text-block-32 {
    font-size: 34px;
  }

  .text-block-33 {
    text-align: center;
  }

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

  .div-block-140 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .text-block-34 {
    font-size: 32px;
  }

  .text-block-34.white-text.centered {
    line-height: 36px;
  }

  .text-block-35, .button {
    font-size: 16px;
  }

  .text-block-36.bigger-text.much-bigger-text {
    font-size: 22px;
  }

  .div-block-142 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

  .div-block-144 {
    height: 160px;
  }

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

  .div-block-145 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .heading-68.bigger {
    margin-bottom: 0;
    font-size: 52px;
    line-height: 52px;
  }

  .div-block-147 {
    top: .5%;
    left: 3%;
  }

  .div-block-147._2 {
    top: 20.25%;
    left: 3%;
  }

  .div-block-147._3 {
    top: 40.75%;
    left: 3%;
  }

  .div-block-147._4 {
    top: 61.25%;
  }

  .div-block-147._5 {
    top: 79.5%;
    left: 3%;
  }

  .div-block-147.electric-tab {
    top: 13.5%;
  }

  .div-block-147.electric-tab.no-padding {
    margin-top: -32px;
  }

  .div-block-147.electric-tab.no-padding.other {
    left: -37%;
  }

  .div-block-147.electric-tab.no-padding.indistrial-div {
    left: -42.5%;
  }

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

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

  .div-block-148 {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .div-block-152 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .div-block-154 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    width: 100%;
  }

  .button-download {
    background-position: 10%;
    background-size: 9%;
  }

  .button-download.other-button {
    text-align: left;
    background-size: 9%;
    padding-left: 65px;
    line-height: 16px;
  }

  .button-download.other-download-button {
    background-position: 15%;
    height: 60px;
  }

  .button-yellow {
    background-position: 35%;
    background-size: 5.5%;
    padding-left: 49px;
    font-size: 18px;
  }

  .button-yellow.other-request-button {
    background-position: 15%;
    height: 60px;
    font-size: 18px;
  }

  .button-yellow.no-mail-icon {
    font-size: 20px;
  }

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

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

  .div-block-160 {
    flex-flow: column;
    display: flex;
  }

  .text-block-44 {
    font-size: 18px;
    line-height: 1.5em;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    background-position: 10px 10px;
    background-size: 30px;
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 22px;
  }

  .main-section {
    padding-bottom: 100px;
  }

  .main-section.aiming-high {
    min-height: 260px;
    max-height: 400px;
    padding-top: 87px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-section.aiming-high.smaller-section {
    padding-top: 87px;
  }

  .main-section.services {
    min-height: 360px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-section.contact-us {
    min-height: auto;
    max-height: none;
    padding-bottom: 24px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-section.contact-us.other {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-section.contact-us.other.product-section {
    padding-bottom: 30px;
  }

  .main-section.contact-us.grey-back {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    padding: 35px 20px;
  }

  .main-section.contact-us.product-section {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    padding-bottom: 40px;
  }

  .main-section.news-page {
    min-height: auto;
    max-height: none;
    padding-bottom: 27px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.max-1080-px {
    text-align: left;
  }

  .container.relative {
    margin-top: 99px;
    margin-bottom: 53px;
  }

  .container.other-container {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .nav-menu {
    align-self: stretch;
    max-height: 95svh;
    padding-left: 12px;
    padding-right: 12px;
  }

  .greed-for-slogan {
    text-align: center;
    flex-flow: row;
    grid-auto-flow: column;
    justify-content: flex-start;
    place-items: center start;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .display-text {
    font-size: 36px;
  }

  .display-text.for-home-page {
    text-align: left;
    font-size: 36px;
    line-height: 1.2em;
  }

  .display-text.for-home-page.smaller-text {
    font-size: 20px;
  }

  .display-text.white-text {
    font-size: 32px;
    font-weight: 600;
  }

  .button-withe {
    align-self: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.6em;
    display: block;
  }

  .button-withe.hidden {
    width: 200px;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 27px;
    display: block;
  }

  .lightbox-link {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    text-decoration: none;
  }

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

  .logo-grid.two {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-img {
    max-width: 85%;
  }

  .section {
    padding: 60px 15px 22px;
  }

  .section.our-project {
    padding-top: 60px;
  }

  .section.sub-main {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.services {
    padding-bottom: 11px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.concrete-background {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .section.about-us {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sub-heding {
    font-size: 12px;
  }

  .h1 {
    text-align: center;
    margin-right: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 30px;
  }

  .h1.black-text {
    font-size: 30px;
  }

  .h1.left-alignment {
    font-size: 32px;
    line-height: 34px;
  }

  .h1.smaller-title {
    font-size: 19px;
    line-height: 26px;
  }

  .button-main {
    justify-content: center;
    align-items: center;
    height: 40px;
    margin-top: 20px;
    margin-right: 0;
    padding-left: 23px;
    padding-right: 51px;
    display: flex;
  }

  .about-info-wrapper-card {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .about-info-wrapper-card.smaller-padding {
    grid-row-gap: 10px;
  }

  .about-info-wrapper-card._60 {
    width: 100%;
  }

  .card-vertical-with-img {
    flex-direction: column;
    grid-template-rows: min-content auto;
    display: flex;
  }

  .wrapper-for-content {
    padding-bottom: 20px;
  }

  .card-name-text {
    font-size: 18px;
    line-height: 26px;
  }

  .card-name-text.project-section {
    font-weight: 500;
  }

  .wrapper-for-icon.marging-top {
    margin-top: 0;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .tab-link {
    font-size: 20px;
    line-height: 2.2em;
    display: inline-block;
  }

  .grid-for-card-project {
    background-image: linear-gradient(#242020c7, #1614147a), url('../images/CSR.webp');
    background-position: 0 0, 100%;
    background-size: auto, cover;
    grid-template-columns: 1fr;
  }

  .content-for-project-card {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .testimonials-logo-wrapper {
    padding: 20px 5px;
  }

  .tabs-content {
    margin-top: 0;
  }

  .this-block {
    text-align: left;
    justify-content: flex-start;
  }

  .blog-description {
    border-bottom: 1px solid #ebebeb;
  }

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

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

  .img-for-card {
    height: 50vw;
  }

  .grid-card-social {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .social-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-items: start;
    display: flex;
  }

  .social-card.center {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-top: 1px solid var(--gainsboro);
    border-bottom: 1px solid var(--gainsboro);
    border-right-style: none;
    flex-direction: column;
    margin-bottom: 20px;
    padding-top: 20px;
    display: flex;
  }

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

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

  .list-item-footer {
    text-align: left;
  }

  .social-widget {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .column-grid-post-main {
    grid-row-gap: 0px;
  }

  .column-grid-post-main.two {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-for-card {
    padding-bottom: 20px;
  }

  .content-for-card.grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .card-about-post {
    grid-template-rows: min-content auto;
    display: flex;
  }

  .menu-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .aiming-high-grid {
    grid-row-gap: 20px;
  }

  .bread-crumbs {
    font-size: 14px;
  }

  .contact-card-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: block;
  }

  .contact-card {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .search {
    margin-top: 0;
  }

  .search-button {
    padding-right: 0;
  }

  .recent-posts {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .logo-text {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 1.2em;
  }

  .logo-text.subtext {
    letter-spacing: 5px;
    margin-bottom: 0;
    font-size: 9px;
  }

  .logo-svg {
    height: 40px;
  }

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

  .logo-wrapper.fo-footer {
    text-align: center;
    flex-direction: column;
  }

  .crecl-icon-wrapper {
    width: 70px;
    height: 70px;
  }

  .text-logo-wrapper {
    text-align: left;
  }

  .text-logo-wrapper.for-footer {
    text-align: center;
  }

  .step-name {
    font-size: 42px;
  }

  .comtainer.relative {
    display: flex;
  }

  .big-darck-card {
    padding-top: 20px;
    padding-bottom: 35px;
    bottom: 5vh;
  }

  .image-for-card-step {
    width: 100%;
    max-height: 50dvh;
  }

  .ava-wrapper {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .quet-wrapper {
    background-color: #0000;
    margin-top: 100px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .quote-grid, .ava {
    display: block;
  }

  .section-step {
    padding-top: 0;
    padding-bottom: 520px;
  }

  .section-for-heading {
    text-align: left;
    padding-top: 60px;
  }

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

  .section-with-video {
    justify-content: center;
    align-items: flex-end;
    min-height: 100vh;
    max-height: none;
    padding: 0 15px;
  }

  .autograph {
    margin-bottom: 0;
  }

  .banner {
    text-align: center;
  }

  .dropdown-link-list.navigation {
    overflow: auto;
  }

  .form-input.text-area {
    min-height: 8rem;
  }

  .form-field-two-column {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .contact-form {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
  }

  .contact-component {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-item {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .parallax-image.second-img-for-service-page {
    height: 200px;
  }

  .parallax-image.second-img-for-service-page.concrete-repair {
    height: 160px;
  }

  .section-about-ethics {
    text-align: left;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .utility-page-content {
    width: 90%;
  }

  .layout-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .layout-item-list {
    text-align: left;
  }

  .icon-service-page {
    margin-bottom: 6px;
  }

  .header-section {
    min-height: auto;
    padding-top: 140px;
  }

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

  .qoute-q {
    max-width: 56px;
  }

  .section-2 {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .accordion-wrapper-one-column {
    padding-top: 0;
  }

  .heading-61 {
    font-size: 26px;
  }

  .accordion-list-content {
    font-size: 14px;
  }

  .accordion-title {
    font-size: 16px;
  }

  .accordion-item {
    padding-left: 11px;
    padding-right: 11px;
  }

  .subtitle-all-caps {
    font-size: 12px;
  }

  .section-9 {
    padding-top: 33px;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    font-size: 10px;
    line-height: 1.6em;
  }

  .footer-socila-wtapper {
    grid-column-gap: 40px;
  }

  .footer-bottom-wrapper {
    background-color: #000000f5;
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-wrapper {
    grid-row-gap: 50px;
  }

  .links-pages-footer-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    align-items: center;
  }

  .info-company {
    text-align: left;
  }

  .page-link-footer, .page-link-footer.w--current {
    font-size: 12px;
  }

  .paragraph-footer {
    width: 100%;
  }

  .primary-button {
    padding: 12px 7px;
  }

  .footer-rights {
    text-align: center;
    font-size: 10px;
    line-height: 1.6em;
  }

  .footer-2 {
    text-align: left;
    padding-bottom: 11px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-2.centered {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    padding-bottom: 26px;
  }

  .footer-logo-img {
    width: 80%;
  }

  .link-6 {
    font-size: 10px;
  }

  .image-6 {
    max-width: 50%;
  }

  .left-alignment {
    line-height: .9em;
  }

  .left-alignment.smaller-text {
    margin-bottom: 18px;
    font-size: 16px;
  }

  .div.less {
    width: 95%;
    height: 90%;
  }

  .text-field-contact {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
  }

  .form-block-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .form-block-5.outline-outside {
    width: 100%;
    height: auto;
    padding-top: 6px;
    padding-left: 7px;
    padding-right: 7px;
    overflow: scroll;
  }

  .flex-form {
    flex-direction: column;
    width: 100%;
  }

  .image-84 {
    max-width: 55%;
    margin-top: 16px;
  }

  .modal {
    padding-top: 33px;
    display: none;
  }

  .button-wrapper-2 {
    width: auto;
  }

  .text-area {
    color: #000;
    font-size: 14px;
  }

  .form-4 {
    align-items: center;
  }

  .div-block-57 {
    padding-bottom: 29px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-7 {
    text-align: left;
  }

  .block-quote {
    background-image: url('../images/Quote-Icon-2.svg'), url('../images/Quote-Icon.svg'), linear-gradient(#eee, #eee);
    background-position: 98% 15%, 0 15%, 0 0;
    background-size: 10%, 10%, auto;
    padding: 17px 34px;
  }

  .block-quote.pther {
    padding-left: 34px;
    padding-right: 34px;
  }

  .image-89 {
    height: 160px;
  }

  .rich-text-block-2 {
    margin-bottom: 0;
  }

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

  .brand-block {
    grid-column-gap: 37px;
  }

  .secvices-detail-title {
    font-size: 32px;
  }

  .text-block-14 {
    font-size: 16px;
    line-height: 22px;
  }

  .overlay-service-details {
    padding-top: 174px;
    padding-bottom: 35px;
    position: relative;
  }

  .form-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .contacts-textarea.white {
    min-height: 90px;
  }

  .bold-text-3 {
    font-size: 22px;
    line-height: 22px;
  }

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

  .header {
    margin-top: 0;
    margin-bottom: 60px;
    display: flex;
  }

  .div-block-75 {
    text-align: left;
  }

  .div-block-76 {
    margin-top: 10px;
  }

  .div-block-70 {
    padding-top: 18px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .footer-brand-wrapper-2 {
    flex-direction: column;
    width: 100%;
  }

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

  .div-block-78 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
  }

  .section-10.about-us-banner {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Lign-BG.png'), url('../images/about-us-hero.png');
    background-size: auto, auto, cover;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .section-10.about-us-banner.become-a-dealer {
    height: 300px;
    padding: 66px 10px 0;
  }

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

  .white-text {
    margin-top: 0;
    font-size: 20px;
    line-height: 38px;
  }

  .red-h2-text-2 {
    line-height: 28px;
  }

  .white-paragraph-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .form-success-title {
    font-size: 1.2em;
  }

  .section-8 {
    padding-bottom: 0;
    padding-left: 14px;
    padding-right: 14px;
  }

  .text-block-21 {
    font-size: 22px;
    line-height: 22px;
  }

  .text-check {
    font-size: 16px;
  }

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

  .rich-text {
    flex-flow: column;
    display: flex;
  }

  .service-details-sidebar-wrapper-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-100 {
    flex-flow: column;
  }

  .form-field {
    padding-left: 5.1em;
  }

  .form-field::placeholder {
    font-size: .75em;
  }

  .form-field.other {
    padding-left: 3.2em;
  }

  .form-item.is-area-text {
    margin-bottom: .7em;
  }

  .form-error-message {
    padding: 1.7em;
  }

  .form-error-paragraph {
    font-size: 1em;
  }

  .form-label {
    font-size: 10px;
    top: 1.8em;
  }

  .primary-button-2 {
    min-height: auto;
    padding: 6px 11px;
    font-size: 10px;
    line-height: 14px;
  }

  .primary-button-2.other {
    font-size: 12px;
  }

  ._2-1-column-grid {
    grid-template-columns: auto;
    display: flex;
  }

  .bold-text-4 {
    font-size: 24px;
    line-height: 27px;
  }

  .footer-brand-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .heading-64 {
    text-align: center;
    font-size: 16px;
  }

  .text-block-22 {
    text-align: left;
  }

  .div-block-117, .div-block-118 {
    height: auto;
  }

  .columns-4 {
    flex-flow: column;
  }

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

  .text-block-23 {
    text-align: left;
    font-size: 16px;
    line-height: 1.6em;
  }

  .columns-5 {
    flex-flow: column;
  }

  .column-4, .image-91 {
    margin-bottom: 0;
  }

  .bold-text-9 {
    font-size: 28px;
    line-height: 22px;
  }

  .list-2, .list-3, .list-4, .list-5 {
    padding-left: 20px;
  }

  .columns-6 {
    flex-flow: column;
  }

  .nav-link-main {
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 18px;
  }

  .text-block-24 {
    width: auto;
    font-size: 16px;
  }

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

  .div-block-123 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .div-block-123.shorter {
    width: 100%;
  }

  .div-block-123.left-alignemnt {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-123.centered-alignment {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-125 {
    width: 40px;
  }

  .link-block-3._2.about-us-section {
    border-radius: 20px;
  }

  .text-block-26 {
    font-size: 20px;
  }

  .text-block-26.name-tag {
    font-size: 22px;
  }

  .heading-66 {
    font-size: 24px;
  }

  .heading-66.title-yellow {
    font-size: 26px;
    line-height: 34px;
  }

  .div-block-132 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-132.light-grey-background {
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
  }

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

  .text-block-29.center-alignment.bigger-text, .text-block-29.center-alignment.grey-text {
    font-size: 16px;
  }

  .text-block-29.left-alignment {
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-29.black-text.bold.bigger-font {
    font-size: 16px;
  }

  .text-block-29.black-text.other-colour {
    font-size: 14px;
    line-height: 17px;
  }

  .image-94 {
    width: 40px;
  }

  .div-block-133 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    padding: 17px;
    top: -85px;
    right: -61%;
  }

  .text-block-30 {
    font-size: 38px;
  }

  .text-block-31 {
    font-size: 14px;
    line-height: 16px;
  }

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

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

  .div-block-136 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

  .div-block-137 {
    padding: 22px;
  }

  .paragraph-14.bigger-text {
    font-size: 16px;
    line-height: 20px;
  }

  .image-96 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-32 {
    margin-top: 0;
    font-size: 24px;
    line-height: 34px;
  }

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

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

  .div-block-140 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .text-block-34 {
    font-size: 32px;
    line-height: 34px;
  }

  .text-block-34.white-text.centered {
    font-size: 26px;
  }

  .text-block-36 {
    font-size: 16px;
    line-height: 22px;
  }

  .text-block-36.bigger-text {
    text-align: center;
    font-size: 16px;
  }

  .text-block-36.bigger-text.much-bigger-text {
    font-size: 16px;
  }

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

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

  .heading-68 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 32px;
  }

  .heading-68.bigger {
    font-size: 38px;
    line-height: 40px;
  }

  .text-block-39.centered {
    font-size: 20px;
  }

  .div-block-147 {
    margin-left: -8px;
  }

  .div-block-147._2 {
    top: 20%;
  }

  .div-block-147._3 {
    top: 39.25%;
  }

  .div-block-147._4 {
    top: 58%;
  }

  .div-block-147._5 {
    top: 76.5%;
  }

  .div-block-147.electric-tab.no-padding {
    margin-top: -19px;
    margin-left: 43px;
  }

  .div-block-147.electric-tab.no-padding.other {
    left: -27%;
  }

  .div-block-147.electric-tab.no-padding.indistrial-div {
    left: -39%;
  }

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

  .text-block-41.yellow.bigger-text {
    text-align: center;
    font-size: 12px;
  }

  .text-block-41.bigger-text {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 4px;
    font-size: 12px;
    display: flex;
  }

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

  .div-block-152 {
    padding: 29px 14px;
  }

  .div-block-153 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

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

  .button-download.other-button {
    background-position: 8%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .button-yellow {
    background-position: 15%;
    background-size: 8%;
    padding-left: 20px;
    font-size: 18px;
  }

  .button-yellow.no-mail-icon {
    text-align: center;
    padding-left: 27px;
    padding-right: 27px;
  }

  .grid-5 {
    padding: 22px 16px;
  }

  .div-block-157 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .div-block-160 {
    margin-top: 49px;
    margin-bottom: 50px;
  }

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

  .div-block-162 {
    line-height: 18px;
  }

  .image-100 {
    border-radius: .1rem;
  }
}

#w-node-_7bfe2fac-9146-a95c-0fbb-4194121bd670-11bc223d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7bfe2fac-9146-a95c-0fbb-4194121bd671-11bc223d {
  justify-self: center;
}

#w-node-_7bfe2fac-9146-a95c-0fbb-4194121bd679-11bc223d, #w-node-_7bfe2fac-9146-a95c-0fbb-4194121bd683-11bc223d {
  align-self: start;
}

#w-node-_5ed0dabbd48b14473393f13f00000000000f-11bc2248 {
  justify-self: stretch;
}

#w-node-b821e1a7-f81f-af72-7f1f-50157dc68aa0-b64c32df, #w-node-_5d38b08b-82c6-d500-9622-821cba7288a2-b4e1f12d, #w-node-d6fd2505-b78a-231d-fc78-5de3b29d82f4-e1c08fa3, #w-node-_05c1b2eb-db47-e1ef-9375-593a23ce659f-8a3d98b9, #w-node-_8597d69b-fbb1-d54e-5f42-fe967ae195ab-8a3d98b9, #w-node-_95d44ee1-2bad-67cf-c4e9-424b39c010e8-8a3d98b9, #w-node-_34930d8e-226e-cc52-787b-fff2735e926a-8a3d98b9, #w-node-d5a2fdab-b781-eda8-972c-8e90bddf8ba9-8a3d98b9, #w-node-_043d9fba-86c8-78bb-321a-0e7cb04535f1-8a3d98b9, #w-node-d91d92d1-6f39-f6aa-9c1b-d7d02f06525d-8a3d98b9, #w-node-_3c9eed4f-8bb4-bfe4-87de-0d8a109e4b02-8a3d98b9, #w-node-ba822886-70e7-4d99-c854-c6354f020822-8a3d98b9, #w-node-f3e1fbe1-1d7b-1181-be58-27306c79cb7d-8a3d98b9, #w-node-_05c1b2eb-db47-e1ef-9375-593a23ce659f-eabb28db, #w-node-_8597d69b-fbb1-d54e-5f42-fe967ae195ab-eabb28db, #w-node-_95d44ee1-2bad-67cf-c4e9-424b39c010e8-eabb28db, #w-node-_34930d8e-226e-cc52-787b-fff2735e926a-eabb28db, #w-node-d5a2fdab-b781-eda8-972c-8e90bddf8ba9-eabb28db, #w-node-_043d9fba-86c8-78bb-321a-0e7cb04535f1-eabb28db, #w-node-d91d92d1-6f39-f6aa-9c1b-d7d02f06525d-eabb28db, #w-node-_3c9eed4f-8bb4-bfe4-87de-0d8a109e4b02-eabb28db, #w-node-ba822886-70e7-4d99-c854-c6354f020822-eabb28db, #w-node-f3e1fbe1-1d7b-1181-be58-27306c79cb7d-eabb28db, #w-node-_05c1b2eb-db47-e1ef-9375-593a23ce659f-5c1a84af, #w-node-_8597d69b-fbb1-d54e-5f42-fe967ae195ab-5c1a84af, #w-node-_95d44ee1-2bad-67cf-c4e9-424b39c010e8-5c1a84af, #w-node-_34930d8e-226e-cc52-787b-fff2735e926a-5c1a84af, #w-node-d5a2fdab-b781-eda8-972c-8e90bddf8ba9-5c1a84af, #w-node-_043d9fba-86c8-78bb-321a-0e7cb04535f1-5c1a84af, #w-node-d91d92d1-6f39-f6aa-9c1b-d7d02f06525d-5c1a84af, #w-node-_3c9eed4f-8bb4-bfe4-87de-0d8a109e4b02-5c1a84af, #w-node-ba822886-70e7-4d99-c854-c6354f020822-5c1a84af, #w-node-f3e1fbe1-1d7b-1181-be58-27306c79cb7d-5c1a84af, #w-node-_05c1b2eb-db47-e1ef-9375-593a23ce659f-1cfa1450, #w-node-_8597d69b-fbb1-d54e-5f42-fe967ae195ab-1cfa1450, #w-node-_95d44ee1-2bad-67cf-c4e9-424b39c010e8-1cfa1450, #w-node-_34930d8e-226e-cc52-787b-fff2735e926a-1cfa1450, #w-node-d5a2fdab-b781-eda8-972c-8e90bddf8ba9-1cfa1450, #w-node-_043d9fba-86c8-78bb-321a-0e7cb04535f1-1cfa1450, #w-node-d91d92d1-6f39-f6aa-9c1b-d7d02f06525d-1cfa1450, #w-node-_3c9eed4f-8bb4-bfe4-87de-0d8a109e4b02-1cfa1450, #w-node-ba822886-70e7-4d99-c854-c6354f020822-1cfa1450, #w-node-f3e1fbe1-1d7b-1181-be58-27306c79cb7d-1cfa1450 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_05c1b2eb-db47-e1ef-9375-593a23ce659f-0de3faa4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8597d69b-fbb1-d54e-5f42-fe967ae195ab-0de3faa4, #w-node-_2c516d8d-99dd-d13a-55f9-772318b26496-0de3faa4, #w-node-f513e12a-de73-eb5e-1441-9a14c77e7447-0de3faa4, #w-node-d25fe236-f08b-daa4-d615-0be561b1b948-0de3faa4, #w-node-c1015c26-c934-c461-35da-0be538b04cce-0de3faa4, #w-node-_95d44ee1-2bad-67cf-c4e9-424b39c010e8-0de3faa4, #w-node-_34930d8e-226e-cc52-787b-fff2735e926a-0de3faa4, #w-node-d5a2fdab-b781-eda8-972c-8e90bddf8ba9-0de3faa4, #w-node-_043d9fba-86c8-78bb-321a-0e7cb04535f1-0de3faa4, #w-node-d91d92d1-6f39-f6aa-9c1b-d7d02f06525d-0de3faa4, #w-node-_3c9eed4f-8bb4-bfe4-87de-0d8a109e4b02-0de3faa4, #w-node-ba822886-70e7-4d99-c854-c6354f020822-0de3faa4, #w-node-f3e1fbe1-1d7b-1181-be58-27306c79cb7d-0de3faa4, #w-node-_160ffa4a-6c89-1b33-81a6-880b56b551b9-410393c6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_160ffa4a-6c89-1b33-81a6-880b56b551ba-410393c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_160ffa4a-6c89-1b33-81a6-880b56b551be-410393c6, #w-node-_95d44ee1-2bad-67cf-c4e9-424b39c010e8-410393c6, #w-node-_34930d8e-226e-cc52-787b-fff2735e926a-410393c6, #w-node-d5a2fdab-b781-eda8-972c-8e90bddf8ba9-410393c6, #w-node-_043d9fba-86c8-78bb-321a-0e7cb04535f1-410393c6, #w-node-d91d92d1-6f39-f6aa-9c1b-d7d02f06525d-410393c6, #w-node-_3c9eed4f-8bb4-bfe4-87de-0d8a109e4b02-410393c6, #w-node-ba822886-70e7-4d99-c854-c6354f020822-410393c6, #w-node-f3e1fbe1-1d7b-1181-be58-27306c79cb7d-410393c6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_05c1b2eb-db47-e1ef-9375-593a23ce659f-e04d2a65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8597d69b-fbb1-d54e-5f42-fe967ae195ab-e04d2a65, #w-node-_2c516d8d-99dd-d13a-55f9-772318b26496-e04d2a65, #w-node-_95d44ee1-2bad-67cf-c4e9-424b39c010e8-e04d2a65, #w-node-_34930d8e-226e-cc52-787b-fff2735e926a-e04d2a65, #w-node-d5a2fdab-b781-eda8-972c-8e90bddf8ba9-e04d2a65, #w-node-_043d9fba-86c8-78bb-321a-0e7cb04535f1-e04d2a65, #w-node-d91d92d1-6f39-f6aa-9c1b-d7d02f06525d-e04d2a65, #w-node-_3c9eed4f-8bb4-bfe4-87de-0d8a109e4b02-e04d2a65, #w-node-ba822886-70e7-4d99-c854-c6354f020822-e04d2a65, #w-node-f3e1fbe1-1d7b-1181-be58-27306c79cb7d-e04d2a65 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_64d54c31-dff2-6469-6068-7fc6031fe41e-9272ce75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64d54c31-dff2-6469-6068-7fc6031fe422-9272ce75, #w-node-_95d44ee1-2bad-67cf-c4e9-424b39c010e8-9272ce75, #w-node-_34930d8e-226e-cc52-787b-fff2735e926a-9272ce75, #w-node-d5a2fdab-b781-eda8-972c-8e90bddf8ba9-9272ce75, #w-node-_043d9fba-86c8-78bb-321a-0e7cb04535f1-9272ce75, #w-node-d91d92d1-6f39-f6aa-9c1b-d7d02f06525d-9272ce75, #w-node-_3c9eed4f-8bb4-bfe4-87de-0d8a109e4b02-9272ce75, #w-node-ba822886-70e7-4d99-c854-c6354f020822-9272ce75, #w-node-f3e1fbe1-1d7b-1181-be58-27306c79cb7d-9272ce75 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_64d54c31-dff2-6469-6068-7fc6031fe41e-986b2837 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64d54c31-dff2-6469-6068-7fc6031fe422-986b2837, #w-node-_95d44ee1-2bad-67cf-c4e9-424b39c010e8-986b2837, #w-node-_34930d8e-226e-cc52-787b-fff2735e926a-986b2837, #w-node-d5a2fdab-b781-eda8-972c-8e90bddf8ba9-986b2837, #w-node-_043d9fba-86c8-78bb-321a-0e7cb04535f1-986b2837, #w-node-d91d92d1-6f39-f6aa-9c1b-d7d02f06525d-986b2837, #w-node-_3c9eed4f-8bb4-bfe4-87de-0d8a109e4b02-986b2837, #w-node-ba822886-70e7-4d99-c854-c6354f020822-986b2837, #w-node-f3e1fbe1-1d7b-1181-be58-27306c79cb7d-986b2837 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_64d54c31-dff2-6469-6068-7fc6031fe41e-4fd613da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64d54c31-dff2-6469-6068-7fc6031fe422-4fd613da, #w-node-_95d44ee1-2bad-67cf-c4e9-424b39c010e8-4fd613da, #w-node-_34930d8e-226e-cc52-787b-fff2735e926a-4fd613da, #w-node-d5a2fdab-b781-eda8-972c-8e90bddf8ba9-4fd613da, #w-node-_043d9fba-86c8-78bb-321a-0e7cb04535f1-4fd613da, #w-node-d91d92d1-6f39-f6aa-9c1b-d7d02f06525d-4fd613da, #w-node-_3c9eed4f-8bb4-bfe4-87de-0d8a109e4b02-4fd613da, #w-node-ba822886-70e7-4d99-c854-c6354f020822-4fd613da, #w-node-f3e1fbe1-1d7b-1181-be58-27306c79cb7d-4fd613da {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_64d54c31-dff2-6469-6068-7fc6031fe41e-b8fe8c38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64d54c31-dff2-6469-6068-7fc6031fe422-b8fe8c38, #w-node-_95d44ee1-2bad-67cf-c4e9-424b39c010e8-b8fe8c38, #w-node-_34930d8e-226e-cc52-787b-fff2735e926a-b8fe8c38, #w-node-d5a2fdab-b781-eda8-972c-8e90bddf8ba9-b8fe8c38, #w-node-_043d9fba-86c8-78bb-321a-0e7cb04535f1-b8fe8c38, #w-node-d91d92d1-6f39-f6aa-9c1b-d7d02f06525d-b8fe8c38, #w-node-_3c9eed4f-8bb4-bfe4-87de-0d8a109e4b02-b8fe8c38, #w-node-ba822886-70e7-4d99-c854-c6354f020822-b8fe8c38, #w-node-f3e1fbe1-1d7b-1181-be58-27306c79cb7d-b8fe8c38 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_64d54c31-dff2-6469-6068-7fc6031fe41e-b4f055f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64d54c31-dff2-6469-6068-7fc6031fe422-b4f055f4, #w-node-_95d44ee1-2bad-67cf-c4e9-424b39c010e8-b4f055f4, #w-node-_34930d8e-226e-cc52-787b-fff2735e926a-b4f055f4, #w-node-d5a2fdab-b781-eda8-972c-8e90bddf8ba9-b4f055f4, #w-node-_043d9fba-86c8-78bb-321a-0e7cb04535f1-b4f055f4, #w-node-d91d92d1-6f39-f6aa-9c1b-d7d02f06525d-b4f055f4, #w-node-_3c9eed4f-8bb4-bfe4-87de-0d8a109e4b02-b4f055f4, #w-node-ba822886-70e7-4d99-c854-c6354f020822-b4f055f4, #w-node-f3e1fbe1-1d7b-1181-be58-27306c79cb7d-b4f055f4, #w-node-_8cee2848-5eca-1263-909b-191df0aa6a33-ece9a5a9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7bfe2fac-9146-a95c-0fbb-4194121bd679-ee823574, #w-node-_7bfe2fac-9146-a95c-0fbb-4194121bd683-ee823574 {
  align-self: start;
}

#w-node-_05c1b2eb-db47-e1ef-9375-593a23ce659f-a83973a3, #w-node-_8597d69b-fbb1-d54e-5f42-fe967ae195ab-a83973a3, #w-node-_95d44ee1-2bad-67cf-c4e9-424b39c010e8-a83973a3, #w-node-_34930d8e-226e-cc52-787b-fff2735e926a-a83973a3, #w-node-d5a2fdab-b781-eda8-972c-8e90bddf8ba9-a83973a3, #w-node-_043d9fba-86c8-78bb-321a-0e7cb04535f1-a83973a3, #w-node-d91d92d1-6f39-f6aa-9c1b-d7d02f06525d-a83973a3, #w-node-_3c9eed4f-8bb4-bfe4-87de-0d8a109e4b02-a83973a3, #w-node-ba822886-70e7-4d99-c854-c6354f020822-a83973a3, #w-node-f3e1fbe1-1d7b-1181-be58-27306c79cb7d-a83973a3, #w-node-d6fd2505-b78a-231d-fc78-5de3b29d82f4-7d41870a, #w-node-_05c1b2eb-db47-e1ef-9375-593a23ce659f-3cc36527, #w-node-_8597d69b-fbb1-d54e-5f42-fe967ae195ab-3cc36527, #w-node-_95d44ee1-2bad-67cf-c4e9-424b39c010e8-3cc36527, #w-node-_34930d8e-226e-cc52-787b-fff2735e926a-3cc36527, #w-node-d5a2fdab-b781-eda8-972c-8e90bddf8ba9-3cc36527, #w-node-_043d9fba-86c8-78bb-321a-0e7cb04535f1-3cc36527, #w-node-d91d92d1-6f39-f6aa-9c1b-d7d02f06525d-3cc36527, #w-node-_3c9eed4f-8bb4-bfe4-87de-0d8a109e4b02-3cc36527, #w-node-ba822886-70e7-4d99-c854-c6354f020822-3cc36527 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_399d591b-45c4-19c4-4e7d-93e912d20741-b64c32df, #w-node-_7bde6246-b5fe-73df-fccf-83aec7421f3b-b64c32df, #w-node-_819f4112-1098-70a8-462f-7ce09fef37bd-b64c32df, #w-node-_40d3a99b-5230-7683-84c9-a41b9e2a9a69-b64c32df {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_314a54c5-a194-0711-a323-9831a1eb6b1c-a1eb6b13 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Heavy.ttf') format('truetype'), url('../fonts/Gilroy-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.ttf') format('truetype'), url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Acumin Variable Concept';
  src: url('../fonts/Acumin-Variable-Concept-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin Variable Concept';
  src: url('../fonts/Acumin-Variable-Concept.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Black.ttf') format('truetype'), url('../fonts/Avenir-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Book';
  src: url('../fonts/Avenir-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}