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

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

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

@font-face {
  font-family: Inter Variablefont Opsz Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Variablefont Opsz Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

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

:root {
  --black: #000;
  --white: #fff;
  --secondary: #0b1924;
  --primary: #5abe0a;
}

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

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

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

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

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

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

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

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

.body {
  color: var(--black);
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 16px;
}

.top-nav-links {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
}

.middle-nav-links {
  background-color: var(--secondary);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-section {
  z-index: 999;
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  position: sticky;
  top: 0;
}

.top-nav-inner-div {
  justify-content: space-around;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  height: 50px;
  display: flex;
}

.call-us {
  z-index: 5;
  border: 1px solid var(--secondary);
  background-color: var(--secondary);
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  width: 120px;
  margin-left: 10px;
  padding: 5px 22px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.call-us:hover {
  border: 1px solid var(--secondary);
  background-color: var(--white);
  color: var(--secondary);
}

.call-us.email, .call-us.call {
  width: auto;
  display: flex;
}

.top-nav-50-div {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.top-nav-50-div._1 {
  justify-content: flex-start;
}

.top-nav-50-div._2 {
  justify-content: flex-end;
  display: none;
}

.top-nav-50-div._2.a {
  display: flex;
}

.text-block-3 {
  margin-left: 20px;
}

.social-link {
  border: 1px solid var(--secondary);
  background-color: var(--secondary);
  color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  font-family: "Brands 400", Arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  border: 1px solid var(--secondary);
  background-color: var(--white);
  color: var(--secondary);
}

.social-link.side {
  border-radius: 40px;
  width: 50px;
  height: 50px;
  margin-top: 4px;
  margin-bottom: 2px;
  margin-right: 20px;
  font-size: 18px;
}

.social-link.side._1:hover, .social-link.side._2:hover, .social-link.side.text-block-3:hover, .social-link.side._4:hover, .social-link.side._5:hover {
  background-color: var(--white);
}

.social-link.side._5.check {
  background-size: 23px;
}

.social-link.check {
  background-image: url('../images/CHECK-A-TRADE-ICON-white.webp');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: 18px;
}

.social-link.check:hover {
  background-image: url('../images/CHECK-A-TRADE-ICON-black.webp');
}

.nav-link {
  border-bottom: 5px solid var(--secondary);
  color: var(--white);
  border-radius: 0;
  padding: 15px 20px;
  font-weight: 400;
  transition: all .2s;
}

.nav-link:hover {
  border-bottom: 5px solid var(--primary);
}

.nav-link.w--current {
  border-bottom-color: var(--primary);
  color: var(--white);
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all .2s;
}

.nav-link.w--current:hover {
  background-color: var(--white);
  color: var(--secondary);
  border-radius: 20px;
}

.dropdown-toggle {
  border-bottom: 5px solid var(--secondary);
  color: var(--white);
  padding: 15px 40px 15px 20px;
  transition: all .2s;
}

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

.dropdown-toggle.w--open {
  background-color: var(--white);
  color: var(--secondary);
  border-radius: 20px 20px 0 0;
}

.dropdown-toggle.w--open:hover {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.icon {
  margin-right: 20px;
}

.dropdown-list {
  background-color: #2c2121;
}

.dropdown-list.w--open {
  background-color: var(--white);
  color: var(--secondary);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all .2s;
}

.dropdown-link {
  color: var(--secondary);
}

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

.dropdown-link.w--current {
  background-color: var(--secondary);
  color: var(--white);
  background-image: url('../images/ReviveRewire-Icon.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 40px;
}

.dropdown-link.last {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.logo {
  width: auto;
  height: auto;
}

.dropdown {
  transition: all .2s;
}

.hero {
  background-image: linear-gradient(90deg, #000000bd 47%, #fff0);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: -20px;
  padding-bottom: 60px;
  display: flex;
}

.hero-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 1400px;
  height: 100%;
  padding-top: 80px;
  display: grid;
}

.hero-left {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: minmax(122px, 1fr) auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.hero-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--secondary);
  color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.hero-div.svs {
  color: var(--black);
  background-color: #f1f1f1;
  box-shadow: 0 2px 5px #0003;
}

.hero-boxes {
  width: 100%;
  display: flex;
}

.hero-span-big {
  font-size: 60px;
  line-height: 60px;
}

.hero-span-big.line {
  box-shadow: inset 0 -15px 0 -9px var(--primary);
}

.hero-span-med {
  color: var(--primary);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 22px;
  display: inline-flex;
}

.hero-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 39px;
}

.paragraph {
  text-align: center;
  margin-bottom: 0;
}

.hero-icon {
  color: var(--black);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
  margin: 0 auto 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
}

.hero-icon._1 {
  background-image: url('../images/ourservices.svg');
}

.hero-icon._2 {
  background-image: url('../images/fullhouse-white.svg');
}

.hero-icon._3 {
  background-image: url('../images/partial-white.svg');
}

.hero-icon._4 {
  background-image: url('../images/fuseboard-white.svg');
}

.hero-icon._5 {
  background-image: url('../images/eicr-white.svg');
}

.hero-icon.nb {
  background-image: none;
  width: auto;
  height: auto;
  margin-bottom: auto;
}

.hero-icon.nb._10b {
  margin-bottom: 10px;
}

.body-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  border-radius: 7px;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.body-button:hover {
  border: 1px solid var(--secondary);
  background-color: var(--white);
  color: var(--secondary);
}

.h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 30px;
}

.h2.sm {
  margin-top: 0;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
}

.h2.sm.left {
  text-align: left;
  margin-bottom: 10px;
}

.h2.sm.b {
  color: var(--black);
  font-size: 22px;
  line-height: 22px;
}

.h2.sm.b.navy {
  color: var(--secondary);
}

.h2.c {
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.service-boxes {
  background-color: var(--secondary);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

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

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

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

.services-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  background-color: #13212d;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: all .2s;
  display: flex;
  transform: rotate(0);
}

.services-box.bullet {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

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

.section.red {
  background-color: var(--secondary);
  border-radius: 20px;
  margin-bottom: -20px;
  position: relative;
}

.section.red._0 {
  margin-bottom: 0;
}

.section.red._0.ct {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-bottom: 50px;
}

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

.coloured-line {
  background-color: var(--secondary);
  border-radius: 20px;
  width: 300px;
  height: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.coloured-line.white.c {
  margin-left: auto;
  margin-right: auto;
}

.coloured-line._10pad {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: max(1.8vw, 24px);
  line-height: 42px;
}

.p {
  color: var(--black);
  font-size: 1.125rem;
  line-height: 26px;
}

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

.p.white {
  color: var(--white);
  font-size: 1.125rem;
}

.p.white.hide {
  display: none;
}

.p._40b.ul {
  cursor: pointer;
  border-bottom: 1px solid #000;
}

.p._40b.ul.w {
  border-bottom-color: var(--white);
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
}

.p._40t {
  margin-top: 40px;
}

.p._0b {
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 500;
}

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

.list {
  width: 100%;
  margin-top: 10px;
  padding-left: 10px;
  line-height: 25px;
  list-style-type: disc;
}

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

.list._2x1._2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.list._2x1._2.hide {
  grid-column-gap: 29px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: none;
}

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

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

._2x1.areas {
  grid-template-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
}

._2x1._40tb {
  margin-top: 40px;
  margin-bottom: 40px;
}

._2x1._40t {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 40px;
}

._2x1._40t.hide {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

._2x1.ban {
  grid-column-gap: 50px;
  grid-template-columns: 1.25fr 1fr;
}

.img {
  border-radius: 10px;
  min-height: 350px;
}

.img.home1 {
  z-index: 1;
  background-image: url('../images/327681318.webp');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.img.grid-layout {
  min-height: 200px;
}

.img.grid-layout.grid1 {
  background-image: url('../images/625536907.webp');
  background-position: 50% 0;
  background-size: cover;
}

.img.grid-layout.grid2 {
  background-image: url('../images/314167965.webp');
  background-position: 50%;
  background-size: cover;
}

.img.grid-layout.grid3 {
  background-image: url('../images/520830891.webp');
  background-position: 50%;
  background-size: cover;
}

.img.grid-layout.grid4 {
  background-image: url('../images/135269931.webp');
  background-position: 50%;
  background-size: cover;
}

.img.grid-layout.grid5 {
  background-image: url('../images/200876369.webp');
  background-position: 50%;
  background-size: cover;
}

.img.grid-layout.grid6 {
  background-image: url('../images/170179753.webp');
  background-position: 50%;
  background-size: cover;
}

.img.grid-layout.grid7 {
  background-image: url('../images/294377831.webp');
  background-position: 50%;
  background-size: cover;
}

.img.grid-layout.grid8 {
  background-image: url('../images/126879407.webp');
  background-position: 50%;
  background-size: cover;
}

.img.grid-layout.grid9 {
  background-image: url('../images/298067114.webp');
  background-position: 50%;
  background-size: cover;
}

.img.home2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

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

.img.svs1-4 {
  background-image: url('../images/135269931.webp');
}

.img.svs1-5 {
  background-image: url('../images/294377831.webp');
}

.img.svs1-6 {
  background-image: url('../images/182340483.webp');
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img.ban {
  z-index: 1;
  background-image: url('../images/revive-rewire-hero.png');
  background-position: 50% 41%;
  background-size: cover;
  position: relative;
  transform: rotate(-5deg);
}

.img._2 {
  max-width: 530px;
}

.txt {
  width: 100%;
}

.txt.box {
  background-color: var(--white);
  color: var(--black);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 2px 5px #00000057;
}

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

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

.img-grid.svs.contact {
  padding-top: 0;
  padding-bottom: 0;
}

.img-grid.hide {
  display: none;
}

.h2-txt {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.h2-txt.white {
  color: var(--white);
  justify-content: center;
  align-items: flex-start;
}

.footer-section {
  z-index: 3;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.footer-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  width: 90%;
  max-width: 1200px;
  margin-top: 60px;
  display: grid;
}

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

.h3 {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 37px;
}

.h3.tag {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 30px;
  font-weight: 700;
}

.footer-list {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  line-height: 28px;
  list-style-type: none;
}

.footer-socials {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.footer-head {
  font-size: 22px;
  font-weight: 700;
}

.map {
  background-image: url('../images/Capture_1.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 520px;
  display: flex;
}

.map.awc {
  background-image: none;
}

.footerlinks {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

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

.c {
  font-family: "Font awesome 6 free solid 900";
}

.side-socials {
  z-index: 999;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 75px;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.side-socials.top {
  justify-content: center;
  height: auto;
  top: auto;
  bottom: 70px;
}

.side-socials.buttons {
  height: 7%;
  inset: auto 0% 0% auto;
}

.circle-div-side {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

.footer-link-txt {
  text-align: center;
}

.c-symbol {
  font-family: "Fa 400", sans-serif;
}

.black-link-no-line {
  color: var(--black);
  text-decoration: none;
  transition: all .2s;
}

.black-link-no-line:hover {
  color: var(--secondary);
}

.text-block-6 {
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
}

.header-logo-small {
  width: 210px;
}

.map-stuff {
  z-index: 2;
  background-color: var(--secondary);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: absolute;
  left: 10%;
}

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

.fa {
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.fa.boxed {
  color: #fff;
  background-color: #eb242c;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  margin-right: 0;
  padding: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 45px;
  line-height: 45px;
  display: flex;
}

.fa.boxed.sm {
  font-size: 30px;
}

.fa.boxed.sm.w {
  color: var(--secondary);
  background-color: #fff;
}

.fa.boxed.sm.g {
  color: var(--primary);
  background-color: #0000;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  font-family: "Fa 400", sans-serif;
  font-size: 40px;
}

.fa._0 {
  margin-right: 0;
}

.navbar {
  background-color: var(--secondary);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 0 0 2px #0003;
}

.form {
  width: 90%;
  display: none;
}

.center-button-div {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.list-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.list-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 20px;
  list-style-type: none;
  display: grid;
}

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

.list-2._1 {
  display: block;
}

.h3-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 9fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  padding-bottom: 10px;
  transition: all .2s;
  display: grid;
}

.h3-list._4 {
  padding-bottom: 0;
  display: block;
}

.list-icon {
  margin-left: 20px;
  font-size: 40px;
  text-decoration: none;
}

.list-icon.list {
  background-color: var(--secondary);
  color: var(--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 21px;
  display: flex;
}

.list-icon.list.w {
  background-color: var(--white);
  color: var(--primary);
}

.h3-list-heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.click-to-call-button {
  color: #fff;
  text-align: center;
  background-color: #243b63;
  border: 1px solid #2e2e2e4d;
  border-radius: 350px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding-top: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  box-shadow: 0 3px 3px 2px #2e2e2e4d;
}

.click-to-call-button.social-link {
  display: none;
}

.services-box-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.services-box-2.test {
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  padding: 60px;
}

.html-embed {
  width: 100%;
}

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

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

.body-button-2 {
  z-index: 5;
  border: 1px solid var(--secondary);
  background-color: var(--secondary);
  color: #fff;
  border-radius: 7px;
  margin-top: auto;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

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

.testimonials {
  background-image: linear-gradient(#00000054, #00000054), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
}

.hero-left-2 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 170px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 900px;
  display: grid;
}

.hero-left-2.svs {
  grid-template-rows: auto;
  width: 100%;
  display: flex;
}

.hero-span-big-2 {
  font-size: 60px;
  line-height: 60px;
}

.hero-span-med-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 26px;
}

.hero-span-med-2.red {
  color: var(--primary);
}

.hero-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  width: 90%;
  height: 100%;
  display: flex;
}

.hero-grid-2.svs {
  grid-template-columns: 1fr;
}

.svs-hero {
  background-image: linear-gradient(#00000080, #00000080), url('../images/632224977.webp');
  background-position: 0 0, 50% 25%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: -20px;
  padding-top: 80px;
  padding-bottom: 60px;
  display: flex;
}

.hero-heading-2 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.hero-boxes-2 {
  width: 100%;
}

.hero-span-med-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 18px;
}

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

.image {
  width: 100%;
}

.text-box {
  color: #333;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
}

.text-box.red {
  color: #fff;
  background-color: #e4212a;
}

.text-box.red.cente {
  background-color: var(--primary);
  text-align: center;
  text-decoration: none;
}

.p-3 {
  width: 100%;
  line-height: 22px;
}

.h3-3 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 37px;
}

.h3-3._0t {
  margin-top: 0;
}

.black-link-no-line-3 {
  color: #333;
  text-decoration: none;
  transition: all .2s;
}

.black-link-no-line-3:hover {
  color: #e4212a;
}

.black-link-no-line-3.w {
  color: #fff;
}

.h1-txt-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h1-txt-2.center {
  text-align: center;
  align-items: center;
}

.p-4 {
  width: 100%;
  line-height: 22px;
}

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

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

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

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

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

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

.fs-cc-banner_text {
  color: var(--black);
  width: 100%;
  margin-right: 24px;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--white);
  border-top: 1px solid #4353ff29;
  border-radius: 10px;
  width: 400px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 2px 5px #0003;
}

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

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

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

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

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

.fs-cc-banner_container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

.fs-cc-manager_icon._2 {
  display: none;
}

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

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

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

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

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

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

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

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

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

.fs-cc-banner_buttons-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

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

.fs-cc-banner_button {
  border: 2px solid var(--secondary);
  background-color: var(--secondary);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  width: 100%;
  min-width: 140px;
  padding: 10px 20px;
  font-size: 16px;
}

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

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

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

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

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

.div-block {
  background-color: var(--secondary);
  border-radius: 10px;
  transition: all .2s;
  transform: rotate(0);
}

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

.image-2 {
  z-index: 2;
  background-color: var(--white);
  border-radius: 7px;
  width: 180px;
  margin-top: -20px;
  margin-left: -20px;
  padding: 10px;
  position: absolute;
  box-shadow: 0 2px 5px #0003;
}

.div-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.div-block-2.c {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  display: flex;
}

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

.stars {
  color: #fde047;
  font-family: "Fa solid 900", sans-serif;
}

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

.assoc {
  height: 60px;
  margin-right: 10px;
}

.assoc._2 {
  padding: 10px;
}

.div-block-5 {
  background-color: var(--secondary);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 20px;
  margin-bottom: auto;
}

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

.div-block-6 {
  z-index: 2147483647;
  background-color: var(--secondary);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.hyperlink {
  color: var(--primary);
  font-weight: 700;
}

.hyperlink.thin {
  font-weight: 400;
  text-decoration: none;
}

.bold-text {
  font-size: 40px;
  line-height: 11px;
}

.bold-text.ul {
  background-image: url('../images/line-st.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  font-weight: 700;
  line-height: 55px;
  display: inline-block;
}

.bold-text-2 {
  font-size: 24px;
}

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

.text-span, .text-span-2 {
  font-family: "Fa solid 900", sans-serif;
}

.banner-counter {
  background-color: #1a1a1a;
  width: 50%;
  padding: 50px 32px 100px;
}

.banner-image {
  background-image: linear-gradient(#1a1a1a73, #fff0), url('../images/revive-rewire-hero.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: flex-end;
  width: 35%;
  max-width: 600px;
  height: 100%;
  margin-left: auto;
  display: flex;
}

.counterup {
  color: #fff;
  font-size: 66px;
  font-weight: 800;
  line-height: 50px;
}

.counterup.w {
  color: #000;
  font-size: 52px;
  font-weight: 700;
}

.counterup.w.small {
  color: #fff;
  font-size: 70px;
  line-height: 60px;
}

.hero-section {
  align-items: center;
  width: 100%;
  padding-left: 3%;
  display: flex;
  overflow: hidden;
}

.btn-group {
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.nc1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container {
  z-index: 1;
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.container.banner {
  width: 95%;
  max-width: 100%;
  display: flex;
}

.button-right {
  color: #fff;
  text-transform: uppercase;
  background-color: #fff0;
  border: 2px solid #fff;
  border-radius: 12px;
  margin-left: 15px;
  padding: 16px 40px;
  font-size: 17px;
  font-weight: 600;
  transition: all .45s ease-in-out;
}

.button-right:hover {
  background-color: #d41b27;
  border-color: #c0131e;
}

.hero-sub-heading {
  color: #fff;
  letter-spacing: 5px;
  margin-bottom: 35px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
}

.button-left {
  color: #1a1a1a;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 12px;
  padding: 16px 40px;
  font-size: 17px;
  font-weight: 600;
  transition: all .45s ease-in-out;
}

.button-left:hover {
  color: #fff;
  background-color: #c0131e;
}

.counterspan {
  color: #000;
  font-size: 52px;
  font-weight: 700;
  line-height: 50px;
}

.counterspan.small {
  color: #d41b27;
  font-size: 70px;
  line-height: 70px;
}

.hero-2 {
  background-color: #fff;
  background-image: linear-gradient(#fffffff2, #fffffff2), url('../images/Texture-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: -24px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.hero-text {
  color: var(--secondary);
  text-transform: none;
  max-width: 85%;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

.cn-text-lower {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 16.5px;
  font-weight: 600;
}

.cn-text-lower.small {
  text-align: left;
  text-transform: uppercase;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.co-name-hover {
  font-weight: 800;
  transition: color .65s ease-in-out;
}

.co-name-hover:hover {
  color: #c0131e;
}

.number-prefix {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

._100 {
  background-color: var(--primary);
  border-radius: 10px;
  min-width: 50%;
  height: 100%;
  transform: rotate(5deg);
}

.div-block-7 {
  background-color: var(--secondary);
  border-radius: 10px;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: auto -30px 0% auto;
  transform: rotate(-5deg);
}

@media screen and (max-width: 991px) {
  .middle-nav-links {
    display: flex;
  }

  .top-nav-inner-div {
    width: 100%;
  }

  .top-nav-50-div._1 {
    width: 100%;
    margin-left: 20px;
  }

  .top-nav-50-div._2 {
    margin-right: 20px;
    display: none;
  }

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

  .social-link.side._1 {
    margin-left: 0;
  }

  .nav-link {
    background-color: var(--secondary);
    text-align: center;
    border-radius: 0;
  }

  .nav-link:hover, .nav-link.w--current, .nav-link.w--current:hover {
    border-radius: 0;
  }

  .dropdown-toggle {
    background-color: var(--secondary);
    border-radius: 0;
    width: 100%;
  }

  .dropdown-toggle:hover {
    border-radius: 0;
  }

  .dropdown-link {
    text-align: center;
  }

  .logo {
    margin-bottom: 0;
  }

  .dropdown {
    width: 100%;
  }

  .hero {
    background-image: linear-gradient(#000000a8, #000000a8), url('../images/632224977.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

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

  .hero-left {
    grid-row-gap: 16px;
    grid-template-rows: minmax(122px, 1fr) auto;
  }

  .hero-span-big {
    line-height: 44px;
  }

  .hero-heading {
    text-align: center;
  }

  .h2 {
    font-size: 1.5rem;
  }

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

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

  .p, .p.white, .p._40b {
    font-size: 1rem;
  }

  .list.area-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .list._2x1._2.hide {
    grid-column-gap: 22px;
    grid-row-gap: 21px;
    grid-template-columns: 1fr 1fr;
  }

  ._2x1, ._2x1._40t.hide {
    grid-template-columns: 1fr;
  }

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

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

  .img-grid.svs.contact, .footer-div {
    grid-template-columns: 1fr 1fr;
  }

  .map {
    align-items: center;
  }

  .side-socials.top {
    width: auto;
  }

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

  .map-stuff {
    width: 90%;
    display: none;
    left: auto;
  }

  .hero-box-div {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .navbar {
    justify-content: space-between;
    width: 100%;
  }

  .nav-menu-2 {
    border-radius: 20px;
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
  }

  .nav {
    color: var(--white);
    justify-content: flex-end;
    width: 100%;
    margin-left: 60px;
    display: flex;
  }

  .nav.w--open {
    background-color: var(--white);
    color: var(--secondary);
    border-radius: 10px;
    height: 100%;
  }

  .icon-3 {
    justify-content: flex-end;
    display: flex;
  }

  .nav-inner {
    align-items: center;
    width: 94%;
    display: flex;
  }

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

  .list-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }

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

  .click-to-call-button.social-link {
    display: none;
  }

  .services-box-2.test {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .services-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .services-2.test {
    grid-template-rows: auto;
  }

  .hero-left-2 {
    width: auto;
  }

  .hero-span-med-2 {
    text-align: center;
  }

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

  .svs-hero {
    background-image: linear-gradient(#000000bd, #000000bd), url('../images/11.png');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .hero-heading-2, .hero-span-med-3 {
    text-align: center;
  }

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

  .bold-text {
    line-height: 12px;
  }

  .code-embed-2 {
    width: 100%;
  }

  .banner-counter {
    width: 100%;
    display: none;
  }

  .banner-image {
    background-position: 0 0, 65%;
    width: 50%;
  }

  .hero-section {
    width: 100%;
    height: auto;
    padding-left: 3%;
    overflow: visible;
  }

  .btn-group {
    flex-flow: column;
    align-items: flex-start;
    margin-top: 20px;
  }

  .container {
    padding-left: 0;
    padding-right: 40px;
    position: static;
  }

  .button-right {
    margin-top: 15px;
    margin-left: 0;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 15px;
  }

  .hero-sub-heading {
    font-size: 21px;
  }

  .button-left {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 15px;
  }

  .hero-2 {
    flex-flow: column;
    position: relative;
  }

  .hero-text {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .top-nav-links {
    height: 100px;
  }

  .top-nav-inner-div {
    flex-direction: column;
    height: 100px;
  }

  .call-us {
    margin-left: 0;
  }

  .call-us.email {
    margin-left: 10px;
  }

  .call-us.call {
    margin-right: 10px;
  }

  .top-nav-50-div._1 {
    text-align: center;
    justify-content: center;
    margin-left: 0;
    display: flex;
  }

  .top-nav-50-div._2 {
    text-align: center;
    justify-content: center;
    margin-right: 0;
    display: none;
  }

  .social-link.side {
    width: 60px;
    height: 60px;
    margin-left: 0;
  }

  .hero {
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-grid {
    padding-top: 10px;
  }

  .hero-div {
    padding: 20px;
  }

  .hero-heading {
    text-align: center;
    width: 100%;
    font-size: 19px;
  }

  .h2.sm.b.navy {
    font-size: 20px;
  }

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

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

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

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

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

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

  .footer-column {
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
  }

  .h3 {
    text-align: center;
  }

  .h3.tag {
    padding-bottom: 15px;
    font-size: 30px;
  }

  .footer-list {
    text-align: left;
  }

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

  .footer-head {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
  }

  .footerlinks {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

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

  .side-socials {
    justify-content: flex-end;
    width: 80px;
    height: 80px;
    inset: auto 0% 0% auto;
  }

  .circle-div-side {
    display: none;
  }

  .hero-box-div {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

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

  .list-icon {
    margin-left: 0;
  }

  .click-to-call-button {
    background-color: #282d4e;
  }

  .click-to-call-button.social-link {
    background-color: var(--secondary);
    margin-bottom: 20px;
    margin-right: 20px;
    font-family: Montserrat, sans-serif;
    display: block;
  }

  .click-to-call-button.social-link:hover {
    color: var(--white);
  }

  .services-box-2.test {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .svs-hero {
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-heading-2 {
    text-align: center;
  }

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

  .h3-3 {
    text-align: center;
  }

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

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

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

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

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

  .image-2 {
    margin-left: -15px;
  }

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

  .banner-counter {
    width: auto;
    max-width: 45%;
    padding-top: 25px;
    padding-bottom: 25px;
    display: none;
  }

  .banner-image {
    order: -1;
    width: 100%;
    height: 100vh;
    margin-top: auto;
  }

  .hero-section {
    background-color: #0003;
    background-image: none;
    background-size: auto;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    margin-top: auto;
    padding-bottom: 60px;
    position: absolute;
    overflow: visible;
  }

  .btn-group {
    flex-flow: row;
  }

  .container {
    padding-right: 0;
  }

  .container.banner {
    width: 95%;
  }

  .button-right {
    margin-top: 0;
    margin-left: 15px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .hero-sub-heading {
    font-size: 20px;
    font-weight: 400;
  }

  .button-left {
    padding-top: 13px;
    padding-bottom: 14px;
  }

  .hero-2 {
    background-color: #1a1a1a00;
    background-image: none;
    background-position: 0 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .hero-text {
    color: var(--black);
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    font-size: 30px;
    line-height: 1.3;
  }

  .cn-text-lower.small {
    font-size: 16px;
    line-height: 22px;
  }

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

@media screen and (max-width: 479px) {
  .top-nav-links {
    z-index: 99;
    height: 100%;
  }

  .nav-section {
    position: static;
  }

  .top-nav-inner-div {
    height: 100%;
  }

  .top-nav-50-div._1 {
    width: 100%;
    display: none;
  }

  .top-nav-50-div._2 {
    background-color: var(--white);
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .top-nav-50-div._2.a {
    display: none;
  }

  .nav-link {
    background-color: var(--secondary);
    text-align: center;
    border-radius: 0;
  }

  .nav-link:hover {
    border-radius: 0;
  }

  .nav-link.w--current {
    background-color: var(--white);
    color: var(--secondary);
  }

  .dropdown-toggle {
    background-color: var(--secondary);
    width: 100%;
  }

  .dropdown-toggle:hover, .dropdown-toggle.w--open {
    border-radius: 0;
  }

  .dropdown-link {
    background-color: var(--secondary);
    color: var(--white);
    text-align: center;
  }

  .logo {
    margin-bottom: 20px;
  }

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

  .hero-grid {
    padding-top: 20px;
  }

  .hero-left {
    grid-row-gap: 18px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .hero-div {
    grid-template-rows: auto auto auto;
    padding: 20px 40px;
  }

  .hero-div._20pad {
    grid-template-rows: auto auto auto;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .hero-div.svs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-span-big {
    font-size: 40px;
    line-height: 39px;
  }

  .hero-span-med {
    line-height: 30px;
  }

  .hero-heading {
    margin-top: 0;
    line-height: 31px;
  }

  .hero-icon {
    display: block;
  }

  .body-button {
    position: relative;
  }

  .h2 {
    font-size: 25px;
  }

  .h2.sm {
    font-size: 17px;
  }

  .service-boxes {
    height: 100%;
  }

  .services {
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    height: 100%;
    display: flex;
  }

  .services-box {
    grid-template-rows: auto auto;
    min-height: 100px;
    display: flex;
  }

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

  .coloured-line {
    width: 100%;
  }

  .coloured-line._10pad {
    width: 200px;
  }

  .h1 {
    text-align: center;
    font-size: 25px;
    line-height: 33px;
  }

  .p, .p.white {
    text-align: left;
  }

  .p._0b {
    margin-left: 0;
  }

  .list {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

  .h1-txt {
    align-items: center;
  }

  .img, .img.home1, .img.ban {
    min-height: 250px;
  }

  .txt {
    text-align: center;
  }

  .txt.box {
    box-shadow: none;
    padding: 10px;
  }

  .img-grid {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .footer-div {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .h3 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 21px;
  }

  .h3.tag {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;
  }

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

  .map {
    min-height: 300px;
  }

  .footerlinks {
    padding-bottom: 20px;
  }

  .c {
    margin-right: 10px;
  }

  .side-socials {
    justify-content: flex-end;
    height: 120px;
    inset: auto 0% 0% auto;
  }

  .side-socials.buttons {
    display: none;
  }

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

  .footer-link-txt {
    text-align: left;
  }

  .copyright-text {
    text-align: center;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

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

  .navbar {
    padding-bottom: 0;
  }

  .nav, .nav.w--open {
    margin-left: 0;
  }

  .icon-3 {
    text-align: center;
    justify-content: center;
  }

  .nav-inner {
    flex-direction: column;
    width: 100%;
  }

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

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

  .h3-list {
    width: 100%;
  }

  .h3-list:hover {
    transform: none;
  }

  .list-icon.list {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .click-to-call-button {
    width: 90px;
    height: 90px;
    font-size: 13px;
    line-height: 14px;
  }

  .services-box-2 {
    grid-template-rows: auto auto;
    min-height: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .services-box-2.test {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 20px;
  }

  .services-2 {
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    height: 100%;
    display: block;
  }

  .testimonials {
    height: 100%;
  }

  .hero-left-2 {
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .hero-span-big-2 {
    font-size: 39px;
    line-height: 37px;
  }

  .hero-heading-2 {
    margin-top: 0;
    font-size: 32px;
  }

  .hero-boxes-2 {
    text-align: center;
  }

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

  .text-box {
    padding: 20px;
  }

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

  .h3-3 {
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 30px;
  }

  .h3-3._0t {
    margin-bottom: 4px;
    font-size: 22px;
  }

  .black-link-no-line-3 {
    color: #333;
    text-decoration: none;
  }

  .h1-txt-2 {
    text-align: center;
    align-items: center;
  }

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

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

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

  .fs-cc-banner_component {
    width: 94%;
  }

  .fs-cc-manager_button {
    background-color: var(--secondary);
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
  }

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

  .fs-cc-manager_icon {
    width: 22px;
    height: 22px;
    display: none;
  }

  .fs-cc-manager_icon._2 {
    width: 18px;
    height: 18px;
    display: block;
  }

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

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

  .fs-cc-manager_component {
    bottom: 5px;
  }

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

  .image-2 {
    width: 120px;
    margin-left: -10px;
  }

  .div-block-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .assoc {
    margin-right: 0;
  }

  .link-block {
    margin-top: 10px;
  }

  .hyperlink.thin {
    text-align: center;
  }

  .bold-text {
    font-size: 34px;
    line-height: 12px;
  }

  .banner-counter {
    max-width: 65%;
    padding: 20px 25px 20px 30px;
  }

  .banner-image {
    order: -1;
    height: 400px;
  }

  .counterup {
    font-size: 55px;
    line-height: 55px;
  }

  .counterup.w.small {
    font-size: 40px;
    line-height: 44px;
  }

  .arrow-link {
    color: #fff;
    font-size: 17px;
  }

  .hero-section {
    background-color: #0000;
    background-image: none;
    background-position: 0 0;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0%;
    position: static;
  }

  .btn-group {
    display: block;
  }

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

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .container.banner {
    margin-top: auto;
  }

  .button-right {
    margin-top: 5px;
    margin-left: 0;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
    display: inline-block;
  }

  .hero-sub-heading {
    letter-spacing: 4px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.5;
  }

  .button-left {
    display: none;
  }

  .arrow-banner {
    background-color: #c0131e;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    text-decoration: none;
    display: flex;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .counterspan.small {
    font-size: 40px;
    line-height: 44px;
  }

  .hero-2 {
    z-index: auto;
    background-color: var(--white);
    height: auto;
    position: relative;
  }

  .hero-text {
    font-size: 23px;
    line-height: 1.3;
  }

  .cn-text-lower {
    text-align: center;
    margin-top: 20px;
  }

  .cn-text-lower.small {
    margin-top: 10px;
    font-size: 13px;
    line-height: 20px;
  }

  .div-block-7 {
    width: 60px;
    height: 60px;
    right: -17px;
  }
}

#w-node-dde59641-0b1f-5023-4e03-5bb249d778fd-111aa9d4, #w-node-dde59641-0b1f-5023-4e03-5bb249d77906-111aa9d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f24d408-630c-96e2-7812-c8d0fcbc05ed-111aa9d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4bb22168-d77a-04e6-e774-634d609f75f1-111aa9d4, #w-node-_08ff9a1b-72f1-2bc5-9fca-725a7aad24ac-111aa9d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08ff9a1b-72f1-2bc5-9fca-725a7aad24ad-111aa9d4, #w-node-_1b86f6fb-cf86-8bf9-9d88-2d1115d3128c-111aa9d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1b86f6fb-cf86-8bf9-9d88-2d1115d31298-111aa9d4, #w-node-fff8643e-12b6-41f2-aaf0-23d8aec3763a-aec3762c, #w-node-fff8643e-12b6-41f2-aaf0-23d8aec3764e-aec3762c, #w-node-fff8643e-12b6-41f2-aaf0-23d8aec37662-aec3762c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fff8643e-12b6-41f2-aaf0-23d8aec37672-aec3762c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bee0f2d9-3802-67c7-3e97-4bf133238bea-5018be42, #w-node-cd502eb9-61d7-04cd-f0bf-7ed48483ce05-111aaa02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd502eb9-61d7-04cd-f0bf-7ed48483ce06-111aaa02 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2d36ba59-1ddb-4372-8d24-3e62c6a7fd0b-111aaa02, #w-node-_0448219b-82f7-7184-8a67-757412c48e16-111aaa02, #w-node-d890c573-7e30-2770-8bd5-3c6f1f705860-111aaa02, #w-node-_639c83b2-5613-8ff5-3dce-64a7ad17bb73-111aaa02, #w-node-c6c1d599-beda-c20f-041c-b667fc8afdd7-111aaa02, #w-node-_619cde11-1dc0-b7e2-0073-2d043f9e4de9-111aaa02, #w-node-_797c2307-832f-376d-abdc-0710fa9852e7-111aaa02, #w-node-_703db479-aee5-4a5d-a46f-755557be7008-111aaa02, #w-node-_34693e81-9a93-40ed-26a3-bea168c8300b-111aaa02, #w-node-_5fdf0dbb-8a5d-8555-7715-bbc8b306f69a-111aaa02, #w-node-_68bc56b5-63f1-18c9-1fe3-7e9eb99e2b40-111aaa02, #w-node-_68bc56b5-63f1-18c9-1fe3-7e9eb99e2b49-111aaa02, #w-node-_78d3e9b2-b0a6-8502-f502-3b14c84d71ca-111aaa02, #w-node-_424b5ef5-a0ff-9cc0-683f-ee47094dc8a8-111aaa02, #w-node-_5cd81ba0-897c-2bbf-1ef4-ad4327d67e12-111aaa02, #w-node-_2096d61c-5256-a732-d679-df93e59e0a1a-111aaa02, #w-node-_07f2da63-a349-1c32-cb67-119d7d146f58-111aaa02, #w-node-_07f2da63-a349-1c32-cb67-119d7d146f61-111aaa02, #w-node-_7ce65d1f-acb1-c4dd-4e14-d3a5230b67e6-111aaa02, #w-node-f8cd8822-398a-74e7-90ad-41f53ef35f96-111aaa02, #w-node-f43e717d-53df-3fde-c50e-839393830c01-111aaa02, #w-node-f43e717d-53df-3fde-c50e-839393830c0a-111aaa02, #w-node-_2a22a590-8511-4414-91b8-610b167bb31e-111aaa02, #w-node-f49f85aa-e94c-0d12-e2c1-a8c3d739ebd3-111aaa02, #w-node-_6d36536d-162a-7b02-be80-81f3f00a923b-111aaa02, #w-node-_6d3e4aab-6cec-d721-51b7-0d770d9de3ad-111aaa02, #w-node-_6d3e4aab-6cec-d721-51b7-0d770d9de3b6-111aaa02, #w-node-_6e9d107e-6250-ecf0-c6f7-11cccf2690b3-111aaa02, #w-node-_284df5c9-1205-9a41-7811-be4e68f617f6-111aaa02, #w-node-_5812ff63-8366-329d-b702-8eab25cc13a1-111aaa02, #w-node-_70a2939e-50d3-16e8-b157-45cd9116b746-111aaa02, #w-node-_332a8b32-807f-4007-a560-ad4f0e4651e8-111aaa02, #w-node-_332a8b32-807f-4007-a560-ad4f0e4651e9-111aaa02, #w-node-_332a8b32-807f-4007-a560-ad4f0e4651ea-111aaa02, #w-node-cd502eb9-61d7-04cd-f0bf-7ed48483ce05-111aaa03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd502eb9-61d7-04cd-f0bf-7ed48483ce06-111aaa03 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_75210b42-d6b0-211c-6ce6-2792c46d0faa-111aaa03 {
  place-self: center;
}

#w-node-_7843432d-d072-e5a3-90a7-c59ab45d5c59-111aaa03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91878f66-6610-a3a5-e5ad-04ac9748cdcf-111aaa03 {
  place-self: center;
}

#w-node-_91878f66-6610-a3a5-e5ad-04ac9748cdd1-111aaa03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8520f2d1-2b5f-d189-666b-83518b5c907c-111aaa03 {
  place-self: center;
}

#w-node-_8520f2d1-2b5f-d189-666b-83518b5c907e-111aaa03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67222f41-e73b-7fd6-bc34-f7c2112be38b-111aaa03 {
  place-self: center;
}

#w-node-_67222f41-e73b-7fd6-bc34-f7c2112be38d-111aaa03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ce7074e-8a34-a4ac-abc0-4a8ba1487416-111aaa03 {
  place-self: center;
}

#w-node-_0ce7074e-8a34-a4ac-abc0-4a8ba1487418-111aaa03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fa10c8d-b5bb-8794-0dfc-8910b0f64f30-111aaa03 {
  place-self: center;
}

#w-node-_3fa10c8d-b5bb-8794-0dfc-8910b0f64f32-111aaa03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5299a96-4a94-3758-9de2-0f71f3617280-111aaa03 {
  place-self: center;
}

#w-node-b5299a96-4a94-3758-9de2-0f71f3617282-111aaa03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5cb2d86f-327b-41d6-a993-68e3348f5236-111aaa03 {
  place-self: center;
}

#w-node-_5cb2d86f-327b-41d6-a993-68e3348f5238-111aaa03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd75c31c-cbfe-2f3c-9570-9cbf3e756cb4-111aaa03 {
  place-self: center;
}

#w-node-dd75c31c-cbfe-2f3c-9570-9cbf3e756cb6-111aaa03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_904878ab-89c3-75a4-e83c-d61c292a251c-111aaa03 {
  place-self: center;
}

#w-node-_904878ab-89c3-75a4-e83c-d61c292a251e-111aaa03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e11fd6c-ff0e-8437-9cf9-80f6e0e6c36c-111aaa03 {
  place-self: center;
}

#w-node-_6e11fd6c-ff0e-8437-9cf9-80f6e0e6c36e-111aaa03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2203587-15f3-27e3-0f8c-e797f34da0b9-111aaa03 {
  place-self: center;
}

#w-node-e2203587-15f3-27e3-0f8c-e797f34da0bb-111aaa03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6968e5e-9e5e-1b75-1140-e5638e98d363-111aaa03 {
  place-self: center;
}

#w-node-d6968e5e-9e5e-1b75-1140-e5638e98d365-111aaa03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebd37996-c293-4025-0042-e8c32f39e9b8-111aaa03 {
  place-self: center;
}

#w-node-ebd37996-c293-4025-0042-e8c32f39e9ba-111aaa03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74da81f5-5f53-3440-ad66-983ca1e4098b-111aaa03 {
  place-self: center;
}

#w-node-_74da81f5-5f53-3440-ad66-983ca1e4098d-111aaa03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53cad640-64af-774d-003f-c4f067db93e5-111aaa03 {
  place-self: center;
}

#w-node-_53cad640-64af-774d-003f-c4f067db93e7-111aaa03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60982ed2-aeb2-d3d2-d0a9-58947b0c45f0-111aaa03 {
  place-self: center;
}

#w-node-_60982ed2-aeb2-d3d2-d0a9-58947b0c45f2-111aaa03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3423eb2-381d-495c-32d6-fce70fee64b1-111aaa03 {
  place-self: center;
}

#w-node-e3423eb2-381d-495c-32d6-fce70fee64b3-111aaa03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5440733-ff86-4b9c-6578-f260d4879801-111aaa03 {
  place-self: center;
}

#w-node-d5440733-ff86-4b9c-6578-f260d4879803-111aaa03, #w-node-cd502eb9-61d7-04cd-f0bf-7ed48483ce05-111aaa04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd502eb9-61d7-04cd-f0bf-7ed48483ce06-111aaa04 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e8c6b786-e64c-46fa-d3f8-2ea224ef66cd-111aaa04, #w-node-e8c6b786-e64c-46fa-d3f8-2ea224ef66fa-111aaa04, #w-node-e8c6b786-e64c-46fa-d3f8-2ea224ef6718-111aaa04, #w-node-e8c6b786-e64c-46fa-d3f8-2ea224ef672c-111aaa04, #w-node-_6713a845-0113-dd38-b06e-015396234777-111aaa04, #w-node-_22e7ae51-7a02-6f40-c18c-cf2634cbf935-111aaa04, #w-node-_22e7ae51-7a02-6f40-c18c-cf2634cbf93a-111aaa04, #w-node-_22e7ae51-7a02-6f40-c18c-cf2634cbf93f-111aaa04, #w-node-ab62ceb1-ed39-4d1d-fe88-3bf554380508-111aaa04, #w-node-_540237f3-dfc9-7192-6c82-1d50accbd590-111aaa04, #w-node-_193f06d7-8d70-3c55-d659-6ff336fb02bc-111aaa04, #w-node-_530ff016-4a1b-6088-9eea-6f1095dc2765-111aaa04, #w-node-cd502eb9-61d7-04cd-f0bf-7ed48483ce05-111aaa05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd502eb9-61d7-04cd-f0bf-7ed48483ce06-111aaa05 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-cd502eb9-61d7-04cd-f0bf-7ed48483ce05-111aaa06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd502eb9-61d7-04cd-f0bf-7ed48483ce06-111aaa06 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-cd502eb9-61d7-04cd-f0bf-7ed48483ce05-111aaa07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd502eb9-61d7-04cd-f0bf-7ed48483ce06-111aaa07 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2bed69dd-2571-18c0-ffa6-74676ccd9239-111aaa07, #w-node-cd502eb9-61d7-04cd-f0bf-7ed48483ce05-111aaa08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd502eb9-61d7-04cd-f0bf-7ed48483ce06-111aaa08 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-cd502eb9-61d7-04cd-f0bf-7ed48483ce05-1c265a68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd502eb9-61d7-04cd-f0bf-7ed48483ce06-1c265a68 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6713a845-0113-dd38-b06e-015396234777-1c265a68, #w-node-fb86cabc-25bc-fa00-06c9-31376e040da7-1c265a68, #w-node-fb86cabc-25bc-fa00-06c9-31376e040db1-1c265a68, #w-node-efd96f7b-5078-2da3-88d6-a78b55078041-1c265a68, #w-node-_3c38a9b1-3593-535b-1985-3a829442d826-1c265a68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_964eb11d-36e1-8c9e-3e38-7f086e7a8bf6-1c265a68 {
  place-self: center;
}

#w-node-_964eb11d-36e1-8c9e-3e38-7f086e7a8bf8-1c265a68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_964eb11d-36e1-8c9e-3e38-7f086e7a8bfb-1c265a68 {
  place-self: center;
}

#w-node-_964eb11d-36e1-8c9e-3e38-7f086e7a8bfd-1c265a68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_964eb11d-36e1-8c9e-3e38-7f086e7a8c00-1c265a68 {
  place-self: center;
}

#w-node-_964eb11d-36e1-8c9e-3e38-7f086e7a8c02-1c265a68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15084939-124b-3c51-615a-57a0b5b124dd-1c265a68 {
  place-self: center;
}

#w-node-_15084939-124b-3c51-615a-57a0b5b124df-1c265a68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89b5302b-e59c-6a99-3e60-cd81cc6d00d3-1c265a68 {
  place-self: center;
}

#w-node-_89b5302b-e59c-6a99-3e60-cd81cc6d00d5-1c265a68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aee2d3de-3b3a-d466-67eb-fe7fa65c1578-1c265a68 {
  place-self: center;
}

#w-node-aee2d3de-3b3a-d466-67eb-fe7fa65c157a-1c265a68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32119b4a-a667-61be-2173-12a1422fac77-1c265a68 {
  place-self: center;
}

#w-node-_32119b4a-a667-61be-2173-12a1422fac79-1c265a68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3751f77a-5790-6468-b885-439975026097-1c265a68 {
  place-self: center;
}

#w-node-_3751f77a-5790-6468-b885-439975026099-1c265a68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7226bd49-9c55-70b4-1991-11ee73408a05-1c265a68 {
  place-self: center;
}

#w-node-_7226bd49-9c55-70b4-1991-11ee73408a07-1c265a68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e4cb841-ea80-57a4-e325-4f435c27219b-1c265a68 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4e4cb841-ea80-57a4-e325-4f435c27219c-1c265a68 {
  place-self: center;
}

#w-node-_4e4cb841-ea80-57a4-e325-4f435c27219e-1c265a68, #w-node-cd502eb9-61d7-04cd-f0bf-7ed48483ce05-45c5b046 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd502eb9-61d7-04cd-f0bf-7ed48483ce06-45c5b046 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2d36ba59-1ddb-4372-8d24-3e62c6a7fd0b-45c5b046, #w-node-_0448219b-82f7-7184-8a67-757412c48e16-45c5b046, #w-node-ae986521-4af1-cfcf-013a-2267441a5216-45c5b046, #w-node-ae986521-4af1-cfcf-013a-2267441a521b-45c5b046, #w-node-ae986521-4af1-cfcf-013a-2267441a5220-45c5b046, #w-node-f392ba3f-4ac6-1e26-ae2a-19fea45cb3c9-45c5b046, #w-node-a9881420-81bc-4458-4e0c-ef6dfa13f6df-45c5b046, #w-node-_699bdf8a-591b-28c6-232b-91e409003079-45c5b046, #w-node-_2be025c2-a0e4-12a2-c9ca-4fde1df9014d-45c5b046, #w-node-_2c83ad39-e8be-5543-7960-a3ad155a2c1b-45c5b046, #w-node-_3874320b-2aa5-3492-5c34-6ec7b1468ce1-45c5b046, #w-node-_35e66e78-de78-6ad1-5c92-539e9594bb7f-45c5b046, #w-node-_772ecd26-05c8-8a49-0594-bf65e1c7a492-45c5b046, #w-node-_3c1fc5d5-047d-005b-f25d-470c240e3a52-45c5b046, #w-node-_3c1fc5d5-047d-005b-f25d-470c240e3a59-45c5b046, #w-node-_3c1fc5d5-047d-005b-f25d-470c240e3a60-45c5b046, #w-node-_3c1fc5d5-047d-005b-f25d-470c240e3a67-45c5b046, #w-node-_3c1fc5d5-047d-005b-f25d-470c240e3a6e-45c5b046, #w-node-_21737ce5-4da4-a47f-5aac-84d1409f3780-45c5b046, #w-node-_7b5fdb12-ce3b-03fd-26c4-12f848c85814-45c5b046, #w-node-cd502eb9-61d7-04cd-f0bf-7ed48483ce05-53263b58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd502eb9-61d7-04cd-f0bf-7ed48483ce06-53263b58 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2d36ba59-1ddb-4372-8d24-3e62c6a7fd0b-53263b58, #w-node-_0448219b-82f7-7184-8a67-757412c48e16-53263b58, #w-node-_55049b76-1c58-a2b5-82b0-f2e98c64ede1-53263b58, #w-node-_55049b76-1c58-a2b5-82b0-f2e98c64ede6-53263b58, #w-node-_55049b76-1c58-a2b5-82b0-f2e98c64edeb-53263b58, #w-node-_465cbb6e-d400-cb2e-62eb-4c6ed5e890c6-53263b58, #w-node-_260dd5bc-7a78-9956-2414-8f0061d41235-53263b58, #w-node-b7323f0f-1dd6-bc51-4443-5ece29ce7949-53263b58, #w-node-_00f205ab-42d6-e1dc-8020-6138cd5951be-53263b58, #w-node-_43dad41e-b38c-cfab-5d80-d6c0e3133913-53263b58, #w-node-ed1aef3c-8c16-4a5c-935c-5f9648f8690e-53263b58, #w-node-_772ecd26-05c8-8a49-0594-bf65e1c7a492-53263b58, #w-node-_332a8b32-807f-4007-a560-ad4f0e4651e8-53263b58, #w-node-_332a8b32-807f-4007-a560-ad4f0e4651e9-53263b58, #w-node-_332a8b32-807f-4007-a560-ad4f0e4651ea-53263b58, #w-node-cd502eb9-61d7-04cd-f0bf-7ed48483ce05-3f7e157c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd502eb9-61d7-04cd-f0bf-7ed48483ce06-3f7e157c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f75607eb-a1d8-0958-357c-9567ab3612ec-3f7e157c, #w-node-_2fa032a3-0e61-2e19-b0d3-5bdea63bff89-3f7e157c, #w-node-_2fa032a3-0e61-2e19-b0d3-5bdea63bff8f-3f7e157c, #w-node-_2fa032a3-0e61-2e19-b0d3-5bdea63bff94-3f7e157c, #w-node-_2fa032a3-0e61-2e19-b0d3-5bdea63bff99-3f7e157c, #w-node-_2fa032a3-0e61-2e19-b0d3-5bdea63bff9e-3f7e157c, #w-node-_2fa032a3-0e61-2e19-b0d3-5bdea63bffa3-3f7e157c, #w-node-_2fa032a3-0e61-2e19-b0d3-5bdea63bffa8-3f7e157c, #w-node-_2fa032a3-0e61-2e19-b0d3-5bdea63bffad-3f7e157c, #w-node-_2fa032a3-0e61-2e19-b0d3-5bdea63bffb2-3f7e157c, #w-node-_2fa032a3-0e61-2e19-b0d3-5bdea63bffb8-3f7e157c, #w-node-c5cfdfdd-0a75-f394-8dda-6efd935fcacc-3f7e157c, #w-node-f7e4ee4e-91a8-6e37-590c-5ef383f5c158-3f7e157c, #w-node-_2202f00a-59e1-2b88-3309-d7e9a0344647-3f7e157c, #w-node-e7894928-6376-12ec-3654-d126796b5935-3f7e157c, #w-node-ddaaac65-4a4c-9134-4931-316def7aac8d-3f7e157c, #w-node-cd502eb9-61d7-04cd-f0bf-7ed48483ce05-a7a8abb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd502eb9-61d7-04cd-f0bf-7ed48483ce06-a7a8abb0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2d36ba59-1ddb-4372-8d24-3e62c6a7fd0b-a7a8abb0, #w-node-_0448219b-82f7-7184-8a67-757412c48e16-a7a8abb0, #w-node-aae3766b-9fee-d86e-0c44-429af02329c3-a7a8abb0, #w-node-aae3766b-9fee-d86e-0c44-429af02329c8-a7a8abb0, #w-node-aae3766b-9fee-d86e-0c44-429af02329cd-a7a8abb0, #w-node-af49e99a-37da-fea4-b086-29bb1b18a2b8-a7a8abb0, #w-node-f05b13d7-7f78-af5f-ccd3-bd30e30a2171-a7a8abb0, #w-node-d0b65c61-03aa-27c6-5d38-899d2b64f680-a7a8abb0, #w-node-b5920015-838d-1108-c2b7-54dba156679b-a7a8abb0, #w-node-_772ecd26-05c8-8a49-0594-bf65e1c7a492-a7a8abb0, #w-node-_3e9ae783-fe41-c8c3-abe2-d36ba3f1c0b2-a7a8abb0, #w-node-_3e9ae783-fe41-c8c3-abe2-d36ba3f1c0b9-a7a8abb0, #w-node-_3e9ae783-fe41-c8c3-abe2-d36ba3f1c0c0-a7a8abb0, #w-node-_3e9ae783-fe41-c8c3-abe2-d36ba3f1c0c7-a7a8abb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_675e575c-ecb2-b13a-df95-59f6616ec410-111aa9d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fff8643e-12b6-41f2-aaf0-23d8aec37662-aec3762c, #w-node-fff8643e-12b6-41f2-aaf0-23d8aec37672-aec3762c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2d36ba59-1ddb-4372-8d24-3e62c6a7fcf5-111aaa02, #w-node-_332a8b32-807f-4007-a560-ad4f0e4651e8-111aaa02, #w-node-_332a8b32-807f-4007-a560-ad4f0e4651e9-111aaa02 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_332a8b32-807f-4007-a560-ad4f0e4651ea-111aaa02 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_675e575c-ecb2-b13a-df95-59f6616ec410-111aaa03, #w-node-_6182929c-b073-6cf4-d077-fd02812a9c2e-111aaa04 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2bed69dd-2571-18c0-ffa6-74676ccd9239-111aaa07 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7c136180-fecf-fe40-58f7-02a07da4e604-111aaa08, #w-node-_6182929c-b073-6cf4-d077-fd02812a9c2e-1c265a68, #w-node-_4e4cb841-ea80-57a4-e325-4f435c27219b-1c265a68, #w-node-_2d36ba59-1ddb-4372-8d24-3e62c6a7fcf5-45c5b046, #w-node-_2d36ba59-1ddb-4372-8d24-3e62c6a7fcf5-53263b58, #w-node-_332a8b32-807f-4007-a560-ad4f0e4651e8-53263b58, #w-node-_332a8b32-807f-4007-a560-ad4f0e4651e9-53263b58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_332a8b32-807f-4007-a560-ad4f0e4651ea-53263b58 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f75607eb-a1d8-0958-357c-9567ab3612db-3f7e157c, #w-node-_2d36ba59-1ddb-4372-8d24-3e62c6a7fcf5-a7a8abb0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dde59641-0b1f-5023-4e03-5bb249d778f2-111aa9d4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dde59641-0b1f-5023-4e03-5bb249d778fc-111aa9d4, #w-node-dde59641-0b1f-5023-4e03-5bb249d77905-111aa9d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f24d408-630c-96e2-7812-c8d0fcbc05ed-111aa9d4, #w-node-_675e575c-ecb2-b13a-df95-59f6616ec410-111aa9d4, #w-node-_4bb22168-d77a-04e6-e774-634d609f75f1-111aa9d4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fff8643e-12b6-41f2-aaf0-23d8aec37662-aec3762c, #w-node-fff8643e-12b6-41f2-aaf0-23d8aec37672-aec3762c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d36ba59-1ddb-4372-8d24-3e62c6a7fcf5-111aaa02, #w-node-_2d36ba59-1ddb-4372-8d24-3e62c6a7fd0b-111aaa02, #w-node-_332a8b32-807f-4007-a560-ad4f0e4651e8-111aaa02, #w-node-_332a8b32-807f-4007-a560-ad4f0e4651e9-111aaa02, #w-node-_332a8b32-807f-4007-a560-ad4f0e4651ea-111aaa02, #w-node-_675e575c-ecb2-b13a-df95-59f6616ec410-111aaa03, #w-node-_6182929c-b073-6cf4-d077-fd02812a9c2e-111aaa04, #w-node-_2bed69dd-2571-18c0-ffa6-74676ccd9239-111aaa07, #w-node-_7c136180-fecf-fe40-58f7-02a07da4e604-111aaa08, #w-node-_6182929c-b073-6cf4-d077-fd02812a9c2e-1c265a68, #w-node-fb86cabc-25bc-fa00-06c9-31376e040da4-1c265a68, #w-node-fb86cabc-25bc-fa00-06c9-31376e040dae-1c265a68, #w-node-efd96f7b-5078-2da3-88d6-a78b55078040-1c265a68, #w-node-_3c38a9b1-3593-535b-1985-3a829442d825-1c265a68, #w-node-_2d36ba59-1ddb-4372-8d24-3e62c6a7fcf5-45c5b046, #w-node-_2d36ba59-1ddb-4372-8d24-3e62c6a7fd0b-45c5b046, #w-node-_2d36ba59-1ddb-4372-8d24-3e62c6a7fcf5-53263b58, #w-node-_2d36ba59-1ddb-4372-8d24-3e62c6a7fd0b-53263b58, #w-node-_332a8b32-807f-4007-a560-ad4f0e4651e8-53263b58, #w-node-_332a8b32-807f-4007-a560-ad4f0e4651e9-53263b58, #w-node-_332a8b32-807f-4007-a560-ad4f0e4651ea-53263b58, #w-node-f75607eb-a1d8-0958-357c-9567ab3612db-3f7e157c, #w-node-f75607eb-a1d8-0958-357c-9567ab3612ec-3f7e157c, #w-node-_2d36ba59-1ddb-4372-8d24-3e62c6a7fcf5-a7a8abb0, #w-node-_2d36ba59-1ddb-4372-8d24-3e62c6a7fd0b-a7a8abb0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dde59641-0b1f-5023-4e03-5bb249d778fc-111aa9d4, #w-node-dde59641-0b1f-5023-4e03-5bb249d77905-111aa9d4, #w-node-cd502eb9-61d7-04cd-f0bf-7ed48483ce06-111aaa02, #w-node-_332a8b32-807f-4007-a560-ad4f0e4651e8-111aaa02, #w-node-_332a8b32-807f-4007-a560-ad4f0e4651e9-111aaa02, #w-node-_332a8b32-807f-4007-a560-ad4f0e4651ea-111aaa02, #w-node-cd502eb9-61d7-04cd-f0bf-7ed48483ce06-111aaa03, #w-node-cd502eb9-61d7-04cd-f0bf-7ed48483ce06-111aaa04, #w-node-cd502eb9-61d7-04cd-f0bf-7ed48483ce06-111aaa05, #w-node-cd502eb9-61d7-04cd-f0bf-7ed48483ce06-111aaa06, #w-node-cd502eb9-61d7-04cd-f0bf-7ed48483ce06-111aaa07, #w-node-_2bed69dd-2571-18c0-ffa6-74676ccd9239-111aaa07, #w-node-cd502eb9-61d7-04cd-f0bf-7ed48483ce06-111aaa08, #w-node-cd502eb9-61d7-04cd-f0bf-7ed48483ce06-1c265a68, #w-node-fb86cabc-25bc-fa00-06c9-31376e040da4-1c265a68, #w-node-fb86cabc-25bc-fa00-06c9-31376e040dae-1c265a68, #w-node-efd96f7b-5078-2da3-88d6-a78b55078040-1c265a68, #w-node-_3c38a9b1-3593-535b-1985-3a829442d825-1c265a68, #w-node-cd502eb9-61d7-04cd-f0bf-7ed48483ce06-45c5b046 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_772ecd26-05c8-8a49-0594-bf65e1c7a492-45c5b046 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cd502eb9-61d7-04cd-f0bf-7ed48483ce06-53263b58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_772ecd26-05c8-8a49-0594-bf65e1c7a492-53263b58 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_332a8b32-807f-4007-a560-ad4f0e4651e8-53263b58, #w-node-_332a8b32-807f-4007-a560-ad4f0e4651e9-53263b58, #w-node-_332a8b32-807f-4007-a560-ad4f0e4651ea-53263b58, #w-node-cd502eb9-61d7-04cd-f0bf-7ed48483ce06-3f7e157c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2fa032a3-0e61-2e19-b0d3-5bdea63bffb8-3f7e157c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cd502eb9-61d7-04cd-f0bf-7ed48483ce06-a7a8abb0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_772ecd26-05c8-8a49-0594-bf65e1c7a492-a7a8abb0 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Fa brands';
  src: url('../fonts/FA-Brands.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/FA-Solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/FA-Regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Brands 400';
  src: url('../fonts/Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}