@font-face {
  font-family: Guggenheim;
  src: url('../fonts/GuggenheimSansDisplay-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Guggenheim;
  src: url('../fonts/GuggenheimSansDisplay-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #f1f0f0;
  --black: #0e0e0e;
  --light-grey: #c4c3c3;
  --dark-grey: #696868;
  --grey: #969696;
  --very-dark-grey: #3b3b3b;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--white);
  color: var(--black);
  letter-spacing: 0;
  font-family: Guggenheim, Arial, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 190%;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 150%;
}

a {
  font-size: 1em;
  text-decoration: none;
}

label {
  margin-bottom: .3em;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

.overflow-scroll-div {
  background-color: #222;
  border-radius: 1rem;
  width: 100%;
  height: 18.3em;
  padding: 3rem 2.1rem;
  overflow: scroll;
}

.tag {
  color: var(--light-grey);
  background-color: #c6fb501a;
  border-radius: .5em;
  padding: .8em 1em;
  font-size: .9em;
  line-height: 1;
  display: inline-block;
}

.button {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border: 2px solid #eaeaea33;
  border-radius: 100vw;
  margin-top: auto;
  padding: .5em 2em;
  font-size: 1.4em;
  line-height: 1;
  transition: border-color .15s, color .15s, background-color .15s;
}

.button:hover {
  border-color: var(--light-grey);
  background-color: var(--light-grey);
  color: var(--white);
}

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

.grid {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

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

.heading {
  letter-spacing: -.07em;
  font-size: 18vw;
  line-height: .8;
}

.text {
  max-width: 35em;
  margin-left: auto;
  margin-right: auto;
}

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

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

.fs-styleguide_label {
  color: #fff;
  background-color: #2d62ff;
  border-radius: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #dd23bb;
}

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

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

.heading-style-h2 {
  font-size: 3.5em;
  font-weight: 700;
  line-height: 100%;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #eee;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

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

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

.padding-custom3 {
  padding: 3.5rem;
}

.heading-style-h6 {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 100%;
}

.heading-style-h6.text_color_white.hero_project_name {
  font-size: 1.4em;
}

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

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

.background-color-secondary {
  background-color: #2d62ff;
}

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

.overflow-visible {
  overflow: visible;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.scramble_text_wrapper {
  justify-content: flex-start;
  align-items: center;
  height: 17em;
  display: flex;
  position: relative;
}

.overflow-hidden.scramble_text_wrapper_footer {
  justify-content: flex-start;
  align-items: flex-start;
  height: 33em;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.padding-small {
  padding: 1em;
}

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

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

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

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

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

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

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

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

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

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

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

.margin-custom1 {
  margin: 1.5rem;
}

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

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

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

.form_component {
  margin-bottom: 0;
}

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

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

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

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

.margin-xxlarge {
  margin: 5rem;
}

.margin-small {
  margin: 1rem;
}

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

.hide {
  display: none;
}

.heading-style-h1 {
  font-size: 14em;
  font-weight: 600;
  line-height: 80%;
}

.overflow-scroll {
  overflow: scroll;
}

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

.padding-xhuge {
  padding: 8rem;
}

.max-width-small {
  width: 100%;
  max-width: 32em;
}

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

.padding-xxhuge {
  padding: 12rem;
}

.text-color-primary {
  color: #000;
}

.padding-large {
  padding: 8em;
}

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

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

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

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

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

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

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

.padding-custom1 {
  padding: 1.5rem;
}

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

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

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

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

.padding-0 {
  padding: 0;
}

.overflow-auto {
  overflow: auto;
}

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

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

.margin-xxhuge {
  margin: 12rem;
}

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

.padding-custom2 {
  padding: 2.5rem;
}

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

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

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

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

.text-color-secondary {
  color: #222;
}

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

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

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

.heading-style-h4 {
  font-size: 1.75em;
  font-weight: 400;
  line-height: 100%;
}

.margin-large {
  margin: 3rem;
}

.margin-0 {
  margin: 0;
}

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

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

.form_message-success {
  color: #114e0b;
  background-color: #cef5ca;
  padding: 1.25rem;
}

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

.background-color-alternate {
  background-color: #fff;
}

.heading-style-h3 {
  font-size: 2.25em;
  font-weight: 700;
  line-height: 100%;
}

.heading-style-h3.scroll-text {
  color: var(--black);
}

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

.margin-xlarge {
  margin: 4rem;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

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

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

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

.button-2.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-2.is-small {
  padding: .5rem 1.25rem;
}

.margin-medium {
  margin: 2rem;
}

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

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

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

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

.margin-custom2 {
  margin: 2.5rem;
}

.nav_button {
  padding: 1rem;
}

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

.padding-medium {
  padding: 5em;
}

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

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

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

.padding-xxlarge {
  padding: 5rem;
}

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

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

.form_message-error {
  color: #3b0b0b;
  background-color: #f8e4e4;
  margin-top: .75rem;
  padding: .75rem;
}

.padding-xsmall {
  padding: 1em;
}

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

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

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

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

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

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

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

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

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

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

.margin-huge {
  margin: 6rem;
}

.page-wrapper {
  overflow-x: clip;
}

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

.padding-xxsmall {
  padding: .3em;
}

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

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

.margin-xhuge {
  margin: 8rem;
}

.padding-huge {
  padding: 6rem;
}

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

.form_input {
  background-color: #0000;
  border: 1px solid #eee;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: #222;
}

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

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

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

.text-style-link {
  color: #2d62ff;
  text-decoration: underline;
}

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

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

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

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

.background-color-tertiary {
  background-color: #dd23bb;
}

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

.padding-xlarge {
  padding: 4rem;
}

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

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

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

.background-color-primary {
  color: #fff;
  background-color: #000;
}

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

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

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

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

.fs-styleguide_message {
  color: #5e5515;
  background-color: #fcf8d8;
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_logo {
  width: 10rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

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

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

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

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

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

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

.background_color_black {
  background-color: #000;
}

.background_color_white {
  background-color: var(--white);
}

.text_color_white {
  color: var(--white);
}

.text_color_white.heading-style-h3.text-align-center {
  line-height: 120%;
}

.text_color_white.service_item_text {
  font-size: .8em;
}

.text_color_white.navbar_link_item {
  font-size: 1em;
}

.navbar {
  z-index: 9;
  width: 100%;
  position: fixed;
}

.navbar_container {
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr .4fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

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

.navbar_time_content {
  letter-spacing: .05em;
  max-width: 5em;
  line-height: 150%;
}

.navbar_menu_wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  border-radius: 200px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar_menu_wrapper.background_color_black.padding-xxsmall {
  width: auto;
  overflow: hidden;
}

.navbar_menu_logo {
  border-radius: 200%;
  justify-content: center;
  align-items: center;
  width: 3em;
  min-width: 3em;
  height: 3em;
  display: flex;
}

.navbar_menu_logo_img {
  object-fit: contain;
  height: 1.5em;
}

.navbar_menu_link_wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar_menu {
  opacity: .5;
  font-weight: 600;
  transition: opacity .5s;
}

.navbar_menu.is-active {
  opacity: 1;
}

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

.button_wrapper {
  border: 1px solid var(--dark-grey);
  border-radius: 200px;
  padding: .5em 1.5em;
  position: relative;
  overflow: hidden;
}

.button_wrapper.background_color_white.questionnaire_close {
  position: absolute;
  inset: 3em 3em auto auto;
}

.section {
  position: relative;
}

.section.hp_hero {
  height: 100vh;
  position: sticky;
  top: 0;
}

.section.background_color_black.about {
  height: 100vh;
  margin-top: 30vh;
}

.section.background_color_black.service_section {
  z-index: 1;
  height: 100vh;
}

.section.workflow_track {
  height: 550vh;
  margin-bottom: -220vh;
}

.section.projects {
  z-index: 2;
}

._w-100 {
  width: 100%;
  height: 100%;
}

.hp_hero_container {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-top: 9em;
  display: flex;
}

.hp_hero_preview_wrapper {
  justify-content: flex-end;
  display: flex;
}

.hp_hero_preview_container {
  border-radius: 1em;
}

.hp_hero_preview_container.background_color_black.padding-xsmall {
  cursor: pointer;
  transition: background-color 1s;
}

.hp_hero_preview_container.background_color_black.padding-xsmall:hover {
  background-color: #363636;
}

.swiper.service_item {
  background-color: #161616;
  border-radius: 100px;
  width: 24.4em;
  display: flex;
  overflow: hidden;
}

.swiper.hero_project {
  width: 20em;
  height: 4.5em;
}

.swiper-wrapper.service_item {
  border-radius: 160px;
  flex: none;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
}

.swiper-wrapper.hero_project {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.swiper-slide.service_item {
  border: 1px solid #ffffff4d;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 2.75em;
  padding: 0 1.5em;
  transition: all .75s;
  display: flex;
}

.swiper-slide.hero_project {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hp_hero_preview_item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hp_hero_preview_img_wrapper {
  height: 100%;
}

.hp_hero_preview_img {
  aspect-ratio: 3 / 2;
  height: 100%;
}

.hp_hero_preview_description {
  flex-flow: column;
  align-items: flex-start;
  width: 12em;
  display: flex;
}

.text_color_light_grey {
  color: var(--light-grey);
}

.text_color_light_grey.hero_project_caption {
  font-size: .9em;
}

.hp_hero_heading_wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hp_hero_heading_container {
  flex-flow: column;
  display: flex;
}

.hp_hero_filler_wrapper {
  justify-content: space-between;
  align-items: center;
  line-height: 110%;
  display: flex;
}

.hp_hero_container_bottom {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

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

.hp_hero_top_content {
  max-width: 35em;
  display: flex;
}

.hp_hero_mode_wrapper {
  flex-flow: column;
  display: flex;
}

.hp_hero_mode {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hp_hero_mode_item {
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
}

.hp_hero_mode_item.light {
  background-color: var(--black);
}

.hp_hero_mode_img {
  mix-blend-mode: difference;
  height: 1em;
}

.lottie-animation {
  height: 14em;
}

.button_lottie {
  z-index: -1;
  height: 1em;
  margin-top: -.5em;
  position: absolute;
  right: 0;
}

.hp_hero_preview_lottie {
  height: 1.25em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button_content_wrapper {
  z-index: 2;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  padding-right: 1.5em;
  display: flex;
  position: relative;
}

.button_lottie_hover {
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: difference;
  object-fit: cover;
  width: 200%;
  height: 280%;
  position: absolute;
  inset: 0% 0% 0% -5.1em;
}

.hp_hero_line_container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: flex-end;
  margin-right: -4em;
  display: flex;
  transform: rotate(90deg);
}

.hp_hero_line {
  background-color: var(--black);
  opacity: .2;
  width: 1px;
  height: 14px;
}

.hp_hero_line.white {
  background-color: var(--white);
}

.scramble-text, .scramble-text_studio {
  justify-content: flex-start;
  align-items: center;
  height: 1.2em;
  font-size: 14em;
  font-weight: 600;
  line-height: 120%;
  display: flex;
}

.hp_hero_wrapper {
  height: 215vh;
  margin-bottom: -100vh;
  position: relative;
}

.hero_lottie_bg {
  z-index: 2;
  object-fit: cover;
  width: 180%;
  height: 130%;
  margin-top: -10%;
  margin-left: -40%;
  position: absolute;
  inset: 0%;
}

.hp_hero_lottie_wrapper {
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  margin-top: -100vh;
  position: sticky;
  top: 0;
}

.hp_about_container {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.text-track {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 33.3333vh;
  display: flex;
  overflow: hidden;
}

.text-track.bottom {
  perspective: 800px;
}

.text-track.top {
  perspective: 800px;
  justify-content: center;
  align-items: center;
}

.cube-text {
  color: var(--white);
  text-align: center;
  font-size: 33em;
  font-weight: 600;
  line-height: 80%;
}

.cube-text.bottom {
  font-size: 68.4vh;
}

.cube-text.middle {
  font-size: 50vh;
}

.cube-text.top {
  font-size: 68.4vh;
}

.scene {
  opacity: .1;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  width: 100vw;
  height: 100vh;
  display: grid;
  position: relative;
  transform: scale(1.4);
}

.text_cube_wrapper_bottom {
  transform-style: preserve-3d;
  transform: rotateX(60deg)rotateY(0)rotateZ(0);
}

.text_cube_wrapper_top {
  transform-style: preserve-3d;
  transform: rotateX(-60deg)rotateY(0)rotateZ(0);
}

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

.hp_about_overlay {
  pointer-events: none;
  background-image: linear-gradient(#000 10%, #0000 43% 57%, #000 95%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hp_about_filler_wrapper {
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 2em;
}

.hp_about_filler_container {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  transform: rotate(90deg);
}

.hp_about_filler_container.left {
  margin-left: -23em;
}

.hp_about_filler_container.right {
  transform-style: preserve-3d;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: -23em;
  transform: rotateX(0)rotateY(180deg)rotateZ(90deg);
}

.hp_about_filler_container.service_bar, .hp_about_filler_container.footer_bar {
  justify-content: center;
  align-items: flex-end;
  transform: rotate(0);
}

.hp_about_filler_container.footer_bar.hp_hero_group {
  transform-style: preserve-3d;
  height: 3em;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.hp_service_container {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hp_service_heading_wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.hp_service_heading_content {
  flex-flow: column;
  display: flex;
}

.label {
  background-color: #1c1c1c;
  border-radius: 200px;
  padding: .5em 1.25em;
}

.hp_work_container {
  grid-column-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 56vw 40vw;
  grid-auto-columns: 1fr;
  display: grid;
}

.hp_work_left_container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  padding-left: 1em;
  display: flex;
}

.hp_work_content_item {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--black);
  text-transform: lowercase;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: calc(100vh - 10em);
  padding: 1em 1em 2em;
  display: flex;
  position: sticky;
  top: 5em;
}

.hp_work_content_item.opacity_0 {
  opacity: 0;
  height: calc(100vh - 10em);
}

.hp_work_right_container {
  position: relative;
}

.hp_work_right_content {
  justify-content: flex-start;
  align-items: center;
  height: calc(100vh - 10em);
  display: flex;
  position: sticky;
  top: 5em;
}

.hp_work_right_pointer {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 4em;
  display: flex;
  position: relative;
}

.lottie-animation-2 {
  width: 4em;
}

.hp_work_line {
  background-color: var(--grey);
  width: 1px;
  height: 25vh;
  position: absolute;
  bottom: calc(4em + 2vh);
}

.custom_line_height {
  line-height: 90%;
}

.custom_line_height.clock_arrow {
  position: absolute;
  bottom: calc(4em + 31vh);
}

.hp_work_sunburn_wrapper {
  border-radius: 50%;
  justify-content: flex-start;
  align-items: center;
  width: 50vw;
  height: 80vh;
  display: flex;
  position: absolute;
  transform: translate(-46%);
}

._w-webflow-badge {
  display: none !important;
}

.hp_work_content_img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
}

.hp_work_content_label {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  padding-left: 1em;
}

.line_height_small {
  line-height: 110%;
}

.hp_work_description {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.workflow_wrapper {
  flex-flow: row;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.workflow_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 100vh;
  position: relative;
}

.workflow_content_line_wrapper {
  grid-column-gap: 4em;
  grid-row-gap: 0em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 56vw 40vw;
  grid-auto-columns: 1fr;
  display: grid;
}

.workflow_line_holder {
  display: flex;
}

.workflow_line_holder.is_top {
  justify-content: flex-end;
  align-items: center;
  margin-right: calc(.5px - 6em);
  display: flex;
}

.workflow_line_holder.is_middle {
  justify-content: flex-end;
  align-items: center;
  margin-right: calc(-6em - .5px);
  padding-right: 15em;
}

.workflow_line_holder.is_bottom {
  justify-content: flex-start;
  align-items: center;
  padding-left: calc(100% - 24em);
}

.workflow_line_holder.is_bottom_2 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 44%;
  height: 100%;
  margin-left: -6em;
  padding-top: calc(85vh - 1px);
  padding-left: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.workflow_line {
  border-left: 1px solid var(--grey);
  height: 7.5vh;
}

.workflow_line.is-top {
  border-right: 1px solid var(--grey);
  border-bottom: 1px solid var(--grey);
  border-left-width: 0;
  border-bottom-right-radius: 30px;
  width: 15em;
  min-width: 15em;
  height: 15vh;
  min-height: 15vh;
  position: absolute;
  inset: 0% 0% auto auto;
}

.workflow_line.is-middle {
  border-top: 1px solid var(--grey);
  border-top-left-radius: 30px;
  width: 15em;
  min-width: 15em;
  height: 65vh;
  min-height: 65vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.workflow_line.is-bottom {
  border-bottom: 1px solid var(--grey);
  border-bottom-left-radius: 30px;
  width: 50em;
  min-width: 15em;
  height: 5vh;
  min-height: 5vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.workflow_line.is-bottom_2 {
  border-bottom: 1px solid var(--grey);
  background-color: var(--grey);
  border-bottom-left-radius: 30px;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.worflow_line_clip {
  width: 15em;
  height: 15vh;
  position: relative;
  right: -.5px;
  overflow: hidden;
}

.worflow_line_clip.is-top {
  width: 15em;
}

.worflow_line_clip.is-middle {
  height: 65vh;
  top: -1px;
  right: 0;
}

.worflow_line_clip.is-bottom {
  width: 30em;
  height: 5vh;
  top: -1px;
  left: .5px;
}

.worflow_line_clip.is-bottom_2 {
  width: 100%;
  height: 1px;
  top: -1px;
  left: .5px;
}

.workflow_content_first {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0%;
}

.workflow_heading_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2em;
  display: flex;
}

.workflow_point_wrapper {
  grid-column-gap: 7em;
  grid-row-gap: 7em;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 25vh;
  padding-left: 5vw;
  display: flex;
  position: relative;
}

.workflow_point_wrapper.full_screen {
  height: 100vh;
}

.workflow_point_item {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 26em;
  display: flex;
}

.workflow_point_item.is-2, .workflow_point_item.is-4 {
  margin-bottom: 10vh;
}

.workflow_point_item.is-6 {
  margin-bottom: 35vh;
}

.workflow_point_item.is-8 {
  margin-bottom: 9em;
}

.workflow_point_heading {
  flex-flow: column;
  display: flex;
}

.workflow_point_content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-transform: lowercase;
  flex-flow: column;
  display: flex;
}

.workflow_longline_wrapper {
  padding-top: calc(85vh - 1px);
  position: absolute;
  inset: 0%;
}

.workflow_longline_clip {
  width: 100vw;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.workflow_longline_line {
  background-color: var(--grey);
  width: 100vw;
  min-width: 100vw;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.workflow_img_floating {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 10px;
  width: 17em;
  position: absolute;
}

.workflow_img_floating.is-1 {
  top: 18vh;
  left: 13em;
}

.workflow_img_floating.is-2 {
  width: 19em;
  top: 14vh;
  left: -12em;
}

.workflow_img_floating.is-3 {
  width: 19em;
  top: 14vh;
  left: 60vw;
}

.workflow_img_floating.is-4 {
  width: 22em;
  inset: auto auto 25vh 5em;
}

.cta_track {
  max-width: none;
  height: 1500vh;
  max-height: none;
  position: relative;
  overflow: clip;
}

.cta_wrapper {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  transform: scale(1);
}

.cta_circle_xxxxxsmall {
  object-fit: cover;
  width: 2vw;
  position: absolute;
}

.scramble_text_overlay {
  background-image: linear-gradient(180deg, var(--white) 10%, #f1f0f008 25%, #f1f0f000 51%, #f1f0f000 75%, #f1f0f0 90%);
  position: absolute;
  inset: 0%;
}

.hp_service_content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.service_card {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-transform: lowercase;
  border: 1px solid #ffffff80;
  border-radius: 20px;
  flex-flow: column;
  padding: 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service_card_content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_change_bg {
  pointer-events: none;
  background-color: #000;
  height: 200vh;
  margin-top: -100vh;
  margin-bottom: -100vh;
  position: relative;
}

.div-block {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.lottie-animation-5 {
  aspect-ratio: 16 / 9;
  width: 160%;
  min-width: 134%;
}

.cta_circle_xxxxsmall {
  object-fit: cover;
  width: 4vw;
  position: absolute;
}

.cta_circle_xxxsmall {
  object-fit: cover;
  width: 9vw;
  position: absolute;
}

.cta_circle_xxsmall {
  object-fit: cover;
  width: 17vw;
  position: absolute;
}

.cta_circle_xsmall {
  object-fit: cover;
  width: 32vw;
  position: absolute;
}

.cta_circle_small {
  object-fit: cover;
  width: 58vw;
  position: absolute;
}

.cta_circle_medium {
  object-fit: cover;
  width: 106vw;
  position: absolute;
}

.cta_circle_big {
  object-fit: cover;
  width: 177vw;
  position: absolute;
}

.footer_wrapper {
  width: 100vw;
  height: 500vh;
  margin-top: -500vh;
  position: relative;
}

.footer_top_container {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.footer_sunburn_wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-radius: 200em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 42vw;
  height: 42vw;
  padding-top: 16em;
  padding-left: 8em;
  padding-right: 8em;
  display: flex;
  position: relative;
}

.footer_sunburn_ticks {
  position: absolute;
  inset: 0%;
}

.footer_bottom_container {
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  margin-top: 300vh;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: relative;
}

.footer_bottom_content {
  background-color: var(--black);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 85vh;
  min-height: 85vh;
  padding: 2em 2em 0;
  display: flex;
  position: absolute;
  bottom: 0;
}

.footer_bottom_content_top {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  display: flex;
}

.footer_bottom_content_bottom {
  width: 100%;
}

.scramble-text-footer {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  height: 1.2em;
  font-size: 34.7em;
  font-weight: 600;
  line-height: 120%;
  display: flex;
}

.scramble_text_overlay_footer {
  background-image: linear-gradient(180deg, var(--black), #0e0e0e 8%, #0e0e0e00 51%, #0e0e0e00 75%, #0e0e0e00 90%);
  position: absolute;
  inset: 0%;
}

.footer_bottom_clip {
  width: 100%;
  height: 85vh;
  position: relative;
  overflow: hidden;
}

.footer_link_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.footer_link {
  color: var(--white);
}

.service_cover {
  z-index: 5;
  background-color: #161616;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.service_cover_img {
  width: 6em;
}

.service_cover_lottie {
  width: 190%;
  position: absolute;
}

.service_cover_img_bottom {
  z-index: 3;
  width: 6em;
  position: absolute;
  bottom: 2em;
}

.preloader {
  z-index: 20;
  background-color: #f6f6f6;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.preloader_lottie {
  width: 120%;
  min-width: 120%;
}

.hp_sticker_2 {
  width: 5em;
  position: absolute;
  inset: 13em 5em auto auto;
  transform: rotate(20deg);
}

.hp_sticker_3 {
  width: 11em;
  position: absolute;
  inset: 9em 23em auto auto;
  transform: rotate(-20deg);
}

.hp_sticker_1 {
  width: 5em;
  position: absolute;
  inset: 16.5em 18em auto auto;
  transform: rotate(-20deg);
}

.hp_work_right_image {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-right: 2em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hp_work_image_wrapper {
  background-color: #363636;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  padding: .5em;
  display: flex;
  position: relative;
}

.hp_work_image_wrapper.is-1 {
  top: -1em;
  right: 11em;
}

.hp_work_image_wrapper.is-2 {
  top: -2em;
  right: 2em;
}

.hp_work_image_wrapper.is-3 {
  bottom: -1em;
  right: 11em;
}

.hp_work_image_wrapper.is-4 {
  position: absolute;
  inset: auto 31em -4.5em auto;
}

.hp_work_thumbnail {
  aspect-ratio: 3 / 2;
  width: 3.5em;
}

.hp_work_thumbnail_logo {
  opacity: .5;
  width: 1em;
}

.hp_work_thumbnail_overlay {
  opacity: .7;
  background-color: #363636;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hp_about_content {
  justify-content: center;
  align-items: flex-start;
  padding-top: 20em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.scroll-text {
  color: var(--white);
  text-align: center;
  max-width: 19em;
  font-size: 3.5em;
  font-weight: 600;
  line-height: 120%;
}

.questionnaire_container {
  z-index: 19;
  background-color: #0e0e0e;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.questionnaire_content {
  z-index: 2;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50.5em;
  height: 39.5em;
  padding: 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.questionnaire_heading {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.div-block-2 {
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.questionnaire_form {
  width: 100%;
  height: 23em;
}

.questionnaire_form_content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.questionnaire_form_wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1.75em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.questionnaire_text_field {
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: .5px solid #363636;
  width: 16em;
  height: 1.7em;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0;
  font-size: 1em;
}

.questionnaire_text_field.is-3 {
  width: 13.7em;
  padding-right: 0;
}

.questionnaire_text_field.is-2 {
  width: 12.1em;
}

.questionnaire_text_field.is-4 {
  width: 30em;
}

.questionnaire_text_field.is-5 {
  width: 45em;
}

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

.questionnaire_form_segment.is_last {
  width: 27em;
}

.form_period {
  margin-left: -.8em;
  font-size: 1em;
}

.questionnaire_box {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
  position: relative;
}

.questionnaire_command {
  opacity: .5;
  font-size: .8em;
  position: absolute;
  inset: auto 0% 0 auto;
  transform: translate(0, 100%);
}

.form_paragraph {
  font-size: 1em;
}

.questionnaire_form_content_wrapper {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.questionnaire_lottie {
  z-index: -1;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 170%;
  position: absolute;
  inset: auto auto 50% 50%;
  transform: translate(-50%, 50%);
}

.questionnaire_wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.questionnaire_lottie_back {
  z-index: 1;
  opacity: .3;
  width: 90%;
  position: absolute;
}

.questionnaire_sticker {
  width: 8em;
  position: absolute;
  inset: auto 3em 3em auto;
  transform: rotate(-20deg);
}

.questionnaire_close_button {
  opacity: 1;
  width: 1.75em;
  transition: opacity .5s;
  position: absolute;
  inset: 3em 3em auto auto;
}

.questionnaire_close_button:hover {
  opacity: .5;
}

.responsive_view {
  display: none;
}

.desktop_view {
  display: flex;
}

@media screen and (max-width: 991px) {
  .grid {
    grid-row-gap: 4rem;
    grid-template-columns: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .margin-xxlarge {
    margin: 4rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

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

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

  .margin-large {
    margin: 2.5rem;
  }

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

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

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

  .nav_button {
    color: #fff;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

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

  .margin-huge {
    margin: 5rem;
  }

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

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-huge {
    padding: 5rem;
  }

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

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

  .hide-tablet {
    display: none;
  }

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

  .padding-xlarge {
    padding: 3rem;
  }

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

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

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

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

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

@media screen and (max-width: 767px) {
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

  .heading-style-h6.text_color_white.hero_project_name {
    font-size: 2em;
  }

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

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

  .overflow-hidden.scramble_text_wrapper {
    height: 23em;
  }

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

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

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

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

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

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

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

  .margin-xxlarge {
    margin: 3rem;
  }

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

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

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

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

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

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

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

  .heading-style-h4 {
    font-size: 4em;
    line-height: 130%;
  }

  .margin-large {
    margin: 1.5rem;
  }

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

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

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

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

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

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

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

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

  .margin-huge {
    margin: 3.5rem;
  }

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

  .margin-xhuge {
    margin: 4rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

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

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

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

  .padding-xlarge {
    padding: 2rem;
  }

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

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

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

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

  .hp_hero_container {
    padding-top: 15em;
  }

  .hp_hero_preview_wrapper {
    justify-content: center;
  }

  .swiper.hero_project {
    width: 29em;
    height: 9em;
  }

  .text_color_light_grey.hero_project_caption {
    font-size: 1.5em;
  }

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

  .hp_hero_heading_container {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
  }

  .hp_hero_filler_wrapper {
    order: 9999;
  }

  .hp_hero_container_bottom {
    grid-column-gap: 9em;
    grid-row-gap: 9em;
  }

  .hp_hero_top_content {
    max-width: 58em;
  }

  .hp_hero_mode_wrapper {
    position: absolute;
  }

  .lottie-animation {
    z-index: -1;
    aspect-ratio: 3 / 2;
    opacity: .2;
    height: 77em;
    position: absolute;
    inset: auto 50% 0% auto;
    transform: translate(50%, 50%);
  }

  .scramble-text, .scramble-text_studio {
    font-size: 27em;
  }

  .scramble_text_overlay {
    background-image: linear-gradient(180deg, var(--white), #f1f0f008 10%, #f1f0f000 51%, #f1f0f000 90%, #f1f0f0);
  }

  .hp_sticker_2 {
    width: 7em;
    top: 18em;
  }

  .hp_sticker_3 {
    width: 14em;
    top: 24em;
    right: 20em;
  }

  .hp_sticker_1 {
    width: 10em;
    top: 39.1em;
  }

  .responsive_view {
    display: flex;
  }

  .desktop_view {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h2 {
    font-size: 8em;
  }

  .heading-style-h6.text_color_white.hero_project_name {
    font-size: 4em;
  }

  .overflow-hidden.scramble_text_wrapper {
    height: 27em;
  }

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

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

  .padding-small {
    padding: 4em;
  }

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

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

  .padding-horizontal.padding-small {
    padding-left: 4em;
    padding-right: 4em;
  }

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

  .heading-style-h4 {
    font-size: 5.5em;
  }

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

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

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

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

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

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

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

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

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

  .text_color_white.service_item_text {
    font-size: 3em;
  }

  .navbar_menu_wrapper.background_color_black.padding-xxsmall, .navbar_menu_button {
    display: none;
  }

  .section.background_color_black.service_section {
    height: auto;
  }

  .section.workflow_track.responsive_view {
    z-index: 4;
    height: auto;
    margin-bottom: -200vh;
  }

  .swiper.service_item {
    width: 76em;
  }

  .swiper.hero_project {
    width: 62em;
    height: 19em;
  }

  .swiper.project_responsive {
    width: 100vw;
    height: 60vh;
    min-height: 60vh;
    margin-left: -4em;
  }

  .swiper-wrapper.project_responsive {
    height: 100%;
    display: flex;
  }

  .swiper-slide.service_item {
    height: 12em;
  }

  .swiper-slide.project_responsive {
    flex: none;
    width: 100%;
    height: 100%;
  }

  .hp_hero_preview_item {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .hp_hero_preview_description {
    width: 21em;
  }

  .text_color_light_grey.hero_project_caption {
    font-size: 3em;
  }

  .hp_hero_heading_container {
    grid-column-gap: 9em;
    grid-row-gap: 9em;
  }

  .hp_hero_filler_wrapper {
    display: none;
  }

  .hp_hero_container_bottom {
    grid-column-gap: 11em;
    grid-row-gap: 11em;
    padding-bottom: 42em;
  }

  .hp_hero_top_content {
    max-width: 77em;
  }

  .lottie-animation {
    opacity: .5;
  }

  .button_lottie {
    height: 3em;
  }

  .hp_hero_preview_lottie {
    height: 7em;
  }

  .button_content_wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    padding-right: 5em;
  }

  .button_lottie_hover {
    width: 250%;
    height: 310%;
    display: none;
    left: -17em;
  }

  .hp_hero_line_container.hp_hero_group {
    display: none;
  }

  .scramble-text, .scramble-text_studio {
    font-size: 30em;
  }

  .hero_lottie_bg {
    width: 380%;
    height: 110%;
    margin-left: -140%;
  }

  .hp_about_filler_container.service_bar.hp_hero_group {
    height: 10em;
  }

  .hp_service_container {
    grid-column-gap: 9em;
    grid-row-gap: 9em;
  }

  .label {
    padding: 2em 5em;
  }

  .hp_work_container {
    grid-column-gap: 0em;
    grid-row-gap: 8em;
    flex-flow: column;
    height: 75vh;
    padding-left: 4em;
    padding-right: 4em;
    display: flex;
  }

  .hp_work_content_item {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    text-transform: lowercase;
    border-radius: 30px;
    width: 100%;
    height: 100%;
    padding: 6em;
    position: static;
  }

  .hp_work_content_img {
    border-radius: 10px;
  }

  .hp_work_description {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
  }

  .workflow_wrapper {
    width: 100%;
    height: auto;
    padding-top: 12em;
    padding-left: 4em;
    padding-right: 4em;
  }

  .workflow_content {
    grid-column-gap: 10em;
    grid-row-gap: 10em;
    flex-flow: column;
    width: 100%;
    height: auto;
    display: flex;
  }

  .workflow_point_item {
    grid-column-gap: 7em;
    grid-row-gap: 7em;
    background-color: #f1f0f0;
    border: .5px solid #000;
    border-radius: 20px;
    width: 100%;
    padding: 8em;
    position: sticky;
    top: 50em;
  }

  .workflow_point_content {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .cta_track {
    pointer-events: none;
  }

  .cta_wrapper {
    overflow: visible;
  }

  .hp_service_content {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    flex-flow: column;
    display: flex;
  }

  .service_card {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    padding: 6em;
  }

  .service_card_content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .section_change_bg {
    margin-bottom: -30vh;
  }

  .lottie-animation-5 {
    min-width: 420%;
  }

  .footer_wrapper {
    margin-top: -500vh;
  }

  .footer_sunburn_wrapper {
    justify-content: center;
    align-items: center;
    width: 90vw;
    height: 90vw;
    padding-top: 0;
  }

  .footer_bottom_content {
    height: 50vh;
    min-height: 50vh;
  }

  .footer_link_wrapper {
    padding: 4em;
  }

  .footer_link {
    font-size: 3em;
  }

  .service_cover {
    display: none;
  }

  .service_cover_img {
    width: 13em;
  }

  .service_cover_img_bottom {
    width: 18em;
    bottom: 4em;
  }

  .preloader_lottie {
    min-width: 300%;
  }

  .hp_sticker_2 {
    width: 10em;
    top: 48em;
  }

  .hp_sticker_3 {
    width: 18em;
    top: 45em;
    right: 36em;
  }

  .hp_sticker_1 {
    width: 12em;
    top: 60em;
    right: 23em;
  }

  .hp_about_content {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: 12em;
    padding-right: 12em;
  }

  .scroll-text {
    font-size: 8em;
  }

  .questionnaire_content {
    width: 90vw;
    height: 80vh;
    padding: 10em 4em;
  }

  .questionnaire_form {
    height: auto;
  }

  .questionnaire_form_wrapper {
    grid-row-gap: 5em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .questionnaire_text_field {
    width: 100%;
    font-size: 3.5em;
  }

  .questionnaire_text_field.is-3, .questionnaire_text_field.is-2, .questionnaire_text_field.is-4, .questionnaire_text_field.is-5, .questionnaire_form_segment, .questionnaire_box {
    width: 100%;
  }

  .form_paragraph {
    font-size: 3.5em;
  }

  .questionnaire_lottie {
    width: 410%;
  }

  .questionnaire_sticker {
    width: 21em;
    bottom: 10em;
  }

  .questionnaire_close_button {
    width: 7em;
    top: 10em;
    right: 4em;
  }

  .workflow_heading {
    display: flex;
    position: sticky;
    top: 24em;
  }
}

#w-node-c409a345-f117-f1c3-995b-6d365cc9312f-ab1a5533 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_9d138e20-833a-2513-0435-8ca9d7509ba8-ab1a5533 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e47d002a-e8a6-104e-a6fe-4e62eb73724a-ab1a5533 {
  justify-self: start;
}

#w-node-_3dc9c859-a774-aa37-00ec-d9a301b3fe99-ab1a5533 {
  justify-self: end;
}

#w-node-_1d8d8f16-f674-06e9-ce68-19af2988ad19-ab1a5535 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_53da7bea-6d55-25db-4221-8f5fa0319f0e-ab1a5536 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53da7bea-6d55-25db-4221-8f5fa0319f2d-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa0319f32-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa0319f37-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa0319f3c-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa0319f42-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa0319f48-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa0319f4e-ab1a5536 {
  justify-self: start;
}

#w-node-_53da7bea-6d55-25db-4221-8f5fa031a030-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a038-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a04f-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a068-ab1a5536 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53da7bea-6d55-25db-4221-8f5fa031a06b-ab1a5536 {
  justify-self: start;
}

#w-node-_53da7bea-6d55-25db-4221-8f5fa031a06d-ab1a5536 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53da7bea-6d55-25db-4221-8f5fa031a070-ab1a5536 {
  justify-self: start;
}

#w-node-_53da7bea-6d55-25db-4221-8f5fa031a0c0-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a0ca-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a0cb-ab1a5536 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53da7bea-6d55-25db-4221-8f5fa031a13d-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a142-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a147-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a14c-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a151-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a156-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a160-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a165-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a16a-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a16f-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a174-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a179-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a17e-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a183-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a188-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a18d-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a192-ab1a5536 {
  justify-self: start;
}

#w-node-_53da7bea-6d55-25db-4221-8f5fa031a196-ab1a5536 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53da7bea-6d55-25db-4221-8f5fa031a197-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a19c-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a1a1-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a1a6-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a1ba-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a1bf-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a1c4-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a1c9-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a1ce-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a1d3-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a1dd-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a1e2-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a1e7-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a1ec-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a1f1-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a1f6-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a1fb-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a200-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a205-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a20a-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a20f-ab1a5536 {
  justify-self: start;
}

#w-node-_53da7bea-6d55-25db-4221-8f5fa031a213-ab1a5536 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53da7bea-6d55-25db-4221-8f5fa031a214-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a219-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a21e-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a223-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a234-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a239-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a23e-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a243-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a248-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a24d-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a252-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a257-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a25c-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a261-ab1a5536 {
  justify-self: start;
}

#w-node-_53da7bea-6d55-25db-4221-8f5fa031a265-ab1a5536 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53da7bea-6d55-25db-4221-8f5fa031a266-ab1a5536 {
  justify-self: start;
}

#w-node-_53da7bea-6d55-25db-4221-8f5fa031a269-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a2ea-ab1a5536, #w-node-_53da7bea-6d55-25db-4221-8f5fa031a317-ab1a5536 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53da7bea-6d55-25db-4221-8f5fa031a355-ab1a5536 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_1d8d8f16-f674-06e9-ce68-19af2988ad19-ab1a5535 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Guggenheim';
  src: url('../fonts/GuggenheimSansDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Guggenheim';
  src: url('../fonts/GuggenheimSansDisplay-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}