:root {
  --link-color--link-primary: var(--base-color-brand--mint);
  --background-color--background-primary: var(--beige);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-primary: var(--dark-charcoal);
  --text-color--text-secondary: var(--ocean);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --background-color--background-secondary: var(--base-color-neutral--white);
  --background-color--background-tertiary: var(--base-color-brand--purple);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --base-color-brand--mint: #03cea3;
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --base-color-brand--purple: #894fff;
  --base-color-brand--pastel-green: rgba(0, 206, 163, .06);
  --base-color-brand--pastel-purple: rgba(137, 79, 252, .06);
  --white: white;
  --dark-charcoal: #333;
  --border-color--border-secondary: var(--base-color-brand--mint);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --base-color-brand--ocean: var(--ocean);
  --base-color-brand--pink-light: #ffaefe;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-neutral--black: #000;
  --base-color-neutral--white: #fff;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --black: black;
  --beige: #efeced;
  --ocean: #06393b;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #000;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

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

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.625rem;
  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;
  line-height: 1.25;
}

a {
  color: var(--link-color--link-primary);
}

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;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.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-medium.is-height-100 {
  height: 100%;
}

.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-left.padding-small.is-height-100 {
  height: 100%;
}

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

.padding-bottom.padding-small {
  padding-bottom: 1.5rem;
}

.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 rgba(0, 0, 0, .1);
  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, rgba(45, 64, 234, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: 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 rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-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 rgba(0, 0, 0, .1);
  width: 100%;
  padding-bottom: 2rem;
}

.background-color-primary {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
}

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

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

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

.text-color-secondary.is-height-100 {
  height: 100%;
}

.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);
  color: var(--text-color--text-success);
  padding: 1.25rem;
}

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

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

.heading-style-h3.text-color-secondary.is-custom-margin {
  margin-left: -32px;
}

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

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

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

.heading-style-h1 {
  font-size: 5.625rem;
  font-weight: 700;
  line-height: 1;
}

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

.padding-global.padding-section-medium.no-padding-top {
  padding-top: 0;
}

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

.text-color-alternate.text-weight-medium.padding-nav {
  padding: .5rem 1.4375rem;
  transition: all .2s ease-in-out;
}

.text-color-alternate.text-weight-medium.padding-nav.w--current {
  color: var(--text-color--text-alternate);
  text-decoration: underline;
}

.text-color-alternate.text-weight-medium.padding-nav.is-last {
  margin-right: -1.4375rem;
}

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

.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: rgba(45, 64, 234, .05);
  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: 1.25rem;
  font-weight: 400;
  line-height: 1.35;
}

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

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

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

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

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

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

.heading-style-h4.text-color-secondary.is-lineheight-custom {
  line-height: 1;
}

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

.hs-input3 {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-secondary);
  border-radius: 5rem;
  min-height: 4.6875rem;
  margin-bottom: .75rem;
  padding: 1.5625rem 3.4375rem;
  font-size: 1.25rem;
  line-height: 1.35;
}

.hs-input3::placeholder {
  color: var(--text-color--text-primary);
}

.hs-input3.is-select-input {
  color: var(--text-color--text-secondary);
}

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

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

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

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

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

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.875rem;
  line-height: 1.3;
}

.text-size-large.text-color-secondary.is-max-width-custom {
  max-width: 31.9444%;
}

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, rgba(221, 35, 187, .25), rgba(0, 0, 0, 0) 40%), radial-gradient(circle at 0 100%, rgba(45, 98, 255, .3), rgba(0, 0, 0, 0) 60%);
}

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

.heading-style-h2.text-weight-normal {
  font-weight: 400;
}

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

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary);
}

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

.heading-style-h5.text-color-purple {
  line-height: 1.1;
}

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

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

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  width: 100%;
  overflow: hidden;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 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 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  text-align: center;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

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

.button.hs-button {
  background-color: var(--base-color-brand--mint);
  border-radius: 50rem;
  min-height: 3.75rem;
  padding: .875rem 2.0625rem;
  font-size: 1.25rem;
}

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

.button.is-secondary {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-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;
}

.padding-section-medium.no-padding-top {
  padding-top: 0;
}

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

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

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

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

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

.fs-styleguide_spacer-box {
  background-color: rgba(45, 64, 234, .1);
  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);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

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

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

.nav_logo-link {
  flex: 0 auto;
  width: 10rem;
  padding-bottom: 10px;
}

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

.nav_button {
  padding: 1rem;
}

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

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

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

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

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

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.hero_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  max-width: 70rem;
  display: grid;
  position: relative;
}

.hero_image {
  border-radius: 1rem;
  margin-top: 0;
}

.hero_heading {
  font-size: 4rem;
}

.section_hero {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 0 100%, rgba(45, 98, 255, .3), rgba(0, 0, 0, 0) 50%), radial-gradient(circle at 100% 60%, rgba(45, 98, 255, .3), rgba(17, 17, 17, 0) 20%), radial-gradient(circle at 100% 100%, rgba(214, 0, 196, .2), rgba(0, 0, 0, 0) 45%);
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.hero_grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.nav_fixed {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.section_h-hero {
  background-image: url('../images/women-phone-speaking-meeting.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.section_h-hero.is-how-we-help {
  background-color: #efeded;
  background-image: url('../images/gradient-background-green-radial.svg'), url('../images/women-phone-speaking-meeting.jpg');
  background-position: 0 0, 50%;
  background-size: cover, cover;
}

.is-full-width {
  width: 100%;
  min-width: 100%;
}

.section_nav {
  -webkit-backdrop-filter: brightness(85%) blur(10px);
  backdrop-filter: brightness(85%) blur(10px);
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  position: fixed;
  top: 0;
}

.nav-component {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1.8125rem;
  padding-bottom: 1.8125rem;
  display: flex;
}

.h-hero_background-black-overlay {
  opacity: .15;
  mix-blend-mode: multiply;
  background-color: #000;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h-hero_dot-top {
  margin-left: 50%;
  position: absolute;
  top: -72px;
  left: -206px;
  transform: translate(-234px);
}

.h-hero_dot-bottom {
  z-index: 1;
  margin-left: 50%;
  position: absolute;
  top: auto;
  bottom: -61px;
  left: -206px;
  transform: translate(-234px);
}

.h-hero_scroll-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: -24px;
  display: flex;
  position: absolute;
  bottom: 29px;
  left: 50%;
}

.section_help {
  background-image: url('../images/background-gradient-mint.svg');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.help_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.help_image {
  object-fit: cover;
  object-position: 0% 50%;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 50%;
  right: 0%;
  transform: translate(0, 77px);
}

.help_image.is-mobile {
  display: none;
}

.help_text-spacing {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.help_text-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-right: 50px;
  display: grid;
}

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

.help_list-item {
  background-image: url('../images/list-bullet-icon.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-left: 1.5625rem;
  font-size: 1.25rem;
  line-height: 1.35;
}

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

.approach_image {
  object-fit: cover;
  object-position: 90% 50%;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
}

.approach_image.is-mobile {
  display: none;
}

.section_approach-content {
  position: relative;
}

.section_approach-content.padding-section-medium.no-padding-top {
  padding-top: 0;
}

.approach_text-spacing {
  grid-column-gap: 0px;
  grid-row-gap: 76px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 51px;
  padding-left: 22.5%;
  padding-right: 17%;
  display: grid;
}

.approach_text-item-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.diagram_wrapper {
  aspect-ratio: 1.65964;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 17px 8.16994% 48px;
  position: relative;
}

.diagram_circle-purple {
  z-index: 1;
  aspect-ratio: 1;
  background-color: var(--base-color-brand--purple);
  mix-blend-mode: multiply;
  border-radius: 50%;
  justify-content: flex-start;
  align-items: center;
  width: 60.0779%;
  display: flex;
  position: absolute;
}

.diagram_purple-text {
  width: 53.9708%;
  margin-left: 9.40032%;
  font-size: 1.875rem;
  line-height: 1.3;
}

.diagram_circle-mint {
  z-index: 2;
  aspect-ratio: 1;
  background-color: var(--base-color-brand--mint);
  mix-blend-mode: multiply;
  border-radius: 50%;
  justify-content: flex-end;
  align-items: center;
  width: 60.0779%;
  margin-right: 9.76563%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 50%;
  transform: translate(100%);
}

.diagram_mint-text {
  text-align: right;
  width: 46.6775%;
  margin-left: 9.40032%;
  margin-right: 8.9141%;
  font-size: 1.875rem;
  line-height: 1.3;
}

.diagram_mint-text.text-size-regular {
  position: relative;
}

.diagram_logo {
  z-index: 3;
  align-self: center;
  width: 11.4072%;
  max-width: 11.4072%;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}

.section_people {
  position: relative;
}

.people_image {
  object-fit: cover;
  object-position: 0% 50%;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 50%;
  position: absolute;
  top: -47px;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.people_image.is-mobile {
  display: none;
}

.spacer-custom {
  height: 119px;
}

.section_part {
  margin-bottom: 120px;
  position: relative;
}

.part_image {
  object-fit: cover;
  object-position: 0% 50%;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 50%;
  position: absolute;
  top: -47px;
  bottom: 0%;
  left: 0;
  right: auto;
}

.part_image.is-mobile {
  display: none;
}

.part_wrapper {
  margin-left: 57.2712%;
}

.footer_component {
  grid-column-gap: 83px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_text-spacing {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.is-intro {
  text-align: center;
  font-size: 2.3rem;
}

.footer_mba-group.is-mobile {
  display: none;
}

.section_form {
  position: relative;
}

.form_background-arrow {
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translate(-38px);
}

.f_wrapper {
  padding-top: 68px;
}

.f_top-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.f_card-image {
  width: 138%;
  max-width: 150%;
  margin-top: -157px;
  margin-left: -38px;
  position: absolute;
}

.f_form-wrapper {
  z-index: 1;
  margin-top: 21px;
  padding-bottom: 78px;
  position: relative;
}

.form_wrapper {
  grid-column-gap: 4.5rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_select {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-primary);
  background-image: url('../images/select-arrow.svg');
  background-position: 95.5%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 5rem;
  min-height: 4.6875rem;
  padding: 1.4rem 1rem 1.5625rem 3.4375rem;
  font-size: 1.25rem;
  line-height: 1.35;
}

.grid3_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-top: 41px;
  display: grid;
}

.border-radius-16 {
  border-radius: 1rem;
}

.grid3_border-green {
  background-color: var(--base-color-brand--mint);
  width: 13px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.grid3_item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: max-content 1fr max-content;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  height: 100%;
  display: grid;
}

.grid3_eyebrow {
  color: #707070;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: .625rem;
  font-weight: 500;
  line-height: 1;
}

.text-color-purple {
  color: var(--base-color-brand--purple);
  -webkit-text-stroke-color: var(--base-color-brand--purple);
}

.how-hero_arrow-centre {
  object-fit: none;
  height: 44px;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%);
}

.how-hero_arrow-additional-left {
  background-color: #fff;
  width: 40%;
  height: 44px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.how-hero_arrow-additional-right {
  background-color: #fff;
  width: 45%;
  height: 44px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.how-intro_component {
  width: 100%;
  max-width: 52.1962%;
}

.how-intro_grid-image {
  z-index: 1;
  object-fit: cover;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 43.5578%;
  height: calc(100% + 36px);
  margin-top: -18px;
  position: absolute;
  top: 0;
  right: 0;
}

.how-intro_grid-image.is-mobile {
  display: none;
}

.section_how-intro.background-color-primary.position-relative {
  margin-top: 47px;
  margin-bottom: 18px;
}

.how-grid_component {
  margin-top: 87px;
}

.how-grid_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 115px;
  display: grid;
}

.background-color-pastel-green {
  background-color: var(--base-color-brand--pastel-green);
}

.background-color-pastel-purple {
  background-color: var(--base-color-brand--pastel-purple);
}

.background-color-pastel-purple.padding-small.border-radius-16 {
  width: 100%;
}

.how-grid_item-inner-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  display: grid;
}

.how-grid_item-wrapper {
  border-top: .5px solid #707070;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 32px;
  display: flex;
}

.s_title-wrapper {
  margin-bottom: 51px;
  padding-top: 137px;
}

.s_component {
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 110px;
  display: grid;
}

.s_item-wrapper {
  background-color: var(--background-color--background-secondary);
  border-radius: 16px;
  width: 100%;
  height: auto;
  overflow: hidden;
  box-shadow: 0 5px 2px rgba(0, 0, 0, .2);
}

.s-grid_content-wrapper {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--background-color--background-secondary);
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: .84fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  justify-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
  box-shadow: 0 5px 2px rgba(0, 0, 0, .2);
}

.s-grid_content-wrapper.is-right {
  grid-template-columns: 1fr .84fr;
}

.s-grid_text {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-left: 5.4375rem;
  padding-right: 71px;
  display: flex;
  position: relative;
}

.s-grid_text.is-right {
  padding-left: 4.625rem;
  padding-right: 41px;
}

.s-grid_image {
  aspect-ratio: 1.83;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
}

.s-grid_image.is-mobile-portrait {
  display: none;
}

.s-grid_text-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(max-content, max-content) 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  justify-items: stretch;
  display: grid;
}

.s-grid_text-green-background {
  background-color: var(--base-color-brand--mint);
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 13px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.s-grid_text-green-background.is-right {
  border-radius: 0 40px 40px 0;
  min-height: 100%;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
}

.s-grid_eyebrow {
  color: var(--base-color-brand--purple);
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: .75rem;
  font-size: .625rem;
  font-weight: 500;
  line-height: 1.3;
}

.s-grid-drawer_readmore-wrapper {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #fff 17%);
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  min-height: 68px;
  padding-left: 29px;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.s-grid-drawer_content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 78%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 4px;
  display: grid;
}

.html-embed {
  width: auto;
}

.s-grid-dr_read-plus {
  z-index: 1;
  display: block;
  position: relative;
}

.s-grid-dr_read-minus {
  z-index: 0;
  max-width: 100%;
  display: block;
  position: relative;
}

.hubspot_top-wrapper {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.inputs-list {
  padding-left: 0;
  list-style-type: none;
}

.section_header-description {
  max-width: 51rem;
  margin-left: auto;
  margin-right: auto;
}

.hs-form-booleancheckbox {
  align-items: center;
  margin-top: .75rem;
  margin-bottom: .75rem;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.section_hubspot-form {
  background-color: var(--background-color--background-tertiary);
  padding: 1rem 3rem;
}

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

.custom-checkbox_input {
  width: 1rem;
  height: 1rem;
  margin-right: .5rem;
}

.custom-checkbox_input.w--redirected-checked {
  background-color: #80b900;
}

.custom-checkbox_input.w--redirected-focus {
  border-color: #000;
  box-shadow: 0 0 3px 1px #bdfd2e;
}

.hs-form-radio-display {
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.hubspot_field-type {
  color: #fff;
  text-transform: uppercase;
  margin: .5rem auto .5rem .5rem;
  font-size: 1rem;
  font-weight: 700;
}

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

.hs-error-msg {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

.hs-error-msgs {
  color: #ef6051;
  background-color: #fff;
  border-radius: .25rem;
  margin-top: .25rem;
  margin-bottom: 0;
  padding: .15rem 1rem;
  font-size: .75rem;
  position: absolute;
  top: auto;
  bottom: -.5rem;
  left: auto;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
}

.hs-error-msgs.inputs-list {
  outline-offset: 0px;
  pointer-events: none;
  text-transform: uppercase;
  background-color: rgba(239, 96, 81, .13);
  border-radius: 5rem;
  outline: 3px solid #ef6051;
  margin-top: 2rem;
  margin-bottom: 0;
  padding: 14px 40px;
  list-style-type: disc;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 rgba(0, 0, 0, 0);
}

.form-columns-2 {
  grid-column-gap: 4.4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.hs-form-field {
  flex: 1;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
}

.hs-input {
  border: 0px solid var(--white);
  background-color: var(--background-color--background-secondary);
  color: #333;
  border-radius: 5rem;
  width: 100%;
  min-height: 4.7rem;
  margin-top: 2rem;
  margin-bottom: 0;
  margin-left: 0;
  padding: 1.5625rem 2rem 1.5625rem 2.5rem;
  font-size: 1.25rem;
  line-height: 1.6875;
  transition: all .2s;
}

.hs-input:hover {
  background-color: var(--background-color--background-primary);
  outline-offset: 0px;
  outline: 3px solid #7443d9;
}

.hs-input:focus {
  background-color: var(--white);
  opacity: 1;
  outline-color: var(--link-color--link-primary);
  outline-offset: 1px;
  border: 0 #fff;
  outline-width: 3px;
  outline-style: solid;
}

.hs-input::placeholder {
  color: var(--dark-charcoal);
  font-size: 1.25rem;
  line-height: 1.35;
}

.hs-input.hs-fieldtype-textarea {
  border-radius: 16px;
  min-height: 10rem;
}

.hs-form {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  font-size: 1.125rem;
}

.hubspot_field-wrapper {
  border-radius: .5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2.5rem;
}

.hubspot_form-block {
  margin-left: auto;
  margin-right: auto;
}

.hs-recaptcha {
  margin-top: 1.5rem;
}

.hubspot_field-help {
  color: #fff;
  margin-bottom: .5rem;
  margin-left: -.5rem;
  font-size: 1rem;
}

.hubspot_field-inner {
  border-radius: .5rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding: 2rem;
}

.class-names_span {
  z-index: 1;
  color: #000;
  cursor: pointer;
  background-color: #bdfd2e;
  background-image: url('../images/Vector-17.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto 60%;
  border-radius: .125rem;
  margin: .5rem;
  padding: .25rem .5rem .25rem 2rem;
  font-size: .875rem;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.form-columns-1 {
  width: 100%;
}

.hs-field-desc {
  color: rgba(51, 51, 51, .8);
  background-color: #ebf2ff;
  margin-bottom: .5rem;
  padding: .2rem .5rem;
  font-size: .875rem;
  display: inline-block;
}

.hs-form-booleancheckbox-display {
  align-items: center;
  padding-left: 0;
  display: flex;
}

.hs-button {
  background-color: var(--link-color--link-primary);
  color: #fff;
  text-align: center;
  cursor: pointer;
  border: 0 #150050;
  border-radius: 5rem;
  width: auto;
  margin-top: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 2.225rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.35;
  transition: all .1s;
}

.hs-button:hover {
  filter: brightness(90%);
  color: #fff6e8;
}

.submitted-message {
  color: #00ffc9;
  border-top: 2px solid #6d3ccc;
  border-bottom: 2px solid #6d3ccc;
  border-radius: 0;
  height: auto;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding: 2.25rem 1.25rem 2.3rem 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
  overflow: hidden;
}

.form-message-error {
  color: #fff6e8;
  background-color: #ef6051;
  margin-top: 1rem;
  padding: .75rem;
  font-size: 1rem;
}

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

.section_heading {
  text-align: center;
  border-bottom: 1px solid #000;
  margin-bottom: 3rem;
  padding: 1.5rem;
}

.live_wrapper {
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

.live_heading {
  margin-bottom: 3rem;
}

.custom-success-message {
  text-align: center;
  background-color: #efefef;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding: 2.75rem;
  font-size: 1rem;
  display: none;
}

.list-item {
  list-style-type: none;
}

.text-block {
  color: #00ffc9;
}

@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-right.padding-medium.is-0-tablet {
    width: 100%;
    padding-right: 0;
  }

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

  .padding-bottom.padding-small {
    padding-bottom: 1rem;
  }

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

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

  .text-color-alternate.text-weight-medium.padding-nav {
    padding-top: .625rem;
    padding-bottom: .625rem;
    font-size: 1.25rem;
  }

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

  .heading-style-h4.text-color-secondary.is-lineheight-custom {
    height: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

  .nav_logo-link {
    padding-bottom: 6px;
  }

  .nav_button {
    color: #fff;
  }

  .section_hero {
    padding-top: 3rem;
  }

  .hero_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

  .nav-component {
    padding-top: 0;
    padding-bottom: 0;
  }

  .h-hero_background-black-overlay.is-how-we-can-help {
    height: auto;
    min-height: auto;
  }

  .h-hero_dot-top, .h-hero_dot-bottom {
    margin-left: 0%;
    left: -1.8rem;
    transform: translate(0);
  }

  .diagram_wrapper {
    margin-left: 0%;
    margin-right: 0%;
  }

  .diagram_purple-text, .diagram_mint-text {
    font-size: 1.25rem;
  }

  .people_image {
    object-position: 21% 50%;
  }

  .part_image {
    object-position: 50% 50%;
  }

  .footer_component {
    grid-column-gap: 50px;
  }

  .footer_text-spacing {
    grid-auto-columns: auto;
  }

  .menu-button {
    background-image: url('../images/hamburger.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 22px 19px;
    margin-right: -18px;
    padding: 30px;
    transition: all .5s linear;
  }

  .menu-button.w--open {
    z-index: 2;
    background-color: var(--base-color-brand--mint);
    background-image: url('../images/x.svg');
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .nav_icon {
    width: 22px;
    height: 19px;
  }

  .nav-menu {
    z-index: 1;
    background-color: var(--base-color-brand--mint);
    border-radius: 4px 0 4px 4px;
    width: auto;
    margin-top: -20px;
    padding: 19px 26px 19px 15px;
    left: auto;
    right: 4px;
  }

  .section_form.background-color-tertiary {
    width: 100%;
  }

  .f_card-image {
    width: 160%;
    max-width: none;
    margin-top: -110px;
    margin-left: -8px;
  }

  .form_wrapper {
    grid-column-gap: 1.875rem;
  }

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

  .grid3_item {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    grid-template-rows: max-content minmax(46px, max-content) 1fr max-content;
    grid-template-columns: 1fr;
    align-content: start;
    align-items: start;
    justify-items: stretch;
  }

  .grid3_eyebrow {
    line-height: 1;
  }

  .how-hero_arrow-centre {
    width: 1366px;
    max-width: none;
  }

  .how-grid_grid {
    margin-top: 27px;
  }

  .s-grid_text {
    padding-top: 1.6rem;
    padding-bottom: 1.7rem;
  }

  .section_hubspot-form {
    padding: 1rem;
  }

  .form-columns-2 {
    display: block;
  }

  .hs-form-field {
    margin-right: 0;
  }

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

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

  h2 {
    font-size: 1.5625rem;
    line-height: 1.32;
  }

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

  .heading-style-h3.text-color-secondary.is-custom-margin {
    margin-left: -16px;
  }

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

  .padding-global.padding-section-medium.is-mobile-custom {
    padding-top: 0;
  }

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

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

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

  .text-size-regular {
    font-size: 1.125rem;
    line-height: 1.27778;
  }

  .text-size-regular.text-color-secondary.is-custom-mobile {
    max-width: 90%;
  }

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

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

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

  .hs-input3 {
    padding-left: 2.1875rem;
  }

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

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

  .text-size-large {
    font-size: 1.125rem;
    line-height: 1.27778;
  }

  .text-size-large.text-color-secondary.is-max-width-custom {
    max-width: none;
  }

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

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

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

  .nav_logo-link {
    padding-left: 0;
  }

  .section_h-hero {
    background-position: 71%;
    height: 100svh;
  }

  .section_h-hero.is-how-we-help {
    height: auto;
    padding-top: 73px;
  }

  .nav-component {
    align-items: center;
    min-height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .nav_logo-image {
    width: 100%;
    max-width: 63.82px;
  }

  .h-hero_background-black-overlay {
    height: 100svh;
    min-height: 100svh;
  }

  .h-hero_dot-top {
    width: 100%;
    max-width: 152px;
    top: -50px;
  }

  .h-hero_dot-bottom {
    width: 100%;
    max-width: 152px;
  }

  .h-hero_scroll-wrapper {
    display: none;
  }

  .section_h-intro {
    padding: 32px 1.375rem;
  }

  .section_help {
    background-repeat: no-repeat;
    background-size: auto 75%;
  }

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

  .help_image {
    display: none;
  }

  .help_image.is-mobile {
    aspect-ratio: 1;
    width: 100%;
    min-height: 100%;
    display: block;
    position: static;
    left: 0%;
    transform: translate(1.375rem);
  }

  .help_text-spacing {
    margin-left: 2.5rem;
  }

  .help_text-grid {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: .7fr;
  }

  .section_approach-title {
    padding-left: 1.95rem;
  }

  .approach_component {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    grid-template-columns: 1fr;
  }

  .approach_image {
    display: none;
  }

  .approach_image.is-mobile {
    width: 100%;
    margin-left: -1.375rem;
    display: block;
    position: static;
  }

  .approach_text-spacing {
    grid-row-gap: 34px;
    padding-top: 0;
    padding-left: 18%;
    padding-right: 27%;
  }

  .diagram_wrapper {
    margin-bottom: 68px;
  }

  .people_image {
    display: none;
  }

  .people_image.is-mobile {
    aspect-ratio: 1;
    margin-top: -120px;
    display: block;
    position: static;
  }

  .spacer-custom {
    display: none;
  }

  .section_part {
    margin-bottom: 7px;
  }

  .part_image {
    display: none;
  }

  .part_image.is-mobile {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: 100% 50%;
    width: 100%;
    margin-top: -47px;
    display: block;
    position: static;
    transform: translate(-22px);
  }

  .part_wrapper {
    margin-left: 0%;
  }

  .footer_component {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
  }

  .menu-button {
    flex: 0 auto;
    padding: 30px;
  }

  .menu-button.w--open {
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-menu {
    border-top-right-radius: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
    right: -18px;
  }

  .is-intro {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.35;
  }

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

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

  .footer_mba-group {
    max-width: 184px;
    margin-top: -10px;
  }

  .footer_mba-group.is-mobile {
    display: block;
  }

  .part_mbalogo {
    max-width: 184px;
  }

  .form_background-arrow {
    display: none;
  }

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

  .f_card-image {
    z-index: 1;
    width: 121%;
    margin-bottom: -21vw;
    position: relative;
  }

  .f_form-wrapper {
    margin-top: 28px;
  }

  .form_wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .form_select {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 2.1875rem;
    padding-right: 3.6rem;
    font-size: 1rem;
    display: flex;
  }

  .grid3_component {
    grid-template-columns: 1fr;
    margin-bottom: 41px;
  }

  .grid3_item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: max-content 1fr;
    grid-template-columns: 1fr max-content;
  }

  .how-hero_arrow-additional-right {
    width: 40%;
  }

  .section_how-intro {
    padding: 32px 1.375rem;
  }

  .section_how-intro.background-color-primary.position-relative.is-custom-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .how-grid_grid {
    width: 100%;
  }

  .how-grid_item-inner-grid {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    grid-template-columns: max-content;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .how-grid_item-wrapper {
    width: 100%;
    padding-left: 16px;
  }

  .s_title-wrapper {
    margin-bottom: 23px;
    padding-top: 124px;
  }

  .f_top-title-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .form-columns-2 {
    display: block;
  }

  .hs-form-field {
    margin-bottom: 1rem;
  }

  .hs-input {
    min-height: 4rem;
    padding-right: 2.5rem;
    font-size: 1rem;
  }

  .hs-input::placeholder {
    font-size: 1rem;
  }

  .hubspot_field-wrapper {
    padding: 1.1rem;
  }

  .hubspot_field-inner {
    padding: 1rem;
  }

  .hs-button {
    font-size: 1.125rem;
  }
}

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

  .padding-top.padding-small.is-custom-mobile-portrait {
    padding-top: 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-left.padding-xlarge.is-mobile-custom {
    padding-left: 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.text-color-secondary.is-custom-margin {
    margin-left: 0;
  }

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

  .padding-global.padding-section-medium.is-mobile-custom {
    padding-left: 1.075rem;
  }

  .padding-global.padding-section-medium.is-custom-intro-mobile {
    z-index: 1;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    position: relative;
  }

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

  .text-size-regular.text-color-secondary.is-custom-mobile {
    max-width: 100%;
  }

  .hs-input3 {
    min-height: 3.8rem;
    font-size: 1rem;
  }

  .button.hs-button {
    min-height: 2.9rem;
    font-size: 1rem;
  }

  .hero_heading {
    font-size: 2.5rem;
  }

  .section_h-hero {
    background-position: 63%;
    height: 100svh;
    min-height: 400px;
    max-height: 62svh;
  }

  .section_h-hero.is-how-we-help {
    flex-flow: column;
    height: auto;
    min-height: auto;
    max-height: none;
    padding-bottom: 22px;
  }

  .h-hero_background-black-overlay {
    height: 100%;
    min-height: 400px;
    max-height: 62svh;
  }

  .h-hero_background-black-overlay.is-how-we-can-help {
    min-height: auto;
    max-height: none;
  }

  .h-hero_dot-top {
    aspect-ratio: 1;
    top: -48px;
    left: -1.5rem;
  }

  .h-hero_dot-bottom {
    aspect-ratio: 1;
    width: 100%;
    left: -1.5rem;
  }

  .section_h-intro {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section_h-intro.background-color-primary {
    justify-content: center;
    align-items: center;
    min-height: 41svh;
    display: flex;
  }

  .help_image.is-mobile {
    aspect-ratio: 1 / 1.29;
  }

  .help_text-spacing {
    margin-left: 1.8rem;
  }

  .help_text-grid {
    grid-template-columns: 90%;
  }

  .approach_image.is-mobile {
    aspect-ratio: 1 / 1.34;
  }

  .approach_text-spacing {
    grid-row-gap: 40px;
    padding-top: 0;
    padding-left: 18%;
    padding-right: 20%;
  }

  .diagram_wrapper {
    aspect-ratio: 1 / 1.66;
    margin-top: 22px;
    margin-bottom: 75px;
  }

  .diagram_circle-purple {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .diagram_purple-text {
    text-align: center;
    width: 68.4564%;
    margin-bottom: 15%;
    margin-left: 0%;
  }

  .diagram_circle-mint {
    justify-content: center;
    width: 100%;
    margin-right: 0%;
    top: auto;
    right: auto;
    transform: translate(0%);
  }

  .diagram_mint-text {
    text-align: center;
    width: 53.0201%;
    margin-top: 15%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .diagram_logo {
    width: 26.8456%;
    max-width: none;
  }

  .people_image.is-mobile {
    aspect-ratio: 1 / 1.29;
    margin-top: -128px;
  }

  .part_image.is-mobile {
    aspect-ratio: 1 / 1.63;
    object-position: 50% 50%;
  }

  .footer_component {
    grid-column-gap: 61px;
    grid-row-gap: 61px;
    grid-template-columns: 43px 1fr;
    justify-content: start;
  }

  .footer_mba-group {
    max-width: 184px;
  }

  .footer_mba-group.is-mobile {
    width: 100%;
    max-width: 184px;
  }

  .footer_logo {
    width: 43px;
  }

  .part_mbalogo {
    width: 100%;
    max-width: 184px;
  }

  .f_card-image {
    width: 134%;
    margin-left: -16px;
  }

  .f_form-wrapper {
    padding-bottom: 32px;
  }

  .form_wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .form_select {
    background-position: 90%;
    min-height: 4rem;
  }

  .grid3_component {
    height: auto;
    margin-bottom: 41px;
  }

  .how-hero_arrow-centre {
    object-position: 50% 0%;
    width: 100%;
  }

  .how-hero_arrow-additional-left, .how-hero_arrow-additional-right {
    width: 20%;
  }

  .how-intro_component {
    max-width: 100%;
  }

  .how-intro_grid-image {
    display: none;
  }

  .how-intro_grid-image.is-mobile {
    width: calc(100% + 1.375rem);
    max-width: none;
    height: auto;
    margin-top: 23px;
    margin-right: -1.375rem;
    display: block;
    position: static;
  }

  .section_how-intro {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section_how-intro.background-color-primary {
    justify-content: center;
    align-items: center;
    min-height: 41svh;
    display: flex;
  }

  .section_how-intro.background-color-primary.position-relative {
    margin-top: 18px;
  }

  .how-grid_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    justify-content: stretch;
    width: 100vw;
    margin-bottom: 66px;
    margin-left: -1.375rem;
    margin-right: 1.375rem;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
    overflow: auto;
  }

  .how-grid_item-inner-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: minmax(max-content, 66px) 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    display: grid;
  }

  .how-grid_item-wrapper {
    flex-flow: wrap;
    margin-top: 25px;
    padding-top: 17px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .how-grid_item-wrapper.is-no-border-top {
    border-top-width: 0;
    margin-top: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .s_component {
    padding-bottom: 68px;
  }

  .s-grid_content-wrapper, .s-grid_content-wrapper.is-right {
    grid-template-columns: 1fr;
  }

  .s-grid_text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    padding-left: 2.2rem;
    padding-right: 24px;
    display: grid;
  }

  .s-grid_text.is-right {
    padding-left: 2.225rem;
    padding-right: 23px;
  }

  .s-grid_image {
    display: none;
  }

  .s-grid_image.is-mobile-portrait {
    aspect-ratio: 1 / 1.16;
    display: block;
  }

  .s-grid_text-green-background.is-right {
    border-radius: 40px 0 0 40px;
    left: 0;
    right: auto;
  }

  .s-grid-drawer_readmore-wrapper {
    min-height: 62px;
    padding-left: 34px;
  }

  .s-grid-drawer_content {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
  }

  .div-block {
    width: 43px;
  }

  .hs-error-msgs.inputs-list {
    margin-top: 1.25rem;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .form-columns-2 {
    flex-flow: column;
    display: flex;
  }

  .hs-form-field {
    margin-bottom: 0;
  }

  .hs-input {
    width: 100%;
    min-height: 4rem;
    margin-top: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .hubspot_field-inner {
    padding: 1rem;
  }

  .form-columns-1 {
    flex-flow: column;
    display: flex;
  }

  .hs-button {
    margin-top: 1.6875rem;
    padding: .7rem 1.7rem;
    font-size: 1rem;
  }

  .submitted-message {
    padding-top: 2rem;
  }
}

#w-node-d3675794-3ccd-874c-4da3-1cb61e8fa53b-9ea119aa, #w-node-eef19cdf-c59a-5c01-8b05-f7e1ac36938b-9ea119aa, #w-node-_58d44cfb-504c-4554-211d-86a05deed951-9ea119aa, #w-node-_125a4d05-25e7-4e36-ee6a-42759e950db7-9ea119aa, #w-node-_64454523-f584-11ee-a072-b563fff7130d-9ea119aa, #w-node-c2250476-ef9f-484a-e9c7-b9a7c1bb4f7e-9ea119aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e3bfd64-ee99-8a0b-b4c7-35abbfff9dfb-9ea119aa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_43a5fe39-14ea-6005-62f1-3b8cac046b5d-9ea119aa, #w-node-_817cd785-1b4c-ee4e-ac0b-a8efa123c35b-9ea119aa, #w-node-_573eea2f-a2e0-626d-a0c3-48d7c0ea27a7-9ea119aa, #w-node-f15bda51-c9bc-fe2c-4dc7-80c2a0ed2538-9ea119aa, #w-node-_3972bf5c-b34e-3062-7d5a-8b300340080e-9ea119aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbbae347-e89c-e4c6-cb95-7691ac3b2214-ac3b220e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-fbbae347-e89c-e4c6-cb95-7691ac3b2215-ac3b220e, #w-node-fbbae347-e89c-e4c6-cb95-7691ac3b2217-ac3b220e, #w-node-fbbae347-e89c-e4c6-cb95-7691ac3b2221-ac3b220e, #w-node-fbbae347-e89c-e4c6-cb95-7691ac3b2222-ac3b220e, #w-node-fbbae347-e89c-e4c6-cb95-7691ac3b2224-ac3b220e, #w-node-fbbae347-e89c-e4c6-cb95-7691ac3b2226-ac3b220e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfbc0501-fc39-0cc6-2685-58d0374d3e18-374d3e0e {
  justify-self: stretch;
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-9ea119ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-9ea119ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-9ea119ad, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-9ea119ad, #w-node-_828ac2bf-3084-7f0d-4f6d-493432a7ffc4-9ea119ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

#w-node-_7ac047a0-165c-01fd-eb83-a88d191329a3-970e2649 {
  align-self: start;
}

#w-node-c271d3e3-fe65-524a-876a-f2432ae5fe80-970e2649 {
  align-self: center;
}

#w-node-_2e2e517f-01df-f4e8-4027-22398369de1b-970e2649 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-a7d8af0e-8cec-47d3-b658-ecd5dab1ce63-970e2649 {
  align-self: end;
}

#w-node-c91b6397-37e3-72d6-d726-7b3a6d1130d6-970e2649, #w-node-c91b6397-37e3-72d6-d726-7b3a6d1130da-970e2649 {
  align-self: center;
}

#w-node-c91b6397-37e3-72d6-d726-7b3a6d1130db-970e2649 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-c91b6397-37e3-72d6-d726-7b3a6d1130dd-970e2649 {
  align-self: end;
}

#w-node-_916b4284-e723-73a9-bc89-a300c835d2f8-970e2649, #w-node-_916b4284-e723-73a9-bc89-a300c835d2fc-970e2649 {
  align-self: center;
}

#w-node-_916b4284-e723-73a9-bc89-a300c835d2fd-970e2649 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_916b4284-e723-73a9-bc89-a300c835d2ff-970e2649 {
  align-self: end;
}

#w-node-d9fbd67a-13a8-d4c4-572a-75490ffaf7dd-92eb4c8b, #w-node-a80a78ec-1a6b-da75-3ba2-b7c75f9c0c7a-92eb4c8b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_3634d421-aa62-fb5c-f6e4-6dd333278da4-92eb4c8b, #w-node-d3b82a84-12bd-9d0e-a717-25494f5e15da-92eb4c8b, #w-node-e9514374-b77c-6e9b-91eb-71e69ebd8d17-92eb4c8b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0c07bfee-8198-c7ce-a9e4-5c86fd513f15-92eb4c8b, #w-node-ed7b475f-d14d-7985-5b4e-c73ebd60b58c-92eb4c8b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_1400d1ea-f287-acb8-d536-f02937fa95c4-92eb4c8b, #w-node-_7608064a-7970-ab2f-2393-6219eb6e67e3-92eb4c8b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e58fc63d-66f4-4837-b621-77eadf72bae7-92eb4c8b, #w-node-_355d0cae-6783-c104-807a-c508df0421ce-92eb4c8b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_30f2701f-3256-5f6a-8f54-fd5a71fa2f63-92eb4c8b, #w-node-_12d94b5b-7a88-eb30-fe52-ee239267486e-92eb4c8b, #w-node-_40be911d-2693-1cd1-75fb-c23ccd8d6d80-92eb4c8b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_94864400-08b2-dfb3-3885-45ac3165347f-92eb4c8b, #w-node-_1780520c-6c7d-3d68-cdc5-3cb09aaf3a79-92eb4c8b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_40be911d-2693-1cd1-75fb-c23ccd8d6d9b-92eb4c8b, #w-node-aee522e8-004b-39b9-9545-8c5ca753f536-92eb4c8b {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-fbbae347-e89c-e4c6-cb95-7691ac3b2214-ac3b220e {
    align-self: stretch;
  }

  #w-node-_7ac047a0-165c-01fd-eb83-a88d191329a3-970e2649 {
    align-self: start;
  }

  #w-node-c271d3e3-fe65-524a-876a-f2432ae5fe80-970e2649 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_2e2e517f-01df-f4e8-4027-22398369de1b-970e2649 {
    grid-column: span 1 / span 1;
    align-self: start;
  }

  #w-node-a7d8af0e-8cec-47d3-b658-ecd5dab1ce63-970e2649 {
    align-self: end;
  }

  #w-node-c91b6397-37e3-72d6-d726-7b3a6d1130da-970e2649 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c91b6397-37e3-72d6-d726-7b3a6d1130db-970e2649 {
    grid-column: span 1 / span 1;
  }

  #w-node-_916b4284-e723-73a9-bc89-a300c835d2f8-970e2649 {
    align-self: start;
  }

  #w-node-_916b4284-e723-73a9-bc89-a300c835d2fc-970e2649 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_916b4284-e723-73a9-bc89-a300c835d2fd-970e2649 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d3675794-3ccd-874c-4da3-1cb61e8fa53b-9ea119aa, #w-node-_0e3bfd64-ee99-8a0b-b4c7-35abbfff9dfb-9ea119aa, #w-node-_55095b44-9cc6-89fc-2eba-7af1ad5adb19-9ea119aa, #w-node-_1a1ec4ce-f02a-f6c1-4659-739d8552226a-9ea119aa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fbbae347-e89c-e4c6-cb95-7691ac3b2214-ac3b220e {
    align-self: stretch;
  }

  #w-node-fbbae347-e89c-e4c6-cb95-7691ac3b2215-ac3b220e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fbbae347-e89c-e4c6-cb95-7691ac3b2217-ac3b220e, #w-node-fbbae347-e89c-e4c6-cb95-7691ac3b2221-ac3b220e {
    align-self: stretch;
  }

  #w-node-dfbc0501-fc39-0cc6-2685-58d0374d3e18-374d3e0e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7ac047a0-165c-01fd-eb83-a88d191329a3-970e2649 {
    align-self: center;
  }

  #w-node-c271d3e3-fe65-524a-876a-f2432ae5fe80-970e2649 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_2e2e517f-01df-f4e8-4027-22398369de1b-970e2649 {
    grid-column: span 2 / span 2;
  }

  #w-node-c91b6397-37e3-72d6-d726-7b3a6d1130da-970e2649 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c91b6397-37e3-72d6-d726-7b3a6d1130db-970e2649 {
    grid-column: span 2 / span 2;
  }

  #w-node-_916b4284-e723-73a9-bc89-a300c835d2f8-970e2649 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_916b4284-e723-73a9-bc89-a300c835d2fc-970e2649 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_916b4284-e723-73a9-bc89-a300c835d2fd-970e2649 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fbbae347-e89c-e4c6-cb95-7691ac3b2212-ac3b220e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fbbae347-e89c-e4c6-cb95-7691ac3b2215-ac3b220e {
    align-self: start;
  }

  #w-node-fbbae347-e89c-e4c6-cb95-7691ac3b2217-ac3b220e {
    align-self: center;
  }

  #w-node-fbbae347-e89c-e4c6-cb95-7691ac3b2221-ac3b220e {
    grid-column: span 2 / span 2;
    align-self: stretch;
  }

  #w-node-fbbae347-e89c-e4c6-cb95-7691ac3b2222-ac3b220e {
    align-self: start;
  }

  #w-node-fbbae347-e89c-e4c6-cb95-7691ac3b2224-ac3b220e, #w-node-fbbae347-e89c-e4c6-cb95-7691ac3b2226-ac3b220e {
    align-self: center;
  }

  #w-node-fbbae347-e89c-e4c6-cb95-7691ac3b2228-ac3b220e {
    align-self: end;
  }

  #w-node-_916b4284-e723-73a9-bc89-a300c835d2fd-970e2649 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_1645212e-d0fc-7fe8-784b-767b90a2d386-970e2649, #w-node-_09402adb-a8f0-fd0f-ae77-dba14c1f453e-970e2649, #w-node-_1ec29383-f5bb-3ed6-6036-6d20c3d917ca-970e2649, #w-node-_9f4073bf-f1cf-a74a-3f17-f5b7c828ef23-970e2649, #w-node-_6a58264f-d221-8f6b-8cb1-8192b88796be-970e2649, #w-node-_8771704f-b00a-d8a8-d0b1-e4cd8234941e-970e2649, #w-node-_614713e5-a9c5-833a-7fcf-83c803fc745a-970e2649, #w-node-_880baade-2913-f350-a78a-78b12f74c77c-970e2649, #w-node-_1f649544-c78a-3bed-7941-bfa781bd8aae-970e2649, #w-node-_6fba26c7-7a76-a021-8ccb-09345736636b-970e2649, #w-node-e4863a97-740f-dc2c-da85-a6fc3f1f5ea6-970e2649, #w-node-_5307a52b-3d2a-14e3-fc84-2b3107ac518d-970e2649 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_3634d421-aa62-fb5c-f6e4-6dd333278d8d-92eb4c8b {
    align-self: center;
  }

  #w-node-abbfbf3c-30bd-2b09-17db-0559ae5189c3-92eb4c8b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e9514374-b77c-6e9b-91eb-71e69ebd8d17-92eb4c8b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_993fd3ef-23f1-0b15-9af6-b3c1c09cd3e2-92eb4c8b, #w-node-_30612af9-e0bc-c0a4-1546-e98fdf851ede-92eb4c8b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_40be911d-2693-1cd1-75fb-c23ccd8d6d80-92eb4c8b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_12b76159-5c50-9679-e3cc-b5142b61a2f0-92eb4c8b {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Dmsans Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chillax Variable';
  src: url('../fonts/Chillax-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sc Notch';
  src: url('../fonts/SC-Notch-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sc Notch';
  src: url('../fonts/SC-Notch-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Famaimetrial';
  src: url('../fonts/FAMAimeTRIAL-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Linotype Universltpro 55 Roman';
  src: url('../fonts/Linotype---UniversLTPro-55Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Minionpro';
  src: url('../fonts/MinionPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt Super Display Trial';
  src: url('../fonts/GT-Super-Display-Regular-Trial.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}