@font-face {
  font-family: Swankyandmoomoo;
  src: url('../fonts/SwankyandMooMoo-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Morganitepro;
  src: url('../fonts/MorganitePro-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Morganitepro;
  src: url('../fonts/MorganitePro-ExtraBold.woff2') format("woff2"), url('../fonts/MorganitePro-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Morganitepro;
  src: url('../fonts/MorganitePro-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/PPNeueMontreal-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/PPNeueMontreal-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Morganitepro;
  src: url('../fonts/MorganitePro-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Morganitepro;
  src: url('../fonts/MorganitePro-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/PPNeueMontreal-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Morganitepro;
  src: url('../fonts/MorganitePro-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/PPNeueMontreal-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppformula;
  src: url('../fonts/PPFormula-NarrowSemibold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --background-color--background-primary: #0b0b0b;
  --text-color--text-alternate: var(--base-color-neutral--neutral-light);
  --text-color--text-primary: var(--base-color-neutral--white);
  --text-color--text-secondary: var(--base-color-neutral--neutral-lighter);
  --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-brand--blue);
  --link-color--link-primary: var(--base-color-brand--blue);
  --background-color--background-tertiary: var(--base-color-brand--pink);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --base-color-brand--yellow: #e1fd55;
  --_testimonial-2-card---testimonial-card-color: var(--testimonial-cards--testimonial-color);
  --base-color-brand--blue: #2d62ff;
  --base-color-brand--blue-dark: #080331;
  --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: #a5a5a5;
  --base-color-neutral--neutral-light: #777;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #0b0b0b;
  --base-color-neutral--neutral-darker: #181818;
  --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;
  --border-color--border-secondary: var(--base-color-brand--blue);
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --testimonial-cards--testimonial-color: #303030;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #161616;
  background-color: #ececec;
  font-family: Ppneuemontreal, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

h1 {
  letter-spacing: .02625rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  letter-spacing: .0625rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Morganitepro, Arial, sans-serif;
  font-size: 6.25rem;
  font-weight: 600;
  line-height: .85;
}

h3 {
  letter-spacing: -.0175rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  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: .0625rem 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: .0625rem;
  height: .0625rem;
  margin: 5rem;
}

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

.text-weight-semibold.line-height-1 {
  line-height: 1;
}

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: .0625rem 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: .0625rem solid #0000001a;
  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-primary {
  color: var(--text-color--text-primary);
}

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

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

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

.container-small.flex-center {
  justify-content: center;
  align-items: center;
}

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

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

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

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

.padding-global.padding-nav {
  padding-top: 2.4375rem;
  padding-bottom: 2.4375rem;
}

.padding-global.padding-section {
  padding-top: 9rem;
}

.padding-global.padding-section-footer {
  padding-top: 7.4375rem;
  padding-bottom: 4.5625rem;
}

.padding-global.padding-section-outreach-cta {
  padding-top: 8.75rem;
}

.padding-global.outreach-padding {
  padding-top: 15.625rem;
}

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

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

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

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

.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: .0625rem 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: .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: .0625rem dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.max-width-large {
  width: 100%;
  max-width: 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;
  place-items: center start;
  display: grid;
}

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

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

.text-size-small {
  letter-spacing: .00875rem;
  text-transform: none;
  font-size: .875rem;
  line-height: 1.5;
}

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

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

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

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

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

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

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

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

.form_input {
  border: .0625rem solid var(--border-color--border-primary);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

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

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

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

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

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

.container-large.outreach-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

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

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

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

.button {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #fff;
  text-align: center;
  letter-spacing: .0125rem;
  cursor: pointer;
  background-image: linear-gradient(124deg, #2b2b2b 43.4%, #464646 80%);
  border-radius: .625rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 18rem;
  padding: 1.25rem 1.5rem;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.2;
  transition-property: all;
  transition-duration: .25s;
  transition-timing-function: ease-in-out;
  display: flex;
  position: relative;
  box-shadow: 0 4px 0 0 #000, inset 0 .125rem .625rem 0 #ffffff40, 0 1.25rem 3.125rem 0 #0000004d;
}

.button:hover {
  transform: rotate(-1deg)scale(1.1);
}

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

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

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

.button.is-secondary {
  background-color: var(--background-color--background-alternate);
  color: #161616;
  font-weight: 700;
}

.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.home-project-button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: row;
  height: 5rem;
  font-size: 1.375rem;
}

.button.hero-button {
  transition: all .25s ease-in-out;
}

.button.hero-button:hover {
  transform: rotate(-1deg)scale(1.1);
}

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

.text-size-medium {
  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: column;
  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: 64rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: .0625rem 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: #0000;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  inset: 0% 0% auto;
}

.nav_container {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.nav_brand {
  grid-column-gap: .1875rem;
  grid-row-gap: .1875rem;
  color: var(--link-color--link-alternate);
  letter-spacing: -.02rem;
  justify-content: center;
  align-items: center;
  margin-top: .875rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.nav_menu {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.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;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: center;
  max-width: 44.25rem;
  font-weight: 400;
  display: flex;
  position: relative;
}

.section_hero {
  color: #fff;
  background-image: url('../images/hero-bg_1.webp'), linear-gradient(#0b0b0b, #0b0b0b00 38.5%, #0b0b0b 82.5%);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section_hero.outreach {
  background-image: none;
  padding-bottom: 7.5rem;
}

.container_grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

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

.column {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.column.margin-bottom.margin-120 {
  margin-bottom: 7.5rem;
}

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

.column.display_hide {
  display: none;
}

.column.filter-column {
  z-index: 5;
}

.column.hero-projects {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  transition: all .25s ease-in-out;
}

.hero-text {
  letter-spacing: .0125rem;
  max-width: 31rem;
  font-size: 1.25rem;
  line-height: 1.3;
}

.copyright-icon {
  width: .8125rem;
  height: .8125rem;
}

.nav-links-wrap {
  grid-column-gap: 4.5625rem;
  grid-row-gap: 4.5625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: .875rem;
  display: grid;
}

.nav-work-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  letter-spacing: .0075rem;
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: .875rem;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
}

.beacon-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-right: .5rem;
  display: grid;
  position: relative;
  top: -.125rem;
}

.signal {
  background-color: #19db5b66;
  border-radius: 6.25rem;
  width: 1rem;
  height: 1rem;
}

.nav-links-col {
  grid-column-gap: .425rem;
  grid-row-gap: .425rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image {
  border-radius: .9375rem;
  width: 100%;
}

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

.image.contain.testimonial-logo {
  width: 8rem;
}

.partners-label {
  text-align: center;
  letter-spacing: .01rem;
  margin-bottom: 1.25rem;
  line-height: 1.3;
}

.partners-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.partners-list.mobile {
  display: none;
}

.partners-list-item {
  border: .0625rem solid #ffffff1a;
  justify-content: center;
  align-items: center;
  min-height: 5rem;
  display: flex;
}

.splide {
  border: .0625rem solid #fff3;
  padding: 3.125rem 3.125rem 2rem;
}

.splide__track {
  margin-bottom: 1.6875rem;
}

.splide__progress {
  background-color: #fff3;
  margin-bottom: 2rem;
}

.splide__progress__bar {
  background-color: var(--background-color--background-alternate);
  width: 0;
  height: .0625rem;
}

.splide__arrows {
  width: 100%;
  display: flex;
}

.desktop-pagination {
  letter-spacing: .01rem;
  border: .0625rem solid #fff3;
  justify-content: center;
  align-items: center;
  min-width: 5rem;
  margin-left: 1.125rem;
  margin-right: 1.125rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 800;
  line-height: 1.3;
  display: flex;
}

.slide-content {
  justify-content: space-between;
  display: flex;
}

.slide-text-wrap {
  color: var(--text-color--text-secondary);
  letter-spacing: .015rem;
  flex-flow: column;
  justify-content: space-between;
  max-width: 42rem;
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.6;
  display: flex;
}

.slide-image-wrap {
  max-width: 22rem;
  max-height: 25rem;
}

.author-wrap {
  letter-spacing: -.01125rem;
  font-size: 1.125rem;
  font-style: normal;
  line-height: 1.5;
}

.author-wrap.hide-desktop {
  display: none;
}

.slide-logo-wrap {
  max-width: 9.1875rem;
  max-height: 2.5rem;
}

.arrow-embed {
  letter-spacing: .01rem;
  border: .0625rem solid #fff3;
  flex: 1;
  font-weight: 800;
  line-height: 1.3;
  transition: all .25s;
}

.arrow-embed:hover {
  background-color: var(--background-color--background-alternate);
  color: var(--link-color--link-secondary);
}

.author-name {
  color: var(--text-color--text-primary);
  letter-spacing: -.0175rem;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.5;
}

.section_testimonials {
  color: #fff;
  background-image: linear-gradient(#0b0b0b, #0b0b0b4d 30%, #0b0b0b);
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.label-wrap {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  letter-spacing: .0225rem;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  font-weight: 800;
  line-height: 1.2;
  display: flex;
}

.label-icon {
  object-fit: cover;
  width: 1.125rem;
  height: 1.125rem;
}

.label-container {
  border-bottom: .0625rem solid #fff3;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 1.875rem;
  display: flex;
}

.calendly-wrap {
  color: var(--text-color--text-secondary);
  letter-spacing: .01rem;
  flex-flow: column;
  min-width: 24.0625rem;
  display: flex;
}

.section_footer {
  color: #fff;
  background-color: #161616;
  flex-direction: column;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  position: relative;
}

.footer-col {
  letter-spacing: -.02rem;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  line-height: 1.3;
  display: flex;
}

.footer-col.middle {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  letter-spacing: -.01875rem;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 20.0625rem;
  font-size: 1.875rem;
  line-height: 1.2;
}

.footer-col.footer-right {
  letter-spacing: -.2rem;
  align-items: flex-end;
  font-size: 10rem;
  line-height: .9;
}

.footer-text-left_top {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  max-width: 11.25rem;
  display: flex;
}

.footer-right-text-middle-wrap {
  font-style: italic;
  display: flex;
}

.footer-socials-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-socials-wrap {
  z-index: 2;
  grid-column-gap: .6875rem;
  grid-row-gap: .6875rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.footer-image-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-icon-wrap {
  z-index: 2;
  border: .0625rem solid #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 6.625rem;
  height: 6.625rem;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-hover-circle {
  background-color: var(--background-color--background-primary);
  border-radius: 100%;
  width: 125%;
  height: 400%;
  position: absolute;
  inset: auto auto -400% -1rem;
}

.button-hover-circle.is-dark {
  background-color: var(--background-color--background-alternate);
}

.button-hover-circle.is-dark.is-small {
  width: 190%;
}

.button-text {
  z-index: 20;
  position: relative;
}

.button-secondary {
  color: var(--text-color--text-primary);
  text-align: center;
  background-color: #0000;
  border: .0625rem solid #fff3;
  border-radius: 6.9375rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 3.125rem;
  padding: .5rem 2rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.6;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-link {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.text-link-underline {
  background-color: var(--base-color-brand--yellow);
  width: 0%;
  height: .125rem;
}

.hamburger-button {
  display: none;
}

.partners-logo {
  width: 100%;
  height: 100%;
}

.mobile-pagination {
  letter-spacing: .01rem;
  border: .0625rem solid #fff3;
  justify-content: center;
  align-items: center;
  min-width: 5rem;
  margin-left: 1.125rem;
  margin-right: 1.125rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 800;
  line-height: 1.3;
  display: flex;
}

.mobile-pagination.hide-desktop {
  display: none;
}

.footer-icon-embed {
  z-index: 2;
  font-size: 1.5625rem;
  position: relative;
}

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

.hide-desktop {
  display: none;
}

.font-beyond {
  text-transform: uppercase;
  font-family: Pppangaia;
  font-weight: 500;
}

.forever-twitter {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  border: .0625rem solid #ffffff1a;
  border-radius: .625rem;
  padding: .5rem .625rem;
  font-size: .9rem;
  font-weight: 600;
  display: none;
  position: absolute;
  top: .284181rem;
  left: 36.0303rem;
}

.twitter-small-icon {
  width: .875rem;
}

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

.outreach-bg-wrap {
  z-index: 0;
  width: 54rem;
  height: 39.3125rem;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.outreach-highlight-text {
  color: var(--text-color--text-primary);
  letter-spacing: .025rem;
  font-style: italic;
  font-weight: 600;
}

.outreach-text {
  letter-spacing: -.0125rem;
  max-width: 30rem;
}

.outreach-bold {
  color: var(--text-color--text-primary);
  font-weight: 800;
}

.outreach-h3 {
  letter-spacing: -.045rem;
  font-size: 2.0625rem;
  font-weight: 600;
  line-height: 1.1;
}

.outreach-h3.secondary {
  margin-top: 5rem;
  margin-bottom: 2.5rem;
  font-size: 2.25rem;
}

.outreach-text-wrap {
  flex-flow: column;
  max-width: 32.5rem;
  display: flex;
}

.sales-funnel-illustration-img {
  width: 100%;
  height: auto;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.section_content {
  color: #fff;
  background-image: linear-gradient(#0b0b0b, #0b0b0b4d 30%, #0b0b0b);
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.outreach-icon-wrap {
  border: .0625rem solid #fff3;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin-bottom: 1.25rem;
  display: flex;
}

.line-divider {
  background-color: #fff3;
  width: 100%;
  height: .0625rem;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.xeol-img-wrap {
  width: 100%;
  height: auto;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.outreach-h2 {
  letter-spacing: -.0525rem;
  margin-bottom: 1.25rem;
  font-size: 2.625rem;
}

.outreach-h2.margin-top-140 {
  margin-top: 8.75rem;
}

.outreach-h2.margin-top-80 {
  margin-top: 5rem;
}

.outreach-link {
  color: var(--text-color--text-primary);
  font-weight: 600;
  text-decoration: underline;
}

.section_outreach-cta {
  color: #fff;
  background-image: linear-gradient(#0b0b0b, #0b0b0b4d 30%, #0b0b0b);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.outreach-cta-wrap {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  justify-content: center;
  align-items: center;
  max-width: 62.6875rem;
  display: flex;
}

.outreach-cta-text-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.max-width-430 {
  max-width: 26.875rem;
}

.client-website-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.overlay-hero-image {
  background-image: linear-gradient(#0b0b0b00, #0b0b0b), linear-gradient(262deg, #0b0b0b00, #0b0b0b 94%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.outreach-nav {
  z-index: 20;
  mix-blend-mode: difference;
  padding-top: 3.125rem;
  position: fixed;
  inset: 0% 0% auto;
}

.outreach-logo {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  letter-spacing: -.02rem;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.icon-size-13 {
  width: .8125rem;
  height: .8125rem;
  font-size: .8125rem;
}

.pricing-section {
  background-image: url('../images/Rectangle-19.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 100vh;
  padding-top: 7.5rem;
  padding-bottom: 9.375rem;
}

.pricing-calculator {
  background-color: #161616;
  padding: 1.875rem 3.125rem;
}

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

.hours-left-item {
  width: 100%;
  max-width: 15.5rem;
}

.hours-left-label {
  letter-spacing: .0225rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
}

.hours-input {
  color: var(--text-color--text-primary);
  background-color: #0000;
  border: .0625rem solid #fff3;
  width: 100%;
  max-width: 15.5rem;
  height: 4.375rem;
  margin-bottom: 0;
  padding-left: 1.5625rem;
  font-size: 1.3rem;
  font-weight: 400;
}

.hours-input::placeholder {
  font-size: 1.3rem;
  font-weight: 400;
}

.hours-right-item {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  height: 4.375rem;
  font-weight: 800;
  display: flex;
}

.hours-plus-icon {
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
}

.hours-main-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hours-table {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  margin-top: 4.375rem;
  display: flex;
}

.hours-total-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.total-input {
  text-align: right;
  background-color: #ffffff1a;
  border: .0625rem #fff3;
  justify-content: flex-end;
  align-items: center;
  min-width: 10.5rem;
  max-width: none;
  height: 4.375rem;
  margin-bottom: 0;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  font-size: 2.3rem;
  font-weight: 400;
  display: flex;
  overflow: visible;
}

.total-input::placeholder {
  font-weight: 400;
}

.hours-table-header-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: .875rem;
  display: flex;
}

.hours-header {
  letter-spacing: .0225rem;
  text-transform: uppercase;
  width: 100%;
  max-width: 19.6875rem;
  font-size: 1.125rem;
  font-weight: 800;
}

.per-hours-header {
  letter-spacing: .0225rem;
  text-transform: uppercase;
  width: 100%;
  max-width: 34.3125rem;
  font-size: 1.125rem;
  font-weight: 800;
}

.total-header {
  text-align: right;
  letter-spacing: .0225rem;
  text-transform: uppercase;
  width: 100%;
  max-width: 19.6875rem;
  font-size: 1.125rem;
  font-weight: 800;
}

.hours-table-row {
  border: .0625rem solid #fff3;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 0;
  display: flex;
}

.hour-label {
  width: 100%;
  max-width: 19.6875rem;
  padding-left: 1.25rem;
  font-family: Ppmori;
  font-size: 1.5rem;
  font-weight: 600;
}

.per-hour-label {
  width: 100%;
  max-width: 34.3125rem;
  padding-left: 0;
  font-family: Ppmori;
  font-size: 1.5rem;
  font-weight: 600;
}

.total-cost {
  text-align: right;
  width: 100%;
  max-width: 19.6875rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: Ppmori;
  font-size: 1.5rem;
  font-weight: 600;
}

.hours-right-toggle {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hours-right-input-wrap {
  display: none;
  position: relative;
}

.hide-right-input-icon {
  z-index: 10;
  cursor: pointer;
  width: 1.875rem;
  height: 1.875rem;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% .75rem 0% auto;
}

.pricing-top-column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-bottom: 4.6875rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.pricing-top-icon {
  justify-content: center;
  align-items: center;
  width: 3.4375rem;
  display: flex;
}

.pricing-heading {
  font-size: 3.75rem;
}

.margin-bottom-8 {
  margin-bottom: .5rem;
}

.stefan-bubble {
  width: 13.875rem;
  height: 13.875rem;
  position: absolute;
  inset: -15% auto auto 0%;
}

.nenad-bubble {
  width: 13.875rem;
  height: 13.875rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.max-width-370 {
  max-width: 23.125rem;
}

.hours-right-total-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.urgent-radio-wrap {
  background-color: #ffffff1a;
  border-radius: 2rem;
  width: 3.875rem;
  margin-bottom: 0;
  padding: .375rem;
  position: relative;
}

.urgent-radio-box {
  z-index: 12;
  background-color: #fff;
  border: .0625rem solid #fff;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-left: 0;
  transition: transform .2s;
  position: relative;
  transform: translate(0%);
}

.urgent-radio-box.w--redirected-checked {
  background-color: #fff;
  border-color: #fff;
  transform: translate(100%);
}

.urgent-radio-label {
  z-index: 10;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

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

.hero_section {
  padding-top: 15rem;
  padding-bottom: 0;
}

.container {
  width: 100%;
  max-width: 95vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.webflow-logo {
  cursor: pointer;
  width: 9.6875rem;
  margin-bottom: 1.875rem;
  transition: all .25s ease-in-out;
}

.webflow-logo:hover {
  transform: scale(1.1);
}

.hero-heading {
  letter-spacing: -.02625rem;
  max-width: 34.0625rem;
  margin-bottom: 1.25rem;
  font-size: 3rem;
}

.hero-nenad-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Swankyandmoomoo, Arial, sans-serif;
  font-size: 2.375rem;
  line-height: 1.2;
  display: none;
  position: absolute;
  inset: 5% auto auto 10%;
}

.hero-nenad-arrow {
  width: 1.875rem;
  margin-bottom: -.75rem;
  margin-right: -2.9375rem;
  transform: rotate(34deg);
}

.nenad-hero-img {
  width: 8rem;
  max-width: none;
  height: 8rem;
  margin-right: -8.3125rem;
  transform: rotate(-20deg);
}

.hero-stefan-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: Swankyandmoomoo, Arial, sans-serif;
  font-size: 2.375rem;
  line-height: 1.2;
  display: none;
  position: absolute;
  inset: -5% 2% auto auto;
}

.stefan-hero-img {
  width: 7.5rem;
  max-width: none;
  height: 7.5rem;
  margin-right: 0;
  transform: rotate(14deg);
}

.hero-stefan-arrow {
  width: 2.8125rem;
  margin-bottom: 0;
  margin-right: 0;
}

.story-section {
  padding-bottom: 5rem;
}

.section-border-top-line {
  background-color: #1616161a;
  width: 100%;
  height: .0625rem;
  margin-bottom: 1.5625rem;
}

.label {
  letter-spacing: .00875rem;
  text-transform: uppercase;
  font-family: Ppformula, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.6;
}

.story-top-spacer {
  height: 6.875rem;
}

.story-heading {
  letter-spacing: .0625rem;
  text-transform: uppercase;
  max-width: 42.5rem;
  font-family: Morganitepro, Arial, sans-serif;
  font-size: 6.25rem;
  font-weight: 600;
  line-height: .85;
}

.story-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  margin-top: 15rem;
  display: flex;
  position: relative;
}

.story-card {
  width: 100%;
  max-width: 28.125rem;
  position: relative;
}

.story-img {
  width: 100%;
}

.story-card-item {
  z-index: 1;
  color: #fff;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 1.875rem;
  padding-left: 1.875rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.story-card-item:hover {
  opacity: 1;
}

.linkedin-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: 0;
  color: #fff;
  text-align: center;
  letter-spacing: .0125rem;
  background-image: linear-gradient(124deg, #007bb5 43.4%, #00a0dd 80%);
  border-radius: .625rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 14.375rem;
  height: 3.4375rem;
  margin: auto;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  transition-property: box-shadow;
  transition-duration: .4s;
  transition-timing-function: ease;
  display: none;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2.998px 0 0 #1277a6, inset 0 .0936875rem .468375rem 0 #ffffff40, 0 .936813rem 2.342rem 0 #0197d34d;
}

.linkedin-button:hover {
  box-shadow: 0 1px 0 0 #000, inset 0 0 .125rem 0 #ffffff40, 0 .3125rem .3125rem 0 #0000004d;
}

.linkedin-icon {
  justify-content: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.story-label-stefan {
  z-index: 3;
  max-width: 10.625rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -4.4rem 0% auto;
}

.story-h4 {
  z-index: 4;
  letter-spacing: -.06rem;
  white-space: nowrap;
  font-family: Swankyandmoomoo, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: .7;
  position: relative;
  transform: rotate(-11deg);
}

.story-s1 {
  width: 10.625rem;
  max-width: none;
  margin-bottom: -.875rem;
  position: absolute;
  inset: auto 0% 0% -1%;
  transform: rotate(-7deg);
}

.story-h4-nenad {
  z-index: 4;
  letter-spacing: -.06rem;
  white-space: nowrap;
  font-family: Swankyandmoomoo, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  transform: rotate(11deg);
}

.story-label-nenad {
  z-index: 3;
  max-width: 11.25rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -4.4rem 0% auto;
}

.story-s2 {
  width: 10.625rem;
  max-width: none;
  margin-bottom: 0;
  position: absolute;
  inset: auto 0% -.5rem -.5rem;
  transform: rotate(22deg);
}

.client_section {
  z-index: 10;
  padding-bottom: 12.5rem;
  position: relative;
  overflow: hidden;
}

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

.clients-tab-menu {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.clients-tab-link {
  background-color: #0000;
  border: .0625rem solid #0003;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  min-height: 11.25rem;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
}

.clients-tab-link.w--current {
  background-color: #0000;
  border-width: .125rem;
  border-color: #000;
}

.clients-tab-content {
  color: #fff;
  --_testimonial-2-card---testimonial-card-color: var(--text-color--text-error);
  background-color: #161616;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 1.875rem;
  display: none;
  overflow: visible;
}

.clients-tab-content.bg-curri, .clients-tab-content.bg-nextiva {
  background-color: #3658f8;
}

.clients-tab-content.bg-samcart {
  color: #202422;
  background-color: #53ee9c;
}

.clients-tab-content.bg-puck {
  color: #2e3336;
  background-color: #75cbfc;
}

.clients-tab-content.bg-valence {
  color: #282226;
  background-color: #ff63ab;
}

.clients-tab-content.bg-xeol {
  color: #25231f;
  background-color: #fcae00;
}

.clients-tab-content.bg-invert {
  color: #20221e;
  background-color: #cad0c2;
}

.clients-tab-content.bg-kento {
  color: #1a1d1b;
  background-color: #61d78a;
}

.cleints-tab-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  letter-spacing: .01875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.25;
  display: flex;
}

.quote-icon {
  width: 1.75rem;
  height: 1.5rem;
}

.clients-about-wrap {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.clients-about-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  letter-spacing: .01rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  display: flex;
}

.clients-heading {
  letter-spacing: .01875rem;
  text-transform: none;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
}

.our-clients-cover {
  grid-column-gap: 0vh;
  grid-row-gap: 0vh;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.projects_section {
  padding-bottom: 8.75rem;
}

.projects-home-wrap {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  border-radius: .625rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.projects-home-item {
  cursor: pointer;
  position: relative;
}

.button-arrow {
  width: 1.25rem;
  height: 1.25rem;
}

.home-cta-section {
  padding-bottom: 7.5rem;
}

.home-cta-left-column {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  color: #ececec;
  background-color: #161616;
  border-radius: .625rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.5rem 1.875rem 1.875rem;
  display: flex;
}

.h2-small {
  letter-spacing: .05rem;
  font-size: 5rem;
}

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

.home-cta-label-wrap {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: wrap;
  margin-top: 1rem;
  display: flex;
}

.op50 {
  opacity: .5;
}

.home-cta-label {
  letter-spacing: .00875rem;
  text-transform: uppercase;
  border: .0625rem solid #ececec33;
  border-radius: .3125rem;
  padding: .625rem;
  font-size: .875rem;
  font-weight: 500;
}

.home-cta-label.is-secondary {
  border-color: #ececec;
}

.button-yellow {
  text-align: center;
  letter-spacing: .0125rem;
  cursor: pointer;
  color: #000;
  background-image: linear-gradient(124deg, #e1fd55 43.4%, #bbdb17);
  border-radius: .625rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 17.125rem;
  padding: 1.25rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  transition-property: all;
  transition-duration: .25s;
  transition-timing-function: ease-in-out;
  display: flex;
  position: relative;
  box-shadow: 0 4px 0 0 #9eb13e, inset 0 .125rem .625rem 0 #ffffff40, 0 1.25rem 3.125rem 0 #e1fd554d;
}

.button-yellow:hover {
  transform: scale(1.1)rotate(-1deg);
}

.home-cta-right-column {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  background-color: #fff;
  border-radius: .625rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.5rem 1.875rem;
  display: flex;
}

.footer-left-column {
  color: #a5a5a5;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 1rem;
  display: flex;
}

.max-width-180 {
  font-weight: 500;
}

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

.footer-middle-column {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #a5a5a5;
  letter-spacing: -.01875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 17.5rem;
  font-size: 1.875rem;
  line-height: 1.2;
  display: flex;
}

.footer-cta-link {
  color: #ececec;
  text-underline-offset: .375rem;
  text-decoration: underline;
}

.footer-right-column {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.footer-heading {
  text-align: right;
  letter-spacing: -.6rem;
  padding-right: 1.25rem;
  font-family: Ppneuemontreal, Arial, sans-serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: .9;
}

.brothers-img-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 9.375rem 0% auto;
}

.brother-img {
  border: .25rem solid #161616;
  border-radius: 50%;
  width: 9.375rem;
  height: 8.75rem;
  margin-top: .125rem;
  margin-right: -.875rem;
}

.hero-text-n {
  color: #161616cc;
  max-width: 22.5rem;
  margin-bottom: 1.25rem;
  font-weight: 500;
}

.button-small-text {
  opacity: .5;
  letter-spacing: .026875rem;
  font-size: .875rem;
}

.hero-img-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 6.25rem;
}

.hero-img {
  border-radius: .9375rem;
  flex: none;
  width: 100%;
}

.testimonial_section {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.testimonial-swiper-wrap {
  justify-content: space-between;
  align-items: center;
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  display: flex;
}

.testimonial-swiper-wrap.display-none {
  display: none;
}

.testimonial-swiper {
  width: 100%;
  max-width: 57.1875rem;
}

.testimonial-swiper-slide {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.y-comb-wrap {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  text-align: left;
  letter-spacing: .035rem;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  display: flex;
}

.y-comb-logo {
  width: 7.5rem;
  height: 1.5rem;
}

.testimonial-text {
  max-width: 44rem;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
}

.client-info {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  letter-spacing: .04375rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.client-img {
  width: 5rem;
  height: 5rem;
}

.client-heading {
  letter-spacing: .01875rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
}

.button-prev {
  cursor: pointer;
  border: .0625rem solid #0000001a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 5.625rem;
  height: 5.625rem;
  transition: all .25s ease-in-out;
  display: flex;
}

.button-prev:hover {
  background-color: #fff;
  border-width: 0;
  transform: scale(1.15);
}

.button-next {
  cursor: pointer;
  border: .0625rem solid #0000001a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 5.625rem;
  height: 5.625rem;
  transition: all .25s ease-in-out;
  display: flex;
}

.button-next:hover {
  background-color: #fff;
  border-width: 0;
  transform: scale(1.15);
}

.mission-home-text {
  max-width: 33.75rem;
  font-size: 1.75rem;
  line-height: 1.3;
}

.we-are-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  background-color: #e1fd55;
  border-radius: .625rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 17rem;
  padding: 1.875rem 1rem;
  line-height: 1.2;
  display: flex;
  position: absolute;
  inset: 6.25rem auto auto -6.25rem;
  transform: rotate(-4deg);
}

.we-are-label {
  letter-spacing: .0125rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
}

.we-are-text1 {
  color: #16161680;
  text-decoration: line-through;
}

.we-are-arrow {
  width: 1.25rem;
}

.op80 {
  opacity: .8;
}

.our-projects-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100vh;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.projects-home-content {
  z-index: 1;
  opacity: 0;
  color: #fff;
  text-underline-offset: .5rem;
  background-image: linear-gradient(152deg, #bbb0, #262626cc);
  border-radius: .9rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 3.125rem;
  text-decoration: underline;
  text-decoration-thickness: .5rem;
  transition-property: opacity;
  transition-duration: .4s;
  transition-timing-function: ease;
  display: flex;
  position: absolute;
  inset: 0%;
}

.projects-home-content:hover {
  opacity: 1;
}

.home-projects-heading {
  letter-spacing: .06875rem;
  text-transform: uppercase;
  font-family: Morganitepro, Arial, sans-serif;
  font-size: 6.875rem;
  font-weight: 600;
  line-height: .8;
}

.home-video-testimonial-wrap {
  border-radius: 1rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.home-video-testimonial {
  object-fit: cover;
  width: 100%;
  height: 23.9375rem;
  position: relative;
}

.home-video-testimonial-item {
  z-index: 2;
  background-image: linear-gradient(#0000, #0006);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: opacity .4s, padding-bottom .4s;
  display: flex;
}

.home-video-testimonial-item:hover {
  opacity: 1;
}

.home-video-testimonial-info {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  letter-spacing: .0375rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: .875rem;
  display: flex;
}

.home-video-heading {
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 500;
}

.home-video-logo {
  width: 7rem;
  height: 2rem;
}

.play-video-wrap {
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.play-icon, .pause-icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.play-icon-wrap {
  -webkit-backdrop-filter: blur(.3125rem);
  backdrop-filter: blur(.3125rem);
  background-color: #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  transition: all .25s ease-in-out;
  display: flex;
}

.play-icon-wrap:hover {
  background-color: #ffffff52;
  transform: scale(1.15);
}

.pause-icon-wrap {
  opacity: 0;
  -webkit-backdrop-filter: blur(.3125rem);
  backdrop-filter: blur(.3125rem);
  background-color: #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  transition: opacity .2s;
  display: none;
}

.nav-menu {
  z-index: 99;
  background-color: #fff;
  border-radius: .625rem;
  width: 7.5rem;
  height: 4.0625rem;
  padding: 1rem 1.25rem;
  overflow: hidden;
}

.nav-menu-top-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-logo-icon {
  width: 1.875rem;
  height: 1.875rem;
}

.nav-button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.nav-button-sep {
  background-color: #000;
  width: 100%;
  height: .125rem;
}

.nav-menu-bottom-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.nav-link {
  color: #161616;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.nav-menu-bottom-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 1.875rem;
  padding-bottom: .5rem;
  display: flex;
}

.nav-menu-bottom-sep {
  background-color: #0000001a;
  width: 100%;
  height: .0625rem;
}

.nav-button-cta {
  color: #fff;
  text-align: center;
  letter-spacing: .0125rem;
  white-space: nowrap;
  background-color: #0000;
  background-image: linear-gradient(124deg, #2b2b2b 43.4%, #464646 80%);
  border-radius: .625rem;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  margin-top: .75rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  transition-property: box-shadow;
  transition-duration: .4s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
  box-shadow: 0 4px 0 0 #000, inset 0 .125rem .625rem 0 #ffffff40, 0 1.25rem 3.125rem 0 #0000004d;
}

.clients-tab-content-wrap {
  z-index: 99;
  color: #ececec;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 28rem;
  height: auto;
  margin: auto;
  display: block;
  position: absolute;
  inset: 105% 0% auto 50%;
  overflow: visible;
  transform: translate(-50%);
}

.clients-tab-content-wrap.show {
  display: block;
}

.work_hero {
  color: #fff;
  background-color: #161616;
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
}

.work-loop-wrap {
  margin-bottom: 3.75rem;
  display: flex;
}

.work-loop-item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  letter-spacing: .1375rem;
  text-transform: uppercase;
  white-space: nowrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-right: 1.25rem;
  font-family: Morganitepro, Arial, sans-serif;
  font-size: 13.75rem;
  font-weight: 700;
  line-height: .85;
  display: flex;
}

.work-loop-icon {
  justify-content: center;
  align-items: center;
  width: 6.25rem;
  height: 6.25rem;
  display: flex;
}

.work-hero-text {
  color: #fffc;
  max-width: 15.1875rem;
  margin-bottom: 2.5rem;
  font-size: 1rem;
}

.work-filter {
  color: #ececec4d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: .875rem;
  display: flex;
}

.filter-dropdown {
  width: 100%;
  max-width: 12.5rem;
  margin-top: 2.5rem;
}

.filter-toggle {
  color: #fff;
  text-transform: uppercase;
  border-bottom: .0625rem solid #fff3;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 1.125rem;
  font-family: Morganitepro, Arial, sans-serif;
  font-size: 2.5rem;
  line-height: .8;
  display: flex;
}

.filter-toggle-icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.work-filter-wrap {
  width: 100%;
  max-width: 12.5rem;
  margin-bottom: 0;
}

.filter-dropdown-list {
  color: #fff;
  background-color: #262626;
  width: 18.1875rem;
  padding: 1.125rem;
  display: none;
  inset: 120% 0% auto 50%;
  transform: translate(-50%);
}

.filter-dropdown-text {
  color: #ececec;
  border-bottom: .0625rem solid #c4c4c4;
  width: 100%;
  margin-bottom: .75rem;
  padding-bottom: .75rem;
  padding-left: 0;
  padding-right: 1.25rem;
  font-family: Ppneuemontreal, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  display: block;
}

.work-grid-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #ececec;
  border-top: .0625rem solid #ececec33;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
  position: relative;
}

.work-order-number {
  color: #ececec33;
  font-family: Morganitepro, Arial, sans-serif;
  font-size: 6.25rem;
  line-height: .8;
}

.work-heading {
  line-height: .8;
}

.work-arrow-icon {
  width: 2rem;
  height: 2rem;
}

.navigation {
  z-index: 99;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.875rem;
  padding-left: 1.875rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.work-nested-label {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.work-images-wrap {
  z-index: 10;
  width: 25rem;
  height: 15.625rem;
  display: none;
  position: absolute;
  inset: -50% 0% auto auto;
}

.work-img-1 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.work-img-2 {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.work-img-3 {
  z-index: 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.work-img-4 {
  z-index: 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.line-divider-pricing {
  background-color: #fff3;
  width: 100%;
  height: .0625rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.opacity50 {
  opacity: .5;
}

.logo16 {
  height: 1rem;
}

.logo26 {
  height: 1.625rem;
}

.logo22 {
  height: 1.375rem;
}

.logo46 {
  height: 2.875rem;
}

.logo32 {
  height: 2.125rem;
}

.logo36 {
  height: 2.25rem;
}

.logo29 {
  height: 1.8125rem;
}

.image-2 {
  mix-blend-mode: soft-light;
}

.blending-mode {
  mix-blend-mode: exclusion;
}

.we-are-main-wrap {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.we-are-main-wrap.margin-bottom.margin-120 {
  margin-bottom: 7.5rem;
}

.we-are-main-wrap.align-center {
  justify-content: flex-start;
  align-items: center;
}

.we-are-main-wrap.display_hide {
  display: none;
}

.we-are-main-wrap.filter-column {
  z-index: 5;
}

.we-are-main-wrap.hero-projects {
  justify-content: flex-start;
  align-items: center;
}

.section_footer-2 {
  color: #fff;
  background-image: linear-gradient(#0b0b0b, #0b0b0b4d 30%, #0b0b0b);
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

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

.footer-icon-wrap-2 {
  z-index: 2;
  border: 1px solid #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 6.625rem;
  height: 6.625rem;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-link-underline-2 {
  background-color: #fff84c;
  width: 0%;
  height: 2px;
}

.text-color-secondary-2 {
  color: #a5a5a5;
}

.button-hover-circle-2 {
  background-color: #0b0b0b;
  border-radius: 100%;
  width: 125%;
  height: 400%;
  position: absolute;
  inset: auto auto -400% -1rem;
}

.button-hover-circle-2.is-dark {
  background-color: #fff;
}

.button-hover-circle-2.is-dark.is-small {
  width: 190%;
}

.label-container-2 {
  border-bottom: 1px solid #fff3;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 1.875rem;
  display: flex;
}

.faq_section {
  padding-bottom: 9.375rem;
}

.faq-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-dropdown {
  background-color: #fff;
  border-radius: .625rem;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.faq-toggle {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem 0;
  display: flex;
}

.faq-heading {
  letter-spacing: .020625rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.faq-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.faq-icon-h {
  background-color: #000;
  width: 20px;
  height: 2px;
}

.faq-icon-v {
  background-color: #000;
  width: 2px;
  height: 20px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.faq-list {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.faq-answer {
  color: #16161680;
  letter-spacing: .020625rem;
  max-width: 45.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.5rem;
  font-weight: 500;
}

.faq-answer-sep {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
}

.span-bold {
  color: #161616;
  font-weight: 700;
}

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

  .padding-global.padding-nav {
    padding: 0;
  }

  .padding-global.padding-section {
    padding-top: 2.35938rem;
  }

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

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

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

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

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

  .button.is-nav {
    min-height: 2.5rem;
    margin-top: auto;
    padding-top: .7rem;
    padding-bottom: .7rem;
    font-weight: 700;
  }

  .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_container {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-top: 2.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
  }

  .nav_menu {
    z-index: 2;
    background-color: var(--background-color--background-primary);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 92svh;
    padding-bottom: 2.8125rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: none;
    position: absolute;
    inset: 5rem 0% 0%;
  }

  .hero_content {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

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

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

  .hero-text {
    letter-spacing: .01rem;
    line-height: 1.5;
  }

  .nav-links-wrap {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
    flex-flow: column;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .nav-work-wrap {
    display: flex;
  }

  .nav-links-col {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
    justify-content: center;
    align-items: center;
  }

  .partners-label {
    line-height: 1.5;
  }

  .partners-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .partners-list-item {
    padding: .625rem;
  }

  .slide-content {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    flex-flow: column;
  }

  .slide-image-wrap {
    max-width: none;
    max-height: none;
  }

  .slide-logo-wrap {
    margin-bottom: 1.625rem;
  }

  .section_testimonials, .section_footer {
    padding-top: 3rem;
  }

  .footer-image-wrap {
    display: none;
  }

  .text-link {
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 1.5rem;
  }

  .text-link.text-weight-semibold {
    font-weight: 400;
  }

  .hamburger-button {
    border: .0625rem solid #fff3;
    border-radius: 1.6875rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
  }

  .burger-line {
    background-color: var(--background-color--background-alternate);
    width: .8125rem;
    height: .09375rem;
    margin-top: .125rem;
    margin-bottom: .125rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section_content, .section_outreach-cta {
    padding-top: 3rem;
  }

  .outreach-cta-wrap {
    flex-flow: column;
  }

  .outreach-cta-text-wrap {
    order: -1;
  }

  .clients-about-wrap {
    margin-top: 1.25rem;
  }

  .section_footer-2 {
    padding-top: 3rem;
  }

  .faq-toggle {
    white-space: normal;
  }
}

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

  h2 {
    font-size: 6rem;
  }

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

  .text-color-secondary.font-height-150-mobile {
    line-height: 1.5;
  }

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

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

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

  .padding-global.padding-section {
    padding-top: 7.5rem;
  }

  .padding-global.padding-section-footer {
    padding-top: 7.5rem;
    padding-bottom: 4.75rem;
  }

  .padding-global.padding-section-outreach-cta {
    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;
  }

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

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

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

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

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

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

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

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

  .button {
    min-height: 2.75rem;
  }

  .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_container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .nav_brand {
    padding-left: 0;
  }

  .hero_content {
    width: 100%;
  }

  .section_hero.outreach {
    padding-bottom: 5rem;
  }

  .container_grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

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

  .nav-links-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .beacon-wrapper {
    margin-right: 0;
    top: -.0625rem;
  }

  .nav-links-col {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .partners-list-wrap {
    display: none;
  }

  .partners-list.mobile {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .splide {
    padding-top: 1.875rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .splide__progress__bar {
    height: .125rem;
  }

  .splide__arrows {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
  }

  .desktop-pagination {
    border-style: none;
    justify-content: flex-start;
    align-items: center;
    width: 2.25rem;
    height: 1.3125rem;
    margin-bottom: .625rem;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-content {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    flex-flow: column;
  }

  .slide-text-wrap {
    max-width: none;
    font-size: 1rem;
    font-style: normal;
    line-height: 1.5;
  }

  .slide-image-wrap {
    max-width: none;
    height: 27.5rem;
    max-height: none;
  }

  .author-wrap {
    color: var(--text-color--text-secondary);
    letter-spacing: .01rem;
    margin-top: -.625rem;
    font-size: 1rem;
  }

  .author-wrap.hide-desktop {
    display: block;
  }

  .slide-logo-wrap {
    max-width: 5.125rem;
    margin-bottom: 1.625rem;
  }

  .author-name {
    font-size: 1.25rem;
    font-weight: 700;
  }

  .section_testimonials {
    padding-top: 0;
  }

  .label-wrap {
    letter-spacing: -.0125rem;
    text-transform: capitalize;
    margin-bottom: .8125rem;
    font-weight: 600;
    line-height: 1.5;
  }

  .label-container {
    margin-bottom: 1.25rem;
  }

  .calendly-wrap {
    min-width: 20.3125rem;
  }

  .section_footer {
    padding-top: 3.75rem;
  }

  .footer-col.middle {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    margin-bottom: .625rem;
    font-size: 1.5rem;
  }

  .footer-col.footer-right {
    justify-content: center;
    align-items: center;
    margin-bottom: 1.9375rem;
  }

  .footer-text-left_top {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .footer-right-text-middle-wrap {
    justify-content: center;
    align-self: flex-start;
    align-items: center;
  }

  .footer-socials-wrap {
    position: static;
  }

  .footer-image-wrap {
    display: none;
  }

  .footer-icon-wrap {
    width: 6rem;
    height: 6rem;
  }

  .text-link {
    letter-spacing: .015rem;
    justify-content: center;
    align-items: center;
  }

  .text-link.is-footer {
    color: #fff84c;
    text-decoration: underline;
  }

  .mobile-pagination {
    border-style: none;
    justify-content: flex-start;
    align-items: center;
    width: 2.25rem;
    height: 1.3125rem;
    margin-bottom: .625rem;
    margin-left: 0;
    margin-right: 0;
  }

  .mobile-pagination.hide-desktop {
    display: flex;
  }

  .hide-desktop {
    display: block;
  }

  .outreach-bg-wrap {
    width: 30rem;
  }

  .section_content, .section_outreach-cta {
    padding-top: 0;
  }

  .outreach-cta-wrap {
    flex-flow: column;
    max-width: none;
    margin-top: 6.25rem;
  }

  .outreach-cta-text-wrap {
    order: -1;
  }

  .hero_section {
    padding-top: 7rem;
  }

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

  .story-wrap {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    flex-flow: column;
    margin-top: 2.5rem;
  }

  .story-card {
    max-width: none;
  }

  .linkedin-button {
    min-height: 2.75rem;
  }

  .story-label-stefan {
    inset: -3rem auto auto 0%;
  }

  .story-h4, .story-h4-nenad {
    transform: none;
  }

  .story-label-nenad {
    inset: -3.3rem auto auto 0%;
  }

  .client_section {
    padding-bottom: 5rem;
  }

  .clients-tab-menu {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .button-yellow {
    min-height: 2.75rem;
  }

  .testimonial_section {
    padding-bottom: 5rem;
  }

  .testimonial-swiper-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .testimonial-swiper {
    order: -1;
  }

  .button-prev {
    width: 3rem;
    height: 3rem;
    position: relative;
    left: -2rem;
  }

  .button-next {
    width: 3rem;
    height: 3rem;
    margin-top: -5rem;
    position: relative;
    right: -2rem;
  }

  .we-are-wrap {
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .our-projects-wrap {
    height: auto;
    position: relative;
    top: 0;
  }

  .home-projects-heading {
    text-underline-offset: .25rem;
    font-size: 4rem;
    text-decoration-thickness: .25rem;
  }

  .nav-button-cta {
    min-height: 2.75rem;
  }

  .clients-tab-content-wrap {
    display: none;
  }

  .navigation {
    z-index: 1000;
    justify-content: flex-end;
    align-items: center;
    padding-top: 1.25rem;
    padding-right: 1.25rem;
  }

  .we-are-main-wrap {
    order: -1;
    margin-bottom: 7.5rem;
  }

  .section_footer-2 {
    padding-top: 0;
  }

  .footer-icon-wrap-2 {
    width: 6rem;
    height: 6rem;
  }

  .text-color-secondary-2.font-height-150-mobile {
    line-height: 1.5;
  }

  .label-container-2 {
    margin-bottom: 1.25rem;
  }

  .faq-dropdown {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .faq-answer {
    font-size: 1rem;
  }
}

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

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

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

  .padding-global.outreach-padding {
    padding-top: 10rem;
  }

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

  .hero_content {
    max-width: 20.125rem;
  }

  .section_hero {
    padding-top: 0;
  }

  .column.cover-column {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .beacon-wrapper {
    margin-right: .625rem;
  }

  .image.cover-bottom {
    object-position: 50% 20%;
  }

  .partners-list-wrap, .partners-list {
    width: 100%;
  }

  .partners-list-item {
    min-height: 2.5rem;
  }

  .slide-image-wrap {
    height: 13.75rem;
  }

  .calendly-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-right-text-middle-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-socials-container {
    width: 100%;
  }

  .footer-socials-wrap {
    justify-content: center;
    width: 100%;
  }

  .outreach-bg-wrap {
    width: 100%;
    height: 19rem;
    inset: 0% auto auto 0%;
  }

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

  .outreach-h3 {
    font-size: 1.8rem;
  }

  .outreach-h3.secondary {
    margin-top: 0;
  }

  .outreach-text-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .outreach-icon-wrap {
    width: 4.8rem;
  }

  .outreach-h2 {
    font-size: 2rem;
  }

  .outreach-cta-text-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .outreach-nav {
    padding-top: 1.5rem;
  }

  .pricing-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .pricing-calculator {
    padding: 2.5rem 1.25rem;
  }

  .hours-wrap {
    flex-flow: column;
  }

  .hours-left-label {
    font-size: .875rem;
  }

  .hours-input {
    height: 3.125rem;
    font-size: 1rem;
  }

  .hours-right-item {
    align-self: auto;
  }

  .hours-main-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hours-total-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .total-input {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    height: 3.125rem;
    font-size: 1.5rem;
  }

  .hours-header, .per-hours-header, .total-header {
    font-size: .875rem;
  }

  .hour-label {
    padding-left: .75rem;
    font-size: 1rem;
  }

  .per-hour-label {
    text-align: right;
    font-size: 1rem;
  }

  .total-cost {
    padding-right: .75rem;
    font-size: 1rem;
  }

  .pricing-top-column {
    max-width: none;
    padding-top: 7.5rem;
  }

  .pricing-heading {
    font-size: 3.25rem;
  }

  .stefan-bubble {
    width: 6.25rem;
    height: 6.25rem;
    margin-left: auto;
    margin-right: auto;
    inset: 0% 0% auto -25%;
  }

  .nenad-bubble {
    width: 6.25rem;
    height: 6.25rem;
    margin-left: auto;
    margin-right: auto;
    inset: 0% -25% auto 0%;
  }

  .hero_section {
    padding-top: 10rem;
  }

  .story-top-spacer {
    height: 1.5rem;
  }

  .story-heading {
    font-size: 5rem;
  }

  .clients-tab-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .clients-tab-link {
    width: 100%;
    min-height: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .projects_section {
    padding-bottom: 5rem;
  }

  .testimonial_section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .testimonial-text {
    font-size: 1.55rem;
  }

  .mission-home-text {
    font-size: 1.5rem;
  }

  .our-projects-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .we-are-main-wrap {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -.5rem;
  }
}

#w-node-f8b7c4cc-4d8d-c1f9-9912-9bcef89e3140-9c06bb3a, #w-node-_1a996c2d-14a9-c74e-1b3a-f6077156707c-9c06bb3a, #w-node-b6ee1901-7981-af1c-071d-b868bcb80131-9c06bb3a, #w-node-_5e1f4581-dfa3-aac4-88d3-89a017944646-9c06bb3a, #w-node-_6abea297-9abc-bbc6-1c3a-7e698c570f48-9c06bb3a, #w-node-fa2c5bd7-9bf2-0c5c-93e7-44d3bdf8cd78-9c06bb3a, #w-node-eae9d2ee-5655-28a3-c5b4-b4dc4796208e-9c06bb3a {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-c59dc437-c2d2-0b80-1bad-d73551e795cb-9c06bb3a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a6571c77-41f1-dfdd-9656-0b36bf822609-9c06bb3a {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_3b9c2146-d8c7-6a6e-0986-a8ddae894cd1-9c06bb3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a792e69-4e5d-ad7d-d729-742055959956-9c06bb3a {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_2a792e69-4e5d-ad7d-d729-742055959958-9c06bb3a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_2a792e69-4e5d-ad7d-d729-742055959960-9c06bb3a {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_6b7c758d-8f07-4687-3fd7-1e29f46375c8-9c06bb3a {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-b34498d8-d30a-a773-21da-dc7e5c6b867f-9c06bb3a, #w-node-_2e4d511e-f4e3-3204-a406-029fd2aa03e0-9c06bb3a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_05f5fb43-a8cd-61b2-431f-68eb67fbf0d6-9c06bb3a {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_201f3a40-f8ed-fb9a-19fc-10173e9cc373-9c06bb3a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_4f07983f-6dca-bd5f-2bb7-0ab90441575d-9c06bb3a {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_72b6d8ab-c792-3e79-5ceb-eb20b6ccbd9f-303c845a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_72b6d8ab-c792-3e79-5ceb-eb20b6ccbdb2-303c845a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_72b6d8ab-c792-3e79-5ceb-eb20b6ccbdbc-303c845a {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_396176c6-906a-9f74-c6d0-8a4663dfdeac-63dfdea9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start;
}

#w-node-_396176c6-906a-9f74-c6d0-8a4663dfdeae-63dfdea9 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-f714049d-9826-2595-d5ae-119ee37e4e1a-63dfdea9, #w-node-_4e14e9d1-f54f-6b73-f798-562bb0ba0000-63dfdea9, #w-node-_00a3ab4f-0753-3e80-4bb0-47605271fe7a-63dfdea9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0bca1743-5e02-7465-e9ec-6a759a726fa9-b86892d7 {
  grid-area: span 1 / span 10 / span 1 / span 10;
  justify-self: center;
}

#w-node-_0bca1743-5e02-7465-e9ec-6a759a726faa-b86892d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0bca1743-5e02-7465-e9ec-6a759a726fce-b86892d7 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_431184f9-ff64-bd12-ec7a-32c843022885-b86892d7 {
  grid-area: 4 / 3 / 5 / 9;
  justify-self: center;
}

#w-node-_0bca1743-5e02-7465-e9ec-6a759a727344-b86892d7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-a5fbd14f-c06c-5566-292c-f78b20082564-6b9ca921 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-daf1f46d-7d76-801e-43d8-97b32e9c3fdf-6b9ca921 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-a27fde32-e6ee-29fc-c42f-53ad2e6507cf-6b9ca921 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_0a7918c5-4b4e-bf37-861b-525899912bc3-6b9ca921 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0a7918c5-4b4e-bf37-861b-525899912bc6-6b9ca921, #w-node-_0a7918c5-4b4e-bf37-861b-525899912bc9-6b9ca921 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0a7918c5-4b4e-bf37-861b-525899912bcc-6b9ca921 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center end;
}

@media screen and (max-width: 991px) {
  #w-node-_72b6d8ab-c792-3e79-5ceb-eb20b6ccbd9f-303c845a, #w-node-_72b6d8ab-c792-3e79-5ceb-eb20b6ccbdb2-303c845a, #w-node-_72b6d8ab-c792-3e79-5ceb-eb20b6ccbdbc-303c845a {
    grid-column: span 4 / span 4;
  }

  #w-node-bd5fca58-f6d8-214f-bd70-fff6b8e65cbf-63dfdea9 {
    grid-area: 1 / 8 / 2 / 9;
    justify-self: end;
  }

  #w-node-_0bca1743-5e02-7465-e9ec-6a759a726fa9-b86892d7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: center;
  }

  #w-node-_0bca1743-5e02-7465-e9ec-6a759a726fce-b86892d7 {
    grid-column: span 4 / span 4;
  }

  #w-node-_431184f9-ff64-bd12-ec7a-32c843022885-b86892d7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_0bca1743-5e02-7465-e9ec-6a759a727344-b86892d7 {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c59dc437-c2d2-0b80-1bad-d73551e795cb-9c06bb3a, #w-node-a6571c77-41f1-dfdd-9656-0b36bf822609-9c06bb3a, #w-node-_2a792e69-4e5d-ad7d-d729-742055959958-9c06bb3a, #w-node-_2a792e69-4e5d-ad7d-d729-742055959960-9c06bb3a {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_6b7c758d-8f07-4687-3fd7-1e29f46375c8-9c06bb3a {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-b34498d8-d30a-a773-21da-dc7e5c6b867f-9c06bb3a, #w-node-_2e4d511e-f4e3-3204-a406-029fd2aa03e0-9c06bb3a, #w-node-_201f3a40-f8ed-fb9a-19fc-10173e9cc373-9c06bb3a, #w-node-_4f07983f-6dca-bd5f-2bb7-0ab90441575d-9c06bb3a {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_72b6d8ab-c792-3e79-5ceb-eb20b6ccbdd7-303c845a {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: start;
  }

  #w-node-_396176c6-906a-9f74-c6d0-8a4663dfdeae-63dfdea9 {
    grid-column: span 4 / span 4;
  }

  #w-node-bd5fca58-f6d8-214f-bd70-fff6b8e65cbf-63dfdea9 {
    grid-column: 4 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_72b6d8ab-c792-3e79-5ceb-eb20b6ccbdd7-303c845a {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Swankyandmoomoo';
  src: url('../fonts/SwankyandMooMoo-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Morganitepro';
  src: url('../fonts/MorganitePro-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Morganitepro';
  src: url('../fonts/MorganitePro-ExtraBold.woff2') format('woff2'), url('../fonts/MorganitePro-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Morganitepro';
  src: url('../fonts/MorganitePro-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Morganitepro';
  src: url('../fonts/MorganitePro-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Morganitepro';
  src: url('../fonts/MorganitePro-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Morganitepro';
  src: url('../fonts/MorganitePro-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppformula';
  src: url('../fonts/PPFormula-NarrowSemibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}