:root {
  --_typography---font--family--sub-title: "Source Serif 4";
  --_typography---font--size--xl: 36px;
  --_typography---font--line-height--s: 16px;
  --_tokens---border--border-size--lg: 40px;
  --_typography---font--size--l: 24px;
  --_primitives---border-size--lg: 40px;
  --_primitives---colour--brand--light-purple: #8e34db;
  --_primitives---colour--grey--grey-800: #2a2a2a;
  --_tokens---surface--surface-brand-1a: var(--_primitives---colour--brand--light-purple);
  --_tokens---surface--surface-primary: var(--_primitives---colour--grey--grey-50);
  --_typography---font--family--body: Inter;
  --_tokens---text--text-primary: var(--_primitives---colour--grey--grey-800);
  --_typography---font--size--m: 16px;
  --_primitives---colour--grey--grey-200: #e2e2e2;
  --_tokens---text--text-invert: var(--_primitives---colour--grey--grey-50);
  --_typography---font--size--s: 12px;
  --_primitives---colour--brand--bleach-purple: #c887ff;
  --_tokens---border--border-colour--border-primary: var(--_primitives---colour--grey--grey-600);
  --_tokens---text--text-secondary: var(--_primitives---colour--grey--grey-600);
  --_typography---font--family--main-title: "Public Sans";
  --_typography---font--size--2xl: 84px;
  --_typography---font--line-height--m: 32px;
  --_typography---font--line-height--l: 24px;
  --_typography---font--line-height--xl: 62px;
  --_tokens---text--text-brand: var(--_primitives---colour--grey--grey-800);
  --_primitives---colour--brand--darker-turq: #009799;
  --_primitives---border-size--sm: 15px;
  --_tokens---text--text-alt-1a: var(--_primitives---colour--brand--dark-purple);
  --_tokens---text--text-alt-2c: var(--_primitives---colour--brand--darker-turq);
  --_tokens---border--border-size--sm: 15px;
  --_primitives---border-size--xs: 8px;
  --_typography---font--line-height--2xl: 120px;
  --_tokens---border--border-colour--border-invert: var(--_primitives---colour--grey--grey-50);
  --_tokens---surface--surface-brand-1b: var(--_primitives---colour--brand--dark-purple);
  --_tokens---surface--surface-brand-2a: var(--_primitives---colour--brand--dark-turq);
  --_tokens---text--text-alt-1b: var(--_primitives---colour--brand--light-purple);
  --_tokens---text--text-alt-2a: var(--_primitives---colour--brand--dark-turq);
  --_primitives---colour--brand--dark-turq: #00b9bb;
  --_primitives---colour--grey--grey-600: #737373;
  --_primitives---colour--brand--dark-purple: #4d157c;
  --_primitives---colour--grey--grey-50: #f1f1f1;
  --_primitives---colour--grey--grey-400: #afafaf;
  --_primitives---colour--brand--light-turq: #54fdff;
  --_typography---font--weight--regular: Regular;
  --_typography---font--weight--extra-bold: ExtraBold;
  --_typography---font--weight--bold: Bold;
  --_typography---font--weight--semibold-italic: "SemiBold Italic";
  --_typography---font--weight--medium: Medium;
  --_tokens---surface--surface-brand-2b: var(--_primitives---colour--brand--light-turq);
  --_tokens---surface--surface-invert: var(--_primitives---colour--grey--grey-800);
  --_tokens---surface--surface-secondary: var(--_primitives---colour--grey--grey-800);
  --_tokens---text--text-alt-2b: var(--_primitives---colour--brand--light-turq);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  font-family: var(--_typography---font--family--sub-title);
  font-size: var(--_typography---font--size--xl);
  line-height: var(--_typography---font--line-height--s);
  text-decoration: none;
}

.buttondefault {
  grid-column-gap: 10px;
  border-radius: var(--_tokens---border--border-size--lg);
  font-family: var(--_typography---font--family--sub-title);
  font-size: var(--_typography---font--size--l);
  background-color: #4d157c;
  border: 2px solid #f1f1f1;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 32px 78px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.buttondefault:where(.w-variant-b487efd2-0e9c-148f-2d31-cd57ffeafccb) {
  border-radius: var(--_primitives---border-size--lg);
  background-color: #4d157c00;
  text-decoration: none;
}

.buttondefault:hover {
  background-color: var(--_primitives---colour--brand--light-purple);
}

.buttondefault:hover:where(.w-variant-b487efd2-0e9c-148f-2d31-cd57ffeafccb) {
  background-color: #4d157c4d;
}

.buttondefault:active {
  background-color: var(--_primitives---colour--grey--grey-800);
}

.buttondefault:active:where(.w-variant-b487efd2-0e9c-148f-2d31-cd57ffeafccb) {
  background-color: #2e2e2e99;
}

.footer {
  grid-row-gap: 40px;
  background-color: #2a2a2a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 24px 8px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.columns {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
}

.column {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 320px;
  text-decoration: none;
  display: flex;
}

.logo-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.logo {
  justify-content: center;
  align-items: center;
  width: 141px;
  height: 36px;
  text-decoration: none;
  display: flex;
}

.small-columns {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.content-style {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.company {
  color: #f1f1f1;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.footer-links {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.link-style {
  color: #f1f1f1;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.about, .contact {
  color: #f1f1f1;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.copyright {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #737373;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.navbar-logo-left {
  background-color: #f1f1f1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.navbarcontainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-content {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-brand {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.navbar-link {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.home, .how-it-works, .safety-protocol, .contact-us {
  color: #2a2a2a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.navbar-button {
  grid-column-gap: 8px;
  background-color: #4d157c;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: inline-block;
}

.navbar-button:hover {
  background-color: var(--_tokens---surface--surface-brand-1a);
}

.get-started {
  color: #f1f1f1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.column-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.link-style-2 {
  color: #f1f1f1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.logo-2 {
  justify-content: flex-start;
  align-items: center;
  width: 114px;
  height: 36px;
  text-decoration: none;
  display: flex;
}

.about-2 {
  color: #2a2a2a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.brand {
  align-items: center;
  margin-top: 12px;
  display: block;
}

.image {
  vertical-align: middle;
  align-self: auto;
}

.navbar {
  background-color: var(--_tokens---surface--surface-primary);
  font-family: var(--_typography---font--family--body);
  color: var(--_tokens---text--text-primary);
  margin-top: 0;
}

.nav-link {
  font-family: var(--_typography---font--family--body);
  font-size: var(--_typography---font--size--m);
  font-weight: 400;
}

.nav-link:hover {
  background-color: var(--_primitives---colour--grey--grey-200);
}

.nav-link.w--current {
  text-decoration: none;
}

.link-block {
  margin-top: 0;
  padding: 14px 0 12px;
  text-decoration: none;
}

.body {
  background-color: var(--_tokens---surface--surface-primary);
}

.footer-dark {
  background-color: var(--_primitives---colour--grey--grey-800);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  vertical-align: baseline;
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  display: flex;
}

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

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

.title-small {
  font-family: var(--_typography---font--family--sub-title);
  color: var(--_tokens---text--text-invert);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  font-family: var(--_typography---font--family--body);
  color: var(--_tokens---text--text-invert);
  font-size: var(--_typography---font--size--s);
  line-height: var(--_typography---font--size--m);
  margin-top: 12px;
  margin-bottom: 6px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--_primitives---colour--brand--bleach-purple);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: var(--_tokens---border--border-colour--border-primary);
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--_tokens---text--text-secondary);
  text-align: center;
  background-color: #0000;
  font-size: 14px;
  line-height: 16px;
}

.hero-heading-center {
  background-color: var(--_tokens---surface--surface-primary);
  border-bottom: 1px solid #e4ebf3;
  min-height: 728px;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  font-family: var(--_typography---font--family--main-title);
  font-size: var(--_typography---font--size--2xl);
  line-height: var(--_typography---font--size--2xl);
  margin-bottom: 32px;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.text-margin-bottom-24 {
  font-family: var(--_typography---font--family--body);
  color: var(--_tokens---text--text-primary);
  font-size: var(--_typography---font--size--m);
  line-height: var(--_typography---font--line-height--m);
  letter-spacing: -.5px;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.text-margin-bottom-24.centered {
  text-align: center;
  letter-spacing: 0;
  justify-content: center;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-margin-bottom-24.short {
  margin-right: 32px;
}

.text-margin-bottom-24.invert {
  color: var(--_tokens---text--text-invert);
  text-align: left;
}

.text-margin-bottom-24._50 {
  width: 55%;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: none;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-without-image {
  background-color: var(--_tokens---surface--surface-primary);
  background-image: linear-gradient(#b8c0d0, #fff0 81%);
  border-bottom: 1px solid #e4ebf3;
  min-height: 860px;
  padding: 120px 30px 79px;
  position: relative;
}

.hero-wrapper-two {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 12px auto;
  display: flex;
}

.h1 {
  filter: drop-shadow(2px 4px 3px #00000038);
  font-family: var(--_typography---font--family--main-title);
  color: var(--_tokens---text--text-invert);
  font-size: var(--_typography---font--size--2xl);
  line-height: var(--_typography---font--size--2xl);
  text-align: left;
  mix-blend-mode: normal;
  margin-left: auto;
  margin-right: auto;
}

.h1.home {
  filter: none;
  color: var(--_tokens---text--text-brand);
  text-align: center;
  font-weight: 800;
}

.text-span {
  color: var(--_primitives---colour--brand--darker-turq);
  -webkit-text-stroke-color: var(--_primitives---colour--brand--darker-turq);
}

.text-span-2 {
  color: var(--_primitives---colour--brand--light-purple);
}

.paragraph-margin-24px {
  font-family: var(--_typography---font--family--body);
  color: var(--_tokens---text--text-invert);
  font-size: var(--_typography---font--size--m);
  line-height: var(--_typography---font--line-height--m);
  text-align: center;
  max-width: 750px;
}

.hero-heading-left {
  opacity: 1;
  mix-blend-mode: multiply;
  background-color: #e2e2e2;
  background-image: linear-gradient(90deg, #030d29 17%, #4a1c5a00), url('../images/Plexus-Cover-1.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  border-bottom: 1px solid #e4ebf3;
  height: auto;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.hero-split-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.hero-split-2.extend {
  max-width: none;
}

.hero-split-2.short {
  max-width: 45%;
}

.shadow-two-2 {
  border-radius: var(--_primitives---border-size--sm);
}

.h2 {
  font-family: var(--_typography---font--family--sub-title);
  color: var(--_tokens---text--text-alt-1a);
  font-size: var(--_typography---font--size--xl);
  line-height: var(--_typography---font--line-height--xl);
  text-align: left;
  overflow-wrap: normal;
  align-self: flex-start;
  margin-top: 1px;
}

.h2.centered {
  text-align: center;
  text-transform: capitalize;
  margin-left: auto;
  margin-right: auto;
}

.h2.invert {
  color: var(--_tokens---text--text-invert);
}

.h2.blue {
  color: var(--_tokens---text--text-alt-2c);
}

.list {
  font-family: var(--_typography---font--family--body);
  font-size: var(--_typography---font--size--m);
  line-height: var(--_typography---font--line-height--m);
  text-align: left;
  letter-spacing: -.5px;
  margin-top: 11px;
  margin-bottom: 11px;
  margin-left: 42px;
  padding-top: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.list.invert {
  color: var(--_tokens---text--text-invert);
}

.spacer-48 {
  height: 48px;
  margin-top: 0;
  margin-bottom: 0;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-overview {
  background-color: #0000;
  border-bottom: 0 solid #0000;
  padding: 80px 30px;
  position: relative;
}

.pricing-grid {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.pricing-card-three {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 170px;
  margin: 0;
  padding: 0;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: auto;
  height: 80px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.statement-card-text {
  font-family: var(--_typography---font--family--body);
  color: var(--_tokens---text--text-primary);
  font-size: var(--_typography---font--size--m);
  line-height: var(--_typography---font--line-height--l);
  text-align: left;
  align-self: auto;
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 0;
}

.statement-card-text.right {
  text-align: right;
  align-self: flex-end;
  margin-left: 0;
}

.statement-card-text.b {
  width: 200px;
}

.statement-card-text.centered {
  color: var(--_tokens---text--text-primary);
  font-size: var(--_typography---font--size--m);
  text-align: center;
  letter-spacing: -.5px;
  margin-top: 0;
}

.statement-card-text.invert {
  color: var(--_tokens---text--text-primary);
  text-align: center;
  padding-left: 0;
}

.div-block {
  border-radius: var(--_tokens---border--border-size--sm);
  background-color: var(--_primitives---colour--grey--grey-200);
  padding-left: 32px;
  padding-right: 32px;
}

.div-block.square {
  height: 275px;
}

.div-block.set {
  height: 250px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.div-block.extend {
  border: 2px solid var(--_primitives---colour--grey--grey-200);
  background-color: #0000;
  padding-right: 64px;
}

.div-block.b {
  border-radius: var(--_primitives---border-size--xs);
  padding: 16px;
}

.div-block.h {
  border-radius: var(--_primitives---border-size--xs);
  background-color: #e2e2e2;
  padding-left: 0;
  padding-right: 0;
}

.div-block.outline {
  border: 3px solid var(--_primitives---colour--grey--grey-200);
  background-color: #0000;
  height: 245px;
}

.div-block.invisible {
  background-color: #0000;
  border: 0 solid #000;
  border-radius: 15px;
  padding-left: 8px;
  padding-right: 8px;
}

.div-block.k {
  background-color: #0000;
}

.container-3 {
  height: auto;
  margin: 24px 32px;
  padding-left: 0;
  padding-right: 0;
}

.container-3.centre {
  justify-content: center;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.container-3.extend {
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: 4px;
  margin-right: 4px;
  display: block;
}

.container-3.compact {
  margin-top: 16px;
  margin-bottom: 16px;
}

.container-3.h {
  margin: 0;
}

.container-3.capacity {
  margin: 12px;
}

._2-card-grid {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: grid;
}

.card-xl-a {
  border-radius: var(--_tokens---border--border-size--sm);
  background-color: var(--_primitives---colour--grey--grey-200);
  height: 450px;
  padding: 12px;
}

.container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  overflow: visible;
}

.statement-card-xl {
  font-family: var(--_typography---font--family--body);
  font-size: var(--_typography---font--size--m);
  line-height: var(--_typography---font--line-height--l);
  text-align: left;
  letter-spacing: -.5px;
}

.container-5 {
  max-width: none;
  height: auto;
  margin: 32px;
}

.container-5.invert {
  color: var(--_tokens---text--text-invert);
}

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

.hero-wrapper-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 52%;
  padding-right: 20px;
  display: flex;
}

.h1-contact {
  filter: none;
  font-family: var(--_typography---font--family--main-title);
  color: var(--_tokens---text--text-primary);
  font-size: var(--_typography---font--size--2xl);
  line-height: var(--_typography---font--line-height--2xl);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
}

.h1-contact.invert {
  color: var(--_tokens---text--text-invert);
}

.container-7 {
  max-width: 1200px;
}

.title-paragrah-1 {
  font-family: var(--_typography---font--family--body);
  font-size: var(--_typography---font--size--m);
  line-height: var(--_typography---font--size--l);
  max-width: none;
  margin-bottom: 36px;
}

.title-paragrah-1.invert {
  color: var(--_tokens---text--text-invert);
  text-align: left;
  letter-spacing: -.5px;
  margin-bottom: 20px;
}

.title-paragrah-1.short {
  max-width: 875px;
  margin-bottom: 0;
}

.statement-number {
  font-family: var(--_typography---font--family--body);
  font-size: var(--_typography---font--size--xl);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}

.container-8 {
  max-width: 1100px;
}

.div-block-3 {
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 170px;
  display: flex;
}

.div-block-3.right {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  align-items: flex-end;
  height: 120px;
}

.field-label {
  font-family: var(--_typography---font--family--body);
  font-size: var(--_typography---font--size--m);
  line-height: var(--_typography---font--line-height--l);
  font-weight: 500;
}

.text-field {
  border-radius: var(--_primitives---border-size--xs);
  color: var(--_tokens---text--text-brand);
  font-size: var(--_typography---font--size--m);
  line-height: var(--_typography---font--line-height--l);
  -webkit-text-stroke-color: var(--_tokens---border--border-colour--border-primary);
  min-width: 600px;
  min-height: 48px;
}

.text-field.xl {
  min-height: 96px;
}

.submit-button {
  aspect-ratio: auto;
  border: 1px solid var(--_tokens---border--border-colour--border-invert);
  border-radius: var(--_primitives---border-size--sm);
  background-color: var(--_tokens---surface--surface-brand-1b);
  font-family: var(--_typography---font--family--sub-title);
  color: var(--_tokens---text--text-invert);
  font-size: var(--_typography---font--size--l);
  line-height: var(--_typography---font--line-height--m);
  vertical-align: baseline;
  object-fit: fill;
  width: 600px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 16px 40px;
  font-weight: 600;
  display: inline-block;
  overflow: clip;
}

.div-block-4 {
  border-radius: var(--_primitives---border-size--lg);
  background-image: linear-gradient(135deg, var(--_tokens---surface--surface-brand-2a), var(--_tokens---surface--surface-brand-1b));
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1290px;
  margin: 32px auto 95px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.text-span-3 {
  color: var(--_tokens---surface--surface-brand-2a);
}

.text-span-4 {
  color: var(--_tokens---text--text-alt-1b);
}

.div-block-5 {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}

.quote-card {
  padding-top: 16px;
  padding-bottom: 16px;
}

.quote-1 {
  font-family: var(--_typography---font--family--sub-title);
  color: var(--_primitives---colour--brand--darker-turq);
  font-size: var(--_typography---font--size--xl);
  line-height: var(--_typography---font--line-height--xl);
  border-left-style: none;
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: 900;
  display: block;
}

.quote-div-block {
  border-radius: var(--_primitives---border-size--lg);
  background-color: var(--_primitives---colour--grey--grey-200);
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1290px;
  margin: 32px auto;
  display: flex;
}

.body-2 {
  background-color: var(--_tokens---surface--surface-primary);
}

.spacer-6 {
  height: 12px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.container-9 {
  max-width: none;
  height: auto;
  margin: 32px;
}

.quote-purple {
  font-family: var(--_typography---font--family--sub-title);
  color: var(--_tokens---text--text-invert);
  text-align: center;
  -webkit-text-stroke-color: var(--_tokens---text--text-alt-1a);
  border-left-style: none;
  margin: 16px auto;
  font-size: 32px;
  font-weight: 900;
  line-height: 56px;
  display: block;
}

.bento-section {
  padding: 80px 30px;
}

.grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  width: 100%;
  height: auto;
}

.div-bento-1 {
  border-radius: var(--_primitives---border-size--sm);
  background-color: var(--_primitives---colour--grey--grey-200);
  justify-content: flex-start;
  align-items: flex-end;
  padding: 42px 58px;
  display: flex;
}

.hero-two-images {
  background-color: #0000;
  border-bottom: 0 #0000;
  height: auto;
  padding: 80px 30px;
  position: relative;
}

.heading-left-section {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  height: auto;
  padding: 80px 30px;
  position: relative;
}

.spacer-24 {
  height: 24px;
  margin-top: 0;
  margin-bottom: 0;
}

.quote-wrapper {
  text-align: center;
  margin: 12px auto;
  display: block;
}

.h1-footer {
  font-family: var(--_typography---font--family--main-title);
  color: var(--_tokens---text--text-invert);
  font-size: var(--_typography---font--size--2xl);
  line-height: var(--_typography---font--line-height--2xl);
  text-align: center;
  mix-blend-mode: normal;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-title {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin: 12px auto;
  display: flex;
}

.div-block-6 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.spacer-12 {
  height: 12px;
  margin-top: 16px;
  margin-bottom: 8px;
}

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

.h4 {
  font-family: var(--_typography---font--family--sub-title);
  color: var(--_tokens---text--text-alt-1b);
  font-size: var(--_typography---font--size--l);
  line-height: var(--_typography---font--line-height--s);
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
}

.meaning-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  place-items: center stretch;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.container-10 {
  height: auto;
  margin: 32px;
  padding-left: 0;
  padding-right: 0;
}

.container-10.centre {
  margin: 9px 12px;
}

.icon-container-1 {
  margin-top: 24px;
  margin-bottom: 0;
}

.div-block-3-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.meaning-card-text {
  font-family: var(--_typography---font--family--body);
  font-size: var(--_typography---font--size--m);
  line-height: var(--_typography---font--line-height--l);
  text-align: center;
  margin-bottom: 0;
}

.list-item, .list-item-2, .list-item-3, .list-item-4 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.approach-section {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  height: auto;
  padding: 80px 30px;
  position: relative;
}

.margin-bottom-24-centered {
  font-family: var(--_typography---font--family--body);
  color: var(--_tokens---text--text-primary);
  text-align: center;
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 18px;
  line-height: 36px;
}

.div-block-7 {
  margin-top: 18px;
  margin-bottom: 0;
}

.quote-wrapper-center {
  text-align: center;
  margin: 0 auto 12px;
}

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

.operator-section {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.heading-2 {
  font-size: var(--_typography---font--line-height--m);
  line-height: var(--_typography---font--line-height--l);
}

.title-hero-left {
  background-color: #858585;
  background-image: url('../images/About-KV-1.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  height: auto;
  padding: 80px 30px;
  position: relative;
}

.intro-section {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  height: auto;
  padding: 80px 30px;
  position: relative;
}

._4-card-vertical {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: stretch;
  place-items: center stretch;
  margin-top: 24px;
  margin-left: 0;
  margin-right: auto;
  padding-right: 0;
  display: grid;
}

.card-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
}

.card-5.h {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.card-5.centre {
  justify-content: center;
  align-items: center;
}

.card-5.left, .card-5.right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.hero-split-a {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 50%;
  display: flex;
}

.hero-split-a.c {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: var(--_primitives---border-size--sm);
  background-color: var(--_primitives---colour--grey--grey-200);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding: 16px 24px;
}

.hero-split-a.short {
  max-width: 35%;
}

.hero-split-a._2 {
  max-width: 60%;
}

.hero-split-b {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 30%;
  display: flex;
}

.container-11 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  max-width: 1200px;
  display: flex;
}

.container-12 {
  max-width: 1200px;
}

.text-span-5 {
  color: var(--_tokens---text--text-alt-2a);
}

.text-span-6 {
  color: var(--_tokens---text--text-alt-1a);
}

._2-card-grid-b {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 1200px;
  max-width: 1100px;
  display: grid;
}

._2-card-grid-c {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-xl-b {
  border-radius: var(--_tokens---border--border-size--sm);
  background-color: var(--_primitives---colour--grey--grey-200);
  height: 280px;
  padding: 12px;
}

.card-xl-b.blue {
  background-color: var(--_primitives---colour--brand--dark-turq);
}

.card-xl-b.purple {
  background-color: var(--_primitives---colour--brand--light-purple);
}

.quote-blue {
  font-family: var(--_typography---font--family--sub-title);
  color: var(--_tokens---text--text-alt-2c);
  text-align: center;
  -webkit-text-stroke-color: var(--_tokens---text--text-alt-1a);
  border-left-style: none;
  margin: 16px auto;
  font-size: 32px;
  font-weight: 900;
  line-height: 56px;
  display: block;
}

.security-section {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  height: auto;
  padding: 80px 30px;
  position: relative;
}

.div-block-8 {
  border-radius: var(--_primitives---border-size--sm);
  background-color: var(--_primitives---colour--grey--grey-600);
  padding: 32px 44px;
}

.container-2-b {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-split-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 45%;
  margin-top: 33px;
  display: flex;
}

.hero-split-4.short {
  padding-right: 0;
}

.h2-short {
  font-family: var(--_typography---font--family--sub-title);
  color: var(--_tokens---text--text-alt-1b);
  font-size: var(--_typography---font--size--xl);
  line-height: var(--_typography---font--line-height--xl);
  text-align: left;
  align-self: flex-start;
  margin-top: 1px;
  margin-right: 0;
  padding-right: 32px;
}

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

.square-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 200px;
  height: 200px;
  margin: 0;
  padding: 0;
  display: flex;
}

.number-card-grid {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.number-card-grid.compact {
  grid-column-gap: 16px;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
}

.container-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  max-width: 300px;
  margin: 32px 20px 32px 0;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-right: 0;
  display: flex;
}

.div-block-10 {
  justify-content: space-between;
  margin-top: 64px;
  display: flex;
}

.container-14 {
  margin-left: 0;
  margin-right: 0;
}

.number-container {
  text-align: left;
}

.h3 {
  font-family: var(--_typography---font--family--sub-title);
  font-size: var(--_typography---font--size--l);
  text-align: center;
}

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

.container-1.invert {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: var(--_primitives---border-size--sm);
  filter: grayscale(40%);
  background-image: url('../images/Access-Levels_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 1200px;
  height: 680px;
  margin-left: -32px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.container-1.invert-r {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/SC_Access-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 728px;
  margin-left: 128px;
  margin-right: -96px;
}

.container-1.b {
  padding-left: 64px;
}

.container-15 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1100px;
  display: flex;
}

.hero-split-c {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  max-width: 50%;
  margin-top: 0;
  display: flex;
}

.hero-split-c.b {
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
}

.hero-split-c.c {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: auto;
  max-width: 100%;
}

._3-card-vertical {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center stretch;
  margin-top: 24px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.hero-split-d {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  margin: auto 0;
  display: flex;
}

.image-2 {
  margin-top: auto;
  margin-bottom: auto;
}

._3-card-vertical-b {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center stretch;
  margin-top: 24px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

._3-card-horizontal {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  max-width: 1100px;
  display: flex;
}

.container-0 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  max-width: 1100px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-0.invert {
  margin-left: auto;
  margin-right: auto;
}

.container-0.b {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-11 {
  background-color: #0000;
}

.div-block-12 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: var(--_primitives---border-size--sm);
  background-color: var(--_primitives---colour--brand--dark-turq);
  justify-content: center;
  align-items: center;
  padding: 16px 32px 16px 28px;
  display: flex;
}

.inner-text {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.div-block-13 {
  border-radius: var(--_primitives---border-size--sm);
  background-color: var(--_primitives---colour--brand--dark-purple);
  padding: 16px;
}

.inner-text-2 {
  color: var(--_primitives---colour--grey--grey-50);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 34px;
  margin-right: 34px;
  display: flex;
}

.bold-text-2 {
  font-family: var(--_typography---font--family--body);
  color: var(--_primitives---colour--grey--grey-50);
  font-size: var(--_typography---font--size--m);
  line-height: var(--_typography---font--line-height--m);
  text-transform: capitalize;
  margin-left: 0;
  margin-right: 0;
}

.container-17 {
  max-width: 1100px;
}

.div-block-1 {
  border-radius: var(--_tokens---border--border-size--sm);
  background-color: var(--_primitives---colour--grey--grey-200);
  padding-left: 0;
  padding-right: 0;
}

.container-18 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper-1 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.what-section {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  height: auto;
  padding: 80px 30px;
  position: relative;
}

._4-card-vertical-b {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: stretch;
  place-items: center stretch;
  margin: 0 auto 24px 0;
  padding-right: 0;
  display: grid;
}

.margin-24px-both {
  font-family: var(--_typography---font--family--body);
  font-size: var(--_typography---font--size--m);
  line-height: var(--_typography---font--line-height--m);
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.hero-wrapper-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.hero-split-f {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
  margin-bottom: 128px;
  margin-right: 32px;
  display: block;
}

.hero-split-g {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 50%;
  margin-left: 64px;
  display: block;
}

._6x4-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: stretch;
  width: 100%;
  height: auto;
}

.div-bento-2 {
  border-radius: var(--_primitives---border-size--sm);
  background-color: var(--_primitives---colour--grey--grey-200);
  justify-content: flex-start;
  align-items: center;
  padding: 42px 58px;
  display: flex;
}

.div-bento-2.blue {
  background-color: var(--_primitives---colour--brand--dark-turq);
}

.div-bento-2.purple {
  background-color: var(--_primitives---colour--brand--light-purple);
}

.section-b {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 64px 30px;
  position: relative;
}

.section-b.small {
  padding-top: 0;
  padding-bottom: 0;
}

.container-title {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._4-card-horizon {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

._6x4-grid-b {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: stretch;
  width: 100%;
  height: auto;
}

.bento-section-3 {
  padding: 80px 30px;
}

.circle-images-m {
  object-fit: cover;
  border-radius: 64px;
  width: 90px;
  height: 90px;
  margin-bottom: 0;
}

.circle-images-l {
  object-fit: cover;
  border-radius: 0;
  align-self: auto;
  width: auto;
  max-width: none;
  height: auto;
  margin-bottom: 0;
}

.hero-split-h {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 60%;
  margin-bottom: 0;
  margin-right: 0;
  display: block;
}

.grid-2 {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  margin-right: -45px;
}

.paragraph {
  font-family: var(--_typography---font--family--body);
  color: var(--_tokens---text--text-primary);
  font-size: var(--_typography---font--size--m);
  line-height: var(--_typography---font--size--l);
  text-align: center;
  margin: 8px 12px;
}

.div-block-capacity {
  border-radius: var(--_primitives---border-size--xs);
  background-color: var(--_primitives---colour--grey--grey-200);
  max-width: 200px;
  padding: 8px 0;
  display: block;
}

.div-block-capacity.b {
  background-color: #0000;
  margin-left: -14px;
  margin-right: -14px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-3 {
  min-height: 375px;
  padding-left: 0;
  padding-right: 0;
}

._8x7-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 37px 36px 36px 36px 36px 36px 36px 36px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  place-items: center stretch;
  max-height: none;
  margin: 0 auto 0 0;
  padding-right: 0;
  display: grid;
  overflow: visible;
}

.div-block-capacity-3 {
  border-radius: var(--_tokens---border--border-size--sm);
  background-color: #009799;
  padding-left: 16px;
  padding-right: 16px;
}

.div-block-capacity-3.invisible {
  background-color: #0000;
  border: 0 solid #000;
  border-radius: 15px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-capacity-3.purple {
  background-color: var(--_primitives---colour--brand--light-purple);
}

.container-19 {
  max-width: none;
  height: auto;
  margin: 8px 4px 24px;
  padding: 8px 0 0;
}

.text-span-7, .text-span-8 {
  font-size: var(--_typography---font--size--s);
}

.div-block-capacity-2 {
  border-radius: var(--_primitives---border-size--sm);
  background-color: var(--_primitives---colour--grey--grey-200);
  max-width: none;
  margin-bottom: 39px;
  padding: 19px 16px;
  display: block;
}

.image-card-1 {
  flex-flow: column;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.statement-card-text-invert {
  font-family: var(--_typography---font--family--body);
  color: var(--_tokens---text--text-invert);
  font-size: var(--_typography---font--size--l);
  line-height: var(--_typography---font--line-height--l);
  text-align: left;
  align-self: auto;
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 0;
}

.icon-image-l {
  mix-blend-mode: normal;
  object-fit: cover;
  align-self: auto;
  width: auto;
  height: 80px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.bold-text-3 {
  font-family: var(--_typography---font--family--body);
  font-size: var(--_typography---font--size--m);
  line-height: var(--_typography---font--line-height--m);
  text-transform: capitalize;
  margin-left: 7px;
  margin-right: 7px;
}

.card-6 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
}

.au-div-1 {
  border-radius: var(--_tokens---border--border-size--sm);
  background-color: var(--_primitives---colour--grey--grey-200);
  padding-left: 32px;
  padding-right: 32px;
}

.ho-card-1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: stretch;
  place-items: center;
  height: auto;
  margin: 0 auto;
  padding: 32px 0;
  display: grid;
}

.home-2-card-grid {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: grid;
}

.security-control-heading {
  opacity: 1;
  mix-blend-mode: multiply;
  background-color: #e2e2e2;
  background-image: linear-gradient(90deg, #f7f9ff 17%, #fff0), url('../images/SecurityControl-KV-1.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  height: auto;
  padding: 80px 30px;
  position: relative;
}

.sc-titile-holder {
  border-radius: var(--_primitives---border-size--sm);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #f9faff80;
  padding: 44px;
}

.sc-icon-image-1 {
  object-fit: cover;
  width: auto;
  height: 80px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.sc-icon-image-4 {
  object-fit: cover;
  width: auto;
  height: 100px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.sc-icon-image-3 {
  object-fit: cover;
  width: auto;
  height: 50px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.sc-icon-image-2 {
  object-fit: cover;
  width: auto;
  height: 60px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.container-20 {
  margin-bottom: 12px;
}

.sc-icon-image-5 {
  object-fit: cover;
  width: auto;
  height: 80px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.hiw-hero-left {
  background-color: #858585;
  background-image: linear-gradient(90deg, #dce4e9 26%, #fff0 68%), url('../images/How-it-Works-KV-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1748px;
  border-bottom: 1px solid #e4ebf3;
  height: auto;
  padding: 80px 30px;
  position: relative;
}

.h-title-holder {
  border-radius: var(--_primitives---border-size--xs);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #0000;
  padding: 15px 24px;
}

.hiw-icon-image-1 {
  object-fit: cover;
  width: auto;
  height: 80px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.hiw-card-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
}

.hiw-container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin: 24px 16px 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph-2 {
  color: var(--_tokens---text--text-invert);
  margin-bottom: 0;
}

.paragraph-2:where(.w-variant-b487efd2-0e9c-148f-2d31-cd57ffeafccb) {
  color: var(--_tokens---text--text-invert);
  font-size: var(--_typography---font--size--l);
  margin-bottom: 0;
  padding: 0;
}

.list-item-5 {
  letter-spacing: -.5px;
}

.paragraph-3 {
  font-family: var(--_typography---font--family--body);
  font-size: var(--_typography---font--size--m);
  line-height: var(--_typography---font--line-height--m);
  font-weight: 400;
}

.paragraph-3.centered {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  border-radius: var(--_primitives---border-size--lg);
  border: 10px solid #fff;
  max-width: 1200px;
  margin-top: 24px;
  margin-bottom: 0;
  box-shadow: 0 12px 24px #96a3b552;
}

.home-div-block {
  aspect-ratio: 1;
  border-radius: var(--_primitives---border-size--lg);
  background-color: #6d6d9b8a;
  max-height: 270px;
}

.icon-image-home {
  mix-blend-mode: normal;
  object-fit: cover;
  align-self: auto;
  width: auto;
  max-width: 68px;
  height: auto;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.statement-card-home {
  font-family: var(--_typography---font--family--body);
  color: var(--_tokens---text--text-invert);
  font-size: var(--_typography---font--size--m);
  line-height: var(--_typography---font--line-height--l);
  text-align: center;
  align-self: auto;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.statement-card-home.right {
  text-align: right;
  align-self: flex-end;
  margin-left: 0;
}

.statement-card-home.b {
  width: 200px;
}

.statement-card-home.centered {
  color: var(--_tokens---text--text-primary);
  font-size: var(--_typography---font--size--m);
  text-align: center;
  letter-spacing: -.5px;
  margin-top: 0;
}

.statement-card-home.invert {
  color: var(--_tokens---text--text-primary);
  text-align: center;
  padding-left: 0;
}

.difference-home {
  background-color: #0000;
  background-image: linear-gradient(0deg, #f5ebff, #f1f1f100);
  border-bottom: 0 #0000;
  padding: 80px 30px;
  position: relative;
}

.home-text {
  float: none;
  font-family: var(--_typography---font--family--body);
  color: var(--_tokens---text--text-primary);
  font-size: var(--_typography---font--size--m);
  line-height: var(--_typography---font--line-height--m);
  letter-spacing: -.5px;
  flex: 0 auto;
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  padding-right: 0;
}

.home-text.centered {
  text-align: center;
  letter-spacing: 0;
  justify-content: center;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.home-text.short {
  margin-right: 32px;
}

.home-text.invert {
  aspect-ratio: auto;
  color: var(--_tokens---text--text-invert);
  text-align: left;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: static;
}

.home-text._50 {
  width: 55%;
}

.home-card-xl-a {
  border-radius: var(--_primitives---border-size--lg);
  background-color: var(--_primitives---colour--grey--grey-200);
  background-image: linear-gradient(#030b2e80, #0000), url('../images/Abstract-cube-shapes-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1480px;
  height: auto;
  padding: 12px;
}

.automates-block-1 {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  display: flex;
}

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

.autom-grid-div-block-1 {
  aspect-ratio: 2;
  border-radius: var(--_primitives---border-size--sm);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--_primitives---colour--grey--grey-600);
  background-color: #c4c4c499;
  max-width: 264px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 24px 20px;
  display: flex;
}

.bold-text-4 {
  color: var(--_tokens---text--text-invert);
  font-size: var(--_typography---font--line-height--l);
  line-height: var(--_typography---font--size--xl);
}

.autom-split-1 {
  max-width: 20%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.home-card-xl-b {
  border-radius: var(--_primitives---border-size--lg);
  background-color: var(--_primitives---colour--grey--grey-200);
  background-image: linear-gradient(0deg, #000120cc, #0000), url('../images/Hands-in-the-air-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: auto;
  padding: 12px;
}

.automates-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  max-width: 100%;
}

.autom-grid-div-block-2 {
  aspect-ratio: 2;
  border-radius: var(--_primitives---border-size--sm);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--_primitives---colour--grey--grey-600);
  background-color: #c4c4c499;
  justify-content: space-between;
  min-width: 400px;
  max-width: none;
  max-height: 106px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 24px 20px;
  display: flex;
}

.autom-split-2 {
  justify-content: flex-start;
  display: flex;
}

.automates-block-2 {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  display: flex;
}

.autom-split-3 {
  max-width: 20%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.autom-split-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 100%;
  display: flex;
}

.cfo-home {
  background-color: #0000;
  background-image: linear-gradient(#e4f9fa, #f1f1f100);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.automates-section {
  background-color: #0000;
  background-image: linear-gradient(#f5ebff, #e4f9fa);
  padding: 80px 29px;
}

.cfo-split-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.cfo-split-1.extend {
  max-width: none;
}

.cfo-split-1.short {
  max-width: 45%;
}

.cfo-split-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 45%;
  display: flex;
}

.cfo-split-2.extend {
  max-width: none;
}

.cfo-split-2.short {
  max-width: 45%;
}

.home-bento-1 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  border-radius: var(--_primitives---border-size--sm);
  background-color: var(--_primitives---colour--grey--grey-200);
  justify-content: flex-start;
  align-items: center;
  padding: 24px 58px 24px 24px;
  display: flex;
}

.bold-text-5 {
  text-align: center;
}

.for-card-xl-b {
  border-radius: var(--_tokens---border--border-size--lg);
  background-color: var(--_primitives---colour--grey--grey-200);
  max-width: none;
  height: auto;
  margin-left: -115px;
  padding: 12px;
  transform: rotate(0);
}

.for-card-xl-b.blue {
  background-color: var(--_primitives---colour--brand--dark-turq);
}

.for-card-xl-b.purple {
  background-color: var(--_primitives---colour--brand--light-purple);
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: var(--_primitives---colour--grey--grey-400);
  object-fit: fill;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  min-width: 340px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 8px 14px 8px 9px;
  display: flex;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.icon-image-x {
  mix-blend-mode: normal;
  object-fit: cover;
  align-self: center;
  width: auto;
  max-width: 45px;
  height: auto;
  max-height: 45px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.overlap-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.for-card-xl-a {
  border-radius: var(--_tokens---border--border-size--lg);
  background-color: var(--_primitives---colour--grey--grey-200);
  background-image: url('../images/3d-rendering-glass.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 940px;
  max-width: 100%;
  height: auto;
  padding: 12px;
}

.for-card-xl-a.blue {
  background-color: var(--_primitives---colour--brand--dark-turq);
}

.for-card-xl-a.purple {
  background-color: var(--_primitives---colour--brand--light-purple);
}

.container-9-b {
  max-width: none;
  height: auto;
  margin: 16px 32px;
}

.container-9-a {
  max-width: none;
  height: auto;
  margin: 32px;
}

.comparison-row-b {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: var(--_primitives---colour--grey--grey-400);
  mix-blend-mode: normal;
  object-fit: fill;
  border-bottom: 0 #0000;
  border-radius: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  min-width: 340px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 8px 14px 8px 9px;
  display: flex;
}

.comparison-row-a {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border-radius: var(--_primitives---border-size--sm);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  object-fit: fill;
  background-color: #f8ffffb5;
  border-bottom: 0 solid #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  min-width: 0;
  max-width: 600px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 18px 22px 18px 20px;
  display: flex;
}

.icon-image-a {
  mix-blend-mode: normal;
  object-fit: cover;
  align-self: center;
  width: auto;
  max-width: 60px;
  height: auto;
  max-height: 60px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.bold-text-6 {
  color: var(--_tokens---text--text-invert);
  font-weight: 600;
}

.icon-image-home-differ {
  mix-blend-mode: normal;
  object-fit: cover;
  align-self: auto;
  width: auto;
  max-width: 80px;
  height: auto;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 991px) {
  .buttondefault {
    padding: 28px 56px;
  }

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

  .navbar-content {
    overflow: auto;
  }

  .navbar-menu {
    grid-column-gap: 24px;
  }

  .link-block {
    object-fit: fill;
  }

  .container {
    max-width: 680px;
  }

  .footer-wrapper {
    max-width: 860px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .text-margin-bottom-24 {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .text-margin-bottom-24.short {
    margin-left: 32px;
  }

  .hero-without-image {
    background-size: auto, cover;
    min-height: 0;
  }

  .hero-wrapper-two {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    max-width: 65%;
    margin-top: 0;
  }

  .h1 {
    font-size: var(--_typography---font--size--xl);
    line-height: var(--_typography---font--line-height--xl);
    margin-left: 1px;
  }

  .paragraph-margin-24px {
    font-family: var(--_typography---font--family--body);
    color: var(--_tokens---text--text-invert);
    font-size: var(--_typography---font--size--m);
    line-height: var(--_typography---font--line-height--m);
  }

  .container-2 {
    max-width: 680px;
  }

  .hero-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 24px;
  }

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

  .h2.centered {
    margin-top: 0;
    margin-bottom: 1px;
  }

  .list {
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .spacer-48 {
    height: 16px;
    margin-top: 0;
    margin-bottom: 0;
    overflow: visible;
  }

  .pricing-grid {
    grid-column-gap: 12px;
  }

  .pricing-card-three {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 58px;
    padding-bottom: 0;
  }

  .statement-card-text.centered {
    margin-bottom: -70px;
  }

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

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

  .div-block.outline {
    padding-bottom: 27px;
  }

  .container-3 {
    height: auto;
    margin-left: 16px;
    margin-right: 16px;
  }

  ._2-card-grid {
    grid-column-gap: 16px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    width: 680px;
    max-width: 680px;
  }

  .card-xl-a {
    height: auto;
  }

  .container-4 {
    max-width: 680px;
  }

  .container-6 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .hero-split-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .h1-contact {
    font-size: var(--_typography---font--line-height--xl);
    line-height: var(--_typography---font--line-height--xl);
    width: 75%;
  }

  .container-7 {
    margin-left: 44px;
    margin-right: 44px;
  }

  .title-paragrah-1 {
    line-height: var(--_typography---font--line-height--l);
  }

  .div-block-3 {
    height: 220px;
  }

  .div-block-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .quote-1 {
    line-height: var(--_typography---font--line-height--xl);
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .quote-div-block {
    max-width: 680px;
  }

  .quote-purple {
    line-height: var(--_typography---font--line-height--xl);
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .spacer-24 {
    margin-top: 0;
    margin-bottom: 0;
    overflow: visible;
  }

  .h1-footer {
    font-size: var(--_typography---font--size--xl);
    line-height: var(--_typography---font--line-height--xl);
  }

  .footer-wrapper-title {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    max-width: 600px;
    margin-top: 0;
  }

  .spacer-12 {
    overflow: visible;
  }

  .meaning-grid {
    grid-column-gap: 12px;
  }

  .container-10 {
    height: 220px;
    margin-bottom: 64px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .div-block-3-copy {
    height: 220px;
  }

  .title-hero-left {
    background-position: 0%;
    background-size: cover;
  }

  ._4-card-vertical {
    grid-column-gap: 12px;
    align-self: auto;
  }

  .hero-split-a {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split-a.short, .hero-split-a._2 {
    max-width: 100%;
  }

  .hero-split-b {
    max-width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .container-11 {
    flex-flow: row;
  }

  ._2-card-grid-b, ._2-card-grid-c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    width: 680px;
    max-width: 680px;
  }

  .card-xl-b {
    height: 300px;
  }

  .card-xl-b.blue, .card-xl-b.purple {
    height: 250px;
  }

  .quote-blue {
    line-height: var(--_typography---font--line-height--xl);
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .container-2-b {
    max-width: 680px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .h2-short {
    margin-left: auto;
    margin-right: auto;
  }

  .number-card-grid {
    grid-column-gap: 12px;
  }

  .container-1 {
    max-width: 680px;
  }

  .container-1.invert-r {
    margin-left: 40px;
  }

  .hero-split-c {
    max-width: 100%;
    margin-bottom: 40px;
  }

  ._3-card-vertical {
    grid-column-gap: 12px;
    align-self: auto;
  }

  .hero-split-d {
    width: 200px;
    max-width: 100%;
    height: 200px;
    margin-bottom: 0;
  }

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

  ._3-card-vertical-b {
    grid-column-gap: 12px;
    align-self: auto;
  }

  .container-18 {
    max-width: 680px;
  }

  .hero-wrapper-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  ._4-card-vertical-b {
    grid-column-gap: 12px;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .margin-24px-both {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-wrapper-4 {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-split-f {
    max-width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-split-g {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .div-bento-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-title {
    max-width: 680px;
  }

  .circle-images-l {
    margin-bottom: -90px;
  }

  .div-block-14 {
    margin-bottom: 24px;
    margin-left: 44px;
    margin-right: 44px;
  }

  .hero-split-h {
    max-width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  ._8x7-grid {
    grid-column-gap: 12px;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-capacity-3 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-19 {
    height: auto;
    margin-left: 16px;
    margin-right: 16px;
  }

  .icon-image-l {
    height: 80px;
  }

  .au-div-1 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .ho-card-1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 58px;
    padding-bottom: 0;
  }

  .home-2-card-grid {
    grid-column-gap: 16px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    place-items: stretch stretch;
    width: 680px;
    max-width: 680px;
  }

  .security-control-heading {
    background-position: 0 0, 50% 0;
  }

  .hiw-hero-left {
    background-position: 0%;
    background-size: cover;
  }

  .hiw-container-3 {
    height: auto;
    margin-left: 16px;
    margin-right: 16px;
  }

  .container-21 {
    max-width: 728px;
  }

  .icon-image-home {
    height: 80px;
  }

  .statement-card-home.centered {
    margin-bottom: -70px;
  }

  .home-text {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .home-text.short {
    margin-left: 32px;
  }

  .home-card-xl-a, .home-card-xl-b {
    height: auto;
  }

  .cfo-split-1, .cfo-split-2 {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .for-card-xl-b {
    height: 300px;
  }

  .for-card-xl-b.blue, .for-card-xl-b.purple {
    height: 250px;
  }

  .container-22 {
    max-width: 728px;
  }

  .icon-image-x {
    height: 80px;
  }

  .for-card-xl-a {
    height: 300px;
  }

  .for-card-xl-a.blue, .for-card-xl-a.purple {
    height: 250px;
  }

  .icon-image-a, .icon-image-home-differ {
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .buttondefault {
    align-self: center;
    padding: 16px 72px;
    display: block;
  }

  .navbar-menu {
    grid-column-gap: 12px;
    flex-flow: row;
    overflow: auto;
  }

  .brand {
    margin-left: 12px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .text-margin-bottom-24 {
    font-size: var(--_typography---font--size--s);
    line-height: var(--_typography---font--line-height--l);
    padding-left: 0;
    padding-right: 0;
  }

  .text-margin-bottom-24.centered {
    font-size: var(--_typography---font--size--s);
    line-height: var(--_typography---font--line-height--l);
    max-width: 500px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .text-margin-bottom-24._50 {
    width: 90%;
  }

  .hero-without-image {
    min-height: 0;
    padding: 60px 15px;
  }

  .hero-wrapper-two {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 400px;
    margin-left: auto;
  }

  .h1 {
    font-size: var(--_typography---font--size--xl);
    line-height: var(--_typography---font--line-height--m);
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .container-2 {
    max-width: 500px;
  }

  .h2 {
    font-size: var(--_typography---font--size--l);
    line-height: var(--_typography---font--line-height--m);
  }

  .h2.centered {
    font-size: var(--_typography---font--line-height--m);
    margin-bottom: 24px;
  }

  .list {
    font-size: var(--_typography---font--size--s);
    line-height: var(--_typography---font--line-height--l);
  }

  .spacer-48 {
    height: 12px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .pricing-overview {
    padding: 60px 15px;
  }

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

  .pricing-card-three {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 78px;
    padding-right: 78px;
  }

  .pricing-image {
    width: 50px;
    height: 50px;
  }

  .statement-card-text {
    font-size: var(--_typography---font--size--s);
    line-height: var(--_typography---font--line-height--l);
  }

  .statement-card-text.centered {
    margin-bottom: 0;
  }

  .div-block.outline {
    padding-bottom: 0;
  }

  .container-3 {
    height: auto;
    margin-left: 32px;
    margin-right: 32px;
  }

  .container-3.extend {
    margin: 0 auto;
    padding-left: 54px;
    padding-right: 54px;
  }

  ._2-card-grid {
    grid-row-gap: 16px;
    width: 500px;
  }

  .card-xl-a {
    padding-bottom: 0;
  }

  .container-4 {
    max-width: 500px;
  }

  .hero-split-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 0;
  }

  .h1-contact {
    filter: drop-shadow(2px 4px 3px #00000040);
    font-size: var(--_typography---font--size--xl);
    line-height: var(--_typography---font--line-height--xl);
    width: auto;
    margin-right: 108px;
  }

  .title-paragrah-1 {
    font-size: var(--_typography---font--size--m);
    line-height: var(--_typography---font--line-height--l);
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .div-block-3 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: 72px;
    margin-left: 32px;
    margin-right: 32px;
  }

  .text-field {
    width: 100%;
    min-width: auto;
    margin-bottom: 32px;
  }

  .submit-button {
    border-radius: var(--_primitives---border-size--lg);
    width: 100%;
  }

  .div-block-5 {
    width: auto;
    margin-right: 0;
  }

  .form-block {
    margin-left: 0;
    margin-right: 0;
  }

  .quote-1 {
    font-size: var(--_typography---font--line-height--l);
    line-height: var(--_typography---font--line-height--m);
  }

  .quote-purple {
    font-size: var(--_typography---font--line-height--l);
    line-height: var(--_typography---font--line-height--m);
    padding-left: 46px;
    padding-right: 46px;
  }

  .div-bento-1 {
    padding: 32px 20px;
  }

  .hero-two-images, .heading-left-section {
    padding: 60px 15px;
  }

  .spacer-24 {
    height: 24px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .h1-footer {
    font-size: var(--_typography---font--size--xl);
    line-height: var(--_typography---font--line-height--m);
  }

  .footer-wrapper-title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 400px;
  }

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

  .spacer-12 {
    margin-top: 0;
    margin-bottom: -1px;
  }

  .meaning-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .container-10 {
    height: auto;
    margin-top: 16px;
    margin-bottom: 32px;
  }

  .icon-container-1 {
    margin-top: 1px;
  }

  .div-block-3-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin: 24px 32px 0;
  }

  .meaning-card-text {
    font-size: var(--_typography---font--size--s);
    line-height: var(--_typography---font--size--l);
    text-align: left;
  }

  .approach-section {
    padding: 60px 15px;
  }

  .margin-bottom-24-centered {
    font-size: var(--_typography---font--size--m);
    line-height: var(--_typography---font--line-height--l);
  }

  .bold-text {
    font-size: var(--_typography---font--size--s);
    line-height: var(--_typography---font--line-height--m);
  }

  .operator-section, .title-hero-left, .intro-section {
    padding: 60px 15px;
  }

  ._4-card-vertical {
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  ._2-card-grid-b, ._2-card-grid-c {
    width: 500px;
  }

  .card-xl-b {
    padding-bottom: 0;
  }

  .card-xl-b.blue, .card-xl-b.purple {
    height: 200px;
  }

  .quote-blue {
    font-size: var(--_typography---font--line-height--l);
    line-height: var(--_typography---font--line-height--m);
    padding-left: 46px;
    padding-right: 46px;
  }

  .security-section {
    padding: 60px 15px;
  }

  .container-2-b {
    max-width: 500px;
  }

  .h2-short {
    font-size: var(--_typography---font--size--l);
    line-height: var(--_typography---font--line-height--m);
  }

  .number-card-grid {
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .container-1 {
    max-width: 500px;
  }

  ._3-card-vertical, ._3-card-vertical-b {
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .container-18 {
    max-width: 500px;
  }

  .what-section {
    padding: 60px 15px;
  }

  ._4-card-vertical-b {
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-bento-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-bento-2.blue, .div-bento-2.purple {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-b {
    padding: 60px 15px;
  }

  ._4-card-horizon {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .circle-images-m {
    width: 50px;
    height: 50px;
  }

  .circle-images-l {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
  }

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

  .container-19 {
    height: auto;
    margin-left: 32px;
    margin-right: 32px;
  }

  .statement-card-text-invert {
    font-size: var(--_typography---font--size--s);
    line-height: var(--_typography---font--line-height--l);
  }

  .icon-image-l {
    width: auto;
    height: 50px;
  }

  .ho-card-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 53px;
    padding-right: 53px;
  }

  .home-2-card-grid {
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 500px;
  }

  .security-control-heading {
    padding: 60px 15px;
  }

  .sc-icon-image-1, .sc-icon-image-4, .sc-icon-image-3, .sc-icon-image-2, .sc-icon-image-5 {
    width: 50px;
    height: 50px;
  }

  .hiw-hero-left {
    padding: 60px 15px;
  }

  .hiw-icon-image-1 {
    width: 50px;
    height: 50px;
  }

  .hiw-container-3 {
    height: auto;
    margin-left: 32px;
    margin-right: 32px;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .icon-image-home {
    width: auto;
    height: 50px;
  }

  .statement-card-home {
    font-size: var(--_typography---font--size--s);
    line-height: var(--_typography---font--line-height--l);
  }

  .statement-card-home.centered {
    margin-bottom: 0;
  }

  .difference-home {
    padding: 60px 15px;
  }

  .home-text {
    font-size: var(--_typography---font--size--s);
    line-height: var(--_typography---font--line-height--l);
    padding-left: 0;
    padding-right: 0;
  }

  .home-text.centered {
    font-size: var(--_typography---font--size--s);
    line-height: var(--_typography---font--line-height--l);
    max-width: 500px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .home-text._50 {
    width: 90%;
  }

  .home-card-xl-a, .home-card-xl-b {
    padding-bottom: 0;
  }

  .cfo-home {
    padding: 60px 15px;
  }

  .home-bento-1 {
    padding: 32px 20px;
  }

  .for-card-xl-b {
    padding-bottom: 0;
  }

  .for-card-xl-b.blue, .for-card-xl-b.purple {
    height: 200px;
  }

  .features-table {
    padding: 60px 15px;
  }

  .icon-image-x {
    width: auto;
    height: 50px;
  }

  .for-card-xl-a {
    padding-bottom: 0;
  }

  .for-card-xl-a.blue, .for-card-xl-a.purple {
    height: 200px;
  }

  .icon-image-a, .icon-image-home-differ {
    width: auto;
    height: 50px;
  }
}

@media screen and (max-width: 479px) {
  .buttondefault {
    align-self: center;
    padding: 16px 72px;
    display: block;
  }

  .small-columns {
    flex-direction: column;
    align-items: center;
  }

  .navbar-menu {
    overflow: auto;
  }

  .logo-2 {
    width: 90px;
    overflow: visible;
  }

  .brand {
    margin-left: 12px;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .text-margin-bottom-24 {
    font-size: var(--_typography---font--size--s);
    line-height: var(--_typography---font--line-height--l);
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-margin-bottom-24.centered {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-without-image {
    background-image: linear-gradient(90deg, #818d9c 22%, #fff0 65%), url('../images/Hero-BG-2.png');
    background-position: 0 0, 100%;
  }

  .hero-wrapper-two {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    max-width: none;
  }

  .paragraph-margin-24px {
    text-align: center;
    max-width: 400px;
    margin-left: 22px;
    margin-right: 22px;
  }

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

  .hero-wrapper-2 {
    margin-bottom: 0;
  }

  .hero-split-2 {
    max-width: 95%;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .h2 {
    font-size: var(--_typography---font--line-height--m);
    line-height: var(--_typography---font--size--xl);
    text-align: center;
    margin-top: 20px;
  }

  .h2.centered {
    line-height: var(--_typography---font--size--xl);
  }

  .list {
    font-size: var(--_typography---font--size--s);
    line-height: var(--_typography---font--line-height--m);
    margin-top: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .spacer-48 {
    height: 12px;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .pricing-card-three {
    padding-left: 4px;
    padding-right: 4px;
  }

  .statement-card-text.centered {
    font-size: var(--_typography---font--size--s);
    text-align: center;
  }

  .div-block.outline {
    height: auto;
    padding-bottom: 16px;
  }

  .container-3 {
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .container-3.extend {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  ._2-card-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    justify-content: stretch;
    justify-items: center;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .card-xl-a {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .container-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .statement-card-xl {
    font-size: var(--_typography---font--size--s);
    margin-bottom: 0;
  }

  .container-5 {
    margin-left: 24px;
    margin-right: 0;
  }

  .container-6 {
    max-width: none;
  }

  .hero-split-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .h1-contact {
    filter: drop-shadow(2px 4px 2px #00000040);
    line-height: var(--_typography---font--size--xl);
  }

  .title-paragrah-1 {
    font-size: var(--_typography---font--size--s);
  }

  .div-block-3 {
    height: auto;
  }

  .field-label {
    font-size: var(--_typography---font--size--s);
  }

  .text-field {
    margin-bottom: 24px;
  }

  .submit-button {
    border-radius: var(--_primitives---border-size--lg);
  }

  .div-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 0;
    width: 100%;
    margin-bottom: 0;
  }

  .quote-1 {
    color: var(--_primitives---colour--brand--darker-turq);
    font-size: var(--_typography---font--size--l);
    line-height: var(--_typography---font--line-height--m);
    padding-left: 0;
    padding-right: 0;
  }

  .quote-div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: var(--_primitives---border-size--xs);
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: auto;
  }

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

  .quote-purple {
    font-size: var(--_typography---font--size--l);
    line-height: var(--_typography---font--line-height--m);
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .div-bento-1 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .spacer-24 {
    height: 24px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .h1-footer {
    line-height: var(--_typography---font--size--xl);
  }

  .footer-wrapper-title {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    max-width: none;
  }

  .spacer-12 {
    height: 12px;
  }

  .meaning-grid {
    grid-template-columns: 1fr;
    margin-top: 1px;
    margin-bottom: 24px;
  }

  .container-10 {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-3-copy {
    height: auto;
    margin: 16px 0;
  }

  .list-item {
    padding-bottom: 0;
  }

  .list-item-2, .list-item-3, .list-item-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-bottom-24-centered {
    font-size: var(--_typography---font--size--m);
    line-height: var(--_typography---font--line-height--l);
  }

  .heading-2 {
    line-height: var(--_typography---font--size--xl);
  }

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

  .title-hero-left {
    background-position: 50% 100%;
  }

  ._4-card-vertical {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

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

  .hero-split-a {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .hero-split-a.short {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    padding-left: 24px;
  }

  .hero-split-b {
    margin-top: 20px;
    margin-bottom: 0;
  }

  ._2-card-grid-b, ._2-card-grid-c {
    grid-column-gap: 0px;
    justify-content: stretch;
    justify-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .card-xl-b {
    width: 100%;
  }

  .quote-blue {
    font-size: var(--_typography---font--size--l);
    line-height: var(--_typography---font--line-height--m);
    padding-left: 8px;
    padding-right: 8px;
  }

  .container-2-b {
    width: 100%;
    max-width: none;
  }

  .hero-split-4 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .h2-short {
    font-size: var(--_typography---font--line-height--m);
    line-height: var(--_typography---font--size--xl);
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-bottom: 32px;
    padding-right: 0;
    display: block;
  }

  .number-card-grid {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

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

  .container-1.invert-r {
    width: 110%;
    height: 264px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .hero-split-c {
    margin-top: 20px;
    margin-bottom: 0;
  }

  ._3-card-vertical {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .hero-split-d {
    margin-top: 20px;
    margin-bottom: 0;
  }

  ._3-card-vertical-b {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .container-0.invert {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
  }

  .container-18 {
    justify-content: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-wrapper-1 {
    margin-bottom: 0;
  }

  .what-section {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  ._4-card-vertical-b {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .margin-24px-both {
    text-align: center;
  }

  .hero-wrapper-4 {
    align-items: center;
    margin-bottom: 0;
  }

  .hero-split-f {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .hero-split-g {
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 0;
  }

  ._6x4-grid {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-bento-2 {
    padding: 24px 16px;
  }

  .div-bento-2.blue {
    flex-flow: row;
  }

  .container-title {
    max-width: none;
  }

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

  .circle-images-l {
    width: 82px;
    height: 85px;
  }

  .hero-split-h {
    margin-top: 20px;
    margin-bottom: 0;
  }

  ._8x7-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .container-19 {
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .image-card-1 {
    justify-content: center;
    align-items: center;
  }

  .icon-image-l {
    height: 40px;
  }

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

  .ho-card-1 {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    justify-content: space-between;
    padding-left: 27px;
    padding-right: 22px;
  }

  .home-2-card-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    justify-content: stretch;
    justify-items: center;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hiw-hero-left {
    background-position: 50% 100%;
  }

  .hiw-card-1 {
    justify-content: flex-start;
    align-items: center;
  }

  .hiw-container-3 {
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-21 {
    max-width: none;
  }

  .icon-image-home {
    height: 40px;
  }

  .statement-card-home.centered {
    font-size: var(--_typography---font--size--s);
    text-align: center;
  }

  .home-text {
    font-size: var(--_typography---font--size--s);
    line-height: var(--_typography---font--line-height--l);
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-text.centered {
    margin-top: 0;
    margin-bottom: 0;
  }

  .home-card-xl-a, .home-card-xl-b {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .cfo-split-1, .cfo-split-2 {
    max-width: 95%;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .home-bento-1 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .for-card-xl-b {
    width: 100%;
  }

  .container-22 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .icon-image-x {
    height: 40px;
  }

  .for-card-xl-a {
    width: 100%;
  }

  .comparison-row-b, .comparison-row-a {
    grid-column-gap: 20px;
  }

  .icon-image-a, .icon-image-home-differ {
    height: 40px;
  }
}

#w-node-_311b2b77-7f36-ef78-a941-e44da8aeaed4-ea858fc0, #w-node-_35606bc1-1bc5-5b1e-0f70-6c03c38b07a7-ea858fc0, #w-node-b448311b-c4f2-febd-c273-e086ce3af348-ea858fc0, #w-node-_73ae5627-8c87-684f-89ed-1613e02c3135-ea858fc0, #w-node-c515155c-f4ba-b928-f12d-f6a4fe519206-ea858fc0, #w-node-c515155c-f4ba-b928-f12d-f6a4fe51921b-ea858fc0, #w-node-_159352e9-e84f-4288-3400-4f4f1b1f816f-ea858fc0, #w-node-_159352e9-e84f-4288-3400-4f4f1b1f817b-ea858fc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a5f53fc-38fa-4d19-c5c0-af05618e33fa-ea858fc0 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_53e8d6e6-c337-d7a7-fe58-7492f5a1a8e6-ea858fc0 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-bfa1dc38-94bc-7850-8451-7f21a126e992-ea858fc0 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-e949ab51-b4f2-c8fa-012c-654b143f6316-ea858fc0, #w-node-f5471736-c1c3-13df-af72-0cb319ed4838-ea858fc0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_487472a5-1e9d-250d-d05c-68b3cac6734e-ea858fc0, #w-node-_487472a5-1e9d-250d-d05c-68b3cac67355-ea858fc0, #w-node-_56c4cf21-5f59-4a64-7f91-a78c7e65d6b5-a8f5760d, #w-node-_56c4cf21-5f59-4a64-7f91-a78c7e65d6c9-a8f5760d, #w-node-_2a0caab6-5d1a-7a5c-7aae-229754adc69a-5a284aa6, #w-node-b022375c-498c-0d89-e6b6-7291a2230906-5a284aa6, #w-node-c254ad5a-ba2e-864b-373d-4bac825768f5-5a284aa6, #w-node-c4957bc0-5059-e4ae-548b-79691d699a11-5a284aa6, #w-node-_56c4cf21-5f59-4a64-7f91-a78c7e65d6b5-5a284aa6, #w-node-_56c4cf21-5f59-4a64-7f91-a78c7e65d6c9-5a284aa6, #w-node-_6d9130e6-060c-b37d-9248-c0d6b8bc4543-80278294, #w-node-_87bf22b6-f727-1224-796e-51d5c2489620-80278294, #w-node-ca6f7e65-ad40-84cf-d0f9-3fbe5abb41f3-80278294, #w-node-_2f86c94a-f8f6-e5e9-1cf0-9153980dc600-80278294, #w-node-a3b88c26-33f3-3627-db3e-9ca09a794fed-80278294, #w-node-cc5c5369-42e0-3dad-a21a-89347dcd6c8c-80278294, #w-node-_75008555-2d6c-52f8-89c6-d3d65b043e2e-80278294 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2be8a9e1-f2f3-2106-656a-9057bae79708-80278294 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2be8a9e1-f2f3-2106-656a-9057bae7971d-80278294 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_56c4cf21-5f59-4a64-7f91-a78c7e65d6b5-80278294, #w-node-_56c4cf21-5f59-4a64-7f91-a78c7e65d6c9-80278294, #w-node-b7613665-6d02-f905-33ef-53c573ef2119-844be847, #w-node-b7613665-6d02-f905-33ef-53c573ef211f-844be847, #w-node-b7613665-6d02-f905-33ef-53c573ef2125-844be847, #w-node-b7613665-6d02-f905-33ef-53c573ef212b-844be847, #w-node-_9f8064c5-c3d1-db5e-a962-76126d3c6eed-844be847, #w-node-_9f8064c5-c3d1-db5e-a962-76126d3c6ef6-844be847, #w-node-_9f8064c5-c3d1-db5e-a962-76126d3c6eff-844be847, #w-node-_9f8064c5-c3d1-db5e-a962-76126d3c6f08-844be847, #w-node-_7de1e8ab-41a2-6146-2ff2-cb01796e044d-844be847, #w-node-_7de1e8ab-41a2-6146-2ff2-cb01796e0457-844be847, #w-node-_7de1e8ab-41a2-6146-2ff2-cb01796e0461-844be847, #w-node-ad0184bd-bf0e-5129-0b82-139a9f5fb30f-844be847, #w-node-ad0184bd-bf0e-5129-0b82-139a9f5fb315-844be847, #w-node-ad0184bd-bf0e-5129-0b82-139a9f5fb31b-844be847, #w-node-b72208e5-77b7-ed93-1b55-7ba7fdd0af7b-844be847, #w-node-b72208e5-77b7-ed93-1b55-7ba7fdd0af81-844be847, #w-node-b72208e5-77b7-ed93-1b55-7ba7fdd0af87-844be847, #w-node-b72208e5-77b7-ed93-1b55-7ba7fdd0af8d-844be847, #w-node-_0c58844c-e1d7-f8ad-257c-d011ab99dfc8-844be847, #w-node-_0c58844c-e1d7-f8ad-257c-d011ab99dfce-844be847, #w-node-_0c58844c-e1d7-f8ad-257c-d011ab99dfd4-844be847, #w-node-_0c58844c-e1d7-f8ad-257c-d011ab99dfe1-844be847, #w-node-_0c58844c-e1d7-f8ad-257c-d011ab99dfe7-844be847, #w-node-_0c58844c-e1d7-f8ad-257c-d011ab99dfed-844be847, #w-node-_106936a5-e1a1-ee42-e21c-124a7c3fc2d9-844be847, #w-node-_106936a5-e1a1-ee42-e21c-124a7c3fc2df-844be847, #w-node-_106936a5-e1a1-ee42-e21c-124a7c3fc2e5-844be847, #w-node-_56c4cf21-5f59-4a64-7f91-a78c7e65d6b5-844be847, #w-node-_56c4cf21-5f59-4a64-7f91-a78c7e65d6c9-844be847, #w-node-_876a0ed0-5188-7ea1-1ebf-a9704bdf10d9-d4488a8f, #w-node-_876a0ed0-5188-7ea1-1ebf-a9704bdf10df-d4488a8f, #w-node-_876a0ed0-5188-7ea1-1ebf-a9704bdf10e5-d4488a8f, #w-node-a0cb9d81-9d0f-d245-97b6-f4b56907fee8-d4488a8f, #w-node-_3bbc9f36-3fcc-308c-3001-b7f4b8243d1b-d4488a8f, #w-node-_3bbc9f36-3fcc-308c-3001-b7f4b8243d21-d4488a8f, #w-node-_3bbc9f36-3fcc-308c-3001-b7f4b8243d27-d4488a8f, #w-node-_3bbc9f36-3fcc-308c-3001-b7f4b8243d2d-d4488a8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b57fc35-a02d-2e56-4496-15f1338b29b3-d4488a8f, #w-node-_9f6206cf-f2de-a6af-1ec8-b8d27cdba87a-d4488a8f, #w-node-cf08127b-2125-578c-143d-3a9ffed2dc39-d4488a8f {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_3b57fc35-a02d-2e56-4496-15f1338b29ad-d4488a8f, #w-node-_3b57fc35-a02d-2e56-4496-15f1338b29b0-d4488a8f {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-_5f872cbb-4110-1289-064c-f71600b02941-d4488a8f, #w-node-_5f872cbb-4110-1289-064c-f71600b02947-d4488a8f, #w-node-_5f872cbb-4110-1289-064c-f71600b0294d-d4488a8f, #w-node-_66f2c376-7c79-2ec0-3175-e1017dbeb1e2-d4488a8f, #w-node-_66f2c376-7c79-2ec0-3175-e1017dbeb1f7-d4488a8f, #w-node-f50d304c-0dd1-9f9d-9ab3-cf1da4fd8646-d4488a8f, #w-node-f50d304c-0dd1-9f9d-9ab3-cf1da4fd864c-d4488a8f, #w-node-f50d304c-0dd1-9f9d-9ab3-cf1da4fd8652-d4488a8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bdbf30d0-0c11-214c-f15f-76434fd9d606-d4488a8f {
  grid-area: span 7 / span 2 / span 7 / span 2;
  place-self: center;
}

#w-node-_0b1b408a-d50e-c53f-3066-165870fe3988-d4488a8f {
  grid-area: span 7 / span 1 / span 7 / span 1;
  place-self: center;
}

#w-node-_1c845833-453c-4294-9ac2-8ca19b3de8ea-d4488a8f, #w-node-_13b342b1-8afe-4eec-d08b-27513485b1bd-d4488a8f, #w-node-_0d9d6640-43e7-5f74-ae92-8522e85f7f42-d4488a8f, #w-node-aac8127d-c284-72e5-2a5a-c50a12a147ef-d4488a8f, #w-node-_49203019-43f7-2851-2d6e-e923995b662c-d4488a8f, #w-node-_240f3a77-fdce-8a85-01c4-30a35d585e18-d4488a8f, #w-node-fac4832a-d341-6484-9cc9-3e906ff1c3e1-d4488a8f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a9a16496-c3be-8704-05ed-215d808350c4-d4488a8f {
  grid-area: span 3 / span 3 / span 3 / span 3;
  align-self: start;
}

#w-node-_4e9eb4ac-9b7f-fb8d-39ab-34911d64b1b5-d4488a8f {
  grid-area: span 6 / span 1 / span 6 / span 1;
}

#w-node-_5fdc58e9-2a4a-7848-59a7-a3c5098a5960-d4488a8f, #w-node-_5d48c553-8b08-d10e-7a9a-e2bbd96bbda6-d4488a8f, #w-node-_7070ec35-e265-7759-31b9-6219e868ae38-d4488a8f {
  grid-area: span 3 / span 3 / span 3 / span 3;
  align-self: start;
}

#w-node-_1aa3bb26-6bcf-0924-e253-393bb56eed00-d4488a8f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_54109268-407e-e75c-ec28-3c976a3bf153-d4488a8f {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-_5f19553b-ce8d-36ea-8195-6f61853a2b9d-d4488a8f {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_5f19553b-ce8d-36ea-8195-6f61853a2ba0-d4488a8f {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_5f19553b-ce8d-36ea-8195-6f61853a2ba3-d4488a8f {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_5f19553b-ce8d-36ea-8195-6f61853a2ba6-d4488a8f {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_5f19553b-ce8d-36ea-8195-6f61853a2ba9-d4488a8f {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-_5f19553b-ce8d-36ea-8195-6f61853a2bac-d4488a8f {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_56c4cf21-5f59-4a64-7f91-a78c7e65d6b5-d4488a8f, #w-node-_56c4cf21-5f59-4a64-7f91-a78c7e65d6c9-d4488a8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_311b2b77-7f36-ef78-a941-e44da8aeaed4-0420acd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_35606bc1-1bc5-5b1e-0f70-6c03c38b07a7-0420acd7, #w-node-b448311b-c4f2-febd-c273-e086ce3af348-0420acd7, #w-node-_73ae5627-8c87-684f-89ed-1613e02c3135-0420acd7, #w-node-c515155c-f4ba-b928-f12d-f6a4fe519206-0420acd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9c71347-efcd-8a7b-73fd-9ea5e87c691d-0420acd7, #w-node-_3a6e2f5d-c3b2-2300-d098-90a268746443-0420acd7, #w-node-_53ceade4-7a44-0feb-cbdc-6f0712449ea6-0420acd7, #w-node-c9b47f80-e376-0c09-d495-d25fc2464c18-0420acd7, #w-node-_20ca1231-799f-0c43-688b-7a742e7a2127-0420acd7, #w-node-_30106666-a7c2-80f1-22dc-71c245ec0474-0420acd7, #w-node-_45b91d47-ba91-2a8b-85eb-c79eab447d13-0420acd7, #w-node-fb2096da-7aa5-0bc7-9f8e-cf3cf2704586-0420acd7 {
  place-self: auto;
}

#w-node-c515155c-f4ba-b928-f12d-f6a4fe51921b-0420acd7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c0c21060-82fe-5153-2fa1-17e89133405a-0420acd7, #w-node-c0c21060-82fe-5153-2fa1-17e89133405d-0420acd7, #w-node-c0c21060-82fe-5153-2fa1-17e891334060-0420acd7, #w-node-c0c21060-82fe-5153-2fa1-17e891334063-0420acd7 {
  place-self: auto;
}

#w-node-_159352e9-e84f-4288-3400-4f4f1b1f816f-0420acd7, #w-node-_5d2f47d1-7212-0e28-8efc-de37dcb767d6-0420acd7, #w-node-_299736a5-23ab-17e8-5dcf-c8e6facaaa82-0420acd7, #w-node-_74543d47-c4b2-80b7-a2f2-0a3ef3230081-0420acd7, #w-node-_159352e9-e84f-4288-3400-4f4f1b1f817b-0420acd7, #w-node-_29b7f015-cee2-97ab-6382-4bcaef921970-0420acd7, #w-node-_86308469-9fae-c27e-9c94-d4ba2146ab9d-0420acd7, #w-node-f9a61e0a-7ea5-1d69-cba5-cb02f65038e0-0420acd7, #w-node-e949ab51-b4f2-c8fa-012c-654b143f6316-0420acd7, #w-node-_53e8d6e6-c337-d7a7-fe58-7492f5a1a8e6-0420acd7, #w-node-bfa1dc38-94bc-7850-8451-7f21a126e992-0420acd7, #w-node-_5a5f53fc-38fa-4d19-c5c0-af05618e33fa-0420acd7, #w-node-f5471736-c1c3-13df-af72-0cb319ed4838-0420acd7, #w-node-_487472a5-1e9d-250d-d05c-68b3cac6734e-0420acd7, #w-node-_487472a5-1e9d-250d-d05c-68b3cac67355-0420acd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_6d9130e6-060c-b37d-9248-c0d6b8bc4543-80278294 {
    align-self: auto;
  }

  #w-node-_2be8a9e1-f2f3-2106-656a-9057bae79708-80278294 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ad0184bd-bf0e-5129-0b82-139a9f5fb30f-844be847, #w-node-b72208e5-77b7-ed93-1b55-7ba7fdd0af7b-844be847 {
    align-self: auto;
  }

  #w-node-_0c58844c-e1d7-f8ad-257c-d011ab99dfc8-844be847 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_0c58844c-e1d7-f8ad-257c-d011ab99dfe1-844be847, #w-node-_106936a5-e1a1-ee42-e21c-124a7c3fc2d9-844be847, #w-node-_876a0ed0-5188-7ea1-1ebf-a9704bdf10d9-d4488a8f, #w-node-_3bbc9f36-3fcc-308c-3001-b7f4b8243d1b-d4488a8f {
    align-self: auto;
  }

  #w-node-_66f2c376-7c79-2ec0-3175-e1017dbeb1e2-d4488a8f, #w-node-_66f2c376-7c79-2ec0-3175-e1017dbeb1f7-d4488a8f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-a9a16496-c3be-8704-05ed-215d808350c4-d4488a8f, #w-node-_4e9eb4ac-9b7f-fb8d-39ab-34911d64b1b5-d4488a8f, #w-node-_5fdc58e9-2a4a-7848-59a7-a3c5098a5960-d4488a8f, #w-node-_5d48c553-8b08-d10e-7a9a-e2bbd96bbda6-d4488a8f, #w-node-_7070ec35-e265-7759-31b9-6219e868ae38-d4488a8f, #w-node-_1aa3bb26-6bcf-0924-e253-393bb56eed00-d4488a8f, #w-node-_54109268-407e-e75c-ec28-3c976a3bf153-d4488a8f {
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c515155c-f4ba-b928-f12d-f6a4fe519206-ea858fc0, #w-node-c515155c-f4ba-b928-f12d-f6a4fe51921b-ea858fc0 {
    grid-row: span 2 / span 2;
  }

  #w-node-_5a5f53fc-38fa-4d19-c5c0-af05618e33fa-ea858fc0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_53e8d6e6-c337-d7a7-fe58-7492f5a1a8e6-ea858fc0 {
    grid-column: span 1 / span 1;
  }

  #w-node-bfa1dc38-94bc-7850-8451-7f21a126e992-ea858fc0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e949ab51-b4f2-c8fa-012c-654b143f6316-ea858fc0, #w-node-f5471736-c1c3-13df-af72-0cb319ed4838-ea858fc0 {
    grid-column: span 1 / span 1;
  }

  #w-node-_876a0ed0-5188-7ea1-1ebf-a9704bdf10d9-d4488a8f, #w-node-_876a0ed0-5188-7ea1-1ebf-a9704bdf10df-d4488a8f, #w-node-_876a0ed0-5188-7ea1-1ebf-a9704bdf10e5-d4488a8f {
    justify-self: start;
  }

  #w-node-_3b57fc35-a02d-2e56-4496-15f1338b29b3-d4488a8f, #w-node-_9f6206cf-f2de-a6af-1ec8-b8d27cdba87a-d4488a8f, #w-node-cf08127b-2125-578c-143d-3a9ffed2dc39-d4488a8f, #w-node-_3b57fc35-a02d-2e56-4496-15f1338b29ad-d4488a8f, #w-node-_3b57fc35-a02d-2e56-4496-15f1338b29b0-d4488a8f, #w-node-_5f19553b-ce8d-36ea-8195-6f61853a2b9d-d4488a8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5f19553b-ce8d-36ea-8195-6f61853a2ba0-d4488a8f, #w-node-_5f19553b-ce8d-36ea-8195-6f61853a2ba3-d4488a8f {
    grid-column: span 1 / span 1;
  }

  #w-node-_5f19553b-ce8d-36ea-8195-6f61853a2ba6-d4488a8f, #w-node-_5f19553b-ce8d-36ea-8195-6f61853a2ba9-d4488a8f, #w-node-_5f19553b-ce8d-36ea-8195-6f61853a2bac-d4488a8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c515155c-f4ba-b928-f12d-f6a4fe519206-0420acd7, #w-node-c515155c-f4ba-b928-f12d-f6a4fe51921b-0420acd7 {
    grid-row: span 2 / span 2;
  }

  #w-node-e949ab51-b4f2-c8fa-012c-654b143f6316-0420acd7, #w-node-_53e8d6e6-c337-d7a7-fe58-7492f5a1a8e6-0420acd7 {
    grid-column: span 1 / span 1;
  }

  #w-node-bfa1dc38-94bc-7850-8451-7f21a126e992-0420acd7, #w-node-_5a5f53fc-38fa-4d19-c5c0-af05618e33fa-0420acd7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f5471736-c1c3-13df-af72-0cb319ed4838-0420acd7 {
    grid-column: span 1 / span 1;
  }
}


