@font-face {
  font-family: Notulen;
  src: url('../fonts/Free---Notulen-Serif-Display-Extra-Bold-.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --base-color-neutral--white: #f4f4f4;
  --base-color-neutral--black: #191919;
  --background-color--background-primary: var(--base-color-neutral--black);
  --text-color--text-alternate\<deleted\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>: var(--base-color-neutral--white);
  --text-color--text-primary\<deleted\|variable-7cd2a57e-6f21-74f7-6ce6-096306cecf3e\>: var(--base-color-neutral--black);
  --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\>);
  --base-color-brand--gold: #ecba63;
  --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-secondary: var(--base-color-neutral--white);
  --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-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\>);
  --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\>);
  --base-color-neutral--grey: #d7d7d7;
  --background-color--background-tertiary: var(--base-color-neutral--grey);
  --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-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-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.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 {
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.25;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

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: flex-start;
  align-items: stretch;
  max-width: 20rem;
  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-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;
}

.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-weight-semibold {
  font-weight: 600;
}

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

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

.text-color-primary {
  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-family: Notulen, Arial, sans-serif;
  font-size: 3.75rem;
  font-weight: 800;
  line-height: .75;
}

.heading-style-h3.about_us {
  color: var(--base-color-brand--gold);
  font-size: 3.4375rem;
}

.heading-style-h3.is-wehelpyou {
  width: 6.625rem;
  height: 5.75rem;
  font-size: 3.125rem;
  line-height: 2rem;
  position: absolute;
  top: 5rem;
  left: 2rem;
  transform: rotate(-10.21deg);
}

.heading-style-h3.is_wehelpyou2 {
  text-align: center;
  align-self: center;
  width: 44.0625rem;
  font-size: 3.4375rem;
}

.heading-style-h3.is-nextsteps {
  color: var(--base-color-neutral--white);
  text-align: center;
  width: 20.375rem;
}

.heading-style-h3.is-terms {
  color: var(--base-color-neutral--white);
  font-size: 4.125rem;
}

.heading-style-h3.is-services {
  color: var(--base-color-brand--gold);
  transform: rotate(-10.21deg);
}

.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: 41.875rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.heading-style-h1 {
  font-family: Notulen, Arial, sans-serif;
  font-size: 10.9375rem;
  font-weight: 800;
  line-height: .6;
}

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

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

.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-size-regular.about_us {
  color: var(--base-color-neutral--white);
  font-size: 1.125rem;
}

.text-size-regular.about_us.is-gold {
  color: var(--base-color-brand--gold);
}

.text-size-regular.is-howitworks {
  color: var(--base-color-neutral--black);
  text-align: center;
  font-size: 1.125rem;
}

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

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

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

.heading-style-h4 {
  font-family: Notulen, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: .75;
}

.heading-style-h4.is-terms {
  color: var(--base-color-neutral--white);
}

.heading-style-h4.is-sucess {
  color: var(--base-color-neutral--white);
  text-align: center;
  width: 15.9375rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.375rem;
  position: absolute;
  top: 11.875rem;
  left: 0;
  right: 0;
}

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

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

.heading-style-h6 {
  font-family: Notulen, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
}

.heading-style-h6.is-temrs {
  color: var(--base-color-neutral--white);
  font-size: 1.375rem;
}

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

.text-size-large.is-wehelpyou {
  text-align: center;
  align-self: center;
  width: 21.875rem;
  padding-top: 2rem;
  padding-bottom: 5.3rem;
  font-size: 1.125rem;
}

.heading-style-h2 {
  font-family: Notulen, Arial, sans-serif;
  font-size: 6.25rem;
  font-weight: 800;
  line-height: .75;
}

.heading-style-h2.about_us {
  z-index: 2;
  color: var(--base-color-brand--gold);
  font-size: 4.84188rem;
  position: relative;
  transform: rotate(-10.21deg);
}

.heading-style-h2.is-terms {
  color: var(--base-color-neutral--white);
  width: 12.6875rem;
  font-size: 4.8125rem;
  transform: rotate(-10.21deg);
}

.heading-style-h2.is-terms.is-gold {
  color: var(--base-color-brand--gold);
  align-self: center;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 3.4375rem;
  transform: none;
}

.heading-style-h2.is-terms.gold-is {
  color: var(--base-color-brand--gold);
  text-align: center;
  align-self: center;
  width: 33rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
  font-size: 6.875rem;
  position: relative;
  transform: rotate(-7deg);
}

.heading-style-h2.is-sucess {
  color: var(--base-color-neutral--white);
  justify-content: center;
  align-items: center;
  width: 16.0625rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  font-size: 4.84375rem;
  transform: rotate(-10.21deg);
}

.fs-styleguide_label {
  background-color: var(--base-color-brand--gold);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.heading-style-h5 {
  font-family: Notulen, Arial, sans-serif;
  font-size: 1.625rem;
  font-weight: 800;
  line-height: 1;
}

.container-large {
  width: 100%;
  max-width: 71.875rem;
  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;
}

.main-wrapper.is-services {
  background-color: var(--background-color--background-primary);
}

.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 {
  color: var(--base-color-brand--gold);
  border-radius: .25rem;
  padding: .5rem 2.5rem;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  position: relative;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.button:where(.w-variant-e6490ba4-73e1-745b-5d3a-cd95da1af069) {
  color: var(--base-color-neutral--white);
}

.button:hover {
  transform: translate(0, -10%);
}

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

.text-size-medium.is-nexsteps {
  color: var(--base-color-neutral--white);
  text-align: center;
  width: 14.4375rem;
  padding-top: 2rem;
}

.text-size-medium.is-terms {
  color: var(--base-color-neutral--white);
  font-size: 1.4375rem;
}

.text-size-medium.is-terms.is-gold {
  color: var(--base-color-brand--gold);
  font-size: 1.125rem;
}

.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: 5rem;
  padding-bottom: 5rem;
}

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

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

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

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

.button_background {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button_label {
  z-index: 1;
  color: var(--base-color-neutral--black);
  position: relative;
}

.section_home-about {
  background-color: var(--base-color-neutral--grey);
  background-image: url('../images/homepage paper texture white.jpg');
  background-repeat: repeat;
  background-size: 800px auto;
}

.home-about-services_bg {
  background-color: var(--base-color-neutral--grey);
  background-image: url('../images/homepage texture reduced.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  isolation: isolate;
}

.home-about-services_bg::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
  pointer-events: none;
  position: absolute;
  inset: 0%;
  z-index: 0;
}

.home-about-services_bg .section_home-about,
.home-about-services_bg .section_home-services-intro {
  background-color: transparent;
  background-image: none;
}

.home-about_section {
  grid-column-gap: 4.75rem;
  grid-row-gap: 4.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4.75rem;
  padding-bottom: 2.5rem;
  margin-top: 10vh;
  display: flex;
  position: relative;
}

.home-about_heading {
  text-align: center;
  max-width: 65rem;
  position: relative;
}

.home-about_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 18.375rem;
  display: flex;
}

.home-about_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.home-about_content p {
  font-size: 22px;
}

.home-about_cta {
  margin-left: -1rem;
}

.home-about_cta .button {
  padding: .65rem 3.25rem;
}

.home-about_cta .button .heading-style-h6 {
  font-size: 1.625rem;
}

.home-about_tag {
  max-width: 16.875rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
  transform: rotate(-7.5deg)translate(16rem, 10.5rem);
}

.tag-wrapper {
  position: relative;
}

.tag-wrapper.is-proof {
  width: 20rem;
}

.tag-wrapper.is-proof.is-golden {
  color: var(--base-color-brand--gold);
}

.tag-wrapper.is-proof-stack {
  z-index: 5;
  color: var(--base-color-brand--gold);
  width: 15rem;
  transform: rotate(-7.5deg);
}

.tag-wrapper.is-proof-stack.is-2 {
  color: var(--base-color-neutral--white);
  width: 11rem;
  margin-top: -3rem;
}

.tag-wrapper.is-hero-home {
  transform: rotate(-5deg);
}

.home-about_tag_content {
  text-align: left;
  justify-content: center;
  align-items: center;
  max-width: 10rem;
  margin-top: -.375rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: scale(.9);
}

.home-about_tag_content.is-hero {
  max-width: 14rem;
}

.text-color-gold {
  color: var(--base-color-brand--gold);
}

.home-about_image {
  pointer-events: none;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
  transform: translate(-40rem, -2.5rem);
}

.section_home-services {
  color: var(--base-color-neutral--white);
  background-color: #000;
  margin-top: -15rem;
  position: relative;
}

.section_home-services,
.home-proof_bg-top,
.home-proof_bg-bottom {
  background-image: none;
  background-color: #000;
}

.section_home-services > .padding-global {
  position: relative;
  z-index: 1;
}

.home-services_hex-bg {
  position: absolute;
  inset: 0%;
  z-index: 0;
  pointer-events: none;
}

.home-services_mobile_heading {
  display: none;
}

.home-services_hex-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.home-services_hex-cell {
  fill: none;
  stroke: #1b1b1b;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 200ms ease, filter 200ms ease;
}

.home-services_hex-cell.is-active {
  stroke: #d4a129;
  filter: drop-shadow(0 0 6px rgba(212, 161, 41, 0.75));
}

.section_home-services.is_services-page {
  z-index: 2;
  background-color: #0000;
  background-image: none;
  margin-top: 0;
  padding-top: 12rem;
}

.home-services_section {
  z-index: 1;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 9.375rem;
  display: flex;
  position: relative;
}

.home-services_wrapper {
  flex-flow: column;
  display: flex;
}

.home-services_grid {
  grid-column-gap: 5rem;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.home-services_grid.is-services {
  grid-template-rows: auto auto auto auto auto auto;
}

.home-services_item_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.section_home-services .heading-style-h5 {
  font-size: 1.3em;
  line-height: 1.2;
}

.home-proof_hive_text .heading-style-h4 {
  line-height: 1.3;
}

.section_home-about .home-about_cta .button {
  transform: scale(1.25);
  transform-origin: center;
}

.section_home-proof {
  color: var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--grey);
  position: relative;
}

.section_home-proof > .padding-global {
  position: relative;
  z-index: 2;
}

.home-proof_bg {
  --home-proof-border-height: calc(100vw * 490 / 1440);
  --home-proof-v-edge: 25%;
  pointer-events: none;
  position: absolute;
  inset: 0%;
  z-index: 0;
}

.home-proof_bg-top,
.home-proof_bg-bottom {
  background-color: #000;
  position: absolute;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.home-proof_bg-top {
  top: 0%;
  bottom: var(--home-proof-border-height);
}

.home-proof_bg-bottom {
  bottom: 0%;
  height: var(--home-proof-border-height);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% var(--home-proof-v-edge), 50% 100%, 0% var(--home-proof-v-edge));
  clip-path: polygon(0% 0%, 100% 0%, 100% var(--home-proof-v-edge), 50% 100%, 0% var(--home-proof-v-edge));
}

.home-proof_bg .home-services_hex-bg {
  inset: -12vw;
}

.home-proof_section {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-proof_heading_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.golden-bee {
  width: 6.5625rem;
}

.home-proof_heading_grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-proof_heading_heading {
  text-align: center;
  max-width: 13.25rem;
}

.section_aboutus-hero {
  background-color: var(--background-color--background-primary);
  width: 100%;
  position: relative;
}

@media screen and (min-width: 992px) {
  .section_aboutus-hero {
    padding-top: 80px;
  }
}

.hero_text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  width: 38rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero_bg-line {
  pointer-events: none;
  width: 100vw;
  position: absolute;
  inset: 15rem 0% 0%;
}

.hero_content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9rem;
  padding-bottom: 4rem;
  display: flex;
}

.hero_image-text {
  grid-column-gap: 2.875rem;
  grid-row-gap: 2.875rem;
  width: 792px;
  display: flex;
}

.content_right {
  align-self: center;
  width: 350px;
}

.text-size-regular.about_us.is-strong {
  font-weight: 700;
}

.home-proof_hive_text.is-about .text-size-regular {
  font-weight: 500;
}

.about-about_row:last-child {
  padding-bottom: 6rem;
}

.section_aboutus-howitworks .howitworks_card_heading .heading-style-h5 {
  font-size: 2.1125rem;
}

.howitworks_card_text .text-size-regular {
  font-weight: 500;
}

.section_aboutus-howitworks {
  z-index: 1;
  background-color: var(--base-color-neutral--grey);
  background-image: url('../images/homepage paper texture white.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  margin-top: -85px;
  margin-bottom: -2rem;
  padding-top: 4rem;
  position: relative;
  top: -12.5rem;
}

.section_aboutus-howitworks.is-mobile {
  z-index: 2;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  margin-top: -10rem;
  margin-bottom: -10rem;
  top: 0;
}

.howitworks_content-wrapper {
  padding-top: 8rem;
  padding-bottom: 6.25rem;
}

.heading_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33.75rem;
  height: 9.6875rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wehelpyou_content-wrapper {
  flex-flow: column;
  display: flex;
}

.wehelpyou_content-wrapper.is-mobile {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.wehelpyou_content-top {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 45.625rem;
  display: flex;
  position: relative;
  left: 197px;
}

.home-proof_heading_tag {
  transform: rotate(-7.5deg);
}

.text-color-black {
  color: var(--base-color-neutral--black);
}

.home-proof_tag_content {
  text-align: left;
  justify-content: center;
  align-items: center;
  max-width: 16rem;
  margin-top: -.375rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(.5rem);
}

.home-proof_tag_content.is-stacked {
  max-width: 9rem;
  transform: translate(0);
}

.home-proof_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-proof_content {
  text-align: center;
  max-width: 33.75rem;
}

.home-proof_tag_svg {
  transform: rotate(-180deg);
}

.home-proof_hive_wrapper {
  z-index: 4;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.home-proof_hive_row {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-proof_hive_row.is-bottom {
  margin-top: -6rem;
}

.home-proof_hive_row.is-bottom.is-large {
  margin-top: -7.5rem;
}

.home-proof_hive_row.is-bottom-alternate {
  margin-top: -6rem;
  display: none;
}

.home-proof_hive_cell {
  flex: none;
  position: relative;
}

.home-proof_hive_cell.is-disabled {
  opacity: 0;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
}

.home-proof_hive_image {
  width: 22.5rem;
}

.home-proof_hive_image.is-large {
  width: 28.75rem;
}

.home-proof_hive_content {
  z-index: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 6% 0% 0%;
}

.home-proof_hive_content.is-strategy {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  flex-flow: column;
  padding-top: 5rem;
}

.home-proof_hive_content.is-about {
  width: 100%;
}

.home-proof_hive_text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 12.6875rem;
  display: flex;
}

.home-proof_hive_text.is-strategy {
  max-width: 21rem;
}

.ss-number {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
}

.success-stories-body {
  background-color: #000;
}

.success-stories-body .main-wrapper,
.success-stories-body .page-wrapper,
.success-stories-body .section_sucess-hero {
  background-color: #000;
}

.success-stories-body .footer_cta_video {
  background-color: #000;
}

.success-stories-body .footer_cta_video video {
  opacity: 1;
}

.success-stories-body .footer_component {
  background-color: #000;
}

.section_home-cta {
  background-color: var(--base-color-neutral--grey);
  position: relative;
}

.home-cta_section {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 12.5rem;
  display: flex;
}

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

.home-cta_content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-cta_button {
  transform: scale(1.33);
  transform-origin: center;
}

.home-cta_button:hover {
  transform: translate(0, -10%)scale(1.33);
}

.home-cta_text {
  text-align: center;
  max-width: 16rem;
}

.home-cta_image {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 100%);
}

.section_home-testimonials {
  z-index: 3;
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  margin-bottom: -10rem;
}

.home-testimonials_section {
  padding-bottom: 5rem;
}

.home-cta_image_wrapper {
  pointer-events: none;
  position: relative;
}

.home-cta_image_border {
  background-color: var(--base-color-neutral--grey);
  height: .5rem;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0, -50%);
}

.home-proof_hive_item {
  z-index: 1;
  cursor: pointer;
  transition: all .5s;
  position: relative;
}

.home-proof_hive_item:hover {
  z-index: 2;
  transform-origin: 0%;
  transform: rotate(-10deg);
}

.home-proof_hive_item.is-disabled {
  transition-property: none;
}

.home-proof_hive_item.is-disabled:hover {
  transform: none;
}

.home-proof_hive_border {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(.995);
}

.home-testimonials_image_main {
  z-index: 2;
  width: 38.75rem;
  margin-top: -4.5rem;
  position: relative;
}

.home-testimonials_container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.home-testimonials_image_1 {
  z-index: 1;
  width: 20rem;
  margin: auto;
  position: absolute;
  inset: 0%;
  transform: translate(-16rem, -6rem);
}

.home-testimonials_image_2 {
  z-index: 1;
  width: 22rem;
  margin: auto;
  position: absolute;
  inset: 0%;
  transform: translate(20rem, -9rem);
}

.home-testimonials_image_wrapper {
  position: relative;
}

.home-testimonials_image_frame {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-testimonials_image_label {
  width: 28.75rem;
}

.home-testimonials_image_label_wrapper {
  position: relative;
  transform: translate(0, 1rem);
}

.home-testimonials_wrapper {
  position: absolute;
  inset: 0%;
}

.home-proof_border {
  z-index: 1;
  background-color: transparent;
  width: 100%;
  margin-top: -5rem;
  position: relative;
}

.section_home-testimonials_wrapper {
  z-index: 3;
  position: relative;
}

.section_home-testimonials_background {
  pointer-events: none;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0, 2rem);
}

.navbar_component {
  z-index: 9999;
  position: fixed;
  inset: 1rem 0% auto;
}

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

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

.navbar_brand_inline {
  justify-content: center;
  align-items: center;
  display: flex;
  flex: 0 0 auto;
}

.navbar_brand_wrapper {
  display: none;
}

.navbar_brand.w--current {
  z-index: 5;
  transition: all .2s;
  position: relative;
}

.navbar_brand.w--current:hover {
  transform: rotate(-2deg)translate(0, -.25rem);
}

.navbar_brand_logo {
  width: 9.975rem;
}

.navbar_brand_logo.is-black {
  display: none;
}

.navbar_brand_logo.is-gold {
  display: block;
}

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

.navbar_menu_group {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar_link {
  color: var(--base-color-brand--gold);
  transition: all .2s;
}

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

.navbar_link:hover {
  transform: rotate(-1deg)translate(0, -.25rem);
}

.navbar_cta {
  margin-left: -1rem;
  margin-right: -1rem;
}

.navbar_cta .button {
  padding: .75rem 3.75rem;
}

.navbar_cta .button .heading-style-h6 {
  font-size: 1.875rem;
}

.section_home-strategies {
  z-index: 1;
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-strategies_section {
  z-index: 3;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.home-strategies_heading {
  text-align: center;
  max-width: 10rem;
}

.home-proof_hive_cta {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: var(--base-color-brand--gold);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 10rem;
  display: flex;
}

.home-proof_hive_cta_arrow {
  width: 2rem;
  height: 2rem;
}

.dots_content-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .25fr 2.25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start start;
  display: flex;
}

.wehelpyou_dot {
  object-fit: contain;
  width: 1rem;
  display: block;
}

.wehelpyou_content-bottom {
  flex-flow: column;
  padding-top: 3rem;
  display: flex;
}

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

.nextsteps_image-wrapper {
  position: relative;
}

.text_content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-services-image {
  aspect-ratio: 1 / 1;
  height: auto;
}

.home-services-image.is-desktop-hidden {
  display: none;
}

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

.body.is-contact {
  background-color: var(--base-color-neutral--black);
}

.section_terms-hero {
  background-color: var(--background-color--background-primary);
  padding-top: 10rem;
  position: relative;
}

.terms_path-image {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.terms_content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 6rem;
  display: flex;
}

.part_content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-self: stretch;
  width: 730px;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.part_content-wrapper.is-2 {
  padding-top: 5rem;
}

.grid_content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

.numbered_list-content {
  width: 539px;
  margin-left: auto;
  margin-right: auto;
}

.ordered_list {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--base-color-neutral--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  list-style-type: decimal;
  display: flex;
}

.success-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

.success-list li {
  margin-bottom: .5rem;
}

.success-list li:last-child {
  margin-bottom: 0;
}

.sucess_bg-video {
  position: absolute;
  inset: 0% 0% auto;
}

.section_sucess-hero {
  background-color: var(--base-color-neutral--black);
  padding-top: 5rem;
}

.section_sucess-hero .red_hive-image {
  transform: scale(.8);
  transform-origin: center top;
}

.section_sucess-hero .hive_wrapper {
  top: -10rem;
  left: 0;
  right: 0;
  bottom: auto;
}

.section_sucess-hero .heading-style-h4.is-sucess {
  font-size: 1.71875rem;
  top: 10.5rem;
}

.section_sucess-hero .paper_image {
  width: 100%;
  height: 46rem;
  object-fit: cover;
}

.section_sucess-hero .paper_content-wrapper {
  height: auto;
  top: 24%;
}

.sucess_tabs-wrapper {
  z-index: 1;
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10rem;
  display: flex;
  position: relative;
}

.sucess_tab {
  width: 57.375rem;
  position: relative;
}

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

.bee_image-sucess {
  position: absolute;
  inset: 5rem 0% auto 9.1rem;
}

.hive_wrapper {
  width: 21.5rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -17% 0% 0%;
}

.paper_content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 39.6875rem;
  height: 17.5625rem;
  display: flex;
  position: absolute;
  inset: 42% auto 0% 8.8rem;
}

.services_bg-video {
  z-index: 2;
  opacity: .25;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

.section_home-services-intro {
  background-color: var(--base-color-neutral--grey);
  height: 250vh;
  position: relative;
}

.home-services-intro_section {
  height: 100vh;
  position: relative;
}

.home-services-intro_section_wrapper {
  position: relative;
}

.home-services-intro_section_background {
  pointer-events: none;
  object-fit: contain;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0%;
  transform: translate(0);
}

.home-services-intro_honeycomb {
  z-index: 2;
  pointer-events: none;
  width: 50rem;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.home-services-intro_container {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-services-intro_image {
  width: 10rem;
  transform: translate(.75rem, .75rem);
  opacity: 1;
  transition: opacity .6s ease, transform .6s ease;
}

.home-services-intro_decoration_1 {
  z-index: 2;
  width: 14.375rem;
  margin: auto;
  position: absolute;
  inset: 0%;
  transform: rotate(8deg)translate(-16.5rem, 9rem);
}

.home-services-intro_decoration_2 {
  z-index: 2;
  width: 21.875rem;
  margin: auto;
  position: absolute;
  inset: 0%;
  transform: translate(12rem, -12.5rem);
}

.home-services-intro_heading {
  z-index: 3;
  color: var(--base-color-neutral--white);
  width: 10rem;
  height: 5rem;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.home-services-intro_heading.heading-style-h2 {
  width: 22rem;
  transform: rotate(-7deg)translate(1.5rem, -10rem)scale(.8);
  transition: transform .6s ease;
}

.home-services-image.is-intro-replacement {
  display: block;
  opacity: 0;
  width: clamp(10rem, 12vw, 14rem);
  max-width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .6s ease;
}

body.is-golden-bee-visible .home-services-intro_image {
  opacity: 0;
}

body.is-golden-bee-visible .home-services-image.is-intro-replacement {
  opacity: 1;
  transition-delay: .2s;
}

.section_home-hero {
  color: var(--base-color-neutral--white);
  background-color: #000;
}

.home-hero_subsection_wrapper {
  color: var(--base-color-brand--gold);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 35rem;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: scale(0);
}

.home-hero_subsection_heading {
  transform: rotate(-7deg);
}

.home-hero_subsection_heading.is-1 {
  transform: translate(-5rem, 2rem)rotate(-7deg);
}

.home-hero_subsection_heading.is-3 {
  transform: translate(1rem, .5rem)rotate(-7deg);
}

.home-about_intro {
  background-color: var(--base-color-neutral--grey);
  color: var(--base-color-neutral--black);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20rem;
  display: flex;
  position: relative;
}

.home-about_intro_bg-image {
  pointer-events: none;
  width: 100%;
  transform: translate(0, -99%);
}

.home-about_video {
  z-index: 2;
  pointer-events: none;
  width: 31.25rem;
  margin: auto;
  position: absolute;
  inset: 0%;
  transform: translate(0, -12rem);
}

.home-about_intro_heading {
  max-width: 10rem;
  padding-top: 7.5rem;
  padding-bottom: 3rem;
}

.home-hero_subsection_main {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.home-hero_paper_left {
  z-index: 2;
  pointer-events: none;
  object-fit: cover;
  object-position: 100% 50%;
  width: 60vw;
  min-width: 60vw;
  height: 100%;
  margin: 0;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: translate(-30rem);
}

.home-hero_paper_right {
  z-index: 2;
  pointer-events: none;
  object-fit: cover;
  object-position: 0% 50%;
  width: 60vw;
  min-width: 60vw;
  height: 100%;
  margin: 0;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: translate(30rem);
}

.home-hero_heading {
  z-index: 4;
  color: var(--base-color-brand--gold);
  width: 52rem;
  height: 15rem;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.home-hero_row_2 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 8.5rem;
  display: flex;
  transform: translate(0, -1rem)rotate(-7deg);
}

.home-hero_tape {
  flex: none;
  width: 21.25rem;
  transform: translate(0, .4rem)rotate(3deg);
}

.home-hero_tape_wrapper {
  position: relative;
}

.home-hero_tape_text {
  color: var(--base-color-neutral--black);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-hero_row_1 {
  transform: rotate(-7deg);
}

.home-hero_tape_bee {
  width: 9.375rem;
  margin: auto;
  position: absolute;
  inset: 0%;
  transform: translate(4rem, -5rem)rotate(18deg);
}

.home-hero_video {
  z-index: 1;
  background-image: url('../images/paper%20frame%20background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 17.85rem;
  height: 31.9813rem;
  max-width: 17.85rem;
  margin: auto;
  position: absolute;
  inset: 0%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-hero_video-window {
  position: absolute;
  inset: 11% 16% 11% 16%;
  overflow: hidden;
}

.home-hero_video-media {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.home-hero_video-frame {
  z-index: 1;
  pointer-events: none;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-hero_path {
  z-index: 3;
  pointer-events: none;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-hero_wrapper {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 20rem;
  height: 10rem;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 16rem);
}

.home-hero_tag {
  transform: rotate(-5deg);
}

.footer_home {
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  padding-top: 50vh;
  position: relative;
  overflow: hidden;
}

.footer_home.is-contact {
  height: 100vh;
  padding-top: 0;
}

.footer_wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.footer_section-wrapper {
  position: relative;
}

.footer_hexagon {
  margin: auto;
  position: absolute;
  inset: 0% auto;
}

.footer_hexagon.is-1 {
  min-width: 95vw;
  max-width: 95vw;
}

.footer_hexagon.is-2 {
  min-width: 75vw;
  max-width: 75vw;
}

.footer_hexagon.is-3 {
  min-width: 55vw;
  max-width: 55vw;
}

.footer_hexagon.is-base {
  min-width: 150vw;
  max-width: 150vw;
}

.section-wrapper {
  overflow: hidden;
}

.footer_cta {
  z-index: 1;
  aspect-ratio: 1;
  min-width: 40vw;
  max-width: 40vw;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.footer_cta.is-global {
  position: static;
}

.footer_cta_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.footer_cta_hexagon {
  object-fit: contain;
  height: 100%;
  margin: auto;
}

.footer_cta_content {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 19rem;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer_cta_cta {
  margin-top: .5rem;
  transform: scale(1.75);
}

.home-strategies_outro {
  z-index: 2;
  color: var(--base-color-brand--gold);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.home-strategies_outro_message {
  z-index: 2;
  position: relative;
  transform: rotate(-7deg);
}

.home-strategies_outro_message.is-middle {
  margin-top: -.5rem;
  margin-bottom: -.5rem;
}

.home-strategies_background {
  z-index: 1;
  object-fit: cover;
  width: 160vw;
  min-width: 160vw;
  max-width: 160vw;
  margin: auto;
  position: absolute;
  inset: auto auto 0%;
  transform: translate(0, 50vh);
}

.home-testimonials_slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.home-testimonials_slider_mask {
  width: 100%;
  height: 100%;
}

.home-testimonials_slider_nav {
  cursor: pointer;
  padding-top: 0;
  inset: 7.5rem 0% auto;
}

.home-testimonials_slider_slide_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.home-testimonials_slider_slide_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 22.5rem;
  display: flex;
}

.home-testimonials_slider_slide_client {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-services_sticky {
  position: sticky;
  top: 0;
  overflow: hidden;
}

.home-about_section-wrapper {
  overflow: hidden;
}

.home-services-intro_honeycomb-wrapper {
  z-index: 1;
  pointer-events: none;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.home-services-intro_background {
  z-index: 1;
  background-color: #000;
  width: 20rem;
  height: 20rem;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.navbar_mobile_menu, .navbar_mobile_paper, .navbar_mobile_cta-image {
  display: none;
}

.home-hero_sticky {
  position: sticky;
  top: 0;
  overflow: hidden;
}

.home-hero_track {
  height: 300vh;
}

.footer_cta_hexagon-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer_cta_media-wrapper {
  position: relative;
}

.footer_cta_video {
  z-index: 1;
  opacity: .5;
  mix-blend-mode: soft-light;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-hero_flash {
  z-index: 1;
  mix-blend-mode: screen;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.next_steps-path {
  pointer-events: none;
  position: absolute;
  inset: auto 0% 16%;
}

.services_mobile-image.not_visible-desktop, .services_mobile-image.not-visible-dekstop {
  display: none;
}

.footer_component {
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.part_cta-wrapper {
  text-align: center;
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
}

.section_about-about {
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
}

.about-about_section {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  padding-bottom: 20rem;
  display: flex;
}

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

.about-about_wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -10rem;
  margin-top: 140px;
  display: flex;
  position: relative;
}

.about-about_row {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.about-about_row.is-2 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.about-about_bg-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 12%;
  display: block;
  position: relative;
  -webkit-mask-image: url("../images/woman-selfie.gif");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../images/woman-selfie.gif");
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.about-about_bg-video_wrapper {
  pointer-events: none;
  width: calc(32rem + 100px);
  height: calc(30rem + 100px);
  margin: auto;
  overflow: hidden;
  position: absolute;
  inset: 0%;
  transform: translate(40px, calc(-6rem - 300px));
  -webkit-mask-image: url("../images/woman-selfie.gif");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../images/woman-selfie.gif");
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.about-about_bg-video_mask {
  width: 26rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
  transform: translate(1rem, 2rem);
  display: none;
}

.aboutus-hero_video_wrapper {
  width: 100%;
  padding: 0;
  position: relative;
}

.aboutus-hero_video_video {
  z-index: 1;
}

.aboutus-hero_video_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0, 1rem);
}

.aboutus-hero_video_play {
  z-index: 1;
  width: 7rem;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.howitworks_wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
  position: relative;
}

.howitworks_card {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 21.875rem;
  display: flex;
  position: relative;
}

.howitworks_card.is-1 {
  z-index: 2;
  margin-right: -1rem;
}

.howitworks_card.is-2 {
  z-index: 1;
  margin-left: -1rem;
  margin-right: -1rem;
}

.howitworks_card.is-3 {
  z-index: 2;
  margin-left: -1rem;
  margin-right: -1rem;
}

.howitworks_card.is-4 {
  z-index: 1;
  margin-left: -1rem;
}

.howitworks_image {
  width: 100%;
}

.howitworks_card_wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: var(--base-color-neutral--white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.howitworks_card_heading {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 15rem;
  display: flex;
}

.howitworks_card_text {
  max-width: 15rem;
}

.howitworks_bg-image {
  pointer-events: none;
  width: 40rem;
  position: absolute;
  transform: translate(0, -10rem);
}

.dots_wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_about-cta {
  z-index: 1;
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  position: relative;
}

.about-cta_section {
  padding-top: 20rem;
  padding-bottom: 1rem;
}

.about-cta_wrapper {
  text-align: center;
  position: relative;
}

.about-cta_text-1 {
  margin-top: -1rem;
  margin-bottom: -1rem;
  display: block;
}

.about-cta_text-2 {
  display: block;
}

.about-cta_text {
  transform: rotate(-7deg);
}

.about-cta_text-3 {
  margin-top: -1rem;
  display: block;
}

.about-cta_sticker {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-cta_sticker_wrapper {
  position: relative;
  transform: rotate(-7deg);
}

.about-cta_sticker_wrapper.is-1 {
  transform: translate(-10rem, -8rem)rotate(-7deg);
}

.about-cta_sticker_wrapper.is-2 {
  transform: translate(21rem, -5rem)rotate(-7deg);
}

.about-cta_sticker_wrapper.is-3 {
  transform: translate(-18rem, 7.5rem)rotate(-7deg);
}

.about-cta_sticker_sticker {
  width: 13.125rem;
  position: relative;
}

.about-cta_sticker_text_wrapper {
  color: var(--base-color-neutral--black);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotate(-3.5deg);
}

.about-cta_sticker_bee {
  width: 5rem;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(-7deg)translate(-3rem, -1rem);
}

.part_text_wrapper {
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
}

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

.part_dots {
  color: var(--base-color-neutral--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .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-medium {
    margin: 1.5rem;
  }

  .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.is-wehelpyou {
    margin: auto;
    position: absolute;
    inset: 0%;
  }

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

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

  .padding-global.tablet-none {
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-size-regular.about_us.is-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: stretch;
    display: flex;
  }

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

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

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

  .heading-style-h2.is-terms {
    padding-bottom: 3rem;
  }

  .main-wrapper.tablet-of-hidden {
    overflow: hidden;
  }

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

  .home-about_section {
    padding-bottom: 10rem;
  }

  .home-about_wrapper {
    max-width: none;
  }

  .home-about_cta {
    margin-left: 0;
  }

  .home-about_tag {
    transform: scale(.7)rotate(-7.5deg)translate(-13rem, 30rem);
  }

  .tag-wrapper.is-hero-home {
    transform: scale(.6)rotate(-5deg);
  }

  .home-about_image {
    display: none;
  }

  .section_home-services {
    margin-top: 0;
  }

  .home-services_grid {
    grid-column-gap: 6rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .home-proof_heading_grid {
    flex-flow: column;
  }

  .home-proof_heading_heading {
    order: -1;
  }

  .hero_content-wrapper {
    width: 600px;
  }

  .hero_image-text {
    grid-column-gap: 2.9rem;
    grid-row-gap: 2.9rem;
    flex-flow: column;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: 100%;
  }

  .content_right {
    align-self: stretch;
    width: 100%;
  }

  .section_aboutus-howitworks.is-mobile {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .howitworks_content-wrapper {
    padding-top: 14rem;
    padding-bottom: 15rem;
  }

  .wehelpyou_content-wrapper {
    grid-column-gap: 53px;
    grid-row-gap: 53px;
  }

  .wehelpyou_content-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    top: 3px;
    left: auto;
  }

  .wehelpyou_image {
    position: relative;
  }

  .home-proof_heading_tag {
    transform: translate(2.5rem)rotate(-7.5deg);
  }

  .home-proof_heading_tag.is-2 {
    z-index: 1;
    order: -1;
    margin-bottom: -5rem;
    position: relative;
    transform: translate(-2.5rem)rotate(-7.5deg);
  }

  .home-proof_hive_row.is-bottom.is-large {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .home-proof_hive_row.is-bottom-alternate {
    display: flex;
  }

  .home-proof_hive_cell.is-disabled {
    display: none;
  }

  .home-proof_hive_content.is-strategy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 2rem;
    right: 0%;
  }

  .home-testimonials_image_main {
    width: 100%;
  }

  .home-testimonials_image_1, .home-testimonials_image_2 {
    display: none;
  }

  .home-testimonials_image_wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .navbar_component {
    top: 2.5rem;
  }

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

  .navbar_menu {
    z-index: 1;
    flex-flow: column;
    width: 100%;
    height: 100vh;
    transition: all .6s cubic-bezier(.075, .82, .165, 1);
    display: flex;
    position: fixed;
    inset: 0%;
    transform: translate(0, -100%);
  }

  .navbar_brand_wrapper {
    z-index: 2;
    display: flex;
    position: relative;
  }

  .navbar_brand_inline {
    display: none;
  }

  .navbar_brand_logo {
    width: 6.65rem;
    display: block;
  }

  .navbar_menu_wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    background-color: #d7d7d7;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .navbar_menu_group {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .navbar_link {
    color: var(--base-color-neutral--black);
  }

  .navbar_cta {
    margin-top: 4rem;
    position: relative;
  }

  .home-strategies_section {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-bottom: 0;
  }

  .dots_content-grid {
    justify-content: center;
    align-items: flex-start;
  }

  .home-services-image {
    margin-bottom: 1rem;
  }

  .home-services-image.is-desktop-hidden {
    display: block;
  }

  .home-services-image.is-intro-replacement {
    display: none;
  }

  .sucess_tab {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
  }

  .paper_image {
    top: 73px;
  }

  .bee_image-sucess {
    left: 8.8rem;
  }

  .paper_content-wrapper {
    top: 45%;
    left: 5rem;
  }

  .paper_content-wrapper.is-tablet {
    top: 49%;
    left: 3rem;
  }

  .paper_content-wrapper.is-tablet.is-landscape.is-mobile {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }

  .section_home-services-intro {
    background-color: #000;
    height: auto;
  }

  .home-services-intro_section {
    flex-flow: column;
    height: auto;
    padding-top: 8rem;
    padding-bottom: 6rem;
    display: flex;
    position: relative;
  }

  .home-services-intro_section_background {
    object-fit: cover;
    object-position: 100% 50%;
    width: 100%;
    margin: auto;
    inset: 0% auto 0% 0%;
    transform: translate(20%)scale(1.5);
  }

  .home-services-intro_container {
    display: none;
    position: static;
  }

  .home-services-intro_image {
    width: calc(15rem + 100px);
    transform: none;
  }

  .home-services-intro_decoration_1 {
    pointer-events: none;
    width: 11.875rem;
    inset: 0%;
    transform: rotate(8deg)translate(0, -8rem);
  }

  .home-services-intro_decoration_2 {
    width: 10.9375rem;
    transform: rotate(15deg)translate(12rem, -4rem);
  }

  .home-services-intro_heading.heading-style-h2 {
    width: 15rem;
    height: 4rem;
    position: static;
    transform: rotate(-7deg);
  }

  .home-hero_subsection_wrapper {
    max-width: none;
    margin: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    position: static;
    transform: scale(1);
  }

  .home-hero_subsection_wrapper.is-1 {
    padding-right: 5rem;
  }

  .home-hero_subsection_wrapper.is-2 {
    padding-left: 5rem;
  }

  .home-hero_subsection_heading.is-1, .home-hero_subsection_heading.is-3 {
    transform: rotate(-7deg);
  }

  .home-about_video {
    width: 60%;
  }

  .home-about_intro_heading {
    padding-bottom: 0;
    transform: scale(1.5);
  }

  .home-hero_section {
    height: 100vh;
    position: relative;
  }

  .home-hero_subsection_main {
    height: auto;
    overflow: hidden;
  }

  .home-hero_heading {
    width: 15rem;
    height: calc(14rem + 100px);
    transform: translate(2rem, -11rem);
  }

  .home-hero_row_2 {
    flex-flow: column;
    padding-left: 0;
    transform: translate(0, .5rem)rotate(-7deg);
  }

  .home-hero_tape.is-hero {
    width: 12rem;
  }

  .home-hero_tape_wrapper {
    transform: translate(-2rem);
  }

  .home-hero_tape_bee {
    width: 4rem;
    transform: translate(2rem, -2rem)rotate(18deg);
  }

  .home-hero_video {
    width: 15.12rem;
    height: 27.09rem;
    max-width: 90vw;
    transform: translate(0, 5rem);
  }

  .home-hero_wrapper {
    transform: translate(-4rem, 18rem);
  }

  .home-hero_tag {
    display: none;
  }

  .footer_home {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: 150vh;
    margin-top: -20vh;
    padding-top: 0;
    display: flex;
  }

  .footer_home.is-contact {
    margin-top: 0;
  }

  .footer_section-wrapper {
    width: 100%;
  }

  .footer_hexagon.is-1 {
    min-width: 150vw;
    max-width: 150vw;
  }

  .footer_hexagon.is-2 {
    min-width: 100vw;
    max-width: 100vw;
  }

  .footer_hexagon.is-3 {
    min-width: 70vw;
    max-width: 70vw;
  }

  .footer_hexagon.is-base {
    min-width: 200vw;
    max-width: 200vw;
  }

  .footer_cta {
    min-width: 50vw;
    max-width: 50vw;
  }

  .home-strategies_outro {
    height: auto;
    padding-top: 4rem;
    position: static;
  }

  .home-strategies_background {
    width: auto;
    min-width: auto;
    max-width: none;
    height: 110%;
    inset: 0% auto auto;
    transform: none;
  }

  .home-services_sticky {
    position: static;
    overflow: visible;
  }

  .home-about_section-wrapper {
    overflow: visible;
  }

  .home-services-intro_honeycomb-wrapper {
    display: none;
  }

  .navbar_mobile_menu {
    z-index: 2;
    color: var(--base-color-brand--gold);
    justify-content: center;
    align-items: center;
    width: 2.8125rem;
    height: 2.8125rem;
    display: flex;
    position: relative;
  }

  .navbar_mobile_icon-open {
    width: 2.8125rem;
  }

  .navbar_mobile_icon-close {
    width: 2rem;
    display: none;
  }

  .navbar_mobile_trigger {
    z-index: 1;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .navbar_mobile_paper {
    width: 100%;
    display: block;
  }

  .navbar_mobile_cta-image {
    width: 6.875rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    inset: -5.625rem 0% 0%;
  }

  .home-hero_track {
    height: auto;
  }

  .next_steps-path {
    bottom: 22%;
  }

  .footer_bg-image {
    transform: scale(1.5)rotate(30deg);
  }

  .about-about_row {
    flex-flow: column;
  }

  .about-about_row.is-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-about_bg-video_wrapper {
    width: 19.5rem;
    height: 18.2rem;
    margin: 0 0 -4rem;
    position: relative;
    transform: translate(40px, calc(-3rem - 60px));
  }

  .about-about_bg-video_mask {
    width: 10rem;
  }

  .aboutus-hero_video_wrapper {
    margin-bottom: -5rem;
  }

  .howitworks_wrapper {
    flex-flow: column;
    margin-bottom: -4rem;
  }

  .howitworks_card.is-1 {
    margin-right: 0;
  }

  .howitworks_card.is-2, .howitworks_card.is-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .howitworks_card.is-4 {
    margin-left: 0;
  }

  .howitworks_bg-image {
    margin-left: auto;
    margin-right: auto;
    inset: 0% 0% auto;
    transform: none;
  }

  .about-cta_wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .about-cta_text {
    margin-bottom: 2rem;
  }

  .about-cta_sticker {
    position: static;
  }

  .about-cta_sticker_wrapper.is-1 {
    transform: translate(-2.5rem)rotate(-7deg);
  }

  .about-cta_sticker_wrapper.is-2 {
    transform: translate(2.5rem)rotate(-7deg);
  }

  .about-cta_sticker_wrapper.is-3 {
    margin-top: 1rem;
    transform: translate(-2.5rem)rotate(-7deg);
  }
}

@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-medium {
    margin: 1.25rem;
  }

  .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.is_wehelpyou2 {
    width: 100%;
  }

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

  .heading-style-h4.is-sucess {
    font-size: .9rem;
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }

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

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

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

  .text-size-large.is-wehelpyou {
    text-align: center;
  }

  .heading-style-h2.about_us {
    text-align: center;
    width: 460px;
  }

  .heading-style-h2.is-terms.is-gold {
    width: 100%;
  }

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

  .text-size-medium.is-sucess {
    font-size: .56rem;
  }

  .home-testimonials_slider_slide_content .heading-style-h5 {
    font-size: 1.95rem;
  }

  .bee_image-sucess {
    transform: translateY(-70px);
  }

  .sucess_tab .paper_content-wrapper {
    transform: translateY(-25px);
  }

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

  .home-about_section {
    padding-bottom: 10rem;
  }

  .home-about_tag {
    position: static;
    transform: none;
    margin-top: 1rem;
  }

  .hero_text, .hero_content-wrapper, .heading_wrapper {
    width: 100%;
  }

  .home-proof_hive_row.is-bottom, .home-proof_hive_row.is-bottom-alternate {
    margin-top: -4rem;
  }

  .home-proof_hive_image {
    width: 15rem;
  }

  .home-proof_hive_image.is-large {
    width: 100vw;
  }

  .home-proof_hive_image.is-about {
    width: 100%;
  }

  .home-proof_hive_text {
    transform: scale(.6);
  }

  .home-proof_hive_text.is-strategy {
    transform: scale(1);
  }

  .home-proof_hive_text.is-about {
    width: 100%;
    max-width: 60%;
    transform: none;
  }

  .home-testimonials_image_label {
    width: 75%;
  }

  .home-testimonials_image_label_wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-proof_border {
    margin-top: 2rem;
  }

  .dots_content-grid {
    justify-items: start;
  }

  .part_content-wrapper {
    width: 100%;
  }

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

  .sucess_tab {
    padding-top: 3rem;
  }

  .paper_image {
    top: 119px;
  }

  .bee_image-sucess {
    top: 6.2rem;
    left: 9.2rem;
  }

  .hive_wrapper {
    transform: scale(.8);
  }

  .paper_content-wrapper {
    width: 90%;
    top: 60%;
    left: 2rem;
  }

  .paper_content-wrapper.is-tablet.is-landscape {
    top: 65%;
    left: 1.5rem;
  }

  .home-services-intro_section_background {
    transform: translate(20%, -2rem)scale(1.5);
  }

  .home-about_video {
    width: 80%;
  }

  .home-hero_paper_left {
    object-position: 86% 50%;
    width: 10rem;
    min-width: 10rem;
    max-width: 10rem;
    inset: 0% auto 0% 0%;
    transform: translate(0);
  }

  .home-hero_paper_right {
    object-position: 15% 50%;
    width: 10rem;
    min-width: 10rem;
    max-width: 10rem;
    inset: 0% 0% 0% auto;
    transform: translate(0);
  }

  .home-hero_heading {
    transform: translate(2rem, calc(-11rem + 70px));
  }

  .home-hero_video {
    transform: translate(0, calc(5rem + 70px));
  }

  .home-hero_wrapper {
    transform: translate(-4rem, calc(18rem + 70px));
  }

  .home-about_section {
    margin-top: 0;
  }

  .home-about_heading {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .home-about_tag {
    position: static !important;
    transform: none !important;
    margin-top: 1rem;
  }

  .home-services-intro_heading.heading-style-h2 {
    display: none;
  }

  .section_home-services {
    padding-top: 4rem;
  }

  .home-services_mobile_heading {
    text-align: center;
    margin-bottom: 2rem;
    display: block;
  }

  .navbar_cta .button {
    padding: .5625rem 2.8125rem;
  }

  .navbar_cta .button .heading-style-h6 {
    font-size: 1.40625rem;
  }

  .footer_hexagon.is-1 {
    min-width: 180vw;
    max-width: 180vw;
  }

  .footer_hexagon.is-2 {
    min-width: 160vw;
    max-width: 160vw;
  }

  .footer_hexagon.is-3 {
    min-width: 130vw;
    max-width: 130vw;
  }

  .footer_hexagon.is-base {
    min-width: 210vw;
    max-width: 210vw;
  }

  .footer_cta {
    min-width: 100vw;
    max-width: 100vw;
  }

  .home-strategies_background {
    height: 105%;
  }

  .home-testimonials_slider_nav {
    top: 15%;
  }

  .home-testimonials_slider_slide_content {
    width: 60%;
    max-width: none;
  }

  .paragraph {
    font-size: 1rem;
  }

  .footer_bg-image {
    transform: scale(3)rotate(30deg);
  }

  .aboutus-hero_video_wrapper {
    justify-content: center;
    align-items: center;
    margin-top: -5rem;
    display: flex;
  }

  .aboutus-hero_video_mask {
    width: 120vw;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
    overflow: clip;
  }

  .aboutus-hero_video_play {
    width: 6rem;
  }

  .howitworks_card {
    width: 100%;
  }

  .howitworks_card_wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .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;
  }

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

  .heading-style-h3.is-howitworks {
    text-align: center;
  }

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

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

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

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

  .heading-style-h4.is-sucess {
    margin-top: 0;
    inset: auto;
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }

  .heading-style-h6.is-sucess {
    font-size: 1.5rem;
  }

  .text-size-large.is-wehelpyou {
    width: auto;
  }

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

  .heading-style-h2.is-terms.is-gold {
    width: 100%;
    font-size: 3rem;
  }

  .heading-style-h2.is-terms.gold-is {
    width: 100%;
    font-size: 4rem;
  }

  .main-wrapper {
    overflow: hidden;
  }

  .text-size-medium.is-sucess {
    font-size: .8rem;
  }

  .home-testimonials_slider_slide_content .heading-style-h5 {
    font-size: 1.95rem;
  }

  .home-about_tag {
    transform: scale(.7)rotate(-7.5deg)translate(-2rem, 45rem);
  }

  .home-services_wrapper.is-services {
    margin-top: 15rem;
  }

  .home-services_grid {
    grid-column-gap: 0rem;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row dense;
    place-content: stretch;
    place-items: center;
    display: flex;
  }

  .section_aboutus-hero {
    overflow: hidden;
  }

  .section_aboutus-howitworks.is-mobile {
    background-size: 2000px 99%;
  }

  .wehelpyou_vector {
    z-index: -3;
  }

  .home-proof_heading_tag {
    transform: scale(.6)translate(2.5rem)rotate(-7.5deg);
  }

  .home-proof_heading_tag.is-2 {
    margin-bottom: -8rem;
    transform: scale(.6)translate(-2.5rem)rotate(-7.5deg);
  }

  .home-proof_hive_row.is-bottom, .home-proof_hive_row.is-bottom-alternate {
    margin-top: -3.4rem;
  }

  .home-proof_hive_cell.is-strategies {
    width: 100%;
  }

  .home-proof_hive_image {
    width: 12.5rem;
  }

  .home-proof_hive_content {
    right: 0%;
  }

  .home-strategies_section {
    padding-bottom: 0;
  }

  .dots_content-grid {
    grid-template-columns: .25fr 4.25fr;
    width: 100%;
    padding-top: 8px;
  }

  .services_image {
    padding-bottom: 2rem;
  }

  .part_content-wrapper {
    width: 100%;
  }

  .grid_content-wrapper {
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .numbered_list-content {
    width: 100%;
  }

  .sucess_tab {
    margin-left: auto;
    margin-right: auto;
    padding-top: 15rem;
    left: auto;
    right: auto;
  }

  .paper_image {
    width: 100%;
    display: block;
  }

  .paper_image.not_visible-mobile, .paper_image.not-visible-mobile, .paper_image.not-visible-phone {
    display: none;
  }

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

  .bee_image-sucess {
    margin-bottom: 4rem;
    inset: auto;
    transform: translateY(-70px);
  }

  .hive_wrapper {
    z-index: 3;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    inset: -70px auto auto;
  }

  .paper_content-wrapper {
    z-index: 2;
    grid-column-gap: 2.2rem;
    grid-row-gap: 2.2rem;
    height: 30rem;
    top: 27%;
    transform: translateY(-25px);
  }

  .paper_content-wrapper.is-tablet.is-landscape.is-mobile {
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
    top: 31%;
  }

  .services_bg-video {
    height: 80vh;
  }

  .home-services-intro_section_background {
    transform: translate(120%, 12rem)scale(4);
  }

  .home-hero_subsection_heading.is-1 {
    transform: translate(-2rem)rotate(-7deg);
  }

  .home-hero_paper_right {
    object-position: 10% 50%;
  }

  .home-hero_path {
    object-fit: contain;
    display: block;
    transform: translate(-5rem, 14rem)rotate(40deg)scale(3);
  }

  .footer_home {
    margin-top: -25vh;
  }

  .footer_hexagon.is-1 {
    min-width: 240vw;
    max-width: 240vw;
  }

  .footer_hexagon.is-2 {
    min-width: 200vw;
    max-width: 200vw;
  }

  .footer_hexagon.is-3 {
    min-width: 150vw;
    max-width: 150vw;
  }

  .footer_hexagon.is-base {
    min-width: 280vw;
    max-width: 280vw;
  }

  .home-strategies_outro_message {
    transform: scale(.5)rotate(-7deg);
  }

  .home-strategies_outro_message.is-middle {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

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

  .paragraph {
    font-size: 1rem;
  }

  .next_steps-path {
    bottom: 25%;
  }

  .services_mobile-image {
    width: 100%;
    position: relative;
    top: -72px;
  }

  .services_mobile-image.not_visible-desktop, .services_mobile-image.not-visible-dekstop {
    display: block;
  }

  .aboutus-hero_video_wrapper {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .aboutus-hero_video_play {
    width: 5rem;
  }

  .about-cta_sticker {
    transform: translate(2rem);
  }
}

#w-node-e004c412-11ff-5725-c64e-815572cafcd4-0e9f2159 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_9f8b6400-2ebb-c777-34d0-7f0249b0a519-0e9f2159 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1568681-e96c-2a2e-644c-0e239abfbc23-0e9f2159 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e10a464f-b136-878a-e895-9e36f8a5c2f1-0e9f2159 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_7678a084-ab30-6113-8f38-4987dfc94286-0e9f2159 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-fedbe6db-c7b1-2b55-8203-f52ae7bf6f3e-0e9f2159, #w-node-_4171433d-a7aa-2b3a-e818-2288418257ef-418257eb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4171433d-a7aa-2b3a-e818-2288418257f2-418257eb {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-0e9f215c {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-0e9f215c, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-0e9f215c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-0e9f215c {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-0e9f215c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-0e9f215c {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-0e9f215c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-0e9f215c {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-0e9f215c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-0e9f215c {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-0e9f215c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-0e9f215c, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-0e9f215c, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-0e9f215c, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-0e9f215c, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-0e9f215c, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-0e9f215c, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-0e9f215c, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-0e9f215c, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-0e9f215c, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-0e9f215c, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-0e9f215c {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-0e9f215c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-0e9f215c {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-0e9f215c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-0e9f215c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-0e9f215c {
  justify-self: start;
}

#w-node-_3b310e7a-2d7c-94f3-bb12-813cd542987f-8e00df83 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3b310e7a-2d7c-94f3-bb12-813cd5429881-8e00df83 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3b310e7a-2d7c-94f3-bb12-813cd54298a4-8e00df83 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3b310e7a-2d7c-94f3-bb12-813cd5429888-8e00df83 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_3b310e7a-2d7c-94f3-bb12-813cd54298a5-8e00df83 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_3b310e7a-2d7c-94f3-bb12-813cd542988f-8e00df83 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_3b310e7a-2d7c-94f3-bb12-813cd54298a6-8e00df83 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_3b310e7a-2d7c-94f3-bb12-813cd5429896-8e00df83 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_3b310e7a-2d7c-94f3-bb12-813cd54298a7-8e00df83 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-_3b310e7a-2d7c-94f3-bb12-813cd542989d-8e00df83 {
  grid-area: 8 / 1 / 9 / 2;
}

#w-node-_620da3d0-4df2-54e2-40de-e7a2a81dfa0f-e9c00c28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_885017b3-1552-2115-ba09-a04e063d9670-e9c00c28 {
  grid-area: 2 / 1 / 3 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-e004c412-11ff-5725-c64e-815572cafcd4-0e9f2159 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e10a464f-b136-878a-e895-9e36f8a5c2f1-0e9f2159 {
    grid-column: 1 / 2;
  }

  #w-node-_4171433d-a7aa-2b3a-e818-2288418257ef-418257eb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4171433d-a7aa-2b3a-e818-2288418257f2-418257eb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_97074b8d-5fb8-95a8-dc77-7c7c53f96f94-418257eb {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3b310e7a-2d7c-94f3-bb12-813cd54298a4-8e00df83 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3b310e7a-2d7c-94f3-bb12-813cd5429888-8e00df83 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_3b310e7a-2d7c-94f3-bb12-813cd54298a5-8e00df83 {
    grid-row: 5 / 6;
  }

  #w-node-_3b310e7a-2d7c-94f3-bb12-813cd542988f-8e00df83 {
    grid-row: 6 / 7;
  }

  #w-node-_3b310e7a-2d7c-94f3-bb12-813cd54298a6-8e00df83 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_3b310e7a-2d7c-94f3-bb12-813cd5429896-8e00df83 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_3b310e7a-2d7c-94f3-bb12-813cd54298a7-8e00df83 {
    grid-row: 9 / 10;
  }

  #w-node-_3b310e7a-2d7c-94f3-bb12-813cd542989d-8e00df83 {
    grid-row: 10 / 11;
  }

  #w-node-_620da3d0-4df2-54e2-40de-e7a2a81dfa0f-e9c00c28, #w-node-_8511f51b-6624-ca5e-2b70-ae59a1555595-e9c00c28 {
    align-self: center;
  }
}


@font-face {
  font-family: 'Notulen';
  src: url('../fonts/Free---Notulen-Serif-Display-Extra-Bold-.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
