:root {
  --900: #101211;
  --100: white;
  --accent-light: #fff0d1;
  --400: #dbdbdb;
  --700: #202221;
  --600: #2e3130;
  --300: #ebebeb;
  --800: #171918;
  --accent: #23edc9;
  --200: #f7f7f7;
  --accent-medium: #ffda8f;
}

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

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

.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 {
  color: var(--900);
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

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

.paragraph.small.text-color-100.utility-text-align-center.utility-margin-bottom-0 {
  color: var(--900);
}

.paragraph.small.text-color-100.paragraph.utility-margin-bottom-0 {
  color: var(--100);
  text-align: justify;
}

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

.paragraph.large {
  font-size: 1.25rem;
  line-height: 1.45;
}

.paragraph.large.text-color-100.utility-margin-bottom-2rem {
  color: var(--900);
}

.paragraph.large.text-color-100.utility-text-align-center.utility-margin-bottom-0 {
  color: var(--100);
  width: 800px;
}

.paragraph.large.text-color-100.utility-text-inverse {
  text-align: justify;
  margin-bottom: 1rem;
}

.paragraph.large.text-color-100.paragraph.utility-margin-bottom-2rem {
  text-align: justify;
}

.paragraph.large.text-color-700 {
  text-align: justify;
  margin-top: 1rem;
}

.paragraph.text-color-100.background-overlay {
  background-color: #fff;
}

.paragraph.text-color-100.utility-margin-bottom-0 {
  color: var(--900);
  text-align: justify;
}

.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 {
  border: .125rem solid var(--300);
}

.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 {
  color: var(--accent);
  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.medium.text-color-100.regular {
  color: var(--900);
}

.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 {
  color: var(--900);
  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;
}

.heading.regular.text-color-100.medium {
  color: var(--100);
  text-decoration: underline;
}

.heading.regular.text-color-100.medium.utility-text-align-center {
  margin-bottom: 1.5rem;
}

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

.heading.large {
  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;
}

.heading.large.text-color-100.utility-text-align-center {
  color: var(--100);
}

.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);
  padding: 8rem 5rem;
  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 {
  position: relative;
}

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

.section.background-color-900.background-color-800 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.section.background-color-900.desktop-maximum-viewport-height-100.utility-overflow-hidden.flex-layout {
  padding-top: 4rem;
}

.section.inverse-section {
  background-color: #000;
}

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

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

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

.container-large.utility-position-relative {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.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(--700);
  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(--accent);
  opacity: .84;
  color: var(--100);
}

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

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

.nav {
  z-index: 2;
  background-color: var(--100);
  -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;
  align-items: center;
  display: flex;
}

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

.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(--100);
  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 {
  color: var(--100);
}

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

.button-group.align-center {
  justify-content: center;
}

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

.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.background-color-700 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.card-item.background-color-100.box-shadow {
  background-color: var(--200);
  box-shadow: 0 2px 5px 0 var(--accent);
}

.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: 3rem;
  grid-row-gap: 12.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header-content {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  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);
}

.text-color-accent.paragraph.text-color-100.utility-margin-bottom-1rem.utility-text-secondary {
  font-size: 1.5rem;
  font-weight: 500;
}

.gradient-image {
  z-index: 0;
  mix-blend-mode: luminosity;
  object-fit: cover;
  background-image: linear-gradient(#000000bf, #000000bf), 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;
  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: 100%;
  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 {
  mix-blend-mode: luminosity;
}

.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) 72%, var(--accent-medium));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

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

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

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

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

.footer-upper-block {
  background-color: var(--100);
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}

.main-container {
  z-index: 1;
  max-width: 960px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.footer-logo-main-wrapper {
  grid-column-gap: 108px;
  border-top: 1px #808991;
  border-bottom: 1px #808991;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 25px;
  overflow: hidden;
}

.footer-link-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-text-link {
  color: var(--900);
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: color .3s;
}

.footer-text-link:hover {
  color: var(--accent);
}

.footer-text-link.w--current {
  color: var(--900);
}

.footer-text-link.w--current:hover {
  color: var(--accent);
}

.button-2 {
  background-color: var(--accent);
  color: var(--900);
  border-radius: 45px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 16px;
  transition: background-color .35s;
}

.button-2:hover {
  background-color: #001632;
}

.footer-copyright-text {
  color: var(--900);
  text-align: center;
  border-top: 1px solid #808991;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 16px;
  line-height: 1;
}

.section-4 {
  background-color: var(--100);
  margin-bottom: 100px;
}

.card-3 {
  background-color: var(--100);
  border-radius: 16px;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 2rem;
  box-shadow: 0 2px 5px #0003;
}

.text-box-2 {
  max-width: 650px;
  position: relative;
}

.text-box-2.centered {
  text-transform: none;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.no-margin {
  color: var(--900);
  margin-top: 0;
  margin-bottom: 0;
}

.spacer {
  background-color: #e7ecf0;
  height: 48px;
}

.spacer._16 {
  background-color: #0000;
  flex: none;
  width: 16px;
  height: 16px;
}

.paragraph-7 {
  color: var(--800);
  text-transform: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.link-3 {
  color: var(--accent);
  font-size: 1.25rem;
}

.link-3.w--current {
  color: #346af8;
}

.brand-header {
  color: #000;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 50px;
}

.card {
  background-color: var(--100);
  border-radius: 16px;
  margin-top: 2rem;
  margin-bottom: 5rem;
  padding: 2rem;
  box-shadow: 0 2px 5px #0003;
}

.link-11 {
  color: #fff;
}

.link-11.w--current {
  color: #6165ff;
}

.legal-title {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
}

.text-rich-text-2 {
  color: #1d1d1d;
  text-transform: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1rem;
}

.section-5 {
  background-color: var(--100);
  margin-bottom: 100px;
}

.legal-disclaimer-container {
  color: #000;
  text-align: center;
}

.legal-disclaimer {
  color: #000;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 38px;
}

.text-box-3 {
  max-width: 650px;
  position: relative;
}

.text-box-3.centered {
  text-transform: none;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.spacer-129 {
  background-color: #e7ecf0;
  height: 48px;
}

.spacer-129._16 {
  background-color: #0000;
  flex: none;
  width: 16px;
  height: 16px;
}

.link-12 {
  color: var(--100);
}

.link-12.w--current {
  color: var(--accent);
}

.text-box-4 {
  max-width: 650px;
  position: relative;
}

.text-box-4.centered {
  text-transform: none;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.section-3 {
  background-color: var(--100);
  margin-bottom: 100px;
}

.bold-text-2 {
  text-transform: none;
}

.hyperlink {
  color: var(--accent);
  font-size: 1rem;
  text-decoration: underline;
}

.hyperlink.w--current {
  color: var(--accent);
}

.text-rich-text-3 {
  color: #1d1d1d;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 35px;
}

.card-2 {
  border-radius: 16px;
  margin-top: 2rem;
  margin-bottom: 5rem;
  padding: 2rem;
  box-shadow: 0 2px 5px #0003;
}

.spacer-130 {
  background-color: #e7ecf0;
  height: 48px;
}

.spacer-130._16 {
  background-color: #0000;
  flex: none;
  width: 16px;
  height: 16px;
}

.link-13 {
  color: var(--accent);
}

.link-14 {
  color: var(--100);
}

.link-14.w--current, .link-15 {
  color: var(--accent);
}

.sign-up-form-div-wrapper-2 {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 500px;
  padding: 40px;
  position: relative;
  box-shadow: 0 4px 14px #00000014;
}

.link-16 {
  color: #346af8;
  font-size: 1.25rem;
}

.link-16.w--current {
  color: #346af8;
}

.link-16.smaller-size {
  color: var(--accent);
  font-size: 1rem;
  transition: color .3s;
}

.link-16.smaller-size {
  color: var(--accent);
  font-size: 1rem;
  font-weight: 600;
  transition: color .3s;
}

.link-16.smaller-size:hover {
  color: #1b2d45;
}

.input-field-2 {
  color: #171938;
  border: 1px solid #dadff6;
  border-radius: 5px;
  height: 52px;
  margin-bottom: 0;
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  box-shadow: 0 0 40px #0000000f;
}

.input-field-2:focus {
  border-color: #346af8;
}

.input-field-2.without-shadow {
  box-shadow: none;
}

.main-container-2 {
  width: 100%;
  max-width: 1230px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.checkbox-field-2 {
  color: #000;
  text-align: left;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
}

.sign-up-section-2 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.hero-circle {
  z-index: 0;
  opacity: .5;
  background-image: linear-gradient(210deg, #fff, #f4f6ff);
  border-radius: 50%;
  width: 345px;
  height: 345px;
  position: absolute;
  inset: 0% auto auto 5%;
  transform: translate(0, -172.5px);
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.4em;
}

.h1._700-bold {
  color: var(--900);
  font-weight: 700;
}

.sign-up-heading-2 {
  color: #171938;
}

.sign-up-container-2 {
  z-index: 2;
  grid-column-gap: 120px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.sign-up-form {
  margin-bottom: 0;
}

.sign-up-text-container-2 {
  grid-column-gap: 45px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 520px;
  padding-top: 25px;
  padding-bottom: 20px;
  display: flex;
}

.paragraph-31.medium {
  color: var(--900);
  text-align: center;
  text-transform: none;
  font-size: .9rem;
  font-weight: 500;
  line-height: 25px;
}

.main-body-text-variant-3 {
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.8em;
}

.main-body-text-variant-3._500-medium {
  color: var(--800);
  text-align: left;
  font-weight: 500;
}

.checkbox-label-2 {
  color: #343f52;
  text-align: justify;
  font-size: .9rem;
  font-weight: 500;
  line-height: 25px;
}

.sign-up-form-wrapper-2 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.submit-button-2 {
  background-color: var(--accent);
  border-radius: 30px;
  width: 100%;
  height: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 24px;
  font-weight: 700;
  line-height: 16px;
  transition: background-color .3s;
  display: inline-block;
}

.submit-button-2:hover {
  background-color: #171938;
}

.sign-up-form-wrap {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.sign-up-button-wrapper {
  width: 100%;
  height: 62px;
  margin-top: 10px;
}

.italic-text {
  font-size: 1rem;
  font-weight: 700;
}

.sign-up-para-2 {
  color: #3d4066;
  max-width: 510px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.7em;
}

.container-4 {
  max-width: 600px;
  margin-top: 50px;
}

.form-block-2 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.submit-button-3 {
  color: #040d1b;
  background-color: #f4f6fd;
  border-radius: 50px;
  padding: 18px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 115%;
  transition: color .2s, background-color .2s;
}

.submit-button-3:hover {
  color: #f4f6fd;
  background-color: #3959ff;
}

.submit-button-3.blue {
  background-color: var(--accent);
  color: #f4f6fd;
  font-size: 24px;
}

.submit-button-3.blue:hover {
  color: #fff;
  background-color: #171938;
}

.success-message-2 {
  background-color: #12b361cc;
  border-radius: 12px;
  padding: 18px 26px;
}

.text-field {
  background-color: #f4f4f4;
  border: 2px solid #dbdde3;
  border-radius: 50px;
  height: 56px;
  margin-bottom: 0;
  padding: 14px 26px;
  font-size: 18px;
  line-height: 120%;
  transition: border-color .2s;
}

.text-field:focus {
  border-color: #f4f6fd66;
}

.text-field::placeholder {
  color: #0006;
}

.sign-up-section-3 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.text-block-6 {
  color: #303030;
  text-align: left;
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 500;
}

.success-text {
  color: #f4f6fd;
  line-height: 140%;
}

.checkbox-field-3 {
  color: #303030;
  text-align: left;
  margin-bottom: 1rem;
}

.heading-form {
  color: var(--900);
  font-size: 30px;
  font-weight: 700;
}

.checkbox-label-4 {
  font-size: 16px;
  font-weight: 700;
}

.error-text {
  color: #f4f6fd;
  line-height: 140%;
}

.form-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.account-form {
  z-index: 10;
  text-align: center;
  background-color: #fbfbfb;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 50px 6%;
  display: flex;
  box-shadow: 0 25px 50px -10px #c59eff80;
}

.error-message-2 {
  background-color: #ff4141cc;
  border-radius: 12px;
  margin-top: 12px;
  padding: 18px 26px;
}

.form-block-3 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.submit-button-4 {
  color: #040d1b;
  background-color: #f4f6fd;
  border-radius: 50px;
  padding: 18px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 115%;
  transition: color .2s, background-color .2s;
}

.submit-button-4:hover {
  color: #f4f6fd;
  background-color: #3959ff;
}

.submit-button-4.blue {
  background-color: var(--accent);
  color: #f4f6fd;
  font-size: 24px;
}

.submit-button-4.blue:hover {
  color: #fff;
  background-color: #171938;
}

.success-message-3 {
  background-color: #12b361cc;
  border-radius: 12px;
  padding: 18px 26px;
}

.checkbox-field-4 {
  color: #000;
  text-align: left;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
}

.field-label-2, .permissions {
  text-align: left;
}

.sign-up-section-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.account-form-3 {
  z-index: 10;
  text-align: center;
  background-color: #fbfbfb;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  padding: 50px 6%;
  display: flex;
  box-shadow: 0 25px 50px -10px #c59eff80;
}

.heading-form-2 {
  color: var(--900);
  font-size: 30px;
  font-weight: 700;
}

.permissions__title-2 {
  color: #343f52;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.error-message-3 {
  background-color: #ff4141cc;
  border-radius: 12px;
  margin-top: 12px;
  padding: 18px 26px;
}

.checkbox-label-5 {
  color: #343f52;
  text-align: justify;
  font-size: 1rem;
  font-weight: 500;
  line-height: 25px;
}

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

.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.grid-gap-xxl {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

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

.grid-layout.desktop-4-column.tablet-2-column.mobile-portrait-1-column.grid-gap-s {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-layout.desktop-4-column.tablet-2-column.mobile-landscape-1-column.grid-gap-xs.utility-margin-top-3rem {
  grid-template-columns: 1fr 1fr;
}

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

.grid-layout.y-top {
  align-items: start;
}

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

.grid-layout.desktop-5-column.grid-gap-s.utility-padding-all-2rem {
  flex-flow: column;
  grid-template-columns: 1fr;
  display: flex;
}

.grid-layout.desktop-5-column.utility-position-relative.utility-padding-all-4rem {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/Casual-Office-Interaction_1Casual Office Interaction.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

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

.grid-layout.desktop-3-column.tablet-2-column.utility-position-relative.utility-padding-all-4rem {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/anders-jilden--N2UXcPBIYI-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.grid-layout.desktop-3-column.tablet-1-column.grid-gap-m {
  grid-auto-flow: row dense;
}

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

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

.grid-layout.desktop-1-column.grid-gap-s.desktop-rotate--12 {
  transform: rotate(-12deg);
}

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

.grid-layout.grid-gap-l {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

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

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

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

.flex-layout.y-center.flex-gap-s {
  margin-top: 2rem;
}

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

.flex-layout.flex-gap-xxs {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.flex-layout.flex-vertical {
  flex-direction: column;
}

.flex-layout.flex-vertical.y-center.utility-padding-all-1rem {
  border: 2px solid var(--accent);
  border-radius: 10px;
  box-shadow: 0 2px 5px #0003;
}

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

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

.utility-image-cover.utility-position-absolute {
  border-radius: 0;
}

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

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

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

.utility-padding-all-2rem.flex-layout.flex-vertical.y-center {
  padding-left: .5rem;
  padding-right: .5rem;
}

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

.utility-margin-bottom-0 {
  margin-bottom: 0;
}

.tab-menu-link {
  background-color: #0000;
  border-radius: .25rem;
  padding: 1rem 1.5rem;
}

.utility-aspect-239x1 {
  aspect-ratio: 2.39;
  position: relative;
}

.heading-2 {
  text-align: center;
  margin-bottom: 2rem;
}

.utility-margin-top-4rem {
  margin-top: 4rem;
}

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

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

.section-image-23 {
  margin-bottom: -4rem;
  margin-right: -4rem;
}

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

.utility-position-relative {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/kyle-smith-RLBTjMGdLbg-unsplash-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  position: relative;
}

.utility-position-relative.utility-viewport-height-100 {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/sebastien-gabriel-igK8lcBHaHE-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.utility-position-absolute {
  position: absolute;
}

.background-overlay {
  opacity: .2;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.icon-small {
  width: 1.25rem;
  height: 1.25rem;
}

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

.utility-padding-all-0 {
  padding: 0;
}

.utility-viewport-height-100 {
  min-height: 100dvh;
}

.utility-margin-top-8rem {
  margin-top: 8rem;
}

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

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

.desktop-maximum-viewport-height-100 {
  max-height: 100dvh;
}

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

.utility-aspect-3x2 {
  aspect-ratio: 3 / 2;
}

.heading-3 {
  color: var(--900);
}

.heading-4 {
  color: var(--900);
  text-align: justify;
  font-size: 3.5rem;
}

.heading-5, .heading-6, .heading-7, .heading-8, .heading-9 {
  color: var(--900);
}

.body-2, .body-3, .body-4, .body-5 {
  background-color: var(--100);
}

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

@media screen and (min-width: 1280px) {
  .section.background-color-900.desktop-maximum-viewport-height-100.utility-overflow-hidden.flex-layout {
    padding-top: 4rem;
  }

  .footer-upper-block {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .main-container {
    max-width: 1170px;
    padding-left: 0;
    padding-right: 0;
  }

  .main-container-2 {
    padding-left: 0;
    padding-right: 0;
  }
}

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

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

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

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

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

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

  .button-secondary {
    position: relative;
  }

  .section {
    padding: 6rem 4rem;
  }

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

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

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

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

  .grid-3-column {
    grid-column-gap: 3rem;
  }

  .container-small {
    overflow: hidden;
  }

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

  .footer-upper-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .main-container {
    max-width: 740px;
  }

  .footer-logo-main-wrapper {
    margin-bottom: 50px;
    padding-bottom: 30px;
  }

  .sign-up-form-div-wrapper-2 {
    max-width: 510px;
  }

  .main-container-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .sign-up-section-2 {
    padding-top: 105px;
  }

  .hero-circle {
    z-index: 0;
  }

  .h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .h1._700-bold {
    text-align: center;
  }

  .sign-up-container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 90px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .sign-up-text-container-2 {
    width: 100%;
    max-width: 510px;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
  }

  .sign-up-form-wrapper-2 {
    width: 100%;
    max-width: 510px;
    margin-left: 0;
    margin-right: 0;
  }

  .sign-up-para-2 {
    max-width: 100%;
  }

  .sign-up-section-3, .sign-up-section-4 {
    padding-top: 105px;
  }

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

  .grid-layout.tablet-2-column {
    grid-template-columns: 1fr 1fr;
  }

  .grid-layout.y-top {
    align-items: start;
  }

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

  .grid-layout.desktop-1-column.grid-gap-s.desktop-rotate--12 {
    transform: none;
  }

  .grid-layout.tablet-4-column {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .section-image-23 {
    margin-bottom: 0;
    margin-right: 0;
  }

  .utility-padding-all-0 {
    padding: 0;
  }

  .desktop-maximum-viewport-height-100 {
    max-height: none;
  }

  .utility-tablet-aspect-3x2 {
    aspect-ratio: 3 / 2;
  }
}

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

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

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

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

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

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

  .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, .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-row-gap: 9rem;
  }

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

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

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

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

  .container-small {
    width: 100%;
  }

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

  .spacer-4, .spacer-8, .spacer-16, .spacer-24, .spacer-32, .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;
  }

  .footer-upper-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .main-container {
    max-width: 650px;
  }

  .footer-logo-main-wrapper {
    margin-bottom: 40px;
  }

  .footer-link-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: flex;
  }

  .footer-copyright-text {
    line-height: 1.4;
  }

  .spacer, .spacer-129, .spacer-130 {
    height: 32px;
  }

  .main-container-2 {
    padding-left: 37.5px;
    padding-right: 37.5px;
  }

  .h1 {
    font-size: 35px;
    line-height: 48px;
  }

  .sign-up-container-2 {
    flex-direction: column;
  }

  .sign-up-text-container-2 {
    max-width: none;
  }

  .paragraph-31 {
    font-size: 15px;
  }

  .main-body-text-variant-3 {
    font-size: 17px;
  }

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

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

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

  .grid-layout.mobile-landscape-1-column {
    grid-template-columns: 1fr;
  }

  .grid-layout.mobile-landscape-2-column {
    grid-template-columns: 1fr 1fr;
  }

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

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

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

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

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

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .utility-margin-top-4rem {
    margin-top: 2rem;
  }

  .utility-padding-all-4rem {
    padding: 1.5rem;
  }

  .utility-padding-all-0 {
    padding: 0;
  }

  .utility-margin-top-8rem {
    margin-top: 3rem;
  }
}

@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: .875rem;
  }

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

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

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

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

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

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

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

  .heading.large {
    font-size: 2.125rem;
  }

  .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: 3.5rem 2.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;
  }

  .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 {
    border-radius: 1rem;
  }

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

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

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

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

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

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

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

  .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-64, .spacer-80 {
    width: 3rem;
    height: 3rem;
  }

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

  .footer-link-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .button-2 {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .card-3 {
    margin-left: .5rem;
    margin-right: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brand-header {
    font-size: 2rem;
  }

  .card {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .legal-title {
    line-height: 45px;
  }

  .card-2 {
    margin-left: .5rem;
    margin-right: .5rem;
    padding-left: .2rem;
    padding-right: .2rem;
  }

  .sign-up-form-div-wrapper-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-container-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .sign-up-section-2 {
    padding-top: 35px;
  }

  .h1._700-bold {
    text-align: center;
  }

  .sign-up-container-2 {
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .sign-up-text-container-2 {
    grid-column-gap: 20px;
    margin-bottom: 20px;
  }

  .paragraph-31.medium {
    font-size: 16px;
  }

  .sign-up-form-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .sign-up-section-3 {
    padding-top: 35px;
  }

  .text-block-6 {
    color: #222;
  }

  .checkbox-field-3 {
    color: #fff;
  }

  .heading-form {
    font-size: 25px;
  }

  .checkbox-label-4 {
    color: #222;
  }

  .account-form {
    margin-left: .5rem;
    margin-right: .5rem;
    padding-left: 10%;
    padding-right: 10%;
  }

  .permissions {
    overflow: visible;
  }

  .sign-up-section-4 {
    padding-top: 35px;
  }

  .account-form-3 {
    margin-left: .5rem;
    margin-right: .5rem;
    padding-left: 10%;
    padding-right: 10%;
  }

  .heading-form-2 {
    font-size: 25px;
  }

  .grid-layout.mobile-portrait-1-column {
    grid-template-columns: 1fr;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .utility-padding-all-0 {
    padding: 0;
  }
}

#w-node-_5aabd1f3-7327-822c-1f2f-22d106bca0b9-d14a25d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5aabd1f3-7327-822c-1f2f-22d106bca0ba-d14a25d0 {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_5aabd1f3-7327-822c-1f2f-22d106bca0bb-d14a25d0 {
  grid-area: span 5 / span 1 / span 5 / span 1;
}

#w-node-_5aabd1f3-7327-822c-1f2f-22d106bca0bc-d14a25d0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2249ab8d-99fe-4d1f-97b8-872c35bf8e51-d14a25d0 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_2249ab8d-99fe-4d1f-97b8-872c35bf8e76-d14a25d0 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_2249ab8d-99fe-4d1f-97b8-872c35bf8e58-d14a25d0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2249ab8d-99fe-4d1f-97b8-872c35bf8e54-d14a25d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2249ab8d-99fe-4d1f-97b8-872c35bf8e5f-d14a25d0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2249ab8d-99fe-4d1f-97b8-872c35bf8e5b-d14a25d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2249ab8d-99fe-4d1f-97b8-872c35bf8e66-d14a25d0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2249ab8d-99fe-4d1f-97b8-872c35bf8e62-d14a25d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2249ab8d-99fe-4d1f-97b8-872c35bf8e6d-d14a25d0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2249ab8d-99fe-4d1f-97b8-872c35bf8e69-d14a25d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2249ab8d-99fe-4d1f-97b8-872c35bf8e74-d14a25d0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2249ab8d-99fe-4d1f-97b8-872c35bf8e70-d14a25d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8044c1ab-6208-b4db-bf7d-4bb0a79530d1-d14a25d0 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_8044c1ab-6208-b4db-bf7d-4bb0a795310b-d14a25d0 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_8044c1ab-6208-b4db-bf7d-4bb0a79530d8-d14a25d0, #w-node-_8044c1ab-6208-b4db-bf7d-4bb0a79530d4-d14a25d0, #w-node-_8044c1ab-6208-b4db-bf7d-4bb0a79530df-d14a25d0, #w-node-_8044c1ab-6208-b4db-bf7d-4bb0a79530db-d14a25d0, #w-node-_8044c1ab-6208-b4db-bf7d-4bb0a79530e6-d14a25d0, #w-node-_8044c1ab-6208-b4db-bf7d-4bb0a79530e2-d14a25d0, #w-node-_8044c1ab-6208-b4db-bf7d-4bb0a79530ed-d14a25d0, #w-node-_8044c1ab-6208-b4db-bf7d-4bb0a79530e9-d14a25d0, #w-node-_8044c1ab-6208-b4db-bf7d-4bb0a79530f4-d14a25d0, #w-node-_8044c1ab-6208-b4db-bf7d-4bb0a79530f0-d14a25d0, #w-node-_8044c1ab-6208-b4db-bf7d-4bb0a79530fb-d14a25d0, #w-node-_8044c1ab-6208-b4db-bf7d-4bb0a79530f7-d14a25d0, #w-node-a3c3fb6c-b461-510c-670f-2747d1871b77-d14a25d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3c3fb6c-b461-510c-670f-2747d1871b74-d14a25d0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-a3c3fb6c-b461-510c-670f-2747d1871b76-d14a25d0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-a3c3fb6c-b461-510c-670f-2747d1871b8d-d14a25d0, #w-node-a3c3fb6c-b461-510c-670f-2747d1871b7e-d14a25d0, #w-node-a3c3fb6c-b461-510c-670f-2747d1871b7d-d14a25d0, #w-node-a3c3fb6c-b461-510c-670f-2747d1871b85-d14a25d0, #w-node-a3c3fb6c-b461-510c-670f-2747d1871b84-d14a25d0, #w-node-a3c3fb6c-b461-510c-670f-2747d1871b8c-d14a25d0, #w-node-a3c3fb6c-b461-510c-670f-2747d1871b8b-d14a25d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0a2b631-0f0c-e578-24cb-fcf6c0a07aba-d14a25d0, #w-node-e0a2b631-0f0c-e578-24cb-fcf6c0a07ac1-d14a25d0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e0a2b631-0f0c-e578-24cb-fcf6c0a07abc-d14a25d0, #w-node-e0a2b631-0f0c-e578-24cb-fcf6c0a07abe-d14a25d0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e0a2b631-0f0c-e578-24cb-fcf6c0a07ac0-d14a25d0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#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-d14a25da, #w-node-_4ee1287b-929c-4ded-cbd8-2f85583b04bc-d14a25da, #w-node-c8253fb7-a37a-f1b7-0c88-04be10e15d00-d14a25db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

#w-node-_52e2b4b5-a2d6-3fcb-116a-2f60c03a9389-d14a25db, #w-node-_52e2b4b5-a2d6-3fcb-116a-2f60c03a938a-d14a25db, #w-node-_620a19a9-45c1-2522-0c40-8a5721b03fa9-d14a25db, #w-node-a11444ef-11ca-744e-9593-97e75ad34673-d14a25db, #w-node-d76495c5-4986-9689-1131-ddd6dd942307-d14a25db, #w-node-d76495c5-4986-9689-1131-ddd6dd942311-d14a25db, #w-node-_82eb4d84-9a92-75db-79c1-6a2f0e8715df-d14a25e1, #w-node-f7b15087-587f-a059-4f1d-80aeab838f72-d14a25e2, #w-node-f7b15087-587f-a059-4f1d-80aeab838f73-d14a25e2, #w-node-f7b15087-587f-a059-4f1d-80aeab838f76-d14a25e2, #w-node-f7b15087-587f-a059-4f1d-80aeab838f7a-d14a25e2, #w-node-f7b15087-587f-a059-4f1d-80aeab838f7b-d14a25e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5aabd1f3-7327-822c-1f2f-22d106bca0ba-d14a25d0, #w-node-_5aabd1f3-7327-822c-1f2f-22d106bca0bb-d14a25d0, #w-node-_5aabd1f3-7327-822c-1f2f-22d106bca0bc-d14a25d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2249ab8d-99fe-4d1f-97b8-872c35bf8e58-d14a25d0, #w-node-_2249ab8d-99fe-4d1f-97b8-872c35bf8e5f-d14a25d0, #w-node-_2249ab8d-99fe-4d1f-97b8-872c35bf8e66-d14a25d0 {
    grid-column: span 3 / span 3;
  }

  #w-node-_8044c1ab-6208-b4db-bf7d-4bb0a79530d1-d14a25d0 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-a3c3fb6c-b461-510c-670f-2747d1871b74-d14a25d0 {
    grid-column: span 3 / span 3;
  }

  #w-node-a3c3fb6c-b461-510c-670f-2747d1871b76-d14a25d0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2249ab8d-99fe-4d1f-97b8-872c35bf8e51-d14a25d0 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_2249ab8d-99fe-4d1f-97b8-872c35bf8e74-d14a25d0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2249ab8d-99fe-4d1f-97b8-872c35bf8e58-d14a25d0, #w-node-_2249ab8d-99fe-4d1f-97b8-872c35bf8e5f-d14a25d0, #w-node-_2249ab8d-99fe-4d1f-97b8-872c35bf8e66-d14a25d0, #w-node-_2249ab8d-99fe-4d1f-97b8-872c35bf8e6d-d14a25d0, #w-node-_2249ab8d-99fe-4d1f-97b8-872c35bf8e74-d14a25d0 {
    grid-column: span 6 / span 6;
  }
}


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