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

:root {
  --900: white;
  --100: #080f22;
  --accent-light: #d1d7ff;
  --400: #dbdbdb;
  --700: #ebebeb75;
  --600: #dbdbdb;
  --300: #11254d;
  --800: #e2e2e2;
  --accent: #391596;
  --200: #0d1b36;
  --accent-medium: #625ada;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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);
  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: justify;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  overflow: visible;
}

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

.paragraph.extra-large {
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.4;
}

.paragraph.large {
  flex-flow: row;
  min-width: 30%;
  max-width: 50%;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.45;
  display: block;
}

.paragraph.large.fullbreath {
  min-width: 50%;
  max-width: 100%;
  font-weight: 400;
}

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

.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);
  background-color: var(--accent);
  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 {
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  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 {
  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;
}

.heading.regular {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 2rem;
  font-family: Switzer, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading.regular:lang(fr-fr) {
  margin-top: 1rem;
  padding-bottom: 0;
}

.heading.extra-large {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: .5rem;
  font-family: Switzer, sans-serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: .8;
}

.heading.extra-large:lang(fr-fr) {
  width: auto;
  min-width: auto;
  font-size: 3rem;
  line-height: 1;
}

.heading.large {
  letter-spacing: -.02em;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 1px;
  font-family: Switzer, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.1;
  display: flex;
}

.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 {
  max-width: 43.75rem;
  min-height: 4rem;
}

.text-box._900px {
  max-width: 56.25rem;
}

.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);
  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: var(--900);
  margin: 0 43px;
  padding: 2rem 5px 4rem;
  line-height: 1.5;
  overflow: scroll;
}

.section:lang(fr-fr) {
  padding-left: 32px;
  padding-right: 32px;
}

.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(--200);
  margin-left: auto;
  margin-right: auto;
  line-height: 3;
  position: relative;
}

.section.topsection {
  background-image: linear-gradient(215deg, #625adaad 6%, #fff 33%);
  padding-left: 4rem;
  padding-right: 4rem;
}

.text-color-light-purple {
  color: var(--accent-light);
}

.container-large {
  z-index: 0;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.grid-2-column.align-baseline {
  align-items: baseline;
}

.grid-2-column.vertically-centred {
  align-items: center;
}

.nav-link {
  color: var(--100);
  border-radius: .5rem;
  align-items: center;
  min-height: 2.5rem;
  margin-left: .125rem;
  margin-right: .125rem;
  padding: 0 .875rem;
  font-size: .9375rem;
  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;
  background-color: var(--700);
  -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 {
  margin-right: -.25rem;
  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 {
  grid-column-gap: 3rem;
  flex: 1;
  align-items: center;
  display: flex;
}

.footer-link {
  font-weight: 400;
  text-decoration: none;
}

.footer-link.text-color-muted {
  margin-right: 60px;
}

.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 {
  background-color: var(--accent);
  color: var(--900);
  text-align: center;
  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:hover {
  opacity: .88;
}

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

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

.button.small.hide-mobile-portrait {
  max-width: 200px;
}

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

.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;
  display: flex;
}

.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 {
  border-radius: .75rem;
  width: 100%;
  max-width: none;
  display: block;
  overflow: hidden;
}

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

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

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

.card-list {
  grid-column-gap: 1.8rem;
  grid-row-gap: .85rem;
  grid-template: "."
  / 1fr .25fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  display: grid;
}

.card-list.mainmpage {
  grid-row-gap: .65rem;
}

.card-item {
  background-color: var(--800);
  border-radius: .75rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  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;
}

.divider-line {
  background-color: #ffffff0f;
  width: 100%;
  height: .0625rem;
}

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

.icon-large {
  color: var(--accent);
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
}

.features-list {
  grid-column-gap: 10.3rem;
  grid-row-gap: 4.6rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin: 26px 0;
  display: grid;
}

.features-list.responsivethough {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  margin: 3.7rem;
}

.header-content {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  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);
  font-size: 1.5rem;
}

.text-color-accent.text-weight-medium.heading {
  font-size: 2rem;
  display: flex;
}

.gradient-image {
  z-index: 0;
  color: var(--100);
  mix-blend-mode: luminosity;
  object-fit: cover;
  background-image: linear-gradient(#af2222bf, #af2222bf), url('../images/Ethereal-Abstract-Art_1Ethereal Abstract Art.avif');
  background-position: 0 0, 50%;
  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;
  color: var(--400);
  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: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: start;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  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);
  color: var(--accent);
  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 {
  opacity: 1;
  mix-blend-mode: normal;
  border-radius: 5px;
  transform: translate(0);
}

.icon-24 {
  color: var(--accent);
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

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

.text-link {
  color: var(--accent-medium);
  font-size: .875rem;
}

.text-color-accent-light {
  color: var(--accent-light);
}

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

.benefit-item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.icon-medium {
  color: var(--accent);
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.text-gradient-overlay {
  background-image: linear-gradient(90deg, var(--100) 62%, var(--accent-medium));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 3.75rem;
  display: inline;
}

.header-layout {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template: "."
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.header-layout.landing {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.grid-3-column {
  grid-column-gap: 2rem;
  grid-row-gap: 1.2rem;
  grid-template: ". . ."
                 ". Area-2 Area-3"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.grid-3-column:lang(fr-fr) {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

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

.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;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  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;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  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);
}

.background-color-accent-medium {
  background-color: var(--accent-medium);
}

.background-color-accent-light {
  background-color: var(--accent-light);
}

.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-24:lang(fr-fr) {
  height: 2rem;
}

.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: 8rem;
  height: 6rem;
}

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

.flex-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex-layout.x-center {
  justify-content: center;
}

.flex-layout.wrap {
  flex-wrap: wrap;
}

.flex-layout.y-center {
  align-items: center;
}

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

.utility-margin-bottom-3rem {
  margin-bottom: 3rem;
}

.icon {
  width: 2rem;
  height: 2rem;
}

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

.utility-margin-bottom-2rem {
  margin-bottom: 2rem;
}

.utility-padding-all-2rem {
  padding: 2rem;
}

.avatar {
  background-color: #f0f0f0;
  border-radius: 100rem;
  width: 4rem;
  height: 4rem;
  position: relative;
  overflow: hidden;
}

.utility-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.divider-vertical {
  background-color: #0000001a;
  width: 1px;
  height: 100%;
}

.utility-overflow-hidden {
  overflow: hidden;
}

.utility-width-125 {
  width: 125%;
}

.utility-width-125.centered {
  transform: translate(-10%);
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout.desktop-6-column {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-layout.grid-gap-m {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.utility-rotate--4-5 {
  transform: rotate(-4.5deg);
}

.utility-aspect-2x3 {
  aspect-ratio: 2 / 3;
  position: relative;
}

.utility-image-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.utility-rotate-4-5 {
  transform: rotate(4.5deg);
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 5rem;
  padding-right: 5rem;
  display: grid;
  position: static;
}

.image {
  max-height: 100px;
}

.flex-block {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 5rem;
}

.flex-block-2 {
  clear: both;
  text-align: justify;
  padding-left: 5rem;
  padding-right: 5rem;
  position: static;
}

.iframe {
  object-fit: fill;
  justify-content: center;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.div {
  height: 100%;
}

.logoholder {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template: "Area Area-2 Area-3"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5rem;
  font-weight: 500;
  display: grid;
}

.logoholder:lang(fr-fr) {
  grid-template-areas: "Area Area-2 Area-3";
}

.image-2 {
  text-align: center;
}

.image-3, .image-4 {
  border-radius: 40px;
}

.image-5 {
  border-radius: .7rem;
  width: 80%;
}

.div-block-2 {
  text-align: center;
  margin-top: 3rem;
}

.div-block-3 {
  grid-column-gap: 49px;
  grid-row-gap: 73px;
  background-color: var(--900);
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.heading-2 {
  margin-bottom: 2rem;
}

.image-6, .image-7 {
  border-radius: 5px;
}

.container {
  max-width: 940rem;
}

.grid {
  place-items: center;
  margin-top: 4rem;
  position: relative;
}

.iframe-3, .iframe-3:lang(fr-fr) {
  padding-bottom: 0;
  padding-right: 0;
}

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

.flex-block-5 {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  justify-content: center;
  align-items: center;
  max-width: 95%;
  padding-left: 10px;
  display: flex;
}

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

.div-block-6 {
  line-height: 5;
}

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

.logoingfareal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-left: 5px;
  padding-right: 5px;
  display: grid;
}

.logoingfareal:lang(fr-fr) {
  grid-column-gap: 74px;
  grid-row-gap: 74px;
  padding-left: 32px;
  padding-right: 32px;
}

.reject-button {
  color: #000;
  background-color: #fff;
  padding: 12px 28px;
  font-weight: bold;
}

.accept-button {
  color: #fff;
  background-color: #000;
  padding: 12px 28px;
  font-weight: bold;
}

.cookie-buttons-group {
  column-gap: 20px;
  display: flex;
}

.cookie-description {
  color: #000;
  margin: 30px 0 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.cookie-heading {
  color: #000;
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 31px;
}

.flowappz-cookie-consent {
  z-index: 99999;
  background-color: #fff;
  width: 380px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3rem 2.5rem;
  position: fixed;
  bottom: 4.5rem;
  left: 4rem;
  box-shadow: 0 0 20px #0000001a;
}

.p, .paragraph-3 {
  margin-top: 30px;
  margin-bottom: 25px;
}

.flowappz-cookie-consent-light {
  z-index: 99999;
  background-color: #fff;
  width: 376px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3rem 2.5rem;
  position: fixed;
  bottom: 4.5rem;
  left: 4rem;
  box-shadow: 0 0 20px #0000001a;
}

.flowappz-cookie-consent-light.flowappz-hide-popup {
  background-color: #d0d3e7;
  background-image: linear-gradient(225deg, #d1d7ff, #fff);
}

.flowappz-cookie-heading-light {
  color: #000;
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 31px;
}

.flowappz-cookie-description-light {
  color: #000;
  margin: 30px 0 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.flowappz-cookie-buttons-group-light {
  column-gap: 20px;
  display: flex;
}

.flowappz-accept-button-light {
  color: #fff;
  background-color: #000;
  padding: 12px 28px;
  font-weight: bold;
}

.flowappz-reject-button-light {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 700;
}

.flowappz-cookie-consent-code {
  display: none;
}

.div-block-8 {
  margin-top: 30px;
  padding-bottom: 25px;
}

@media screen and (min-width: 1280px) {
  .paragraph {
    text-align: left;
    font-weight: 400;
  }

  .heading.regular {
    padding-right: 2rem;
  }

  .heading.regular:lang(fr-fr) {
    margin-top: 1rem;
  }

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

  .heading.large:lang(fr-fr) {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .section {
    margin: 0 auto;
    padding: 2rem 0;
  }

  .section:lang(fr-fr) {
    padding-left: 0;
    padding-right: 0;
  }

  .button.small.hide-mobile-portrait {
    text-align: center;
    max-width: 200px;
  }

  .image-wrapper {
    aspect-ratio: auto;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: scroll;
  }

  .feature-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

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

  .features-list {
    margin-left: 0;
    margin-right: 0;
  }

  .text-color-accent {
    font-size: 2rem;
  }

  .benefit-item {
    width: auto;
    min-width: auto;
    max-width: 300px;
  }

  .text-gradient-overlay {
    margin-left: auto;
    margin-right: auto;
  }

  .text-gradient-overlay.heading-large {
    text-align: center;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-3-column {
    grid-column-gap: 2rem;
    grid-row-gap: 3.2rem;
    grid-template: "."
    / 1fr 1fr 1fr;
    justify-content: space-between;
    place-items: start stretch;
    width: 100%;
    min-width: 600px;
  }

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

  .grid-3-column.gridlesscolumns-too {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .logoholder {
    grid-column-gap: 120px;
    align-content: center;
  }

  .iframe-3 {
    text-align: left;
    border-radius: 5px;
    max-width: 500px;
    padding-right: 0;
  }

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

  .div-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "."
    / 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    place-items: start;
    display: grid;
  }

  .heading-3 {
    font-size: 2.5rem;
  }

  .longlegaltext {
    letter-spacing: normal;
    column-count: auto;
    font-size: 2rem;
  }

  .flexible3-2-1-grid {
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block-5 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

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

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

  .logoingfareal:lang(fr-fr) {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-auto-flow: row;
  }

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

  .reject-button {
    margin-right: 10px;
  }

  .flowappz-cookie-consent {
    width: 380px;
  }

  .p {
    margin-bottom: 25px;
  }

  .paragraph-3 {
    margin-top: 30px;
    margin-bottom: 25px;
    font-weight: 400;
  }
}

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

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

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

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

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

  .paragraph.large {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
  }

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

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

  .heading.medium {
    font-size: 1.1rem;
  }

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

  .heading.extra-large {
    font-size: 2rem;
  }

  .heading.large {
    margin: 9px;
  }

  .button-secondary {
    position: relative;
  }

  .section {
    padding: 1rem 2.9rem;
  }

  .section.topsection {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-large {
    overflow: hidden;
  }

  .nav-link {
    margin: .25rem 0;
  }

  .nav-menu {
    border-bottom: .0625rem solid var(--600);
    background-color: var(--900);
    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;
  }

  .button {
    position: relative;
  }

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

  .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-item {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .card-item.image-text {
    padding: 1.2rem;
  }

  .features-list {
    grid-column-gap: 3.1rem;
    grid-row-gap: 1.8rem;
    grid-auto-flow: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .features-list.responsivethough {
    grid-column-gap: 8.4rem;
    grid-row-gap: 1.8rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

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

  .feature-image.luminosity {
    width: 40rem;
  }

  .text-gradient-overlay {
    font-size: 2rem;
    line-height: 1;
  }

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

  .header-layout.landing {
    grid-column-gap: 2.1rem;
    grid-row-gap: 1.2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1.25fr;
  }

  .grid-3-column {
    grid-column-gap: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .container-small {
    overflow: hidden;
  }

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

  .spacer-32 {
    height: 2.4rem;
  }

  .logoholder {
    margin-top: 2.5rem;
  }

  .grid {
    grid-template-rows: auto;
  }

  .text-block-2 {
    font-size: .9rem;
  }

  .flexible3-2-1-grid:lang(fr-fr) {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@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 {
    line-height: 1;
  }

  .paragraph:lang(fr-fr) {
    font-size: 1rem;
  }

  .paragraph.large {
    margin: 0 auto .7rem;
    font-size: 1.2rem;
  }

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

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

  .heading.medium {
    font-size: 1rem;
    line-height: 1;
  }

  .heading.regular {
    padding-right: 2rem;
  }

  .heading.extra-large {
    font-size: 3.25rem;
    line-height: 1;
  }

  .heading.large {
    width: auto;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.5rem;
    line-height: .8;
    display: block;
  }

  .heading.large:lang(fr-fr) {
    text-align: center;
    font-size: 3rem;
  }

  .section {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .section.banner {
    display: block;
  }

  .container-large {
    width: 100%;
  }

  .grid-2-column {
    grid-column-gap: 2rem;
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

  .features-list {
    grid-column-gap: 1.3rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

  .text-gradient-overlay {
    font-size: 1.5rem;
    line-height: .8;
  }

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

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

  .grid-3-column {
    grid-column-gap: 2rem;
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         "Area";
  }

  .grid-3-column:lang(fr-fr) {
    grid-template-columns: 1fr;
  }

  .grid-3-column.sepcial {
    grid-row-gap: .8rem;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-small {
    width: 100%;
  }

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

  .spacer-4, .spacer-8 {
    height: 2.5rem;
  }

  .spacer-16 {
    height: .3rem;
  }

  .spacer-24 {
    height: 1rem;
  }

  .spacer-32 {
    height: 2.5rem;
  }

  .spacer-32:lang(fr-fr) {
    height: 1rem;
  }

  .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 {
    height: 2.5rem;
  }

  .utility-margin-bottom-3rem {
    margin-bottom: 1.5rem;
  }

  .utility-margin-bottom-2rem {
    margin-bottom: 1rem;
  }

  .utility-padding-all-2rem {
    padding: 1rem;
  }

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

  .logoholder {
    grid-template: "Area"
                   "."
                   "."
                   / 1fr;
    place-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .logoholder:lang(fr-fr) {
    grid-template-rows: auto auto auto;
  }

  .image-2:lang(fr-fr) {
    margin-top: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-2 {
    font-size: 1.2rem;
    line-height: 1;
  }

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

  .text-block-2 {
    text-align: center;
  }

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

  .logoingfareal {
    grid-template-columns: 1fr;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
  }

  .paragraph-3 {
    margin-top: 30px;
    margin-bottom: 25px;
  }
}

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

  blockquote {
    padding-left: 1.5rem;
  }

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

  .paragraph {
    font-size: .7rem;
    line-height: 1.1;
  }

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

  .paragraph.large {
    text-align: justify;
    font-size: 1.0625rem;
    line-height: 1;
  }

  .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 {
    font-size: 1.1rem;
  }

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

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

  .heading.regular {
    padding-right: 0;
    font-size: 1rem;
    overflow: scroll;
  }

  .heading.extra-large {
    font-size: 2.5rem;
    line-height: 1;
  }

  .heading.large {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: 1px;
    font-size: 1.5rem;
    line-height: 1;
  }

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

  .section.is-relative {
    line-height: 2;
  }

  .section.topsection {
    background-image: linear-gradient(249deg, #663fca9c, #fff 58%);
    padding: 1.7rem;
  }

  .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 {
    margin-right: 0;
  }

  .button {
    font-size: 1rem;
  }

  .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 {
    flex-direction: column;
    flex: 1;
    width: 100%;
  }

  .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 {
    cursor: pointer;
    border: 0 solid #000;
    border-radius: 4px;
    width: 90%;
    padding: 0;
    transform: translate(0);
    box-shadow: 1px 2px 13px #915ada;
  }

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

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

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

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

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

  .features-list {
    grid-row-gap: 2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .features-list.responsivethough {
    grid-column-gap: 3rem;
    grid-row-gap: 1rem;
    text-align: center;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

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

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

  .text-color-accent.text-weight-medium {
    text-align: center;
    margin-top: 6px;
    font-size: .8rem;
  }

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

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

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

  .feature-image {
    border-radius: 5px;
  }

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

  .icon-medium {
    height: 1rem;
  }

  .text-gradient-overlay {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

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

  .header-layout.landing {
    margin: .7rem;
  }

  .grid-3-column {
    grid-row-gap: 2.5rem;
    grid-template-areas: "."
                         "Area";
  }

  .grid-3-column:lang(fr-fr) {
    grid-template-columns: 1fr;
  }

  .grid-3-column.sepcial {
    margin: 0 auto;
    overflow: scroll;
  }

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

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

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

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

  .spacer-8 {
    width: .5px;
    height: .5rem;
  }

  .spacer-32, .spacer-32:lang(fr-fr) {
    height: 1rem;
  }

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

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

  .avatar {
    margin-bottom: 16px;
  }

  .logoholder {
    grid-row-gap: 20px;
    margin: 16px;
  }

  .heading-2 {
    text-align: center;
    font-size: 1.3rem;
  }

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

  .flex-block-3, .flex-block-4 {
    margin-top: 2rem;
  }

  .iframe-2 {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .iframe-3 {
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .longlegaltext {
    overflow-wrap: anywhere;
    max-width: 215px;
  }

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

  .div-block-7 {
    width: 90%;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
  }

  .cookie-buttons-group {
    flex-direction: column;
    row-gap: 20px;
  }

  .flowappz-cookie-consent {
    width: 100vw;
    left: 0;
  }

  .paragraph-3 {
    margin-top: 30px;
    margin-bottom: 25px;
  }

  .flowappz-cookie-consent-light {
    width: 100vw;
    left: 0;
  }

  .flowappz-cookie-buttons-group-light {
    flex-direction: column;
    row-gap: 20px;
  }
}

#w-node-d0e43357-3290-98cd-876b-ffbb61b512a3-bd980db7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ad7466f3-41eb-9b11-926d-d748f7513e50-bd980db7, #w-node-f97c13aa-ebea-7bf4-c160-6f672e97715d-617504ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38f718e7-ef7d-cf1b-5d32-9110617504c9-617504ba {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-abad23f6-3206-d95e-518e-2548f4c4699b-f4c46996 {
  justify-self: center;
}

#w-node-abad23f6-3206-d95e-518e-2548f4c469b0-f4c46996 {
  justify-self: end;
}

#w-node-c8253fb7-a37a-f1b7-0c88-04be10e15d00-bd980dc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b94084d0-33d6-a84b-adec-5f85120ffb44-bd980dc3 {
  align-self: end;
}

#w-node-_65fd9a98-06eb-93a4-154e-398f87a5d7c0-bd980dc3, #w-node-_028fe5b7-7832-daff-3e52-3586dca2047c-bd980dc3, #w-node-cb31d117-ff80-b034-636c-d2d962ab0096-bd980dc3, #w-node-_52e2b4b5-a2d6-3fcb-116a-2f60c03a9380-bd980dc3, #w-node-_52e2b4b5-a2d6-3fcb-116a-2f60c03a9387-bd980dc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52e2b4b5-a2d6-3fcb-116a-2f60c03a9388-bd980dc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_52e2b4b5-a2d6-3fcb-116a-2f60c03a9389-bd980dc3, #w-node-_52e2b4b5-a2d6-3fcb-116a-2f60c03a938a-bd980dc3, #w-node-_620a19a9-45c1-2522-0c40-8a5721b03fa9-bd980dc3, #w-node-a11444ef-11ca-744e-9593-97e75ad34673-bd980dc3, #w-node-d76495c5-4986-9689-1131-ddd6dd942307-bd980dc3, #w-node-d76495c5-4986-9689-1131-ddd6dd942311-bd980dc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6517f42-eaff-36ec-f15e-db87725b8682-bd980dc6, #w-node-f56b6c46-96be-c24c-3505-f1fdb3bf2c23-bd980dc6, #w-node-f142e6f8-8b43-d96b-9586-3ca7e8487de8-bd980dc9 {
  justify-self: center;
}

#w-node-_02dcabd1-ac35-2681-9bed-448d6c279c33-dea54da7 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_568f95e6-8daf-a3f3-399b-392076bc3752-dea54da7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_86cba2e5-7d48-8bd1-287b-31a0088610ee-dea54da7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_88b030e8-e08d-0f74-61c5-b3b22f6c658f-dea54da7 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_08d63061-8531-ba77-4d74-0aab43a5d16f-dea54da7 {
  grid-area: 4 / 1 / 5 / 2;
}

@media screen and (min-width: 1280px) {
  #w-node-d0e43357-3290-98cd-876b-ffbb61b512a3-bd980db7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ad7466f3-41eb-9b11-926d-d748f7513e50-bd980db7 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-f6517f42-eaff-36ec-f15e-db87725b8682-bd980dc6 {
    justify-self: center;
  }

  #w-node-f6517f42-eaff-36ec-f15e-db87725b868a-bd980dc6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_31a4c8f4-2212-17b2-4b17-2f7f7f3b6094-bd980dc6 {
    justify-self: end;
  }

  #w-node-_497ae372-a6d2-1601-f91b-e18251d44029-bd980dc6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-e7b50a28-c57a-bedf-53ff-617aefee4976-bd980dc6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-f6517f42-eaff-36ec-f15e-db87725b869b-bd980dc6, #w-node-f56b6c46-96be-c24c-3505-f1fdb3bf2c23-bd980dc6 {
    justify-self: center;
  }
}

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

  #w-node-_05c97b58-b1ac-eabe-afbc-3861dce3b041-bd980db7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b0923097-9a1c-2e93-3829-159c5cb4f2a8-bd980db7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b0923097-9a1c-2e93-3829-159c5cb4f2a8-bd980db7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad7466f3-41eb-9b11-926d-d748f7513e50-bd980db7 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-e9ae16ce-d723-328e-1faf-9490d7af5714-bd980db7 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_38f718e7-ef7d-cf1b-5d32-9110617504c9-617504ba {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_02dcabd1-ac35-2681-9bed-448d6c279c33-dea54da7, #w-node-_568f95e6-8daf-a3f3-399b-392076bc3752-dea54da7, #w-node-_86cba2e5-7d48-8bd1-287b-31a0088610ee-dea54da7, #w-node-_88b030e8-e08d-0f74-61c5-b3b22f6c658f-dea54da7, #w-node-_4cd3d583-26e4-9f14-7752-0aafc1ed7c4f-dea54da7, #w-node-_08d63061-8531-ba77-4d74-0aab43a5d16f-dea54da7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e9ae16ce-d723-328e-1faf-9490d7af5714-bd980db7 {
    grid-row: span 1 / span 1;
  }

  #w-node-_35f416b1-aa7e-a642-9bd3-ed35d730e3c8-bd980dc7, #w-node-_02dcabd1-ac35-2681-9bed-448d6c279c33-dea54da7, #w-node-_568f95e6-8daf-a3f3-399b-392076bc3752-dea54da7, #w-node-_86cba2e5-7d48-8bd1-287b-31a0088610ee-dea54da7, #w-node-_88b030e8-e08d-0f74-61c5-b3b22f6c658f-dea54da7, #w-node-_4cd3d583-26e4-9f14-7752-0aafc1ed7c4f-dea54da7, #w-node-_08d63061-8531-ba77-4d74-0aab43a5d16f-dea54da7, #w-node-c0d3ea8a-ecd0-942a-ddca-8a48852ce34b-dea54da7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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