:root {
  --navy: #0f1324;
  --black: black;
  --light-blue: #00aae6;
  --blue: #0064b4;
  --yellow: #ff9a00;
  --white: white;
  --color: #3d4752;
  --white-2: white;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  color: var(--navy);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
}

h2 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

h3 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

h4 {
  color: var(--navy);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

p {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.8rem;
}

a {
  color: var(--light-blue);
  text-decoration: underline;
}

li {
  margin-bottom: 10px;
  line-height: 20px;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid var(--blue);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.subheader {
  color: var(--blue);
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.subheader.thing {
  font-weight: 400;
}

.subheader.v2 {
  color: var(--light-blue);
  text-transform: uppercase;
  margin-top: 42px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.button-yellow {
  background-color: var(--yellow);
  text-align: center;
  letter-spacing: .5px;
  white-space: normal;
  word-break: keep-all;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 10px 26px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  transition: all .4s;
  display: flex;
  overflow: hidden;
}

.button-yellow:hover {
  transform: translate(0, -5px);
  box-shadow: 0 2px 5px #0003;
}

.button-yellow.left-margin {
  text-align: center;
  margin-left: 20px;
}

.button-yellow.push-right {
  margin-right: 15px;
}

.button-yellow.no-raise {
  width: 200px;
  padding-left: 0;
  padding-right: 0;
}

.button-yellow.no-raise:hover {
  box-shadow: none;
  background-color: #ec8f00;
  transform: none;
}

.button-yellow.product, .button-yellow._100 {
  border-radius: 5px;
  width: 100%;
}

.button-blue {
  background-color: var(--yellow);
  background-image: linear-gradient(90deg, var(--blue), var(--light-blue));
  text-align: center;
  letter-spacing: .5px;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  transition: all .4s;
}

.button-blue:hover {
  transform: translate(0, -5px);
  box-shadow: 0 2px 5px #0003;
}

.button-blue.additional-padding {
  padding-left: 61px;
  padding-right: 61px;
}

.button-clear {
  color: var(--navy);
  letter-spacing: .5px;
  background-color: #ff9a0000;
  border-radius: 20px;
  padding-left: 33px;
  padding-right: 33px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  transition: all .4s;
}

.button-clear:hover {
  transform: translate(0, -5px);
}

.button-clear.white {
  color: #fff;
}

.navbar {
  z-index: 500;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.navbar.no-bg {
  color: #fff;
  background-color: #fff0;
  position: absolute;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  display: flex;
}

.image-2 {
  width: 175px;
}

.menu-button, .menu-button.w--open {
  background-color: #0000;
}

.lottie-animation {
  width: 30px;
}

.section {
  background-color: #f5f5f5;
  height: 90vh;
}

.hero-grid {
  grid-column-gap: 82px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-left: 10%;
  display: flex;
}

.heading-4 {
  color: #505050;
  font-size: 48px;
  font-weight: 700;
  line-height: 4rem;
}

.text-span {
  color: var(--yellow);
}

._24-7-wrap {
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 5% 0%;
}

.image-3 {
  width: 25px;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  padding-bottom: 98px;
  display: flex;
  position: relative;
}

.div-block-3.al {
  width: 50%;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-img-wrap {
  width: 50%;
  min-width: 50%;
  position: relative;
}

.blue-over-lay {
  background-image: linear-gradient(to top, var(--blue), #0f132400);
  width: 100%;
  height: 250px;
  position: absolute;
  inset: auto 0% 0%;
}

.absolute-bottom-right {
  z-index: 10;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 5% 5% auto;
}

.flex-horizontal-link {
  text-decoration: none;
  display: flex;
}

.primary-text-block.white {
  color: #fff;
  text-align: right;
}

.icon {
  width: 25px;
  margin-left: 5px;
}

.client-wrap {
  grid-column-gap: 51px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin: 150px auto;
  display: grid;
}

.paragraph-50-margin {
  margin-bottom: 50px;
}

.img-curve {
  object-fit: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 375px;
  height: 500px;
}

.img-curve.square-full {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
}

.primary-wrap {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.primary-wrap._150-top-margin {
  margin-top: 0;
}

.primary-wrap.internal-padding-100 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.primary-wrap.internal-padding-100._70 {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
}

.primary-wrap.internal-padding-100.cut-bottom {
  padding-bottom: 0;
}

.primary-wrap._90vhmin {
  flex-direction: row;
  align-items: center;
  min-height: 90vh;
}

.primary-wrap._90vhmin.top-padding {
  margin-top: 5%;
  padding-top: 54px;
}

.primary-wrap._90vhmin.cen {
  justify-content: flex-start;
  align-items: flex-start;
  min-height: auto;
  display: flex;
}

.primary-wrap.feature {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 80vh;
  margin-top: 5%;
  margin-bottom: 5%;
  display: flex;
}

.primary-wrap.flow-reporter-plus {
  padding-top: 250px;
  padding-bottom: 150px;
}

.primary-wrap.internal-padding-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

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

.primary-wrap.grid-article.t-pad {
  grid-column-gap: 76px;
  padding-top: 64px;
}

.primary-wrap.internal-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.primary-wrap.internal-padding-100.del-b {
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 0;
}

.primary-wrap.v2 {
  padding-top: 0;
}

.primary-wrap.flowreporter {
  padding-top: 93px;
  padding-bottom: 93px;
  display: none;
}

.primary-wrap.top-push {
  padding-top: 170px;
}

.primary-wrap.padded {
  padding-top: 71px;
  padding-bottom: 71px;
}

.primary-wrap.centered {
  flex-flow: column;
  display: flex;
}

.heading-5 {
  font-size: 2.2rem;
}

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

.centered-heading {
  text-align: center;
  width: 75%;
  margin-bottom: 63px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading.sub {
  margin-bottom: 0;
}

.contact-block {
  margin-bottom: 7px;
}

.primary-white-link {
  color: #fff;
  margin-bottom: 14px;
  text-decoration: none;
}

.primary-white-link:hover {
  color: #b6b6b6;
}

.social-link-block {
  margin-left: 11px;
}

.white-contact-info {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
}

.footer {
  background-color: var(--blue);
  padding: 112px 10%;
  overflow: hidden;
}

.white-link {
  color: #fff;
  text-decoration: none;
}

.footer-legal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 116px;
  display: flex;
}

.link-3 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
}

.link-3:hover {
  color: #8b8b8b;
}

.social-link-wrap {
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
}

.wrap {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.image-6 {
  width: 200px;
}

.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--blue);
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-7 {
  width: 35px;
}

.footer-link-wrap {
  flex-direction: column;
  display: flex;
}

.html-embed-2 {
  color: silver;
  text-align: center;
  margin-bottom: 10px;
  font-style: italic;
}

.white-footer-line {
  background-color: var(--yellow);
  border-radius: 20px;
  width: 100%;
  height: 3px;
  margin-bottom: 18px;
}

.submit-button {
  background-color: var(--yellow);
  border-radius: 5px;
  width: 100%;
  margin-top: 26px;
  font-weight: 500;
}

.checkbox-label {
  color: #fff;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}

.checkbox {
  border: 0 #000;
  border-radius: 0;
}

.link-4 {
  color: #fff;
}

.email-title {
  color: #fff;
  text-align: left;
  font-size: 18px;
}

.accreditation-badge {
  padding-top: 33px;
  display: flex;
}

.accreditation {
  object-fit: contain;
  max-width: 150px;
  height: 75px;
  margin-right: 14px;
}

.quensus-product-wrap {
  padding: 0;
}

.div-block-4 {
  align-items: flex-end;
  display: flex;
}

.image-8 {
  width: 20px;
  margin-right: 6px;
}

.cell {
  background-color: #ff9a0026;
  border-radius: 40px;
  padding-left: 41px;
  padding-right: 41px;
}

._60--wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  padding-right: 2rem;
  display: flex;
}

._60--wrap.mid {
  padding-right: 0;
}

.paragraph-2.pb {
  margin-bottom: 50px;
}

.paragraph-2.pb._60 {
  width: 50%;
}

.paragraph-2._60 {
  width: 60%;
}

.product-wrap {
  width: 100%;
  display: flex;
  position: relative;
}

.product-wrap.grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.image-9 {
  object-fit: contain;
  max-width: 120%;
  position: relative;
  top: -15px;
}

.cell-2 {
  background-color: #0064b426;
  background-image: url('../images/httpsdaniels467.sg-host.comwp-adminpost.phppost23actionedit-1024-×-1000-px-21-2.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 60%;
  border-radius: 40px;
  padding: 41px;
}

.cell-2.no-pad {
  background-image: none;
  padding: 40px 0 0 40px;
}

.cell-2.no-pad.z {
  background-color: #00427726;
}

.cell-2.mid {
  background-color: #008eff26;
  background-image: none;
}

.cell-3 {
  background-color: #0064b426;
  background-image: url('../images/screen.webp');
  background-position: 95% 100%;
  background-repeat: no-repeat;
  background-size: 35%;
  border-radius: 40px;
  padding: 41px;
}

.cell-3.leak-cable {
  background-image: none;
  padding-bottom: 0;
  padding-right: 0;
}

.cell-3.leak-cable.z {
  background-color: #00427726;
}

.pop-note {
  background-color: var(--light-blue);
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 7px 12px;
  position: absolute;
  inset: -7% -3% auto auto;
}

.text-block {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.image-10 {
  width: 90px;
  margin-top: 9px;
  margin-bottom: 9px;
  margin-left: 8px;
}

.slider_left {
  width: 50%;
  position: relative;
}

.slider_wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.swiper-slide.is-photos {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.2em;
  width: 100%;
  position: relative;
  inset: 0%;
}

.swiper-slide.is-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 18%;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

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

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.slider_right {
  width: 40%;
}

.arrow {
  border: 1px solid #b8a5ff3d;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 3.1em;
  margin-right: 1em;
  transition: all .2s;
  display: flex;
}

.arrow:hover {
  color: #111;
  background-color: #b8a5ff;
  border-color: #b8a5ff;
}

.arrow.is-right:hover {
  border-color: var(--yellow);
  background-color: #ff9a0026;
}

.arrow.is-left {
  flex-direction: row;
}

.arrow.is-left:hover {
  border-style: solid;
  border-color: var(--yellow);
  background-color: #ff9a0026;
}

.arrow_svg {
  width: .8em;
  height: 1.13em;
}

.arrow_svg.is-alt {
  transform: rotate(-180deg);
}

.container-2 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 3.5em 7em;
}

.container-2.is-slider {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding: 2.5em 0;
  display: flex;
}

.swiper-wrapper.is-photos {
  width: 100%;
  position: relative;
}

.swiper-wrapper.is-content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.arrows {
  z-index: 2147483647;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.swiper.is-content {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.global-styles {
  position: fixed;
  inset: 0% 0% auto;
}

.heading-6 {
  color: var(--navy);
  margin-top: 0;
}

.slider_height {
  border-radius: 1em;
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.link-5 {
  font-size: 1rem;
  font-weight: 500;
}

.grid-3x1 {
  grid-column-gap: 34px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin: 100px auto;
  display: grid;
}

.colour-block {
  background-color: var(--blue);
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 19px 21px;
  transition: all .4s;
  display: flex;
}

.colour-block:hover {
  transform: translate(0, -10px);
  box-shadow: 0 9px 5px #00000080;
}

.block-p {
  color: #fff;
}

.image-238 {
  height: 50px;
}

.heading-7 {
  color: #fff;
  margin-top: 0;
}

.div-block-243 {
  padding-left: 15px;
}

._2x2-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 125px;
  padding-bottom: 69px;
  display: grid;
}

.collection-list-wrapper {
  margin-bottom: 16px;
}

.articles-collection-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.collection-list {
  position: relative;
}

.article-title-wrap {
  color: #0f1324;
  border-bottom: 1.5px dashed #31a2da;
  align-items: center;
  margin-bottom: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-block-2 {
  padding-right: 35px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4rem;
}

.yellow-dash {
  background-color: var(--yellow);
  border-radius: 20px;
  width: 25px;
  min-width: 25px;
  height: 3px;
  margin-right: 15px;
}

._2x1-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

._2x1-grid._100 {
  width: 100%;
}

.image-239 {
  height: 20px;
  position: absolute;
  inset: auto 0% auto auto;
}

.heading-9 {
  font-size: 2.2rem;
}

.img-curve-2 {
  z-index: 2;
  object-fit: cover;
  border-radius: 75px 0;
  width: 375px;
  height: 500px;
  position: absolute;
  inset: auto 6% 0% auto;
}

.img-curve-2.d {
  z-index: 0;
  bottom: -15%;
  right: 0%;
}

.slider-list {
  display: flex;
}

.image-5 {
  width: 25px;
}

.projects {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.pagination {
  color: #0f1324;
}

.pop-up-title {
  background-color: var(--yellow);
  justify-content: space-between;
  padding: 18px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.h3-project-title {
  z-index: 1;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 2rem;
  line-height: 2.5344rem;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 80%;
  padding-left: 0;
  padding-right: 60px;
}

.slider-navigation-wrapper {
  margin-bottom: 4px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.text-block-3 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}

.slider-navigation {
  cursor: pointer;
  transition: opacity .2s;
}

.slider-navigation:hover {
  opacity: .7;
}

.slider-navigation.prev-slide {
  width: 50px;
  margin-right: 16px;
}

.slider-navigation.next-slide {
  width: 50px;
}

.slider-item {
  border: 1px #727272;
  flex: none;
  width: 30vw;
  height: 40vw;
  margin-right: 32px;
  transition: all .5s;
  position: relative;
  overflow: visible;
  box-shadow: 0 2px 5px #0003;
}

.slider-item:hover {
  transform: translate(0, -5px);
  box-shadow: 0 5px 7px #00000094;
}

.project-wrap {
  object-fit: cover;
  object-position: 50% 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.div-block-244 {
  opacity: .57;
  background-color: #0f1324;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-240 {
  width: 50px;
  position: absolute;
  inset: 7% auto auto;
}

.section-header {
  align-items: flex-end;
  margin-top: 116px;
  margin-bottom: 32px;
  display: flex;
}

.project-cover {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.highlight {
  background-color: var(--yellow);
  color: #fff;
  border-radius: 8rem;
  margin-bottom: 0;
  margin-left: -.5rem;
  margin-right: -.5rem;
  padding-bottom: 4px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
}

.faq-component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 5%;
  margin-bottom: 5%;
  display: grid;
}

.faq-component.main {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-style-h5 {
  color: var(--navy);
  font-family: Raleway, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading-style-h5.alt {
  font-size: 1rem;
}

.rich-text-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-block.alt {
  margin-top: 0;
}

.faq-accordion {
  background-color: #e9e9e9;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
}

.faq-accordion.feature-addition {
  border-bottom: 2px dashed var(--light-blue);
  background-color: #f4f4f400;
  border-radius: 0;
}

.faq-accordion.alt {
  background-color: #fff;
  border-bottom: 1px solid #c5c4c4;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.faq-question {
  cursor: pointer;
  border-radius: 17px;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.faq-answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.faq-icon {
  align-self: flex-start;
  width: 1.5rem;
  height: 1.5rem;
}

.faq-icon.alt {
  width: 1rem;
  height: 1rem;
  margin-top: 10px;
}

.button {
  width: 80%;
  color: var(--navy);
  background-color: #3898ec00;
  background-image: url('../images/yellow-arrow.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 1.5px solid #333;
  border-radius: 20px;
  font-size: 1rem;
}

.button.main {
  width: 100%;
}

.h2-white {
  color: #fff;
  text-align: center;
}

.h2-white.increase {
  text-align: left;
  height: auto;
  margin-bottom: 24px;
  font-size: 2.7rem;
  line-height: 3.5rem;
}

.quensus-c2a {
  background-image: url('../images/tim-marshall-dYO_5KOMEkA-unsplashv2.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  width: 80%;
  margin: 193px auto 138px;
  padding: 102px 69px 138px;
  position: relative;
}

.c2a-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.logo-sticker {
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 7px 17px 15px;
  position: absolute;
  inset: 0% 8% auto auto;
}

.image-242 {
  width: 150px;
}

.div-block-245 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.text-block-5 {
  color: #575757;
  text-align: center;
}

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

.quote {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.yellow-bold-highlight {
  color: var(--yellow);
  font-weight: 700;
}

.image-243 {
  width: 50px;
}

.paragraph-5 {
  color: #575757;
  text-align: center;
  margin-top: 21px;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}

.quotation-mark {
  color: var(--blue);
  font-size: 2rem;
}

.quotation-mark.right {
  color: var(--blue);
  text-align: right;
}

.video-block {
  background-image: linear-gradient(#0f132470, #0f132470), url('../images/westend_london_burlingto_arcade_hero.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  align-items: flex-end;
  width: 100%;
  height: 600px;
  padding: 59px;
  display: flex;
}

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

.video-heading {
  color: #fff;
  font-size: 3rem;
  line-height: 3.75rem;
}

.lightbox-link {
  background-color: #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 175px;
  display: flex;
}

.image-11 {
  width: 35px;
}

.feature-wrap {
  grid-column-gap: 69px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 53px;
  display: grid;
}

.feature-wrap.del-pad {
  grid-column-gap: 69px;
  padding-top: 0;
}

.text-span-8 {
  border-bottom: 3px solid var(--light-blue);
}

.value-content {
  width: 40%;
  position: sticky;
  top: 40px;
}

.value-wrap {
  width: 60%;
}

.faq-question-wrap {
  margin-bottom: 15px;
}

.values {
  grid-column-gap: 3.25rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 50px;
  margin-bottom: 123px;
  display: flex;
  position: relative;
}

.faq-content-2 {
  overflow: hidden;
}

.plus {
  width: 25px;
}

.main-heading-2 {
  color: #0f1324;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.paragraph-6 {
  color: #000;
  letter-spacing: -.25px;
  margin-bottom: 0;
  padding: 15px 25px;
  font-size: 1rem;
  line-height: 28px;
}

.value-title {
  color: #0b1033;
  font-size: 1.25rem;
  line-height: 24px;
}

.value-bar {
  background-color: #fff;
  border-bottom: 1.5px dashed #31a2da;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.award-grid {
  grid-column-gap: 69px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 121px;
  display: grid;
}

.award-grid.new {
  display: block;
}

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

.award-img {
  width: 100%;
}

.hero-discover-leaknet-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
  position: relative;
}

.blue-block-100 {
  background-color: var(--blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20%;
  padding-right: 10%;
  display: flex;
}

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

.p-white._50-cen {
  text-align: center;
  width: 50%;
}

.text-span-9 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.full-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.grey-splitter {
  background-color: #dfdfdf;
  width: 100%;
  height: 25px;
  margin-top: 68px;
  margin-bottom: 68px;
}

.grey-splitter.no-b {
  margin-bottom: 0;
}

.grey-splitter.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-bottom-small {
  margin-bottom: 25px;
}

.margin-bottom-small.cen-50 {
  text-align: center;
}

.link-7 {
  color: var(--light-blue);
}

.div-block-248 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.text-span-11 {
  color: var(--blue);
}

.graph-relative-wrap {
  position: relative;
}

.image-244 {
  z-index: 0;
  filter: blur(5px);
  position: absolute;
  inset: 0%;
}

.image-245 {
  z-index: 1;
  position: relative;
}

.flex-vert-left {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.flex-vert-left.push {
  margin-bottom: 26px;
}

.key-stat-wrap {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.feature-bg-block {
  background-image: linear-gradient(#03213894, #03213894), url('../images/AdobeStock_108956522_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.feature-bg-block._85wh {
  height: 85vh;
}

.image-246 {
  width: 150px;
  margin-bottom: 15px;
}

.heading-11 {
  color: var(--blue);
  text-align: center;
  margin-top: 0;
}

.heading-11.al {
  text-align: left;
}

.feature-box {
  grid-column-gap: 16px;
  grid-row-gap: 19px;
  background-color: #0064b41f;
  border-radius: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 24px;
  display: grid;
}

.feature-box.yellow {
  background-color: #0064b400;
  padding: 0;
  display: block;
}

.sub-feature-wrap {
  display: flex;
}

.yellow-square-45 {
  background-color: var(--yellow);
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  margin-right: 15px;
  transform: rotate(45deg);
}

.text-block-10 {
  font-size: 16px;
  font-weight: 700;
}

.image-247 {
  width: 100%;
  height: 100%;
}

.cen-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 80vh;
  display: grid;
}

.cen-wrap.block {
  display: block;
}

.image-249 {
  width: 150px;
  margin-bottom: 28px;
}

.div-block-249 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-13 {
  border-bottom: 5px solid var(--yellow);
}

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

.collection-list-2 {
  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;
}

.image-252 {
  max-height: 500px;
  margin-top: 60px;
  margin-bottom: 36px;
  padding-top: 0;
  position: static;
  top: 40px;
}

.accreditation-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding-top: 54px;
  display: flex;
}

.accred-img {
  object-fit: contain;
  max-width: 125px;
  height: 100px;
  margin-right: 15px;
}

.image-253 {
  object-fit: cover;
  width: 100px;
  height: 100px;
}

.heading-mere {
  margin-bottom: 19px;
  display: block;
}

.heading-12 {
  margin-top: 0;
  margin-right: 0;
  display: inline;
}

.collection-item {
  margin-bottom: 20px;
}

.div-block-250 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 45%;
  display: flex;
}

.div-block-251 {
  width: 45%;
  padding-right: 57px;
  position: relative;
}

.image-255 {
  width: 100%;
  position: sticky;
  top: 40px;
}

.heading-14 {
  color: var(--yellow);
  margin-top: 0;
  display: inline;
}

.heading-style-h5-2 {
  color: #0f1324;
  font-family: Raleway, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
}

.feature-icon {
  object-fit: contain;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.div-block-254 {
  align-items: center;
  display: flex;
}

.div-block-255 {
  width: 50%;
}

.div-block-255.top {
  width: 100%;
  padding-top: 114px;
}

.div-block-256 {
  background-color: #0064b426;
  border-radius: 20px;
  display: flex;
}

.div-block-257 {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 40px;
  display: flex;
}

.image-257 {
  width: 100px;
}

.download-icon {
  width: 125px;
  margin-bottom: 10px;
}

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

.div-block-258 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-15 {
  height: auto;
  margin-bottom: 28px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3rem;
}

.div-block-259 {
  width: 50%;
  position: relative;
}

.image-258 {
  max-width: 500px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-55 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  min-height: 45vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.p-white-2 {
  color: #fff;
  margin-bottom: 15px;
}

.p-white-2.cen {
  text-align: center;
}

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

.article-wrap {
  background-color: #fff;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -40px;
  box-shadow: 0 2px 5px #0003;
}

.collection-list-3 {
  padding: 35px;
  display: flex;
}

.collection-list-4 {
  grid-column-gap: 53px;
  grid-row-gap: 67px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.heading-16 {
  margin-top: 0;
  font-size: 2rem;
  line-height: 2.5rem;
}

.news-block {
  color: #0f1324;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 84px;
  text-decoration: none;
  display: flex;
}

.image-21 {
  object-fit: cover;
  border-radius: 9px;
  width: 100%;
  max-height: 300px;
}

.heading-18 {
  font-size: 2rem;
  line-height: 2.4rem;
}

.main-para {
  text-align: left;
  margin-top: 8px;
  font-size: 18px;
  line-height: 25px;
}

.div-block-34 {
  overflow: hidden;
}

.text-block-18 {
  font-size: 19px;
  font-weight: 300;
}

.s-line {
  background-color: #161616;
  width: 100%;
  height: 1px;
}

.heading-19 {
  font-size: 2rem;
  line-height: 2.5rem;
}

.link-8 {
  color: #0f1324;
  text-decoration: underline;
}

.yellow-bar {
  background-color: var(--yellow);
  border-radius: 20px;
  width: 100%;
  height: 5px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.yellow-bar.remove-space {
  margin-top: 21px;
  margin-bottom: 35px;
}

.grey-bar {
  background-color: #a8a8a8;
  border-radius: 20px;
  width: 100%;
  height: 5px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.div-block-260 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 48px;
  display: grid;
}

.cs-overlay {
  background-color: #1616168c;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  padding-left: 13px;
  display: flex;
}

.cs-overlay.v2 {
  background-color: #014379ab;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  position: relative;
}

.main-para-2 {
  text-align: left;
  max-width: 500px;
  margin-top: 8px;
  font-size: 18px;
  line-height: 25px;
}

.main-para-2.cen {
  text-align: center;
}

.text-block-12 {
  text-align: center;
  text-transform: uppercase;
  margin-left: 9px;
  font-size: 15px;
}

.heading-20 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 45px;
  line-height: 55px;
}

.location-wrap {
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.image-15 {
  width: 13px;
}

.div-block-25 {
  flex-direction: column;
  align-items: center;
  width: 70%;
  display: flex;
}

.mini {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.link-block-3 {
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 600px;
  text-decoration: none;
}

.link-block-3:hover {
  background-repeat: no-repeat;
  transform: none;
}

.collection-item-3 {
  margin-bottom: 25px;
}

.location-div {
  margin-top: 40px;
  padding-top: 0;
  display: flex;
}

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

.image-24 {
  object-fit: cover;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 100%;
  height: 80%;
  max-height: 500px;
}

.text-block-22 {
  font-weight: 700;
}

.stats-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-block-21 {
  margin-right: 5px;
  font-weight: 700;
}

.text-block-23 {
  color: #333;
}

.blue-bar {
  background-color: var(--blue);
  border-radius: 20px;
  width: 100%;
  height: 5px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.testimonial-block {
  background-color: var(--blue);
  color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 38px;
  display: flex;
}

.flexed-horizontal {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.profile-pic {
  border: 2px solid #fff;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.image-26 {
  object-fit: cover;
  width: 50px;
  height: 50px;
}

.text-block-24 {
  color: #fff;
  margin-left: 10px;
  font-size: 1rem;
}

.heading-22 {
  margin-top: 163px;
  margin-bottom: 32px;
}

.heading-23 {
  color: #5f5f5f;
  text-align: center;
  margin-top: 0;
  line-height: 4rem;
}

.comparison-block {
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.div-block-261 {
  margin-top: 73px;
}

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

.fs-tabs_menu {
  justify-content: space-between;
  margin-bottom: 2rem;
  display: flex;
  overflow: scroll;
}

.fs-tabs_link {
  color: var(--color);
  white-space: nowrap;
  background-color: #43434300;
  border-right: 1px #111;
  align-self: center;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
}

.fs-tabs_link.w--current {
  border-bottom: 4px solid var(--blue);
  color: var(--color);
  white-space: nowrap;
  background-color: #fff;
  background-image: linear-gradient(to top, #0064b426, #0f132400);
  border-right-style: none;
  margin-bottom: 10px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
}

.comp-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 46px;
  display: grid;
}

.text-block-25 {
  color: var(--yellow);
  font-family: Raleway, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
}

.image-260 {
  object-fit: contain;
  max-width: 50%;
  max-height: 75px;
}

.text-block-26 {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.text-block-26.spaceup {
  margin-top: 41px;
}

.check {
  width: 25px;
}

.paragraph-8 {
  text-align: center;
  margin-bottom: 43px;
}

.div-block-262 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  padding-top: 57px;
  padding-bottom: 25px;
  display: flex;
}

.heading-24 {
  color: var(--yellow);
  text-align: center;
  margin-top: 47px;
  margin-bottom: 13px;
  font-size: 1rem;
  line-height: 2rem;
}

.div-block-263 {
  color: var(--color);
  justify-content: center;
  display: flex;
}

.div-block-264 {
  background-color: var(--color);
  width: 20%;
  height: 5px;
  margin: 33px auto 81px;
}

.text-span-15 {
  color: var(--blue);
}

.rich-text-block-2 {
  margin-top: 72px;
  padding-bottom: 0;
}

.container-default {
  width: 100%;
  max-width: 1303px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  padding-left: 24px;
  padding-right: 0;
}

.container-default.home-hero {
  flex: 1;
  align-self: stretch;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: relative;
}

.error-message-2 {
  background-color: #af4646;
}

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

.grid-2-columns.home-hero {
  z-index: 5;
  grid-column-gap: 130px;
  z-index: 5;
  border-left: 2px solid #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr;
  padding: 69px 100px;
}

.form-success {
  background-color: #0000;
}

.social-wrap {
  margin-top: 7px;
  margin-bottom: 20px;
  display: flex;
}

.image-13 {
  width: 100px;
}

.submit-button-2 {
  background-color: var(--yellow);
  color: #fff;
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.text-block-4 {
  color: var(--yellow);
  margin-top: 12px;
}

.link-block-2 {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  padding: 5px;
}

.link-block-2.unlocked {
  align-items: center;
  width: auto;
  height: auto;
  text-decoration: none;
  display: flex;
}

.field-2 {
  border: 1px solid var(--yellow);
  border-radius: 7px;
}

.div-block-10 {
  width: 70%;
  padding-right: 38px;
}

.success-message {
  color: #16577d;
  background-color: #0000;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.form-block-2 {
  display: block;
}

.image-263 {
  width: 30px;
  margin-right: 6px;
}

.padding-section-large {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.contact-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.checkbox-field {
  margin-bottom: 31px;
}

.checkbox-label-2 {
  font-size: 12px;
  font-style: italic;
}

.contact-text {
  color: var(--navy);
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 700;
}

.empty-state {
  background-color: #ddd0;
  height: 1px;
}

.collection-list-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.collection-list-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

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

.paragraph-9 {
  max-width: none;
}

.collection-item-6 {
  border-radius: 12px;
  padding: 20px;
  display: flex;
}

.paragraph-10 {
  color: var(--color);
}

.image-266 {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  max-height: 200px;
}

.link-block-10 {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-268 {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.quensus-product-block {
  padding: 41px 41px 41px 0;
}

.nav-menu-2 {
  border-left: 5px none var(--yellow);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-267 {
  width: 60%;
  margin-bottom: 47px;
}

.nav-link-2 {
  color: var(--navy);
  margin-left: 0;
  margin-right: 0;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  transition: all .35s;
}

.nav-link-2:hover {
  color: silver;
  transform: translate(0, -5px);
}

.nav-link-2.w--current {
  color: var(--navy);
  font-weight: 700;
  text-decoration: underline;
}

.div-block-270 {
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-block-271 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 29px;
  display: none;
}

.paragraph-11 {
  font-size: 1rem;
}

.div-block-272 {
  padding-bottom: 20px;
}

.heading-26 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 2.5rem;
}

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

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

.div-block-273 {
  height: 100%;
  color: var(--color);
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 33px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-273:hover {
  text-decoration: none;
  transform: translate(0, -5px);
  box-shadow: 0 7px 5px #00000052;
}

.image-268 {
  object-fit: cover;
  max-height: 300px;
}

.heading-29 {
  text-align: center;
  font-size: 25px;
}

.text-block-28 {
  text-align: center;
  white-space: nowrap;
}

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.success-message-2 {
  background-color: #695e5e00;
}

.text-block-30 {
  color: #fff;
  font-weight: 700;
}

.image-271 {
  width: 25px;
  max-width: none;
  margin-bottom: 20px;
}

.popup {
  z-index: 9999;
  background-color: #0e0e0e52;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-326 {
  background-color: var(--blue);
  width: 500px;
  height: 500px;
  padding: 14px;
  display: flex;
  box-shadow: 0 0 7px #0009;
}

.image-272 {
  width: 150px;
  margin-bottom: 21px;
}

.div-block-316 {
  background-color: #fff;
  background-image: linear-gradient(#ffffff80, #ffffff80);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 21px 40px;
  display: flex;
  position: relative;
}

.cross {
  cursor: pointer;
  background-image: url('../images/cross.svg');
  background-position: 0 0;
  background-size: auto;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 10% 1% auto auto;
  transform: rotate(180deg);
}

.cross.spopup {
  width: 15px;
  height: 15px;
  display: block;
  top: 2%;
  right: 2%;
}

.form-block-3 {
  width: 100%;
}

.text-field {
  border: 1px solid var(--blue);
  color: #1f1e1e;
  border-radius: 7px;
}

.success-message-3 {
  background-color: #fff0;
}

.div-block-329 {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-31 {
  white-space: nowrap;
  line-height: 25px;
  position: absolute;
  inset: 0% 0% 0% 120%;
}

.check-copy-copy {
  width: 25px;
}

.div-block-329-copy {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-32 {
  padding-right: 0;
  font-size: 1.2rem;
  font-weight: 700;
}

.text-block-33 {
  font-size: 1.2rem;
  font-weight: 700;
}

.blue-bold-highlight {
  color: var(--blue);
}

.collection-item-8 {
  margin-bottom: 53px;
}

.empty-state-2 {
  background-color: #ddd0;
}

.div-block-330 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-248 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 400;
  line-height: 1rem;
}

.div-block-331 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.tabs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 3fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.check-itme {
  color: var(--blue);
  justify-content: flex-start;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.check-itme.key {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 20px;
  padding: 4px 8px;
}

.rig-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  max-width: 1110px;
  min-height: 600px;
  padding-top: 44px;
  display: grid;
}

.bottom-info {
  z-index: 2;
  color: #ffffff4d;
  border-top: 1px solid #ffffff4d;
  margin-right: 80px;
  padding-top: 24px;
  position: relative;
}

.check-icon {
  background-image: url('../images/Artboard-1-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.check-icon.white {
  background-image: url('../images/Q-Solo-White.webp');
}

.white {
  color: #fff;
  text-align: left;
}

.white._24bottom {
  color: #000;
  margin-top: 0;
}

.white.cen {
  text-align: center;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
}

.white.cen2 {
  text-align: center;
}

.check-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 48px;
  display: grid;
}

.check-list.v2 {
  grid-row-gap: 16px;
  order: -1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-self: flex-start;
  height: 0%;
}

.pricing-group-button {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  display: block;
}

.medium {
  font-size: 16px;
  line-height: 28px;
}

.medium.white {
  color: #000;
  margin-bottom: 33px;
}

.image-275 {
  margin-top: 14px;
}

.div-block-230 {
  background-image: url('../images/Confetti-4s-1920px.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-206 {
  width: 40%;
  color: var(--blue);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 50px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.text-span-81 {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.link-23 {
  color: var(--yellow);
  font-weight: 700;
  position: static;
}

.image-276 {
  width: 150px;
  margin-bottom: 55px;
}

.dropdown-toggle {
  font-family: Raleway, sans-serif;
  font-size: 17px;
}

.dropdown-list {
  background-color: #dddddd2b;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-bottom: 22px;
}

.menu-link {
  transition: all .4s;
}

.menu-link:hover {
  color: var(--color);
  transform: translate(0, -5px);
}

.menu-link.w--current {
  color: var(--navy);
  text-decoration: underline;
}

.dropdown {
  display: block;
}

.nav-mobile {
  display: none;
}

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

.body {
  font-family: Raleway, sans-serif;
}

.tag {
  color: var(--yellow);
  font-size: 12px;
  font-weight: 700;
}

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

.offline-mode {
  background-color: #f3f3f3;
  border: 1px #000;
  border-radius: 20px;
  padding: 20px;
}

.flowreporter-variable {
  background-color: #fff0;
  border-radius: 0;
  width: auto;
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.dropdown-tab {
  justify-content: space-between;
  display: flex;
}

.category-tabs {
  flex: 1;
  display: flex;
}

.category-tabs.mobile {
  border-top: 1px #ebebeb;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tab-content-2 {
  background-color: #e4f1ee8c;
  border: 1px #d3d3d3;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 100px 20px 20px;
  display: flex;
}

.tab-content-2._2 {
  background-color: #d9edf88c;
  border-style: none;
  border-radius: 20px;
  height: 100%;
  margin-top: 0;
  padding: 100px 20px 20px;
  text-decoration: none;
}

.tab-link-2 {
  color: #888282;
  background-color: #0000;
  border: 2px solid #0000;
  border-radius: 20px;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 400;
  display: block;
}

.tab-link-2:hover {
  background-color: #eee;
}

.tab-link-2.w--current {
  border: 2px dotted var(--blue);
  width: 100%;
  color: var(--blue);
  background-color: #fff;
  order: -1;
  font-weight: 700;
}

.tabs-menu-3 {
  z-index: 10;
  background-color: #f7f7f7;
  border: 1px #000;
  border-radius: 20px;
  flex-direction: column;
  flex: none;
  align-self: flex-start;
  width: 95%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 20px 0% auto;
  overflow: hidden;
  box-shadow: 14px 14px 20px -18px #0000004f;
}

.tabs-content-3 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.text-block-41 {
  justify-content: space-between;
  display: flex;
}

.text-block-41.ofl-text {
  font-weight: 700;
}

.div-block-337 {
  border: 2px dotted var(--blue);
  border-radius: 50px;
  width: 100%;
  margin-bottom: 37px;
  padding: 8px 23px;
}

.text-block-42 {
  text-align: left;
  flex: 1;
  align-self: auto;
}

.text-block-43 {
  flex: 1;
  order: 0;
}

.tab-pane-tab-1 {
  width: 100%;
  height: 100%;
}

.tab-pane-tab-3, .tab-pane-tab-4 {
  height: 100%;
}

.rich-text-block-3 {
  margin-top: 41px;
}

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

.pricing-wrap.mobile {
  display: none;
}

.pricing-sec {
  border-radius: 20px;
  padding-bottom: 27px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  box-shadow: 0 2px 5px #00000080;
}

.pricing-sec.grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: visible;
}

.blue-line {
  border-top: 2px solid var(--blue);
  background-color: #fff0;
  background-image: linear-gradient(#0064b40d 31%, #fff0);
  width: 100%;
  height: 30px;
  margin-bottom: 19px;
}

.pack-txt {
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.benefit-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.benefit-block.feature {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.benefit-block.feature.offset {
  background-color: #f5f5f5;
}

.benefit-block.key {
  height: 50px;
}

.benefit-block.key.offset {
  background-color: #f5f5f5;
}

.image-279 {
  width: 25px;
}

.image-279.off {
  opacity: 0;
}

.feature-title {
  text-align: left;
  font-weight: 600;
}

.info-img {
  opacity: 1;
  width: 20px;
}

.info-box {
  z-index: 50;
  flex-flow: column;
  flex: 0 auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 82% auto auto 0%;
}

.image-281 {
  width: 30px;
  margin-left: 10%;
}

.info-wrap {
  background-color: var(--blue);
  border-radius: 15px;
  padding: 19px;
}

.paragraph-118 {
  color: #fff;
  font-size: .9rem;
  font-weight: 600;
  display: block;
}

.div-block-343 {
  z-index: 100;
  position: sticky;
  top: 0;
}

.fixed-item {
  z-index: 50;
  position: sticky;
  top: 0;
}

.text-block-46 {
  color: #8d8d8d;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 700;
}

.text-block-46.blank {
  color: #8d8d8d00;
}

.text-block-46.push {
  margin-top: 40px;
}

.service-block {
  position: relative;
}

.heading-252 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
}

.fix-wrap {
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-end;
  height: 150px;
  display: flex;
}

.fix-wrap.cen {
  justify-content: center;
  align-items: flex-end;
}

.image-282 {
  max-height: 20px;
  margin-bottom: 6px;
}

.div-block-346 {
  padding-bottom: 21px;
  display: flex;
}

.text-block-47 {
  color: #0064b4;
}

.link-block-12 {
  color: #000;
  text-align: center;
  background-color: #0064b41a;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding: 15px 23px;
  text-decoration: none;
  display: flex;
}

.tab-pane-3 {
  height: 100%;
}

.div-block-347 {
  align-self: flex-end;
}

.check-itme-2 {
  color: #0064b4;
  align-items: center;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

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

.text-block-49 {
  color: #0064b4;
  text-decoration: none;
}

.text-block-50 {
  color: #0064b4;
  font-weight: 700;
}

.tab-link-3 {
  color: #0f1324;
  background-color: #0000;
  border-bottom: 4px solid #0000;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 0 12px;
  font-size: 24px;
  line-height: 24px;
  display: flex;
}

.tab-link-3.w--current {
  color: #000;
  background-color: #0000;
  border-bottom-color: #ff9a00;
}

.tab-link-3.buttom {
  margin-bottom: 0;
}

.button-yellow-2 {
  letter-spacing: .5px;
  background-color: #ff9a00;
  border-radius: 20px;
  padding-left: 33px;
  padding-right: 33px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.button-yellow-2.top-push {
  margin-top: 60px;
}

.button-yellow-2.v2 {
  margin-left: 27px;
}

.check-icon-2 {
  background-image: url('../images/Artboard-1-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.check-icon-2.plus {
  background-image: url('../images/yellow-X.svg');
}

.div-block-349 {
  padding-top: 88px;
}

.div-block-349.aviva {
  padding-top: 0;
}

.tabs-content-4 {
  border-left: 1px solid #ffffff4d;
  padding-left: 90px;
}

.tab-content-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.image-283 {
  height: 35px;
  margin-right: 10px;
}

.image-284 {
  height: 250px;
}

.tabs-menu-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 40px;
}

.pricing-sec-copy {
  border-radius: 20px;
  padding-bottom: 27px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  box-shadow: 0 2px 5px #00000080;
}

.img-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 26px;
  padding-right: 10%;
  display: flex;
}

.img-relative {
  position: relative;
}

.image-285 {
  z-index: 5;
  width: 100px;
  position: absolute;
  inset: auto auto 7% -5%;
}

.image-285.alt {
  z-index: 5;
  inset: 11% -6% auto auto;
}

.heading-254 {
  color: var(--blue);
}

.heading-254.rs {
  margin-bottom: 0;
  font-size: 1.25rem;
}

.blue-showcase {
  background-color: var(--blue);
  background-image: url('../images/flow-frid-05.webp'), url('../images/65e96d02002260b40cbacb86_Section-Dark-Pattern.webp');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, 75%;
  border-radius: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 112px;
  padding-bottom: 26px;
  display: flex;
}

.blue-showcase.v2 {
  background-image: url('../images/6615493070a10f95ad62ec3d_65e96d02002260b40cbacb86_Section-Dark-Pattern.webp'), url('../images/65e96d02002260b40cbacb86_Section-Dark-Pattern.webp');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, 75%;
  margin-top: 173px;
  padding-bottom: 112px;
}

.image-286 {
  width: 50px;
}

.div-block-350 {
  order: 0;
  justify-content: space-between;
  padding-top: 41px;
  padding-left: 52px;
  padding-right: 52px;
  display: flex;
}

.line-spacer {
  height: 70px;
}

.line-spacer._180 {
  transform: rotate(180deg);
}

.tab-wrap {
  flex-flow: column;
  width: 100%;
  padding-top: 36px;
  display: flex;
}

.tabs-content-5 {
  width: 100%;
  margin-top: 46px;
}

.fr-tab {
  background-color: #0272cb;
  border: 1.5px solid #2788d5;
  border-radius: 20px;
  padding: 0;
  box-shadow: 0 2px 9px #00000045;
}

.fr-tab.w--current {
  border-width: 2px;
  border-color: var(--yellow);
  background-color: #0272cb;
  margin-left: 0;
  margin-right: 0;
}

.text-block-51 {
  color: var(--white);
  text-align: center;
  font-weight: 700;
}

.div-block-351 {
  width: auto;
  padding: 18px;
}

.div-block-351.b2 {
  background-color: #0272cb;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.fr-point-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.point-circle {
  background-color: #095088;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.point-circle.minor {
  background-color: var(--yellow);
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  display: none;
}

.div-block-352 {
  background-color: var(--blue);
  border: 2px solid #2788d5;
  border-radius: 20px;
  flex-flow: column;
  width: 80%;
  height: 575px;
  margin: 20px auto;
  padding: 15px 31px 5px;
  display: flex;
  box-shadow: 0 2px 11px #00000091;
}

.div-block-353 {
  background-image: url('../images/Real-Time.gif'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  border-radius: 19px;
  width: 100%;
  height: 100%;
}

.div-block-353.alerts {
  background-image: url('../images/Leak-Alert.gif'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.div-block-353._4 {
  background-color: #fff;
  background-image: url('../images/l_krcT8l8xpzh6I_Llopuus2trAL5_xXnA.gif');
  background-position: 50%;
  background-size: contain;
}

.div-block-353.users {
  background-color: #fff;
  background-image: url('../images/Users.gif');
}

.div-block-353.grouping {
  background-color: #fff;
  background-image: url('../images/Grouping.gif');
}

.div-block-353.consumption {
  background-image: url('../images/History.gif'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.div-block-353.remote-valve {
  background-color: #fff;
  background-image: url('../images/Open-Close-Valve.gif');
}

.div-block-353.shutt-off {
  background-color: #fff;
  background-image: url('../images/Schedule.gif');
}

.quensus-pc-control {
  justify-content: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.div-block-354 {
  background-color: #ff6253;
  border-radius: 20px;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.div-block-354.yellow {
  background-color: #ffb935;
}

.div-block-354.green {
  background-color: #2ad040;
}

.image-287 {
  width: 15px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-355 {
  padding-top: 28px;
  padding-bottom: 42px;
  display: flex;
}

.fr-grid {
  grid-column-gap: 33px;
  grid-row-gap: 110px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  display: grid;
}

.number-icon {
  background-color: var(--yellow);
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.text-block-52 {
  color: var(--white);
  font-weight: 700;
  line-height: 16px;
}

.tabs-menu-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 19px;
  padding-right: 19px;
  display: none;
}

.div-block-356 {
  width: 70%;
}

.dropdown-2 {
  color: #fff;
  width: 50%;
  margin-bottom: -1.2rem;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-toggle-2 {
  background-color: var(--yellow);
  color: #fff;
  border-radius: .3125rem;
  padding: 1rem 2.5rem 1rem 1.25rem;
  display: block;
}

.replace-text {
  font-weight: 700;
}

.dropdown-list-2 {
  color: #0c2954;
  background-color: #e8eff9;
  border: .0625rem solid #0c2954;
  border-top-style: none;
  border-bottom-right-radius: .3125rem;
  border-bottom-left-radius: .3125rem;
  top: 3.35rem;
}

.dropdown-list-2.w--open {
  background-color: var(--color);
  color: #fff;
}

.dropdown-link {
  color: var(--white);
  padding: .625rem 1.25rem;
}

.html-embed-4 {
  width: 80%;
  height: 100vh;
  min-height: 100vh;
  margin-top: 5%;
  margin-left: 10%;
  margin-right: 10%;
  position: relative;
}

.rich-text-block-4 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 118px;
}

.text-span-83 {
  color: var(--blue);
  font-weight: 300;
}

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

.list-item.v2 {
  margin-left: 35px;
  list-style-type: square;
}

.heading-257 {
  margin-top: 61px;
}

.link-24, .bold-text-2 {
  color: var(--yellow);
  text-decoration: underline;
}

.heading-259 {
  margin-top: 39px;
  font-size: 2rem;
}

.section-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.heading-260 {
  text-align: center;
  margin-top: 46px;
  font-size: 2.5rem;
}

.paragraph-120 {
  text-align: center;
}

.image-289 {
  width: 200px;
}

.article {
  line-height: 25px;
}

.image-290 {
  object-fit: cover;
  border-radius: 14px;
  width: 100%;
  max-height: 350px;
}

.image-291 {
  object-fit: cover;
  border-radius: 9px;
  width: 100%;
  height: 350px;
}

.heading-261 {
  margin-top: 131px;
}

.image-292, .image-293 {
  height: 200px;
}

.div-block-358 {
  padding-top: 18px;
  padding-bottom: 86px;
  display: flex;
}

.image-294 {
  object-fit: contain;
  position: sticky;
  top: 22px;
  overflow: visible;
}

.image-294.hom {
  display: none;
}

.image-295 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
  width: 40%;
}

.div-block-359 {
  padding-left: 49px;
  padding-right: 49px;
}

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

.div-block-361 {
  width: 35%;
  position: relative;
}

.div-block-362 {
  padding-right: 60px;
}

.subpoint {
  margin-left: 38px;
}

.download-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.success-message-4 {
  background-color: #ddd0;
}

.field-label {
  color: var(--blue);
}

.checkbox-field-2 {
  margin-bottom: 20px;
}

.checkbox-label-3 {
  font-size: 14px;
}

.wat-tab-wrap {
  padding-top: 41px;
  padding-bottom: 26px;
}

.tabs-3 {
  display: flex;
}

.tabs-menu-8 {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  min-width: 300px;
  padding: 25px 28px;
  font-family: Raleway, sans-serif;
  font-weight: 600;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 0 7px 2px #0003;
}

.tabs-content-6 {
  padding-left: 44px;
  overflow: visible;
}

.wat-tab {
  background-color: #ddd0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
}

.wat-tab.w--current {
  border-bottom: 2px solid var(--blue);
  color: var(--yellow);
  background-color: #fff;
}

.wat-tab-block {
  background-color: var(--white);
  border-radius: 10px;
  height: 100%;
  padding: 42px;
  box-shadow: 0 2px 5px #0003;
}

.wat-heading {
  color: var(--black);
}

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

.list.indent {
  color: var(--yellow);
  text-align: left;
  padding-left: 79px;
}

.paragraph-122 {
  color: var(--black);
}

.wat-dropdown {
  display: none;
}

.content-slide {
  margin-right: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.content-slide-2 {
  margin-right: 24px;
}

.text-block-57 {
  padding-left: 20px;
  padding-right: 20px;
  font-family: Raleway, sans-serif;
  font-size: 17px;
}

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

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

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

.collection-item-9 {
  aspect-ratio: 1;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-364 {
  background-color: #05345a85;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 18px;
  text-decoration: none;
  display: flex;
}

.heading-263 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 2.2rem;
}

.text-block-58 {
  color: var(--white);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 6px 14px;
}

.image-299 {
  width: 35px;
}

.div-block-365 {
  overflow: hidden;
}

.paragraph-123 {
  margin-top: 0;
  margin-bottom: 20px;
}

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

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

.subheading-large-2 {
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.max-width-small {
  width: 100%;
  max-width: 450px;
}

.column-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.noise-texture {
  z-index: 5;
  pointer-events: none;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.blog-card-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 59px;
}

.blog-card-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--yellow);
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: row;
  margin-bottom: 20px;
  padding: 12px;
  text-decoration: none;
  transition: transform .35s;
  display: flex;
  box-shadow: 0 7px 13px #00000040;
}

.blog-card-row:hover {
  overflow: hidden;
  transform: translate(0, -20px);
}

.section-regular {
  background-color: #f7f8f8;
  padding: 80px 5%;
  position: relative;
}

.title-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: end stretch;
  margin-bottom: 10px;
}

.blog-image-row {
  object-fit: cover;
  border-radius: 10px;
  width: 200px;
}

.blog-description-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
}

.body-2 {
  border-radius: 0;
}

.image-cover {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}

.paragraph-large-2 {
  color: #49505b;
  letter-spacing: -.16px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-large-2.head {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.section-regular-2 {
  background-color: #f7f8f8;
  padding: 0 5% 96px;
  position: relative;
}

.testimonial-image {
  background-color: #fff;
  border: 4px solid #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 2px #d8dbdf80;
}

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

.grid-three-column.delete {
  grid-template-columns: 1fr 1fr;
}

.title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 628px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-card {
  border: 1px dashed #9e9e9e;
  border-radius: 20px;
  flex-flow: column;
  display: flex;
}

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

.testimonial-image-wrapper {
  background-color: #edeef1;
  border-radius: 20px;
  padding: 12px;
}

.testimonial-content-outline {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px #b5bbc4;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
  color: var(--yellow);
}

.text-block-60 {
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
}

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

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

.div-block-368 {
  border: 1px solid var(--yellow);
  border-radius: 20px;
  padding: 21px;
}

.link-27 {
  color: var(--yellow);
}

.link-28 {
  color: var(--blue);
}

.link-29 {
  color: var(--blue);
  text-align: center;
}

.image-301 {
  width: 20px;
  margin-bottom: 5px;
  margin-right: 10px;
}

.link-30 {
  color: var(--yellow);
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

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

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

.link-31 {
  color: var(--light-blue);
}

.collection-list-wrapper-5 {
  width: 100%;
  margin-top: 36px;
}

.multi-img {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 16px;
  display: flex;
  overflow: scroll;
}

.collection-item-10 {
  border-radius: 20px;
  width: 150px;
  height: 150px;
  margin-right: 18px;
}

.lightbox-link-3 {
  border-radius: 20px;
  width: 150px;
  height: 150px;
  overflow: hidden;
}

.image-302 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.div-block-371 {
  display: inline-flex;
}

.div-block-372 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: .25fr minmax(42px, .25fr) .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  margin-bottom: 43px;
  display: flex;
}

.link-32, .link-33 {
  color: var(--blue);
}

.link-34, .link-35 {
  color: var(--navy);
  text-decoration: none;
}

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

.div-block-373 {
  text-decoration: none;
  display: flex;
}

.image-303 {
  width: 25px;
  margin-left: 5px;
}

.text-block-61 {
  color: var(--yellow);
  font-weight: 500;
  text-decoration: none;
}

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

.image-304 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-62 {
  color: var(--blue);
  font-weight: 700;
}

.div-block-374 {
  margin-top: 49px;
  padding-top: 21px;
  padding-left: 54px;
  padding-right: 54px;
  overflow: hidden;
}

.text-block-63 {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}

.div-block-375 {
  grid-column-gap: 49px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 102px;
  margin-bottom: 102px;
  display: grid;
}

.testimonial-slider-b {
  background-color: #0000;
  width: 100%;
  max-width: 996px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 102px;
  padding-right: 102px;
}

.container-large-3 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-124 {
  font-style: italic;
}

.paragraph-large-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-large-4.text-weight-bold {
  white-space: normal;
  font-weight: 700;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.paragraph-small-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-small-3.text-color-gray-600 {
  color: #6d767e;
}

.testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.testimonial-left-arrow-b-3 {
  border: 1px solid var(--yellow);
  color: #000;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.icon-large-3 {
  color: #185fad;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.hidden-element {
  display: none;
}

.testimonial-card-e {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 0 24px;
  transition: all .3s;
  display: flex;
}

.wrap-v-small {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-slide-b {
  margin-right: 24px;
}

.testimonial-customer-wrap {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.testimonal-quote-3 {
  width: 56px;
  height: 56px;
  color: var(--blue);
  background-color: #185fad;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  margin-bottom: 56px;
  display: flex;
}

.section-regular-3 {
  margin-top: 129px;
  padding: 0 5%;
  position: relative;
}

.testimonial-right-arrow-b-3 {
  border: 1px solid var(--yellow);
  color: #000;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.image-305 {
  width: 50%;
}

.section-7 {
  margin-left: 10%;
  margin-right: 10%;
}

.div-block-376 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.filter_reset {
  color: #6e6e6e;
  border-bottom: 1px solid #dae4d8;
  padding-bottom: .2rem;
  text-decoration: none;
  display: none;
}

.filter_empty {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.collection-list-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  justify-items: stretch;
  padding: 18px 21px;
  display: grid;
}

.filter_results-text {
  font-weight: 400;
  display: block;
}

.filter_column {
  object-fit: fill;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-bottom-style: none;
  min-width: 300px;
  position: sticky;
  top: 50px;
}

.hide {
  display: none;
}

.filter_reset-all {
  border-bottom: 1px solid #3c7c43;
  padding-bottom: .2rem;
  text-decoration: none;
}

.filter_reset-all.text-color-green {
  border-bottom-color: var(--blue);
  color: var(--blue);
}

.filter_wrapper {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}

.filter_tags-wrapper {
  flex-flow: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-content: start;
  align-items: center;
  margin-right: 1rem;
  display: flex;
}

.filter_tag-remove {
  opacity: .5;
  filter: invert();
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: column;
  width: 1.5rem;
  margin-top: .4rem;
  margin-right: .5rem;
  padding: .25rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.filter_empty-icon {
  width: 5rem;
  margin-bottom: .5rem;
}

.text-color-green {
  color: var(--yellow);
}

.container-5 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.filter_tags-text {
  color: #8f8f8f;
  margin-right: 1rem;
}

.filter_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #dfdfdf;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.filter_block.twitter {
  padding-top: 37px;
  padding-bottom: 37px;
}

.filter_block-header {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: grid;
  position: relative;
  inset: 0% 0% auto;
}

.filter_header {
  background-color: #fff;
  border: 1px solid #dae4d8;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  min-height: 4.5rem;
  padding: .5rem 1rem;
  display: flex;
}

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

.content_collection-list.alt {
  grid-row-gap: 15px;
}

.heading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

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

.filter_search-field {
  background-image: url('../images/Quensus-Magnifine-Glass.svg');
  background-position: 24px;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  border: 1px #000;
  min-height: 4.4rem;
  margin-bottom: 0;
  padding: 1rem 1.5rem 1rem 4rem;
  font-size: 1rem;
}

.fs-cmsfilter_highlight {
  color: #fff;
  background-color: #ffce00;
}

.filter_form-wrapper {
  margin-bottom: 0;
}

.filter_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-bottom: 81px;
  display: grid;
  position: relative;
}

.filter_options {
  object-fit: contain;
  position: relative;
  overflow: auto;
}

.filter_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-86 {
  text-align: center;
  margin-bottom: 48px;
}

.filter_tag {
  background-color: var(--yellow);
  opacity: 0;
  color: #fff;
  border-radius: 0;
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-right: .5rem;
  padding: .5rem 2.5rem .5rem 1rem;
  font-size: .85rem;
  font-weight: 500;
  position: relative;
}

.fs-checkbox_field-4 {
  border: 1px solid var(--yellow);
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: .2rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding: 9px 1.5rem;
  font-weight: 800;
  transition: all .35s;
  display: flex;
  position: relative;
}

.fs-checkbox_field-4:hover {
  border-style: solid;
  border-color: var(--yellow);
  color: #000;
  background-color: #ff9a0024;
}

.fs-checkbox_button-4 {
  text-align: left;
  border: 1px #000;
  border-radius: 0;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
  box-shadow: 1px 1px 3px #0000;
}

.fs-checkbox_button-4.w--redirected-checked {
  background-color: var(--yellow);
  color: #fff;
  background-image: none;
  border-style: none;
}

.fs-checkbox_button-4.w--redirected-focus {
  box-shadow: none;
  border-style: none;
  border-color: #000;
  border-radius: 0;
}

.fs-checkbox_button-4.w--redirected-focus-visible {
  box-shadow: none;
  outline-offset: 4px;
  border-style: none;
  outline: 2px #9b9b9b;
}

.fs-checkbox_label-4 {
  z-index: 1;
  text-align: center;
  margin-bottom: 0;
  font-weight: 800;
  position: relative;
}

.empty-state-3 {
  background-color: #ddd0;
}

.collection-item-11 {
  width: 100%;
}

.text-block-87 {
  font-size: 0;
  line-height: 0;
}

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

.heading-266 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 35px;
}

.heading-266.ywllo {
  color: var(--yellow);
}

.div-block-378 {
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}

.heading-270 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
}

.div-block-380 {
  margin-top: 29px;
}

.link-37, .link-38, .link-39, .link-40, .link-41, .link-42 {
  color: var(--light-blue);
}

.chart-container {
  background-color: #f5f5f5;
}

.div-block-388 {
  background-color: var(--light-blue);
  background-image: linear-gradient(128deg, var(--blue), #006b90);
  border-right: 1px #000;
  height: 100%;
  margin-left: 0%;
}

.div-block-389 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 89vh;
  display: grid;
}

.div-block-390 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
}

.heading-281 {
  color: var(--white);
  font-weight: 500;
}

.paragraph-144 {
  color: var(--white);
}

.button-32 {
  background-color: var(--yellow);
  border-radius: 20px;
  margin-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.image-308 {
  width: 35%;
  max-width: none;
}

.section-10 {
  height: auto;
  margin-top: 10%;
  margin-left: 5%;
  margin-right: 5%;
}

.f-logo-group {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-logo-gradient-r {
  z-index: 5;
  background-image: linear-gradient(267deg, #fff, #fff 21%, #ffffffa3 51%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.f-logo-css {
  display: none;
}

.f-logo-carousel-wrap {
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  min-height: 104px;
  margin-left: auto;
  margin-right: auto;
  padding: 62px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-logo-gradient-l {
  z-index: 5;
  background-image: linear-gradient(to right, #fff, #fff 25%, #ffffffba 60%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.f-section-large {
  padding: 20px 5%;
  position: relative;
}

.f-logo-carousel {
  flex: none;
  display: flex;
}

.div-block-392 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.image-310, .image-311, .image-312, .image-313, .image-314, .image-315, .image-316, .image-317, .image-318, .image-319, .image-320, .image-321 {
  width: 100%;
}

.f-logo-cell-2 {
  background-color: #f3f5fb00;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  min-height: 96px;
  margin-left: 14px;
  margin-right: 14px;
  padding: 24px;
  transition: background-color .3s;
  display: flex;
}

.f-logo-cell-2:hover {
  background-color: #e4e6f1;
}

.heading-282 {
  padding-bottom: 0;
}

.section-11 {
  background-color: var(--blue);
  background-image: url('../images/6615493070a10f95ad62ec3d_65e96d02002260b40cbacb86_Section-Dark-Pattern.webp'), url('../images/65e96d02002260b40cbacb86_Section-Dark-Pattern.webp');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  height: 80vh;
  margin-top: 10%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.heading-283 {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
}

.text-span-96 {
  color: var(--yellow);
}

.div-block-393 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 3%;
  display: flex;
}

.div-block-394 {
  background-color: #fff;
  border-radius: 15px;
  margin-left: 15%;
  margin-right: 15%;
  padding: 25px;
  box-shadow: 0 5px 5px 4px #0003;
}

.youtube-2 {
  aspect-ratio: 16 / 9;
  border-radius: 15px;
  overflow: hidden;
}

.section-13 {
  margin-top: 10%;
  margin-left: 5%;
  margin-right: 5%;
}

.div-block-398 {
  width: 50%;
  display: block;
}

.div-block-399 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-323 {
  width: 40%;
  max-width: none;
}

.section-14 {
  margin-top: 10%;
  margin-left: 5%;
  margin-right: 5%;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-testimonial-star-wrapper {
  grid-column-gap: 4px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-paragraph-small {
  text-align: center;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-small.para-centred {
  text-align: center;
  font-style: italic;
  font-weight: 400;
}

.f-margin-bottom-40 {
  margin-bottom: 40px;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-section-regular {
  padding: 0 5% 20px;
  position: relative;
}

.f-testimonial-card {
  color: #160042;
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 -1px 20px -2px #00000061;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium {
  text-align: center;
  font-weight: 500;
}

.f-icon-regular {
  width: 24px;
  height: 24px;
  color: var(--light-blue);
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-testimonial-background {
  background-color: var(--yellow);
  border-radius: 10px;
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.section-15 {
  background-color: var(--white);
  margin: 10% 0% 5%;
  padding-left: 5%;
  padding-right: 5%;
}

.submit-button-3 {
  background-color: var(--yellow);
  color: #fff;
  border-radius: 20px;
  padding: 10px 60px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

.submit-button-3:hover {
  background-color: var(--light-blue);
}

.image-324 {
  width: 40px;
}

.body-3 {
  background-color: #f5f5f5;
}

.blue {
  color: var(--blue);
}

.r-margin {
  margin-top: 0;
}

.centered {
  text-align: center;
}

.body-4 {
  font-family: Raleway, sans-serif;
}

.code-embed-2 {
  display: none;
}

.icon-regular-2 {
  color: #4e92ff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.text-span-99 {
  font-size: 20px;
  line-height: 25px;
}

.image-331 {
  width: 30px;
  margin-bottom: 17px;
}

.link-43 {
  color: #e1e1e1;
  font-size: 20px;
  text-decoration: none;
}

.text-block-7 {
  color: #e1e1e1;
}

.div-block-15 {
  align-items: center;
  display: flex;
}

.div-block-15.spaced {
  margin-top: 60px;
}

.textarea-2 {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #e1e1e1;
  font-size: 16px;
}

.field-3 {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 15px;
  font-size: 16px;
}

.heading-294 {
  color: var(--white);
  margin-right: 33px;
}

.div-block-16 {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.div-block-18 {
  margin-right: 8px;
}

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

.section-16.contact-us {
  border-bottom: 5px solid var(--yellow);
  background-color: var(--blue);
  color: #fff;
  padding-bottom: 0;
}

.form-block-5 {
  width: 80%;
  font-size: 16px;
}

.tab-icon {
  background-color: #ebfff5;
  border: 1px solid #d6ffeb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.content-tabs-menu-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  max-width: 528px;
  margin-left: 5%;
  display: flex;
}

.column-x-small-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.section-large-2 {
  padding: 120px 5% 0;
  position: relative;
}

.tab-progress-bar-base {
  background-color: #edeff3;
  border-radius: 99px;
  width: 100%;
  height: 5px;
  margin-inline: auto;
  inset-block: auto 0;
  inset-inline: 0;
}

.content-tab-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #525f75;
  background-color: #ddd0;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  transition: color .3s;
}

.content-tab-link:hover {
  color: #23272f;
}

.content-tab-link.w--current {
  color: #23272f;
  background-color: #ddd0;
}

.tab-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.tab-progress-bar {
  width: var(--fb-tab-progress, 0);
  background-color: var(--blue);
  border-radius: 99px;
  height: 5px;
  transition-property: width;
  transition-duration: .125s;
}

.tab-link-dropdown {
  overflow: hidden;
}

.text-color-orange-2 {
  color: var(--yellow);
}

.tab-link-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.tab-pane-4 {
  aspect-ratio: 3 / 2;
  border: 1px solid #edeff3;
  border-radius: 24px;
  overflow: hidden;
}

.container-large-6 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.content-tabs-row {
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
}

.title-wrapper-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 900px;
  margin-bottom: 64px;
  display: flex;
}

.h6-heading-2 {
  color: #000;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}

.tabs-content-7 {
  width: 100%;
  height: 100%;
}

.tab-link-horizontal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.paragraph-small-4 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-4.text-color-gray-800 {
  color: #394151;
}

.is-txt-small {
  margin-bottom: 0;
}

.timeline_dot {
  z-index: 1;
  border: 4px solid var(--yellow);
  background-color: var(--blue);
  border-radius: 99px;
  width: 24px;
  height: 24px;
  position: relative;
}

.timeline_progress-2 {
  z-index: 1;
  background-color: var(--light-blue);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 3px;
  height: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto 50%;
  transform: translate(-50%);
}

.container-7 {
  width: 100%;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
}

.timeline_track {
  background-color: var(--blue);
  flex-direction: column;
  align-items: center;
  width: 2px;
  height: 100%;
}

.timeline_grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 0em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .25fr 1fr;
  width: 100%;
}

.timeline_progress-overlay-bottom {
  background-image: linear-gradient(180deg, #0a227d00, var(--blue));
  width: 6px;
  height: 4em;
  position: absolute;
  inset: auto 0% 0 47%;
}

.timeline_grid-wrap {
  position: relative;
}

.timeline_inner {
  grid-row-gap: 6em;
  flex-direction: column;
  display: flex;
}

.timeline_progress-overlay-top {
  z-index: 0;
  background-image: linear-gradient(180deg, var(--blue), #0a227d00);
  width: 6px;
  height: 2em;
  position: absolute;
  inset: 0% 0% auto -2px;
}

.timeline_track-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.page-padding-m {
  padding: 6em 14.72%;
}

.timeline_item-2 {
  grid-row-gap: 1em;
  background-color: var(--yellow);
  color: var(--white);
  border-radius: .5em;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.9em;
  margin-bottom: 1.9em;
  padding: 2em;
  display: flex;
  box-shadow: 6px 6px #ff9a008f;
}

.timeline {
  padding-top: 187px;
}

.timeline_heading-wrap {
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-92 {
  font-family: Raleway, sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}

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

.div-block-404 {
  background-image: url('../images/Flooded-apartment-11_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

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

.image-332 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.pricing_grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  display: grid;
}

.icon-xsmall {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.heading-style-h1 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.15;
}

.heading-style-h1.text-balance {
  color: var(--white);
  text-wrap: balance;
  font-weight: 500;
}

.text-size-large {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.75;
}

.icon-medium {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.heading-style-h6 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.25;
}

.heading-style-h6.text-weight-semibold {
  font-weight: 600;
}

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

.column-small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.text-size-small {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.75;
}

.text-size-small.text-color-tertiary {
  color: #71717b;
}

.text-size-medium {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.75;
}

.text-size-medium.text-color-secondary {
  color: #3f3f46;
}

.text-size-medium.text-weight-medium {
  font-weight: 500;
}

.column-2x-small {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.button-33 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--yellow);
  color: #000;
  text-align: center;
  white-space: nowrap;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  min-height: 2.75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: color .5s, background-color .5s;
  display: inline-flex;
}

.button-33:hover {
  background-color: var(--blue);
  color: var(--white);
}

.button-33.is-outline-2 {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
}

.button-33.is-outline-2:hover {
  color: #fff;
  background-color: #000;
}

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

.c2a-schedule {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.c2a-schedule.column-center {
  text-align: center;
  align-items: center;
}

.max-width-small-2 {
  width: 100%;
  max-width: 24rem;
}

.container-medium {
  width: 100%;
  max-width: 74rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium.z-index-1 {
  z-index: 1;
  position: relative;
}

.max-width-large {
  width: 100%;
  max-width: 32rem;
}

.column-3x-small {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.row-2x-small {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--blue);
  border-radius: 1rem;
  flex-flow: column;
  height: 100%;
  padding: 2rem;
  transition: all .2s;
  display: flex;
}

.pricing_card:hover {
  transform: translate(0, -11px);
  box-shadow: 0 2px 5px #0003;
}

.pricing_card.bronze {
  border-width: 2px;
  border-color: var(--blue);
}

.pricing_card.is-featured {
  border-width: 2px;
  border-color: #00c950;
}

.title-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.text-color-primary {
  color: #000;
}

.column-3x-large {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.section-medium {
  background-color: #fafafa;
  padding: 4rem 5%;
  position: relative;
}

.image-333 {
  width: 50px;
  margin-right: 6px;
}

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

.image-334 {
  width: 150px;
  margin-right: 5px;
}

.div-block-406 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-335 {
  border-radius: 12px;
}

.h1-heading {
  color: #030711;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
}

.section-regular-4 {
  padding: 82px 5%;
  position: relative;
}

.logo {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.overline-regular {
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

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

.logo-card-block {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #f9fafb;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 64px 5%;
  display: flex;
  overflow: hidden;
}

.logo-overlay {
  z-index: 1;
  background-image: linear-gradient(90deg, #f9fafb, #fff0);
  width: 64px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logo-overlay.right {
  background-image: linear-gradient(270deg, #f9fafb, #fff0);
  inset: 0% 0% 0% auto;
}

.logo-carousel {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.logo-carousel-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  display: flex;
}

.button-primary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  letter-spacing: -.2px;
  white-space: nowrap;
  background-color: #111827;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: inline-flex;
}

.button-primary:hover {
  color: #fff;
  background-color: #913b8b;
}

.logo-title-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-icon-wrapper {
  color: #9ca3b0;
  transition: color .3s;
}

.logo-icon-wrapper:hover {
  color: #384252;
}

.logo_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  display: flex;
}

.container-small {
  z-index: 1;
  width: 100%;
  max-width: 48.75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-size-medium-2 {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.avatar {
  background-color: #fafafa;
  border-radius: 62.4375rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  overflow: hidden;
}

.logo_carousel {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 10% 90%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 10% 90%, #0000 100%);
}

.logo_block {
  justify-content: center;
  align-items: center;
  min-width: auto;
  padding: 1.5rem .75rem;
  display: flex;
}

.logo_embed {
  justify-content: center;
  align-items: center;
  max-width: 9.375rem;
  display: flex;
}

.heading-style-h5-3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
}

.column-3x-large-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.section-medium-2 {
  padding: .25rem 5%;
  position: relative;
}

.carousel-script {
  display: none;
}

.logo_testimonial-author {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-color-tertiary {
  color: #71717b;
}

.image-cover-2 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.text-weight-medium {
  font-weight: 500;
}

.image-336, .image-336.bigger {
  max-width: 70%;
}

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

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-logo-cell {
  background-color: #f3f5fb00;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-left: 32px;
  margin-right: 32px;
  padding: 0;
  transition: background-color .3s;
  display: flex;
}

.f-logo-cell:hover {
  background-color: #e4e6f100;
}

.f-section-large-2 {
  padding: 20px 5%;
  position: relative;
}

.image-337 {
  width: 100.019%;
  overflow: clip;
}

.smaller, .image-338 {
  max-width: 70%;
}

.image-339 {
  max-width: 80%;
}

.image-339.smaller {
  max-width: 68%;
}

.next {
  background-color: var(--blue);
  color: #fff;
  border-radius: 10px;
}

.previous {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 11px;
}

.image-340 {
  object-fit: contain;
  max-height: 100px;
}

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

.text-block-94 {
  color: var(--light-blue);
}

.hero_gradient-overlay {
  background-image: linear-gradient(0deg, #000000bf, #fff0), radial-gradient(circle at 50% 0, #0000, #00000087);
  position: absolute;
  inset: 0%;
}

.form_block {
  margin-bottom: 0;
}

.hero_section {
  color: #fff;
  background-image: linear-gradient(0deg, #000c, #0000 85%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  height: 90vh;
  padding: 4rem 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.max-width-medium {
  width: 100%;
  max-width: 28rem;
}

.hero_color-block {
  mix-blend-mode: multiply;
  background-color: #00c95080;
  width: 15vw;
  height: 15vw;
  position: absolute;
  inset: 25% auto auto 5%;
}

.hero_color-block.is-lblue {
  background-color: #00aae64f;
  height: 10vw;
  inset: 32% 15% 0% auto;
}

.hero_color-block.is-yellow {
  background-color: #ff9a008f;
  width: 5vw;
  height: 10vw;
  top: 35%;
  left: 45%;
}

.hero_color-block.is-dblue {
  background-color: #0064b49c;
}

.column-xsmall {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.form_message-success {
  color: #000;
  text-align: center;
  background-color: #f0fdf4;
  border-radius: 2rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
}

.text-link {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
  transition: color .3s;
}

.text-link:hover {
  color: #00c950;
}

.text-link.is-alternate {
  color: var(--blue);
}

.form_message-error {
  text-align: center;
  background-color: #ffe3e1;
  border-radius: 2rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
}

.hero_background {
  height: 110vh;
  position: absolute;
  inset: 0%;
}

.hero_content-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.form_input {
  color: #000;
  background-color: #f4f4f5;
  border: 1px solid #e4e4e7;
  border-radius: 2rem;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75;
  transition: background-color .3s, border-color .3s;
}

.form_input:hover {
  border-color: #d4d4d8;
}

.form_input:focus {
  background-color: #fafafa;
  border-color: #00c950;
}

.form_input::placeholder {
  color: #50555f;
}

.body-5 {
  font-family: Roboto, sans-serif;
}

.image-341 {
  width: 200px;
}

.image-341._30px-push {
  margin-bottom: 30px;
}

.partner-logo-wrap {
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-95 {
  margin-left: 28px;
  margin-right: 28px;
}

.column-xlarge {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.text-accent-brand {
  color: var(--blue);
  white-space: nowrap;
  font-style: italic;
}

.text-size-medium-3 {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.75;
}

.text-size-medium-3.text-color-tertiary {
  color: #6b5843;
}

.text-size-xlarge {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75;
}

.text-size-xlarge.text-color-secondary {
  color: #6b5843;
}

.text-size-xlarge.text-color-primary {
  color: #2f261d;
}

.row-small {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h2 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.container-medium-2 {
  z-index: 2;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-large {
  background-color: #f7f7f7;
  padding: 6rem 0%;
  position: relative;
}

.column-xsmall-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.content_image-wrapper {
  border-radius: 1.5rem;
  max-width: 24.5rem;
  overflow: hidden;
}

.content_grid {
  grid-column-gap: 9.3rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.column-medium {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.image-cover-3 {
  object-fit: cover;
  width: 350px;
  height: 450px;
}

.column-large {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.div-block-407 {
  background-color: #00aae614;
  border-radius: 12px;
  width: 80%;
  margin-bottom: 91px;
  margin-left: auto;
  margin-right: auto;
  padding: 21px;
}

.text-block-96 {
  text-align: center;
  border: 1px dashed #afafaf;
  border-radius: 7px;
  padding: 20px;
  font-style: italic;
}

.list-3 {
  line-height: 25px;
}

.text-block-97 {
  text-align: center;
  background-color: #f7f7f7;
  border-radius: 20px;
  margin-top: 52px;
  margin-bottom: 52px;
  padding: 29px;
}

.code-embed-3 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.paragraph-145, .heading-296 {
  text-align: center;
}

.text-block-98 {
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 28px;
}

.roi-grid-wrap {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 68px;
  padding-top: 18px;
  display: grid;
}

.installer-block {
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.installer-block.left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.installer-block.inv {
  background-color: var(--blue);
  color: #fff;
}

.heading-297 {
  text-align: left;
  font-size: 25px;
  line-height: 30px;
}

.paragraph-146 {
  color: var(--black);
  text-align: left;
}

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

.heading-298 {
  color: var(--white-2);
  text-align: left;
}

.paragraph-147 {
  text-align: left;
}

.image-342 {
  width: 50px;
  margin-top: 39px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.div-block-410 {
  background-color: #ffffff2e;
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 21px;
}

.text-block-99 {
  text-align: left;
  font-size: 14px;
}

.text-block-100 {
  text-align: left;
  font-family: Raleway, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.paragraph-148 {
  width: 80%;
  margin-bottom: 58px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-411 {
  margin-bottom: 70px;
}

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

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

.container-8 {
  padding-top: 99px;
}

.mag {
  z-index: 2;
  aspect-ratio: 1;
  background-color: #dfdfdf;
  border-radius: 20px;
  width: 35px;
  height: 35px;
  padding: 7px;
  position: absolute;
}

.mag.static {
  position: static;
}

.div-block-413 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.search {
  justify-content: flex-start;
  align-items: center;
  width: 0;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.search-input {
  border-radius: 20px;
  margin-bottom: 0;
}

.search-button {
  aspect-ratio: 1;
  background-color: var(--yellow);
  border-radius: 50px;
  margin-left: 5px;
}

.div-block-414 {
  cursor: pointer;
  width: 35px;
  height: 35px;
  margin-left: 5px;
  position: relative;
}

.div-block-415 {
  width: 200px;
  overflow: hidden;
}

.code-embed-4 {
  aspect-ratio: 1;
  background-color: #dfdfdf;
  border-radius: 20px;
  width: 35px;
  height: 35px;
  padding: 7px;
}

.text-block-101 {
  font-size: 12px;
  font-style: italic;
}

.div-block-416 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.heading-299 {
  font-size: 40px;
}

.search-2 {
  margin-bottom: 41px;
  display: flex;
}

.search-input-2 {
  border-radius: 5px;
  margin-bottom: 0;
}

.search-button-2 {
  background-color: var(--yellow);
  border-radius: 5px;
  margin-left: 15px;
}

.div-block-417 {
  grid-column-gap: 97px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  padding-top: 73px;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
}

.heading-300 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.div-block-418 {
  border: 1px solid #d3d3d3;
  border-radius: 20px;
  overflow: hidden;
}

.search-result-item {
  border: 1px solid #e7e7e7;
  border-radius: 13px;
  margin-bottom: 20px;
  padding: 24px;
}

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

.text-block-102 {
  color: var(--yellow);
  font-weight: 500;
}

.div-block-419 {
  background-color: #ff9a001a;
  padding: 11px;
  display: flex;
}

.code-embed-5 {
  aspect-ratio: 1;
  width: 40px;
  height: 40px;
  color: var(--yellow);
  background-color: #ff9a003b;
  border-radius: 500px;
  margin-top: 12px;
  padding: 4px;
}

.div-block-420 {
  padding-left: 7px;
}

.paragraph-149 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.2rem;
}

.div-block-421 {
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  display: flex;
}

.text-block-103 {
  color: #0064b4;
}

.image-343 {
  width: 200px;
}

.heading-301 {
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.paragraph-150 {
  font-size: 15px;
  line-height: 1.5rem;
}

.subscript {
  color: var(--blue);
  margin-left: 5px;
}

.pricing {
  color: var(--blue);
  font-size: 18px;
  font-weight: 600;
}

.paragraph-151 {
  color: var(--blue);
  font-size: 16px;
  line-height: 1.2rem;
}

.breadcrumb {
  color: var(--color);
  font-weight: 600;
  text-decoration: none;
}

.breadcrumb.w--current {
  color: var(--blue);
}

.text-block-104 {
  font-weight: 600;
}

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

@media screen and (min-width: 1440px) {
  .button-yellow {
    background-color: #ff9a00;
  }

  .product-wrap.grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-bottom-right-radius: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    overflow: hidden;
  }

  .image-9 {
    min-height: 300px;
    max-height: 400px;
  }

  .cell-2.no-pad {
    background-image: none;
    border-radius: 20px;
  }

  .cell-3.leak-cable {
    background-image: none;
    padding-bottom: 0;
    padding-right: 0;
  }

  .slider-item {
    width: 25vw;
    height: 30vw;
  }

  .heading-23 {
    line-height: 4rem;
  }

  .div-block-352 {
    height: 720px;
  }

  .div-block-367 {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    margin-top: 20px;
    display: flex;
  }

  .heading-264 {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .primary-wrap.internal-padding-100 {
    padding-top: 180px;
    padding-bottom: 146px;
  }

  .cross {
    right: .8%;
  }

  .container-5 {
    max-width: none;
  }

  .div-block-390 {
    margin-left: 15%;
    margin-right: 15%;
  }

  .timeline {
    padding-top: 269px;
  }
}

@media screen and (max-width: 991px) {
  .button-yellow.push-right {
    text-align: center;
    width: 50%;
    margin-right: 0;
  }

  .button-clear.push-left {
    margin-left: 25px;
  }

  .nav-container {
    width: 90%;
  }

  .section {
    height: auto;
  }

  .hero-grid {
    flex-direction: column;
    height: auto;
    padding-left: 0%;
  }

  ._24-7-wrap {
    padding-left: 10%;
  }

  .div-block-3 {
    padding: 10%;
  }

  .div-block-3.al {
    width: auto;
  }

  .hero-btn-wrap {
    margin-top: 10px;
    margin-bottom: 72px;
  }

  .hero-img-wrap {
    width: 100%;
  }

  .primary-text-block.white {
    text-align: left;
  }

  .client-wrap {
    width: 90%;
  }

  .block-wrap {
    padding-bottom: 36px;
  }

  .paragraph-50-margin {
    margin-bottom: 15px;
  }

  .img-curve.square-full {
    width: 100%;
  }

  .primary-wrap {
    width: auto;
    margin: 0% 3% 40px;
  }

  .primary-wrap.internal-padding-100._70 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .primary-wrap._90vhmin.cen {
    margin-left: 5%;
    margin-right: 5%;
  }

  .primary-wrap.feature {
    height: auto;
  }

  .primary-wrap.internal-padding-100.del-b {
    align-items: flex-start;
  }

  .primary-wrap.v2 {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
  }

  .primary-wrap.top-push {
    width: 95%;
  }

  .primary-wrap.top-push.cp {
    width: 100%;
  }

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

  ._5x1-grid {
    grid-column-gap: 33px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .centered-heading {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

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

  .footer {
    padding-left: 5%;
    padding-right: 5%;
  }

  .social-link-wrap {
    align-self: flex-start;
  }

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

  .mailing-list-wrapper {
    padding-bottom: 49px;
  }

  ._60--wrap, ._60--wrap.mid {
    height: auto;
  }

  .paragraph-2.pb {
    margin-bottom: 0;
  }

  .paragraph-2.pb._60 {
    display: block;
  }

  .product-wrap {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .slider_left {
    width: 100%;
    min-height: 252px;
  }

  .slider_wrap {
    flex-direction: column;
    justify-content: flex-start;
  }

  .swiper-slide.is-content {
    padding-right: 0%;
  }

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

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

  .container-2 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .container-2.is-slider {
    padding-bottom: 0;
  }

  .swiper.is-photos {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 85px;
  }

  .heading-6 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .grid-3x1 {
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
    width: 90%;
  }

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

  ._2x2-grid {
    grid-row-gap: 0px;
    width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .img-curve-2.d {
    width: 200px;
    height: 300px;
    display: none;
  }

  .pagination {
    display: none;
  }

  .h3-project-title {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }

  .container-3 {
    max-width: 90%;
  }

  .slider-navigation-wrapper {
    display: none;
  }

  .slider-item {
    width: 45vw;
    height: 60vw;
  }

  .section-header {
    margin-top: 27px;
  }

  .faq-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .h2-white.increase {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .quensus-c2a {
    background-image: linear-gradient(#00000080, #00000080), url('../images/tim-marshall-dYO_5KOMEkA-unsplashv2.webp');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 90%;
    padding-top: 79px;
    padding-bottom: 79px;
  }

  .c2a-wrap {
    width: 100%;
  }

  .text-block-5 {
    font-size: .9rem;
  }

  .paragraph-5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .quotation-mark {
    font-size: 4rem;
    display: none;
  }

  .video-block {
    height: 450px;
    padding: 37px;
  }

  .lightbox-link {
    width: 100px;
    height: 100px;
  }

  .image-11 {
    width: 20px;
  }

  .feature-wrap {
    grid-column-gap: 33px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .feature-wrap.del-pad {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-span-8 {
    letter-spacing: 1px;
  }

  .value-content {
    width: 100%;
    position: static;
  }

  .value-wrap {
    width: 100%;
  }

  .values {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    margin-top: 57px;
  }

  .award-grid {
    flex-flow: column;
    display: flex;
  }

  .award-grid.flex-change {
    flex-flow: row;
  }

  .hero-discover-leaknet-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .blue-block-100 {
    padding-top: 60px;
    padding-left: 10%;
  }

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

  .cen-wrap {
    grid-template-columns: .75fr 1.5fr .75fr;
  }

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

  .product-grid {
    grid-column-gap: 31px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-250 {
    flex-flow: column;
  }

  .div-block-251 {
    padding-right: 32px;
  }

  .image-255 {
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

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

  .div-block-257 {
    width: 80%;
  }

  .image-258 {
    max-width: 250px;
  }

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

  .article-wrap {
    width: 90%;
  }

  .collection-list-4 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .collection-item-2 {
    grid-column-gap: 22px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .div-block-25 {
    width: 80%;
  }

  .location-div {
    flex-direction: row;
  }

  .heading-23 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

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

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

  .fs-tabs_link {
    text-align: center;
    padding-bottom: 17px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .container-default {
    flex-direction: column;
    align-items: stretch;
    padding-left: 23px;
    padding-right: 23px;
  }

  .container-default.home-hero {
    justify-content: center;
    align-items: stretch;
    padding-left: 24px;
  }

  .grid-2-columns.home-hero {
    max-width: none;
    margin-top: 77px;
    margin-left: 24px;
    padding-left: 48px;
    display: block;
  }

  .div-block-10 {
    width: auto;
  }

  .padding-section-large {
    padding-top: 1rem;
    padding-bottom: 6rem;
  }

  .contact-grid {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .collection-list-5, .collection-list-5.products {
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu-2 {
    z-index: 9999;
    border-left: 5px solid var(--yellow);
    background-color: var(--blue);
    border-radius: 0;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 60%;
    padding-top: 50px;
    padding-left: 44px;
    display: flex;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .image-267 {
    display: block;
  }

  .nav-link-2 {
    color: var(--white);
    margin-left: 0;
    margin-right: 0;
    font-family: Raleway, sans-serif;
    font-size: 18px;
    text-decoration: none;
  }

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

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

  .div-block-271 {
    justify-content: space-between;
    align-items: center;
    padding-right: 29px;
    display: flex;
  }

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

  .text-block-28 {
    text-align: center;
  }

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

  .popup {
    display: none;
  }

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

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

  .bottom-info {
    margin-right: 30px;
  }

  .pricing-group-button {
    margin-top: 30px;
  }

  .medium.white {
    margin-bottom: 17px;
  }

  .dropdown-toggle {
    color: #fff;
  }

  .dropdown-list {
    position: relative;
  }

  .dropdown-list.w--open {
    background-color: #ddd0;
    background-image: none;
    padding-bottom: 0;
  }

  .menu-link {
    color: var(--white);
    margin-left: 25px;
    font-family: Raleway, sans-serif;
    font-size: 17px;
  }

  .menu-link.w--current {
    color: var(--white);
  }

  .dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-mobile {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .nav-desktop {
    display: none;
  }

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

  .tab-link-2 {
    padding-left: 22px;
    padding-right: 0;
    font-size: 15px;
  }

  .tab-link-2.w--current {
    padding-left: 19px;
  }

  .tabs-menu-3 {
    padding-right: 0;
  }

  .pricing-wrap {
    display: none;
  }

  .pricing-wrap.mobile {
    padding-left: 5%;
    display: block;
  }

  .pricing-sec {
    min-width: 275px;
  }

  .pricing-sec.grid {
    box-shadow: none;
    border-radius: 0;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 0;
    overflow: scroll;
  }

  .benefit-block.feature {
    width: 250px;
  }

  .benefit-block.key {
    width: 125px;
  }

  .feature-title {
    line-height: 22px;
  }

  .info-img {
    margin-left: 5px;
  }

  .paragraph-118 {
    font-weight: 400;
  }

  .div-block-343 {
    position: static;
  }

  .service-block.block {
    min-width: 250px;
  }

  .fix-wrap {
    width: 250px;
  }

  .fix-wrap.cen {
    width: 125px;
    min-width: 125px;
  }

  .tab-link-3 {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .tabs-content-4 {
    border-left-style: none;
    padding-top: 30px;
    padding-left: 0;
  }

  .tabs-menu-6 {
    border-bottom: 1px solid #ffffff4d;
    flex-direction: row;
    padding-bottom: 30px;
    padding-right: 30px;
    position: static;
  }

  .pricing-sec-copy {
    min-width: 275px;
  }

  .img-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blue-showcase.v2 {
    margin-top: 124px;
  }

  .tab-wrap {
    width: 90%;
  }

  .div-block-351 {
    width: auto;
  }

  .div-block-351.b2 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

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

  .div-block-355 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 27px;
    padding-right: 27px;
    display: grid;
  }

  .fr-grid {
    flex-flow: column;
    display: flex;
  }

  .tabs-menu-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: none;
  }

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

  .image-294 {
    width: 200px;
    margin-top: 69px;
  }

  .image-294.hom {
    display: block;
    position: static;
  }

  .image-295 {
    width: 80%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-359 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-360 {
    flex-flow: column;
  }

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

  .div-block-362 {
    padding-right: 0;
  }

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

  .image-296 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-menu-8 {
    z-index: 20;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    display: none;
    position: absolute;
  }

  .tabs-content-6 {
    padding-top: 0;
    padding-left: 0;
  }

  .wat-tab-block {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .wat-dropdown {
    z-index: 21;
    background-color: var(--yellow);
    border-radius: 10px 10px 0 0;
    justify-content: space-between;
    align-items: center;
    padding: 22px 28px;
    display: flex;
    position: relative;
  }

  .text-block-55 {
    color: #fff;
    font-family: Raleway, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
  }

  .image-298 {
    width: 35px;
  }

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

  .blog-card-grid, .title-grid {
    grid-template-columns: 1fr;
  }

  .blog-description-row {
    justify-content: center;
    align-items: flex-start;
  }

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

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

  .testimonial-content-outline {
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-367 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .div-block-368 {
    margin-top: 87px;
  }

  .div-block-369 {
    flex-flow: column;
  }

  .div-block-375 {
    grid-column-gap: 34px;
    grid-template-columns: 1fr;
  }

  .testimonal-quote-3 {
    margin-bottom: 20px;
  }

  .section-regular-3 {
    margin-top: 135px;
  }

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

  .filter_tags-wrapper {
    margin-top: .5rem;
  }

  .filter_block-header {
    align-items: start;
    padding-left: 1rem;
  }

  .filter_header {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 16px;
    padding-left: 16px;
  }

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

  .page-padding {
    padding-left: 4%;
    padding-right: 4%;
  }

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

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

  .div-block-379 {
    width: 50%;
  }

  .heading-270 {
    font-family: Raleway, sans-serif;
  }

  .div-block-380 {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    display: flex;
  }

  .section-8 {
    height: auto;
  }

  .div-block-388 {
    min-height: 500px;
  }

  .div-block-389 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    height: auto;
    display: grid;
  }

  .div-block-390 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    margin-top: 0%;
    display: flex;
  }

  .f-logo-carousel-wrap {
    width: 95%;
  }

  .section-11 {
    height: 70vh;
  }

  .div-block-394 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .image-328 {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-400 {
    padding-top: 44px;
  }

  .heading-294 {
    font-size: 45px;
  }

  .section-16 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .form-block-5 {
    width: 100%;
    margin-bottom: 77px;
  }

  .content-tabs-menu-list {
    max-width: none;
    margin-bottom: 32px;
    margin-left: 0%;
  }

  .section-large-2 {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .tab-image {
    width: 100%;
  }

  .content-tabs-row {
    flex-direction: column;
  }

  .page-padding-m {
    padding-left: 4%;
    padding-right: 4%;
  }

  .div-block-404 {
    min-height: 400px;
  }

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

  .column-3x-large-2 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .form_block {
    align-items: center;
  }

  .section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .content_image-wrapper {
    width: 100%;
    max-width: none;
    height: 36.25rem;
  }

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

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

  .div-block-413 {
    width: 100%;
    margin-left: 0;
  }

  .search {
    width: auto;
    margin-top: 17px;
  }

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

  .div-block-417 {
    grid-column-gap: 37px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-344 {
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 43px;
    line-height: 43px;
  }

  h2 {
    height: auto;
    font-size: 35px;
    line-height: 35px;
  }

  h3 {
    font-family: Raleway, sans-serif;
    font-size: 30px;
    line-height: 30px;
  }

  .subheader.thing {
    text-align: left;
  }

  .button-yellow {
    margin-top: 0;
  }

  .button-yellow.push-right {
    width: 60%;
    margin-bottom: 15px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-blue {
    text-align: center;
    width: 50%;
  }

  .button-blue.v2 {
    width: auto;
    margin-bottom: 31px;
  }

  .button-clear {
    margin-left: 11px;
    padding-left: 0;
    padding-right: 0;
  }

  .button-clear.white {
    margin-left: 12px;
  }

  .button-clear.margin-r {
    margin-left: 13px;
  }

  .heading-4 {
    text-align: center;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  ._24-7-wrap {
    justify-content: flex-start;
    padding-left: 0%;
    position: static;
  }

  .div-block-3 {
    align-items: center;
  }

  .hero-btn-wrap {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .primary-text-block.white {
    flex-direction: column;
    align-items: center;
  }

  .client-wrap {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 92px;
    margin-bottom: 92px;
  }

  .block-wrap {
    padding-bottom: 67px;
  }

  .img-curve {
    border-top-left-radius: 500px;
    border-top-right-radius: 500px;
    width: 100%;
    height: 375px;
  }

  .img-curve.square-full {
    width: 100%;
  }

  .primary-wrap {
    width: auto;
    overflow: hidden;
  }

  .primary-wrap._150-top-margin {
    margin-top: 75px;
  }

  .primary-wrap.internal-padding-100 {
    margin-top: 0%;
    padding-bottom: 0;
  }

  .primary-wrap.internal-padding-100._70 {
    width: 90%;
  }

  .primary-wrap.feature {
    height: auto;
  }

  .primary-wrap.internal-padding-75 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .primary-wrap.grid-article {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .primary-wrap.flowreporter {
    display: none;
  }

  .primary-wrap.top-push {
    width: 90%;
  }

  .primary-wrap.top-push.cp {
    padding-top: 20px;
  }

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

  .primary-white-link {
    text-align: left;
  }

  .social-link-block {
    margin-right: 11px;
  }

  .white-contact-info {
    padding-top: 96px;
  }

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

  .footer-legal {
    padding-top: 77px;
  }

  .link-3 {
    margin-bottom: 38px;
  }

  .wrap {
    justify-content: center;
    align-items: center;
  }

  .image-6 {
    width: 200px;
  }

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

  .quensus-product-wrap {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .paragraph-2.pb._60 {
    width: 60%;
  }

  .paragraph-2._60 {
    margin-bottom: 32px;
  }

  .product-wrap {
    flex-direction: column;
    min-height: 200px;
  }

  .image-9 {
    max-width: 80%;
  }

  .cell-2.no-pad.z, .cell-3.leak-cable.z {
    background-color: #008eff26;
  }

  .image-10 {
    display: none;
  }

  .slider_left {
    width: 100%;
  }

  .swiper-slide.is-content {
    padding-right: 0;
  }

  .slider_right {
    width: 100%;
    position: absolute;
    top: 173px;
  }

  .swiper.is-photos {
    padding-left: 9%;
    padding-right: 9%;
  }

  .swiper.is-content {
    position: relative;
  }

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

  .h3-project-title {
    line-height: 2rem;
  }

  .container-3 {
    margin-bottom: 100px;
    padding-left: 0;
  }

  .slider-item {
    width: 70vw;
    height: 450px;
  }

  .section-header {
    margin-top: 0;
    margin-bottom: 0;
  }

  .faq-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .heading-style-h5 {
    font-size: 1rem;
  }

  .faq-accordion.feature-addition {
    border-bottom-style: dashed;
  }

  .faq-question {
    padding: 1rem 1.25rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq-answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq-icon {
    width: 1.75rem;
  }

  .h2-white.increase {
    margin-top: 63px;
    margin-bottom: 10px;
    font-size: 2.25rem;
  }

  .quensus-c2a {
    margin-top: 0;
    margin-bottom: 67px;
    padding: 69px 24px;
  }

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

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

  .video-heading {
    font-size: 2.5rem;
  }

  .feature-wrap {
    grid-column-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .values {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 121px;
  }

  .paragraph-6 {
    letter-spacing: 0;
    font-size: 14px;
  }

  .award-grid {
    grid-column-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .award-grid.flex-change {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-discover-leaknet-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .blue-block-100 {
    padding-top: 60px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .white-h1 {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }

  .p-white._50-cen {
    width: auto;
  }

  .div-block-248 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .flex-vert-left {
    display: flex;
  }

  .feature-bg-block._85wh {
    padding-left: 23px;
    padding-right: 23px;
  }

  .heading-11 {
    text-align: left;
  }

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

  .image-247 {
    margin-top: 19px;
  }

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

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

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

  .div-block-55 {
    width: 90%;
  }

  .collection-list-3 {
    padding: 23px;
  }

  .collection-list-4 {
    grid-column-gap: 28px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-260 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .div-block-25 {
    width: 90%;
  }

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

  .stats-wrap {
    grid-row-gap: 16px;
    grid-template-columns: .25fr 1fr;
  }

  .heading-23 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

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

  .image-260 {
    max-width: 75%;
    max-height: 100px;
  }

  .container-default.home-hero {
    padding-bottom: 0;
  }

  .grid-2-columns {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.home-hero {
    max-width: 100%;
    margin-top: 35px;
    margin-left: 0;
    padding-left: 24px;
    padding-right: 25px;
  }

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

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .contact-grid {
    flex-direction: column;
  }

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

  .collection-item-6 {
    margin-bottom: 35px;
  }

  .paragraph-10 {
    text-align: center;
  }

  .link-block-10 {
    grid-column-gap: 18px;
    grid-template-columns: 1fr;
    justify-content: stretch;
    place-items: center end;
  }

  .div-block-268 {
    justify-content: space-around;
    align-items: center;
  }

  .quensus-product-block {
    padding-right: 0;
  }

  .nav-menu-2 {
    width: 80%;
  }

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

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

  .image-269, .image-270 {
    display: none;
  }

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

  .div-block-274 {
    padding-top: 53px;
  }

  .cross {
    right: 2%;
  }

  .white.cen {
    width: 100%;
    line-height: 40px;
  }

  .medium.white {
    margin-bottom: 18px;
  }

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

  .tab-link-2.w--current, .tabs-menu-3 {
    padding-left: 10px;
  }

  .tabs-content-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-wrap.mobile {
    margin-left: 0%;
    padding-left: 0%;
  }

  .pricing-sec.grid {
    padding-left: 16px;
  }

  .div-block-343 {
    position: sticky;
  }

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

  .text-block-48 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .tab-link-3 {
    font-size: 18px;
    line-height: 18px;
  }

  .tab-link-3.w--current {
    border-bottom-width: 3px;
    padding-bottom: 3px;
  }

  .button-yellow-2.top-push {
    margin-top: 10px;
  }

  .button-yellow-2.v2 {
    margin-left: 0;
  }

  .img-wrap {
    margin-bottom: 12px;
  }

  .heading-254.rs {
    text-align: center;
  }

  .blue-showcase {
    padding-top: 52px;
  }

  .blue-showcase.v2 {
    margin-top: 97px;
  }

  .div-block-350 {
    justify-content: space-between;
    align-items: center;
    padding-left: 28px;
    padding-right: 28px;
  }

  .line-spacer._180.hom, .line-spacer.hom {
    display: none;
  }

  .tabs-content-5 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-block-352 {
    height: 575px;
    margin-top: 0;
    padding-top: 15px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-353 {
    background-image: url('../images/Realtime.gif'), linear-gradient(#fff, #fff);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
    padding-top: 65px;
  }

  .div-block-353.alerts {
    background-image: url('../images/Leak-Alerts.gif'), linear-gradient(#fff, #fff);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
  }

  .div-block-353._4 {
    background-image: url('../images/Dynamic.gif'), linear-gradient(#fff, #fff);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
    background-attachment: scroll, scroll;
  }

  .div-block-353.users {
    background-image: url('../images/Users_1.gif'), linear-gradient(#fff, #fff);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
  }

  .div-block-353.grouping {
    background-image: url('../images/Grouping-1.gif'), linear-gradient(#fff, #fff);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
  }

  .div-block-353.consumption {
    background-image: url('../images/History_1.gif'), linear-gradient(#fff, #fff);
  }

  .div-block-353.remote-valve {
    background-image: url('../images/Valve.gif'), linear-gradient(#fff, #fff);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
  }

  .div-block-353.shutt-off {
    background-image: url('../images/Schedule_1.gif'), linear-gradient(#fff, #fff);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
  }

  .quensus-pc-control {
    display: none;
  }

  .div-block-354 {
    width: 8px;
    height: 8px;
  }

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

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

  .tabs-menu-7 {
    grid-template-columns: 1fr;
  }

  .image-288 {
    width: 80%;
  }

  .dropdown-2 {
    z-index: 9;
    color: #fff;
    background-color: #0c2954;
    border-radius: .3125rem;
    width: 100%;
    margin-bottom: -1.6rem;
  }

  .dropdown-toggle-2 {
    display: block;
  }

  .dropdown-list-2 {
    color: #0c2954;
    top: 60px;
  }

  .dropdown-list-2.w--open {
    z-index: 9;
    background-color: #e8eff9;
    border: 1px solid #0c2954;
    border-top-style: none;
    border-radius: 0 0 .3125rem .3125rem;
  }

  .dropdown-link {
    color: #0c2954;
    border-bottom: 1px #0c2954;
  }

  .div-block-359 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .wat-tab-wrap {
    padding-top: 42px;
  }

  .wat-tab-block {
    padding: 19px 22px;
    overflow: visible;
    box-shadow: 0 0 6px 2px #0003;
  }

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

  .subheading-large-2 {
    text-align: center;
  }

  .column-x-small-2 {
    justify-content: center;
    align-items: center;
  }

  .blog-card-row {
    flex-flow: column;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .blog-image-row {
    width: auto;
  }

  .blog-description-row {
    justify-content: center;
    align-items: center;
  }

  .paragraph-large-2, .paragraph-large-2.head {
    text-align: center;
  }

  .grid-three-column, .grid-three-column.delete {
    grid-template-columns: 1fr;
  }

  .testimonial-content-outline {
    justify-content: space-between;
    align-items: center;
  }

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

  .div-block-374 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-375 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .testimonial-slider-b {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-left-arrow-b-3 {
    width: 42px;
    height: 42px;
  }

  .testimonial-card-e {
    padding-left: 44px;
    padding-right: 44px;
  }

  .section-regular-3 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-right-arrow-b-3 {
    width: 42px;
    height: 42px;
  }

  .section-7 {
    margin-left: 3%;
    margin-right: 3%;
  }

  .filter_column {
    position: static;
  }

  .filter_tags-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .filter_block.twitter {
    display: none;
  }

  .filter_header {
    padding-right: 16px;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

  .content_filter {
    max-width: 100%;
  }

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

  .heading-266 {
    font-size: 32px;
  }

  .div-block-379 {
    width: auto;
  }

  .heading-270 {
    margin-bottom: 34px;
  }

  .div-block-381 {
    flex-flow: row;
    display: flex;
  }

  .paragraph-133, .paragraph-134, .paragraph-135, .paragraph-136, .paragraph-137, .paragraph-138 {
    text-align: center;
  }

  .div-block-382 {
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    display: flex;
  }

  .paragraph-139, .paragraph-140 {
    text-align: center;
  }

  .div-block-383 {
    align-self: auto;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-11 {
    background-image: url('../images/6615493070a10f95ad62ec3d_65e96d02002260b40cbacb86_Section-Dark-Pattern.webp');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: auto;
  }

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

  .div-block-399 {
    flex-flow: column;
  }

  .image-323 {
    width: 80%;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .cen2m {
    text-align: center;
  }

  .div-block-17 {
    margin-top: 18px;
  }

  .heading-294 {
    white-space: normal;
    line-height: 45px;
  }

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

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

  .section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

  .timeline_dot {
    width: 20px;
    height: 20px;
  }

  .timeline_progress-2 {
    display: none;
    inset: 0% auto auto 2.5em;
  }

  .timeline_grid {
    grid-template-columns: 5em;
    display: block;
  }

  .timeline_progress-overlay-bottom {
    background-image: linear-gradient(#0a227d00, #0a227d 59%);
    height: 4em;
  }

  .timeline_progress-overlay-top {
    background-image: linear-gradient(#0a227d 18%, #0a227d00);
  }

  .timeline_track-wrap {
    display: none;
  }

  .page-padding-m {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }

  .timeline_item-wrap.is-hidden-mobile {
    display: none;
  }

  .h1-heading {
    font-size: 52px;
    line-height: 62px;
  }

  .section-regular-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .logo_content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .logo_block {
    min-width: 150px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .heading-style-h2 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 38px;
    line-height: 38px;
  }

  h2 {
    font-size: 32px;
    line-height: 38px;
  }

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

  .button-yellow {
    margin-top: 0;
    margin-bottom: 0;
  }

  .button-yellow.left-margin {
    margin-top: 20px;
    margin-left: 0;
  }

  .button-yellow.push-right {
    text-align: center;
  }

  .button-blue {
    text-align: center;
    width: 100%;
    margin-top: 0;
    padding-left: 28px;
    padding-right: 28px;
  }

  .button-blue.additional-padding {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .button-blue.v2 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .button-clear, .button-clear.white {
    margin-left: 0;
  }

  .button-clear.margin-r {
    text-align: center;
    margin-top: 7px;
    margin-left: 0;
  }

  .button-clear.push-left {
    margin-top: 21px;
    margin-left: 0;
  }

  .heading-4 {
    font-size: 2.3rem;
  }

  ._24-7-wrap {
    flex-direction: column;
  }

  .div-block-3.al {
    justify-content: center;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero-btn-wrap {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .primary-text-block.white {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .client-wrap {
    margin-bottom: 67px;
  }

  .block-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .primary-wrap {
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-bottom: 0;
    display: block;
  }

  .primary-wrap._90vhmin.cen {
    margin-top: 5%;
  }

  .primary-wrap.top-push {
    width: 93%;
  }

  .heading-5.test {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .centered-heading {
    text-align: left;
    width: auto;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .contact-block {
    width: 100%;
  }

  .primary-white-link {
    text-align: center;
  }

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

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

  .social-link-wrap {
    align-self: center;
  }

  .wrap {
    align-items: center;
  }

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

  .email-title {
    text-align: center;
  }

  .accreditation-badge {
    flex-direction: column;
    align-items: flex-start;
  }

  .accreditation {
    margin-bottom: 15px;
  }

  .cell {
    padding-left: 10px;
    padding-right: 10px;
  }

  ._60--wrap {
    height: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  ._60--wrap.mid {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .paragraph-2.pb._60, .paragraph-2._60 {
    width: 100%;
  }

  .product-wrap {
    min-height: 150px;
    padding-top: 10px;
    padding-left: 11px;
    padding-right: 11px;
  }

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

  .cell-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cell-2.no-pad.z {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cell-2.increase-pad {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cell-2.mid {
    padding: 18px 15px;
  }

  .cell-3 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pop-note {
    border-radius: 20px 0;
    right: auto;
  }

  .swiper-slide.is-content {
    padding-bottom: 34px;
  }

  .main-wrapper {
    overflow: hidden;
  }

  .container-2.is-slider {
    min-height: 100vh;
  }

  .swiper.is-photos {
    margin-top: 46px;
  }

  .heading-9 {
    line-height: 2.5rem;
  }

  .h3-project-title {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .container-3 {
    padding-left: 0;
    padding-right: 24px;
  }

  .slider-navigation-wrapper {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .slider-item {
    width: 78vw;
    height: 110vw;
  }

  .section-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .highlight {
    margin-bottom: -.25rem;
    margin-left: -.25rem;
    margin-right: -.25rem;
    padding-bottom: .25rem;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .faq-component {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .heading-style-h5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .rich-text-block {
    word-break: break-all;
  }

  .faq-question {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq-icon {
    align-self: center;
    width: 1rem;
    height: 1rem;
    margin-top: 0;
  }

  .h2-white.increase {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .quensus-c2a {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .c2a-wrap {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .logo-sticker {
    text-align: left;
    width: 60%;
    margin-bottom: 17px;
    position: static;
    inset: 0% 0% auto;
  }

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

  .quote {
    justify-content: center;
    align-items: center;
  }

  .paragraph-5 {
    text-align: center;
  }

  .quotation-mark, .quotation-mark.right {
    display: none;
  }

  .video-block {
    padding: 18px;
  }

  .video-heading {
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .feature-wrap.del-pad {
    place-items: center;
  }

  .value-content {
    padding-top: 67px;
  }

  .faq-question-wrap {
    width: 100%;
  }

  .values {
    grid-template-columns: 1fr;
    margin-bottom: 54px;
  }

  .main-heading-2 {
    text-align: center;
    font-size: 35px;
    line-height: 45px;
  }

  .value-title {
    flex: 1;
  }

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

  .award-grid.flex-change {
    justify-content: center;
    align-items: center;
  }

  .blue-block-100 {
    padding-top: 40px;
  }

  .white-h1, .p-white {
    text-align: center;
  }

  .p-white._50-cen {
    line-height: 24px;
  }

  .margin-bottom-small {
    text-align: center;
  }

  .margin-bottom-small.cen-50 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .graph-relative-wrap {
    width: 100%;
    height: auto;
    overflow: visible;
  }

  .collection-list-2 {
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .accreditation-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .accred-img {
    max-width: 80px;
    height: auto;
    margin-right: 0;
  }

  .image-253 {
    width: auto;
    max-width: 90%;
    height: auto;
    display: block;
  }

  .div-block-257 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-15 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .collection-list-3 {
    padding: 13px;
  }

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

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

  .heading-18 {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .main-para {
    text-align: center;
  }

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

  .cs-overlay.v2 {
    padding-left: 0;
  }

  .heading-20 {
    font-size: 20px;
    line-height: 25px;
  }

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

  .stats-wrap {
    grid-template-columns: .75fr 1fr;
  }

  .testimonial-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .profile-pic {
    min-width: 50px;
    min-height: 50px;
  }

  .comparison-block {
    padding-left: 5%;
    padding-right: 5%;
  }

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

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

  .text-block-25 {
    font-size: 25px;
  }

  .image-260 {
    max-width: 100%;
    max-height: none;
  }

  .text-block-26 {
    font-size: 1rem;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-default.home-hero {
    padding-bottom: 35px;
    padding-left: 16px;
    padding-right: 5%;
  }

  .grid-2-columns.home-hero {
    border-left-width: 0;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .social-wrap, .link-block-2.unlocked {
    justify-content: center;
    align-items: center;
  }

  .div-block-10 {
    flex-flow: column;
    padding-right: 0;
    display: block;
  }

  .padding-section-large {
    padding-bottom: 2rem;
  }

  .contact-grid {
    flex-direction: column;
  }

  .collection-list-5.products {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .paragraph-9 {
    text-align: center;
  }

  .paragraph-9.bsg-list {
    text-align: left;
  }

  .image-266 {
    margin-right: 0;
  }

  .link-block-10 {
    place-items: center;
  }

  .quensus-product-block {
    padding-right: 0;
  }

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

  .paragraph-11 {
    text-align: center;
  }

  .heading-30 {
    text-align: center;
    font-size: 35px;
    line-height: 40px;
  }

  .heading-32 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .lightbox-link-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-326 {
    width: 300px;
    height: auto;
  }

  .div-block-316 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .cross {
    right: 2%;
  }

  .cross.spopup {
    z-index: 9999;
  }

  .tabs {
    grid-template-rows: auto auto;
  }

  .check-icon {
    flex: none;
  }

  .white.cen {
    width: auto;
  }

  .check-list {
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

  .pricing-group-button {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .medium.white {
    margin-bottom: -7px;
  }

  .heading-206 {
    width: 80%;
    padding-left: 2px;
    padding-right: 5px;
    font-size: 40px;
  }

  .text-span-81 {
    font-size: 18px;
    line-height: 20px;
  }

  .category-tabs {
    flex-direction: column;
  }

  .tab-link-2 {
    padding-left: 20px;
  }

  .tab-link-2.w--current {
    z-index: 10;
    order: -1;
  }

  .tabs-menu-3 {
    width: 100%;
    height: 43px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 10px;
    overflow: hidden;
  }

  .heading-251 {
    margin-bottom: 27px;
  }

  .pricing-sec.grid {
    padding-left: 7px;
  }

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

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

  .tab-link-3 {
    margin-bottom: 11px;
    margin-right: 0;
    padding-bottom: 4px;
  }

  .tab-link-3.buttom {
    margin-bottom: 11px;
  }

  .button-yellow-2 {
    margin-bottom: 0;
  }

  .button-yellow-2.top-push {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
  }

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

  .image-284 {
    margin-bottom: 10px;
  }

  .tabs-menu-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: grid;
  }

  .image-285, .image-285.alt {
    width: 60px;
  }

  .heading-254.rs {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .blue-showcase {
    padding-top: 37px;
  }

  .image-286 {
    width: 40px;
  }

  .div-block-350 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .line-spacer.hom {
    display: none;
  }

  .tabs-content-5 {
    width: 100%;
    margin-top: 17px;
  }

  .div-block-352 {
    height: 500px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-353 {
    background-image: url('../images/Realtime.gif'), linear-gradient(#fff, #fff);
    background-size: contain, auto;
  }

  .image-287 {
    margin-top: 5px;
  }

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

  .tabs-menu-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-2 {
    border-left: 1px solid #fff0;
    border-right: 1px solid #0000;
    margin-bottom: 0;
    display: block;
  }

  .dropdown-toggle-2 {
    padding: .75rem 1.25rem;
  }

  .dropdown-list-2.w--open {
    background-color: #e8eff9;
    top: 2.9375rem;
  }

  .rich-text-block-4 {
    width: 92%;
  }

  .image-291 {
    height: 200px;
  }

  .image-292, .image-293 {
    display: none;
  }

  .div-block-358 {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .image-294.hom {
    width: 150px;
  }

  .image-295 {
    width: 100%;
  }

  .div-block-359 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .heading-263 {
    font-size: 1.6rem;
  }

  .header-l-p {
    text-align: center;
    margin-bottom: 0;
  }

  .paragraph-123 {
    text-align: center;
  }

  .blog-card-grid {
    margin-top: 24px;
    padding-top: 0;
  }

  .blog-card-row {
    flex-flow: column;
  }

  .section-regular {
    padding-left: 5%;
    padding-right: 5%;
  }

  .blog-image-row {
    width: auto;
    height: 200px;
  }

  .grid-three-column.delete {
    margin-bottom: 52px;
  }

  .title-wrapper {
    margin-bottom: 31px;
  }

  .testimonial-content-outline {
    padding: 16px;
  }

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

  .div-block-374 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .filter_column {
    min-width: 0;
  }

  .filter_header {
    padding-right: 16px;
  }

  .page-padding {
    padding-left: 4%;
    padding-right: 4%;
  }

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

  .div-block-377 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-380 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
  }

  .div-block-381 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .heading-275, .paragraph-141, .text-block-88 {
    text-align: center;
  }

  .div-block-384 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-89 {
    text-align: center;
  }

  .div-block-385 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-142 {
    text-align: center;
  }

  .div-block-386 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-387 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .list-2 {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .heading-281 {
    font-size: 35px;
    font-weight: 500;
  }

  .f-container-regular {
    margin-bottom: 0;
  }

  .f-logo-gradient-r, .f-logo-gradient-l {
    width: 40px;
  }

  .f-testimonial-author {
    text-align: center;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .f-testimonial-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-326, .image-327 {
    display: none;
  }

  .cen {
    text-align: center;
  }

  .div-block-17 {
    margin-top: 26px;
  }

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

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

  .section-16 {
    padding-top: 70px;
    padding-bottom: 34px;
  }

  .tab-link-horizontal {
    flex-flow: column;
  }

  .timeline_dot {
    width: 1.2rem;
    height: 1.2rem;
  }

  .timeline_progress-2 {
    left: 2em;
  }

  .timeline_grid {
    grid-column-gap: 1em;
    grid-template-rows: auto auto auto;
    grid-template-columns: 4em 1fr;
  }

  .timeline_inner {
    grid-row-gap: 0em;
  }

  .timeline_track-wrap {
    display: none;
  }

  .page-padding-m {
    padding-left: 4%;
    padding-right: 4%;
  }

  .timeline_item-2 {
    padding: 1.5em;
  }

  .timeline {
    min-height: 120em;
    padding-top: 0;
    overflow: hidden;
  }

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

  .logo-overlay {
    width: 1.875rem;
  }

  .content_image-wrapper {
    max-width: none;
  }

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

  .list-4 {
    padding-left: 20px;
  }

  .div-block-409 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}

#w-node-_3ddb1c22-db5d-1040-aad1-fdf3ea4e11f7-4a6dad37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da92ef31-5053-3b4e-b43c-7a3deea3488c-4a6dad37 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-da92ef31-5053-3b4e-b43c-7a3deea3488d-4a6dad37 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-ae2e0a38-c7d9-d5c4-eee1-ccd037aaaec7-a1656dc8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b2bed725-4b3b-86ec-11a4-4f49a1656dcb-a1656dc8 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: end;
}

#w-node-b2bed725-4b3b-86ec-11a4-4f49a1656dcc-a1656dc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bed725-4b3b-86ec-11a4-4f49a1656dd3-a1656dc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-b2bed725-4b3b-86ec-11a4-4f49a1656ddc-a1656dc8 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-b2bed725-4b3b-86ec-11a4-4f49a1656ddd-a1656dc8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b2bed725-4b3b-86ec-11a4-4f49a1656dee-a1656dc8, #w-node-b2bed725-4b3b-86ec-11a4-4f49a1656df9-a1656dc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bed725-4b3b-86ec-11a4-4f49a1656e04-a1656dc8 {
  grid-area: 3 / 6 / 4 / 8;
}

#w-node-b2bed725-4b3b-86ec-11a4-4f49a1656e1d-a1656dc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f5353e67-c9d9-aeee-f6d6-6003762253be-7460a45f {
  align-self: center;
}

#w-node-b23dd9f3-15ed-a73f-2cee-344e63e2d675-63e2d674 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b23dd9f3-15ed-a73f-2cee-344e63e2d67a-63e2d674 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5a1da6d2-4cd1-bcd2-b6db-5ac9db1970c7-db1970c4 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_5a1da6d2-4cd1-bcd2-b6db-5ac9db1970c8-db1970c4 {
  grid-column: span 6 / span 6;
}

#w-node-_467223cb-1de8-a369-7adf-c76bc6a966d6-db1970c4, #w-node-_85a8710f-6e92-df35-ad60-51e4c1e06639-db1970c4, #w-node-_7fd694cb-6492-00b2-1f5e-c9f047f723b6-db1970c4 {
  grid-column: span 2 / span 2;
}

#w-node-_5a1da6d2-4cd1-bcd2-b6db-5ac9db1970d9-db1970c4, #w-node-_5a1da6d2-4cd1-bcd2-b6db-5ac9db1970e5-db1970c4 {
  grid-column: span 3 / span 3;
}

#w-node-_23504a6c-ad3a-e1af-edb6-3a05d1dc340d-d1dc340c, #w-node-_23504a6c-ad3a-e1af-edb6-3a05d1dc340e-d1dc340c, #w-node-_23504a6c-ad3a-e1af-edb6-3a05d1dc340f-d1dc340c, #w-node-_23504a6c-ad3a-e1af-edb6-3a05d1dc3410-d1dc340c, #w-node-_23504a6c-ad3a-e1af-edb6-3a05d1dc3411-d1dc340c, #w-node-_23504a6c-ad3a-e1af-edb6-3a05d1dc3412-d1dc340c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f4985df5-fcdc-d15a-a739-e584c5af6b5d-963da9ec, #w-node-ece458f2-1781-a4d3-6196-b359404fbad9-963da9ec, #w-node-_46c4cbf6-b6d7-5ace-58d7-39ed8e550f4e-963da9ec {
  justify-self: start;
}

#w-node-_62ba0860-56a7-3cae-ae3b-188a04a00f8f-963da9ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_62ba0860-56a7-3cae-ae3b-188a04a00f90-963da9ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5fdb2872-2ec8-1da2-83d2-bd61b3b1394a-b3b13943 {
  grid-area: 1 / 1 / 3 / 3;
  align-self: stretch;
}

#w-node-_5fdb2872-2ec8-1da2-83d2-bd61b3b1394b-b3b13943 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_5fdb2872-2ec8-1da2-83d2-bd61b3b1395c-b3b13943 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5fdb2872-2ec8-1da2-83d2-bd61b3b13a3f-b3b13943 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-_4f27e0da-ecde-ff61-1ef8-6ceaea85cc41-24b67288 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c9b4aeed-2e47-c209-05a5-7c7571165cf1-24b67288 {
  place-self: center;
}

#w-node-c9b4aeed-2e47-c209-05a5-7c7571165cea-24b67288 {
  align-self: center;
}

#w-node-_997ab7d2-b5fa-85a0-e33b-04b678532435-1c104750, #w-node-_997ab7d2-b5fa-85a0-e33b-04b678532437-1c104750, #w-node-_997ab7d2-b5fa-85a0-e33b-04b67853243b-1c104750 {
  justify-self: start;
}

#w-node-adcbb9c1-b226-fb89-c20e-bab81f665bc4-1c104750 {
  justify-self: center;
}

#w-node-_0fc0ee50-deda-276a-dcc7-272239c9885b-1c104750 {
  align-self: start;
}

#w-node-_0fc0ee50-deda-276a-dcc7-272239c98860-1c104750 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0fc0ee50-deda-276a-dcc7-272239c98865-1c104750 {
  justify-self: end;
}

#w-node-_0fc0ee50-deda-276a-dcc7-272239c9886d-1c104750 {
  place-self: start end;
}

#w-node-ba2a4496-0234-d7ed-731e-ca2f2734a128-1c104750, #w-node-_46e9f776-b130-46df-7fc2-54dc07cdd523-24b7f612 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84fece77-0ed6-3d65-8ce1-b98043165389-24b7f612, #w-node-_84fece77-0ed6-3d65-8ce1-b9804316538b-24b7f612, #w-node-_84fece77-0ed6-3d65-8ce1-b9804316538f-24b7f612 {
  justify-self: start;
}

#w-node-d18e904f-04ae-fa3a-5ad4-5eb09049445d-24b7f612 {
  place-self: center start;
}

#w-node-_8b76973d-c0f9-21b8-7f25-6c1d6dac57f8-24b7f612 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3b68f69b-7bce-636a-17e1-51fb7c3f6082-24b7f612 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50eb4512-8fd7-e591-3275-3ab292ef9357-92ef9355 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_50eb4512-8fd7-e591-3275-3ab292ef935a-92ef9355 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_50eb4512-8fd7-e591-3275-3ab292ef935d-92ef9355 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: center;
}

#w-node-_50eb4512-8fd7-e591-3275-3ab292ef93b7-92ef9355 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50eb4512-8fd7-e591-3275-3ab292ef93b8-92ef9355 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_50eb4512-8fd7-e591-3275-3ab292ef93be-92ef9355 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: center;
}

#w-node-_50eb4512-8fd7-e591-3275-3ab292ef9420-92ef9355, #w-node-_50eb4512-8fd7-e591-3275-3ab292ef9421-92ef9355 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50eb4512-8fd7-e591-3275-3ab292ef9422-92ef9355 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_50eb4512-8fd7-e591-3275-3ab292ef9427-92ef9355 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: center;
}

#w-node-_50eb4512-8fd7-e591-3275-3ab292ef9488-92ef9355 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50eb4512-8fd7-e591-3275-3ab292ef9489-92ef9355 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_50eb4512-8fd7-e591-3275-3ab292ef948c-92ef9355 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: center;
}

#w-node-_50eb4512-8fd7-e591-3275-3ab292ef94e6-92ef9355 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50eb4512-8fd7-e591-3275-3ab292ef94e7-92ef9355 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_50eb4512-8fd7-e591-3275-3ab292ef94ea-92ef9355 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: center;
}

#w-node-_50eb4512-8fd7-e591-3275-3ab292ef9543-92ef9355 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_50eb4512-8fd7-e591-3275-3ab292ef9836-92ef9355 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_50eb4512-8fd7-e591-3275-3ab292ef9839-92ef9355 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: center;
}

#w-node-_50eb4512-8fd7-e591-3275-3ab292ef9893-92ef9355 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50eb4512-8fd7-e591-3275-3ab292ef9894-92ef9355 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_50eb4512-8fd7-e591-3275-3ab292ef989a-92ef9355 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: center;
}

#w-node-_50eb4512-8fd7-e591-3275-3ab292ef98f3-92ef9355, #w-node-_50eb4512-8fd7-e591-3275-3ab292ef98f4-92ef9355 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50eb4512-8fd7-e591-3275-3ab292ef98f5-92ef9355 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_50eb4512-8fd7-e591-3275-3ab292ef98fa-92ef9355 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: center;
}

#w-node-_50eb4512-8fd7-e591-3275-3ab292ef9954-92ef9355 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50eb4512-8fd7-e591-3275-3ab292ef9955-92ef9355 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_50eb4512-8fd7-e591-3275-3ab292ef9958-92ef9355 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: center;
}

#w-node-_50eb4512-8fd7-e591-3275-3ab292ef99b2-92ef9355 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50eb4512-8fd7-e591-3275-3ab292ef99b3-92ef9355 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_50eb4512-8fd7-e591-3275-3ab292ef99b6-92ef9355 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: center;
}

#w-node-_9099d01c-7ac4-8253-ec23-9bd0aa9b2758-972963ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_9099d01c-7ac4-8253-ec23-9bd0aa9b2759-972963ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_695c505e-affd-9fdb-572a-6dd2551414a2-972963ce {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-bc9a3882-640a-b906-d072-4888b6879b4b-972963ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18bd45c7-c573-b64a-a799-bcb5f1c5f872-972963ce {
  place-self: center;
}

#w-node-_4cf24006-b6ea-10a1-02b2-eb6d52748fef-972963ce, #w-node-_8a7cfeae-4f8a-e4e8-eaad-d6d25451b066-972963ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32fba2f5-8d85-95bb-b524-27506a9f2883-972963ce {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_2724b8c7-dc1b-8314-1d84-eddf3c635522-972963ce {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_40aec536-66eb-bdef-e7e6-ac1132279afc-972963ce {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_12cb9f80-0500-2c73-3132-3dcc69262708-972963ce {
  align-self: center;
}

#w-node-_58fd7f2a-7799-4720-983d-5073fc04d7b5-fc04d7ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8d64e8ea-e24c-34d6-4be0-2f86818fe8ac-fc6c8468, #w-node-_1242c52a-2fcd-c672-06d3-9f149fb7de4a-fc6c8468, #w-node-_311144cb-f0b3-e2db-ad08-90bcedd5a917-fc6c8468 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-daa16513-ec73-d261-2984-1c5f3906dad1-fc6c8468 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_92a02801-ba10-4734-cfb5-93d6631e48af-fc6c8468 {
  justify-self: end;
}

#w-node-_649d14c4-b00e-6f94-4f05-c51efe8cc816-fc6c8468 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47f4088e-fb00-3e2f-2879-50949a8e4af6-fc6c8468 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c7b54ae3-6272-875b-ed60-50c63e77d4bf-fc6c8468, #w-node-_502d08a6-1c0d-eb87-a9b1-7c6ae286f0f8-fc6c8468, #w-node-a70c2d8d-fb1c-cd6e-00d1-bd5e0904581a-fc6c8468, #w-node-f6e40327-3648-70a9-a49f-9678e8666ad9-fc6c8468, #w-node-_7f4d44e4-062a-2225-51d9-4f50845b01d9-fc6c8468, #w-node-da3a7644-8a2e-86b1-0cdd-1c9c10636d19-fc6c8468, #w-node-da3a7644-8a2e-86b1-0cdd-1c9c10636d1a-fc6c8468, #w-node-da3a7644-8a2e-86b1-0cdd-1c9c10636d2a-fc6c8468, #w-node-da3a7644-8a2e-86b1-0cdd-1c9c10636d2c-fc6c8468, #w-node-da3a7644-8a2e-86b1-0cdd-1c9c10636d30-fc6c8468, #w-node-da3a7644-8a2e-86b1-0cdd-1c9c10636d34-fc6c8468, #w-node-da3a7644-8a2e-86b1-0cdd-1c9c10636d38-fc6c8468, #w-node-da3a7644-8a2e-86b1-0cdd-1c9c10636d3c-fc6c8468, #w-node-da3a7644-8a2e-86b1-0cdd-1c9c10636d40-fc6c8468, #w-node-da3a7644-8a2e-86b1-0cdd-1c9c10636d44-fc6c8468, #w-node-da3a7644-8a2e-86b1-0cdd-1c9c10636d48-fc6c8468 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95f28b77-d928-8878-ebf6-71ca5ec79548-fc6c8468 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_733fc3a3-cb76-c0f6-00e6-22b77221fb6d-fc6c8468 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eef89611-eaf1-d1ef-bb9e-1e297057c2ff-fc6c8468 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_46ef513f-f91a-680b-eb1d-2678c669c407-fc6c8468 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_38ce6fa1-202b-d71f-f04c-e48527fdea44-fc6c8468 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ab36c04e-d40f-0ea8-917c-b4a7e6b1c926-fc6c8468 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ab36c04e-d40f-0ea8-917c-b4a7e6b1c92d-fc6c8468 {
  align-self: end;
}

#w-node-_8c7dc46b-3f36-1754-d7c1-1c3faaf84033-fc6c8468 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8c7dc46b-3f36-1754-d7c1-1c3faaf8403a-fc6c8468 {
  place-self: end;
}

#w-node-_109494c8-ef76-4fe4-868b-8cc9dd6e9010-fc6c8468 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_109494c8-ef76-4fe4-868b-8cc9dd6e9017-fc6c8468 {
  place-self: end center;
}

#w-node-_3ae5a4d3-bc9c-9c4a-45fa-2f72be119085-fc6c8468 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3ae5a4d3-bc9c-9c4a-45fa-2f72be11908c-fc6c8468 {
  place-self: center;
}

#w-node-_18135141-d6b0-f6d9-efd7-b2a2da5e7972-936e5f3f {
  align-self: center;
}

#w-node-_048357c9-8fea-539e-7430-132548cda4a0-8f5094be, #w-node-d44401ac-74af-1aad-078e-57f1c4fb334f-8f5094be, #w-node-_4979b913-f68c-dcc6-7f2d-3c45d0c139d4-8f5094be, #w-node-ce4c1cf6-ac90-7649-b42d-d8c1bba224d7-8f5094be, #w-node-_5450f35c-c0dd-8707-cd6e-b57a1673e24c-8f5094be, #w-node-_77f3ec73-632b-ad8c-c37c-ad03bdb60679-8f5094be, #w-node-f2b457da-c026-900e-b657-58ba94f8ae10-8f5094be, #w-node-f101e7a3-9890-f65e-e4a4-f4f46f843389-8f5094be, #w-node-_0885f19f-56c5-13a9-50af-6d0923ffb1a2-8f5094be, #w-node-_7fe73956-c857-e376-3275-c2d09013508c-8f5094be, #w-node-_2fae27a1-cea2-d792-bc59-93b6b0f66b66-8f5094be, #w-node-a84640f5-1f1a-8aae-ae55-d988c578f3df-8f5094be, #w-node-_7840788e-51a7-41e0-6a71-b3037bfc0742-8f5094be, #w-node-_8def1f0d-52af-3cb0-9a74-8d82bb3c25e8-8f5094be, #w-node-f8e2567b-14d8-b0ba-cbf8-285cd5dbaf73-8f5094be, #w-node-_3497468b-58b7-f648-9bc3-0f3b3cf1ce9c-8f5094be, #w-node-_5239b1fa-5f22-2235-e3f4-e20375d7d1fe-8f5094be, #w-node-cb52a48b-c610-6b59-15cb-16306b775758-8f5094be, #w-node-e3d94d3b-b5fd-f260-d00c-7b0cd358b829-8f5094be, #w-node-_9bb025d4-1c14-8aa8-f924-4107890db899-8f5094be, #w-node-_8e0ce501-585e-674d-7287-c91430ae8518-8f5094be, #w-node-_777f1a61-f5eb-2a79-d14b-f61da701958f-8f5094be, #w-node-d656c6a5-128e-3e69-0dce-a8201bc4e9c9-8f5094be, #w-node-_6251487e-2f73-f096-7f9b-33b95dd05d0b-8f5094be, #w-node-_103669e9-88eb-6c39-5873-a995092c74dc-8f5094be, #w-node-_6050abb7-a222-3eea-e253-45abad0f4f29-8f5094be, #w-node-e6e01713-0788-4c2f-7f29-6a658d71c4e5-8f5094be, #w-node-d8fb9e25-b45c-e632-91f1-c035eb8919ef-8f5094be, #w-node-d4d36346-2aed-6258-6604-7f7facfb05bd-8f5094be, #w-node-b602cef2-5c41-4b3c-a30b-46d98ee9d4fb-8f5094be, #w-node-fb36a291-9ea2-a768-c41d-384212f91230-8f5094be, #w-node-fb36a291-9ea2-a768-c41d-384212f91233-8f5094be, #w-node-f6683459-b145-7982-2ce4-afec4075cd8d-8f5094be, #w-node-b174ea7c-b7b3-4fae-1132-5864e7b5be0c-8f5094be, #w-node-_243f4a60-6f05-6b7c-ba1b-ff61bd425cb6-8f5094be, #w-node-cc7e262a-ca76-da38-b8e1-d39821517165-8f5094be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b11d3b4f-52a9-c699-43d6-f4896bc878b2-8f5094be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_98e53f53-93ce-3392-c6b5-ddcd95c8c139-8f5094be, #w-node-_12e9672c-2afb-3a01-da73-f87d223221fc-8f5094be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75014179-13db-3e6d-5092-9125137e0e3d-8f5094be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_1fce5c05-d282-eea3-22c4-8c30b66621b6-8f5094be, #w-node-_0f820022-d43a-2300-7fed-62c97e8c969d-8f5094be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4560a9ec-c8bd-ce1b-fbc3-f23e04e0dba4-8f5094be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-b760b9bc-ddbb-4c94-bac5-8e1af76410e5-8f5094be, #w-node-_7f601bf8-0162-80cd-6c48-aa72259cf951-8f5094be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7056017c-f58b-ae67-bbc3-82d335f968bc-8f5094be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_18bf44ac-89e7-4075-ae91-440cd2cc30ed-8f5094be, #w-node-_2394f2c3-ad36-2e55-8ea0-58b60af5d0eb-8f5094be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ab2c200-bc43-860b-c02a-abd550ffcae4-8f5094be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-ef2e3009-681c-decf-dfa7-d14d90ac4fe5-8f5094be, #w-node-_5cee20b5-2249-16b9-2bcb-6b16578c171a-8f5094be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c63598af-90ae-b7db-09ef-1908dad3fd25-8f5094be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_6d649e9c-3d8d-276c-9a60-1b246784017f-8f5094be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_228472ab-2afd-517a-8be5-8c9c08ef8da9-8f5094be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_83e9817b-a028-e018-9610-01f2dbeee610-8f5094be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8d17ca2-9d36-e3ed-8625-8333280c2738-8f5094be, #w-node-_835074be-5773-8f85-deab-de65f4e8f57b-8f5094be {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0a8d769e-5779-c1d7-13fc-4a12337772b8-44c90eab, #w-node-_0a8d769e-5779-c1d7-13fc-4a12337772ba-44c90eab, #w-node-_0a8d769e-5779-c1d7-13fc-4a12337772be-44c90eab {
  justify-self: start;
}

#w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7d75-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7d76-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7d78-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7d79-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7d7b-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7d7d-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7d80-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7d82-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7d84-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7d85-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7d87-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7d89-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7d8a-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7d8b-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7d8d-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7d90-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7d91-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7d93-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7d96-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7d97-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7d99-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7d9c-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7d9d-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7d9f-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7da2-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7da3-44c90eab, #w-node-_642f03d6-1660-a93d-aaed-18658767a078-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7da6-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7da7-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7da9-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7dac-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7dae-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7db0-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7db2-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7db5-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7db6-44c90eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7db7-44c90eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7db9-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7dbc-44c90eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7dbd-44c90eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_7aaa59f4-9f16-d1d6-73eb-8d39accafa4b-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7dc1-44c90eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7dc2-44c90eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7dc4-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7dc7-44c90eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7dc8-44c90eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7dca-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7dcd-44c90eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7dce-44c90eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7dd0-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7dd3-44c90eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7dd4-44c90eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7dd6-44c90eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7ddb-44c90eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7ddd-44c90eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7ddf-44c90eab, #w-node-_90893ee0-5b16-c97b-4779-4f5bc99b7de0-44c90eab {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fbe20eee-e4cb-4bc0-650d-cbddf7131239-10f9b1f2, #w-node-bbd28262-0412-67bf-cd1b-26c5ba1c2ab5-10f9b1f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ea1aa820-8dab-e226-82a5-905e976ac0ef-8e50cffd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ea1aa820-8dab-e226-82a5-905e976ac0ee-8e50cffd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_660ca331-d127-db68-2fab-5cac64becb59-8e50cffd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d6c12e25-bd89-3fef-31a6-982af7fbbf51-8e50cffd {
  align-self: center;
}

#w-node-_484b35e3-e153-2c5b-af62-7e5c2ea76297-b9774273 {
  grid-area: 1 / 1 / 3 / 3;
  align-self: stretch;
}

#w-node-_484b35e3-e153-2c5b-af62-7e5c2ea76298-b9774273 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_484b35e3-e153-2c5b-af62-7e5c2ea762a9-b9774273 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9792a4fa-fe02-64bc-6509-9f9d2cfc5aef-b9774273 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9792a4fa-fe02-64bc-6509-9f9d2cfc5b00-b9774273 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9792a4fa-fe02-64bc-6509-9f9d2cfc5b01-b9774273, #w-node-_9792a4fa-fe02-64bc-6509-9f9d2cfc5b02-b9774273, #w-node-_928b7a4b-8323-b108-dfa3-29ff6b1d25a9-b9774273, #w-node-_928b7a4b-8323-b108-dfa3-29ff6b1d25aa-b9774273, #w-node-_928b7a4b-8323-b108-dfa3-29ff6b1d25b8-b9774273, #w-node-_928b7a4b-8323-b108-dfa3-29ff6b1d25ba-b9774273, #w-node-_928b7a4b-8323-b108-dfa3-29ff6b1d25be-b9774273, #w-node-_928b7a4b-8323-b108-dfa3-29ff6b1d25c2-b9774273, #w-node-_928b7a4b-8323-b108-dfa3-29ff6b1d25c6-b9774273, #w-node-_928b7a4b-8323-b108-dfa3-29ff6b1d25ca-b9774273, #w-node-_928b7a4b-8323-b108-dfa3-29ff6b1d25ce-b9774273, #w-node-_928b7a4b-8323-b108-dfa3-29ff6b1d25d2-b9774273, #w-node-_928b7a4b-8323-b108-dfa3-29ff6b1d25d6-b9774273 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9099d01c-7ac4-8253-ec23-9bd0aa9b2758-894a82ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_9099d01c-7ac4-8253-ec23-9bd0aa9b2759-894a82ad, #w-node-_515621e1-c15c-9a0d-a321-fee60ccf5ea0-894a82ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_515621e1-c15c-9a0d-a321-fee60ccf5e9f-894a82ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_5170d45e-907d-1ecd-2992-f43f176003df-894a82ad, #w-node-_8f3fac16-7d3d-9545-2191-fb2ef46c5e6b-894a82ad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_695c505e-affd-9fdb-572a-6dd2551414a2-894a82ad {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_9099d01c-7ac4-8253-ec23-9bd0aa9b2758-7d7d683c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_9099d01c-7ac4-8253-ec23-9bd0aa9b2759-7d7d683c, #w-node-_515621e1-c15c-9a0d-a321-fee60ccf5ea0-7d7d683c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_515621e1-c15c-9a0d-a321-fee60ccf5e9f-7d7d683c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-f61e1d9f-b2bb-32f5-f7c9-4c9352b11b0e-7d7d683c, #w-node-f61e1d9f-b2bb-32f5-f7c9-4c9352b11b0f-7d7d683c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_695c505e-affd-9fdb-572a-6dd2551414a2-7d7d683c {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_6be65517-fde7-8f7c-7ad1-ce11e89435a5-b695cbe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79ddab21-94d6-eeb0-2432-ca3fded1a0c8-b695cbe2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_79ddab21-94d6-eeb0-2432-ca3fded1a0e4-b695cbe2 {
  justify-self: center;
}

#w-node-c4cc32e7-33ba-90de-8e56-6af0bde51165-3c6299e3, #w-node-c4cc32e7-33ba-90de-8e56-6af0bde51166-3c6299e3, #w-node-c4cc32e7-33ba-90de-8e56-6af0bde51168-3c6299e3, #w-node-c4cc32e7-33ba-90de-8e56-6af0bde5116e-3c6299e3, #w-node-c4cc32e7-33ba-90de-8e56-6af0bde51174-3c6299e3, #w-node-c4cc32e7-33ba-90de-8e56-6af0bde51176-3c6299e3, #w-node-c4cc32e7-33ba-90de-8e56-6af0bde51177-3c6299e3, #w-node-c4cc32e7-33ba-90de-8e56-6af0bde51178-3c6299e3, #w-node-c4cc32e7-33ba-90de-8e56-6af0bde5117b-3c6299e3, #w-node-_5d5c2c4c-515c-41e2-811c-abfacc522506-3c6299e3, #w-node-_2147773e-4a85-140c-ee18-77d63bbaec94-3c6299e3, #w-node-c83da163-9cca-7644-c502-fc1a13dfc6f2-3c6299e3, #w-node-_2b6f84f2-74d6-6aa1-99b4-1b9f18d80ba5-3c6299e3, #w-node-_35042363-b7ff-6240-aa0d-d93a2862aa2d-3c6299e3, #w-node-a6ba6c70-35ec-485d-8126-f81acd7f1d5f-3c6299e3, #w-node-_67e2d22c-d4bf-96b7-df61-3c217cc3feb9-3c6299e3, #w-node-_31b3a683-f789-154b-a4f3-2b7c0e3ed6d3-3c6299e3, #w-node-_53938d7b-2269-8ee7-d3f1-e8eef4c7d540-3c6299e3, #w-node-_8e100f5a-add3-f74c-038b-0d3eb5580841-3c6299e3, #w-node-_65841bc2-491b-72d3-de45-19c1db7a72e2-3c6299e3, #w-node-_9c4c583f-0445-f895-ba1a-e5bc8fb67f38-3c6299e3, #w-node-_2057c6aa-0538-dbef-8ecc-4f8eab966060-3c6299e3, #w-node-_3044890b-07ee-b00f-2c24-b9c751538acc-3c6299e3, #w-node-e8ca0b16-d4bf-5e9d-e489-f98138a46f73-3c6299e3, #w-node-_20f1a495-c31d-9c86-339a-0e906c9a1825-3c6299e3, #w-node-dfd1fbac-fd3a-c21e-b559-7af0d10a1dce-3c6299e3, #w-node-_77e46151-a3a2-07c7-4f0e-caef448b11f6-3c6299e3, #w-node-_5dc62bdf-9fa5-8dfe-43b4-ddb37c9779db-3c6299e3, #w-node-_5dc62bdf-9fa5-8dfe-43b4-ddb37c9779ed-3c6299e3, #w-node-_5dc62bdf-9fa5-8dfe-43b4-ddb37c9779ff-3c6299e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3a2acd6-3b9f-80a7-95de-aaf36c9a1782-3c6299e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a3a2acd6-3b9f-80a7-95de-aaf36c9a1783-3c6299e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3a2acd6-3b9f-80a7-95de-aaf36c9a1786-3c6299e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-d22a37ed-22ee-936e-63a5-8a403e457f14-301cae7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d22a37ed-22ee-936e-63a5-8a403e457f32-301cae7d {
  justify-self: end;
}

#w-node-d22a37ed-22ee-936e-63a5-8a403e457f4a-301cae7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d22a37ed-22ee-936e-63a5-8a403e457f4b-301cae7d, #w-node-d22a37ed-22ee-936e-63a5-8a403e457f4c-301cae7d, #w-node-d22a37ed-22ee-936e-63a5-8a403e457f39-301cae7d, #w-node-d22a37ed-22ee-936e-63a5-8a403e457f80-301cae7d, #w-node-d22a37ed-22ee-936e-63a5-8a403e457f81-301cae7d, #w-node-d22a37ed-22ee-936e-63a5-8a403e457fa0-301cae7d, #w-node-d22a37ed-22ee-936e-63a5-8a403e457fa2-301cae7d, #w-node-d22a37ed-22ee-936e-63a5-8a403e457fa6-301cae7d, #w-node-d22a37ed-22ee-936e-63a5-8a403e457faa-301cae7d, #w-node-d22a37ed-22ee-936e-63a5-8a403e457fae-301cae7d, #w-node-d22a37ed-22ee-936e-63a5-8a403e457fb2-301cae7d, #w-node-d22a37ed-22ee-936e-63a5-8a403e457fb6-301cae7d, #w-node-d22a37ed-22ee-936e-63a5-8a403e457fba-301cae7d, #w-node-d22a37ed-22ee-936e-63a5-8a403e457fbe-301cae7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fa9b3a1-a98a-0941-b34f-07ca6eb437d4-301cae7d {
  justify-self: end;
}

#w-node-_455d7a9a-de56-aed7-a3b2-e57628c9dcca-4804e2c1 {
  justify-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-ab36c04e-d40f-0ea8-917c-b4a7e6b1c926-fc6c8468 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ab36c04e-d40f-0ea8-917c-b4a7e6b1c92d-fc6c8468 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-_8c7dc46b-3f36-1754-d7c1-1c3faaf84033-fc6c8468 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8c7dc46b-3f36-1754-d7c1-1c3faaf8403a-fc6c8468 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-_109494c8-ef76-4fe4-868b-8cc9dd6e9010-fc6c8468 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_109494c8-ef76-4fe4-868b-8cc9dd6e9017-fc6c8468 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-_3ae5a4d3-bc9c-9c4a-45fa-2f72be119085-fc6c8468 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3ae5a4d3-bc9c-9c4a-45fa-2f72be11908c-fc6c8468 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-da92ef31-5053-3b4e-b43c-7a3deea3488c-4a6dad37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-da92ef31-5053-3b4e-b43c-7a3deea3488d-4a6dad37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-ae2e0a38-c7d9-d5c4-eee1-ccd037aaaec7-a1656dc8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b2bed725-4b3b-86ec-11a4-4f49a1656dcb-a1656dc8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-b2bed725-4b3b-86ec-11a4-4f49a1656ddc-a1656dc8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b2bed725-4b3b-86ec-11a4-4f49a1656ddd-a1656dc8 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b2bed725-4b3b-86ec-11a4-4f49a1656dee-a1656dc8, #w-node-b2bed725-4b3b-86ec-11a4-4f49a1656df9-a1656dc8, #w-node-b2bed725-4b3b-86ec-11a4-4f49a1656e04-a1656dc8, #w-node-b23dd9f3-15ed-a73f-2cee-344e63e2d675-63e2d674 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5a1da6d2-4cd1-bcd2-b6db-5ac9db1970c7-db1970c4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr .75fr;
  }

  #w-node-_467223cb-1de8-a369-7adf-c76bc6a966d6-db1970c4, #w-node-_85a8710f-6e92-df35-ad60-51e4c1e06639-db1970c4 {
    grid-column: span 3 / span 3;
  }

  #w-node-_7fd694cb-6492-00b2-1f5e-c9f047f723b6-db1970c4, #w-node-_5a1da6d2-4cd1-bcd2-b6db-5ac9db1970d9-db1970c4, #w-node-_5a1da6d2-4cd1-bcd2-b6db-5ac9db1970e5-db1970c4 {
    grid-column: span 6 / span 6;
  }

  #w-node-_62ba0860-56a7-3cae-ae3b-188a04a00f8f-963da9ec {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-_62ba0860-56a7-3cae-ae3b-188a04a00f90-963da9ec {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_5fdb2872-2ec8-1da2-83d2-bd61b3b1394a-b3b13943 {
    grid-column-end: 2;
  }

  #w-node-_5fdb2872-2ec8-1da2-83d2-bd61b3b1395c-b3b13943 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5fdb2872-2ec8-1da2-83d2-bd61b3b13a3f-b3b13943 {
    grid-area: 3 / 1 / 4 / 2;
    align-self: end;
  }

  #w-node-_8b76973d-c0f9-21b8-7f25-6c1d6dac57f8-24b7f612 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_50eb4512-8fd7-e591-3275-3ab292ef9357-92ef9355 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9099d01c-7ac4-8253-ec23-9bd0aa9b2758-972963ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-_9099d01c-7ac4-8253-ec23-9bd0aa9b2759-972963ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_695c505e-affd-9fdb-572a-6dd2551414a2-972963ce {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-daa16513-ec73-d261-2984-1c5f3906dad1-fc6c8468, #w-node-_47f4088e-fb00-3e2f-2879-50949a8e4af6-fc6c8468 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_38ce6fa1-202b-d71f-f04c-e48527fdea45-fc6c8468, #w-node-cbf9d2df-be2d-c302-4a34-abd1da4f4b21-fc6c8468, #w-node-c3dbaa60-cd6a-c8c8-2734-7b0765378f44-fc6c8468, #w-node-_434a7cc9-4e80-a8a9-edf9-9e992162e3e9-fc6c8468 {
    grid-column: span 2 / span 2;
  }

  #w-node-ea1aa820-8dab-e226-82a5-905e976ac0ef-8e50cffd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-ea1aa820-8dab-e226-82a5-905e976ac0ee-8e50cffd {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-fd719ee9-c606-2f25-a889-1f5ae86284f8-473d0379 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_484b35e3-e153-2c5b-af62-7e5c2ea76297-b9774273 {
    grid-area: 1 / 1 / 4 / 2;
    align-self: stretch;
  }

  #w-node-_484b35e3-e153-2c5b-af62-7e5c2ea762a9-b9774273 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9792a4fa-fe02-64bc-6509-9f9d2cfc5b00-b9774273 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_9099d01c-7ac4-8253-ec23-9bd0aa9b2758-894a82ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-_9099d01c-7ac4-8253-ec23-9bd0aa9b2759-894a82ad, #w-node-_515621e1-c15c-9a0d-a321-fee60ccf5ea0-894a82ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_515621e1-c15c-9a0d-a321-fee60ccf5e9f-894a82ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-_695c505e-affd-9fdb-572a-6dd2551414a2-894a82ad {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_9099d01c-7ac4-8253-ec23-9bd0aa9b2758-7d7d683c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-_9099d01c-7ac4-8253-ec23-9bd0aa9b2759-7d7d683c, #w-node-_515621e1-c15c-9a0d-a321-fee60ccf5ea0-7d7d683c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_515621e1-c15c-9a0d-a321-fee60ccf5e9f-7d7d683c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-_695c505e-affd-9fdb-572a-6dd2551414a2-7d7d683c {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-fd994576-774b-d6d3-81f8-4c8f901eebe4-3c6299e3 {
    align-self: center;
  }

  #w-node-d22a37ed-22ee-936e-63a5-8a403e457f14-301cae7d, #w-node-d22a37ed-22ee-936e-63a5-8a403e457f4a-301cae7d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ae2e0a38-c7d9-d5c4-eee1-ccd037aaaec7-a1656dc8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-b2bed725-4b3b-86ec-11a4-4f49a1656dcb-a1656dc8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-b2bed725-4b3b-86ec-11a4-4f49a1656ddc-a1656dc8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b2bed725-4b3b-86ec-11a4-4f49a1656ddd-a1656dc8 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b2bed725-4b3b-86ec-11a4-4f49a1656dee-a1656dc8, #w-node-b2bed725-4b3b-86ec-11a4-4f49a1656df9-a1656dc8, #w-node-b2bed725-4b3b-86ec-11a4-4f49a1656e04-a1656dc8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5a1da6d2-4cd1-bcd2-b6db-5ac9db1970c7-db1970c4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr .75fr;
  }

  #w-node-_5a1da6d2-4cd1-bcd2-b6db-5ac9db1970c8-db1970c4, #w-node-_467223cb-1de8-a369-7adf-c76bc6a966d6-db1970c4, #w-node-_85a8710f-6e92-df35-ad60-51e4c1e06639-db1970c4, #w-node-_7fd694cb-6492-00b2-1f5e-c9f047f723b6-db1970c4, #w-node-_5a1da6d2-4cd1-bcd2-b6db-5ac9db1970d9-db1970c4, #w-node-_5a1da6d2-4cd1-bcd2-b6db-5ac9db1970e5-db1970c4 {
    grid-column: span 2 / span 2;
  }

  #w-node-_4f27e0da-ecde-ff61-1ef8-6ceaea85cc41-24b67288 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0fc0ee50-deda-276a-dcc7-272239c98865-1c104750, #w-node-_0fc0ee50-deda-276a-dcc7-272239c9886d-1c104750 {
    justify-self: start;
  }

  #w-node-_9099d01c-7ac4-8253-ec23-9bd0aa9b2759-972963ce {
    justify-self: center;
  }

  #w-node-_08049e2e-fda0-0552-e0d4-a8dff1bb9bfc-972963ce {
    order: -9999;
  }

  #w-node-_695c505e-affd-9fdb-572a-6dd2551414a2-972963ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1e06ea70-6841-860b-323d-c8c8c7b5a446-972963ce, #w-node-e581e444-c8a5-5aae-8cdc-fabdaabc136e-972963ce, #w-node-_307cd66c-e06d-ce90-4ed4-fcded54a7a0c-972963ce {
    order: -9999;
  }

  #w-node-_58fd7f2a-7799-4720-983d-5073fc04d7b5-fc04d7ae {
    justify-self: start;
  }

  #w-node-_92a02801-ba10-4734-cfb5-93d6631e48af-fc6c8468 {
    order: -9999;
  }

  #w-node-_733fc3a3-cb76-c0f6-00e6-22b77221fb6d-fc6c8468 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_46ef513f-f91a-680b-eb1d-2678c669c407-fc6c8468 {
    justify-self: start;
  }

  #w-node-_38ce6fa1-202b-d71f-f04c-e48527fdea44-fc6c8468 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_38ce6fa1-202b-d71f-f04c-e48527fdea45-fc6c8468 {
    grid-column: span 2 / span 2;
  }

  #w-node-ab36c04e-d40f-0ea8-917c-b4a7e6b1c92d-fc6c8468 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-cbf9d2df-be2d-c302-4a34-abd1da4f4b21-fc6c8468, #w-node-c3dbaa60-cd6a-c8c8-2734-7b0765378f44-fc6c8468 {
    grid-column: span 2 / span 2;
  }

  #w-node-_109494c8-ef76-4fe4-868b-8cc9dd6e9017-fc6c8468, #w-node-_3ae5a4d3-bc9c-9c4a-45fa-2f72be11908c-fc6c8468 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-_614522a9-39d4-1d91-fcea-6437e4bae030-473d0379 {
    justify-self: start;
  }

  #w-node-_5a319c07-31e3-a907-01b3-970703b4725c-473d0379 {
    order: -9999;
  }

  #w-node-bc83ce11-2bb2-b5db-ef31-d341007be565-473d0379 {
    order: 3;
  }

  #w-node-_2fb0c902-ff99-5c08-53fb-39ced162d39f-473d0379 {
    order: 3;
    justify-self: start;
  }

  #w-node-_2b2784e3-95a4-810e-7585-33eea6c07089-473d0379 {
    order: 5;
  }

  #w-node-_5b7d5bcc-b30d-ad3e-e3ef-c312692996f3-473d0379 {
    order: 9999;
    justify-self: start;
  }

  #w-node-_695c505e-affd-9fdb-572a-6dd2551414a2-894a82ad, #w-node-_695c505e-affd-9fdb-572a-6dd2551414a2-7d7d683c, #w-node-c4cc32e7-33ba-90de-8e56-6af0bde5116e-3c6299e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d5c2c4c-515c-41e2-811c-abfacc522506-3c6299e3, #w-node-a6ba6c70-35ec-485d-8126-f81acd7f1d5f-3c6299e3, #w-node-_67e2d22c-d4bf-96b7-df61-3c217cc3feb9-3c6299e3, #w-node-_9c4c583f-0445-f895-ba1a-e5bc8fb67f38-3c6299e3, #w-node-_2057c6aa-0538-dbef-8ecc-4f8eab966060-3c6299e3 {
    order: 9999;
  }

  #w-node-_77e46151-a3a2-07c7-4f0e-caef448b11f6-3c6299e3 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d22a37ed-22ee-936e-63a5-8a403e457f32-301cae7d {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ae2e0a38-c7d9-d5c4-eee1-ccd037aaaec7-a1656dc8 {
    justify-self: center;
  }

  #w-node-b2bed725-4b3b-86ec-11a4-4f49a1656dcb-a1656dc8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-b2bed725-4b3b-86ec-11a4-4f49a1656ddc-a1656dc8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b2bed725-4b3b-86ec-11a4-4f49a1656ddd-a1656dc8 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5a1da6d2-4cd1-bcd2-b6db-5ac9db1970c7-db1970c4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr 1fr;
  }

  #w-node-_5a1da6d2-4cd1-bcd2-b6db-5ac9db1970c8-db1970c4, #w-node-_467223cb-1de8-a369-7adf-c76bc6a966d6-db1970c4, #w-node-_85a8710f-6e92-df35-ad60-51e4c1e06639-db1970c4, #w-node-_7fd694cb-6492-00b2-1f5e-c9f047f723b6-db1970c4, #w-node-_5a1da6d2-4cd1-bcd2-b6db-5ac9db1970d9-db1970c4, #w-node-_5a1da6d2-4cd1-bcd2-b6db-5ac9db1970e5-db1970c4 {
    grid-column: span 2 / span 2;
  }

  #w-node-_4f27e0da-ecde-ff61-1ef8-6ceaea85cc41-24b67288 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c9b4aeed-2e47-c209-05a5-7c7571165cf1-24b67288 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_695c505e-affd-9fdb-572a-6dd2551414a2-972963ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-ab36c04e-d40f-0ea8-917c-b4a7e6b1c928-fc6c8468 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8c7dc46b-3f36-1754-d7c1-1c3faaf84033-fc6c8468 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8c7dc46b-3f36-1754-d7c1-1c3faaf8403a-fc6c8468 {
    order: 0;
  }

  #w-node-c3dbaa60-cd6a-c8c8-2734-7b0765378f44-fc6c8468 {
    grid-column: span 2 / span 2;
  }

  #w-node-_109494c8-ef76-4fe4-868b-8cc9dd6e9010-fc6c8468 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_434a7cc9-4e80-a8a9-edf9-9e992162e3e9-fc6c8468 {
    grid-column: span 2 / span 2;
  }

  #w-node-_3ae5a4d3-bc9c-9c4a-45fa-2f72be119085-fc6c8468 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_18135141-d6b0-f6d9-efd7-b2a2da5e7972-936e5f3f, #w-node-daa979a6-3ccf-a370-c261-fe0c51d5fb56-936e5f3f {
    justify-self: auto;
  }

  #w-node-_484b35e3-e153-2c5b-af62-7e5c2ea762db-b9774273 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_695c505e-affd-9fdb-572a-6dd2551414a2-894a82ad, #w-node-_695c505e-affd-9fdb-572a-6dd2551414a2-7d7d683c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
}


