:root {
  --link-color--link-primary: var(--base-color-brand--blue);
  --background-color--background-primary: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --text-color--text-secondary: var(--base-color-neutral--neutral-darker);
  --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);
  --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);
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --base-color-neutral--white: #fff;
  --base-color-brand--blue-light: #d9e5ff;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-brand--blue: #2d62ff;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--blue-dark: #080331;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-neutral--black: #000;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--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);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
}

.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: #000;
  background-color: #121212;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

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

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

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

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

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

p {
  margin-bottom: 0;
}

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

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

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

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

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

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

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

.global-styles {
  display: block;
  position: fixed;
  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-vertical.padding-xhuge.no-bottom {
  padding-top: 6rem;
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading-style-h1.is-display {
  color: #fefefe;
  text-align: left;
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.overflow-visible {
  overflow: visible;
}

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

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

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

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

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

.text-size-regular {
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1;
}

.text-size-regular.text-weight-bold {
  letter-spacing: -.3px;
  font-weight: 600;
}

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

.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: 1px solid var(--border-color--border-primary);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

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

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

.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 {
  color: #fefefe;
  text-transform: none;
  font-size: 1.25rem;
  font-weight: 500;
}

.text-size-large.is-serif {
  font-family: Merriweather, serif;
}

.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-family: Fonnts;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h2.is-display, .heading-style-h2.is-cta {
  text-align: center;
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
}

.page-wrapper.is-black {
  background-color: #000;
}

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

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.form_component {
  margin-bottom: 0;
}

.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 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  text-align: center;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

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

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

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

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

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

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

.text-size-medium {
  font-family: Fonnts;
  font-size: 1.25rem;
  font-weight: 400;
}

.text-size-medium.is-bold-aa {
  text-transform: uppercase;
  font-weight: 400;
}

.text-size-medium.is-bold-aa.vw {
  text-transform: none;
  font-size: 1.25vw;
}

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

.text-size-medium.is-bold-aa {
  letter-spacing: -.2px;
  text-transform: uppercase;
  font-weight: 500;
}

.text-size-medium.is-bold-aa.vw {
  font-size: 1.25vw;
}

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

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

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

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

.nav_logo {
  width: 3rem;
}

.nav_logo.is-inverted {
  filter: invert();
}

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

.nav_fixed {
  z-index: 9999;
  position: fixed;
  inset: 0% 0% auto;
}

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

.home-main_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.home_grid-line {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 33.3333%;
  display: flex;
}

.home_grid-line.is-left {
  justify-content: flex-start;
}

.home_grid-line.is-left-fixed {
  justify-content: flex-start;
  position: relative;
}

.grid-item {
  opacity: 1;
  color: #fff;
  background-color: #191919;
  border: 1px solid #ffffff26;
  border-radius: .625rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 0;
  margin-bottom: 0;
  padding: 1.5rem 3rem 2rem 2rem;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.grid-item:hover {
  background-image: radial-gradient(circle closest-corner at 50% 100%, #ffffff0a, #0000);
}

.grid-item.is-portrait {
  aspect-ratio: 1;
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/Full-Shot.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-style: solid;
  border-color: #ffffff26;
  border-radius: .625rem;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 0;
  margin-bottom: 0;
  padding-bottom: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

.grid-item.is-work {
  aspect-ratio: 1;
  opacity: 1;
  object-fit: fill;
  background-color: #0000;
  background-image: url('../images/logodemo.png');
  background-repeat: no-repeat;
  background-size: cover;
  border-width: .5px;
  min-height: 0;
  transition-duration: .5s;
  position: relative;
  overflow: hidden;
}

.grid-item.is-work:hover {
  background-image: radial-gradient(circle, #ffffff0d, #0000);
}

.grid-item.is-service {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  aspect-ratio: auto;
  opacity: 1;
  color: #fff;
  background-color: #171717;
  border-style: solid;
  border-color: #ffffff26;
  border-radius: .625rem;
  justify-content: center;
  align-items: flex-start;
  min-height: 10rem;
  padding-bottom: 2rem;
  position: relative;
}

.grid-item.is-client {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: 100;
  color: #fff;
  background-color: #171717;
  border: .5px solid #ffffff26;
  border-radius: .625rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 2rem;
  padding-left: 0;
  padding-right: 0;
}

.grid-item.is-testimonials {
  aspect-ratio: 1;
  opacity: 100;
  color: #fff;
  background-color: #171717;
  border-style: solid;
  border-color: #ffffff26;
  border-radius: .625rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.grid-item.is-work {
  aspect-ratio: 1;
  object-fit: fill;
  background-color: #0e0e0e;
  background-image: none;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 0;
  margin-bottom: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.grid-item.is-50 {
  aspect-ratio: 1;
  opacity: 1;
  background-image: url('../images/Full-Shot.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  min-height: 0;
  padding-bottom: 0;
}

.grid-item.is-50-1 {
  aspect-ratio: 1;
  opacity: 1;
  background-image: url('../images/pexels-nazli-gaylan-azili-49565143-32935568.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  min-height: 0;
  padding-bottom: 0;
}

.grid-item.is-location {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  aspect-ratio: auto;
  opacity: 100;
  color: #fff;
  background-color: #171717;
  border-style: solid;
  border-color: #ffffff26;
  border-radius: .62rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 2rem;
  position: relative;
}

.grid-item.is-about {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  aspect-ratio: 3 / 2;
  opacity: 100;
  color: #fff;
  background-color: #171717;
  border-style: solid;
  border-color: #ffffff26;
  border-radius: .625rem;
  max-height: none;
  margin-bottom: 0;
  padding: 2rem 0 0;
  position: relative;
  overflow: hidden;
}

.grid-item.is-about:hover {
  background-image: none;
}

.grid-item.is-stack {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  aspect-ratio: 3 / 2;
  opacity: 1;
  object-fit: fill;
  background-color: #171717;
  justify-content: flex-start;
  align-items: center;
  min-height: 0;
  margin-bottom: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.grid-item.is-small {
  aspect-ratio: 1;
  opacity: 1;
  background-color: #191919;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  height: 100%;
  padding: 0;
}

.grid-item.is-nav {
  opacity: 100;
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  max-width: 100%;
  padding: 0;
}

.grid-item.is-nav:hover {
  background-image: none;
}

.grid-item.is-results {
  opacity: 1;
  background-color: #171717;
}

.grid-item.is-small-double {
  aspect-ratio: auto;
  opacity: 1;
  background-color: #0000;
  border-style: none;
  justify-content: center;
  align-items: flex-start;
  width: 75%;
  height: 100%;
  padding: 0 0 0 1.5rem;
  text-decoration: none;
}

.grid-item.is-small-double:hover {
  background-image: none;
}

.grid-item.is-smaller {
  aspect-ratio: 1;
  opacity: 1;
  background-color: #191919;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  padding: 0;
}

.grid-item.is-about-project {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  aspect-ratio: auto;
  opacity: 100;
  color: #fff;
  background-color: #171717;
  border-style: solid;
  border-color: #ffffff26;
  border-radius: .625rem;
  max-height: none;
  margin-bottom: 0;
  padding: 2rem 0;
  position: relative;
  overflow: hidden;
}

.grid-item.is-about-project:hover {
  background-image: none;
}

.grid-item.is-deliverables {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: 1;
  background-color: #171717;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
  padding-right: 2rem;
}

.grid-item.is-feedback {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  aspect-ratio: auto;
  opacity: 100;
  color: #fff;
  background-color: #121212;
  background-image: linear-gradient(#00000080, #00000080);
  border-style: solid;
  border-color: #ffffff26;
  border-radius: .625rem;
  max-height: none;
  margin-bottom: 0;
  padding: 2rem 0;
  position: relative;
  overflow: hidden;
}

.grid-item.is-feedback:hover {
  background-image: linear-gradient(#00000080, #00000080);
}

.grid-title {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-transform: none;
  background-color: #ffffff0a;
  border: .5px solid #ffffff4d;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  padding: .4rem 1rem;
  line-height: 1;
  display: flex;
}

.grid-title.is-white {
  z-index: 20;
  aspect-ratio: auto;
  color: #fff;
  background-color: #171717;
  border-color: #fff;
  position: relative;
}

.grid-title.is-about {
  background-color: #ffffff08;
  margin-bottom: 0;
  margin-left: 2rem;
}

.grid-title.is-link {
  color: #fff;
  background-color: #ffffff08;
  margin-left: 2rem;
  text-decoration: none;
}

.footer {
  margin-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.footer_container {
  aspect-ratio: auto;
  color: #fff;
  object-fit: fill;
  background-color: #121212;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  border: 1px solid #ffffff26;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: auto;
  margin-bottom: 0;
  padding: 1.5rem 2rem;
  display: flex;
  position: relative;
}

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

.footer_links-wrapper {
  z-index: 7;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.swiper-wrapper.is-clients {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.swiper-wrapper.is-testimonial {
  display: flex;
}

.swiper-slide.is-clients {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  display: flex;
}

.swiper-slide.is-testimonial {
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.swiper_overfow {
  width: 100%;
  overflow: hidden;
}

.client-logo-svg {
  filter: invert();
  object-fit: contain;
  width: 5rem;
  max-width: 100%;
  height: 2rem;
}

.testimonial-text {
  min-height: 15rem;
  padding: 1rem 0 3rem;
}

.testimonial-author {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.slider-gallery_button-wrapper {
  z-index: 30;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: 0;
  display: flex;
  position: absolute;
  inset: auto auto 2rem;
}

.footer-link {
  opacity: .7;
  color: #fff;
  letter-spacing: .3px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 1;
}

.grid_inside-text {
  text-transform: uppercase;
  width: auto;
  height: 50rem;
  min-height: 100%;
  max-height: 50rem;
  padding: 1rem 2rem 25%;
  position: static;
  overflow: scroll;
}

.grid_inside-text.is-normal {
  height: auto;
  min-height: auto;
  max-height: none;
  padding-bottom: 0%;
}

.loader {
  z-index: 99999999;
  opacity: 1;
  background-color: #121212;
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 100svh;
  display: block;
  position: fixed;
  inset: 0%;
}

.loader-lottie {
  width: 5rem;
}

.testimonial-author-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.filters-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.filters-wrap.is-work {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.filters-wrap.is-services {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.filters-wrap.is-vertical {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.projects-main_grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-height: none;
  display: grid;
}

.work-item {
  aspect-ratio: auto;
  color: #fff;
  background-color: #0000;
  border: 1px #0000;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin-bottom: 0;
  padding: 5vh 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.padding-vertical-heading {
  margin-bottom: 1rem;
  padding-top: 20vh;
}

.filter-category-work {
  color: #000;
  background-color: #dedede80;
  border-radius: 1rem;
  padding: .5rem 1rem;
  font-family: Fonnts;
  line-height: 1;
  text-decoration: none;
  overflow: hidden;
}

.filter-category-work:hover {
  background-color: #e6f67c;
}

.filter-category-work.w--current {
  color: #000;
  background-color: #e6f67c;
  font-weight: 400;
}

.container-divide {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container-divide.is-top-border {
  border-top: .5px solid #000;
  padding-top: 1rem;
}

.about-main_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.container-50 {
  width: 50%;
}

.container-50.is-flex, .container-50.is-flex-three {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.work-item-heading {
  z-index: 15;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.project-category {
  z-index: 14;
  position: relative;
}

.button-animated {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: 1;
  color: #000;
  background-color: #fff;
  border: 1px #2e2929;
  border-radius: .3rem;
  justify-content: space-between;
  align-items: center;
  padding: .75rem;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.button-animated:hover {
  opacity: 100;
}

.text-button-animated {
  color: #000;
  text-transform: uppercase;
  font-family: Fonnts;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
  display: block;
}

.text-button-animated.is-white {
  color: #fff;
}

.icon-plus {
  width: 1rem;
  height: 1.2rem;
}

.category-work-outline {
  color: #ebebeb;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #ebebeb;
  border-radius: .5rem;
  padding: .5rem 1rem;
  font-family: Fonnts;
  line-height: 1;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.415, .012, .25, 1);
  overflow: hidden;
}

.category-work-outline:hover {
  color: #000;
  background-color: #ebebeb;
  border-color: #ebebeb;
}

.category-work-outline.w--current {
  color: #000;
  background-color: #e6f67c;
  font-weight: 400;
}

.gif-hover {
  z-index: 15;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: static;
  inset: auto;
}

.gif-hover-wrapper {
  z-index: 12;
  pointer-events: none;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gradient-black {
  z-index: 11;
  opacity: .3;
  background-color: #000;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

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

.filters-main-flex {
  border-top: .3px solid #000;
  border-bottom: .3px solid #000;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.filters-main-flex.hide-tablet {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.embed-fitler {
  flex: none;
  display: none;
}

.gradient-black-mobile {
  z-index: 11;
  background-color: #000;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.filter-checkbox {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #ffffff80;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: .5rem;
  font-family: Fonnts;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.filter-checkbox:hover {
  color: #000;
  background-color: #e6f67c;
  border-radius: .3rem;
}

.filter-checkbox.w--current {
  color: #000;
  background-color: #e6f67c;
  font-weight: 400;
}

.filter-checkbox.is-check {
  padding-left: .75rem;
  padding-right: .75rem;
}

.radio-button {
  border-radius: 4px;
  margin-top: 0;
  transition: opacity .3s;
  display: none;
}

.radio-button.w--redirected-checked {
  background-color: var(--base-color-neutral--white);
  border: 2px solid #fff;
  border-radius: 4px;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.filters-open {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.filters-wrap-main {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.imag-full {
  width: 100%;
}

.imag-full._16-9 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.category-work-small {
  color: #000;
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
  border-radius: 1rem;
  padding: .5rem 1rem;
  font-family: Fonnts;
  font-size: .85rem;
  line-height: 1;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.415, .012, .25, 1);
  overflow: hidden;
}

.category-work-small:hover {
  color: #000;
  background-color: #ebebeb;
  border-color: #ebebeb;
}

.category-work-small.w--current {
  color: #000;
  background-color: #e6f67c;
  font-weight: 400;
}

.heading-small {
  letter-spacing: -.2px;
  text-transform: uppercase;
  font-family: Fonnts;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.button-animated-temp {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-color: #000;
  border-radius: .5rem;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  display: flex;
}

.gif-wrapper {
  z-index: 12;
  background-color: #1b1d2133;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 20vh;
  padding-bottom: 20vh;
  display: flex;
  position: relative;
  inset: 0%;
}

.gif-temp {
  z-index: 15;
  object-fit: cover;
  width: 60%;
  height: auto;
  min-height: 50%;
  position: static;
  inset: auto;
}

.section_parralax {
  position: relative;
}

.parralax-img-wraper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.wrapper-relative {
  position: relative;
}

.container-33 {
  flex: none;
  width: 33.3333%;
  padding-right: 2rem;
}

.results-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: grid;
}

.result-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.text-size-heading {
  letter-spacing: -.2px;
  font-family: Fonnts;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.feedback-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #f9f8f4;
  border-radius: .5rem;
  flex-flow: column;
  padding: 2rem 2rem 5rem;
  display: flex;
}

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

.client-img-wrapper {
  border-radius: 100%;
  width: 4.75rem;
  height: 4.75rem;
  overflow: hidden;
}

.client-info {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.star-icon {
  color: #000;
  width: auto;
  height: auto;
}

.star-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.client-deails-wrap {
  display: flex;
}

.cta_container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  aspect-ratio: auto;
  color: #fff;
  object-fit: fill;
  background-color: #000;
  background-image: url('../images/67c4f8575daca5d7c0cfad6e_hero-bg.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 25rem;
  margin-bottom: 1rem;
  padding: 2rem 2rem 3rem;
  display: flex;
  position: relative;
}

.cta-text {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  font-family: Fonnts;
  font-size: 3rem;
  font-weight: 600;
}

.cta-heading {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 0;
  padding-bottom: 4rem;
  display: flex;
}

.cta_description {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 30%;
  font-weight: 400;
  display: flex;
}

.flex-left-align {
  width: 100%;
}

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

.text-time-footer {
  letter-spacing: .3px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.text-copyright {
  text-transform: uppercase;
  font-size: .875rem;
}

.gradient-text-scroll {
  z-index: 30;
  pointer-events: none;
  background-color: #0000;
  border: 1px #fff3;
  border-radius: 0 0 .625rem .625rem;
  width: 100%;
  height: 5%;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-item {
  width: 33.3333%;
}

.footer-item.is-item {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.grid-item-three {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-color: #0000;
  border: 0 #fff3;
  border-radius: .625rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.text-size-main {
  color: #fefefe;
  text-transform: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

._3d-logo-stack {
  z-index: 15;
  width: 45%;
  max-width: none;
  position: absolute;
  inset: auto auto 0%;
}

.menu_component {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
}

.menu-p {
  z-index: -999;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .85rem;
  display: block;
  position: static;
}

.object-container {
  justify-content: flex-end;
  width: auto;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.menu-pill {
  z-index: 1;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border: .5px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  margin-right: .5rem;
  padding: .5rem 1rem;
  font-family: Fonnts;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: color .475s, background-color .475s;
  display: block;
  position: relative;
  top: 0;
}

.menu-pill:hover {
  color: #fff;
  background-color: #171717;
  border: .5px solid #ffffff80;
}

.menu-pill.is-closed {
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  pointer-events: none;
  color: #0000;
  white-space: nowrap;
  background-color: #ffffff1a;
  border-color: #0000;
  border-radius: .5rem;
  width: 5rem;
  margin-left: -21%;
  margin-right: 0%;
  padding-left: .5rem;
  padding-right: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  display: block;
  top: auto;
}

.menu-pill.is-closed:hover {
  color: #0000;
  background-color: #0000;
  border-width: .5px;
}

.menu-pill.is-menu {
  z-index: 4;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-backdrop-filter: brightness() blur(17px);
  backdrop-filter: brightness() blur(17px);
  color: #000;
  background-color: #fff;
  border-color: #fff;
  border-radius: .5rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  margin-right: 0;
  padding: .5rem;
  font-size: .97rem;
  transition: filter .2s, color .425s, background-color .425s;
  display: flex;
}

.menu-pill.is-menu:hover {
  color: #090c15;
  background-color: #fff;
  border-style: solid;
  border-color: #000;
  align-items: stretch;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.menu-pill.is-menu.is-closed {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  pointer-events: auto;
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border-color: #fff;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: -21%;
  margin-right: 0%;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  transition: filter .2s, color .425s, background-color .425s;
  display: flex;
}

.menu-pill.is-menu.is-closed:hover {
  color: #090c15;
  background-color: #fff;
  border-style: solid;
}

.icon-menu {
  display: block;
}

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

.container-xlarge.is-relative {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.stack-logo {
  background-color: var(--base-color-brand--blue-light);
  border-style: none;
  border-color: #000;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
  transition: opacity .2s, transform .2s, margin-top .2s cubic-bezier(.645, .045, .355, 1);
  overflow: hidden;
}

.stack-logo:hover {
  transform: rotate(10deg);
}

.stack-logo.is-curve-left {
  z-index: 9;
  background-color: var(--base-color-brand--pink-dark);
  opacity: .5;
  flex: none;
  width: 3rem;
  height: 3rem;
  margin-top: 2.5rem;
  margin-left: -.75rem;
  transition: margin-top .3s cubic-bezier(.215, .61, .355, 1), margin-left .3s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.stack-logo.is-curve-left-end {
  z-index: 10;
  background-color: var(--base-color-brand--blue-light);
  opacity: .5;
  flex: none;
  width: 3rem;
  height: 3rem;
  margin-top: 5rem;
  margin-left: -2rem;
  position: relative;
}

.stack-logo.is-curve-center {
  z-index: 8;
  background-color: var(--base-color-brand--blue);
  opacity: .5;
  flex: none;
  width: 3.5rem;
  height: 3.5rem;
  margin-left: -1rem;
  position: relative;
}

.stack-logo.is-curve-right01 {
  z-index: 7;
  background-color: var(--base-color-system--success-green-dark);
  opacity: .5;
  flex: none;
  width: 2.75rem;
  height: 2.75rem;
  margin-top: 1rem;
  margin-left: -.5rem;
  position: relative;
}

.stack-logo.is-curve-right02 {
  z-index: 6;
  background-color: var(--base-color-brand--pink);
  opacity: .5;
  flex: none;
  width: 3rem;
  height: 3rem;
  margin-top: 2.5rem;
  margin-right: -.75rem;
  position: relative;
}

.stack-logo.is-curve-right03 {
  z-index: 5;
  opacity: .5;
  flex: none;
  width: 3rem;
  height: 3rem;
  margin-top: 5rem;
  margin-right: -2rem;
  position: relative;
}

.stack-logo.is-curve-medium-left {
  z-index: 8;
  background-color: var(--background-color--background-success);
  opacity: .5;
  flex: none;
  width: 2.75rem;
  height: 2.75rem;
  margin-top: 1rem;
  margin-left: -1rem;
  position: relative;
}

.stack-logo-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  display: flex;
}

.stack-img {
  aspect-ratio: 1;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.button-arrow {
  flex: none;
  width: 1em;
  height: .75em;
}

.button-arrow.next {
  transform: rotate(180deg);
}

.overlay-nav-row {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.button-overlay {
  z-index: 2;
  position: absolute;
  inset: -1px;
}

.overlay-corner {
  border-top: 1px solid #efeeec;
  border-left: 1px solid #efeeec;
  border-top-left-radius: .4em;
  width: 1em;
  height: 1em;
}

.overlay-corner.top-right {
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(90deg);
}

.overlay-corner.bottom-right {
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(180deg);
}

.overlay-corner.bottom-left {
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(-90deg);
}

.button-p {
  background-color: #0000;
  border: 1px solid #fff3;
  border-radius: .4em;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  padding: 0;
  display: flex;
  position: relative;
}

.text-banner {
  text-transform: capitalize;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
}

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

.menu-inside-text {
  z-index: -999;
  text-align: center;
  font-size: .97rem;
  line-height: 1;
  display: none;
  position: static;
}

.menu-inside-text.is-closed {
  letter-spacing: -.3px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  display: block;
}

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

.work-animte-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotate(5deg);
}

.work-animate-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  aspect-ratio: auto;
  object-fit: fill;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 230%;
  height: 60%;
  display: flex;
}

.work-template {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background-color: #171717;
  border-radius: .5rem;
  flex: none;
  width: 33.3333%;
  min-height: 100%;
  overflow: hidden;
}

.work-template.is-center {
  background-color: #000;
  background-image: url('../images/logo3d-extrude.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.img-full-project {
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  height: auto;
  min-height: 100%;
}

.text-size-bold.aa {
  text-transform: uppercase;
}

.work-item-footer {
  z-index: 15;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #0000004d;
  border-radius: .3rem;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  max-width: 90rem;
  padding: 1rem 1rem 1rem 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.work-item-footer.is-absolute {
  padding: .5rem;
  position: absolute;
  inset: 1rem auto auto 1rem;
}

.category-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 0 #000;
  border-bottom: 0 #000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.category-wrapper.hide-tablet {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.category-title {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-transform: none;
  background-color: #ffffff0a;
  border: .5px solid #ffffff4d;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: .4rem 1rem;
  font-size: .875rem;
  line-height: 1;
  display: flex;
}

.category-title.is-white {
  z-index: 20;
  aspect-ratio: auto;
  color: #fff;
  background-color: #171717;
  border-color: #fff;
  position: relative;
}

.category-title.is-about {
  background-color: #ffffff08;
  margin-left: 2rem;
}

.project-main_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.project_grid-line {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 66.6667%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.project_grid-line.is-left {
  justify-content: flex-start;
}

.project_grid-line.is-full {
  width: 100%;
}

.work-wrapper {
  height: 100vh;
}

.work-wrapper.is-sticky {
  position: sticky;
  top: 0;
}

.home-fixed-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 10vh;
}

.icon-view-project.is-inverted {
  transform: rotate(-180deg);
}

.icon-wrapper {
  background-color: #ffffff0a;
  border: 1px solid #ffffff26;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.view-project-btn {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  transition: transform .3s;
  display: flex;
}

.view-project-btn:hover {
  transform: scale(1.1);
}

.grid-item-four {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-color: #0000;
  border: 0 #fff3;
  border-radius: .625rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.project-category-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-transform: none;
  background-color: #ffffff0a;
  border: .5px solid #ffffff4d;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: .4rem 1rem;
  line-height: 1;
  display: flex;
}

.project-category-wrap.is-white {
  z-index: 20;
  aspect-ratio: auto;
  color: #fff;
  background-color: #171717;
  border-color: #fff;
  position: relative;
}

.project-category-wrap.is-about {
  background-color: #ffffff08;
  margin-left: 2rem;
}

.grid-multiple {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 2rem;
  display: flex;
}

.work-item-double {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  aspect-ratio: auto;
  color: #fff;
  background-color: #0000;
  border: 1px solid #0000001a;
  border-radius: .3rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 30rem;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-template-square {
  border-radius: .3rem;
  width: 50%;
  overflow: hidden;
}

.project_square-img {
  z-index: 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  position: relative;
  inset: 0%;
}

.prev-next-wrap {
  background-color: #0000;
  border: 1px #ffffff26;
  border-radius: .3rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.project-title-small {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-transform: none;
  background-color: #ffffff0a;
  border: .5px solid #ffffff4d;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: .4rem 1rem;
  line-height: 1;
  display: flex;
}

.project-title-small.is-white {
  z-index: 20;
  aspect-ratio: auto;
  color: #fff;
  background-color: #171717;
  border-color: #fff;
  position: relative;
}

.project-title-small.is-about {
  background-color: #ffffff08;
  margin-left: 2rem;
}

.project-title-small.is-link {
  color: #fff;
  background-color: #ffffff08;
  margin-left: 2rem;
  text-decoration: none;
}

.feedback-author-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 1.5rem;
  display: flex;
}

.work-item-project {
  aspect-ratio: 3 / 2;
  color: #fff;
  background-color: #ebebeb80;
  border: 1px #0000;
  border-radius: .3rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  min-height: 30rem;
  margin-bottom: 0;
  padding: 0 1rem 1rem .5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-project-btn {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
}

.work-container {
  color: #fff;
  border-radius: .3rem;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 90rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-container.is-relative {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.work-list {
  margin-top: 2.5rem;
}

.work-list.is-sticky {
  height: 400vh;
  position: sticky;
}

.load_grid {
  z-index: 99999999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.load_grid-item {
  aspect-ratio: 1;
  background-color: #121212;
  border: 0 #ffffff26;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.project_gallery-img {
  z-index: 3;
  object-fit: contain;
  width: 100%;
  height: auto;
  min-height: 0;
  display: block;
  position: relative;
  inset: 0%;
}

.work-item-gallery {
  aspect-ratio: auto;
  color: #fff;
  background-color: #ebebeb80;
  border: 1px solid #0000;
  border-radius: .3rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin-bottom: 0;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover_video_wrapper {
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-video {
  position: absolute;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

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

  .heading-style-h1.is-display {
    text-align: left;
  }

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

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

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

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

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

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

  .text-size-medium.is-bold-aa.vw, .text-size-medium.vw, .text-size-medium.is-bold-aa.vw {
    font-size: 1.25rem;
  }

  .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_component {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    position: relative;
  }

  .nav_container {
    justify-content: space-between;
    align-items: flex-start;
    min-height: 100%;
    position: relative;
  }

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

  .home-main_grid {
    flex-flow: column;
    margin-top: 5vh;
  }

  .home_grid-line {
    width: 100%;
  }

  .home_grid-line.is-left-fixed {
    order: -9999;
  }

  .grid-item.is-service {
    justify-content: center;
    align-items: center;
    min-height: 10rem;
  }

  .grid-item.is-client {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    min-height: 10rem;
  }

  .grid-item.is-testimonials {
    aspect-ratio: auto;
    min-height: 30rem;
  }

  .grid-item.is-location {
    justify-content: center;
    align-items: center;
  }

  .grid-item.is-about {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1rem;
  }

  .grid-item.is-stack {
    aspect-ratio: auto;
    min-height: 30rem;
  }

  .grid-item.is-nav {
    height: auto;
    min-height: 0;
  }

  .grid-item.is-about-project, .grid-item.is-feedback {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1rem;
  }

  .footer_container {
    background-image: none;
  }

  .footer-top {
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer_links-wrapper {
    flex-flow: column;
  }

  .slider-gallery_button-wrapper {
    width: auto;
  }

  .loader {
    display: none;
  }

  .filters-wrap.is-work {
    flex-flow: wrap;
  }

  .projects-main_grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-top: 5vh;
  }

  .work-item {
    aspect-ratio: auto;
    min-height: 80vh;
  }

  .filter-category-work {
    z-index: 1;
    border-radius: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
  }

  .container-divide.is-top-border {
    flex-flow: column;
  }

  .about-main_grid {
    flex-flow: row;
    margin-top: 5vh;
  }

  .container-50, .container-50.is-flex, .container-50.is-flex-three {
    width: 100%;
  }

  .category-work-outline {
    z-index: 1;
    border-radius: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
  }

  .gif-hover {
    width: 80%;
  }

  .gif-hover-wrapper {
    display: none;
  }

  .gradient-black {
    opacity: .5;
    display: none;
  }

  .filters-main-flex {
    justify-content: space-between;
    align-items: flex-start;
  }

  .gradient-black-mobile {
    opacity: .7;
    background-color: #0000;
    background-image: linear-gradient(#000, #0000 34%), linear-gradient(0deg, #000, #0000 49%);
    display: block;
  }

  .filter-checkbox, .category-work-small {
    z-index: 1;
    border-radius: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
  }

  .gif-wrapper {
    display: none;
  }

  .gif-temp {
    width: 80%;
  }

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

  .cta_container {
    background-image: none;
  }

  .cta-heading {
    width: 100%;
  }

  .gradient-text-scroll {
    opacity: .5;
    display: none;
  }

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

  ._3d-logo-stack {
    width: 35%;
  }

  .menu_component {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    min-height: 100%;
  }

  .menu-pill {
    margin-right: 0;
  }

  .menu-pill.is-closed {
    opacity: 0;
    margin-top: -2rem;
    margin-left: 0%;
  }

  .menu-pill.is-menu {
    order: -9999;
  }

  .menu-pill.is-menu.is-closed {
    margin-top: 0;
  }

  .stack-logo.is-curve-left, .stack-logo.is-curve-left-end {
    width: 3.5rem;
    height: 3.5rem;
    margin-top: 0;
    margin-left: 0;
  }

  .stack-logo.is-curve-center {
    margin-left: 0;
  }

  .stack-logo.is-curve-right01 {
    width: 3.5rem;
    height: 3.5rem;
    margin-top: 0;
    margin-left: 0;
  }

  .stack-logo.is-curve-right02, .stack-logo.is-curve-right03 {
    width: 3.5rem;
    height: 3.5rem;
    margin-top: 0;
    margin-right: 0;
  }

  .stack-logo.is-curve-medium-left {
    width: 3.5rem;
    height: 3.5rem;
    margin-top: 0;
    margin-left: 0;
  }

  .text-banner {
    display: none;
  }

  .nav_logo-wrapper {
    z-index: 3;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    max-height: 100svh;
    display: flex;
    position: static;
    inset: 0 0% 0%;
  }

  .category-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .project-main_grid {
    flex-flow: column;
    margin-top: 5vh;
  }

  .project_grid-line {
    width: 100%;
  }

  .work-wrapper.is-sticky {
    top: 10vh;
  }

  .home-fixed-wrap {
    order: -9999;
  }

  .work-item-double, .work-item-project {
    aspect-ratio: auto;
    min-height: 80vh;
  }

  .work-list.is-sticky {
    height: auto;
    margin-top: 10vh;
  }

  .work-item-gallery {
    aspect-ratio: auto;
    min-height: 0;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

  .padding-vertical.padding-xhuge.no-bottom {
    padding-top: 4rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h4 {
    font-size: 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;
  }

  .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 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .nav_brand.w--current {
    padding-left: 0;
  }

  .home_grid-line.is-left-fixed {
    order: -9999;
  }

  .grid-item.is-testimonials {
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grid-item.is-50, .grid-item.is-50-1 {
    width: 100%;
  }

  .grid-item.is-location {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grid-item.is-stack {
    min-height: 22rem;
  }

  .grid-title.is-about, .grid-title.is-link {
    margin-left: 1rem;
  }

  .footer_container {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    min-height: 0;
  }

  .footer-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .swiper_overfow {
    width: 100%;
  }

  .testimonial-text {
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-author {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 2rem;
  }

  .slider-gallery_button-wrapper {
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    position: relative;
    bottom: 0;
  }

  .grid_inside-text {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial-author-text {
    justify-content: space-between;
    align-items: flex-start;
  }

  .filters-wrap {
    flex-flow: wrap;
  }

  .filters-wrap.is-work {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .work-item {
    min-height: 0;
  }

  .filter-category-work {
    flex: none;
  }

  .container-divide, .about-main_grid {
    flex-flow: column;
  }

  .container-50 {
    width: 100%;
  }

  .container-50.is-flex {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: row;
  }

  .container-50.is-flex-three {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .project_thum-img {
    object-fit: cover;
  }

  .category-work-outline {
    flex: none;
    padding: .25rem .5rem;
    font-size: .85rem;
  }

  .gif-hover {
    border-radius: 8px;
    width: 80%;
  }

  .gif-hover-wrapper {
    display: none;
  }

  .gradient-black {
    opacity: .2;
  }

  .filters-main-flex {
    justify-content: space-between;
    align-items: flex-start;
  }

  .gradient-black-mobile {
    opacity: .5;
  }

  .filter-checkbox {
    flex: none;
  }

  .filters-wrap-main {
    flex-flow: wrap;
  }

  .category-work-small {
    flex: none;
    padding: .25rem .5rem;
    font-size: .85rem;
  }

  .gif-temp {
    border-radius: 8px;
    width: 80%;
  }

  .container-33 {
    width: auto;
  }

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

  .cta_container {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    min-height: 0;
  }

  .gradient-text-scroll {
    opacity: .2;
  }

  .footer-item {
    width: auto;
  }

  .menu_component {
    flex-flow: column;
  }

  .menu-p {
    font-size: .875rem;
  }

  .object-container {
    justify-content: space-between;
    align-items: center;
    width: auto;
  }

  .menu-pill {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .menu-pill.is-closed {
    margin-top: -1.75rem;
  }

  .stack-logo.is-curve-left, .stack-logo.is-curve-left-end, .stack-logo.is-curve-center, .stack-logo.is-curve-right01, .stack-logo.is-curve-right02, .stack-logo.is-curve-right03, .stack-logo.is-curve-medium-left {
    opacity: 1;
  }

  .overlay-nav-row {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .button-overlay, .text-banner {
    display: none;
  }

  .nav_logo-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .menu-inside-text {
    font-size: .7rem;
  }

  .work-item-footer {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #00000080;
    justify-content: space-between;
    align-items: center;
    width: auto;
    padding: .75rem .5rem .75rem 1rem;
  }

  .category-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .category-title.is-about {
    margin-left: 1rem;
  }

  .work-wrapper {
    height: 70vh;
  }

  .project-category-wrap.is-about {
    margin-left: 1rem;
  }

  .work-item-double {
    min-height: 60vh;
  }

  .prev-next-wrap {
    order: -9999;
  }

  .project-title-small.is-about, .project-title-small.is-link {
    margin-left: 1rem;
  }

  .feedback-author-text {
    justify-content: space-between;
    align-items: flex-start;
  }

  .work-item-project {
    min-height: 60vh;
  }

  .container-project-btn {
    padding-left: 1rem;
  }

  .work-container {
    height: 90%;
  }

  .work-list {
    margin-top: 0;
  }

  .project_gallery-img {
    object-fit: cover;
  }

  .work-item-gallery {
    min-height: 0;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-vertical.padding-xhuge.no-bottom {
    padding-top: 4rem;
  }

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

  .heading-style-h1.is-display {
    font-size: 2rem;
  }

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

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

  .heading-style-h2.is-display {
    text-align: left;
    font-size: 1.5rem;
  }

  .heading-style-h2.is-cta {
    font-size: 1.5rem;
  }

  .text-size-medium.is-bold-aa.vw, .text-size-medium.vw, .text-size-medium.is-bold-aa.vw {
    font-size: 1rem;
  }

  .nav_container {
    justify-content: space-between;
    align-items: flex-start;
  }

  .nav_brand.w--current {
    flex: none;
    padding-left: 0;
  }

  .nav_logo.is-inverted {
    display: block;
  }

  .grid-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .grid-item.is-client {
    min-height: 10rem;
  }

  .grid-item.is-testimonials {
    aspect-ratio: 1;
    min-height: auto;
    padding-bottom: 1rem;
  }

  .grid-item.is-about {
    aspect-ratio: 1;
  }

  .grid-item.is-about-project {
    aspect-ratio: auto;
  }

  .grid-item.is-deliverables {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .grid-item.is-feedback {
    aspect-ratio: auto;
  }

  .grid-title.is-link {
    margin-bottom: 0;
  }

  .footer_container {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-top {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    font-size: .9rem;
  }

  .footer_links-wrapper {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .testimonial-text {
    padding-left: 0;
    padding-right: 0;
  }

  .filters-wrap.is-work {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .filters-wrap.is-services {
    grid-template-columns: 1fr;
  }

  .work-item {
    min-height: 0;
    padding: 2rem 1rem;
  }

  .filter-category-work {
    padding-left: .75rem;
    padding-right: .75rem;
    font-size: .85rem;
  }

  .work-item-heading {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .button-animated {
    padding: .75rem;
  }

  .text-button-animated, .category-work-outline {
    font-size: .85rem;
  }

  .filter-checkbox {
    padding-left: .75rem;
    padding-right: .75rem;
    font-size: .85rem;
  }

  .category-work-small {
    font-size: .85rem;
  }

  .button-animated-temp {
    padding: .75rem;
  }

  .cta_container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-item {
    width: 100%;
  }

  .footer-item.is-item {
    justify-content: flex-end;
    align-items: center;
  }

  .grid-item-three {
    padding-left: 0;
    padding-right: 0;
  }

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

  ._3d-logo-stack {
    width: 40%;
  }

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

  .menu-pill.is-closed {
    margin-top: -2.5rem;
  }

  .menu-pill.is-menu.is-closed {
    margin-bottom: 1rem;
  }

  .stack-logo.is-curve-left, .stack-logo.is-curve-left-end, .stack-logo.is-curve-center, .stack-logo.is-curve-right01, .stack-logo.is-curve-right02, .stack-logo.is-curve-right03, .stack-logo.is-curve-medium-left {
    width: 14.2857%;
    height: auto;
  }

  .stack-logo-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .overlay-nav-row {
    justify-content: space-between;
    align-items: flex-start;
  }

  .button-p.swiper-prev, .button-p.swiper-next {
    width: 3em;
    height: 3em;
  }

  .nav_logo-wrapper {
    flex-flow: row;
  }

  .work-item-footer {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding: .5rem;
  }

  .project_grid-line {
    order: 9999;
  }

  .work-wrapper {
    height: 60vh;
  }

  .work-wrapper.is-sticky {
    height: 50vh;
  }

  .grid-item-four {
    padding-left: 0;
    padding-right: 0;
  }

  .work-item-double {
    flex-flow: column;
    min-height: 25rem;
    padding: 0 0 1rem;
  }

  .work-template-square {
    width: 100%;
  }

  .work-item-project {
    min-height: 25rem;
    padding: 1rem;
  }

  .container-project-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .work-container {
    height: 100%;
  }

  .work-list {
    margin-top: 0;
  }

  .work-list.is-sticky {
    height: auto;
    margin-top: 8vh;
  }
}

#w-node-_1658b1c6-fcb5-82e9-5667-b76db740a18d-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a18e-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a18f-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a190-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a191-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a192-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a193-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a194-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a195-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a196-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a197-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a198-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a199-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a19a-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a19b-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a19c-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a19d-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a19e-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a19f-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1a0-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1a1-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1a2-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1a3-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1a4-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1a5-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1a6-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1a7-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1a8-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1a9-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1aa-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1ab-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1ac-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1ad-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1ae-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1af-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1b0-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1b1-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1b2-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1b3-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1b4-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1b5-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1b6-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1b7-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1b8-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1b9-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1ba-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1bb-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1bc-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1bd-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1be-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1bf-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1c0-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1c1-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1c2-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1c3-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1c4-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1c5-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1c6-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1c7-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1c8-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1c9-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1ca-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1cb-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1cc-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1cd-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1ce-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1cf-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1d0-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1d1-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1d2-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1d3-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1d4-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1d5-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1d6-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1d7-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1d8-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1d9-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1da-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1db-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1dc-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1dd-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1de-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1df-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1e0-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1e1-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1e2-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1e3-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1e4-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1e5-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1e6-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1e7-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1e8-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1e9-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1ea-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1eb-e83b84a6, #w-node-_1658b1c6-fcb5-82e9-5667-b76db740a1ec-e83b84a6, #w-node-b224ec27-30fa-be84-48bf-7ed471542af3-e83b84a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54103-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54104-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54105-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54106-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54107-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54108-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54109-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af5410a-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af5410b-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af5410c-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af5410d-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af5410e-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af5410f-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54110-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54111-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54112-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54113-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54114-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54115-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54116-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54117-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54118-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54119-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af5411a-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af5411b-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af5411c-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af5411d-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af5411e-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af5411f-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54120-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54121-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54122-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54123-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54124-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54125-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54126-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54127-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54128-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54129-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af5412a-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af5412b-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af5412c-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af5412d-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af5412e-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af5412f-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54130-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54131-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54132-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54133-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54134-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54135-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54136-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54137-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54138-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54139-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af5413a-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af5413b-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af5413c-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af5413d-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af5413e-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af5413f-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54140-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54141-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54142-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54143-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54144-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54145-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54146-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54147-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54148-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54149-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af5414a-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af5414b-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af5414c-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af5414d-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af5414e-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af5414f-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54150-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54151-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54152-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54153-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54154-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54155-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54156-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54157-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54158-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54159-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af5415a-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af5415b-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af5415c-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af5415d-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af5415e-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af5415f-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54160-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54161-7f0e8dc8, #w-node-c3d68ae2-c8ca-d314-a32f-30aa1af54162-7f0e8dc8, #w-node-_126bce61-d677-da82-5188-ffcd12ef9ecb-7f0e8dc8, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363915-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363916-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363917-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363918-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363919-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c36391a-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c36391b-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c36391c-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c36391d-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c36391e-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c36391f-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363920-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363921-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363922-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363923-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363924-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363925-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363926-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363927-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363928-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363929-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c36392a-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c36392b-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c36392c-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c36392d-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c36392e-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c36392f-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363930-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363931-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363932-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363933-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363934-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363935-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363936-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363937-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363938-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363939-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c36393a-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c36393b-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c36393c-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c36393d-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c36393e-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c36393f-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363940-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363941-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363942-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363943-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363944-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363945-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363946-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363947-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363948-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363949-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c36394a-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c36394b-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c36394c-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c36394d-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c36394e-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c36394f-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363950-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363951-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363952-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363953-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363954-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363955-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363956-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363957-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363958-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363959-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c36395a-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c36395b-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c36395c-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c36395d-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c36395e-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c36395f-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363960-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363961-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363962-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363963-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363964-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363965-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363966-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363967-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363968-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363969-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c36396a-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c36396b-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c36396c-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c36396d-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c36396e-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c36396f-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363970-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363971-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363972-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363973-0016865e, #w-node-_7c4973ee-3da0-2ba8-4318-6f426c363974-0016865e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


