@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pp Right Grotesk Tight 400 100";
  src: url('../fonts/PP-Right-Grotesk-Tight-normal-400-100.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pp Neue Montreal 400 100";
  src: url('../fonts/PP-Neue-Montreal-normal-400-100.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --base-color-brand--black: #141414;
  --text-color--text-primary: var(--base-color-neutral--black);
  --_typography---letter-spacing--body: -.01em;
  --_typography---letter-spacing--headings: .05em;
  --link-color--link-primary: var(--base-color-neutral--black);
  --base-color-neutral--neutral-lighter: #ccc;
  --text-color--text-alternate: var(--base-color-neutral--white);
  --border-color--border-primary: var(--base-color-neutral--black);
  --base-color-neutral--white: white;
  --base-color-neutral--black: #141414;
  --base-color-brand--accent: #c93b38;
  --base-color-brand--white: white;
  --background-color--background-success: var(--base-color-system--success-green-light);
  --text-color--text-secondary: var(--base-color-neutral--neutral-light);
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --background-color--background-secondary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --background-color--background-primary: var(--base-color-neutral--white);
  --background-color--background-tertiary: var(--base-color-neutral--neutral-light);
  --text-color--text-success: var(--base-color-system--success-green);
  --background-color--background-error: var(--base-color-system--error-red-light);
  --text-color--text-error: var(--base-color-system--error-red);
  --base-color-neutral--neutral-lightest: #f2f2f2;
  --_ix---rounded-padding: .75rem;
  --border-stroke--normal: .0625rem;
  --_ix---rounded-radius: 1rem;
  --link-color--link-secondary: var(--base-color-neutral--neutral-light);
  --border-color--border-secondary: var(--base-color-neutral--neutral-lighter);
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-dark: #333;
  --base-color-neutral--neutral: #666;
  --base-color-brand--accent-dark: #802524;
  --_ix---hero-radius: 1rem;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral-darkest: #1a1a1a;
  --base-color-system--success-green: #027a48;
  --base-color-system--success-green-light: #ecfdf3;
  --base-color-system--error-red: #b42318;
  --base-color-system--error-red-light: #fef3f2;
  --border-color--border-alternate: var(--base-color-neutral--white);
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--base-color-brand--black);
  color: var(--text-color--text-primary);
  letter-spacing: var(--_typography---letter-spacing--body);
  font-family: Geist, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  letter-spacing: var(--_typography---letter-spacing--headings);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.5rem;
  font-weight: 400;
  line-height: .9;
}

h2 {
  letter-spacing: var(--_typography---letter-spacing--headings);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: .9;
}

h3 {
  letter-spacing: var(--_typography---letter-spacing--headings);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.1;
}

h4 {
  letter-spacing: var(--_typography---letter-spacing--headings);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  letter-spacing: var(--_typography---letter-spacing--headings);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

h6 {
  letter-spacing: var(--_typography---letter-spacing--headings);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

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

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

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

blockquote {
  border-left: .1875rem solid var(--text-color--text-primary);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

.text-style-link:hover {
  opacity: .65;
}

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

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

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

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

.page-wrapper {
  background-color: var(--base-color-neutral--neutral-lighter);
  overflow: clip;
}

.container-large {
  flex-flow: column;
  flex: 1;
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-large.is-hero-image {
  justify-content: flex-end;
  align-items: flex-end;
  overflow: visible;
}

.container-large.projects {
  max-height: 40vh;
}

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

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

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

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

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

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_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_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

.margin-top-auto {
  margin-top: auto;
}

.text-style-quote {
  border-left: .1875rem solid var(--text-color--text-primary);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.heading-style-h2 {
  letter-spacing: var(--_typography---letter-spacing--headings);
  font-size: 4rem;
  font-weight: 400;
  line-height: .9;
}

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  border-radius: .6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: var(--text-color--text-primary);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  letter-spacing: var(--_typography---letter-spacing--headings);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

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

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

.heading-style-h5 {
  letter-spacing: var(--_typography---letter-spacing--headings);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-style-h5.text-wrap-balance.is-h1 {
  flex-flow: column;
  display: flex;
}

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

.heading-style-h1 {
  letter-spacing: var(--_typography---letter-spacing--headings);
  font-size: 6.5rem;
  font-weight: 400;
  line-height: .9;
}

.heading-style-h1.is-hero-second {
  margin-left: auto;
}

.form_checkbox-icon {
  border: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-icon.is-alternate {
  border-color: var(--base-color-neutral--white);
}

.form_checkbox-label {
  margin-bottom: 0;
}

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

.form_field-label {
  margin-bottom: 0;
}

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

.button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 1000rem;
  justify-content: center;
  align-items: center;
  padding: .75em 2em;
  text-decoration: none;
  transition: color 1s cubic-bezier(.19, 1, .22, 1), background-color 1s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: relative;
  overflow: clip;
}

.button.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.button.is-secondary:hover {
  color: var(--text-color--text-primary);
}

.button.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button.is-secondary.is-xlarge {
  padding-left: 3em;
  padding-right: 3em;
  font-size: 2rem;
}

.button.is-small {
  padding: .5rem 1.5rem;
  font-size: .875rem;
}

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-alternate {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-brand--white);
  color: var(--text-color--text-primary);
}

.button.is-alternate:hover {
  border-color: var(--base-color-brand--accent);
  color: var(--text-color--text-alternate);
}

.button.is-tertiary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-color: #0000;
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

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

.heading-style-h4 {
  letter-spacing: var(--_typography---letter-spacing--headings);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h4.text-wrap-balance.smaller {
  color: var(--background-color--background-success);
  align-self: center;
  width: 80%;
  font-family: Varela, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h4.text-wrap-balance.smaller.smallest, .heading-style-h4.text-wrap-balance.smaller.smallest-copy {
  font-size: 1.5rem;
}

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

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

.form_radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

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

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

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

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

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

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

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  letter-spacing: var(--_typography---letter-spacing--headings);
  height: 100%;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h3.body {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 2.5rem;
  font-weight: 700;
}

.heading-style-h3.body.white {
  color: #fff;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}

.heading-style-h3.body.white.smaller {
  width: 100%;
  font-size: 1rem;
}

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

.form_input {
  color: var(--text-color--text-alternate);
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  height: 4.5rem;
  margin-bottom: 0;
  padding: 0 1.35rem;
  font-size: 1.25rem;
  line-height: 1.6;
  transition: font-size 1s cubic-bezier(.19, 1, .22, 1);
}

.form_input:focus {
  background-color: #0000;
  border-color: #000;
}

.form_input:focus-visible, .form_input[data-wf-focus-visible] {
  background-color: #0000;
}

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

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  overflow: auto;
}

.form_input.is-select-input {
  background-image: url('../images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-select-input.is-alternate {
  background-image: url('../images/chevron-down-white.svg');
}

.form_input.is-alternate {
  border-color: var(--base-color-neutral--white);
  color: var(--text-color--text-alternate);
  background-color: #0000;
}

.form_input.is-alternate::placeholder {
  color: #fff9;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1.5rem;
  display: none;
}

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

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

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

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

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

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

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.text-color-black {
  color: var(--black-archive\<deleted\|variable-dccb7db6\>);
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

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

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

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-primary);
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.form_radio-icon {
  border: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form_radio-icon.is-alternate {
  border-color: var(--base-color-neutral--white);
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

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

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

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.icon-height-custom1 {
  height: 1.25rem;
}

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

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

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-wrapper {
  position: relative;
}

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

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

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

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

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.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 figcaption {
  border-left: 2px solid var(--text-color--text-primary);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

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

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

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

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

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

.icon-height-xsmall {
  height: 1.5rem;
}

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

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

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary);
}

.padding-global {
  z-index: 2;
  background-image: linear-gradient(#004718, #67bccf);
  border-bottom: 0 #bdbbb3;
  flex-flow: column;
  flex: 1;
  width: 100%;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: relative;
}

.padding-global.white {
  background-image: linear-gradient(#333, #333);
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-bottom: 100px;
  padding-left: 140px;
  padding-right: 140px;
}

.padding-global.white.yellow {
  background-image: linear-gradient(#1f1f1f, #1f1f1f);
}

.padding-global.white.new {
  background-image: linear-gradient(#1f1f1f, #1f1f1f);
  justify-content: flex-start;
  align-items: center;
}

.padding-global.white.new.core {
  background-image: linear-gradient(#276a5e, #276a5e);
}

.padding-global.tiles {
  background-image: linear-gradient(#4c4069, #4c4069);
  display: none;
}

.padding-global.white-copy {
  background-image: linear-gradient(#1f1f1f, #1f1f1f);
  padding-top: 140px;
}

.padding-global.about {
  background-image: linear-gradient(#000647, #67bccf);
}

.padding-global.about.skill {
  background-image: linear-gradient(#134422, #6ab28c);
}

.padding-global.about.skill.fedex {
  background-image: linear-gradient(#131444, #4460ff);
}

.padding-global.fedex {
  background-image: linear-gradient(#000647, #67bccf);
  height: auto;
}

.padding-global.thework {
  background-image: linear-gradient(#440909, #cf8667);
}

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

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

.padding-section-large.padding-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: flex-start;
  padding-top: 8rem;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_nav {
  z-index: 1000;
  background-color: var(--background-color--background-alternate);
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  color: var(--link-color--link-alternate);
  border-radius: 100rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: var(--background-color--background-primary);
  color: var(--link-color--link-primary);
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

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

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

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

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

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

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

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

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

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

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

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #fff;
  background-color: #161616;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.rl-styleguide_image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 50rem;
  height: 100vh;
  max-height: 60rem;
}

.rl-styleguide_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.delete-this {
  display: flex;
}

.rl-styleguide_image-wrapper {
  background-image: url('../images/Webflow-Background.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1080px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-style-tagline {
  color: var(--text-color--text-secondary);
  letter-spacing: -.03em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Varela, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.rl-styleguide_form-wrapper {
  padding-right: 1.5rem;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--base-color-neutral--neutral-lightest);
  background-color: var(--base-color-neutral--neutral-lightest);
  color: var(--base-color-neutral--black);
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  background-color: #0000;
  border-style: none;
  border-color: #0000;
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.tag.is-alternate {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.navbar_component {
  padding-top: var(--_ix---rounded-padding);
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 0;
  display: flex;
  position: relative;
}

.navbar_container.container-large {
  flex-flow: row;
}

.navbar_logo-link {
  z-index: 2;
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  color: var(--link-color--link-alternate);
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: relative;
}

.navbar_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar_menu.is-page-height-tablet {
  z-index: 2;
  position: relative;
}

.navbar_menu-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar_link {
  color: var(--link-color--link-alternate);
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  font-family: Varela, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.navbar_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar_dropdown-list.w--open {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-primary);
  padding: .5rem;
}

.navbar_dropdown-link {
  padding: .5rem 1rem;
}

.navbar_dropdown-link.w--current {
  color: var(--base-color-neutral--black);
}

.navbar_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar_menu-button {
  z-index: 2;
  padding: 0;
}

.navbar_logo-text {
  font-weight: 400;
  transition: transform 1s cubic-bezier(.86, 0, .07, 1);
}

.navbar_logo-text.is-1 {
  transform: translate(-110%);
}

.navbar_logo-text.is-1.is-duplicate {
  position: absolute;
  left: 110%;
}

.navbar_logo-text.is-2 {
  transform: translate(0, -100%);
}

.navbar_logo-text.is-2.is-duplicate {
  position: absolute;
  top: 100%;
  left: 0;
}

.navbar_logo-text.is-3 {
  letter-spacing: var(--border-stroke--normal);
  text-transform: uppercase;
  text-shadow: 0 1px 1px #0003;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 1.5rem;
  transform: translate(0, 100%);
}

.navbar_logo-text.is-3.is-duplicate {
  letter-spacing: var(--border-stroke--normal);
  text-transform: uppercase;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 1.5rem;
  position: absolute;
  bottom: 100%;
  left: 0;
}

.section_hero {
  border-radius: var(--_ix---rounded-radius);
  background-color: var(--background-color--background-alternate);
  color: var(--text-color--text-alternate);
  transition: border-radius 1.5s cubic-bezier(1, 0, 0, 1);
  position: relative;
  overflow: clip;
}

.section-content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  width: 100%;
  display: grid;
  position: relative;
}

.section-content.large-left {
  grid-template-columns: 1.5fr 1fr;
}

.section-content.large-right {
  grid-template-columns: 1fr 1.5fr;
}

.content-group {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  transform-origin: 0 0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-items: start;
  display: flex;
}

.content-group.centered {
  text-align: center;
  justify-content: center;
  justify-items: center;
}

.content-group.full-width {
  width: 100%;
}

.content-group.gap-large {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.content-group.gap-medium {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.content-group.gap-small {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.content-group.gap-tiny {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

.content-group.no-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

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

.flex-column.gap-large {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

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

.flex-column.gap-small {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: flex-start;
}

.flex-column.gap-tiny {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

.flex-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.flex-row.gap-large {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

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

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

.flex-row.gap-small.align-right {
  margin-left: auto;
}

.flex-row.gap-tiny {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

.flex-row.full-width {
  width: 100%;
}

.flex-row.no-wrap {
  flex-wrap: nowrap;
}

.hero_content {
  height: calc(100svh - var(--_ix---rounded-padding) * 2);
  position: static;
}

.hero_content.section-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 4rem;
  padding-bottom: 2.5rem;
  transition: height 1s cubic-bezier(1, 0, 0, 1);
  display: flex;
}

.hero_content.section-content.is-stripe {
  justify-content: center;
  align-items: center;
}

.hero_content.section-content.project {
  height: calc(100svh - var(--_ix---rounded-padding) * 2);
}

.background-wrapper {
  z-index: 1;
  pointer-events: none;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.background-image {
  z-index: 2;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.background-image.is-hero {
  object-fit: contain;
  object-position: 50% 100%;
  margin-bottom: calc(-1 * var(--_ix---rounded-padding));
  margin-right: calc(-1 * var(--_ix---rounded-padding));
  width: 40%;
  height: 100vh;
  max-height: 60rem;
  overflow: clip;
}

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

.hero_background {
  z-index: 1;
  background-color: #000;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero_background.is-right {
  inset: 0% 0% 0% auto;
}

.background-scroll-trigger {
  height: 100%;
  position: absolute;
  inset: 100% auto auto 0%;
}

.background-image_subject {
  z-index: 2;
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.hero_marquee-text {
  flex: none;
}

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

.hero_marquee-track, .hero_marquee-track-wrapper {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero_content-wrapper {
  z-index: 3;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
  position: relative;
}

.text-wrap-balance {
  text-wrap: balance;
}

.hero_cta {
  display: none;
}

.hero_bottom {
  z-index: 3;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

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

.hero-bg-blur {
  z-index: 1;
  aspect-ratio: auto;
  background-color: var(--base-color-brand--white);
  opacity: .2;
  filter: blur(10rem);
  border-radius: 50%;
  width: 60%;
  height: 120%;
  position: absolute;
  top: 100%;
  bottom: auto;
  overflow: visible;
  transform: translate(0, -50%);
}

.rounded-section-wrapper {
  padding: var(--_ix---rounded-padding);
  transition: padding 1.5s cubic-bezier(1, 0, 0, 1);
}

.rounded-section-wrapper.is-loading {
  padding: 0;
}

.hero-round-wrapper {
  overflow: hidden;
}

.hero_heading {
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
  transform: translate(0);
}

.heading-style-h0 {
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-left: -.075em;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: clamp(4rem, 19vw, 23rem);
  font-weight: 400;
  line-height: 1;
}

.heading-style-h0.is-hero-second {
  margin-left: auto;
}

.hero_heading-mask {
  margin-bottom: -1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 20px;
  display: flex;
  overflow: clip;
}

.hero_heading-mask.is-second {
  justify-content: flex-end;
  align-items: flex-start;
}

.h1-mask {
  overflow: hidden;
}

.webflow-badge {
  width: 14rem;
  height: 2rem;
}

.webflow-link {
  box-shadow: none;
  transition: box-shadow .5s cubic-bezier(.19, 1, .22, 1);
  display: inline-flex;
}

.webflow-link:hover {
  box-shadow: 0 .5rem 1.5rem -.25rem #146ef4;
}

.webflow-link_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

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

.intro_content {
  grid-auto-columns: 1fr;
}

.intro_content.section-content.large-left {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  place-items: start;
  display: grid;
}

.intro_content-left {
  max-width: 45rem;
  margin-bottom: 4.5rem;
}

.intro_content-right {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 22rem;
  display: flex;
}

.intro_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button-text.is-clone {
  position: absolute;
  top: 100%;
}

.button-text_wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  transition: transform 1s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: relative;
  overflow: visible;
}

.button-text_track {
  transition: transform 1s cubic-bezier(.19, 1, .22, 1);
}

.button-fill {
  z-index: 1;
  aspect-ratio: 1;
  background-color: var(--base-color-brand--accent);
  border-radius: 50%;
  width: 105%;
  position: absolute;
}

.button-arrow-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  transition: width 1s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: absolute;
  left: 100%;
  overflow: clip;
}

.button-arrow-wrapper.is-small {
  right: 1rem;
}

.button-arrow {
  flex: none;
  justify-content: center;
  align-items: center;
  width: .65rem;
  height: .65rem;
  transition: transform 1s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  transform: translate(-100%, 100%);
}

.button-arrow.is-small {
  width: .5rem;
  height: .5rem;
}

.button-arrow.is-xlarge {
  width: .6em;
  height: .6em;
}

.navbar_link-text.is-clone {
  font-family: Varela, sans-serif;
  position: absolute;
  top: 100%;
}

.navbar_link-track {
  transition: transform 1s cubic-bezier(.19, 1, .22, 1);
}

.navbar_link-dot {
  background-color: currentColor;
  border-radius: 50%;
  width: .25rem;
  height: .25rem;
  transition-property: transform;
  transition-duration: .7s;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  position: absolute;
  left: 0%;
  transform: scale(0);
}

.loader {
  z-index: 9999;
  color: var(--text-color--text-alternate);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 200%);
}

.loader_bg {
  z-index: 1;
  background-color: var(--base-color-brand--black);
  background-image: radial-gradient(circle farthest-corner at 50% 85%, #242424 5%, var(--base-color-brand--black) 42%);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 200vw;
  height: 125vh;
  display: flex;
  position: absolute;
  overflow: clip;
}

.loader_text-wrapper {
  z-index: 2;
  grid-column-gap: .15em;
  grid-row-gap: .15em;
  letter-spacing: -.03em;
  justify-content: center;
  align-items: center;
  font-size: 6vw;
  display: flex;
  position: absolute;
  overflow: clip;
}

.loader_text.is-1, .loader_text.is-2, .loader_text.is-3 {
  transform: none;
}

.loader_trigger {
  display: none;
}

.loader_text-inner {
  z-index: 2;
  grid-column-gap: .15em;
  grid-row-gap: .15em;
  letter-spacing: -.03em;
  justify-content: center;
  align-items: center;
  font-size: 3vw;
  display: flex;
  overflow: clip;
}

.hero_mobile-image-overlay {
  display: none;
}

.button-text_track-mask {
  z-index: 2;
  transition: transform 1s cubic-bezier(.19, 1, .22, 1);
  position: relative;
  overflow: clip;
}

.hero_heading-1 {
  transform: translate(0);
}

.hero_heading-2 {
  position: absolute;
  top: 80%;
  left: 25%;
  transform: translate(0);
}

.navbar_bg {
  z-index: 1;
  opacity: 0;
  -webkit-backdrop-filter: blur(1.5rem);
  backdrop-filter: blur(1.5rem);
  background-color: #535353b3;
  border-radius: .75rem;
  position: absolute;
  inset: 0 -1.5rem;
}

.navbar_link-mask {
  overflow: clip;
}

.navbar_mobile-details {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.navbar_social-link {
  color: var(--link-color--link-alternate);
  font-family: Varela, sans-serif;
  text-decoration: none;
}

.navbar_social-link:hover {
  color: var(--link-color--link-secondary);
}

.navbar_mobile-bottom {
  display: none;
}

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

.projects_content.section-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.projects_collection {
  z-index: 1;
  width: 100%;
  position: relative;
}

.projects_list {
  box-shadow: 0 .0625rem 0 0 var(--border-color--border-secondary);
  overflow: visible;
}

.projects_item {
  box-shadow: 0 -.0625rem 0 0rem var(--border-color--border-secondary);
  cursor: none;
  position: relative;
  overflow: visible;
}

.projects_item-content {
  z-index: 1;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: center;
  align-items: center;
  height: auto;
  transition: opacity .5s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: relative;
  overflow: clip;
}

.projects_image-wrapper {
  aspect-ratio: 3 / 2;
  background-color: var(--background-color--background-secondary);
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 100%;
  padding: 1.25rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.projects_image {
  z-index: 2;
  box-shadow: 0 0 0 var(--border-stroke--normal) #00000012;
  object-position: 50% 0%;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
  overflow: clip;
  transform: translate(-115%)scale(.9);
}

.projects_image.is-bg {
  z-index: 1;
  box-shadow: none;
  filter: blur(1.25rem) brightness(75%);
  object-fit: cover;
  width: 120%;
  max-width: 120%;
  height: 120%;
  transition-property: none;
  position: absolute;
  inset: -10%;
  transform: none;
}

.projects_image.is-video {
  z-index: 3;
  aspect-ratio: 3 / 2;
  box-shadow: none;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 0;
  display: flex;
  position: absolute;
  overflow: clip;
  transform: none;
}

.projects_services-collection {
  width: 100%;
  transition: transform 1s cubic-bezier(.19, 1, .22, 1);
}

.projects_services-list {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  flex-flow: wrap;
  display: flex;
}

.projects_services-text {
  color: var(--text-color--text-secondary);
  font-size: 1.125rem;
  position: relative;
}

.projects_item-inner {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.projects_item-name {
  padding-top: .65em;
  padding-bottom: .65em;
}

.projects_item-name.is-clone {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: visible;
}

.projects_year {
  background-color: var(--base-color-brand--black);
  color: var(--text-color--text-alternate);
  border-radius: 100rem;
  padding: .25em 1em;
  font-size: 1.125rem;
  transition-property: transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(.77, 0, .175, 1);
  position: absolute;
  right: calc(100% + 2rem);
  transform: translate(2rem);
}

.projects_wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.projects_cursor {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--base-color-brand--black);
  color: var(--text-color--text-alternate);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  transition: transform .7s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  transform: scale(0);
}

.projects_cursor-text {
  opacity: 0;
  text-align: center;
  transition: opacity 1.2s cubic-bezier(.19, 1, .22, 1);
}

.projects_cursor-wrapper {
  z-index: 2;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.projects_cursor-trigger {
  z-index: 3;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: auto;
}

.projects_item-name-track {
  flex-flow: column;
  transition: transform 1s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: relative;
}

.projects_item-name-mask {
  transition: transform 1s cubic-bezier(.19, 1, .22, 1);
  overflow: clip;
}

.projects_cursor-move {
  position: absolute;
}

.absolute-link {
  z-index: 2;
  display: block;
  position: absolute;
  inset: 0%;
}

.absolute-link.is-projects {
  cursor: none;
}

.projects_right-wrapper {
  justify-content: flex-start;
  align-items: center;
  transition: transform .6s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
  transform: translate(100%);
}

.projects_item-name-text {
  color: var(--base-color-brand--white);
  letter-spacing: var(--_typography---letter-spacing--headings);
  width: auto;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: .9;
  display: flex;
  overflow: visible;
}

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

.projects_item-scroll-trigger {
  width: 0;
  height: 100vh;
  padding: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section_gallery {
  background-color: var(--background-color--background-alternate);
  color: var(--text-color--text-alternate);
  display: none;
  overflow: clip;
}

.gallery_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 1.5rem;
}

.gallery_column {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  opacity: .5;
  flex-flow: column;
  flex: none;
  display: flex;
}

.gallery_item {
  width: 100%;
  overflow: clip;
}

.gallery_image {
  border-radius: .5rem;
  width: 25vw;
  min-width: 24rem;
}

.gallery_component {
  justify-content: center;
  align-items: flex-start;
  min-height: 150svh;
  display: flex;
  position: relative;
}

.gallery_text-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100svh;
  display: flex;
  position: sticky;
  top: 0;
}

.gallery_text-wrapper {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  display: flex;
  overflow: clip;
}

.gallery_text {
  letter-spacing: var(--_typography---letter-spacing--headings);
}

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

.about-content.section-content {
  grid-row-gap: 5rem;
  background-image: linear-gradient(#fff, #fff);
  grid-template-columns: 1fr;
  padding: 100px 4%;
}

.about-content.section-content.new {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.about-content.section-content.color {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-image: linear-gradient(#266a5c, #266a5c);
  flex-flow: column;
  grid-auto-flow: row;
  display: flex;
}

.about-content.section-content.color.body {
  padding-top: 100px;
  padding-left: 2%;
  padding-right: 2%;
}

.about-content.section-content.color.body.stroke {
  border-top: 10px solid #c9c8b5;
  border-bottom: 1px #000;
}

.about-content.section-content.color.body.stroke.overview {
  background-image: linear-gradient(#1f1f1f, #1f1f1f);
}

.about-content.section-content.color.new {
  padding: 0 0%;
}

.about-content_body {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: none;
  display: flex;
}

.indent {
  direction: ltr;
  padding-left: 1.25em;
}

.about_marquee {
  opacity: .05;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about_marquee-track {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-content_main {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.intro_content-skillls {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
  display: grid;
}

.intro_content-skill {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.skill_divider {
  height: var(--border-stroke--normal);
  background-color: var(--border-color--border-secondary);
  transform-origin: 0%;
  width: 100%;
}

.intro_content-skill-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-content_images {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  height: 40rem;
  max-height: 80vh;
  display: flex;
  position: relative;
  overflow: clip;
}

.about-content_image {
  z-index: 1;
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  position: relative;
}

.about_item-mask {
  position: relative;
  overflow: clip;
}

.about_item-text {
  padding-bottom: .125em;
}

.about_item-text.heading-style-h2 {
  padding-right: 1.5em;
}

.about_item-text.heading-style-h2.is-clone {
  font-style: italic;
  position: absolute;
  inset: 100% auto auto 0%;
}

.about_item-track {
  transition: transform 1s cubic-bezier(.19, 1, .22, 1);
  position: relative;
}

.about_body {
  max-width: 26rem;
}

.about-content_image-mask {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: clip;
}

.about-content_image-mask.is-1 {
  z-index: 2;
}

.about-content_image-mask.is-2 {
  z-index: 1;
  top: 100%;
}

.about-content_image-mask.is-3 {
  z-index: 1;
  top: 200%;
}

.about-content_image-mask.is-4 {
  z-index: 1;
  top: 300%;
}

.about-content_image-overlay {
  z-index: 2;
  background-color: var(--background-color--background-secondary);
  width: 100%;
  height: 120%;
  position: absolute;
  left: 0%;
  right: 0%;
  transform: translate(0, -100%);
}

.about_tabs {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.about_tab {
  cursor: pointer;
  text-decoration: none;
  position: relative;
}

.about-content_image-track {
  width: 100%;
  height: 100%;
  transition: transform 1s cubic-bezier(.645, .045, .355, 1);
  position: relative;
  transform: translate(0%, 100%);
}

.about-content_image-parallax {
  background-color: var(--background-color--background-secondary);
  width: 100%;
  height: calc(100% + 10rem);
}

.footer14_component {
  background-color: var(--background-color--background-alternate);
  color: var(--text-color--text-alternate);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.footer14_component.padding-section-large {
  opacity: 1;
  background-image: linear-gradient(#222, #222);
  border-bottom: 1px #222;
  padding-top: 0;
  padding-bottom: 0;
}

.footer14_cta {
  grid-column-gap: 15vw;
  grid-row-gap: 7rem;
  flex-flow: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  place-items: start stretch;
  display: grid;
}

.line-divider {
  background-color: var(--border-color--border-primary);
  width: 100%;
  height: 1px;
}

.footer14_top-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
}

.footer14_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer14_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

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

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

.footer14_image-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  padding-left: .75rem;
  display: flex;
  position: relative;
}

.footer14_image-item {
  margin-left: -.75rem;
}

.footer14_image {
  object-fit: cover;
  object-position: 50% 40%;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  display: block;
}

.footer14_bottom-wrapper {
  background-color: var(--base-color-neutral--neutral-darker);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  padding: 1rem;
  display: flex;
}

.footer14_credit-text {
  opacity: .75;
  font-family: Varela, sans-serif;
  font-size: .875rem;
}

.footer14_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: flex;
}

.footer14_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer_bg-blur {
  z-index: 1;
  aspect-ratio: 1;
  background-color: var(--base-color-brand--white);
  opacity: .2;
  filter: blur(10rem);
  border-radius: 50%;
  width: 60%;
  position: absolute;
  bottom: 100%;
  transform: translate(0, 50%);
}

.footer_content {
  width: 100%;
}

.about_tabs-section {
  flex-flow: column;
  height: 400vh;
  margin-top: -5rem;
  display: flex;
  position: relative;
}

.about_tabs-sticky {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: sticky;
  top: 1rem;
}

.about_tabs-scroll-anchors {
  pointer-events: none;
  flex-flow: column;
  height: 100%;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0 auto auto 0%;
}

.about_tabs-scroll-anchor {
  flex: none;
  height: 90vh;
  padding: 0;
}

.about_tabs-scroll-anchor.is-last {
  height: 400vh;
}

.about_scroll-progress {
  width: var(--border-stroke--normal);
  background-color: var(--border-color--border-secondary);
  transform-origin: 50% 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1rem;
}

.about_tabs-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.tagline-dot {
  background-color: var(--base-color-brand--accent);
  border-radius: 50%;
  width: .35rem;
  height: .35rem;
  transition: background-color 1s cubic-bezier(.19, 1, .22, 1);
}

.tagline-dot.is-active {
  background-color: var(--base-color-brand--accent);
}

.tagline-dot.is-form {
  background-color: var(--text-color--text-secondary);
}

.about_tagline-heading {
  margin-left: -1.125rem;
}

.footer_heading-wrapper {
  grid-column-gap: .15em;
  grid-row-gap: 0em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: clamp(3em, 9vw, 8em);
  line-height: 1;
  display: flex;
}

.footer-details-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.footer_details {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  padding-right: 5rem;
  display: flex;
  position: sticky;
  top: 8rem;
}

.footer_bottom-link {
  color: var(--link-color--link-alternate);
  text-decoration: none;
}

.footer_bottom-link:hover {
  color: var(--link-color--link-secondary);
}

.contact-form_layout {
  grid-column-gap: NaNpx;
  grid-row-gap: NaNpx;
  flex-flow: column;
  display: flex;
}

.form_input-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  display: flex;
}

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

.contact-form_button {
  width: 100%;
  font-size: 2rem;
}

.form_input-bar {
  background-color: var(--base-color-neutral--neutral-dark);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: .125rem;
  display: flex;
}

.form_input-bar-fill {
  background-color: var(--base-color-neutral--neutral);
  transform-origin: 0%;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  transition: transform 1s cubic-bezier(.19, 1, .22, 1);
  transform: scale3d(0, 1, 1);
}

.footer_socials {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.radio2_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.radio2_field {
  border: 1px solid var(--border-color--border-primary);
  color: var(--text-color--text-secondary);
  align-items: center;
  margin-bottom: 0;
  padding: .5em 1em;
  font-size: 1.5rem;
  display: flex;
  position: relative;
}

.radio2_field.is-active-inputactive {
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
}

.radio2_icon {
  border: .125rem solid var(--base-color-neutral--neutral-dark);
  cursor: pointer;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.radio2_icon.w--redirected-checked {
  background-color: var(--base-color-neutral--neutral-dark);
  background-image: none;
  border-color: #0000;
}

.radio2_icon.w--redirected-focus {
  box-shadow: none;
}

.radio2_label {
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1em;
  font-weight: 400;
  position: relative;
}

.contact-form_radio-spacer {
  width: 100%;
  padding-top: 1.5rem;
}

.checkbox_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.checkbox_field {
  border: .125rem none var(--base-color-neutral--neutral-dark);
  color: var(--text-color--text-secondary);
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 17rem;
  margin-bottom: 0;
  padding: .5em 1em;
  font-size: 1.25rem;
  display: flex;
  position: relative;
}

.checkbox_field.is-active-inputactive {
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
}

.checkbox_button {
  z-index: 1;
  border: .125rem solid var(--base-color-neutral--neutral-dark);
  background-color: var(--base-color-brand--black);
  cursor: pointer;
  border-radius: .75rem;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: border 1s cubic-bezier(.19, 1, .22, 1), background-color 1s cubic-bezier(.19, 1, .22, 1);
  position: absolute;
  inset: 0%;
}

.checkbox_button:hover {
  background-color: var(--base-color-neutral--neutral-dark);
}

.checkbox_button.w--redirected-checked {
  border-color: var(--base-color-brand--white);
  background-color: var(--base-color-brand--white);
  background-image: none;
}

.checkbox_button.w--redirected-focus {
  box-shadow: none;
}

.checkbox_label {
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: difference;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.description-list4_component {
  border: 1px solid var(--border-color--border-primary);
  padding: 2rem;
}

.description-list4_list {
  border-top: var(--border-stroke--normal) solid var(--border-color--border-secondary);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.description-list4_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-bottom: var(--border-stroke--normal) solid var(--border-color--border-secondary);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
  display: grid;
}

.description-list4_item-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 3rem 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.skill-3 {
  padding-top: 6rem;
}

.fs-rangeslider_form {
  width: 100%;
  max-width: 720px;
  margin-bottom: 0;
}

.fs-rangeslider_wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.5rem;
  display: flex;
  position: relative;
}

.fs-rangeslider_track {
  background-color: var(--base-color-neutral--neutral-dark);
  border-radius: 999rem;
  width: 100%;
  height: .125rem;
  position: relative;
}

.fs-rangeslider_handle {
  z-index: 1;
  background-color: var(--base-color-brand--accent-dark);
  cursor: grab;
  border-radius: .3rem;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fs-rangeslider_handle:active, .fs-rangeslider_handle:focus {
  outline-offset: 0px;
  outline: 3px #fff;
}

.fs-rangeslider_handle.is-max {
  background-color: var(--base-color-brand--accent);
  left: 20%;
}

.fs-rangeslider_fill {
  background-color: var(--base-color-brand--accent);
  background-image: linear-gradient(90deg, var(--base-color-brand--accent-dark), var(--base-color-brand--accent) 50%);
  border-radius: 999px;
  width: 20%;
  height: 100%;
  position: absolute;
}

.fs-rangeslider_input {
  display: none;
}

.fs-range_values {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--base-color-neutral--neutral-darker);
  color: var(--text-color--text-secondary);
  border-radius: .75rem;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 15rem;
  padding: 1rem;
  font-size: 1.25rem;
  display: flex;
}

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

.range-dot {
  background-color: var(--base-color-brand--accent-dark);
  border-radius: .1em;
  width: .65rem;
  height: .65rem;
}

.range-dot.is-max {
  background-color: var(--base-color-brand--accent);
}

.absolute-submit {
  z-index: 10;
  color: #0000;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.footer_heading-mask {
  margin-bottom: -.15em;
  padding-bottom: .15em;
  overflow: clip;
}

.footer_heading-text.is-1, .footer_heading-text.is-2, .footer_heading-text.is-3, .footer_heading-text.is-4, .footer_heading-text.is-5 {
  font-family: Varela, sans-serif;
}

.footer_image-mask {
  background-color: var(--base-color-neutral--neutral-darker);
  transform-origin: 50% 100%;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 1.25em;
  height: .9em;
  margin-left: .1em;
  margin-right: .1em;
  display: flex;
  overflow: clip;
}

.form-success {
  background-color: var(--base-color-brand--accent);
  color: var(--text-color--text-alternate);
  text-align: center;
  border-radius: .75rem;
  padding: 2rem;
  font-size: 1.25rem;
}

.navbar_logo-mask {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  position: relative;
  overflow: clip;
}

.navbar_logo-mask.is-1, .navbar_logo-mask.is-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar_logo-mask.is-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 32px;
  padding-right: 39px;
  display: flex;
}

.projects_cta-arrow {
  justify-content: center;
  align-items: center;
  width: .65rem;
  height: .65rem;
  display: flex;
}

.projects_videos {
  display: none;
}

.projects_video {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.projects_image-image {
  z-index: 1;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: relative;
}

.projects_image-image.is-bg {
  z-index: 1;
  box-shadow: none;
  filter: blur(1.25rem) brightness(75%);
  object-fit: cover;
  width: 120%;
  max-width: 120%;
  height: 120%;
  transition-property: none;
  position: absolute;
  inset: -10%;
  transform: none;
}

.projects_image-image.is-video {
  z-index: 3;
  aspect-ratio: 3 / 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 0;
  display: flex;
  position: absolute;
  overflow: clip;
  transform: none;
}

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

.footer_slider-mask, .footer_slider-slide {
  width: 100%;
  height: 100%;
}

.background-video {
  overflow: visible;
}

.background-video-2 {
  z-index: 0;
  width: 100vw;
  height: 100%;
}

.text-style-tagline-copy {
  color: var(--background-color--background-alternate);
  letter-spacing: .03em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.image, .logo_chase, .logo_fedex, .logo_chase-copy, .logo_fedex-copy, .logo_fedex-copy {
  width: 40%;
}

.text-style-tagline-white {
  color: var(--base-color-brand--white);
  letter-spacing: .03em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.projects_services-text-copy, .the-project-name, .services {
  color: var(--text-color--text-secondary);
  font-size: 1.125rem;
  position: relative;
}

.container-2 {
  max-width: none;
  height: 70vh;
}

.image-2 {
  z-index: 1;
  position: relative;
  inset: 0%;
}

.text-style-tagline-black {
  color: var(--base-color-brand--black);
  letter-spacing: .03em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.text-style-tagline-black.smaller.white {
  color: var(--base-color-brand--white);
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 400px;
}

.image-3 {
  max-width: 400px;
}

.where-copy {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.image-333 {
  width: 19%;
}

.flex-block-25 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #212128;
  background-image: linear-gradient(#2c2c37, #2c2c37);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 0 140px;
  display: none;
}

.flex-block-85 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.flex-block-83 {
  padding-top: 100px;
}

.professional-summary {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 0;
}

.bigger {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.core-content-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.image-339 {
  width: 200px;
}

.company-2-copy-copy {
  opacity: 1;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  text-overflow: clip;
  margin-top: 100px;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 80px;
  overflow: visible;
}

.flex-block-84 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-top: 1px solid #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.link {
  color: #ff9b32;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-top: 40px;
  font-family: Bitter, serif;
  font-size: 20px;
  text-decoration: none;
}

.image-340 {
  background-color: #111348;
  border: 4px #fff6;
  border-radius: 0;
  width: 100%;
  max-width: none;
  height: 60%;
}

.text-block {
  color: #fff;
  letter-spacing: var(--_typography---letter-spacing--headings);
  background-image: linear-gradient(#00000080, #00000080);
  border: 1px #000;
  border-radius: 20px;
  padding: 10px 40px;
  font-weight: 300;
}

.flex-block-86 {
  flex-flow: row;
}

.flex-block-87 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #212128;
  background-image: linear-gradient(#373270, #373270);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 0 140px;
}

.flex-block-87.chase {
  background-image: linear-gradient(#164d9b, #164d9b);
}

.flex-block-87.selecte {
  background-image: linear-gradient(#327053, #327053);
}

.bigger-2 {
  outline-offset: 0px;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px #000;
  outline: 0 #fff;
  width: 400px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 32px;
}

.flex-block-88 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  background-image: linear-gradient(#1f1f1f, #1f1f1f);
  border: 4px solid #9c9c9c;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
}

.company-2-copy-copy-2 {
  opacity: 1;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  text-overflow: clip;
  margin-top: 100px;
  padding-bottom: 20px;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 80px;
  overflow: visible;
}

.button-text-2.is-clone {
  position: absolute;
  top: 100%;
}

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

.text-block-2 {
  color: #fff;
  letter-spacing: .05em;
  background-image: none;
  border: 1px #000;
  border-radius: 20px;
  padding: 10px 40px;
  font-weight: 300;
}

.flex-block-90 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.button-fill-2 {
  z-index: 1;
  aspect-ratio: 1;
  background-color: #c93b38;
  border-radius: 50%;
  width: 105%;
  position: absolute;
}

.where-copy-2 {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.button-2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #141414;
  border-radius: 1000rem;
  justify-content: center;
  align-items: center;
  padding: .75em 2em;
  text-decoration: none;
  transition: color 1s cubic-bezier(.19, 1, .22, 1), background-color 1s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: relative;
  overflow: clip;
}

.flex-block-91 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 0;
  width: auto;
  height: 100%;
}

.button-text_track-2 {
  transition: transform 1s cubic-bezier(.19, 1, .22, 1);
}

.flex-block-92 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top: 1px #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 60px;
}

.flex-block-93 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  width: 100%;
  height: 100%;
}

.image-341 {
  width: 200px;
}

.professional-summary-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  padding-top: 0;
}

.flex-block-95 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #212128;
  background-image: linear-gradient(#276a5d, #276a5d);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 140px 140px;
}

.flex-block-96 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
}

.company-2-copy-copy-3 {
  opacity: 1;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  text-overflow: clip;
  margin-top: 100px;
  padding-bottom: 99px;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 80px;
  overflow: visible;
}

.company-2-copy-copy-3.dark {
  color: #000;
  padding-bottom: 0;
}

.company-2-copy-copy-3.dark.white {
  color: #fff;
}

.company-2-copy-copy-3.dark.white.smaller {
  width: 100%;
  font-size: 80px;
}

.company-2-copy-copy-3.dark.white.smaller.h3 {
  width: 30%;
  height: 100%;
  margin-top: 0;
  font-size: 48px;
}

.company-2-copy-copy-3.dark.white.smaller.footer {
  color: #eb8c0e;
  text-decoration: none;
}

.company-2-copy-copy-3.dark.white.nj {
  width: 100%;
}

.button-text-3 {
  font-family: Varela, sans-serif;
}

.button-text-3.is-clone {
  position: absolute;
  top: 100%;
}

.flex-block-97 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.text-block-3 {
  color: #fff;
  letter-spacing: .05em;
  background-image: linear-gradient(#00000080, #00000080);
  border: 1px #000;
  border-radius: 20px;
  padding: 10px 40px;
  font-weight: 300;
}

.flex-block-98 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.button-fill-3 {
  z-index: 1;
  aspect-ratio: 1;
  background-color: #c93b38;
  border-radius: 50%;
  width: 105%;
  position: absolute;
}

.where-copy-3 {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  flex: 0 auto;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.flex-block-99 {
  width: auto;
}

.flex-block-100 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.flex-block-101 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  width: 60%;
}

.flex-block-102 {
  width: 100%;
}

.image-342 {
  width: 200px;
}

.flex-block-103 {
  height: auto;
  padding-bottom: 100px;
}

.flex-block-104 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.flex-block-104.white {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
}

.flex-block-104.white.horizongal {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
}

.flex-block-104.da {
  padding-bottom: 60px;
}

.text-size-medium-copy {
  font-size: 1.125rem;
}

.accordion-wrapper {
  border: 1px solid #777;
  border-radius: 10px;
  width: 100%;
}

.accordion-header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(#fff, #fff);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 40px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.text-block-4 {
  letter-spacing: var(--_typography---letter-spacing--headings);
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 2.5rem;
  overflow: hidden;
}

.faq_card_icon {
  color: #5518ff;
  flex: none;
  width: 1.3rem;
  transition: transform .2s;
}

.faq_card_svg {
  display: block;
}

.text-block-5 {
  width: 100vw;
}

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

.flex-block-106 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.flex-block-107 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  display: flex;
}

.image-345 {
  width: 40%;
  max-width: none;
}

.image-346 {
  width: auto;
  max-width: none;
}

.flex-block-106-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.flex-block-109 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
}

.flex-block-109.art {
  padding-top: 100px;
}

.image-347 {
  width: 50%;
}

.flex-block-110 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.image-347-copy {
  width: 50%;
}

.flex-block-111 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
}

.image-348 {
  padding-top: 0;
}

.footer-details-wrapper-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.date {
  opacity: 1;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  text-overflow: clip;
  margin-top: 100px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  overflow: visible;
}

.flex-block-113 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.flex-block-114 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}

.text-block-2-copy {
  color: #fff;
  letter-spacing: .05em;
  background-image: linear-gradient(#00000080, #00000080);
  border: 1px #000;
  border-radius: 20px;
  padding: 10px 40px;
  font-weight: 300;
}

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

.button-2-copy {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #141414;
  border-radius: 1000rem;
  justify-content: center;
  align-items: center;
  padding: .75em 2em;
  text-decoration: none;
  transition: color 1s cubic-bezier(.19, 1, .22, 1), background-color 1s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: relative;
  overflow: clip;
}

.heading-style-h3-copy {
  letter-spacing: var(--_typography---letter-spacing--headings);
  font-family: Varela, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h3-copy {
  letter-spacing: var(--_typography---letter-spacing--headings);
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.1;
}

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

.heading-style-h3-copy.body.white {
  color: #fff;
}

.image-340-copy {
  vertical-align: middle;
  width: 140%;
  max-width: none;
  height: 140%;
}

.flex-block-115 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 492px;
  display: block;
}

.div-block-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.image-348-copy {
  padding-top: 0;
}

.link-block {
  text-align: left;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.link-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar_social-link-copy {
  color: var(--link-color--link-alternate);
  text-decoration: none;
}

.navbar_social-link-copy {
  color: var(--link-color--link-alternate);
  text-decoration: none;
  display: none;
}

.navbar_social-link-copy:hover {
  color: var(--link-color--link-secondary);
}

.image-349 {
  padding-top: 90px;
}

.div-block-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.flex-block-116 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
}

.div-block-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.image-348-copy {
  width: 100%;
  padding-top: 0;
}

.image-348-copy-copy, .image-348-copy {
  width: 50%;
  max-width: none;
  padding-top: 0;
}

.text-block-6 {
  font-size: 2rem;
}

.text-block-7 {
  text-transform: uppercase;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 3rem;
}

.flex-block-117 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  height: 100%;
  padding-top: 20px;
}

.where-copy-2-copy {
  color: #fff;
  text-align: right;
  letter-spacing: 1px;
  text-transform: none;
  flex: 0 auto;
  align-self: flex-end;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.flex-block-118 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.flex-block-88-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  background-image: linear-gradient(#333, #333);
  border: 4px solid #9c9c9c;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: none;
}

.flex-block-92-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top: 1px #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 60px;
  display: none;
}

.flex-block-88-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  background-image: linear-gradient(#333, #333);
  border: 4px solid #9c9c9c;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
}

.discover {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #4a5349;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px 60px;
}

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

.flex-block-120 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.define {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #505044;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px 60px;
}

.design {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #574e3e;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px 60px;
}

.develop, .deploy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #5e4c39;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px 60px;
}

.flex-block-121 {
  padding-bottom: 100px;
  text-decoration: none;
}

.heading-style-h3-copy-copy {
  text-align: center;
  letter-spacing: var(--_typography---letter-spacing--headings);
  width: 100%;
  font-family: Varela, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
}

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

.heading-style-h3-copy-copy.body.white {
  color: #fff;
}

.link-block-4 {
  text-decoration: none;
}

.image-350 {
  width: 98%;
  height: 100%;
}

.flex-block-122 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-top: 100px;
}

.list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12 {
  font-family: Varela, sans-serif;
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

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

  .button.is-secondary.is-xlarge, .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h4.text-wrap-balance.smaller {
    height: 100%;
  }

  .heading-style-h4.text-wrap-balance.smaller.smallest {
    width: 100%;
  }

  .heading-style-h4.text-wrap-balance.smaller.smallest-copy {
    width: 100%;
  }

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

  .padding-global {
    padding-left: 5%;
    padding-right: 5%;
  }

  .padding-global.white.new {
    padding-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

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

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

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

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

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

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

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

  .rl-styleguide_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 640px;
  }

  .navbar_component {
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar_container.container-large {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .navbar_logo-link {
    z-index: 3;
    margin-right: auto;
  }

  .navbar_menu {
    border-bottom: 1px solid var(--border-color--border-primary);
    background-color: var(--background-color--background-primary);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    z-index: 1;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    background-color: #050505d9;
    border: 1px #000;
    flex-flow: column;
    order: 1;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: 120svh;
    padding-top: 0;
    padding-bottom: 0;
    transition: height .5s;
    display: flex;
    position: absolute;
    top: -5vh;
    left: -5vw;
    overflow: clip;
  }

  .navbar_menu-links {
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding-top: 9rem;
    padding-bottom: 25svh;
    position: relative;
    overflow: auto;
  }

  .navbar_link {
    width: auto;
    padding: 0 2rem 0 0;
    font-size: 3.5rem;
  }

  .navbar_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar_menu-button {
    z-index: 3;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-left: auto;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--text-color--text-alternate);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--text-color--text-alternate);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    background-color: var(--text-color--text-alternate);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .section-content.large-left, .section-content.large-right {
    grid-template-columns: 1fr;
  }

  .hero_content.section-content {
    padding-top: 3rem;
  }

  .background-image.is-hero {
    width: auto;
    height: 70vh;
    margin-left: auto;
  }

  .hero_cta {
    bottom: 34px;
  }

  .heading-style-h0 {
    font-size: 23vw;
  }

  .intro_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .intro_content.section-content.large-left {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .intro_content-left {
    margin-bottom: 0;
  }

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

  .navbar_link-dot {
    width: .5rem;
    height: .5rem;
    left: auto;
    right: 0;
  }

  .loader_text-inner {
    font-size: 6vw;
  }

  .hero_mobile-image-overlay {
    z-index: 5;
    background-image: linear-gradient(180deg, #0000 10%, var(--base-color-brand--black));
    height: 20rem;
    padding: 0;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .hero_heading-2 {
    left: 20%;
  }

  .navbar_bg {
    z-index: 2;
    border-top-left-radius: var(--_ix---rounded-radius);
    border-top-right-radius: var(--_ix---rounded-radius);
    border-bottom-left-radius: var(--_ix---rounded-radius);
    border-bottom-right-radius: var(--_ix---rounded-radius);
    width: calc(100vw - 2 * var(--_ix---rounded-padding));
    top: 0;
    left: auto;
    right: auto;
  }

  .navbar_link-mask {
    margin-top: -.35em;
    margin-bottom: -.35em;
  }

  .navbar_mobile-details {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    color: var(--text-color--text-alternate);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: auto;
    display: flex;
  }

  .navbar_social-link {
    color: var(--link-color--link-alternate);
    text-decoration: none;
    transition: opacity .5s cubic-bezier(.19, 1, .22, 1);
  }

  .navbar_social-link:hover {
    opacity: .6;
  }

  .navbar_mobile-details-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 5vw;
    display: flex;
  }

  .navbar_mobile-details-wrapper.is-left {
    margin-left: 0;
  }

  .navbar_mobile-bottom {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: auto;
    padding-top: 5rem;
    display: flex;
    overflow: clip;
  }

  .projects_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .projects_item-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .projects_image-wrapper {
    border-radius: 1rem;
    width: 100%;
    padding: 5vw;
  }

  .projects_image {
    transform: none;
  }

  .projects_item-inner {
    flex: 0 auto;
    order: 1;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 5rem;
  }

  .projects_item-name.is-clone {
    display: none;
  }

  .projects_year {
    padding: .15em .85em;
    font-size: 1rem;
    transition-property: none;
    position: absolute;
    inset: auto 0% 2rem auto;
    transform: none;
  }

  .projects_right-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #0000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    transition-property: none;
    position: static;
    transform: none;
  }

  .projects_item-name-text {
    font-size: 2.75rem;
  }

  .gallery_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    column-count: 2;
    flex-flow: wrap;
    flex: none;
    column-gap: 1rem;
    width: 110vw;
    display: block;
  }

  .gallery_column {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 1rem;
  }

  .gallery_image {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: 0% 0%;
    width: 100%;
    min-width: 0;
  }

  .about-content.section-content.new {
    grid-column-gap: 2rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-content.section-content.color {
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .about-content_heading {
    margin-bottom: 0;
  }

  .about-content_body {
    width: 100%;
    margin-left: auto;
  }

  .about-content_main {
    flex: none;
  }

  .intro_content-skillls {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    margin-left: auto;
    display: flex;
  }

  .about-content_images {
    aspect-ratio: auto;
    flex: 1;
    width: auto;
    height: auto;
  }

  .about_tabs {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: column;
    flex: 1;
    display: flex;
  }

  .footer14_component.padding-section-large {
    padding-bottom: 7rem;
  }

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

  .footer14_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .about_tabs-section {
    margin-top: 0;
  }

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

  .footer-details-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .footer-details-wrapper.is-left {
    margin-left: 0;
  }

  .footer_details {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    align-self: flex-start;
    width: 100%;
  }

  .footer_socials {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: var(--text-color--text-alternate);
    margin-top: auto;
    display: flex;
  }

  .skill-2, .skill-3 {
    padding-top: 0;
  }

  .projects_image-image {
    transform: none;
  }

  .text-style-tagline-black.smaller {
    font-size: 4rem;
    line-height: 6rem;
  }

  .company-2-copy-copy-3.dark.white.nj {
    line-height: 100px;
  }

  .accordion-wrapper, .accordion-header {
    width: 100%;
  }

  .text-block-5 {
    width: 92vw;
  }

  .flex-block-106 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: none;
  }

  .flex-block-107 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    width: 100%;
    display: block;
    overflow: visible;
  }

  .image-345 {
    width: 50%;
  }

  .image-345.tile-2, .image-345.tile-2-copy {
    flex: 0 auto;
    display: block;
  }

  .flex-block-108 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .flex-block-106-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: none;
  }

  .flex-block-109 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: 100%;
  }

  .footer-details-wrapper-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .footer-details-wrapper-copy.is-left {
    margin-left: 0;
  }

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

  .link-block {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .navbar_social-link-copy {
    color: var(--link-color--link-alternate);
    text-decoration: none;
    transition: opacity .5s cubic-bezier(.19, 1, .22, 1);
  }

  .navbar_social-link-copy:hover {
    opacity: .6;
  }

  .flex-block-118 {
    flex-flow: column;
  }

  .discover.tile, .define, .design, .develop, .deploy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-style-quote {
    font-size: 1.125rem;
  }

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

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

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

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

  .button.is-secondary.is-xlarge {
    font-size: 4vw;
  }

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

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

  .form_input {
    height: 3.5rem;
  }

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

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

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

  .padding-global.white.new {
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-global.about.skill.fedex {
    background-image: linear-gradient(#131444, #4f58b9);
  }

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

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

  .spacer-xsmall {
    padding-top: .75rem;
  }

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

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

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

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

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

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

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

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

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .navbar_component {
    height: auto;
    min-height: 4rem;
  }

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

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

  .hero_content.section-content {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .background-image.is-hero {
    object-fit: cover;
    margin-right: 0;
    margin-left: calc(-1 * var(--_ix---rounded-padding));
    height: 75vh;
  }

  .hero_cta {
    z-index: 10000;
    top: auto;
    left: 5vw;
    right: 5vw;
    bottom: calc(7.5vw - var(--_ix---rounded-padding));
    border-radius: 1000rem;
    position: fixed;
    box-shadow: 0 .5rem 2rem -.5rem #0000005e;
  }

  .rounded-section-wrapper {
    z-index: 10;
    position: relative;
  }

  .heading-style-h0 {
    font-size: 25vw;
  }

  .heading-style-h0.gold {
    display: flex;
  }

  .hero_heading-mask {
    padding-top: 20px;
  }

  .intro_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .intro_content-right {
    max-width: 24rem;
  }

  .loader_bg {
    width: 125vh;
  }

  .hero_mobile-image-overlay {
    height: 25rem;
  }

  .hero_heading-2 {
    left: 17%;
  }

  .navbar_mobile-details-wrapper {
    padding-right: 0;
  }

  .navbar_mobile-bottom {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .projects_item-name-text {
    font-size: 2.25rem;
  }

  .about-content.section-content.color {
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
  }

  .about-content_body {
    max-width: 100vw;
  }

  .about-content_main {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    margin-left: auto;
    margin-right: auto;
  }

  .intro_content-skillls {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .about-content_images {
    flex: 1;
  }

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

  .about_body.text-wrap-balance {
    max-width: 23.5rem;
  }

  .footer14_component {
    padding-bottom: 7rem;
  }

  .footer14_component.padding-section-large {
    padding-bottom: 3rem;
  }

  .footer14_cta {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .footer14_top-wrapper {
    grid-row-gap: 2.5rem;
  }

  .about_tabs-sticky {
    padding-bottom: 8rem;
  }

  .footer_details {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 10vw;
    display: grid;
  }

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

  .contact-form_radio-spacer {
    padding-top: 1.25rem;
  }

  .checkbox_component {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .checkbox_field {
    font-size: 1rem;
  }

  .description-list4_item {
    align-items: end;
  }

  .description-list4_item-content {
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

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

  .fs-rangeslider_track {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .fs-range_values {
    grid-column-gap: .35rem;
    grid-row-gap: .35rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 7rem;
    padding: .5rem .75rem;
    font-size: 1rem;
  }

  .range-dot {
    order: -1;
  }

  .flex-block-25 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link {
    font-size: 16px;
  }

  .image-340 {
    width: 50%;
  }

  .flex-block-87 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-88 {
    flex-flow: column;
  }

  .flex-block-90 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .flex-block-95 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-96 {
    flex-flow: column;
  }

  .company-2-copy-copy-3.dark.white.smaller.h3 {
    font-size: 40px;
  }

  .flex-block-98 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .flex-block-104.white {
    padding-bottom: 0;
  }

  .text-size-medium-copy {
    font-size: 1rem;
  }

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

  .flex-block-118, .flex-block-88-copy, .flex-block-88-copy, .flex-block-88-copy {
    flex-flow: column;
  }

  .discover.tile, .define, .design, .develop, .deploy {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .container-large.is-hero-image {
    display: flex;
  }

  .container-medium {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-size-medium.text-wrap-balance {
    font-size: 1.2rem;
  }

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

  .heading-style-h4.text-wrap-balance.smaller {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.4rem;
  }

  .heading-style-h4.text-wrap-balance.smaller.smallest.new {
    font-size: 1.2rem;
  }

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

  .heading-style-h3.body {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .heading-style-h3.body.white {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .heading-style-h3.body.white.bot {
    padding-bottom: 20px;
  }

  .padding-global.white.new {
    padding-bottom: 100px;
  }

  .padding-global.white.new.core {
    background-image: linear-gradient(#276a5d, #276a5d);
    padding-top: 100px;
  }

  .padding-global.white-copy {
    padding-top: 60px;
  }

  .padding-global.about.skill {
    background-image: linear-gradient(#134422, #6ab28c);
  }

  .padding-section-large.padding-top {
    flex-flow: column;
    padding-top: 2rem;
  }

  .rl-styleguide_component {
    grid-template-columns: 1fr;
  }

  .text-style-tagline {
    width: 100%;
    max-width: 100px;
  }

  .navbar_menu-links.no-scrollbar {
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 5rem;
    line-height: 1;
  }

  .navbar_link {
    height: 100%;
    font-size: 13vw;
    line-height: 2.5;
  }

  .content-group {
    width: 100%;
  }

  .flex-row {
    flex-wrap: wrap;
  }

  .background-image.is-hero {
    width: 100%;
    height: 100%;
  }

  .hero_heading-mask {
    padding-top: 20px;
  }

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

  .intro_content-right {
    max-width: 100vw;
  }

  .intro_item-list {
    grid-template-columns: 1fr;
  }

  .button-text_wrapper {
    background-color: #c93b38;
    width: 100%;
  }

  .navbar_link-track {
    line-height: 2.5;
  }

  .navbar_mobile-details {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-bottom: 1px #fff;
    width: 100%;
  }

  .navbar_mobile-details-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .navbar_mobile-details-wrapper.is-right {
    margin-left: 0;
  }

  .navbar_mobile-bottom {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 2.5rem;
    display: flex;
  }

  .projects_image-wrapper {
    border-radius: .75rem;
  }

  .projects_services-list {
    grid-row-gap: 0em;
  }

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

  .projects_item-inner {
    padding-right: 4rem;
  }

  .projects_year {
    font-size: .875rem;
  }

  .projects_item-name-text {
    font-size: 1.75rem;
  }

  .gallery_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 115vw;
  }

  .gallery_column {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-content.section-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .about-content.section-content.color {
    background-image: linear-gradient(#266a5c, #266a5c);
    justify-content: flex-start;
    align-items: center;
    padding: 20px 2%;
  }

  .about-content_body {
    width: 100%;
    max-width: 100%;
  }

  .about-content_main {
    flex: none;
    max-width: 80vw;
  }

  .about_tabs {
    flex: 1;
  }

  .footer14_component {
    padding-bottom: 6rem;
  }

  .footer14_cta {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .footer14_top-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer14_middle-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer14_logo-link {
    margin-bottom: 1.5rem;
  }

  .footer14_bottom-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer14_social-list {
    order: -1;
  }

  .footer_button-wrapper {
    width: 100%;
  }

  .about_tabs-sticky {
    flex-flow: column;
    padding-bottom: 7rem;
  }

  .footer_heading-wrapper {
    font-size: 18vw;
    line-height: .9;
  }

  .footer-details-wrapper.is-right {
    margin-left: 0;
  }

  .footer_details {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    display: flex;
  }

  .projects_services-text-copy, .the-project-name, .services {
    font-size: .875rem;
  }

  .text-style-tagline-black {
    width: 100%;
  }

  .text-style-tagline-black.new {
    font-size: 4rem;
  }

  .where-copy {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .image-333 {
    width: 100vw;
  }

  .flex-block-25 {
    background-image: linear-gradient(#212128, #212128);
    width: 100%;
    padding: 40px 20px 60px;
    font-size: 100px;
  }

  .flex-block-85 {
    width: 100%;
  }

  .professional-summary {
    padding-top: 0;
  }

  .bigger {
    font-size: 16px;
    line-height: 24px;
  }

  .core-content-copy {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .image-339 {
    width: 200px;
  }

  .company-2-copy-copy {
    width: 100%;
    margin-top: 0;
    font-size: 60px;
    line-height: 60px;
  }

  .flex-block-84 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90vw;
  }

  .link {
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding-top: 20px;
    font-size: 16px;
  }

  .link.w--current {
    text-align: left;
    width: 100%;
  }

  .image-340 {
    width: 100%;
  }

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

  .text-block {
    text-align: center;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .flex-block-86 {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .flex-block-87 {
    background-image: linear-gradient(#5b3170, #5b3170);
    width: 100%;
    padding: 40px 20px 60px;
    font-size: 100px;
  }

  .bigger-2 {
    width: 100%;
    font-size: 24px;
    line-height: 24px;
  }

  .bigger-2.skils {
    font-size: 32px;
    line-height: 32px;
  }

  .flex-block-88 {
    background-image: linear-gradient(#1f1f1f, #1f1f1f);
    border: 1px solid #fff;
    border-radius: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    padding: 20px;
  }

  .company-2-copy-copy-2 {
    width: 100%;
    margin-top: 0;
    font-size: 60px;
    line-height: 60px;
  }

  .button-text-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 40px;
  }

  .button-text-2.is-clone {
    padding-left: 0;
    font-size: 16px;
  }

  .flex-block-89 {
    width: 90vw;
  }

  .text-block-2 {
    text-align: center;
    background-image: none;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .flex-block-90 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button-fill-2 {
    width: auto;
  }

  .where-copy-2 {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .button-2 {
    padding: .05em 0;
  }

  .button-text_track-2 {
    font-size: 40px;
  }

  .flex-block-92 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-top-style: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .flex-block-93 {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    width: 100%;
  }

  .flex-block-94 {
    width: 100%;
  }

  .image-341 {
    width: 140px;
    height: 45.8542%;
  }

  .professional-summary-2 {
    width: 100%;
    padding-top: 0;
  }

  .flex-block-95 {
    background-image: linear-gradient(#266a5c, #266a5c);
    width: 100%;
    padding: 0 20px 60px;
    font-size: 100px;
  }

  .flex-block-96 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .company-2-copy-copy-3 {
    width: 100vw;
    margin-top: 0;
    font-size: 60px;
    line-height: 60px;
  }

  .company-2-copy-copy-3.dark {
    width: 100%;
  }

  .company-2-copy-copy-3.dark.white {
    color: #fff;
  }

  .company-2-copy-copy-3.dark.white.smaller.h3 {
    width: auto;
    line-height: 40px;
  }

  .company-2-copy-copy-3.dark.white.smaller.f {
    font-size: 40px;
  }

  .company-2-copy-copy-3.dark.white.smaller.f.core {
    line-height: 40px;
  }

  .company-2-copy-copy-3.dark.white.smaller.footer {
    color: #eb8c0e;
    text-align: center;
    margin-top: 40px;
    font-size: 40px;
    line-height: 40px;
  }

  .company-2-copy-copy-3.dark.white.nj {
    line-height: 60px;
  }

  .button-text-3 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 40px;
  }

  .button-text-3.is-clone {
    padding-left: 0;
    font-size: 16px;
  }

  .flex-block-97 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 90vw;
    padding-top: 20px;
  }

  .text-block-3 {
    text-align: center;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .flex-block-98 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .button-fill-3 {
    width: auto;
  }

  .where-copy-3 {
    width: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .flex-block-100 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90vw;
  }

  .flex-block-101, .flex-block-102 {
    width: 100%;
  }

  .image-342 {
    width: 200px;
  }

  .flex-block-103 {
    width: 100%;
    padding-bottom: 0;
  }

  .flex-block-104 {
    width: 100%;
  }

  .flex-block-104.white {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flex-block-104.white.horizongal {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .flex-block-104.da {
    padding-bottom: 60px;
  }

  .image-343, .image-344 {
    width: 100vw;
  }

  .text-size-medium-copy.text-wrap-balance, .text-size-medium-copy.text-wrap-balance-copy {
    font-size: 1.2rem;
  }

  .accordion-header {
    height: 100%;
    padding: 20px;
  }

  .text-block-4 {
    font-size: 2rem;
    line-height: 1;
  }

  .image-347 {
    width: 100%;
  }

  .flex-block-110 {
    flex-flow: column;
    display: none;
  }

  .image-347-copy {
    width: 100%;
  }

  .flex-block-111 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .faq-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 2em 10px;
    display: flex;
  }

  .image-348, .footer-details-wrapper-copy {
    width: 100%;
  }

  .footer-details-wrapper-copy.is-right {
    margin-left: 0;
  }

  .date {
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .flex-block-112, .flex-block-113 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 60px;
  }

  .flex-block-114 {
    flex-flow: row;
    width: 100%;
    height: 100%;
  }

  .text-block-2-copy {
    text-align: center;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    display: none;
  }

  .div-block {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .button-2-copy {
    background-color: #067768;
    width: 100%;
    padding: .05em 0;
  }

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

  .heading-style-h3-copy.body {
    width: 100%;
  }

  .heading-style-h3-copy.body.white {
    color: #fff;
  }

  .image-340-copy, .image-348-copy {
    width: 100%;
  }

  .navbar_social-link-copy {
    display: none;
  }

  .image-349 {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .image-348-copy, .image-348-copy-copy, .image-348-copy {
    width: 100%;
  }

  .where-copy-2-copy {
    width: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .flex-block-118 {
    flex-flow: column;
  }

  .flex-block-92-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-top-style: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .flex-block-88-copy {
    background-image: linear-gradient(#0003, #0003);
    border: 1px solid #fff;
    border-radius: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    padding: 20px;
  }

  .discover.tile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .list {
    margin-top: .25rem;
  }

  .flex-block-120 {
    width: 100%;
  }

  .define, .design, .develop, .deploy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-block-121 {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-bottom: 40px;
  }

  .heading-style-h3-copy-copy {
    text-align: center;
    font-size: 1rem;
  }

  .heading-style-h3-copy-copy.body {
    width: 100%;
  }

  .heading-style-h3-copy-copy.body.white {
    color: #fff;
  }

  .link-block-4 {
    width: 100%;
  }

  .flex-block-122 {
    padding-top: 0;
  }
}

#w-node-_04c41f05-49fe-f988-03b3-7c07aa7e8be5-fed0647a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: end start;
}

#w-node-af239be5-c118-ca7d-62c9-36dca9632a07-fed0647a, #w-node-_2f87b4c7-c377-a45c-ed23-1e4f110430c1-fed0647a, #w-node-_62b970fb-106d-44cd-4b44-abb7d04e7f7f-fed0647a, #w-node-_31cfe5d9-c39e-64fb-c8d3-c4f8be9bbcbc-fed0647a, #w-node-_8e339888-4def-65e4-8897-8fb35fb48318-fed0647a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-feafdbfb-a6fb-4b0a-b06b-7f58592d93cf-fed0647a {
  place-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-fed0647d {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624c-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-fed0647d {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-fed0647d {
  justify-self: start;
}

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-fed0647d, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-fed0647d, #w-node-_5260568a-938d-ea68-0c74-308a8209edce-fed0647d, #w-node-_5260568a-938d-ea68-0c74-308a8209edd1-fed0647d, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-fed0647d, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-fed0647d, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-fed0647d, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-fed0647d, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-fed0647d, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-fed0647d, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-fed0647d {
  justify-self: start;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-fed0647d {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-fed0647d {
  justify-self: start;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d43-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-fed0647d, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-fed0647d, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-fed0647d {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-fed0647d, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-fed0647d, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-fed0647d {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-fed0647d, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-fed0647d, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-fed0647d {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-fed0647d, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-fed0647d, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-fed0647d {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-fed0647d, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-fed0647d, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-fed0647d {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-fed0647d, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-fed0647d, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-fed0647d {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-fed0647d, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-fed0647d, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-fed0647d {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-fed0647d, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-fed0647d, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-fed0647d {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-fed0647d, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-fed0647d {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-fed0647d {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-fed0647d {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-fed0647d, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-fed0647d {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-fed0647d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-fed0647d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-fed0647d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-fed0647d {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-fed0647d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-fed0647d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-fed0647d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-fed0647d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-fed0647d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-fed0647d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-fed0647d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-fed0647d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-fed0647d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-fed0647d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-fed0647d {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-fed0647d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-fed0647d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-fed0647d {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-fed0647d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-fed0647d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-fed0647d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-fed0647d, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-fed0647d {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-fed0647d, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-fed0647d, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-fed0647d, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-fed0647d, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-fed0647d, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-fed0647d, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-fed0647d, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-fed0647d, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-fed0647d, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-fed0647d, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-fed0647d, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-fed0647d, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-fed0647d {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-fed0647d, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-fed0647d, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-fed0647d {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-fed0647d, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-fed0647d, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-fed0647d {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-fed0647d, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-fed0647d, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-fed0647d {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-fed0647d, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-fed0647d, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-fed0647d {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-fed0647d, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-fed0647d, #w-node-ee961e8d-845a-edc3-3307-509470022457-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-fed0647d {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-fed0647d, #w-node-ee961e8d-845a-edc3-3307-50947002245b-fed0647d, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-fed0647d {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-fed0647d, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-fed0647d, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-fed0647d {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-fed0647d, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-fed0647d, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-fed0647d {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-fed0647d, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-fed0647d, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-fed0647d {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-fed0647d, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-fed0647d, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-fed0647d {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-fed0647d, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-fed0647d, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-fed0647d {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-fed0647d {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-fed0647d {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-fed0647d {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-fed0647d {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-fed0647d {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-fed0647d, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d09e5-fed0647d {
  justify-self: start;
}

#w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d09e7-fed0647d, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d09ea-fed0647d, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d09ed-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d09f1-fed0647d {
  justify-self: start;
}

#w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d09f3-fed0647d, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d09f6-fed0647d, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d09f9-fed0647d, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d09fc-fed0647d, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d09ff-fed0647d, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d0a02-fed0647d, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d0a05-fed0647d, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d0a08-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d0a0c-fed0647d {
  justify-self: start;
}

#w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d0a0e-fed0647d, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d0a11-fed0647d, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d0a14-fed0647d, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d0a17-fed0647d, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d0a1a-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d0a1e-fed0647d {
  justify-self: start;
}

#w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d0a20-fed0647d, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d0a23-fed0647d, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d0a26-fed0647d, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d0a29-fed0647d, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d0a2c-fed0647d, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d0a2f-fed0647d, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d0a32-fed0647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0eddc66b-855f-225a-e777-5af28bb56653-ae552747 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0eddc66b-855f-225a-e777-5af28bb56656-ae552747 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: end start;
}

#w-node-ffe43e17-58c9-5bd9-f9e9-ffa113bd41c6-ae552747 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ffe43e17-58c9-5bd9-f9e9-ffa113bd41c9-ae552747 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: end start;
}

#w-node-d7914568-33b7-4ae9-9e46-6b1af949c4ca-ae552747 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d7914568-33b7-4ae9-9e46-6b1af949c4cd-ae552747 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: end start;
}

#w-node-_9b7efce4-f855-e73b-96a9-18168a881902-ae552747 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9b7efce4-f855-e73b-96a9-18168a881922-ae552747 {
  place-self: start;
}

#w-node-_8e339888-4def-65e4-8897-8fb35fb48318-fc397c3b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-feafdbfb-a6fb-4b0a-b06b-7f58592d93cf-fc397c3b {
  place-self: start;
}

#w-node-_47b5d120-e23b-4102-02d0-16d411962454-4c6daf4e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_47b5d120-e23b-4102-02d0-16d411962474-4c6daf4e {
  place-self: start;
}

#w-node-_949e40ea-9c73-c19d-caea-a7e1e06323cc-3af5c978 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_949e40ea-9c73-c19d-caea-a7e1e06323d2-3af5c978 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: end start;
}

#w-node-_9fa08515-7bd4-3503-7b95-35959f3622f0-3af5c978 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9fa08515-7bd4-3503-7b95-35959f3622f3-3af5c978 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: end start;
}

#w-node-_0774a55b-fb83-6bcd-8abd-13e58d7273d1-3af5c978 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0774a55b-fb83-6bcd-8abd-13e58d7273d4-3af5c978 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: end start;
}

#w-node-_1c230c8f-bc2e-9841-8783-2afbf02709aa-3af5c978 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1c230c8f-bc2e-9841-8783-2afbf02709ca-3af5c978 {
  place-self: start;
}

#w-node-d9ebf7a4-2556-71e5-88b3-6dcfee714b3d-05f92d3b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: end start;
}

#w-node-_3e618594-a490-cf39-7e93-835773696a00-05f92d3b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3e618594-a490-cf39-7e93-835773696a20-05f92d3b {
  place-self: start;
}

#w-node-_3e618594-a490-cf39-7e93-835773696a00-2e66a56c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3e618594-a490-cf39-7e93-835773696a20-2e66a56c {
  place-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_0547b305-2b0d-598e-1231-b87755d9f7b8-55d9f7b6 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_0547b305-2b0d-598e-1231-b87755d9f7bb-55d9f7b6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-feafdbfb-a6fb-4b0a-b06b-7f58592d93d0-fc397c3b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8e339888-4def-65e4-8897-8fb35fb48393-fc397c3b {
    grid-area: 4 / 1 / 5 / 2;
  }
}


@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pp Right Grotesk Tight 400 100';
  src: url('../fonts/PP-Right-Grotesk-Tight-normal-400-100.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pp Neue Montreal 400 100';
  src: url('../fonts/PP-Neue-Montreal-normal-400-100.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}