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

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

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

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

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

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

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

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

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

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

:root {
  --white: #fff;
  --black: #252525;
  --grey: #505050;
  --blue: #2d6689;
  --yellow: #ffe299;
  --dark-grey: #313131;
  --90-white: #ffffffe6;
  --transparent: #fff0;
  --cookies-bg: #25252580;
}

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

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

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

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

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

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

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

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

.body {
  background-color: var(--white);
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

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

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

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

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

.fa-social:hover {
  color: #1e1f1e;
  background-color: #f7f7f2;
  transform: scale(1.05);
}

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

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

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

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

.header-contact {
  border-left: 1px #5f5f5130;
  flex: none;
  margin-left: 10px;
  padding-left: 5px;
}

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

.ripple.dl-btn {
  background-color: #0000;
  background-image: url('../images/cloud-link.svg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 0%;
  width: 200px;
  height: 72px;
  top: auto;
  left: -91px;
  right: auto;
}

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

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

.logo-2 {
  background-color: #0000;
  margin-bottom: -60px;
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

.dropdown-toggle {
  color: var(--white);
  text-transform: uppercase;
  flex-flow: column;
  align-items: center;
  margin-right: 0;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.fonticon {
  color: #fff;
  border-right: 1px solid #f7f7f224;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 16px;
  line-height: 1;
  display: flex;
}

.fonticon.blue {
  border-right-style: none;
  width: auto;
  margin-right: 5px;
  font-family: "Fa Sharp 300", sans-serif;
  font-weight: 400;
}

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

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

.section-2.header-section.nav-verticle {
  color: var(--white);
  background-image: linear-gradient(90deg, #2d6689, #ffe299);
  flex-direction: column;
  padding-top: 15px;
  padding-bottom: 15px;
}

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

.menu-link {
  z-index: 2;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.menu-link:hover {
  border-bottom: 1px #f7f7f2;
}

.menu-link.w--current {
  color: var(--black);
  background-image: url('../images/clouds-static_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
}

.menu-link.home {
  background-image: url('../images/clouds-static_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100px;
}

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

.mobile-block.lig-text {
  color: var(--dark-grey);
  cursor: pointer;
  transition: all .2s ease-in-out;
}

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

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

.hero-banner {
  background-color: var(--black);
  height: auto;
}

.hero-mask {
  height: 750px;
  min-height: 680px;
}

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

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

.img-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 220px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.img-link.online {
  background-image: url('../images/every-cloud-11.webp');
}

.img-link.legal {
  background-image: url('../images/every-cloud-8.webp');
}

.img-link.medical {
  background-image: url('../images/every-cloud-12.webp');
}

.img-link.bus {
  background-image: url('../images/every-cloud-9.webp');
}

.img-link.admin {
  background-image: url('../images/every-cloud-4.webp');
}

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

.menu-button-div {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  transition: all .3s;
  display: flex;
  position: relative;
}

.menu-button-div:hover {
  z-index: 1;
  box-shadow: 0 0 15px #000000e6;
}

.menu-button-group-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.h1 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
}

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

.content-section.z {
  flex-flow: column;
}

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

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

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

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

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

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

.p {
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

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

.p.white._30b {
  margin-bottom: 30px;
}

.p.white._10t {
  margin-top: 10px;
}

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

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

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

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

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

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

.img-div.home {
  background-image: url('../images/client.webp');
  background-position: 81%;
}

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

.img-div.medic {
  background-image: url('../images/every-cloud-12.webp');
}

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

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

.img-div.admin {
  background-image: url('../images/every-cloud-17.webp');
  background-position: 0%;
}

.img-div.meet {
  background-image: url('../images/abc8.webp');
  background-position: 50%;
  background-size: contain;
  border-radius: 20px;
  width: auto;
  height: 400px;
  min-height: 300px;
  margin-top: -200px;
  margin-bottom: 20px;
  box-shadow: 0 4px 5px #00000082;
}

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

.pinned-div._100 {
  flex-flow: column;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

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

.large-p-block._100 {
  margin-right: 0;
}

.large-p-block._100._50b {
  margin-bottom: 50px;
}

.h2 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

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

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

.lrg-img-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 30px 30px 0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 96%;
  max-width: 1200px;
  height: 100%;
  min-height: 900px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lrg-img-div.home {
  background-image: url('../images/every-cloud-29.webp');
}

.lrg-img-div.legal {
  background-image: url('../images/legal-2.webp');
  min-height: 700px;
}

.lrg-img-div.medic {
  background-image: url('../images/every-cloud-33.webp');
  min-height: 550px;
}

.lrg-img-div.bus {
  background-image: url('../images/legal-1.webp');
  min-height: 500px;
}

.lrg-img-div.pa {
  background-image: url('../images/legal-2.webp');
  min-height: 500px;
}

.lrg-img-div.admin {
  background-image: url('../images/legal-3.webp');
  min-height: 500px;
}

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

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

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

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

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

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

.testimonials-grid.work-gallery {
  flex-direction: column;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr;
  width: 100%;
  display: flex;
}

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

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

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

.lrg-img.home {
  background-image: url('../images/every-cloud-16.webp');
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.double-p-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

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

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

.works-image-grid {
  padding-top: 60px;
}

.works-image-grid.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  display: grid;
  position: relative;
  left: 0%;
}

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

.works-text-lable {
  background-color: var(--blue);
  color: var(--yellow);
  text-transform: uppercase;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 15px 30px;
  display: inline-block;
  position: absolute;
  inset: 40px auto auto 0;
}

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

.works-1:hover {
  transform: scale(1.05);
  box-shadow: inset 0 -60px 200px #15162380;
}

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

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

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

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

.contact-info-block._0b {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

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

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

.contact-section {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 80px;
  box-shadow: inset 0 0 5px #0003;
}

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

.left-contact {
  flex-direction: column;
  justify-content: flex-start;
  width: 38%;
  display: flex;
}

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

.left-contact.right._0 {
  height: auto;
  position: static;
}

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

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

.icon-2 {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  font-family: "Fa Sharp 300", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.heading-3-text {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

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

.heading-3-text.sm-h3.white-h3 {
  color: var(--blue);
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
}

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

.heading-3-section {
  background-color: #5f5f51;
  padding: 0;
}

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

.container-3.container-fluid {
  width: 100%;
  max-width: none;
}

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

.h3-img {
  background-image: url('../images/every-cloud-10.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  min-height: 300px;
  display: flex;
}

.foooter-logo {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-brand {
  width: 100%;
  max-width: 300px;
  display: flex;
}

.footer-brand.w--current {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  display: flex;
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

.list._0t {
  margin-top: 0;
}

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

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

.footer-nav-item {
  color: #fff;
  cursor: pointer;
  padding-top: 0;
  padding-bottom: 2px;
  transition: all .2s;
}

.footer-nav-item:hover {
  color: #ffce07;
}

.footer-nav-item.footer-contact {
  color: #fff;
  text-align: left;
  cursor: auto;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-nav-item.footer-contact.auto-cusro {
  color: var(--white);
  cursor: auto;
  font-weight: 400;
}

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

.contact-link {
  color: var(--white);
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

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

.footer-info-div {
  border: 1px solid #c0c1af24;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34%;
  padding: 40px;
  display: flex;
}

.footer-info-div._1 {
  border-width: 1px;
  border-color: #c0c1af24;
  border-left-style: none;
  border-right-style: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 30px;
}

.footer-info-div._1.border-edit {
  border-left-style: solid;
  border-right-style: solid;
  justify-content: flex-start;
}

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

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

.bullet-list {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

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

.fa-icon {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.fa-icon.yellow-outline {
  border: 2px solid var(--yellow);
}

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

.chat-block {
  background-color: var(--white);
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-social-2:hover {
  background-color: var(--white);
  color: var(--black);
  transform: scale(1.1);
}

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

.fa-container {
  z-index: 17;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 180px;
  left: auto;
  right: 0%;
}

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

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

.hyperlink.yellow {
  box-shadow: inset 0 -1px 0 0 var(--yellow);
  color: var(--yellow);
}

.hyperlink.yellow:hover {
  box-shadow: inset 0 -70px 0 0 var(--yellow);
  color: var(--blue);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-cc-prefs_close-icon {
  color: #021a7c;
  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-prefs_title {
  color: var(--blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

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

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

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

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

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

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

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

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

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: var(--cookies-bg);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

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

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

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

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

.lottie {
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.icon-link {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cloud {
  z-index: 2;
  filter: drop-shadow(0 0 20px #0000004d);
  width: 350px;
  position: absolute;
  inset: auto 0% -4% auto;
}

.cloud.left {
  filter: drop-shadow(0 0 20px #0000004d);
  width: 500px;
  left: 0;
  right: auto;
}

.right {
  width: 20px;
  height: 20px;
  position: absolute;
}

.cloudlottie {
  width: 95px;
  margin-bottom: -10px;
}

.fa {
  font-family: "Fa Sharp Solid 900", sans-serif;
  line-height: 0;
  display: inline-block;
}

.hero-div {
  z-index: 2;
  background-image: linear-gradient(135deg, #0000001a, #00000080 50%, #0000001a);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-h1 {
  color: var(--white);
  text-align: center;
  text-shadow: 3px 3px 3px #00000080;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 50px;
  font-weight: 900;
  line-height: 55px;
  display: flex;
}

.hero-h1.light {
  color: var(--yellow);
  text-shadow: none;
  margin-top: 20px;
  font-size: 45px;
  font-weight: 600;
}

.service-box {
  background-color: var(--blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 220px;
  padding-top: 20px;
  display: flex;
}

.service-title {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
}

.service-icon {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
}

.read-more {
  background-color: var(--yellow);
  color: var(--blue);
  border-radius: 100px;
  padding: 6px 15px;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  transition: all .3s;
}

.read-more:hover {
  background-color: var(--white);
}

.right-cloud {
  z-index: 2;
  filter: drop-shadow(0 0 10px #0000001a);
  width: 300px;
  position: absolute;
}

.left-cloud {
  filter: drop-shadow(0 0 10px #0000001a);
  width: 300px;
}

.blue-cloud {
  z-index: 1;
  width: 100%;
  position: relative;
}

.button-container {
  color: var(--white);
  width: 150px;
  margin-right: 20px;
  position: relative;
}

.button-container:hover {
  color: var(--blue);
}

.button-container.yellow-hover {
  transition: all .2s;
}

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

.button-text {
  z-index: 3;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.yellow-cloud {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.buttons-div {
  width: 100%;
  margin-top: 20px;
}

.strapline {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.servies-banner {
  height: auto;
}

.hero-section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 220px 10px;
  display: flex;
}

.hero-section.legal {
  background-image: linear-gradient(#00000080, #00000080), url('../images/legal-1.webp');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.medic {
  background-image: linear-gradient(#00000080, #00000080), url('../images/abc6.webp');
  background-position: 0 0, 50% 78%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.bus {
  background-image: linear-gradient(#00000080, #00000080), url('../images/aerial-view.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section.bus.man {
  background-image: linear-gradient(#00000080, #00000080), url('../images/abc3.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section.pa {
  background-image: linear-gradient(#00000080, #00000080), url('../images/sdgsss.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.pa._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/every-cloud-19.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.admin {
  background-image: linear-gradient(#00000080, #00000080), url('../images/bscvbjsv.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.admin.sup {
  background-image: linear-gradient(#00000080, #00000080), url('../images/abc2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.review {
  background-image: url('../images/abc4.webp');
  background-position: 50% 20%;
}

.hero-title {
  color: var(--white);
  text-align: center;
  text-shadow: 0 5px 5px #00000080;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
  display: flex;
}

.hero-title.light {
  margin-top: 20px;
  font-size: 45px;
  font-weight: 300;
}

.sub-heading {
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: var(--white);
  background-color: var(--blue);
  color: var(--white);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-top: 20px;
  margin-bottom: -5px;
  margin-left: 50px;
  padding: 20px 30px 0;
  font-size: 20px;
  line-height: 30px;
  position: relative;
}

.sub-heading._0t {
  margin-top: 0;
}

.sub-heading.yellow {
  border-width: 5px 5px 0;
  border-color: var(--yellow);
}

.sub-heading.yellow.top, .sub-heading._0b {
  margin-top: 0;
}

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

.blue-list._2col {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  border: 5px solid var(--white);
  background-color: var(--blue);
  border-radius: 30px;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 30px;
  box-shadow: 0 6px 12px #0006;
}

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

.blue-list.areas {
  border: 5px solid var(--white);
  background-color: var(--blue);
  border-radius: 30px;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 30px;
  box-shadow: 0 6px 12px #0006;
}

.blue-list.areas._0b {
  margin-bottom: 0;
}

.blue-list.faq {
  border: 5px solid var(--yellow);
  background-color: var(--blue);
  border-radius: 30px;
  grid-template-columns: 1fr;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 30px;
  box-shadow: 0 6px 12px #0006;
}

.blue-list.faq._0b {
  margin-bottom: 0;
}

.areas-map {
  width: 100%;
}

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

.h3 {
  color: var(--blue);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.faqs {
  border: 5px solid var(--yellow);
  background-color: var(--blue);
  color: var(--white);
  border-radius: 30px;
  width: 100%;
  margin-bottom: 0;
  padding: 20px;
  font-size: 16px;
  line-height: 26px;
}

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

.faqs.white._30b {
  margin-bottom: 30px;
}

.faqs._0b {
  margin-bottom: 0;
}

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

.faq-block {
  border: 5px solid var(--yellow);
  background-color: var(--blue);
  color: var(--white);
  border-radius: 30px;
  width: 100%;
  padding: 20px;
}

.faq-block._30b {
  margin-bottom: 30px;
  box-shadow: 0 6px 12px #0006;
}

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

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

.sva-logo {
  width: 80px;
  height: 60px;
}

.bottom-logos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  place-items: center;
  width: 100%;
  margin-top: 30px;
  display: grid;
}

.bottom-socials {
  background-color: var(--white);
  color: var(--blue);
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 10px;
  font-family: "Brands 400", Arial, sans-serif;
  font-size: 40px;
  text-decoration: none;
  display: flex;
}

.site-map-link {
  color: var(--black);
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

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

.site-map-link.white._30b {
  margin-bottom: 30px;
}

.site-map-link.white._10t {
  margin-top: 10px;
}

.site-map-link._0b {
  margin-bottom: 0;
}

.site-map-link._30b {
  margin-bottom: 30px;
}

.site-map-link.centre {
  text-align: center;
}

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

.ico-logo {
  width: 80px;
  height: 60px;
}

.code-embed {
  width: 100%;
}

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

.areas-container {
  grid-column-gap: 35px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center start;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

.areas-container._0b {
  margin-bottom: 0;
}

.image {
  width: 100%;
}

.areas-maps {
  width: 100%;
  height: 100%;
}

.svs-box-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  display: flex;
}

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

  .livechat-button {
    transition: all .2s;
  }

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

  .whatsapp-chat {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .header-div-2 {
    width: 100%;
  }

  .announcement-bar {
    display: none;
  }

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

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

  .ripple.dl-btn {
    display: none;
  }

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

  .logo-2 {
    margin-bottom: -40px;
  }

  .dl-link-holder {
    background-color: var(--blue);
    text-align: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .navbar-2 {
    width: 100%;
  }

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

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

  .dropdown {
    width: 100%;
  }

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

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

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

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

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

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

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

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

  .menu-link.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

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

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

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

  .menu-button-2.w--open {
    background-color: var(--blue);
  }

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

  .menu-button-div {
    flex-flow: row;
    height: auto;
  }

  .menu-button-group-div {
    grid-template-columns: 1fr;
  }

  .h1 {
    font-size: 32px;
  }

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

  .double-content-div {
    flex-direction: column;
    align-items: center;
  }

  .basic-p-block {
    width: 100%;
    padding-bottom: 30px;
  }

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

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

  .img-div.meet {
    height: 200px;
    min-height: auto;
    margin-top: -130px;
  }

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

  .large-p-block {
    background-color: var(--transparent);
    box-shadow: none;
    width: 90%;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .lrg-img-div.legal, .lrg-img-div.medic, .lrg-img-div.bus, .lrg-img-div.pa, .lrg-img-div.admin {
    min-height: 450px;
  }

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

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

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

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

  .lrg-img {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    height: 450px;
    display: flex;
  }

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

  .works-image-grid.grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    margin-left: 0%;
    position: relative;
  }

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

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

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

  .left-contact {
    width: 100%;
  }

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

  .container-4 {
    width: 90%;
  }

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

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

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

  .heading-3-right-text {
    width: 100%;
  }

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

  .h3-img {
    background-position: 50%;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    min-height: 450px;
    margin-top: 0;
    display: flex;
  }

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

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

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

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

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

  .footer-copy-right {
    justify-content: center;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .whatsapp-container {
    background-color: var(--blue);
    border-radius: 10px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
  }

  .whatsapp-container:hover {
    background-color: var(--black);
    transform: scale(1);
  }

  .live-chat-link {
    background-color: var(--yellow);
  }

  .whatsapp-block {
    display: flex;
  }

  .live-chat-top-text.block {
    line-height: 22px;
  }

  .live-icon-chat {
    width: 70px;
  }

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

  .whatsapp-chat, .cloud, .cloudlottie {
    display: none;
  }

  .hero-h1 {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 40px;
    line-height: 45px;
  }

  .hero-h1.light {
    margin-bottom: 0;
    font-size: 35px;
    line-height: 40px;
  }

  .service-box {
    padding-top: 0;
  }

  .right-cloud, .left-cloud {
    width: 250px;
  }

  .strapline {
    margin-bottom: 15px;
  }

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

  .hero-title {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 45px;
  }

  .hero-title.light {
    margin-bottom: 0;
    font-size: 35px;
    line-height: 40px;
  }

  .sub-heading {
    margin-left: 40px;
    padding-bottom: 0;
  }

  .sub-heading.yellow {
    margin-left: 30px;
  }

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

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

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

  .faq-block._30b {
    margin-bottom: 30px;
  }

  .sva-logo {
    height: 70px;
  }

  .bottom-logos {
    grid-template-columns: .75fr 1fr 1fr .75fr;
    max-width: 450px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .areas-block {
    width: 100%;
  }

  .areas-container {
    grid-template-columns: .75fr;
    display: block;
  }

  .areas-maps {
    height: 300px;
  }
}

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

  .header-contact {
    border-left-style: none;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .main-block {
    width: 100%;
  }

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

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

  .nav-menu {
    margin-top: 0;
  }

  .header-div-3 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .menu-link {
    width: 100%;
  }

  .logo-div-2 {
    flex-flow: column;
    width: 100%;
    margin-bottom: 10px;
  }

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

  .menu-button-2 {
    text-align: center;
    border-radius: 0;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .hero-mask {
    height: 300px;
  }

  .img-link {
    height: 160px;
  }

  .menu-button-group-div {
    justify-items: stretch;
  }

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

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

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

  .img-div {
    height: 350px;
  }

  .img-div.meet {
    margin-top: -90px;
  }

  .h2.white {
    font-size: 26px;
  }

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

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

  .lrg-img-div.legal, .lrg-img-div.medic, .lrg-img-div.bus, .lrg-img-div.pa, .lrg-img-div.admin {
    min-height: 350px;
  }

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

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

  .testimonials-grid {
    grid-template-rows: auto auto 81px;
    grid-template-columns: 1fr;
  }

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

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

  .lrg-img {
    height: 350px;
  }

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

  .works-1 {
    min-width: 250px;
  }

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

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

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

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

  .heading-3-right-text {
    width: 100%;
  }

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

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

  .foooter-logo {
    max-width: 250px;
  }

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

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

  .footer-info-div._1 {
    justify-content: center;
  }

  .fa-container {
    top: auto;
    bottom: 90px;
  }

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

  .hero-h1 {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .hero-h1.light {
    margin-top: 10px;
    font-size: 26px;
    line-height: 33px;
  }

  .service-box {
    min-height: 160px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .service-title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 18px;
  }

  .service-icon {
    font-size: 40px;
    line-height: 40px;
  }

  .right-cloud, .left-cloud {
    width: 200px;
  }

  .strapline {
    margin-bottom: 10px;
    font-size: 20px;
  }

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

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

  .sub-heading {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sub-heading.yellow {
    max-width: 400px;
  }

  .blue-list._2col {
    margin-bottom: 10px;
  }

  .blue-list.areas {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .blue-list.faq, .blue-list.faq.last, .faq-block._30b {
    margin-bottom: 10px;
  }

  .bottom-logos {
    max-width: 400px;
  }
}

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

  .header-contact {
    flex-flow: column;
  }

  .headt-call-btn {
    font-size: 14px;
  }

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

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

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

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

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

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

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

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

  .icon {
    text-align: center;
  }

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

  .section-2.header-section.nav-verticle {
    z-index: 10;
    position: relative;
  }

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

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

  .logo-div-2 {
    align-items: center;
    width: 95%;
    margin-bottom: 0;
  }

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

  .menu-button-2 {
    display: flex;
  }

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

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

  .hero-banner {
    display: block;
  }

  .hero-mask {
    height: 300px;
  }

  .menu-button-div {
    flex-flow: column;
  }

  .menu-button-div.rvs {
    flex-flow: column-reverse;
  }

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

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

  .coloured-underline {
    margin-bottom: 20px;
  }

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

  .p.white._10t {
    margin-top: 0;
  }

  .p.white._40t {
    margin-top: 20px;
  }

  .img-div {
    height: 250px;
  }

  .img-div.meet {
    margin-top: -60px;
    margin-bottom: 30px;
  }

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

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

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

  .large-p-block._100._50b {
    width: 100%;
    margin-bottom: 30px;
  }

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

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

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

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

  .lrg-img-div.legal, .lrg-img-div.medic, .lrg-img-div.bus, .lrg-img-div.pa, .lrg-img-div.admin {
    min-height: 250px;
  }

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

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

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

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

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

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

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

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

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

  .lrg-img.home {
    height: 250px;
  }

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

  .works-image-grid.grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 0;
  }

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

  .works-1 {
    min-height: 250px;
  }

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

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

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

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

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

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

  .heading-3-text {
    font-size: 24px;
    line-height: 30px;
  }

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

  .heading-3-right-text {
    padding: 30px 20px;
  }

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

  .foooter-logo {
    max-width: 200px;
  }

  .list {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .list._2col {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

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

  .footer-nav-item {
    padding-bottom: 0;
  }

  .footer-nav-item.footer-contact {
    justify-content: center;
    margin-bottom: 5px;
  }

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

  .footerlinks {
    margin-right: 40px;
  }

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

  .footer-info-div._1 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .footer-copy-right {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 80px;
  }

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

  .livechat-button {
    width: 90%;
  }

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

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

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

  .fa-social-2 {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

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

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

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

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

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

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

  .hero-h1 {
    width: 95%;
    font-size: 24px;
    line-height: 32px;
  }

  .hero-h1.light {
    margin-top: 5px;
    font-size: 20px;
    line-height: 26px;
  }

  .service-box {
    min-height: 130px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .service-title {
    margin-bottom: 0;
  }

  .service-icon {
    font-size: 30px;
    line-height: 30px;
  }

  .right-cloud, .left-cloud {
    width: 150px;
  }

  .button-container._2 {
    margin-top: 20px;
  }

  .button-text._2 {
    margin-top: 0;
  }

  .buttons-div {
    margin-top: 10px;
  }

  .strapline {
    font-size: 24px;
    line-height: 30px;
  }

  .servies-banner {
    display: block;
  }

  .hero-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-title {
    font-size: 24px;
    line-height: 30px;
  }

  .sub-heading {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .sub-heading._0t {
    margin-left: 0;
    padding-bottom: 20px;
    line-height: 28px;
  }

  .sub-heading.yellow {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sub-heading._0b {
    margin-left: 0;
    padding-bottom: 0;
    line-height: 28px;
  }

  .blue-list {
    text-align: center;
  }

  .blue-list._2col {
    border-radius: 0 0 20px 20px;
    margin-bottom: 0;
    padding: 0 15px 20px;
  }

  .blue-list._2col.no-title {
    border-radius: 20px;
    padding-top: 20px;
  }

  .blue-list.areas {
    border-radius: 0 0 20px 20px;
    margin-bottom: 0;
    padding: 20px 15px;
  }

  .blue-list.areas.no-title {
    border-radius: 20px;
    padding-top: 20px;
  }

  .blue-list.faq {
    border-radius: 0 0 20px 20px;
    margin-bottom: 0;
    padding: 0 15px 20px;
  }

  .blue-list.faq.no-title {
    border-radius: 20px;
    padding-top: 20px;
  }

  .blue-list.faq.last {
    margin-bottom: 20px;
  }

  .faq-block {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 0;
  }

  .faq-block._30b {
    margin-bottom: 0;
    padding-top: 0;
  }

  .sva-logo {
    width: 70px;
    min-width: 70px;
  }

  .bottom-logos {
    grid-template-columns: .75fr 1fr;
    max-width: 160px;
  }

  .site-map-link.white._10t {
    margin-top: 0;
  }

  .ico-logo {
    width: 70px;
    min-width: 70px;
  }

  .areas-container {
    margin-bottom: 30px;
  }

  .areas-maps {
    margin-top: 20px;
  }

  .svs-box-div {
    flex-flow: column;
    width: 90%;
    margin-bottom: 10px;
  }
}

#w-node-_1ffd0c77-db22-8268-51d9-6d948f43a287-60a82d6a, #w-node-d4f99eb3-5565-d4bb-8a7f-fec4cc5542b1-60a82d6a, #w-node-_1e5adda1-18d9-152a-152d-93bcfb619b1b-60a82d6a, #w-node-_5ea1b57d-5c23-edae-22e1-8657cf0f6b06-60a82d6a, #w-node-_226fc6d3-1a5a-99de-40f8-2fa9fd61f939-60a82d6a, #w-node-d67f94b5-b523-4290-e882-f0cea9d17620-60a82d6a, #w-node-_384068ec-7bc5-12dc-ddda-a8d51a2c3a00-60a82d6a, #w-node-b3c7f4b7-1a63-3bdb-76a9-7956d3e3c3a6-60a82d6a, #w-node-_5f9f8b08-18a0-d126-a7d4-926b8fe30507-60a82d6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd93f9c9-5580-ec3f-f1d1-21dc1a8576a2-1a857696, #w-node-fd93f9c9-5580-ec3f-f1d1-21dc1a8576ab-1a857696, #w-node-fd93f9c9-5580-ec3f-f1d1-21dc1a8576b4-1a857696 {
  align-self: center;
}

#w-node-ac6346f9-502d-ca5a-b2e1-aebae278970c-2a4318ec, #w-node-b043cdb3-d6bb-a8ff-98ef-e9d5fd4dd400-2a4318ec, #w-node-_8f09d5eb-9430-83d0-7d3b-5e175de9b96a-2a4318ec, #w-node-_61387a22-f924-b858-f27e-c4fb6def1160-2a4318ec, #w-node-_42cdd506-0130-b679-08ae-269277c28b0b-2a4318ec, #w-node-_9f20b5d2-75fd-d0b6-64b0-6f43dc501b58-2a4318ec, #w-node-_0cc5ce1e-0627-ee42-579f-04644864bda6-2a4318ec, #w-node-b88eb49e-35ff-917d-4149-3be3ec1c4e96-2a4318ec, #w-node-aaeefaa9-53ec-581a-81d3-31eeaaf85f76-2a4318ec, #w-node-_370f1909-b8ec-3632-3043-d48978b54012-2a4318ec, #w-node-_02a5a72e-787b-f976-e06f-45e0772aadfb-2a4318ec, #w-node-c9d00fc3-da46-cbe2-e3f7-6864e4a43d8c-2a4318ec, #w-node-_64267276-0261-2f41-0ff9-675e38cdb700-2a4318ec, #w-node-a0affc6b-3031-63c8-e4f6-7b8c545ee383-2a4318ec, #w-node-e54ad914-92b9-b219-a18b-a3ab2fcbf229-2a4318ec, #w-node-eacc74e6-b1c2-a9fc-3ce9-b2734c982e94-2a4318ec, #w-node-_1d14c0ea-8dee-7da8-98ef-a0a4b52b9694-2a4318ec, #w-node-_8a2a2712-5260-7d94-db06-9587d0efe852-2a4318ec, #w-node-_30984556-1840-bac0-0404-c5ae7e6bfc64-2a4318ec, #w-node-_6497a643-8c04-f65b-f8b7-938f4e680043-2a4318ec, #w-node-_509a0a28-7602-25c8-b506-3724561f51bc-2a4318ec, #w-node-_010e0571-a120-e8d9-2837-0f133fe4778f-2a4318ec, #w-node-f1437b38-1b61-11d4-b40d-e25f7b2256e5-2a4318ec, #w-node-_10cf9752-3ef7-6ef5-ed4f-e03bbc308a7b-2a4318ec, #w-node-_7eb07033-89e2-1bbc-a8cc-f69598195174-2a4318ec, #w-node-a74fe581-ddee-7055-c412-36a23f589ce4-2a4318ec, #w-node-_23c0d534-6466-682a-9c29-23c3892d00d5-2a4318ec, #w-node-_099ca122-ed75-c46a-694c-5249061cac18-2a4318ec, #w-node-_9204e8cf-9c1d-3dc0-c0c0-42a77f8d5444-2a4318ec, #w-node-_5ae4189f-016f-dd33-c523-bb24ca24f4fe-2a4318ec, #w-node-d079c725-146f-f70a-1b23-b1bc3186df72-22d5ad72, #w-node-_8a47439d-0417-0198-b2d8-83651ce614e8-22d5ad72, #w-node-c79bf571-2f17-3df1-59cb-9e0589914793-22d5ad72, #w-node-_2315bd87-101d-b758-5ef1-e56bae0485cc-22d5ad72, #w-node-a292c8c0-f8db-5838-f4c7-4c3897c00e08-22d5ad72, #w-node-d079c725-146f-f70a-1b23-b1bc3186dfa8-22d5ad72, #w-node-_195d9a71-f71b-6b7f-20ab-cbc62220d64d-22d5ad72, #w-node-_40c8154d-7f77-51cd-d0b6-c57bb2f92cd5-22d5ad72, #w-node-d079c725-146f-f70a-1b23-b1bc3186dfc6-22d5ad72, #w-node-_3b136ce2-a26a-40c7-d5ec-03f30971b587-22d5ad72, #w-node-ea3a327f-4e8c-ad35-b08b-fbd0347d01ce-22d5ad72, #w-node-_168a1143-4790-a572-530b-2cd93fe9b5bb-22d5ad72, #w-node-d079c725-146f-f70a-1b23-b1bc3186dfce-22d5ad72, #w-node-d079c725-146f-f70a-1b23-b1bc3186dfd6-22d5ad72, #w-node-_79370ec6-3a8c-93b7-dd74-237febb836c8-81c2d08f, #w-node-_9c7292d3-d9ae-d795-e981-07e9f971fcae-81c2d08f, #w-node-_28c11d7e-6633-fc70-08a4-282b9a1343c7-81c2d08f, #w-node-f7abdbf7-38ee-e671-ae25-c843f36019bf-81c2d08f, #w-node-_5ab62157-27b9-b950-4cff-0931cecf45ef-81c2d08f, #w-node-_79370ec6-3a8c-93b7-dd74-237febb836e9-81c2d08f, #w-node-_21f777bc-ae22-02fd-88c4-6c4b8ecd4a43-81c2d08f, #w-node-_8a699054-d490-ee0d-1eaa-133bbcf5a9c6-81c2d08f, #w-node-d19627e5-003f-38de-2b56-3aa2328b257e-81c2d08f, #w-node-b7bb3d73-59e0-e54c-5750-fe985be8f1e7-81c2d08f, #w-node-_6f8c722c-9aaa-7832-4683-3d55f20ce883-81c2d08f, #w-node-_79370ec6-3a8c-93b7-dd74-237febb836fc-81c2d08f, #w-node-_2face3ca-88c0-40ca-df65-a3f2b7a04817-81c2d08f, #w-node-beb8d58d-b697-5fb6-8c8f-9f64630e8852-81c2d08f, #w-node-_132df7eb-fb4a-e391-dfec-523caad88ac6-81c2d08f, #w-node-_79370ec6-3a8c-93b7-dd74-237febb83714-81c2d08f, #w-node-f9bdd25c-31a4-3a00-c9ff-f42c753430f4-81c2d08f, #w-node-_0ca1a18f-988e-7833-1584-75eec1c15cab-81c2d08f, #w-node-cbfbdf5b-5455-79cb-d79a-4b5be3c7c3c6-81c2d08f, #w-node-_79370ec6-3a8c-93b7-dd74-237febb8371c-81c2d08f, #w-node-_2d6802b8-dbd1-d585-dfcb-29416f6f6b45-81c2d08f, #w-node-_74c8c82a-ab93-df90-b6a5-6cf339ef9a8d-81c2d08f, #w-node-_4800d329-6a50-d802-87a2-9129bd110037-81c2d08f, #w-node-_08dab0bd-1bfe-9af3-9f33-e4caa80d396b-81c2d08f, #w-node-_907e3ae8-c6a8-76de-c607-e3f8fb71e438-81c2d08f, #w-node-_53253210-8458-607a-b974-82372071b679-81c2d08f, #w-node-_346a0cbf-1c1e-b34d-1363-d95da3f9259e-81c2d08f, #w-node-_5e025433-4c94-ad30-30de-5d450802962f-81c2d08f, #w-node-_275d88f9-51e6-da0b-9b33-e2b795f0d8b1-81c2d08f, #w-node-_0d2dc024-afe4-54a4-7912-3ce26ef46310-81c2d08f, #w-node-_7bea5c29-2c9c-ded1-9ea2-a74ac9562529-81c2d08f, #w-node-a2fdfb19-f79d-3004-2b2a-225a7619c62c-67c8b5f1, #w-node-_090a2627-9751-69c1-70b8-3eb76487b2eb-67c8b5f1, #w-node-b9cd5ce8-4ac2-9611-5b90-676d90b39bab-67c8b5f1, #w-node-_7893c144-90bb-042d-fbcb-09e966a33bf9-67c8b5f1, #w-node-d7dc70c2-46f4-6842-bb4f-3197aad0f498-67c8b5f1, #w-node-d42b27a2-fa2a-60f8-465d-d3ecf4a28d7e-67c8b5f1, #w-node-a2fdfb19-f79d-3004-2b2a-225a7619c64d-67c8b5f1, #w-node-b89b84c7-045a-2fdc-6559-e464bed96a44-67c8b5f1, #w-node-_49df28f9-9f33-769b-74ee-1b70f991957b-67c8b5f1, #w-node-_0381fc85-838c-7597-32df-4f5f09bb3f09-67c8b5f1, #w-node-_79cde6e3-a0d5-9dcf-e272-57c9ab0e8fb9-67c8b5f1, #w-node-_7e2b9895-9362-8d74-d09a-b78856d66a68-67c8b5f1, #w-node-ed64b776-27e0-3fd2-5e59-b00dbeda58c3-67c8b5f1, #w-node-a2fdfb19-f79d-3004-2b2a-225a7619c660-67c8b5f1, #w-node-_45b3bcae-2595-5bda-ee0a-45d33ec8ecd6-67c8b5f1, #w-node-_58fb1840-ae8a-6234-aa47-f8b9514dc855-67c8b5f1, #w-node-_8142f081-4e5c-e6af-68bb-39645021be80-67c8b5f1, #w-node-be684c33-5e02-5ac0-a87c-eb8c82f43361-67c8b5f1, #w-node-b2fb8ebf-3995-3de0-63a5-6521fb7d0896-67c8b5f1, #w-node-_5716b721-84df-4aa5-09a2-796f3d3c1a82-67c8b5f1, #w-node-_69c740ff-5d28-43e6-1ed3-c55f47339ed2-67c8b5f1, #w-node-_899a8514-b99b-06fd-8ac9-6503d46c2689-67c8b5f1, #w-node-_5bd726d2-0853-9043-15c1-44af1a598d55-67c8b5f1, #w-node-a2fdfb19-f79d-3004-2b2a-225a7619c678-67c8b5f1, #w-node-_3e4112d0-b585-92e6-8b3a-d0b7120518bc-67c8b5f1, #w-node-_33f1de98-4c2a-0d2b-3c69-2d18564b2523-67c8b5f1, #w-node-_57e92b8c-ce42-74cc-da73-7b8f55a0caa2-67c8b5f1, #w-node-_90c54c8d-3da2-77f5-189d-6fa2c45a1f95-67c8b5f1, #w-node-e1f7d5b7-f55f-892a-2a1e-9ba4f57c5843-67c8b5f1, #w-node-d0848027-ee37-75c0-273f-6d36508e0443-67c8b5f1, #w-node-a2fdfb19-f79d-3004-2b2a-225a7619c680-67c8b5f1, #w-node-_74d8e160-cd8d-8b60-db73-276374a1c197-67c8b5f1, #w-node-_5cb31849-0313-437e-d54c-c407349edc0d-67c8b5f1, #w-node-_37100959-1153-7cd4-7007-9b99c88b8b90-67c8b5f1, #w-node-_2b169736-1b7c-13a2-ade8-b7b2a83eed9b-67c8b5f1, #w-node-_81073d3e-3c73-90ce-e5cc-37dd1ecc244e-ff27029c, #w-node-efccf60d-4759-dbda-c961-caf55a612bc1-ff27029c, #w-node-_5159c2c7-aa70-7f09-dcaf-55fdb0387861-ff27029c, #w-node-f20ee5b5-4d9e-81eb-9774-37d7417131c9-ff27029c, #w-node-aa2c7a79-3f7c-2e19-e84e-1a125e2c170c-ff27029c, #w-node-_30f682a5-edc8-b0a9-8943-43f1cabad1de-ff27029c, #w-node-_2cdf76a7-f402-ba28-c0e2-601e03d06647-ff27029c, #w-node-c3fd7225-2dfe-d1cc-e178-d911c65275e4-ff27029c, #w-node-_5db482f9-daa4-1715-9b6d-53dac3a7000f-ff27029c, #w-node-_81073d3e-3c73-90ce-e5cc-37dd1ecc2472-ff27029c, #w-node-c36291bc-0867-4c54-eca1-9eb905780013-ff27029c, #w-node-f4ba47ba-7054-6182-2fb3-1e06edcf0306-ff27029c, #w-node-_7e97c28a-a9cc-3430-fc58-011901cf04b0-ff27029c, #w-node-_4bc60d46-2032-fdbe-1122-8de8d6b51c45-ff27029c, #w-node-d96631fe-1b52-969a-864f-3e52b7461b5a-ff27029c, #w-node-d0eab6ae-cfe1-66c4-ad42-5e30d4ef75eb-ff27029c, #w-node-_7ea5846c-0a6c-5d10-c43d-43f286503636-ff27029c, #w-node-_81073d3e-3c73-90ce-e5cc-37dd1ecc248a-ff27029c, #w-node-e85a74a6-8945-87dc-b045-34bfeccd5ae5-ff27029c, #w-node-fde42cc6-2557-f940-e105-19b217532ec9-ff27029c, #w-node-d7334375-241f-6118-a89d-8aefec0a84fa-ff27029c, #w-node-e96964df-03cd-9fcf-19d7-3e12d55856da-ff27029c, #w-node-_81073d3e-3c73-90ce-e5cc-37dd1ecc2492-ff27029c, #w-node-fecac24a-3f81-bcb0-17dd-2cd295a023aa-ff27029c, #w-node-c222bd84-4c32-1423-bd3e-9ae53a74d248-ff27029c, #w-node-_81073d3e-3c73-90ce-e5cc-37dd1ecc24ab-ff27029c, #w-node-c1fa1e38-1e1f-878f-1d5c-9a86d9f027ad-ff27029c, #w-node-_251ce030-5a74-c5c2-c670-57837ab1d35c-ff27029c, #w-node-_1dcca831-db70-8ddd-fb72-f348d0def638-ff27029c, #w-node-_3e58552b-ae33-a858-47d5-b07ee2d53b24-ff27029c, #w-node-_7f226c8f-bbb1-e2e3-88a5-bb744d8f82c7-ff27029c, #w-node-be5f5a95-5e5c-88d9-b075-6d1fbfb6805e-ff27029c, #w-node-c8acbe90-e679-f19b-d181-d3329ab99c49-ff27029c, #w-node-_81073d3e-3c73-90ce-e5cc-37dd1ecc24cd-ff27029c, #w-node-_20516283-ee07-b6dc-0718-64b736a3841c-ff27029c, #w-node-_1da313bb-8198-4c0a-5e28-5b231f7ed890-ff27029c, #w-node-_651eeb7a-9c0e-bac7-30f2-e2e5ad9a2c5a-ff27029c, #w-node-_2a42c034-93ce-1720-bdf5-5d62f0586748-ff27029c, #w-node-_7c39dcab-0350-ac3b-683a-25a8b1ee5553-ff27029c, #w-node-_04283e95-b0ea-e322-0c7f-a5fa387233a6-ff27029c, #w-node-ecc48ae3-3427-a505-9905-ec5f3dd6d14f-ff27029c, #w-node-f118e4db-615b-2c53-7269-e1f1093b1d04-ff27029c, #w-node-_81073d3e-3c73-90ce-e5cc-37dd1ecc24e6-ff27029c, #w-node-_4ac556b4-654d-2439-0bb0-5b6b88497fda-ff27029c, #w-node-_25a4fe64-8af0-185c-3fcc-1b2a4b4da8cc-ff27029c, #w-node-_81073d3e-3c73-90ce-e5cc-37dd1ecc24ee-ff27029c, #w-node-_52872eeb-d39c-01ae-5a07-463088d99d51-ff27029c, #w-node-_41e37483-d337-1fca-d073-ad7998d80954-ff27029c, #w-node-_1e020d81-2247-5f13-ca90-d8e115db4643-ff27029c, #w-node-_159441fa-e113-084d-919a-fd621a65e1cb-ff27029c, #w-node-_937a66f0-4e50-bdaf-ba32-82e84ef97c17-ff27029c, #w-node-bfb74da2-21d0-a842-d203-edce527d26b6-d088fc7c, #w-node-_3646853a-8309-0c36-64ea-3c4dc5b1f01d-d088fc7c, #w-node-_46244428-0bff-394c-9823-6d5662956da4-d088fc7c, #w-node-_6851d55e-1f3a-71e6-dc01-a94c8f64662a-d088fc7c, #w-node-_1730e25d-f52c-8193-bbfb-45dfac439c42-d088fc7c, #w-node-fed088ce-2f3d-dc39-02bb-0bdae1cecb1e-d088fc7c, #w-node-_173465e4-69ec-275b-375e-e3579bc9497b-d088fc7c, #w-node-_5db537a9-a2ac-07f9-9105-19ad67098dad-d088fc7c, #w-node-dca85030-7342-ed51-8653-7aefc961e3b0-d088fc7c, #w-node-c42a821b-4f07-4efd-6350-a4931d346e0a-d088fc7c, #w-node-c42a821b-4f07-4efd-6350-a4931d346e0f-d088fc7c, #w-node-c42a821b-4f07-4efd-6350-a4931d346e15-d088fc7c, #w-node-c42a821b-4f07-4efd-6350-a4931d346e1b-d088fc7c, #w-node-c42a821b-4f07-4efd-6350-a4931d346e20-d088fc7c, #w-node-c42a821b-4f07-4efd-6350-a4931d346e25-d088fc7c, #w-node-b84c4262-e3c0-8759-e841-300a71d34577-d088fc7c, #w-node-b84c4262-e3c0-8759-e841-300a71d3457c-d088fc7c, #w-node-b84c4262-e3c0-8759-e841-300a71d34582-d088fc7c, #w-node-b84c4262-e3c0-8759-e841-300a71d34588-d088fc7c, #w-node-b84c4262-e3c0-8759-e841-300a71d3458d-d088fc7c, #w-node-b84c4262-e3c0-8759-e841-300a71d34592-d088fc7c, #w-node-b84c4262-e3c0-8759-e841-300a71d34597-d088fc7c, #w-node-_07267000-e51f-bf64-e471-6bc9c6312bf5-d088fc7c, #w-node-_0f0eca47-5815-ffe1-80ee-f432a6d1b799-d088fc7c, #w-node-_0f0eca47-5815-ffe1-80ee-f432a6d1b79f-d088fc7c, #w-node-_0f0eca47-5815-ffe1-80ee-f432a6d1b7a5-d088fc7c, #w-node-_0f0eca47-5815-ffe1-80ee-f432a6d1b7aa-d088fc7c, #w-node-_0f0eca47-5815-ffe1-80ee-f432a6d1b7b0-d088fc7c, #w-node-_0f0eca47-5815-ffe1-80ee-f432a6d1b7b6-d088fc7c, #w-node-_0f0eca47-5815-ffe1-80ee-f432a6d1b7bb-d088fc7c, #w-node-_402a75d0-734b-f4ab-8a95-16fbdf6b44da-d088fc7c, #w-node-_402a75d0-734b-f4ab-8a95-16fbdf6b44df-d088fc7c, #w-node-_402a75d0-734b-f4ab-8a95-16fbdf6b44e4-d088fc7c, #w-node-_402a75d0-734b-f4ab-8a95-16fbdf6b44e9-d088fc7c, #w-node-_402a75d0-734b-f4ab-8a95-16fbdf6b44ef-d088fc7c, #w-node-_402a75d0-734b-f4ab-8a95-16fbdf6b44f5-d088fc7c, #w-node-d8175aca-3213-a5a4-0b40-d793acc61f12-0a6c1c23, #w-node-_4f02dc20-6ac1-9e09-522b-8fdd3db9c53b-0a6c1c23, #w-node-bf4cc525-ca94-1951-d3a3-76d74816e265-0a6c1c23, #w-node-_391e8f7e-0a50-fa37-0056-c4816ef453ca-0a6c1c23, #w-node-c52bda4b-dc15-c6b6-c226-14d5046136ad-4dad3a2a, #w-node-_8baf5dbd-fc76-c8f1-5faf-2dfe60fee2da-4dad3a2a, #w-node-bf4fb403-e7ff-58e1-0e12-cfec304ae5c1-4dad3a2a, #w-node-_8b3cde37-4e12-7ff4-0b27-595f313c5f0c-4dad3a2a, #w-node-_8fc41067-7ad9-a85b-af4b-8e5563edcde8-4dad3a2a, #w-node-_1ff41cf6-4bcd-d0d7-4efa-18cadaae441a-85966619, #w-node-ad04ab54-d175-d355-1b3f-0469e1df4dad-85966619, #w-node-df275552-d2e4-c3a5-f340-ce86e3a8913c-85966619, #w-node-_878eb056-3f9e-059a-8e23-7b648e79028c-85966619, #w-node-fd197c10-9846-7c3a-55b0-141447c25d1c-85966619, #w-node-d5ff229b-5bcc-880c-276c-de804d12d9dd-85966619, #w-node-_0dfb9553-b7b5-f02e-76c9-13a866237347-85966619, #w-node-_0773686d-87cd-b711-de3c-ddaa72bb8737-85966619, #w-node-_213f9423-b301-adba-de9b-e42ec04609ee-85966619, #w-node-_863559b2-d5fe-82e3-f82a-0b0d7ba93de1-85966619, #w-node-_7cbb3aa9-5d02-12b4-4a63-16d355a07f83-85966619, #w-node-_6b502004-82d0-725e-9761-8391583ed8b7-85966619, #w-node-_7efcb9fa-e886-61b6-77f0-3db50aca65ea-85966619, #w-node-c2186f75-5e7d-a627-b721-9dc9c736582f-85966619, #w-node-_7498fe9c-1553-f0ec-c4be-fe5b4b8fbfbc-85966619, #w-node-f577bffa-cc94-f5a0-84be-5157fce2f110-85966619, #w-node-_9641a6c1-ebfd-a3e7-5230-f7a5e345950c-85966619, #w-node-_18eec649-0fe8-eb0a-52c2-fc152bbcfa49-85966619, #w-node-ef08321c-54b1-6ea3-536b-050331c208a9-85966619, #w-node-_1d2004da-4770-355b-8ad5-61e5eb3dfd76-85966619 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-efc133c7-f5f7-ad9c-eb6a-6e2e017e3010-d088fc7c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf6-60a82d6a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


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