:root {
  --purple: #d1afeb;
  --background-color--background-primary\<deleted\|variable-9f6b6bb4-0795-c8ab-f302-bbebab6f2554\>: var(--base-color-neutral--black\<deleted\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
  --text-color--text-alternate\<deleted\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>: var(--base-color-neutral--white\<deleted\|variable-248be024-93cf-6ec4-8eec-0e9f047a83ae\>);
  --text-color--text-primary\<deleted\|variable-7cd2a57e-6f21-74f7-6ce6-096306cecf3e\>: var(--base-color-neutral--black\<deleted\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
  --text-color--text-secondary\<deleted\|variable-0a60224d-1a94-b160-ae24-af3c6d95a994\>: var(--base-color-neutral--neutral-darker\<deleted\|variable-dda6ad91-259a-0202-f70f-965feb273058\>);
  --background-color--background-success\<deleted\|variable-879e2a57-3170-38fd-0ae7-d0e890873ab2\>: var(--base-color-system--success-green\<deleted\|variable-8fc09a81-a1c7-3c5b-2cf2-835ad5d96212\>);
  --text-color--text-success\<deleted\|variable-17518f72-fb93-45b5-ad9e-fdd3f2b1833a\>: var(--base-color-system--success-green-dark\<deleted\|variable-70ae3530-1c64-4d15-f2af-205678316683\>);
  --border-color--border-primary\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>: var(--base-color-neutral--neutral-lightest\<deleted\|variable-eede0174-1898-a99e-0c79-395339ec1911\>);
  --background-color--background-alternate\<deleted\|variable-41ecbc38-077c-494f-9138-9468b7354b23\>: var(--base-color-neutral--white\<deleted\|variable-248be024-93cf-6ec4-8eec-0e9f047a83ae\>);
  --background-color--background-secondary\<deleted\|variable-2dd539ce-5be2-4493-8245-a883e87dab6d\>: var(--base-color-brand--blue\<deleted\|variable-de000a4d-0fee-1f9e-af85-624658122d10\>);
  --link-color--link-primary\<deleted\|variable-ad940cb5-1815-151e-2cbc-4f27dec2b1e5\>: var(--base-color-brand--blue\<deleted\|variable-de000a4d-0fee-1f9e-af85-624658122d10\>);
  --background-color--background-tertiary\<deleted\|variable-6632d948-2d2d-2556-731d-05a71c92f234\>: var(--base-color-brand--pink\<deleted\|variable-c4661572-8a15-7367-e98c-cc1a0987f6d1\>);
  --background-color--background-error\<deleted\|variable-89aecd3e-2fe8-312c-65a2-e3e7c57d326c\>: var(--base-color-system--error-red\<deleted\|variable-ad7a5e8d-bd95-fba4-5110-cbccfa2520c4\>);
  --text-color--text-error\<deleted\|variable-4a51c5d2-820c-a0d9-b49e-0e5d273c964f\>: var(--base-color-system--error-red-dark\<deleted\|variable-f7a8b234-8033-a5d6-4d85-0326277c2bf8\>);
  --dark-blue: #0a0f1d;
  --white: white;
  --border: #141826;
  --background-color--background-warning\<deleted\|variable-0aa1a7ce-e851-b6b5-66db-1a1a96e8e04b\>: var(--base-color-system--warning-yellow\<deleted\|variable-b0ee00e7-091a-a3f5-1619-b09d07f4475a\>);
  --text-color--text-warning\<deleted\|variable-825aa1d8-b093-0b89-37c5-87d980df10f5\>: var(--base-color-system--warning-yellow-dark\<deleted\|variable-296491a7-483e-1229-36b5-e13808cc9004\>);
  --black: black;
  --base-color-neutral--black\<deleted\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>: #000;
  --base-color-neutral--white\<deleted\|variable-248be024-93cf-6ec4-8eec-0e9f047a83ae\>: #fff;
  --base-color-neutral--neutral-darker\<deleted\|variable-dda6ad91-259a-0202-f70f-965feb273058\>: #222;
  --base-color-system--success-green\<deleted\|variable-8fc09a81-a1c7-3c5b-2cf2-835ad5d96212\>: #cef5ca;
  --base-color-system--success-green-dark\<deleted\|variable-70ae3530-1c64-4d15-f2af-205678316683\>: #114e0b;
  --base-color-neutral--neutral-lightest\<deleted\|variable-eede0174-1898-a99e-0c79-395339ec1911\>: #eee;
  --base-color-brand--blue\<deleted\|variable-de000a4d-0fee-1f9e-af85-624658122d10\>: #2d62ff;
  --base-color-brand--pink\<deleted\|variable-c4661572-8a15-7367-e98c-cc1a0987f6d1\>: #dd23bb;
  --base-color-system--error-red\<deleted\|variable-ad7a5e8d-bd95-fba4-5110-cbccfa2520c4\>: #f8e4e4;
  --base-color-system--error-red-dark\<deleted\|variable-f7a8b234-8033-a5d6-4d85-0326277c2bf8\>: #3b0b0b;
  --base-color-system--warning-yellow\<deleted\|variable-b0ee00e7-091a-a3f5-1619-b09d07f4475a\>: #fcf8d8;
  --base-color-system--warning-yellow-dark\<deleted\|variable-296491a7-483e-1229-36b5-e13808cc9004\>: #5e5515;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

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

body {
  color: #fffc;
  background-color: #0a0f1d;
  font-family: Font, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.1;
}

h5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

h6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.5;
}

a {
  color: var(--purple);
}

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

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 40rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-xsmall, .margin-bottom.margin-medium, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

.padding-bottom, .padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

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

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.background-color-primary {
  background-color: var(--background-color--background-primary\<deleted\|variable-9f6b6bb4-0795-c8ab-f302-bbebab6f2554\>);
  color: var(--text-color--text-alternate\<deleted\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>);
}

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

.text-color-black {
  color: var(--text-color--text-primary\<deleted\|variable-7cd2a57e-6f21-74f7-6ce6-096306cecf3e\>);
}

.text-color-secondary {
  color: var(--text-color--text-secondary\<deleted\|variable-0a60224d-1a94-b160-ae24-af3c6d95a994\>);
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  background-color: var(--background-color--background-success\<deleted\|variable-879e2a57-3170-38fd-0ae7-d0e890873ab2\>);
  color: var(--text-color--text-success\<deleted\|variable-17518f72-fb93-45b5-ad9e-fdd3f2b1833a\>);
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

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

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

.pointer-events-auto {
  pointer-events: auto;
}

.container-small {
  width: 100%;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small.smaller {
  max-width: 28rem;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  color: #fff;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.1;
}

.padding-global {
  z-index: 99;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

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

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

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-alternate {
  color: var(--text-color--text-alternate\<deleted\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>);
}

.text-style-italic {
  font-style: italic;
}

.pointer-events-none {
  pointer-events: none;
}

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-primary\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

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

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 50rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-alternate {
  background-color: var(--background-color--background-alternate\<deleted\|variable-41ecbc38-077c-494f-9138-9468b7354b23\>);
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-secondary {
  background-color: var(--background-color--background-secondary\<deleted\|variable-2dd539ce-5be2-4493-8245-a883e87dab6d\>);
}

.form_input {
  border: 1px solid var(--border-color--border-primary\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--text-color--text-secondary\<deleted\|variable-0a60224d-1a94-b160-ae24-af3c6d95a994\>);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: var(--link-color--link-primary\<deleted\|variable-ad940cb5-1815-151e-2cbc-4f27dec2b1e5\>);
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: var(--background-color--background-primary\<deleted\|variable-9f6b6bb4-0795-c8ab-f302-bbebab6f2554\>);
  color: var(--text-color--text-alternate\<deleted\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.page-wrapper {
  overflow: hidden;
}

.page-wrapper.relative {
  position: relative;
}

.page-wrapper.overflow {
  position: relative;
  overflow: visible;
}

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary\<deleted\|variable-2dd539ce-5be2-4493-8245-a883e87dab6d\>);
  color: var(--text-color--text-alternate\<deleted\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary\<deleted\|variable-6632d948-2d2d-2556-731d-05a71c92f234\>);
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error\<deleted\|variable-89aecd3e-2fe8-312c-65a2-e3e7c57d326c\>);
  color: var(--text-color--text-error\<deleted\|variable-4a51c5d2-820c-a0d9-b49e-0e5d273c964f\>);
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--purple);
  color: var(--dark-blue);
  text-transform: uppercase;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: 1.125rem 2rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 0 64px #d1afeb26;
}

.button:hover {
  background-color: #d8a5ff;
  transform: translate(0, -2px);
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  flex: none;
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  background-color: var(--dark-blue);
  box-shadow: none;
  color: var(--white);
  border: 1px solid #141826;
}

.button.is-secondary:hover {
  background-color: var(--border);
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.footer-button {
  position: absolute;
  inset: 0% 0% auto auto;
}

.button.is-absolute {
  position: absolute;
}

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

.text-size-medium {
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

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

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.fs-styleguide_message {
  background-color: var(--background-color--background-warning\<deleted\|variable-0aa1a7ce-e851-b6b5-66db-1a1a96e8e04b\>);
  color: var(--text-color--text-warning\<deleted\|variable-825aa1d8-b093-0b89-37c5-87d980df10f5\>);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo {
  width: 10rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.nav_button {
  padding: 1rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary\<deleted\|variable-6632d948-2d2d-2556-731d-05a71c92f234\>);
}

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary\<deleted\|variable-7cd2a57e-6f21-74f7-6ce6-096306cecf3e\>);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.banner {
  background-color: var(--purple);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1rem;
  display: flex;
}

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

.navbar {
  background-color: var(--dark-blue);
  border-bottom: 1px solid #141826;
  margin-top: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link {
  color: var(--white);
  padding-left: 16px;
  padding-right: 16px;
  transition: color .3s;
}

.nav-link:hover {
  color: #fffc;
}

.nav-link.w--current {
  color: var(--white);
}

.nav-link.highlight {
  color: var(--purple);
}

.nav-link.highlight:hover {
  color: #d8a5ff;
}

.navbar-menu {
  display: flex;
}

.navbar-button-wrapper.tablet {
  display: none;
}

.body-bg {
  background-image: url('../images/Homepage---Design.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 80rem;
  background-attachment: fixed;
}

.section-hero.add-bg-video {
  border-bottom: 1px solid var(--border);
  background-color: var(--dark-blue);
  position: relative;
}

.flex-vertical-center {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-vertical-center.left-align {
  align-items: flex-start;
}

.flex-vertical-center.content {
  z-index: 5;
  position: relative;
}

.hero-paragraph {
  max-width: 30.625rem;
}

.hero-paragraph.wider {
  max-width: 56rem;
}

.span-purple {
  background-color: var(--purple);
  color: var(--dark-blue);
  white-space: nowrap;
  border-radius: 6px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 6px .5rem;
  display: inline-block;
}

.button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.button-text {
  flex: none;
  line-height: 1.35;
}

.section-dark {
  background-color: var(--dark-blue);
  border-top: 1px solid #141826;
  border-bottom: 1px solid #141826;
}

.section-dark.padding {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section-dark.newsletter {
  border-bottom-style: none;
  position: relative;
  overflow: hidden;
}

.section-dark.none {
  display: none;
}

.logos-component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logos-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.logos-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.logo-card {
  flex: none;
  width: 100%;
  max-width: 7rem;
}

.logo {
  object-fit: contain;
  width: 100%;
  height: 3rem;
}

.services-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.services-content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.tag {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--dark-blue);
  color: #fff9;
  text-transform: uppercase;
  border: 1px solid #ffffff1a;
  border-radius: 6.25rem;
  align-items: center;
  padding: 8px 1rem;
  font-size: .85rem;
  display: flex;
}

.dot {
  background-color: #fff9;
  border-radius: 6.25rem;
  flex: none;
  width: 4px;
  height: 4px;
}

.services-image-wrapper {
  width: 100%;
  max-width: 37.5rem;
  position: relative;
}

.services-image-wrapper.none {
  display: none;
}

.service-image {
  width: 100%;
}

.services-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  display: flex;
  position: relative;
}

.service-decor-top {
  width: 100%;
  max-width: 15.625rem;
  position: absolute;
  inset: 5rem 0% auto auto;
}

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

.service-decor-bottom {
  width: 100%;
  max-width: 15.625rem;
  position: absolute;
  inset: auto auto 5rem 0%;
}

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

.testimonial-component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
}

.testimonial-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  display: flex;
}

.testimonial-card {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border: 1px solid #141826;
  border-radius: 8px;
  flex-direction: column;
  flex: none;
  width: 100%;
  max-width: 29.0625rem;
  padding: 1.5rem;
  display: flex;
}

.profile-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.profile-image {
  object-fit: cover;
  border: 1px solid #141826;
  border-radius: 6.25rem;
  width: 100%;
  max-width: 4rem;
  height: 4rem;
}

._60--opacity {
  color: #fff9;
}

.testimonial-wrapper-reverse {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-end;
  display: flex;
}

.section-tabs.none {
  display: none;
}

.tabs-wrapper {
  display: flex;
}

.tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  max-width: 50%;
  margin-right: 1rem;
  display: flex;
}

.tab-link {
  background-color: var(--dark-blue);
  color: #fff9;
  border: 1px solid #141826;
  border-radius: 8px;
  padding: 1.5rem;
}

.tab-link:hover {
  background-color: var(--border);
}

.tab-link.w--current {
  color: #0a0f1d;
  background-color: #d1afeb;
  border-style: none;
}

.tabs-content {
  flex: 1;
}

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

.tab-content-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.tab-image-wrapper {
  width: 100%;
  height: 100%;
}

.tab-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.tabs-relative {
  position: relative;
}

.tab-decor {
  position: absolute;
  inset: -5rem -2rem auto auto;
}

.faq-accordion {
  background-color: var(--border);
  border: 1px solid #141826;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

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

.faq-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 4rem;
}

.faq-component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

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

.faq-icon-wrapper {
  background-color: #141826;
  border-radius: 6.25rem;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1rem;
  margin-top: .25rem;
  margin-left: 1.5rem;
  display: flex;
}

.icon-embed-small {
  background-color: var(--dark-blue);
  color: var(--white);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

.blog-top-header {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blog-top-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 30rem;
  display: flex;
  position: relative;
}

.form-block {
  width: 100%;
}

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

.form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.input-field {
  color: #fff;
  background-color: #141826;
  border: 1px solid #141826;
  border-radius: 6.25rem;
  height: 4rem;
  margin-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.newsletter-animation {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #141826;
  flex-direction: column;
  max-width: 31.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.newsletter-testimonial-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.newsletter-gradient-top {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 8rem;
  position: absolute;
  inset: -1% 0% auto;
}

.newsletter-gradient-bottom {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 8rem;
  position: absolute;
  inset: auto 0% -1%;
}

.footer-credit-text {
  font-size: 1rem;
}

.footer-left-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.footer-social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fffc;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer-social-link:hover {
  color: #fff;
}

.footer-link {
  color: #fffc;
  padding-top: .75rem;
  padding-bottom: .75rem;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.highlight {
  color: var(--purple);
  display: inline-block;
}

.footer-link.highlight:hover {
  color: #d8a5ff;
}

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

.footer-link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer-legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer-menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.footer-logo-link {
  padding-left: 0;
}

.footer-legal-link {
  color: #fffc;
  font-size: 1rem;
  text-decoration: none;
  transition: color .3s;
}

.footer-legal-link:hover {
  color: #fff;
}

.footer-top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

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

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

.text-size-18px {
  font-size: 1.125rem;
}

.company-info-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.company-info {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-direction: column;
  display: flex;
}

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

.text-color-white._60--opacity {
  opacity: .6;
}

.email-link {
  color: #fffc;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  transition: color .3s;
}

.email-link:hover, .dropdown-toggle {
  color: #fff;
}

.dropdown-list.w--open {
  background-color: var(--dark-blue);
  border: 1px solid #141826;
  border-radius: 8px;
}

.dropdown-link {
  color: #fff;
  transition: color .3s;
}

.dropdown-link:hover {
  color: #fffc;
}

.newsletter-arrow {
  display: none;
}

.navbar-component {
  z-index: 99999;
  position: sticky;
  top: 0;
}

.main-heading.h1-size-small {
  font-size: 3rem;
}

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

.margin-top-3rem.add-more {
  margin-top: 6rem;
}

.video-wrapper {
  position: relative;
}

.video-decor {
  position: absolute;
  inset: -4rem -4rem auto auto;
}

.logo-logo {
  max-height: 3.5rem;
}

.logo-logo.smaller {
  max-height: 3rem;
}

.logo-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

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

.number-component._3x1 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.number-component._2x2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}

.number-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--border);
  background-color: var(--border);
  border-radius: 8px;
  flex-direction: column;
  padding: 2rem;
  transition: background-color .3s;
  display: flex;
}

.number-card.fixed-version {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 18rem;
  font-size: 1rem;
}

.number {
  color: #fff;
  font-size: 4rem;
  line-height: 1;
}

.number.smaller {
  font-size: 3rem;
}

.star-flex {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.star-flex.left-align {
  align-items: flex-start;
}

.problem-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  margin-top: 2rem;
  display: flex;
}

.problem-content-wrapper.left-align {
  text-align: left;
  align-items: flex-start;
}

.rating-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rating-wrapper.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.rating-profile-picture {
  border-radius: 6.25rem;
}

._80--width {
  max-width: 80%;
}

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

.usp-card {
  z-index: 10;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--border);
  background-color: var(--border);
  color: #fff;
  border-radius: 8px;
  flex-direction: column;
  padding: 2rem;
  transition: color .3s, background-color .3s;
  display: flex;
  position: relative;
}

.usp-icon {
  width: 100%;
  max-width: 2rem;
}

.usp-content-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.results-component {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-direction: column;
  margin-top: 3rem;
  display: flex;
}

.results-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.results-wrapper.reverse {
  flex-direction: row-reverse;
}

.results-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.results-video-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.results-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 8px;
  flex-direction: column;
  padding: 1.5rem;
  display: flex;
}

.results-card.grey {
  background-color: #222733;
  height: 100%;
}

.results-card.light-purple {
  background-color: #e3cff3;
}

.results-card.purple {
  background-color: var(--purple);
  height: 100%;
}

.results-image {
  object-fit: contain;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.results-flex {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
}

.results-header-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.founder-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.founder-wrapper.add-margin {
  margin-top: 4rem;
}

.founder-content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.founder-image-wrapper {
  width: 100%;
  max-width: 37.5rem;
  position: relative;
}

.founder-image-wrapper.mobile {
  display: none;
}

.founder-image {
  width: 100%;
}

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

.slider {
  background-color: #ddd0;
  max-width: 60.625rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.arrow {
  background-color: var(--purple);
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.arrow.right {
  transition: all .2s;
  right: -3rem;
}

.arrow.right:hover {
  background-color: #d8a5ff;
  transform: translate(0, -2px);
}

.arrow.left {
  transition: all .2s;
  left: -3rem;
}

.arrow.left:hover {
  background-color: #d8a5ff;
  transform: translate(0, -2px);
}

.slider-nav {
  display: none;
}

.slider-mask {
  overflow: visible;
}

.slide {
  margin-right: 2.5rem;
  padding-bottom: 2rem;
}

.slide-content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  display: flex;
}

.service-testimonial-card {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--border);
  border: 1px solid #141826;
  border-radius: 8px;
  flex-direction: column;
  flex: none;
  width: 100%;
  max-width: 29.0625rem;
  padding: 2rem;
  display: flex;
}

.service-testimonial-card.dark {
  background-color: var(--dark-blue);
}

.number-wrapper {
  display: flex;
}

.cta-wrapper {
  border: 1px solid var(--border);
  background-color: var(--dark-blue);
  border-radius: 2rem;
  padding: 6rem;
  position: relative;
  box-shadow: 0 0 128px -64px #d1afeb33;
}

.body-bg-services {
  background-image: none;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 80rem;
  background-attachment: fixed;
}

.results-lightbox {
  width: 100%;
  height: 100%;
}

.rating-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.services-logo-component {
  position: relative;
}

.cta-para-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.vsl {
  border-radius: 8px;
  width: 100%;
  max-width: 960px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.vsl-embed {
  margin-bottom: 0;
}

.calendly-embed {
  border-radius: 8px;
  width: 100%;
  height: 700px;
  overflow: hidden;
}

.booking-embed {
  border-radius: 8px;
  width: 100%;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

._90--width {
  max-width: 90%;
}

.padding {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.tab-image-wrapper-mobile {
  width: 100%;
  height: 100%;
  display: none;
}

.logos-cw {
  flex: none;
}

.play-button-img {
  cursor: pointer;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.play-button-img:hover {
  opacity: .8;
}

.badge-cta {
  position: absolute;
  inset: -11% -8% auto auto;
}

.cta-scribble {
  position: absolute;
  inset: auto auto -2rem -2rem;
}

.special-nav-link-wrap {
  position: relative;
}

.special-nav-scribble {
  height: 18px;
  position: absolute;
  inset: 12px 4px auto auto;
}

.special-nav-scribble.footer-version {
  top: 0;
  right: -14px;
}

.gradient-right {
  z-index: 5;
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gradient-left {
  z-index: 5;
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logo-section-gradient {
  z-index: 2147483647;
  background-image: linear-gradient(180deg, #0a0f1d00, var(--dark-blue) 90%);
  justify-content: center;
  align-items: flex-end;
  height: 20rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.tabs-menu-faqs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 1rem;
  display: flex;
}

.tabs-slide {
  border: 1px solid var(--border);
  background-color: var(--dark-blue);
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  display: flex;
}

.tabs-slide:hover {
  background-color: var(--border);
}

.tabs-slide.w--current {
  background-color: var(--purple);
  color: var(--dark-blue);
}

.faqs-scribble {
  position: absolute;
  inset: -32% -25% auto auto;
}

.faqs-scribble.case-studies-version {
  height: 3rem;
  inset: auto 30% -35% auto;
  transform: rotate(15deg);
}

.faqs-scribble.blog-version {
  inset: auto 24% -35% auto;
  transform: rotate(15deg);
}

.image {
  margin: auto;
  position: absolute;
  inset: -30% 0% 0% -30%;
}

.flex-vertical-left._2rem-divider {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.usp-scribble-left {
  position: absolute;
  inset: auto auto -1.5rem -1.5rem;
}

.scribble-text-highlight {
  background-image: url('../images/Scribble-1.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.scribble-text-highlight.smooth {
  background-image: url('../images/Scribble_1.svg');
  background-position: 50% 100%;
}

.scribble-text-highlight.smooth.smaller {
  background-position: 50% 130%;
}

.scribble-text-highlight.scribbly-long {
  background-image: url('../images/Scribble-Long.svg');
}

.success-message {
  background-color: var(--purple);
  color: var(--black);
  border-radius: 100px;
}

.error-message {
  background-color: var(--border);
  color: var(--white);
  text-align: center;
  border-radius: 100px;
}

.footer-logo-wrap {
  border-top: 1px solid var(--border);
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: none;
}

.newsletter-confrim-gif {
  background-color: var(--white);
  border-radius: .5rem;
}

.divider {
  background-color: var(--white);
  opacity: .1;
  width: 100%;
  height: 1px;
}

.divider.dark {
  background-color: var(--dark-blue);
  opacity: .2;
}

.case-study-left {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.banner-slider {
  background-color: #ddd0;
  height: 1.25rem;
}

.banner-slide-nav {
  display: none;
}

.banner-left-arrow {
  color: #000c;
  justify-content: center;
  align-items: center;
  display: none;
}

.banner-right-arrow {
  display: none;
}

.banner-inner {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.blog-author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: flex;
}

.blog-author-wrapper.vertical {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
}

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

.blog1_author-text {
  text-align: left;
}

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

.blog-category-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.blog-category-menu.no-scrollbar {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.blog-category-menu.blog-post-version {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-bottom: 0;
}

.blog-category-menu.no-margin {
  margin-bottom: 0;
}

.blog_category-link {
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.blog_category-link.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.blog1_date-wrapper {
  align-items: center;
  display: flex;
}

.blog-item {
  border: 1px solid var(--border);
  background-color: var(--dark-blue);
  color: var(--white);
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 1rem;
  text-decoration: none;
  display: flex;
}

.blog-menu-link {
  background-color: var(--border);
  color: var(--white);
  white-space: nowrap;
  border: 1px solid #0000;
  border-radius: .5rem;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.blog-menu-link.w--current {
  border-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--purple);
  color: var(--black);
}

.blog-menu-link.current {
  background-color: var(--purple);
  color: var(--black);
  border-radius: .5rem;
  font-weight: 400;
}

.blog-title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.heading-style-h5-2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.blog1_author-image-wrapper {
  margin-right: 1rem;
}

.blog1_author-image-wrapper.no-margin {
  margin-right: 0;
}

.blog-author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.blog1_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.blog-image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.blog-component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.blog-image {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  min-height: 220px;
}

.blog-image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.scribble-holder {
  width: 100%;
  position: relative;
}

.featured-tag {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--dark-blue);
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #ffffff1a;
  border-radius: 6.25rem;
  align-items: center;
  padding: 8px 1rem;
  font-size: .85rem;
  display: flex;
  position: absolute;
  inset: 1rem auto auto 1rem;
}

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

.case-study-item-tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--dark-blue);
  color: #fff;
  text-transform: none;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px 1rem;
  font-size: .85rem;
  display: flex;
  position: absolute;
  inset: auto .75rem .75rem auto;
}

.case-study-tag-inner-wrap {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  flex-flow: column;
  display: flex;
}

.case-study-logo {
  opacity: .8;
  width: 100%;
  max-width: 4rem;
  max-height: 2rem;
}

.case-study-logo.bigger {
  max-height: 3rem;
}

._80--opacity {
  color: #fffc;
}

.section-blog-post {
  background-image: url('../images/Placeholder-Image---Landscape.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

.blog-post-wrap {
  background-color: var(--white);
  color: var(--black);
  border-radius: 1rem;
  width: 100%;
}

.scribble-holder-blog {
  justify-content: center;
  align-items: center;
  margin-top: -2rem;
  display: flex;
  position: relative;
}

.blog1_list-3x1 {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.case-study-brand-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 1rem;
  display: flex;
}

.case-study-brand-wrap.vertical {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
}

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

._3-col-ci {
  height: 100%;
}

.overlay {
  background-color: #0b0f1df5;
  position: absolute;
  inset: 0%;
}

.blog-post-category-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.blog-post-category-menu.no-scrollbar {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.blog-post-category-menu.blog-post-version {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-bottom: 0;
}

.blog-post-category-menu.no-margin {
  margin-bottom: 0;
}

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

.cs-heading-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.case-study-header {
  z-index: 5;
  position: relative;
}

.newsletter-form {
  width: 100%;
  height: 52px;
}

.bg-vid {
  z-index: 1;
  opacity: .03;
  width: 100%;
  height: 100%;
  position: absolute;
}

.section-reviews.add-bg-video {
  position: relative;
}

._2x1-grid {
  grid-template-rows: auto;
  margin-bottom: 1rem;
  position: relative;
}

.reviews-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.reviews-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--border);
  border: 1px solid #141826;
  border-radius: 8px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.reviews-card.dark {
  background-color: var(--dark-blue);
}

.reviews-star {
  height: 1rem;
  display: block;
}

.social-proof-google {
  width: 100%;
  max-width: 6rem;
}

.aboluste-name-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--dark-blue);
  color: var(--white);
  border-radius: .5rem;
  align-items: center;
  margin-top: 0;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: auto auto 1rem 1rem;
}

.services-video {
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.services-video-embed {
  z-index: -1;
  filter: blur(12px);
  width: 100%;
  height: 125%;
}

.number-tag {
  background-color: var(--purple);
  color: var(--black);
  border-radius: .25rem;
  padding: .25rem 1rem;
  font-weight: 600;
}

.role-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--border);
  border-radius: .5rem;
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

.bulletpoint-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bulletpoint-icon {
  width: 100%;
  max-width: 1.25rem;
}

.div-block {
  width: 100%;
  height: 1px;
}

.role-card-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.all-bulletpoints {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

._4x2-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
}

._3x2-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.perks-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--border);
  background-color: var(--border);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem;
  font-size: 1rem;
  transition: color .3s, background-color .3s;
  display: flex;
  position: relative;
}

.youtube-embed {
  border-radius: 1rem;
  overflow: hidden;
}

.reviews-quote {
  z-index: -1;
  position: absolute;
  inset: -6rem auto auto -6rem;
}

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

.affiliate-result-img {
  border: 1px solid var(--border);
  opacity: 1;
  filter: hue-rotate(128deg) saturate(0%);
  border-radius: .5rem;
}

.usp-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.usp-arrow {
  z-index: -1;
  opacity: .2;
  position: absolute;
  inset: auto auto -3rem 12rem;
}

.usp-arrow.right {
  inset: auto 12rem -3rem auto;
}

.disclaimer-affiliate {
  height: 5rem;
  position: absolute;
  inset: -2rem -2rem auto auto;
  transform: rotate(2deg);
}

.cs-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.cs-card-wrapper {
  z-index: 99999;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--border);
  border-radius: 12px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 24.375rem;
  padding: 1.5rem;
  display: flex;
  position: sticky;
  top: 10rem;
}

.cta-text {
  flex: none;
}

.empty-state {
  background-color: var(--purple);
  color: var(--dark-blue);
  border-radius: .5rem;
  line-height: 1;
}

.reviews-last-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--border);
  border: 1px solid #141826;
  border-radius: 8px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 14rem;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.reviews-last-card.dark {
  background-color: var(--dark-blue);
}

.star-text-highlight {
  text-shadow: 0 -4px 8px #141826;
  background-image: url('../images/Stars.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.star-text-highlight.smooth {
  background-image: url('../images/Scribble_1.svg');
  background-position: 50% 100%;
}

.star-text-highlight.smooth.smaller {
  background-position: 50% 130%;
}

.star-text-highlight.scribbly-long {
  background-image: url('../images/Scribble-Long.svg');
}

.text-size-medium-3 {
  font-size: 1.4rem;
}

.google-review-badge {
  max-width: none;
  height: 6rem;
  position: absolute;
  inset: auto -1rem -1rem auto;
  transform: rotate(-2deg);
}

.max-width-large-3 {
  width: 100%;
  max-width: 48rem;
}

@media screen and (min-width: 1280px) {
  .body-bg {
    background-size: 90rem;
  }

  .service-decor-top {
    top: 7rem;
  }

  .service-decor-bottom {
    bottom: 7rem;
  }

  .tabs-menu {
    max-width: 35rem;
  }

  .form-content-wrapper {
    max-width: 33rem;
  }

  .newsletter-arrow {
    width: 100%;
    max-width: 11rem;
    display: block;
    position: absolute;
    inset: auto -12.7rem 1.5rem auto;
  }

  .video-decor {
    top: -3.5rem;
    right: -3rem;
  }

  .arrow.right {
    right: -6rem;
  }

  .arrow.left {
    left: -6rem;
  }

  .body-bg-services {
    background-size: 90rem;
  }

  .usp-arrow {
    left: 16rem;
  }

  .usp-arrow.right {
    right: 16rem;
  }
}

@media screen and (min-width: 1440px) {
  .page-wrapper.relative, .page-wrapper.overflow {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .navbar-container {
    max-width: 100rem;
  }

  .body-bg {
    background-size: 96rem;
    background-attachment: scroll;
  }

  .tab-decor {
    top: -4rem;
    right: -4rem;
  }

  .newsletter-arrow {
    max-width: 16rem;
    right: -19rem;
  }

  .body-bg-services {
    background-size: 80rem;
    background-attachment: scroll;
  }

  .usp-arrow {
    left: 18rem;
  }

  .usp-arrow.right {
    right: 18rem;
  }
}

@media screen and (min-width: 1920px) {
  .container-large.relative {
    position: relative;
  }

  .button.is-secondary {
    justify-content: center;
  }

  .navbar-container {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr .25fr;
    grid-auto-columns: 1fr;
    max-width: 100rem;
    display: grid;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-menu {
    justify-content: center;
  }

  .section-dark.newsletter, .tag {
    justify-content: space-between;
    align-items: center;
  }

  .services-component {
    position: relative;
  }

  .form-content-wrapper {
    max-width: 35rem;
  }

  .footer-link.highlight {
    color: var(--purple);
  }

  .newsletter-arrow {
    max-width: 14rem;
    right: -15rem;
  }

  .results-image {
    object-fit: contain;
  }

  .cta-scribble {
    position: absolute;
    inset: auto auto -2rem -2rem;
  }

  .special-nav-scribble {
    right: 0;
  }

  .special-nav-scribble.footer-version {
    inset: -8px -8% auto auto;
  }

  .tabs-menu-faqs {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    margin-bottom: 2rem;
    display: flex;
  }

  .flex-vertical-left {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .scribble-text-highlight {
    background-image: url('../images/Scribble-1.svg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .scribble-text-highlight.smooth {
    background-image: url('../images/Scribble_1.svg');
  }

  .banner-inner {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-blog-post {
    background-image: linear-gradient(to bottom, null, null), url('../images/Placeholder-Image---Landscape.svg');
    background-position: 0 0, 50%;
  }

  .affiliate-result-img {
    filter: saturate(0%);
  }

  .star-text-highlight {
    background-image: url('../images/Scribble-1.svg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .star-text-highlight.smooth {
    background-image: url('../images/Scribble_1.svg');
  }
}

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

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .heading-style-h1 {
    font-size: 3.5rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .heading-style-h2 {
    font-size: 2.5rem;
  }

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

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_button {
    color: #fff;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .banner {
    text-align: center;
    font-size: .75rem;
  }

  .navbar {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand-logo-link {
    padding-left: 0;
  }

  .navbar-menu {
    z-index: 999999999;
    border-bottom: 1px solid var(--border);
    background-color: var(--dark-blue);
  }

  .navbar-button-wrapper.desktop {
    display: none;
  }

  .navbar-button-wrapper.tablet {
    padding: 20px;
    display: flex;
  }

  .menu-button {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 1rem;
  }

  .menu-button.w--open {
    background-color: var(--dark-blue);
  }

  .flex-vertical-center.left-align {
    align-items: flex-start;
  }

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

  .services-component {
    flex-flow: column;
  }

  .service-decor-top {
    max-width: 10rem;
    top: 3rem;
  }

  .service-decor-bottom {
    max-width: 10rem;
    bottom: 3rem;
  }

  .testimonial-component, .testimonial-wrapper, .testimonial-wrapper-reverse {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .tabs-wrapper {
    flex-direction: column;
  }

  .tabs-menu {
    max-width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .tabs-content {
    display: none;
  }

  .tab-decor {
    width: 3rem;
    top: -3rem;
  }

  .faq-question {
    align-items: center;
  }

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

  .faq-icon-wrapper {
    margin-top: .35rem;
  }

  .form-content-wrapper {
    max-width: 50%;
    padding-right: 1.5rem;
  }

  .newsletter-animation {
    max-width: 45%;
  }

  .newsletter-gradient-top {
    top: 0%;
  }

  .newsletter-gradient-bottom {
    bottom: 0%;
  }

  .footer-top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .nav-dropdown-wrapper {
    align-items: flex-start;
    display: flex;
  }

  .dropdown {
    text-align: left;
    width: 100%;
  }

  .dropdown-toggle {
    color: var(--dark-blue);
  }

  .dropdown-list.w--open {
    background-color: var(--purple);
    border-style: none;
  }

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

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

  .margin-top-3rem.add-more {
    margin-top: 4rem;
  }

  .video-decor {
    width: 100%;
    max-width: 3rem;
    display: none;
    top: -2rem;
  }

  .logo-component {
    flex-wrap: wrap;
  }

  .number-component {
    grid-template-columns: 1fr 1fr;
  }

  .number-component._2x2 {
    place-items: center;
  }

  .number {
    font-size: 2.5rem;
  }

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

  .results-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 4rem;
  }

  .results-wrapper, .results-wrapper.reverse {
    flex-direction: column-reverse;
  }

  .results-content-wrapper {
    max-width: 100%;
  }

  .results-header-content {
    margin-bottom: 1rem;
  }

  .section-testimonials.padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .arrow.right {
    right: 0;
  }

  .arrow.left {
    left: 0;
  }

  .slider-mask {
    overflow: hidden;
  }

  .slide {
    margin-right: 1.5rem;
  }

  .slide-content-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    align-items: center;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .service-testimonial-card {
    max-width: 100%;
  }

  .cta-wrapper {
    padding: 4rem;
  }

  .vsl {
    width: 100%;
  }

  .calendly-embed {
    width: 100%;
    margin-top: 0;
  }

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

  .faqs-scribble.case-studies-version, .faqs-scribble.blog-version {
    display: none;
  }

  .case-study-left {
    order: 1;
  }

  .banner-slider {
    height: auto;
  }

  .banner-inner {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .blog-list {
    grid-column-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

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

  .blog-category-menu {
    justify-content: flex-start;
    align-items: center;
    overflow: auto;
  }

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

  .blog-card-cw {
    align-self: flex-start;
    width: 100%;
  }

  ._3-col-cl {
    grid-template-columns: 1fr 1fr;
  }

  .reviews-card {
    max-width: 100%;
  }

  .services-video {
    justify-content: center;
    align-items: center;
    min-height: 12rem;
  }

  .services-video-embed {
    height: 100%;
    min-height: 24rem;
  }

  .role-card-top {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .usp-arrow {
    display: none;
  }

  .cs-card-wrapper {
    max-width: 50%;
  }

  .reviews-last-card {
    max-width: 100%;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-mobile-landscape {
    display: none;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

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

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

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

  .button {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .flex-vertical-center {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .section-dark.padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .logos-wrapper, .logos-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .logo-card {
    max-width: 6rem;
  }

  .services-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .services-content-wrapper {
    max-width: 100%;
  }

  .services-image-wrapper {
    order: 1;
    max-width: 100%;
  }

  .service-decor-top {
    max-width: 12rem;
    top: 5rem;
  }

  .service-decor-bottom {
    max-width: 12rem;
    bottom: 5rem;
  }

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

  .testimonial-component, .testimonial-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .testimonial-card {
    width: 70%;
    max-width: 100%;
  }

  .testimonial-wrapper-reverse {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .tab-decor {
    width: 1.5rem;
    top: -2rem;
    right: -1rem;
  }

  .faq-question {
    padding: 1rem 1.25rem;
  }

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

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

  .blog-top-header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .form-content-wrapper {
    max-width: 100%;
    margin-bottom: 2rem;
    padding-right: 0;
  }

  .newsletter-animation {
    width: 100%;
    max-width: 100%;
    height: 25rem;
    position: relative;
    overflow: hidden;
  }

  .newsletter-gradient-top {
    height: 5rem;
  }

  .newsletter-gradient-bottom {
    height: 5rem;
    inset: auto 0% 0%;
  }

  .footer-credit-text {
    margin-top: 1.5rem;
  }

  .footer-bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer-legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer-menu-wrapper {
    grid-column-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .footer-top-wrapper {
    grid-row-gap: 3rem;
  }

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

  .margin-top-3rem.add-more {
    margin-top: 3rem;
  }

  .video-decor {
    max-width: 2rem;
    top: -2rem;
    right: -1rem;
  }

  .logo-logo {
    max-height: 2rem;
  }

  .logo-component {
    padding-top: 1rem;
  }

  .number-component._2x2 {
    grid-template-columns: 1fr;
  }

  .number-card.fixed-version {
    width: 100%;
    height: 12rem;
  }

  .number {
    font-size: 2rem;
  }

  .problem-content-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .usp-card {
    padding: 1rem;
  }

  .results-component {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .results-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .founder-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .founder-content-wrapper {
    max-width: 100%;
  }

  .founder-image-wrapper {
    max-width: 100%;
    display: none;
  }

  .founder-image-wrapper.mobile {
    display: block;
  }

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

  .service-testimonial-card {
    max-width: 100%;
  }

  .cta-wrapper {
    border-radius: 8px;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .calendly-embed {
    width: 100%;
    margin-top: 0;
  }

  .booking-embed {
    width: 100%;
  }

  .padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .logo-section-gradient {
    height: 12rem;
  }

  .tabs-menu-faqs {
    flex-direction: column;
  }

  .faqs-scribble {
    display: none;
  }

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

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

  .blog-category-menu {
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    margin-left: -5vw;
    padding-bottom: 1.5rem;
    padding-left: 5vw;
    overflow: auto;
  }

  .blog-category-menu.no-scrollbar, .blog-category-menu.blog-post-version {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }

  .blog-category-menu.no-margin {
    flex-flow: wrap;
    overflow: visible;
  }

  .blog-menu-link.last-link {
    margin-right: 2rem;
  }

  .heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

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

  ._3-col-cl {
    grid-template-columns: 1fr;
  }

  .blog-post-category-menu {
    width: 100vw;
    margin-bottom: 0;
    overflow: auto;
  }

  .blog-post-category-menu.no-scrollbar, .blog-post-category-menu.blog-post-version {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }

  .blog-post-category-menu.no-margin {
    flex-flow: wrap;
    overflow: visible;
  }

  .case-study-cl, ._2x1-grid {
    grid-template-columns: 1fr;
  }

  .reviews-card {
    max-width: 100%;
  }

  .role-card-top {
    flex-flow: row;
  }

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

  .perks-card {
    padding: 1rem;
  }

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

  .cs-wrapper {
    flex-flow: column;
    position: static;
  }

  .cs-card-wrapper {
    order: 1;
    width: 100%;
    max-width: 100%;
    position: static;
  }

  .reviews-last-card {
    max-width: 100%;
    display: none;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }
}

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

  h2, h3 {
    font-size: 1.5rem;
  }

  p {
    font-size: 1rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .text-rich-text {
    font-size: 1rem;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.remove-mobile {
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-style-h4 {
    font-size: 1.25rem;
  }

  .button {
    align-items: center;
    font-size: 1rem;
  }

  .button.footer-button {
    height: 4rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .banner {
    font-size: .75rem;
    overflow: hidden;
  }

  .navbar {
    padding-top: .5rem;
  }

  .menu-button.w--open {
    background-color: var(--dark-blue);
  }

  .body-bg {
    background-image: url('../images/Homepage---Design.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .flex-vertical-center.left-align {
    text-align: left;
  }

  .span-purple {
    border-radius: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .button-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .logo-card {
    max-width: 5rem;
  }

  .tag {
    font-size: .75rem;
  }

  .services-image-wrapper {
    order: 1;
  }

  .services-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .service-decor-top {
    max-width: 10rem;
    top: 4rem;
  }

  .service-decor-bottom {
    max-width: 10rem;
    bottom: 4rem;
  }

  .testimonial-card {
    width: 75%;
  }

  .profile-image {
    max-width: 3.5rem;
    height: 3.5rem;
  }

  .tab-link {
    padding: 1rem;
  }

  .faq-question {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .faq-component {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    grid-template-columns: 1fr;
  }

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

  .blog-top-left {
    width: 100%;
    max-width: 100%;
  }

  .newsletter-animation {
    height: 28rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-link.highlight {
    display: inline-block;
  }

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

  .footer-top-wrapper {
    grid-row-gap: 48px;
  }

  .main-heading {
    font-size: 1.7rem;
  }

  .main-heading.h1-size-small {
    font-size: 1.75rem;
  }

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

  .video-decor {
    top: -2rem;
  }

  .logo-logo {
    max-height: 2.5rem;
  }

  .logo-logo.smaller {
    max-height: 2rem;
  }

  .logo-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .number-component {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .number-component._3x1 {
    grid-template-columns: 1fr;
  }

  .number-component._2x2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
  }

  .number-card {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding: 1rem;
  }

  .problem-content-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  ._80--width {
    width: 100%;
    max-width: 100%;
  }

  .usp-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .usp-icon {
    max-width: 2rem;
  }

  .results-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 3rem;
  }

  .results-video-wrapper {
    order: 1;
    width: 100%;
  }

  .results-card {
    padding: 1rem;
  }

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

  .founder-wrapper {
    margin-top: 0;
  }

  .founder-image {
    max-width: 80%;
  }

  .slider {
    margin-bottom: 1rem;
    padding-bottom: 2rem;
  }

  .arrow {
    width: 3rem;
    height: 3rem;
  }

  .arrow.right {
    inset: auto 35% 0% auto;
  }

  .arrow.left {
    inset: auto auto 0% 35%;
  }

  .slide {
    margin-right: 1rem;
  }

  .slide-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .service-testimonial-card {
    padding: 1rem;
  }

  .cta-wrapper {
    padding: 3rem 1rem;
  }

  .body-bg-services {
    background-image: url('../images/Homepage---Design.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .services-logo-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .calendly-embed {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .booking-embed {
    height: auto;
  }

  .badge-cta {
    width: 12rem;
    inset: -16% 0% auto auto;
  }

  .cta-scribble, .special-nav-scribble {
    display: none;
  }

  .gradient-right, .gradient-left {
    width: 8rem;
    display: none;
  }

  .logo-section-gradient {
    height: 20rem;
  }

  .faqs-scribble {
    display: block;
    inset: auto auto -50% 0%;
  }

  .image {
    inset: 10% auto auto 10%;
  }

  .usp-scribble-left {
    display: none;
  }

  .scribble-text-highlight {
    background-position: 50% 100%;
    background-size: contain;
  }

  .scribble-text-highlight.smooth {
    background-position: 50% 100%;
  }

  .scribble-text-highlight.scribbly-long {
    background-position: 50% 100%;
    background-size: contain;
  }

  .banner-slider {
    text-align: center;
    height: auto;
  }

  .banner-inner {
    text-align: center;
  }

  .blog-list {
    grid-row-gap: 3.25rem;
  }

  .featured-tag, .case-study-item-tag {
    font-size: .75rem;
  }

  .blog1_list-3x1 {
    grid-row-gap: 3.25rem;
  }

  .case-study-brand-wrap, .case-study-header {
    overflow: visible;
  }

  .reviews-wrap {
    width: 100%;
    overflow: hidden;
  }

  .reviews-card {
    padding: 1rem;
  }

  .social-proof-google {
    max-width: 6rem;
  }

  .services-video {
    min-height: auto;
  }

  .services-video-embed {
    min-height: 16rem;
  }

  .role-card {
    padding: 1.5rem;
  }

  .role-card-top {
    flex-flow: column;
  }

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

  .disclaimer-affiliate {
    top: -1.5rem;
    right: 0;
  }

  .cs-wrapper {
    overflow: visible;
  }

  .reviews-last-card {
    padding: 1rem;
  }

  .star-text-highlight {
    background-position: 50% 100%;
    background-size: contain;
  }

  .star-text-highlight.smooth {
    background-position: 50% 100%;
  }

  .star-text-highlight.scribbly-long {
    background-position: 50% 100%;
    background-size: contain;
  }
}

#w-node-_9837035c-9a09-af3d-e901-c9e10c208823-3b7c4367, #w-node-_9837035c-9a09-af3d-e901-c9e10c20882d-3b7c4367, #w-node-_9837035c-9a09-af3d-e901-c9e10c208837-3b7c4367, #w-node-_9837035c-9a09-af3d-e901-c9e10c20883f-3b7c4367, #w-node-f0f1b577-5d92-a0ed-d83a-cc4de9a74ab2-3b7c4367, #w-node-f0f1b577-5d92-a0ed-d83a-cc4de9a74ab9-3b7c4367, #w-node-f0f1b577-5d92-a0ed-d83a-cc4de9a74ac0-3b7c4367, #w-node-f0f1b577-5d92-a0ed-d83a-cc4de9a74ac7-3b7c4367, #w-node-_39acad88-de88-4e2f-9129-8fdb132a7563-3b7c4367 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a040159-bb16-04a4-5639-a5ccedf8ca57-3b7c4367 {
  align-self: start;
}

#w-node-_517e948c-49ed-d31c-6cc5-7b9f4ba715d8-3b7c43ba, #w-node-c05f838b-65a0-bdc3-1ada-5a754f09f1f1-3b7c43ba, #w-node-e21d622f-d616-4e14-5c35-95d3206a90f0-3b7c43ba, #w-node-acd6950b-351c-43bd-69b4-b7b13c77bcb8-3b7c43ba, #w-node-_9fe1a150-f7ad-467d-251a-86ea7157c557-3b7c43ba, #w-node-_68e9dd2d-d590-4c7d-b72c-2e03cae42a48-3b7c43ba, #w-node-_398f2790-b5d3-8a76-8299-95a9bae5ef07-3b7c43ba, #w-node-_38bc64f7-6d66-1d9c-0b1c-e304da0e8888-3b7c43ba, #w-node-_14204ff1-d12a-3ab2-e59a-f253c59aac0c-3b7c43ba, #w-node-_30cdd445-a9bd-e830-a66d-2ca9f21894a3-3b7c43ba, #w-node-_517e948c-49ed-d31c-6cc5-7b9f4ba715d8-3b7c43d8, #w-node-c05f838b-65a0-bdc3-1ada-5a754f09f1f1-3b7c43d8, #w-node-e21d622f-d616-4e14-5c35-95d3206a90f0-3b7c43d8, #w-node-acd6950b-351c-43bd-69b4-b7b13c77bcb8-3b7c43d8, #w-node-_9fe1a150-f7ad-467d-251a-86ea7157c557-3b7c43d8, #w-node-_68e9dd2d-d590-4c7d-b72c-2e03cae42a48-3b7c43d8, #w-node-_398f2790-b5d3-8a76-8299-95a9bae5ef07-3b7c43d8, #w-node-_38bc64f7-6d66-1d9c-0b1c-e304da0e8888-3b7c43d8, #w-node-_14204ff1-d12a-3ab2-e59a-f253c59aac0c-3b7c43d8, #w-node-_30cdd445-a9bd-e830-a66d-2ca9f21894a3-3b7c43d8, #w-node-_9fe1a150-f7ad-467d-251a-86ea7157c557-3b7c43db, #w-node-_68e9dd2d-d590-4c7d-b72c-2e03cae42a48-3b7c43db, #w-node-_398f2790-b5d3-8a76-8299-95a9bae5ef07-3b7c43db, #w-node-_38bc64f7-6d66-1d9c-0b1c-e304da0e8888-3b7c43db, #w-node-_14204ff1-d12a-3ab2-e59a-f253c59aac0c-3b7c43db, #w-node-_30cdd445-a9bd-e830-a66d-2ca9f21894a3-3b7c43db, #w-node-_2d728e10-2ee3-e228-88ef-c0994b485f52-3b7c43db, #w-node-_6ba5be7f-a764-856a-d7f5-c07b02247290-3b7c43db, #w-node-_6ba5be7f-a764-856a-d7f5-c07b02247277-3b7c43db, #w-node-f2c39ba6-5b08-f227-521e-a65804a31617-3b7c43db, #w-node-f2c39ba6-5b08-f227-521e-a65804a315fe-3b7c43db, #w-node-_740a852f-ce42-e592-2a82-f2e318988524-3b7c43db, #w-node-_740a852f-ce42-e592-2a82-f2e31898850b-3b7c43db, #w-node-b43e3a51-d34b-378e-5c01-bf1534b1a823-34b1a814, #w-node-b43e3a51-d34b-378e-5c01-bf1534b1a82d-34b1a814, #w-node-b43e3a51-d34b-378e-5c01-bf1534b1a837-34b1a814, #w-node-b43e3a51-d34b-378e-5c01-bf1534b1a83f-34b1a814, #w-node-_517e948c-49ed-d31c-6cc5-7b9f4ba715d8-3b7c43de, #w-node-c05f838b-65a0-bdc3-1ada-5a754f09f1f1-3b7c43de, #w-node-e21d622f-d616-4e14-5c35-95d3206a90f0-3b7c43de, #w-node-acd6950b-351c-43bd-69b4-b7b13c77bcb8-3b7c43de, #w-node-_9fe1a150-f7ad-467d-251a-86ea7157c557-3b7c43de, #w-node-_68e9dd2d-d590-4c7d-b72c-2e03cae42a48-3b7c43de, #w-node-_398f2790-b5d3-8a76-8299-95a9bae5ef07-3b7c43de, #w-node-_38bc64f7-6d66-1d9c-0b1c-e304da0e8888-3b7c43de, #w-node-_2d728e10-2ee3-e228-88ef-c0994b485f52-3b7c43de, #w-node-_8e6cd9bd-714f-49a7-52eb-57cba0aa7dba-3b7c43de, #w-node-_18ff73c8-ebe9-571b-c241-c304be0ef881-3b7c43de, #w-node-_529063b6-53cd-10d2-d48d-e5ba895db9a0-3b7c43de, #w-node-b224ec27-30fa-be84-48bf-7ed471542af3-3b7c43e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-3b7c43e4 {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-3b7c43e4, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-3b7c43e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-3b7c43e4 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-3b7c43e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-3b7c43e4 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-3b7c43e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-3b7c43e4 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-3b7c43e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-3b7c43e4 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-3b7c43e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-3b7c43e4, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-3b7c43e4, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-3b7c43e4, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-3b7c43e4, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-3b7c43e4, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-3b7c43e4, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-3b7c43e4, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-3b7c43e4, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-3b7c43e4, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-3b7c43e4, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-3b7c43e4 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-3b7c43e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-3b7c43e4 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-3b7c43e4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-3b7c43e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-3b7c43e4 {
  justify-self: start;
}

#w-node-_674c5a11-ca29-2f11-6c92-d1c9ea0424b2-3b7c43e6, #w-node-ee0e7aef-2c96-741e-7205-9b45f8fe46fd-3b7c43e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f24f7d05-125e-0ffd-36ab-fa567e6f545d-3b7c43e7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ea23ddd5-61ca-4886-bfc7-48c236b30683-3b7c43e7, #w-node-_4f44e79a-2eb8-727f-2c1e-6b3ec0fa3051-3b7c43e7 {
  align-self: end;
}

#w-node-_2e40966e-a0c7-0da6-6d0c-99377a107434-3b7c43e7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_78d0447e-c91a-a2e4-904e-088bd890a1df-3b7c43ec, #w-node-_78d0447e-c91a-a2e4-904e-088bd890a1e9-3b7c43ec, #w-node-_78d0447e-c91a-a2e4-904e-088bd890a1f3-3b7c43ec, #w-node-ab6caec6-b543-006e-fb87-e1dc95703f7f-3b7c43f3, #w-node-ab6caec6-b543-006e-fb87-e1dc95703f89-3b7c43f3, #w-node-ab6caec6-b543-006e-fb87-e1dc95703f93-3b7c43f3, #w-node-_3d8bdbac-c1a5-9261-abf1-f6986c14f467-3b7c4405, #w-node-c2ae4770-0df6-3615-190b-1170be1ecd55-3b7c4405, #w-node-_47d4584a-10ff-7046-5c38-16992d488233-3b7c4405, #w-node-bf93e574-d28b-9383-7212-ba36fd42687c-3b7c4405, #w-node-ba214605-b3bc-1545-c219-cac155b89a36-3b7c4405, #w-node-_68293a34-b351-b11d-4e38-4dfcd897292d-3b7c4405, #w-node-_0b732511-e400-a7c5-9971-274e99bd488b-3b7c4405, #w-node-e8ceee8c-c928-6a32-27fe-18e03b624afe-3b7c4405, #w-node-ea97ef70-843e-df9a-a4c4-f006905f2195-3b7c4405, #w-node-ca24a7fe-ab02-7116-8532-c5ab84b7916e-3b7c4405, #w-node-_00a3949b-c7cd-8e9f-fead-50fc8da27311-3b7c4405, #w-node-c9e25d8d-3943-70d5-6e95-f110de80a1cc-3b7c4406, #w-node-_1a88e01b-7eb6-563e-7993-470732cefb6f-3b7c4406, #w-node-_4c88b0e3-e2c6-3d56-ad45-2c2f2a254a77-3b7c4406, #w-node-dddb3192-3ba8-6022-d3eb-cc5004627c60-3b7c4406, #w-node-a85bdb75-bd3a-8df4-89c8-f80ec874f2fa-3b7c4406, #w-node-c0f78056-ba45-6358-8edf-fb746ee3c973-3b7c4406, #w-node-b1452f46-8a01-e42a-6b8a-3dbe44d876df-3b7c4406, #w-node-da8ab7ad-63be-75db-ce70-398d611a39ad-3b7c4406, #w-node-_2f7d7454-2850-8aab-5e0a-e719dc0adb68-3b7c4406, #w-node-_1ffa8983-2f92-1b41-28cc-90b995644f07-3b7c4406 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-b16f57f8-69af-b5b4-f5e5-a4cca4ce3edd-3b7c4367, #w-node-ef7d523c-4f24-f64b-1143-23380ca9b125-08db5bbd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4abf12a6-3b2a-3974-8828-dfb144a4e2c8-44a4e29f {
    justify-self: end;
  }

  #w-node-_4f44e79a-2eb8-727f-2c1e-6b3ec0fa3051-3b7c43e7 {
    align-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ee0e7aef-2c96-741e-7205-9b45f8fe46fd-3b7c43e6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Font';
  src: url('../fonts/font.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font';
  src: url('../fonts/font.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}