:root {
  --900: #191a1b;
  --100: white;
  --accent-light\<deleted\|variable-47f1744d\>: #027ffc;
  --400: #e8e3e3;
  --700: #202221;
  --600: #2e3130;
  --300: #ebebeb;
  --800: #171918;
  --accent: #39f;
  --hero-desc: 22px;
  --accent\<deleted\|variable-5ada10ac\>: #39f;
  --h3-heading: 1.3rem;
  --hero-title: 44px;
  --h2-heading: 36px;
  --bgcolor: #1c1e1f;
  --footer-link: 12px;
  --title-text: #f6f7f8;
  --button: .8rem;
  --200: #f7f7f7;
  --accent-medium\<deleted\|variable-6ed64698-d108-c0c4-2351-6d3e5c331f20\>: #1178df;
  --footer-title: 14px;
  --flowui-component-library--primary-lighter: #f7f5ff;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-900: #160042;
  --desc-text: #b6bec9;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

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

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

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

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

body {
  background-color: var(--900);
  color: var(--100);
  font-family: Switzer, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

h1 {
  color: var(--100);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

h6 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}

p {
  opacity: .72;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

a {
  color: var(--100);
  letter-spacing: -.01em;
  font-weight: 500;
  text-decoration: none;
  transition: transform .25s, opacity .25s;
  display: inline-block;
}

a:hover {
  opacity: .84;
}

a:active {
  transform: scale(.98);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-left: 0;
}

li {
  letter-spacing: .015em;
  margin-bottom: .25rem;
  margin-left: 1.5rem;
  padding-left: 1.25rem;
}

label {
  margin-bottom: .5rem;
  font-weight: 500;
  display: block;
}

strong {
  font-weight: 500;
}

blockquote {
  background-color: var(--accent-light\<deleted\|variable-47f1744d\>);
  color: var(--900);
  border: .0625rem #000;
  border-radius: .75rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem;
  font-family: Switzer, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

figcaption {
  color: var(--400);
  text-align: center;
  letter-spacing: .015em;
  margin-top: .75rem;
  font-size: .875rem;
}

.style-guide-block {
  margin-bottom: 2rem;
}

.form-error {
  color: var(--100);
  background-color: #fce3e3;
  border-radius: .375rem;
  margin-top: 1.5rem;
  padding: 1.5rem;
  font-weight: 600;
}

.form {
  margin-bottom: .5rem;
}

.form-radio-button, .form-checkbox {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.text-input {
  background-color: var(--700);
  color: var(--100);
  border: .125rem solid #0000;
  border-radius: .5rem;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: border .25s, background-color .25s;
}

.text-input:hover {
  background-color: var(--600);
}

.text-input:focus {
  border: .125rem solid var(--400);
}

.text-input::placeholder {
  color: var(--300);
}

.text-input.form {
  background-color: var(--800);
  min-height: 7.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.4em;
}

.text-input.form:hover {
  background-color: var(--700);
}

.text-input.area {
  min-height: 10.5rem;
}

.paragraph {
  text-align: right;
  align-self: auto;
  width: auto;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph.small {
  font-size: .875rem;
  line-height: 1.5;
}

.paragraph.extra-large {
  color: var(--accent);
  font-size: var(--hero-desc);
  font-weight: 300;
  line-height: 1.5;
}

.paragraph.extra-large.licenses-title, .paragraph.extra-large.changelog, .paragraph.extra-large.signup-tag {
  text-align: center;
}

.paragraph.large {
  color: var(--100);
  font-family: IBM Plex Sans, sans-serif;
  font-size: var(--hero-desc);
  text-align: left;
  order: 0;
  align-self: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.45;
}

.paragraph.large.about {
  align-self: center;
  width: 90%;
  font-size: 1rem;
}

.paragraph.large.company-desc {
  font-size: var(--hero-desc);
  text-align: center;
  letter-spacing: .02em;
  padding-left: 4rem;
  padding-right: 4rem;
}

.paragraph.large.benefits {
  width: 200%;
}

.paragraph.large.contact {
  align-self: flex-start;
}

.paragraph.benefits {
  text-align: left;
  width: auto;
}

.paragraph.values {
  margin-top: 2rem;
}

.paragraph.values.card {
  text-align: center;
}

.paragraph.products {
  letter-spacing: .03em;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.paragraph.taglinedesc {
  text-align: left;
  width: 200%;
}

.paragraph.leads {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.paragraph.pricing {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.paragraph.service-card {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.paragraph.licenses {
  text-align: left;
}

.radio-button {
  border-width: .1875rem;
  border-color: var(--100);
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-left: -1.5rem;
  margin-right: 1rem;
}

.radio-button.w--redirected-checked {
  border-width: .5rem;
  border-color: var(--accent\<deleted\|variable-5ada10ac\>);
}

.visible-spacer {
  background-color: var(--600);
  border-radius: .25rem;
  display: inline-block;
}

.form-dropdown {
  background-color: var(--800);
  color: var(--300);
  border: .125rem solid #0000;
  border-radius: .75rem;
  width: 100%;
  min-height: 3.5rem;
  margin-bottom: 1rem;
  padding: 1rem 1.5rem 1rem 1.375rem;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.form-dropdown:hover {
  background-color: var(--700);
}

.form-dropdown:focus-visible, .form-dropdown[data-wf-focus-visible] {
  border: .125rem solid var(--300);
}

.form-dropdown::placeholder {
  color: #999;
  font-size: .9375rem;
}

.rich-text {
  line-height: 1.5;
}

.rich-text h3 {
  margin-top: 4.5rem;
  margin-bottom: 1.5rem;
}

.rich-text a {
  text-decoration: underline;
}

.rich-text h1 {
  margin-top: 5.5rem;
  margin-bottom: 2.5rem;
}

.rich-text h2 {
  margin-top: 5.5rem;
  margin-bottom: 2rem;
}

.rich-text h4 {
  margin-top: 4rem;
  margin-bottom: 1.5rem;
}

.rich-text h5 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.rich-text h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.rich-text img {
  border-radius: .5rem;
  width: 100%;
}

.rich-text p {
  margin-bottom: 2rem;
}

.style-guide-colour-block {
  width: 12.5%;
  padding-right: 1rem;
  display: inline-block;
}

.check-box {
  border-width: .1875rem;
  border-color: var(--100);
  border-radius: .5rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-left: -1.5rem;
  margin-right: 1rem;
}

.check-box.w--redirected-checked {
  border-color: var(--accent\<deleted\|variable-5ada10ac\>);
  background-color: var(--accent\<deleted\|variable-5ada10ac\>);
  background-position: 50%;
  background-size: 1rem;
  border-radius: .5rem;
}

.color-block {
  background-color: var(--900);
  border-radius: .3125rem;
  width: 100%;
  height: 3.75rem;
  margin-bottom: .625rem;
  margin-left: 0;
  margin-right: 0;
}

.form-success {
  text-align: left;
  background-color: #ecfce3;
  border-radius: .375rem;
  padding: 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.style-guide-colour-grid {
  flex-wrap: wrap;
  margin-top: 1.5rem;
  display: flex;
}

.field-block {
  z-index: 1;
  border: .0625rem #0000;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 3.125rem;
  min-height: 1.25rem;
  margin-bottom: .5rem;
  display: flex;
}

.heading {
  letter-spacing: -.02em;
  font-family: Switzer, sans-serif;
  font-weight: 400;
}

.heading.medium {
  font-family: Roboto, sans-serif;
  font-size: var(--h3-heading);
  text-align: left;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

.heading.extra-small {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}

.heading.small {
  font-family: Roboto, sans-serif;
  font-size: var(--h3-heading);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.25;
}

.heading.regular {
  color: var(--100);
  font-family: Roboto, sans-serif;
  font-size: var(--h3-heading);
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

.heading.extra-large {
  opacity: 1;
  color: #f6f7f8;
  font-family: Roboto, sans-serif;
  font-size: var(--hero-title);
  letter-spacing: -.02em;
  background-color: #2c09a200;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 400;
  line-height: 1;
}

.heading.extra-large.contact {
  color: #f6f7f8;
  font-size: var(--hero-title);
  width: auto;
}

.heading.extra-large.about.aboutpagetitle {
  width: 175%;
}

.heading.extra-large.contactpagetitle {
  width: 110%;
}

.heading.large {
  color: var(--100);
  font-family: Roboto, sans-serif;
  font-size: var(--h2-heading);
  text-align: left;
  letter-spacing: -.02em;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.1;
}

.heading.large.products {
  font-size: var(--h2-heading);
  font-weight: 400;
}

.heading.large.pricing {
  text-align: center;
  width: auto;
  margin-bottom: 2rem;
}

.heading.large.aboutpagetitle {
  width: 175%;
}

.button-secondary {
  color: var(--100);
  text-align: center;
  background-color: #ffffff14;
  border-radius: .5rem;
  flex: none;
  min-height: 3.5rem;
  padding: 1rem 1.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  transition: transform .25s, opacity .25s;
}

.button-secondary:hover {
  opacity: .72;
}

.button-secondary:active {
  transform: scale(.98);
}

.button-secondary.small {
  border-style: none;
  border-radius: .375rem;
  min-height: 2.5rem;
  padding: .5625rem 1.25rem;
  font-size: .9375rem;
}

.button-secondary.full-width {
  width: 100%;
}

.style-guide-section-header {
  margin-bottom: 3rem;
}

.text-box {
  max-width: 43.75rem;
}

.text-box._600px {
  max-width: 37.5rem;
  min-height: 4rem;
}

.text-box._500px {
  max-width: 31.25rem;
  min-height: 4rem;
}

.text-box._400px {
  max-width: 25rem;
  min-height: 4rem;
}

.text-box._800px {
  max-width: 50rem;
  min-height: 4rem;
}

.text-box._700px {
  width: 100%;
  max-width: none;
  min-height: 4rem;
}

.text-box._900px {
  align-self: center;
  width: 100%;
  max-width: none;
}

.style-guide-label {
  color: var(--400);
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25;
}

.field-label {
  color: var(--100);
  font-size: 1rem;
  font-weight: 500;
}

.block-quote {
  background-color: var(--accent-light\<deleted\|variable-47f1744d\>);
  border-radius: .75rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem;
  font-family: Switzer, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.section {
  background-color: #191a1b;
  border: 0 #3974af00;
  padding: 3rem 8rem;
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 700;
  overflow: hidden;
}

.section.banner {
  background-color: var(--800);
  background-color: var(--600);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .75rem;
  display: flex;
}

.section.login {
  background-color: var(--900);
  align-items: center;
  height: 100vh;
  display: flex;
}

.section.is-relative {
  background-color: var(--bgcolor);
  padding-bottom: 3rem;
  position: relative;
}

.section.is-relative.signup {
  background-color: #1c1e1f;
}

.section.about {
  background-color: #1c1e1f;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section.companydesc {
  background-color: #191a1b;
  padding-bottom: 3rem;
}

.section.homehero {
  background-color: var(--bgcolor);
  height: auto;
  padding: 1rem 8rem;
}

.section.footer {
  padding-bottom: 1rem;
}

.section.mission, .section.contact, .section.licenses, .section.license-uiimage, .section.license-fonts, .section.changelog {
  background-color: #1c1e1f;
}

.text-color-light-purple {
  color: var(--accent-light\<deleted\|variable-47f1744d\>);
}

.container-large {
  z-index: 0;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.container-large.centred {
  margin-left: auto;
  margin-right: auto;
}

.container-large.companydesc {
  max-width: 100%;
  margin-top: 2rem;
  padding-bottom: 2rem;
}

.container-large.products {
  max-width: 100%;
}

.container-large.benefits {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.container-large.home.hero {
  width: 100%;
  max-width: 100%;
}

.grid-2-column {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.grid-2-column.align-baseline {
  align-items: baseline;
  padding-top: 0;
  padding-bottom: 0;
}

.grid-2-column.vertically-centred {
  grid-template-columns: 1.25fr;
  align-items: center;
}

.nav-link {
  color: var(--400);
  border-radius: .5rem;
  align-items: center;
  min-height: 2.5rem;
  margin-left: .125rem;
  margin-right: .125rem;
  padding: 0 .875rem;
  font-family: IBM Plex Sans, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  transition: transform .25s, background-color .25s, opacity .25s;
  display: flex;
}

.nav-link:hover {
  background-color: var(--800);
  opacity: .84;
}

.nav-link.w--current {
  z-index: 1;
  background-color: var(--700);
  color: var(--100);
}

.nav-link.w--current:hover {
  opacity: 1;
}

.nav {
  z-index: 2;
  border-bottom: 1px solid var(--accent);
  background-color: var(--900);
  -webkit-backdrop-filter: blur(.375rem);
  backdrop-filter: blur(.375rem);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: space-between;
  align-items: center;
  height: 4.5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.logo {
  margin-bottom: .25rem;
  padding-left: 0;
  display: inline-block;
  position: static;
}

.logo:hover {
  opacity: .72;
}

.nav-container {
  z-index: 0;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 100rem;
  height: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
  position: relative;
}

.logo-wrapper {
  clear: none;
  grid-column-gap: 0rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-link {
  font-size: var(--footer-link);
  font-weight: 700;
  text-decoration: none;
}

.footer-link.w--current {
  font-family: IBM Plex Sans, sans-serif;
  font-size: var(--footer-link);
  font-weight: 700;
}

.footer-link.text-color-muted {
  font-size: var(--footer-link);
  text-align: center;
}

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

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

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

.button {
  color: var(--title-text);
  font-size: var(--button);
  text-align: center;
  background-color: #39f;
  border: 1px solid #0073e6;
  border-radius: .5rem;
  flex: none;
  height: auto;
  min-height: auto;
  padding: .5625rem 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  transition: transform .25s, opacity .25s;
}

.button:hover {
  opacity: .88;
}

.button:active {
  transform: scale(.98);
}

.button.small {
  border-radius: .5rem;
  min-height: 2.5rem;
  padding: .5625rem 1rem;
  font-size: .9375rem;
}

.button.full-width {
  width: 100%;
}

.button.companydesc {
  background-color: var(--accent);
  color: var(--title-text);
  font-size: var(--button);
  order: 0;
  align-self: center;
}

.license-image {
  border: .0625rem solid #0000000f;
  border-radius: .5rem;
  width: 100%;
}

.visible-text-box {
  background-color: var(--600);
  border-radius: .375rem;
}

.text-color-200 {
  color: var(--200);
}

.text-color-100 {
  color: var(--100);
}

.text-color-300 {
  color: var(--300);
}

.text-color-400 {
  color: var(--400);
}

.social-proof-logos-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-proof-logo {
  opacity: .5;
  max-width: 6rem;
  max-height: 1.25rem;
  display: inline-flex;
}

.nav-menu-button {
  padding: 0;
}

.actions-wrapper {
  grid-column-gap: .75rem;
  display: flex;
}

.button-group {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  place-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.button-group.companydesc {
  align-self: center;
  margin-top: 2rem;
}

.button-group.products {
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 2.25rem 2rem 2.5rem;
  display: flex;
}

.faq-accordion {
  background-color: var(--800);
  border-style: none;
  border-width: .0625rem;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq-content {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 33.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: flex;
}

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

.faq-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.image-wrapper {
  opacity: .6;
  text-align: center;
  border-radius: .75rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-wrapper.hero.security {
  height: 100%;
}

.image-wrapper.home.hero {
  opacity: .7;
  height: 100%;
  padding-left: 2rem;
}

.image-wrapper.leads {
  height: 85%;
}

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

.feature-content {
  max-width: 34rem;
}

.feature-content.consulting {
  margin-bottom: 2rem;
}

.feature-item {
  grid-column-gap: 6rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.card-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  margin-top: 4rem;
  display: grid;
}

.card-list.benefits {
  margin-left: 3rem;
  margin-right: 3rem;
}

.card-item {
  background-color: var(--800);
  border-radius: .75rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 2.5rem;
  display: flex;
}

.card-item.featured {
  background-color: var(--900);
  position: relative;
  overflow: hidden;
}

.card-item.login {
  z-index: 1;
  background-color: var(--900);
  width: 36rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem;
  display: flex;
  position: relative;
}

.card-item.benefits {
  background-color: #171b1f;
  border: 1px solid #002549;
}

.divider-line {
  color: var(--accent);
  background-color: #002549;
  width: auto;
  height: .0625rem;
  margin-left: 4rem;
  margin-right: 4rem;
  padding-left: 0;
  padding-right: 0;
}

.divider-line.footer {
  background-color: #39f;
  margin-left: 2rem;
  margin-right: 2rem;
}

.divider-line.footer.pricing {
  background-color: #01386d;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.divider-line.about {
  background-color: #39f;
  margin-left: 8rem;
  margin-right: 8rem;
}

.footer-column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  font-size: .875rem;
  font-weight: 700;
  display: flex;
}

.icon-large {
  color: var(--accent\<deleted\|variable-5ada10ac\>);
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
}

.features-list {
  grid-column-gap: 3rem;
  grid-row-gap: 12.5rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  align-self: auto;
  place-items: stretch stretch;
  display: grid;
}

.features-list.aboutimage {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.header-content {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 38rem;
  display: flex;
}

.testimonials-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.pricing-features-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2.5rem;
  display: flex;
}

.pricing-feature {
  grid-column-gap: .75rem;
  display: flex;
}

.text-color-accent {
  color: var(--accent\<deleted\|variable-5ada10ac\>);
}

.text-color-accent.text-weight-medium {
  color: #39f;
  text-align: left;
  margin-top: .5rem;
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 700;
}

.text-color-accent.text-weight-medium.consulting {
  width: 150%;
}

.gradient-image {
  z-index: 0;
  mix-blend-mode: luminosity;
  object-fit: cover;
  background-color: #1b1b1b00;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.pricing-card-content {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.cta-card-content {
  z-index: 1;
  grid-column-gap: 4rem;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .3fr .3fr 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: start;
  width: auto;
  margin-bottom: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
  display: grid;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.error-message {
  color: #bf1935;
  text-align: center;
  background-color: #ffe6ea;
  border-radius: .75rem;
  max-width: 33.75rem;
  min-height: 3.5rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.25rem .9375rem;
  font-weight: 500;
}

.success-message {
  background-color: var(--accent-light\<deleted\|variable-47f1744d\>);
  color: var(--accent\<deleted\|variable-5ada10ac\>);
  border-radius: .75rem;
  max-width: 33.75rem;
  min-height: 3.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.25rem;
  font-weight: 500;
}

.success-message.alternate {
  background-color: var(--900);
}

.login-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-weight-regular {
  font-weight: 400;
}

.text-weight-medium {
  font-weight: 500;
}

.pricing-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

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

.feature-image.luminosity {
  mix-blend-mode: luminosity;
}

.icon-24 {
  color: var(--accent\<deleted\|variable-5ada10ac\>);
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.hero-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  text-align: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  display: inline-block;
}

.hero-image.hero {
  opacity: 1;
  height: 100%;
  margin-top: 0;
}

.text-link {
  color: var(--accent-medium\<deleted\|variable-6ed64698-d108-c0c4-2351-6d3e5c331f20\>);
  font-size: .875rem;
}

.text-color-accent-light {
  color: var(--accent-light\<deleted\|variable-47f1744d\>);
}

.testimonial-details {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--400);
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 100%;
}

.testimonial-image-wrapper {
  border-radius: .5rem;
  width: 5rem;
  height: 5rem;
  position: relative;
  overflow: hidden;
}

.faq-icon {
  color: var(--accent\<deleted\|variable-5ada10ac\>);
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
}

.text-block {
  color: #b81832;
}

.text-color-600 {
  color: var(--600);
}

.text-color-700 {
  color: var(--700);
}

.text-color-800 {
  color: var(--800);
}

.text-color-900 {
  color: var(--900);
}

.background-color-100 {
  background-color: var(--100);
}

.background-color-300 {
  background-color: var(--300);
}

.background-color-400 {
  background-color: var(--400);
}

.background-color-600 {
  background-color: var(--600);
}

.background-color-700 {
  background-color: var(--700);
}

.background-color-800 {
  background-color: var(--800);
}

.background-color-900 {
  background-color: var(--900);
}

.text-color-muted {
  opacity: .6;
  font-family: Roboto, sans-serif;
  font-size: var(--footer-title);
  font-weight: 700;
}

.benefit-item {
  background-color: #1c1e1f;
  border: 1px solid #002549;
  border-radius: .75rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2.5rem 2.5rem 1rem;
}

.benefit-item.values {
  padding-bottom: 2.5rem;
}

.icon-medium {
  color: #737373;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-gradient-overlay {
  font-size: var(--hero-title);
  -webkit-text-fill-color: transparent;
  background-color: #f6f7f8;
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  min-width: 100%;
}

.text-gradient-overlay.aboutpagetitle {
  text-align: left;
  width: 100%;
}

.header-layout {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.header-layout.about {
  grid-template-columns: 1.5fr;
  padding-top: 2rem;
}

.header-layout.benefits {
  grid-template-columns: 1.5fr;
}

.header-layout.home.hero {
  width: 100%;
}

.grid-3-column {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  margin-left: 4rem;
  margin-right: 4rem;
  display: grid;
}

.grid-3-column.values {
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  margin-left: 4rem;
  margin-right: 4rem;
}

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

.grid-3-column.leads {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 2rem;
  margin-left: 8rem;
  margin-right: 8rem;
}

.grid-3-column.pricing {
  margin-bottom: 0;
  margin-left: 4rem;
  margin-right: 4rem;
}

.grid-3-column.consulting {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  margin-bottom: 1rem;
}

.container-small {
  z-index: 0;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.pricing-card {
  background-color: var(--800);
  border-radius: .75rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  display: flex;
}

.testimonials-card {
  background-color: var(--800);
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 2.5rem;
  display: flex;
}

.testimonials-content-top {
  font-weight: 400;
}

.footer-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: row;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  margin-left: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: .875rem;
  font-weight: 400;
  display: flex;
}

.testimonial-details-text {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  color: var(--400);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial-logo {
  max-width: 6rem;
  max-height: 1.25rem;
  display: inline-flex;
}

.image-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: .55;
  grid-template-rows: auto;
  grid-template-columns: .8fr .8fr .8fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.about-grid-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-grid-image-wrapper {
  border-radius: .75rem;
  width: 100%;
  overflow: hidden;
}

.background-color-accent {
  background-color: var(--accent\<deleted\|variable-5ada10ac\>);
}

.background-color-accent-medium {
  background-color: var(--accent-medium\<deleted\|variable-6ed64698-d108-c0c4-2351-6d3e5c331f20\>);
}

.background-color-accent-light {
  background-color: var(--accent-light\<deleted\|variable-47f1744d\>);
}

.spacer-4 {
  background-color: #0000;
  flex: none;
  width: .25rem;
  height: .25rem;
}

.spacer-8 {
  background-color: #0000;
  flex: none;
  width: .5rem;
  height: .5rem;
}

.spacer-16 {
  background-color: #0000;
  flex: none;
  width: 1rem;
  height: 1rem;
  display: block;
}

.spacer-24 {
  text-transform: uppercase;
  background-color: #0000;
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.spacer-32 {
  background-color: #0000;
  border-radius: .375rem;
  flex: none;
  width: 2rem;
  height: 2rem;
}

.spacer-40 {
  background-color: #0000;
  flex: none;
  width: 2.5rem;
  height: 2.5rem;
}

.spacer-48 {
  background-color: #0000;
  border-radius: .375rem;
  flex: none;
  width: 3rem;
  height: 3rem;
}

.spacer-64 {
  background-color: #0000;
  flex: none;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.spacer-80 {
  background-color: #0000;
  flex: none;
  width: 5rem;
  height: 5rem;
}

.spacer-96 {
  background-color: #0000;
  flex: none;
  width: 6rem;
  height: 6rem;
}

.spacer-128 {
  background-color: #0000;
  flex: none;
  width: 1rem;
  height: 1rem;
}

.background-color-200 {
  background-color: var(--100);
  color: var(--200);
}

.logo-link {
  color: #d3d4d5;
  justify-content: center;
  align-items: center;
  margin-left: .125rem;
  margin-right: .125rem;
  padding: 0 .875rem;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
}

.logo-link.w--current {
  color: #f6f7f8;
  justify-content: center;
  align-items: center;
}

.image {
  width: 11rem;
  height: 1.75rem;
  min-height: 2.75px;
}

.list {
  text-align: left;
  margin-top: 1.5rem;
}

.list-2 {
  text-align: left;
  margin-top: 1.5rem;
  font-weight: 400;
}

.list-3, .list-4, .list-5, .list-6 {
  text-align: left;
  margin-top: 1.5rem;
}

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

.image-2 {
  width: 16rem;
  height: 2.75rem;
}

.text-block-2 {
  margin-left: 2rem;
}

.text-block-3 {
  margin-left: 1rem;
  font-size: 1.5rem;
}

.image-3 {
  color: var(--300);
  background-color: #0000;
  width: 3rem;
  height: 3rem;
}

.call-logo {
  background-color: #faf7f700;
  width: 1.5rem;
  height: auto;
}

.image-4, .image-5 {
  width: 1.5rem;
  height: auto;
}

.div-block-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15, .list-item-16, .list-item-17, .list-item-18, .list-item-19, .list-item-20, .list-item-21, .list-item-22, .list-item-23, .list-item-24, .list-item-25, .list-item-26, .list-item-27, .list-item-28, .list-item-29, .list-item-30, .list-item-31 {
  font-weight: 400;
}

.div-block-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.image-6 {
  width: 2rem;
  height: 2rem;
}

.text-block-4 {
  font-size: 1.2rem;
  font-weight: 400;
}

.text-block-5, .icon-25 {
  color: var(--400);
}

.paragraph-2 {
  width: 100%;
}

.list-item-32, .list-item-33, .list-item-34, .list-item-35, .list-item-36, .list-item-37, .list-item-38, .list-item-39, .list-item-40, .bold-text {
  font-weight: 400;
}

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

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

.f-alert-information {
  background-color: var(--flowui-component-library--primary-lighter);
  color: var(--flowui-component-library--primary-base);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-right: 16px;
  display: flex;
}

.f-alert-content {
  width: 100%;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium {
  font-weight: 500;
}

.f-alert-icon {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.f-text-weight-medium {
  font-weight: 500;
}

.f-interaction-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.f-interaction {
  grid-row-gap: 16px;
  background-color: var(--flowui-component-library--gray-200);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 14px;
  display: flex;
}

.f-interaction-accent {
  max-width: 320px;
}

.f-interaction-detail {
  color: #6b7094;
  font-weight: 500;
}

.f-interaction-alert {
  background-color: var(--flowui-component-library--white);
  color: var(--flowui-component-library--gray-900);
  border-radius: 8px;
  align-items: flex-start;
  padding: 16px 24px 16px 16px;
  display: flex;
  box-shadow: 56px 0 80px -24px #393b6a1f;
}

.content {
  width: 150%;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 3.5rem;
  }

  .style-guide-block {
    margin-bottom: 2.5rem;
  }

  .form-error {
    padding-left: .25rem;
  }

  .paragraph {
    font-size: .7rem;
  }

  .paragraph.extra-large {
    font-size: 1rem;
  }

  .paragraph.large {
    font-size: 18px;
  }

  .paragraph.large.about {
    margin-top: 0;
    margin-bottom: 0;
    font-size: .8rem;
  }

  .paragraph.large.company-desc {
    font-size: .8rem;
  }

  .paragraph.benefits, .paragraph.products {
    font-size: .7rem;
  }

  .paragraph.taglinedesc {
    width: 125%;
    font-size: .7rem;
  }

  .paragraph.leads {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-size: .8rem;
  }

  .paragraph.pricing {
    margin-top: 1rem;
    margin-bottom: .5rem;
    font-size: .7rem;
  }

  .form-dropdown {
    padding-right: .25rem;
  }

  .form-success {
    padding-top: .25rem;
  }

  .heading.medium, .heading.small, .heading.regular {
    font-size: 1rem;
  }

  .heading.extra-large {
    width: 150%;
    font-size: 24px;
  }

  .heading.extra-large.contact {
    font-size: 24px;
  }

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

  .heading.large.products {
    width: 100%;
    font-size: 24px;
  }

  .button-secondary {
    position: relative;
  }

  .section {
    padding: 2rem;
  }

  .container-large {
    overflow: hidden;
  }

  .container-large.benefits {
    margin-top: 4rem;
    margin-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .grid-2-column {
    grid-column-gap: .5rem;
    grid-template-columns: 1fr .8fr;
  }

  .nav-link {
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding-left: .875rem;
  }

  .nav-menu {
    border-bottom: .0625rem solid var(--600);
    background-color: var(--900);
    order: 0;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    min-width: 100vw;
    margin-right: 0;
    padding: 1rem 3.125rem 2rem;
  }

  .nav-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .footer-link, .footer-link.w--current, .footer-link.text-color-muted {
    font-size: 8px;
  }

  .button {
    font-size: .5rem;
    position: relative;
  }

  .button.companydesc {
    font-size: .5rem;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-menu-button {
    flex-direction: row;
    justify-content: center;
    margin-left: 1rem;
    margin-right: -.5rem;
    padding: 0;
    display: flex;
  }

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

  .actions-wrapper {
    align-items: center;
  }

  .menu-icon-line-bottom {
    background-color: var(--100);
    border-radius: .0625rem;
    width: 2rem;
    height: .15625rem;
    margin-top: .25rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-top {
    background-color: var(--100);
    border-radius: .0625rem;
    width: 2rem;
    height: .15625rem;
    margin-bottom: .25rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .button-group.companydesc {
    margin-top: 1rem;
  }

  .button-group.products {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .faq-wrapper {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .faq-answer {
    padding-right: 2.5rem;
  }

  .feature-content {
    width: 100%;
    max-width: none;
  }

  .feature-content.leads {
    text-align: center;
    width: 100%;
  }

  .feature-content.pricing {
    width: 100%;
  }

  .feature-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .feature-item.pricing {
    grid-row-gap: 3rem;
  }

  .divider-line.footer {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .divider-line.footer.pricing {
    margin: 1rem;
  }

  .icon-large {
    width: 2.5rem;
    height: 2.5rem;
  }

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

  .text-color-accent.text-weight-medium {
    color: var(--accent);
    text-align: center;
    font-size: .8rem;
  }

  .text-color-accent.text-weight-medium.consulting {
    width: 100%;
  }

  .cta-card-content {
    grid-column-gap: 2rem;
  }

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

  .hero-image.hero {
    float: none;
  }

  .text-color-muted {
    font-size: 12px;
  }

  .benefit-item {
    padding: 1rem;
  }

  .benefit-item.products {
    padding-top: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .icon-medium {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 1rem;
  }

  .text-gradient-overlay {
    font-size: 36px;
  }

  .text-gradient-overlay.benefits {
    font-size: 24px;
  }

  .header-layout {
    grid-template-columns: 1fr 1fr;
  }

  .header-layout.home.hero {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
  }

  .header-layout.leads {
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-column {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .grid-3-column.leads {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .grid-3-column.pricing {
    grid-column-gap: 1.5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .container-small {
    overflow: hidden;
  }

  .image-grid {
    grid-column-gap: 1rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .spacer-16 {
    width: .6rem;
    height: .6rem;
  }

  .spacer-24, .spacer-32 {
    width: 1rem;
    height: 1rem;
  }

  .spacer-80 {
    width: 3rem;
    height: 3rem;
  }

  .spacer-128 {
    width: 2rem;
    height: 2rem;
  }

  .list, .list.pricing, .list-2, .list-3, .list-4, .list-5, .list-6 {
    font-size: .7rem;
  }

  .image-2 {
    width: 40px;
    height: 40px;
  }

  .text-block-3 {
    font-size: 1.2rem;
  }

  .call-logo, .image-4, .image-5 {
    width: 1.2rem;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15, .list-item-16, .list-item-17, .list-item-18, .list-item-19, .list-item-20, .list-item-21, .list-item-22, .list-item-23, .list-item-24, .list-item-25, .list-item-26, .list-item-27, .list-item-28, .list-item-29, .list-item-30, .list-item-31 {
    margin-left: 1rem;
    padding-left: .5rem;
  }

  .image-6 {
    width: 1.75rem;
    height: 1.75rem;
  }

  .text-block-4 {
    font-size: 1rem;
  }

  .list-item-32, .list-item-33, .list-item-34, .list-item-35, .list-item-36, .list-item-37, .list-item-38, .list-item-39, .list-item-40 {
    padding-left: .5rem;
  }

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

  .text-gradient {
    width: 90%;
    height: 100%;
    font-size: 24px;
  }

  .menu-icon-line-top-2 {
    background-color: #fff;
    border-radius: .0625rem;
    width: 2rem;
    height: .15625rem;
    margin-bottom: .25rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-bottom-2 {
    background-color: #fff;
    border-radius: .0625rem;
    width: 2rem;
    height: .15625rem;
    margin-top: .25rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown {
    clear: none;
    order: 0;
    display: block;
  }

  .dropdown-2 {
    display: block;
  }

  .dropdown-toggle, .dropdown-toggle-2 {
    padding-top: .4rem;
    padding-bottom: .4rem;
    padding-left: .875rem;
  }

  .dropdown-list, .dropdown-list-2 {
    background-color: var(--900);
  }

  .dropdown-link, .dropdown-link-2, .dropdown-link-3, .dropdown-link-4, .dropdown-link-5, .dropdown-link-6, .dropdown-link-7, .dropdown-link-8 {
    color: var(--400);
  }

  .list-item-41 {
    margin-left: 1rem;
    padding-left: .5rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h6 {
    letter-spacing: -.02em;
  }

  .paragraph.extra-large {
    font-size: .8rem;
  }

  .paragraph.large {
    text-align: center;
    font-size: 16px;
  }

  .paragraph.large.company-desc {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 12px;
  }

  .paragraph.large.contact {
    width: 100%;
  }

  .paragraph.benefits {
    text-align: center;
    font-size: .8rem;
  }

  .paragraph.products {
    font-size: .8rem;
  }

  .paragraph.taglinedesc {
    width: auto;
  }

  .paragraph.pricing {
    font-size: .8rem;
  }

  .style-guide-colour-block {
    width: 25%;
  }

  .field-block {
    min-height: auto;
  }

  .heading.medium {
    align-self: center;
    font-size: 1.25rem;
  }

  .heading.small, .heading.regular {
    font-size: 1.25rem;
  }

  .heading.extra-large {
    text-align: center;
    letter-spacing: -.01em;
    align-self: auto;
    width: 100%;
    font-size: 3.25rem;
  }

  .heading.large, .heading.large.products {
    text-align: center;
    width: auto;
    font-size: 24px;
  }

  .section {
    padding: 1rem;
  }

  .section.banner {
    display: block;
  }

  .section.about {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .container-large {
    width: 100%;
  }

  .container-large.hero.security {
    max-width: 100%;
  }

  .grid-2-column {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link.w--current {
    background-position: 0%;
  }

  .nav-menu {
    border-right: .0625rem solid var(--700);
    background-color: var(--900);
    -webkit-backdrop-filter: blur(.375rem);
    backdrop-filter: blur(.375rem);
    margin-right: 0;
  }

  .logo-wrapper {
    display: flex;
  }

  .footer-link, .footer-link.w--current, .footer-link.text-color-muted {
    font-size: 6px;
  }

  .social-proof-logos-wrapper {
    width: auto;
    padding-top: 1rem;
  }

  .button-group {
    align-self: center;
  }

  .faq-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .image-wrapper {
    opacity: .75;
    height: 100%;
  }

  .image-wrapper.hero.security {
    opacity: .7;
  }

  .image-wrapper.home.hero {
    opacity: .75;
  }

  .image-wrapper.leads {
    height: 100%;
  }

  .feature-item {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .card-list.benefits {
    margin-top: 2rem;
  }

  .card-item.login {
    width: 100%;
    padding: 2.5rem;
  }

  .divider-line.footer {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .icon-large {
    align-self: center;
  }

  .features-list {
    grid-row-gap: 9rem;
  }

  .header-content {
    justify-content: center;
    align-items: center;
  }

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

  .text-color-accent.text-weight-medium.consulting {
    width: auto;
  }

  .footer-grid {
    grid-template-columns: .8fr .8fr .8fr 1fr;
    grid-auto-flow: row;
  }

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

  .text-color-muted {
    font-size: 8px;
  }

  .benefit-item.values {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-gradient-overlay {
    text-align: left;
    min-width: auto;
    max-width: 100%;
    font-size: 28px;
  }

  .header-layout {
    grid-template-columns: 1fr;
  }

  .header-layout.about {
    padding-top: 0;
  }

  .header-layout.home.hero {
    grid-template-columns: 1fr;
    align-self: auto;
  }

  .header-layout.leads {
    grid-template-columns: 1fr;
  }

  .grid-3-column {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .grid-3-column.values {
    grid-column-gap: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .grid-3-column.leads {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .grid-3-column.pricing {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .container-small {
    width: 100%;
  }

  .image-grid {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .spacer-4 {
    height: .5rem;
  }

  .spacer-8, .spacer-16, .spacer-24 {
    height: 1rem;
  }

  .spacer-32 {
    height: .5rem;
  }

  .spacer-40, .spacer-48 {
    height: 2.5rem;
  }

  .spacer-64, .spacer-80 {
    width: 3.5rem;
    height: 3.5rem;
  }

  .spacer-96 {
    width: 4.5rem;
    height: 4.5rem;
  }

  .spacer-128 {
    width: 1rem;
    height: 1rem;
  }

  .image-2 {
    width: 25px;
    height: 25px;
  }

  .text-block-3 {
    font-size: .7rem;
  }

  .call-logo, .image-4, .image-5 {
    width: 1.1rem;
  }

  .div-block-3 {
    text-align: left;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
  }

  .bold-text, .text-gradient {
    font-size: 22px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.125rem;
  }

  h4 {
    font-size: 1.375rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  p {
    font-size: .9375rem;
  }

  li {
    padding-left: .75rem;
  }

  strong {
    font-weight: 400;
  }

  blockquote {
    padding-left: 1.5rem;
  }

  .text-input {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .paragraph {
    font-size: .875rem;
  }

  .paragraph.extra-large {
    font-size: 12px;
  }

  .paragraph.large {
    text-align: center;
    font-size: 1.0625rem;
  }

  .paragraph.large.company-desc {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.benefits {
    text-align: center;
    margin-top: .5rem;
  }

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

  .rich-text h3 {
    margin-top: 3rem;
  }

  .rich-text h1, .rich-text h2 {
    margin-top: 3.5rem;
  }

  .rich-text h4 {
    margin-top: 2.5rem;
  }

  .rich-text h5 {
    margin-top: 2rem;
  }

  .rich-text h6 {
    margin-top: 1.5rem;
  }

  .check-box {
    flex: none;
  }

  .color-block {
    margin-bottom: 1.25rem;
  }

  .heading.medium {
    text-align: center;
    font-size: 1.5rem;
  }

  .heading.extra-small {
    font-size: 1.125rem;
  }

  .heading.small {
    font-size: 1.25rem;
  }

  .heading.regular {
    font-size: 1.375rem;
  }

  .heading.extra-large {
    text-align: center;
    font-size: 1.75rem;
  }

  .heading.extra-large.contact {
    font-size: 20px;
  }

  .heading.large {
    text-align: center;
    font-size: 1.75rem;
  }

  .heading.large.products {
    text-align: center;
  }

  .button-secondary {
    font-size: 1rem;
  }

  .button-secondary.small.hide-mobile-portrait {
    display: none;
  }

  .style-guide-section-header {
    margin-bottom: 2rem;
  }

  .block-quote {
    padding-left: 1.5rem;
  }

  .section {
    padding: 1.25rem 1rem;
  }

  .section.companydesc {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .container-large.companydesc {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .container-large.benefits {
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .grid-2-column {
    grid-row-gap: 2.5rem;
  }

  .nav-menu {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

  .nav-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .footer-link.text-color-muted {
    text-align: left;
  }

  .button {
    font-size: .7rem;
  }

  .button.small.hide-mobile-portrait {
    display: none;
  }

  .text-color-300 {
    font-size: .875rem;
  }

  .social-proof-logos-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    justify-content: center;
  }

  .button-group {
    text-align: left;
    flex-direction: column;
    flex: 1;
    align-content: center;
    width: 100%;
  }

  .button-group.companydesc {
    order: 0;
    place-content: center flex-start;
    align-self: auto;
    align-items: center;
  }

  .faq-question {
    padding: 1.5rem 1.75rem 1.5rem 2rem;
  }

  .faq-accordion {
    border-radius: 1rem;
  }

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

  .faq-answer {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .image-wrapper {
    border-radius: 1rem;
  }

  .feature-content, .feature-content.leads, .feature-content.pricing {
    width: 100%;
  }

  .feature-item {
    grid-template-columns: 1fr;
    min-width: auto;
  }

  .feature-item.leads {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .feature-item.pricing {
    grid-row-gap: 2rem;
  }

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

  .card-list.benefits {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .card-item {
    border-radius: 1rem;
    padding: 2rem;
  }

  .card-item.login {
    padding: 2rem;
  }

  .divider-line.footer {
    margin-top: .25rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .footer-column {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .icon-large {
    align-self: center;
    width: 3rem;
    height: 3rem;
  }

  .features-list {
    grid-row-gap: 6rem;
  }

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

  .pricing-features-list {
    margin-bottom: 2rem;
  }

  .text-color-accent.text-weight-medium {
    text-align: center;
  }

  .footer-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .login-form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .benefit-item {
    border-radius: 1rem;
  }

  .text-gradient-overlay {
    text-align: center;
  }

  .header-layout {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .grid-3-column {
    grid-row-gap: 2.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .grid-3-column.values {
    grid-template-rows: auto;
    grid-template-columns: auto;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .grid-3-column.leads {
    grid-template-columns: 1fr;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .grid-3-column.pricing {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .pricing-card, .testimonials-card {
    border-radius: 1rem;
    padding: 2rem;
  }

  .footer-bottom {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    text-align: center;
    margin-left: 0;
    padding-left: .125rem;
    padding-right: .125rem;
  }

  .image-grid {
    grid-template-columns: 1fr;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .about-grid-image-wrapper {
    border-radius: 1rem;
  }

  .spacer-64 {
    width: 3rem;
    height: 3rem;
  }

  .spacer-80 {
    width: 1rem;
    height: 1.5rem;
  }

  .spacer-96 {
    width: 3.5rem;
    height: 3.5rem;
  }

  .spacer-128 {
    height: 1rem;
  }

  .div-block {
    text-align: left;
    order: 0;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
  }

  .image-2 {
    text-align: left;
    width: 20px;
    height: 20px;
  }

  .text-block-3 {
    width: auto;
    margin-left: .5rem;
    font-size: .5rem;
  }

  .bold-text {
    font-weight: 400;
  }

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

  .bold-text-2 {
    font-weight: 400;
  }
}

#w-node-_05c97b58-b1ac-eabe-afbc-3861dce3b03d-ffe15e3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b0923097-9a1c-2e93-3829-159c5cb4f2a8-ffe15e3e {
  align-self: end;
}

#w-node-ae1eadcb-aaf8-55e9-7e1a-c032c515ada9-ffe15e3e {
  justify-self: center;
}

#w-node-_94f78a9b-1dd4-f14b-6e42-0d3375bfcdba-d1959954 {
  place-self: center end;
}

#w-node-_38f718e7-ef7d-cf1b-5d32-9110617504c1-617504ba, #w-node-d05e47e2-aa32-2547-947a-66fd2ccb7be0-617504ba {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c8253fb7-a37a-f1b7-0c88-04be10e15d00-ffe15e49, #w-node-_4ee1287b-929c-4ded-cbd8-2f85583b04bc-ffe15e49, #w-node-c8253fb7-a37a-f1b7-0c88-04be10e15d00-ffe15e4a, #w-node-_4f16b390-6764-b419-6eff-0e0ba0f9668a-ffe15e4a, #w-node-_620a19a9-45c1-2522-0c40-8a5721b03fa9-ffe15e4a, #w-node-d76495c5-4986-9689-1131-ddd6dd942307-ffe15e4a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7e52461-2e87-3abf-710f-75ecdb9ea0cd-ffe15e4e {
  place-self: auto;
}

#w-node-e7e52461-2e87-3abf-710f-75ecdb9ea0df-ffe15e4e {
  grid-area: span 2 / span 2 / span 2 / span 2;
  place-self: auto;
}

#w-node-f142e6f8-8b43-d96b-9586-3ca7e8487dd3-ffe15e4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f142e6f8-8b43-d96b-9586-3ca7e8487de8-ffe15e4f, #w-node-f142e6f8-8b43-d96b-9586-3ca7e8487de8-ffe15e50 {
  justify-self: center;
}

#w-node-_4661b06e-22fe-c293-6c04-4362fc989a44-8e8346ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4661b06e-22fe-c293-6c04-4362fc989a4f-8e8346ec {
  align-self: end;
}

#w-node-_836f44f4-3bec-1514-8a52-ee619e5f9a65-8e8346ec {
  justify-self: center;
}

#w-node-de8ce03a-566a-7056-eb29-90ba3b04e651-5a638c71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-de8ce03a-566a-7056-eb29-90ba3b04e65c-5a638c71 {
  align-self: end;
}

#w-node-_8dc9bfa4-1ced-76af-a9f0-e9371ac5324e-5a638c71, #w-node-_3a3be9cc-5860-2361-1fa0-c10df4bd50ce-5a638c71 {
  justify-self: center;
}

#w-node-_56a22837-e5fb-2967-4497-c4e3ab867a24-11a30f85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_56a22837-e5fb-2967-4497-c4e3ab867a2f-11a30f85 {
  align-self: end;
}

#w-node-_21d92150-930a-1662-19b9-7886e34ac662-11a30f85 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_836f44f4-3bec-1514-8a52-ee619e5f9a5f-8e8346ec {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_05c97b58-b1ac-eabe-afbc-3861dce3b03d-ffe15e3e {
    grid-row: span 1 / span 1;
  }

  #w-node-e7e52461-2e87-3abf-710f-75ecdb9ea0df-ffe15e4e, #w-node-b170b778-91f3-a691-491a-53d43b7c593f-ffe15e4e, #w-node-_167a9262-f5dd-6e48-6c33-3bad0ee38821-ffe15e4e {
    order: -9999;
  }

  #w-node-_4661b06e-22fe-c293-6c04-4362fc989a44-8e8346ec {
    justify-self: auto;
  }

  #w-node-_836f44f4-3bec-1514-8a52-ee619e5f9a5f-8e8346ec {
    place-self: auto center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_94f78a9b-1dd4-f14b-6e42-0d3375bfcdba-d1959954 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-VariableItalic.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}