:root {
  --background-color--background-primary: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --link-color--link-primary: var(--base-color-neutral--black);
  --border-color--border-primary: var(--base-color-neutral--black);
  --base-color-neutral--black: black;
  --base-color-neutral--white: white;
  --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-tertiary: var(--base-color-neutral--neutral-light);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-secondary: var(--base-color-neutral--black);
  --background-color--background-success: var(--base-color-system--success-green-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-brand--black: black;
  --base-color-brand--white: white;
  --light: #fff;
  --grey: #9b9b9b;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #027a48;
  --base-color-system--success-green-light: #ecfdf3;
  --base-color-system--error-red: #b42318;
  --base-color-system--error-red-light: #fef3f2;
  --border-color--border-secondary: var(--base-color-neutral--neutral-light);
  --border-color--border-alternate: var(--base-color-neutral--white);
  --link-color--link-secondary: var(--base-color-neutral--neutral-light);
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

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

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

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

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

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  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;
}

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

.scroll-container {
  height: 100%;
}

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

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

.utility_component {
  background-color: #000;
  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 {
  width: 140px;
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  z-index: 1;
  overflow: visible;
}

.main-wrapper.work {
  position: relative;
}

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

.container-small {
  width: 100%;
  max-width: 48rem;
  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 {
  margin-bottom: 1px;
  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-bottom.margin-small {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  color: #0c358c;
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: stretch;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.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-bottom.padding-xxlarge {
  color: #000;
  padding: 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-vertical.padding-xxlarge {
  padding: 3rem 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 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

.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-label {
  margin-bottom: 0;
}

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

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.button {
  border: 1px solid var(--base-color-neutral--black);
  outline-offset: 0px;
  color: var(--base-color-neutral--white);
  text-align: center;
  background-color: #000;
  background-image: linear-gradient(#5050506e, #2e2e2e3b);
  border-radius: 1rem;
  outline: 1.5px solid #ffffff3b;
  padding: 1.4rem 2rem;
  font-family: Oswald Variablefont Wght, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: none;
}

.button.w--current {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  outline-offset: 0px;
  color: #fff;
  background-color: #4b4b4b5e;
  background-image: linear-gradient(#57575757, #000);
  border-radius: 1rem;
  outline: 1.5px solid #ffffff24;
  padding: 1.3rem 1.8rem;
  font-family: Oswald Variablefont Wght, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.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 {
  color: var(--base-color-neutral--black);
  background-color: #0000;
}

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

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

.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-neutral--white);
  color: var(--base-color-neutral--black);
}

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

.button.case-study {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #6e6e6e61;
  border-style: none;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: .6rem;
  font-size: 1.3rem;
  display: flex;
}

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

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

.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 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.form_input {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--white);
  color: var(--text-color--text-primary);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

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

.form_input::placeholder {
  color: #0009;
}

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

.form_input.is-select-input {
  background-image: none;
}

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

.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 {
  color: #fff;
  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;
}

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

.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 {
  padding-left: 5%;
  padding-right: 5%;
}

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

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

.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: .25rem;
  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 {
  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;
}

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

.hero-layout {
  width: 100%;
  padding: 0;
}

.text-small {
  opacity: .65;
  color: var(--base-color-brand--white);
  font-family: Oswald Variablefont Wght, sans-serif;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 20px;
}

.bottom-heading {
  z-index: 1;
  color: var(--base-color-brand--white);
  mix-blend-mode: screen;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Morganite, sans-serif;
  font-size: 3.3rem;
  font-weight: 500;
  line-height: .6;
  text-decoration: none;
}

.bottom-content-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
}

.container {
  z-index: 3;
  width: 90%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.all-work {
  max-width: none;
  padding-top: 0;
  padding-bottom: 3rem;
  position: static;
}

.card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #ffffff12;
  border-radius: 30px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 20px #000, inset 0 1px 1px #fff3;
}

.card.link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  box-shadow: none;
  border-top-color: #ffffff26;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  text-decoration: none;
  transition: all .3s cubic-bezier(.23, 1, .32, 1);
}

.card.link:hover {
  border-color: #525b5e;
  box-shadow: 0 6px 60px #458f4ea3, inset 0 1px 1px #ffffffc4;
}

.hero-section {
  z-index: 3;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.heading {
  color: var(--light);
  font-family: Morganite, sans-serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: .8;
}

.heading-2 {
  color: var(--base-color-brand--white);
  font-family: Oswald Variablefont Wght, sans-serif;
  font-size: 1.6rem;
  font-weight: 200;
}

.nav-button_underline-3 {
  background-color: var(--grey);
  color: var(--grey);
  border-radius: 1px;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
}

.navbuttons_wrapper-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.navios {
  width: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav_container {
  z-index: 3;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  display: block;
}

.navbar_logo-link {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-left: 0;
  display: flex;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 100%;
  margin-top: 0%;
  margin-left: 4%;
  margin-right: 2%;
  padding-bottom: 3rem;
  display: flex;
  overflow: visible;
}

.navbar {
  z-index: 7;
  outline-offset: 0px;
  object-fit: none;
  background-color: #ddd0;
  background-image: linear-gradient(#000, #000000db 37%, #000000a1 64%, #fff0 100%, #b2b2b200);
  border: 1px #000;
  outline: 3px #333;
  flex-wrap: wrap;
  place-content: stretch space-between;
  align-items: center;
  height: 10rem;
  display: block;
  position: sticky;
  top: 0;
  left: auto;
  right: auto;
  overflow: hidden;
}

.navbar.work {
  z-index: 8;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-button {
  display: none;
}

.nav-button-2 {
  color: #474747;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 35px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 0;
  font-size: 1.2em;
  font-weight: 700;
  text-decoration: none;
  transition: all .28s;
  display: flex;
  position: relative;
}

.nav-button-2:hover {
  opacity: 1;
  color: #fff;
}

.nav-button-2.w--current {
  color: #000;
  letter-spacing: .04em;
  justify-content: center;
  margin-left: 8px;
  margin-right: 8px;
  padding-bottom: 0;
  font-size: 1.2em;
  font-weight: 400;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav-portfolio_title-3 {
  color: var(--light);
  letter-spacing: .04em;
  text-transform: none;
  font-family: Oswald Variablefont Wght, sans-serif;
  font-size: 1.1em;
  font-weight: 200;
}

.jp-logo {
  width: 60px;
}

.text-block {
  color: var(--light);
  font-family: Oswald Variablefont Wght, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
}

.text-block-2 {
  color: var(--grey);
  letter-spacing: 0;
  margin-top: -3px;
  font-family: Kanit, sans-serif;
  font-size: .9rem;
  font-weight: 200;
}

.box {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.h1-hero {
  color: var(--light);
  text-align: center;
  text-transform: none;
  font-family: Morganite, sans-serif;
  font-size: 8rem;
  font-weight: 700;
  transition: opacity .2s;
}

.div-block-2 {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 3rem;
  display: flex;
  position: relative;
}

.line-divider {
  background-color: #363636;
  width: 100%;
  height: 1px;
}

.footer_bottom-wrapper {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.footer_link {
  color: #fff;
  letter-spacing: -.02em;
  padding-top: .12rem;
  padding-bottom: .12rem;
  font-size: .9em;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
}

.footer_link:hover {
  opacity: .9;
  text-decoration: underline;
}

.footer_link.align-center {
  color: var(--light);
  align-self: center;
  font-family: Oswald Variablefont Wght, sans-serif;
  font-size: 1.1em;
}

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

.footer_copyright-text {
  color: #8f8f8f;
  width: auto;
  font-family: Oswald Variablefont Wght, sans-serif;
  font-size: .875rem;
  font-weight: 300;
}

.footer-header {
  color: #fff;
  margin-bottom: .6rem;
  font-size: .9em;
  font-weight: 500;
}

.footer-spacer_wrapper {
  color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: .875rem;
  display: flex;
}

.footer_left-wrapper {
  text-align: left;
  flex-direction: column;
  display: flex;
}

.footer {
  z-index: 7;
  color: #000;
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.footer_call-box {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-logo {
  margin-right: 1rem;
}

.footer-spacer {
  color: #0c358c;
  border-bottom: 1.5px #0c358c;
  width: 100%;
  padding-bottom: 60px;
  font-size: .875rem;
  font-weight: 200;
}

.footer-link-wrap {
  margin-bottom: 2rem;
}

.footer_menu-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #fff;
  grid-template-rows: 90px .25fr;
  grid-template-columns: .3fr .3fr .5fr;
  place-items: start stretch;
  height: 100%;
  padding-bottom: 1rem;
}

.footer-linkbar {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.footer-logo_img {
  width: 130px;
}

.padding-global-tertiary {
  z-index: 2;
  color: #000;
  border-top: 3px #0c358c;
  margin-left: 3rem;
  margin-right: 3rem;
  position: relative;
}

.footer_circle-divider {
  color: #fff;
  background-color: #fff;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  margin-left: .5rem;
  margin-right: .5rem;
}

.div-block-337 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  display: flex;
}

.copyright {
  font-size: 1rem;
  font-weight: 100;
}

.footer_link-list {
  color: #0c358c;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  width: 100%;
  height: auto;
  display: none;
  position: static;
}

.text-block-86 {
  color: var(--light);
  text-align: left;
  font-family: Oswald Variablefont Wght, sans-serif;
  font-size: 1.3rem;
  font-weight: 200;
  line-height: 1;
}

.svg-icon {
  color: #fff;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  padding-bottom: .3rem;
}

.svg-icon:hover {
  cursor: pointer;
}

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

.pagination_item {
  vertical-align: baseline;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: inline-block;
}

.arrow-left {
  display: none;
  position: absolute;
  top: 230px;
  left: 3rem;
}

.div-block-322 {
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.collection-section-2-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: 1px #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.splide {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 400px;
  display: flex;
}

.splide.slider2 {
  flex-flow: wrap;
  width: 100%;
  height: 100%;
  margin-top: -10px;
  position: static;
  overflow: hidden;
}

.splide.slider1 {
  flex-flow: wrap;
  place-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.splide__arrows {
  z-index: 5;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  cursor: auto;
  flex-flow: column;
  justify-content: space-between;
  align-self: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin: 1rem 3rem 0;
  display: none;
  position: static;
}

.splide-pagination {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: block;
}

.splide__list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 1rem;
  display: flex;
}

.splide__track {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: grab;
  border-top: .7px #000;
  border-bottom: .7px #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.splide__pagination {
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

.arrow-right {
  display: none;
  position: absolute;
  top: 230px;
  right: 3rem;
}

.video-box {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  object-fit: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 300px;
  display: flex;
}

.project-wrapper {
  object-fit: cover;
  border: 1px #000;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  transition: all .25s cubic-bezier(.23, 1, .32, 1);
  position: relative;
  box-shadow: 0 0 20px #00000008;
}

.project-wrapper:hover {
  border-style: solid;
  border-color: #ffffff4a;
  transform: scale(1.03);
  box-shadow: 0 0 10px #ffffff75;
}

.project-link {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.product-title {
  z-index: 1;
  opacity: .8;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--light);
  background-image: linear-gradient(#ffffff3b, #ffffff12);
  border-radius: 8px;
  margin-bottom: .3rem;
  padding: .2rem .6rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
}

.product-title.lg {
  margin-right: 4rem;
  font-size: 1.2rem;
}

.div-block-338 {
  justify-content: space-between;
  padding: 0 1rem .5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.flex-block {
  z-index: 1;
  margin-bottom: 4rem;
  position: relative;
}

.div-block-340 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: .25fr;
  justify-content: flex-start;
  place-items: center start;
  margin-top: .8rem;
  display: flex;
}

.div-block-341 {
  border-radius: 8px;
  width: 100%;
  height: 200px;
  overflow: hidden;
  box-shadow: 0 0 30px 1px #fff3;
}

.card-glass_title {
  z-index: 2;
  color: #fff;
  font-family: Oswald Variablefont Wght, sans-serif;
  font-size: 1.3rem;
  font-weight: 200;
  position: relative;
}

.card-glass {
  z-index: 5;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  outline-offset: 0px;
  background-color: #fff0;
  background-image: linear-gradient(124deg, #ffffff0f, #ffffff12 74%, #ffffff36);
  border: 1px #ffffff40;
  border-radius: 30px;
  outline: 1px solid #ffffff21;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: .7rem 1rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 1rem 1.5rem auto;
  overflow: hidden;
}

.card-glass.arrow {
  background-image: linear-gradient(124deg, #ffffff03, #ffffff54);
  border-radius: 100%;
  width: auto;
  padding: .8rem;
}

.cell {
  align-items: flex-start;
}

.div-block-344 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.text-small-copy {
  opacity: .65;
  color: var(--base-color-brand--white);
  font-family: Oswald Variablefont Wght, sans-serif;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 20px;
}

.div-block-345 {
  z-index: 4;
  filter: blur(100px);
  background-color: red;
  width: 200px;
  height: 250px;
  margin: auto;
  position: absolute;
  inset: auto;
  overflow: visible;
}

.div-block-345.red {
  filter: none;
  border-radius: 100px;
  position: static;
}

.div-block-346 {
  z-index: -1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  filter: blur(150px);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: flex-start start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 6rem auto auto;
}

.div-block-345-copy {
  z-index: 4;
  background-color: #b0f;
  border-radius: 100px;
  width: 200px;
  height: 250px;
  margin: auto;
  position: static;
  inset: auto auto auto 10rem;
  overflow: visible;
}

.div-block-345-copy-copy {
  z-index: 4;
  background-color: #7bff00;
  border-radius: 100px;
  width: 200px;
  height: 250px;
  margin: auto;
  position: static;
  inset: auto auto auto 20rem;
  overflow: visible;
}

.div-block-345-copy-copy-copy {
  z-index: 4;
  background-color: #ff9d00;
  border-radius: 100px;
  width: 200px;
  height: 250px;
  margin: auto;
  position: static;
  inset: auto auto auto 20rem;
  overflow: visible;
}

.div-block-345-copy-copy-copy-copy {
  z-index: 4;
  background-color: #0084ff;
  border-radius: 100px;
  width: 200px;
  height: 250px;
  margin: auto;
  position: static;
  inset: auto auto auto 20rem;
  overflow: visible;
}

.video_wrap {
  object-fit: cover;
  border-radius: 1.5rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.footer-menu_ios, .side-menu {
  display: none;
}

.div-block-352 {
  height: 100%;
  max-height: 100%;
}

.side-menu_bg {
  display: none;
}

.div-block-340-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: .25fr;
  justify-content: flex-start;
  place-items: center start;
  margin-top: .8rem;
  display: flex;
}

.booking-jp_img {
  filter: contrast(120%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-bg_img {
  z-index: -1;
  opacity: .35;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.img-flare {
  z-index: -1;
  opacity: .15;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.year-emoji {
  width: 2rem;
  height: 2rem;
}

.year-emoji:hover {
  cursor: pointer;
}

.div-block-359 {
  justify-content: center;
  align-items: center;
}

.image-3 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.h2 {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: .8rem;
  font-family: Oswald Variablefont Wght, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.h2.next {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 3rem;
  margin-bottom: 0;
  font-family: Morganite, sans-serif;
  font-size: 6rem;
  line-height: .8;
}

.h2.small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 300;
}

.h2.extra-small {
  color: #ffffffd1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
}

.paragraph {
  color: #dfdfdf;
  font-family: Oswald Variablefont Wght, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.about-img {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #ffffff12;
  border-radius: 30px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 400px;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 8px 20px #fff3, 0 6px 20px #000, inset 0 1px 1px #fff3;
}

.div-block-347-copy {
  z-index: -1;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.h1 {
  color: var(--light);
  text-align: center;
  text-transform: uppercase;
  font-family: Morganite, sans-serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: .8;
}

.about-card_container {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.about-columns {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-column_left {
  padding-left: 0;
  padding-right: 0;
}

.about-column_left.reverse {
  order: 1;
}

.about-column_right {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-left: 2rem;
  padding-right: 0;
  display: flex;
}

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

.about_img {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: block;
}

.about_img:hover {
  box-shadow: 0 0 15px 6px #458f4ea3;
}

.div-block-363 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  padding-bottom: 0;
  display: flex;
}

.heading-3 {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 2rem;
  font-family: Oswald Variablefont Wght, sans-serif;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.05;
  display: flex;
}

.card-glass_arrow {
  color: #fff;
  width: 1.6rem;
  height: 1.6rem;
}

.card-glass_arrow:hover {
  cursor: pointer;
}

.card_bttm {
  text-decoration: none;
}

.bottom-heading-copy {
  z-index: 3;
  color: var(--base-color-brand--white);
  mix-blend-mode: screen;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Morganite, sans-serif;
  font-size: 3.3rem;
  font-weight: 500;
  line-height: .6;
  position: relative;
}

.swiper.is-gallery {
  width: 100%;
  padding-top: 3rem;
  overflow: hidden;
}

.swiper-wrapper.is-gallery {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.swiper-slide {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 50vw;
  padding: 0;
  transition: all .45s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  overflow: hidden;
}

.swiper-slide:hover {
  filter: drop-shadow(10px 0 20px #ffd36363);
}

.swiper-slide.is-gallery {
  justify-content: flex-end;
  align-items: center;
  transition: all .15s ease-out;
}

.section.is--black {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  display: flex;
  position: relative;
}

.global {
  position: fixed;
}

.gallery-img__wrapper {
  border: 8px solid #ffffff12;
  border-color: #ffffff26 #ffffff12 #ffffff3b;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 66.7%;
  transition: transform .8s cubic-bezier(.77, 0, .175, 1), opacity .8s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-img {
  object-fit: cover;
  width: 130%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
}

.gallery-info__wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  transition: transform .8s cubic-bezier(.77, 0, .175, 1), opacity .8s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.heading-medium {
  color: #fff;
  text-transform: uppercase;
  font-family: Morganite, sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
}

.project-link_work {
  width: 100%;
  height: 100%;
}

.color-section {
  z-index: -5;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  position: fixed;
  inset: 0%;
}

.scroll-drag_box {
  z-index: 2;
  opacity: 1;
  cursor: default;
  justify-content: center;
  align-items: center;
  width: 120px;
  margin-bottom: 3.7%;
  margin-right: 38px;
  font-size: .8em;
  display: flex;
  position: absolute;
  inset: 3rem 0% 0% auto;
}

.scroll-drag_title_ios {
  color: #fff;
  letter-spacing: .14em;
  -webkit-text-stroke-color: transparent;
  text-transform: none;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  font-size: 1.2em;
  display: none;
}

.scroll-drag_title {
  color: #fff;
  letter-spacing: 0;
  -webkit-text-stroke-color: transparent;
  text-transform: none;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  display: flex;
}

.scroll-drag_arrow {
  filter: hue-rotate(33deg);
  width: 8px;
  height: 8px;
  margin-left: 4%;
}

.project_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline;
  overflow: hidden;
}

.about-column_left-copy {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.text-block-91 {
  color: #fff;
  border-bottom: 1px solid #ffffff29;
  padding-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.h2-about-copy {
  color: #fff;
  letter-spacing: -.02em;
  letter-spacing: -.02em;
  margin-bottom: .8rem;
  font-family: Oswald Variablefont Wght, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.3rem;
}

.h2-about-copy-copy {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Oswald Variablefont Wght, sans-serif;
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 2.7rem;
}

.text-block-90-copy {
  color: #dfdfdf;
  margin-top: .5rem;
  font-family: Oswald Variablefont Wght, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.experience-columns {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.experience-columns.b-bttm {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: 1px solid #ffffff29;
  padding-bottom: 2rem;
}

.experience-columns.no-b-bttm {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: 1px #8a8a8a;
  padding-bottom: 2rem;
}

.experience-card_container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.heading-4 {
  color: #fff;
  text-transform: uppercase;
  font-family: Morganite, sans-serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: 6rem;
}

.text-block-92 {
  color: #dfdfdf;
  border-bottom: 1px solid #ffffff29;
  padding-bottom: 5rem;
  font-family: Oswald Variablefont Wght, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
}

.experiences-section {
  width: 90%;
  max-width: 1560px;
  margin-top: 7rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.div-block-366 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  display: grid;
}

.div-block-366.divide {
  border-bottom: 1px solid #ffffff29;
  margin-bottom: .8rem;
  margin-right: 3rem;
  padding-bottom: 1rem;
}

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

.experience-icon {
  color: #fff;
  width: 4.5rem;
  height: 4.5rem;
  padding-bottom: .3rem;
}

.experience-icon:hover {
  cursor: pointer;
}

.side-bar_icon {
  color: #fff;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  padding-bottom: .3rem;
}

.side-bar_icon:hover {
  cursor: pointer;
}

.video_container {
  opacity: 1;
  border: 8px #000;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video_item {
  z-index: 3;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  overflow: visible;
  box-shadow: 0 6px 60px #e1f0e3a3;
}

.project-subtitle {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Oswald Variablefont Wght, sans-serif;
  font-size: 2rem;
  font-weight: 200;
  display: flex;
}

.work-arrow {
  z-index: 3;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff;
  background-color: #ffffff3b;
  border: 1.5px solid #ffffff24;
  border-radius: 100%;
  flex: 1;
  width: 2.7rem;
  height: 2.7rem;
  padding: .4rem;
  position: absolute;
  inset: auto 1rem 1rem auto;
  overflow: visible;
}

.work-arrow:hover {
  cursor: pointer;
}

.work-arrow.next {
  flex: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-368-copy {
  z-index: 0;
  opacity: .39;
  -webkit-backdrop-filter: blur(100px) saturate(200%);
  backdrop-filter: blur(100px) saturate(200%);
  background-image: linear-gradient(#ffffff73, #ffffff0f);
  border: 1px #000;
  border-top: 2px solid #fff;
  border-radius: 5rem 5rem 0 0;
  margin: 0;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.div-block-2-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 3rem;
  display: flex;
}

.experience-link {
  object-fit: cover;
  background-image: linear-gradient(218deg, #d300c5, #ff1358 35%, #fe7107 65%, #ffc600);
  border-radius: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
}

.experience_img {
  object-fit: cover;
  border: 2px solid #000;
  border-radius: 98%;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 15px 6px #ffec5f2e;
}

.experience_img:hover {
  box-shadow: none;
}

.slider_overlay {
  opacity: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  width: 100%;
  height: 100%;
  transition: opacity .4s;
  position: absolute;
  inset: 0%;
}

.slider_video {
  opacity: .8;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.u-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.section-4 {
  overflow: clip;
}

.slider_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  aspect-ratio: 3 / 1.3;
  display: flex;
}

.slider_card {
  color: #fff;
  background-color: #000;
  border-radius: 1.5rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 1.5rem 1.5rem .8rem .8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  flex-flow: column;
  width: 100%;
  transition: width .4s;
  display: flex;
}

.slider_item.is-active {
  width: 320%;
}

.text-span {
  opacity: .65;
  color: #fff;
  margin-left: .3rem;
  margin-right: .3rem;
  font-family: Oswald Variablefont Wght, sans-serif;
  font-size: 3rem;
  line-height: 1;
}

.text-span-2 {
  opacity: .64;
  margin-left: .2rem;
}

.project-date {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Oswald Variablefont Wght, sans-serif;
  font-size: 2rem;
  font-weight: 200;
  display: flex;
}

.div-block-372 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-368-copy-copy {
  z-index: 0;
  opacity: .39;
  -webkit-backdrop-filter: blur(100px) saturate(200%);
  backdrop-filter: blur(100px) saturate(200%);
  background-image: linear-gradient(#ffffff73, #ffffff0f);
  border: 1px #000;
  border-top: 2px solid #fff;
  border-radius: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.next-project {
  background-color: #ffffff1f;
  border-top: 2px solid #ffffff4f;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 2rem;
  padding: 2rem 3rem 3rem;
  text-decoration: none;
  transition: all .25s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  box-shadow: 0 2px 20px 6px #00000024;
}

.next-project.pink {
  background-color: #ff55dd1f;
}

.next-project.pink:hover {
  background-color: #ff55dd4d;
}

.next-project.yellow {
  background-color: #fcff551f;
}

.next-project.yellow:hover {
  background-color: #ffeb554d;
}

.next-project.purple {
  background-color: #ff55e81f;
}

.next-project.purple:hover {
  background-color: #d255ff4d;
}

.next-project.blue {
  background-color: #55c4ff1f;
}

.next-project.blue:hover {
  background-color: #55a7ff4d;
}

.next-project_img {
  object-fit: cover;
  border-radius: 2rem;
  box-shadow: 0 0 20px 13px #e7cb6761;
}

.next-project_img.pink {
  box-shadow: 0 0 20px 13px #e767c961;
}

.next-project_img.yellow {
  box-shadow: 0 0 20px 13px #e7d46761;
}

.next-project_img.purple {
  box-shadow: 0 0 20px 13px #cd67e761;
}

.next-project_img.blue {
  box-shadow: 0 0 20px 13px #67a1e761;
}

.div-block-374 {
  background-color: #ffffff29;
  height: 1px;
}

.rich-text-block {
  margin-bottom: 2rem;
}

.heading-6 {
  color: #fff;
  letter-spacing: -.01em;
  font-family: Oswald Variablefont Wght, sans-serif;
  font-weight: 300;
  position: relative;
}

.div-block-375 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.next-project_sublink {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff;
  background-color: #ffffff0a;
  border: 1px solid #fff3;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: .6rem 1rem;
  font-family: Oswald Variablefont Wght, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  overflow: hidden;
}

.next-project_sublink:hover {
  background-color: #ffffff1f;
}

.div-block-376 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  height: 100%;
  margin-top: 1rem;
  display: flex;
}

.project-sublink_icon {
  color: #fff;
  order: -1;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  margin-right: .2rem;
  padding: .3rem;
}

.project-sublink_icon:hover {
  cursor: pointer;
}

.div-block-377 {
  flex-flow: column;
  display: flex;
}

.text-span-3 {
  color: #ffffff80;
  font-size: 2rem;
  line-height: 1;
}

.project-sublink_icon-arrow {
  color: #fff;
  order: -1;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  margin-right: .2rem;
  padding: .3rem;
}

.project-sublink_icon-arrow:hover {
  cursor: pointer;
}

.project-hero {
  z-index: 5;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: visible;
}

.project-box {
  width: 100%;
  height: auto;
  padding-left: 8rem;
  padding-right: 8rem;
}

.preloader {
  z-index: 7;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-content {
  z-index: 7;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-93 {
  color: #fff;
  text-transform: none;
  font-family: Oswald Variablefont Wght, sans-serif;
  font-size: 1.4rem;
  font-weight: 200;
}

.video-showcase {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #0000004a;
  border: 1px solid #ffffff12;
  border-radius: 30px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  overflow: visible;
  box-shadow: inset 0 1px 1px #fff3;
}

.grid-copy {
  grid-column-gap: 2.7rem;
  grid-row-gap: 2.7rem;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  margin: 2rem 6rem 4rem;
}

.color-wrapper {
  z-index: -1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  filter: blur(150px);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: flex-start start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 6rem auto auto;
}

.color-1 {
  z-index: 4;
  filter: blur(100px);
  background-color: red;
  width: 200px;
  height: 250px;
  margin: auto;
  position: absolute;
  inset: auto;
  overflow: visible;
}

.color-1.red {
  filter: none;
  border-radius: 100px;
  position: static;
}

.color-2 {
  z-index: 4;
  background-color: #b0f;
  border-radius: 100px;
  width: 200px;
  height: 250px;
  margin: auto;
  position: static;
  inset: auto auto auto 10rem;
  overflow: visible;
}

.color-3 {
  z-index: 4;
  background-color: #7bff00;
  border-radius: 100px;
  width: 200px;
  height: 250px;
  margin: auto;
  position: static;
  inset: auto auto auto 20rem;
  overflow: visible;
}

.color-4 {
  z-index: 4;
  background-color: #ff9d00;
  border-radius: 100px;
  width: 200px;
  height: 250px;
  margin: auto;
  position: static;
  inset: auto auto auto 20rem;
  overflow: visible;
}

.color-5 {
  z-index: 4;
  background-color: #0084ff;
  border-radius: 100px;
  width: 200px;
  height: 250px;
  margin: auto;
  position: static;
  inset: auto auto auto 20rem;
  overflow: visible;
}

.menu-footer-icon {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.work-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.project-heading {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: .8rem;
  font-family: Oswald Variablefont Wght, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.project-heading.showcase {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0000;
  border: 1px solid #ffffff3d;
  border-radius: 2rem;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1rem 1.4rem;
  font-size: 1.6rem;
  font-weight: 300;
  display: flex;
}

.video-showcase-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #ffffff3d;
  border-radius: 1rem;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding: 0;
  display: block;
  position: static;
  overflow: hidden;
}

.div-block-378 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.external-icon {
  color: #fff;
  width: 1.3rem;
  height: 1.3rem;
}

.external-icon:hover {
  cursor: pointer;
}

.heading-7 {
  color: #fff;
  font-family: Morganite, sans-serif;
  font-size: 6rem;
  font-weight: 700;
}

.text-block-94 {
  color: #ffffffab;
}

.notam-brands_link {
  color: #8f8f8f;
  justify-content: flex-start;
  align-items: flex-end;
  font-family: Oswald Variablefont Wght, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: inline;
}

.notam-brands_link:hover {
  opacity: 1;
  color: #fff;
  text-decoration: underline;
}

@media screen and (min-width: 1280px) {
  .navbuttons_wrapper-2 {
    align-items: center;
  }

  .nav-button-2 {
    height: 35px;
  }

  .h1-hero {
    font-size: 10rem;
  }

  .div-block-2 {
    flex-flow: column;
    margin-bottom: 3rem;
    display: flex;
  }

  .footer_link.align-center {
    font-size: 1.3em;
  }

  .paragraph {
    font-size: 1.3rem;
  }

  .h1 {
    font-size: 10rem;
    line-height: .8;
  }

  .about-column_right {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-column_right.center {
    padding-left: 0;
  }

  .about_img {
    width: 50px;
    height: 50px;
  }

  .project_img {
    display: inline;
  }

  .text-block-91 {
    font-size: 1.1rem;
  }

  .h2-about-copy-copy {
    margin-bottom: 0;
  }

  .text-block-90-copy {
    font-size: 1.3rem;
  }

  .experiences-section {
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-366.divide {
    padding-bottom: 1rem;
  }

  .video_container {
    border-style: none;
    border-color: #000;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: auto;
    display: flex;
    position: relative;
  }

  .video_item {
    border-radius: 0;
    min-height: 300px;
    position: relative;
  }

  .project-subtitle {
    color: #dfdfdf;
    justify-content: center;
    align-items: center;
    font-family: Oswald Variablefont Wght, sans-serif;
    font-size: 2rem;
    font-weight: 200;
    display: flex;
  }

  .work-arrow {
    z-index: 3;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: 1.5px solid #ffffff80;
    border-radius: 100%;
    width: 3rem;
    height: 3rem;
    padding: .4rem;
    position: absolute;
    inset: auto 1rem 1rem auto;
  }

  .div-block-368-copy {
    opacity: .39;
    -webkit-backdrop-filter: blur(100px) saturate(200%);
    backdrop-filter: blur(100px) saturate(200%);
    border-top: 2px solid #fff;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    inset: 0%;
  }

  .div-block-2-copy {
    flex-flow: column;
    margin-bottom: 3rem;
    display: flex;
  }

  .experience-link {
    width: 65px;
    height: 65px;
  }

  .experience_img {
    width: 60px;
    height: 60px;
  }

  .project-date {
    color: #dfdfdf;
    justify-content: center;
    align-items: center;
    font-family: Oswald Variablefont Wght, sans-serif;
    font-size: 2rem;
    font-weight: 200;
    display: flex;
  }

  .div-block-368-copy-copy {
    opacity: .39;
    -webkit-backdrop-filter: blur(100px) saturate(200%);
    backdrop-filter: blur(100px) saturate(200%);
    border-top: 2px solid #fff;
    border-radius: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    inset: 0%;
  }

  .next-project {
    border-top: 2px solid #ffffff4f;
  }

  .div-block-375 {
    flex: 1;
    justify-content: space-between;
    align-self: stretch;
  }

  .project-heading.showcase {
    height: 70px;
  }
}

@media screen and (min-width: 1440px) {
  .work-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

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

  img {
    border-radius: 100%;
  }

  .hide-tablet {
    display: none;
  }

  .main-wrapper {
    flex-flow: column;
    width: 100%;
    height: 100vh;
    display: block;
  }

  .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_icons-list {
    grid-auto-flow: row;
  }

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

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

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

  .icon-embed-xxsmall {
    color: #fff;
    width: 2rem;
    height: 2rem;
  }

  .icon-embed-xsmall, .icon-embed-xsmall.lg {
    width: 2rem;
    height: 2rem;
  }

  .icon-embed-xsmall.sm {
    width: 1.7rem;
    height: 1.7rem;
  }

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

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

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

  .hero-layout {
    height: auto;
  }

  .card {
    flex-wrap: wrap;
    min-height: 250px;
  }

  .card.link {
    border-color: #525b5e;
    box-shadow: inset 0 1px 1px #ffffffc4, 0 6px 60px #458f4ea3;
  }

  .hero-section {
    padding-bottom: 0;
  }

  .nav-button_underline-3 {
    bottom: -8px;
  }

  .pricingios-3 {
    background-color: #3898ec00;
    margin-top: .2rem;
    margin-bottom: .2rem;
    font-size: 2.5em;
    font-weight: 500;
  }

  .navios_wrapper-3 {
    padding-left: 0;
  }

  .navbuttons_wrapper-2 {
    justify-content: flex-end;
    align-items: center;
    display: none;
  }

  .navios {
    z-index: 0;
    background-color: #000;
    background-image: linear-gradient(66deg, #000, #292929);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 5rem;
    display: none;
  }

  .featuresios-3, .faqios-3, .portfolioios-3, .aboutios-3 {
    background-color: #3898ec00;
    margin-top: .2rem;
    margin-bottom: .2rem;
    font-size: 2.5em;
    font-weight: 500;
  }

  .nav-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin-left: 3%;
    margin-right: 3%;
  }

  .navbar {
    justify-content: space-between;
    overflow: hidden;
  }

  .navbar.work {
    z-index: 8;
  }

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

  .h1-hero {
    line-height: .97;
  }

  .div-block-2 {
    margin-left: 3rem;
    margin-right: 4rem;
  }

  .nav_social-link, .nav_social-link.w--current {
    position: relative;
  }

  .footer_link {
    color: #fff;
    text-align: left;
  }

  .footer_link:hover {
    opacity: 1;
    color: #fff;
    text-decoration: none;
  }

  .footer-linkbar {
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .footer-logo_img {
    width: 120px;
  }

  .padding-global-tertiary {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .svg-icon {
    color: #fff;
    width: 2rem;
    height: 100%;
    display: block;
  }

  .splide__slide {
    width: auto;
  }

  .collection-section-2-copy {
    background-color: #f7f7f700;
    flex-flow: column;
  }

  .splide.slider2 {
    margin-top: 0;
  }

  .splide.slider1 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

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

  .splide__track {
    flex-flow: column;
    display: block;
  }

  .splide__pagination {
    padding-top: 1.9em;
    position: relative;
  }

  .video-box {
    width: 250px;
  }

  .project-wrapper:hover {
    box-shadow: none;
    border-style: none;
    transform: scale(1);
  }

  .product-title.lg {
    margin-right: 0;
  }

  .div-block-341 {
    justify-content: space-between;
    align-items: flex-start;
    height: 200px;
    display: flex;
  }

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

  .div-block-346 {
    flex-flow: row;
  }

  .footer-menu_ios {
    z-index: 8;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: #000000c2;
    border-top: .5px solid #fff9;
    height: 85px;
    padding: 1rem;
    display: block;
    position: sticky;
    inset: auto 0% 0%;
  }

  .footer-menu_ios.work {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #0006;
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .div-block-349 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    order: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
    display: flex;
  }

  .div-block-350 {
    background-color: #64c43e;
    border-radius: 100%;
    width: 5px;
    height: 5px;
    padding: 0;
    position: absolute;
    top: .1rem;
    right: .2rem;
  }

  .side-menu {
    z-index: 10000;
    background-color: #000;
    border-right: .5px solid #fff9;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 100vh;
    padding: 4rem 1.5rem;
    display: none;
    position: fixed;
    inset: 0% auto 0% 0;
    overflow: hidden;
  }

  .div-block-352 {
    display: flex;
  }

  .side-menu_bg {
    z-index: 9;
    background-color: #242222b3;
    padding: 0;
    display: none;
    position: fixed;
    inset: 0%;
  }

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

  .side-menu_material {
    width: auto;
    height: 100%;
  }

  .text-block-89 {
    color: #fff;
    font-family: Oswald Variablefont Wght, sans-serif;
    font-weight: 200;
  }

  .image-2 {
    outline-offset: 0px;
    border-radius: 100%;
    outline: 4px solid #000;
    width: 70px;
    height: 70px;
  }

  .div-block-355 {
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 2rem;
    display: flex;
  }

  .text-block-89-copy {
    color: #fff;
    font-family: Oswald Variablefont Wght, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
  }

  .div-block-356 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .link-ios {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    color: #fff;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .ios-menu_text {
    font-family: Oswald Variablefont Wght, sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: .9;
    text-decoration: none;
  }

  .div-block-340-copy {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin-top: 0;
  }

  .booking-jp_img {
    object-fit: cover;
    border-radius: 0;
  }

  .about-bg_img, .img-flare {
    border-radius: 0;
  }

  .div-block-357-copy {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    display: flex;
  }

  .div-block-358 {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    flex-flow: column;
    display: flex;
  }

  .year-emoji {
    color: #fff;
    width: 1.3rem;
    height: 1.3rem;
    display: block;
  }

  .div-block-359 {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .side-menu_close {
    background-color: #efefef00;
    padding: 0;
  }

  .div-block-362 {
    opacity: 1;
    background-color: #23972b;
    background-image: linear-gradient(#0eb45c, #67ffac 52%, #0eb45c 71%, #12683d);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 85px;
    height: 85px;
    display: flex;
  }

  .image-3 {
    height: 100%;
  }

  .about-img {
    flex-wrap: wrap;
    height: 350px;
    min-height: 250px;
  }

  .h1 {
    line-height: .8;
  }

  .about_img {
    outline-offset: 0px;
    border-radius: 100%;
    outline: 2px #000;
    width: 40px;
    height: 100%;
  }

  .about_img:hover {
    box-shadow: none;
  }

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

  .card-glass_arrow {
    color: #fff;
    width: 2rem;
    height: 100%;
    display: block;
  }

  .swiper-slide {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 4% .5%;
    display: flex;
    overflow: hidden;
  }

  .swiper-slide.is-gallery {
    transition-property: none;
  }

  .swiper-slide.is-gallery:hover {
    filter: none;
  }

  .section.is--black {
    flex-flow: column;
  }

  .gallery-img {
    border-radius: 0;
  }

  .scroll-drag_box {
    margin-right: 16px;
    top: 13rem;
    bottom: auto;
  }

  .scroll-drag_title_ios {
    letter-spacing: 0;
    font-family: Montserrat, sans-serif;
    font-size: 1em;
    font-weight: 400;
    display: flex;
  }

  .scroll-drag_title {
    display: none;
  }

  .project_img {
    border-radius: 0;
  }

  .h2-about-copy {
    font-size: 1.8rem;
    font-weight: 300;
  }

  .h2-about-copy-copy {
    font-size: 2.8rem;
    line-height: 3rem;
  }

  .text-block-90-copy {
    font-size: 1.1rem;
  }

  .experience-columns.b-bttm, .experience-columns.no-b-bttm {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .heading-4 {
    font-size: 6rem;
  }

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

  .div-block-366 {
    grid-template-columns: .25fr 1fr;
    width: 100%;
    display: flex;
  }

  .experience-icon {
    color: #fff;
    width: 4rem;
    height: 100%;
    display: block;
  }

  .side-bar_icon {
    color: #fff;
    width: 2rem;
    height: 100%;
    padding-bottom: 0;
    display: block;
  }

  .video_container {
    width: auto;
    min-width: 75%;
    height: auto;
  }

  .video_item {
    width: 100%;
    height: 100%;
  }

  .project-subtitle {
    text-align: center;
    font-size: 1.7rem;
  }

  .work-arrow {
    color: #fff;
    width: 2.7rem;
    height: 2.7rem;
    display: block;
  }

  .div-block-2-copy {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .experience_img {
    outline-offset: 0px;
    border-radius: 100%;
    outline: 3px #d300c5;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 15px 6px #ffec5f2e;
  }

  .experience_img:hover {
    box-shadow: none;
  }

  .u-container {
    padding-left: 5vw;
    padding-right: 13vw;
  }

  .section-4 {
    margin-bottom: 3rem;
  }

  .slider_list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    aspect-ratio: 3 / 2.2;
    transform: translateX(var(--transform));
    transition-property: transform;
    transition-duration: .4s;
    transition-timing-function: ease;
  }

  .slider_wrap {
    margin-left: -.5rem;
    margin-right: -.5rem;
  }

  .slider_item {
    flex: none;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .slider_item.is-active {
    width: 100%;
  }

  .text-span-2 {
    margin-left: .3rem;
  }

  .project-date {
    text-align: center;
    font-size: 1.7rem;
  }

  .next-project {
    margin-top: 2rem;
  }

  .next-project.pink {
    background-color: #ff55dd4d;
  }

  .next-project.yellow {
    background-color: #ffeb554d;
  }

  .next-project.purple {
    background-color: #d255ff4d;
  }

  .next-project.blue {
    background-color: #55a7ff4d;
  }

  .rich-text-block {
    margin-bottom: 3rem;
  }

  .next-project_sublink {
    order: 0;
  }

  .next-project_sublink:hover {
    background-color: #ffffff0a;
  }

  .project-sublink_icon, .project-sublink_icon-arrow {
    color: #fff;
    width: 2rem;
    height: 100%;
    margin-right: .2rem;
    display: block;
  }

  .project-hero {
    padding-bottom: 0;
  }

  .project-box {
    height: auto;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .preloader {
    z-index: 7;
    display: none;
  }

  .preloader-content {
    z-index: 7;
  }

  .video-showcase {
    flex-wrap: wrap;
    height: auto;
    min-height: auto;
  }

  .grid-copy {
    flex-flow: column;
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
  }

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

  .menu-footer-icon, .menu-footer-icon.lg {
    width: 2rem;
    height: 2rem;
  }

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

  .video-showcase-content {
    flex-wrap: wrap;
    height: auto;
    min-height: auto;
  }

  .external-icon {
    color: #fff;
    width: 1.3rem;
    height: 100%;
    display: block;
  }

  .notam-brands_link:hover {
    opacity: 1;
    color: #fff;
    text-decoration: none;
  }
}

@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-bottom.margin-small {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 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-vertical.padding-xxlarge {
    padding-top: 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;
  }

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

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

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

  .icon-embed-xsmall.lg {
    width: 2rem;
    height: 2rem;
  }

  .icon-embed-xsmall.sm {
    width: 1.5rem;
    height: 1.5rem;
  }

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

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

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

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

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

  .card.link {
    min-height: auto;
  }

  .hero-section {
    padding-bottom: 0;
  }

  .pricingios-3 {
    color: #fff;
    text-transform: none;
    background-color: #0000;
    margin-top: .1em;
    margin-bottom: .1em;
    font-size: 2.2em;
    font-weight: 500;
    text-decoration: none;
  }

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

  .navbuttons_wrapper-2 {
    justify-content: flex-start;
  }

  .navios {
    z-index: 0;
    opacity: 1;
    filter: none;
    background-color: #000;
    background-image: linear-gradient(66deg, #000, #292929);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 7rem;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .featuresios-3 {
    color: #fff;
    text-transform: none;
    background-color: #0000;
    margin-top: .1em;
    margin-bottom: .1em;
    font-size: 2.2em;
    font-weight: 500;
    text-decoration: none;
  }

  .nav_container {
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .faqios-3, .portfolioios-3 {
    color: #fff;
    text-transform: none;
    background-color: #0000;
    margin-top: .1em;
    margin-bottom: .1em;
    font-size: 2.2em;
    font-weight: 500;
    text-decoration: none;
  }

  .aboutios-3 {
    color: #fff;
    text-transform: none;
    background-color: #0000;
    margin-top: .1rem;
    margin-bottom: .1rem;
    font-size: 2.2em;
    font-weight: 500;
    text-decoration: none;
  }

  .aboutios-3.w--current {
    font-size: 2.5em;
  }

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

  .nav-wrapper {
    z-index: 10;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 1rem;
    position: static;
  }

  .navbar {
    background-color: #0000;
    justify-content: center;
    height: auto;
    min-height: 4rem;
    padding-top: 0%;
    display: flex;
    overflow: visible;
  }

  .menu-button {
    flex-direction: column;
    padding-left: 0;
    display: flex;
  }

  .div-block-2 {
    margin: 2rem 0;
  }

  .nav_social-link {
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
    position: relative;
  }

  .nav_social-link.w--current {
    justify-content: center;
    align-items: center;
    height: auto;
    display: block;
    position: relative;
  }

  .footer_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer_link.align-center {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.2em;
  }

  .footer_copyright-text {
    margin-top: 1.5rem;
  }

  .footer-spacer_wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer {
    padding-top: 2rem;
    box-shadow: 0 2px 30px 22px #000000e8;
  }

  .footer-logo {
    margin-top: 2rem;
  }

  .footer-logo.w--current {
    margin-bottom: 1rem;
  }

  .footer-spacer {
    margin-top: 1.5rem;
    display: none;
  }

  .footer-link-wrap {
    margin-bottom: 1rem;
  }

  .footer_menu-wrapper {
    grid-column-gap: 1.5rem;
    flex-flow: column;
    display: flex;
  }

  .footer-linkbar {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
  }

  .text-block-86 {
    margin-top: 2rem;
  }

  .svg-icon {
    color: #fff;
    width: 2rem;
    height: 100%;
    display: block;
  }

  .splide__slide {
    width: 100%;
  }

  .pagination_item {
    display: inline-block;
  }

  .collection-section-2-copy {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .splide.slider1 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    overflow: hidden;
  }

  .splide__arrows {
    z-index: 0;
    justify-content: space-between;
    display: none;
    position: relative;
  }

  .splide__list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
  }

  .splide__track {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .video-box {
    width: 100%;
    height: auto;
  }

  .project-wrapper, .project-link {
    height: 200px;
  }

  .product-title.lg {
    font-size: 1.1rem;
  }

  .div-block-341 {
    height: 350px;
  }

  .div-block-344 {
    margin-bottom: 2rem;
  }

  .text-small-copy {
    margin-bottom: 1.5rem;
  }

  .div-block-346 {
    filter: blur(100px);
    flex-flow: row;
    top: 5rem;
  }

  .video_wrap {
    min-height: 200px;
  }

  .footer-menu_ios {
    z-index: 8;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #000000c2;
    border-top: .5px solid #fff9;
    justify-content: center;
    align-items: center;
    height: 85px;
    padding: 1rem;
    display: block;
    position: sticky;
    inset: auto 0% 0%;
  }

  .footer-menu_ios.work {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .div-block-349 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    order: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
    display: flex;
  }

  .div-block-350 {
    background-color: #64c43e;
    border-radius: 100%;
    width: 5px;
    height: 5px;
    padding: 0;
    position: absolute;
    inset: .1rem .2rem auto auto;
  }

  .side-menu {
    z-index: 10000;
    background-color: #000;
    width: 270px;
    height: 100vh;
    padding-left: 1.5rem;
    display: none;
  }

  .ios-menu_text {
    font-size: 1.7rem;
  }

  .div-block-340-copy {
    flex-flow: column;
    justify-content: space-between;
    margin-top: 0;
  }

  .img-flare {
    border-radius: 0;
  }

  .year-emoji {
    color: #fff;
    width: auto;
    display: block;
  }

  .div-block-359 {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    justify-content: flex-start;
    align-items: center;
  }

  .side-menu_close {
    padding: 0;
  }

  .div-block-362 {
    background-image: linear-gradient(#28b163, #67ffac 52%, #0eb45c 71%, #12683d);
  }

  .h2 {
    font-size: 2.7rem;
  }

  .h2.next {
    font-size: 4.5rem;
  }

  .paragraph {
    font-size: 1.2rem;
  }

  .about-img {
    height: 400px;
  }

  .h1 {
    margin-bottom: 1.5rem;
    line-height: 6.3rem;
  }

  .about-columns {
    flex-flow: column;
    margin-top: -20px;
  }

  .about-column_left.reverse {
    order: -1;
  }

  .about-column_right {
    height: auto;
  }

  .about-column_right.center {
    padding-left: 0;
  }

  .about_img {
    outline-offset: 0px;
    outline: 2px #000;
  }

  .div-block-363 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .card-glass_arrow {
    color: #fff;
    width: 2rem;
    height: 100%;
    display: block;
  }

  .bottom-heading-copy {
    position: relative;
  }

  .swiper.is-gallery {
    padding-top: 0;
  }

  .swiper-slide {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .swiper-slide.is-gallery {
    padding: 0%;
  }

  .gallery-img__wrapper {
    padding-top: 70%;
  }

  .scroll-drag_box {
    top: 15rem;
    bottom: auto;
  }

  .grid-copy {
    flex-flow: column;
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
  }

  .h2-about-copy {
    color: #fff;
    margin-top: 2rem;
    font-size: 1.7rem;
    font-weight: 300;
  }

  .h2-about-copy-copy {
    flex: 1;
    font-family: Oswald Variablefont Wght, sans-serif;
    font-size: 2.6rem;
    line-height: 2.5rem;
  }

  .text-block-90-copy {
    font-size: 1.1rem;
  }

  .experience-columns {
    flex-flow: column;
  }

  .experience-columns.b-bttm, .experience-columns.no-b-bttm {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .text-block-92 {
    padding-bottom: 2.5rem;
  }

  .experiences-section {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-366, .div-block-366.divide {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
  }

  .experience-icon {
    color: #fff;
    width: 4rem;
    height: 100%;
    display: block;
  }

  .side-bar_icon {
    color: #fff;
    width: 2rem;
    height: 100%;
    display: block;
  }

  .video_container {
    width: auto;
    min-width: 90%;
    height: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .video_item {
    border-radius: 0;
    width: 100%;
    height: 100%;
  }

  .project-subtitle {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    border-bottom: 2px solid #ffffffa3;
    flex-flow: row;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1;
  }

  .work-arrow {
    color: #fff;
    width: 2.4rem;
    height: 2.4rem;
    display: block;
  }

  .div-block-2-copy {
    margin-bottom: 0;
  }

  .experience_img {
    outline-offset: 0px;
    outline: 2px #000;
    width: 50px;
    height: 50px;
  }

  .u-container {
    padding-left: 7vw;
  }

  .section-4 {
    margin-bottom: 4rem;
  }

  .slider_list {
    aspect-ratio: 3 / 3.2;
  }

  .text-span {
    display: none;
  }

  .project-date {
    flex-flow: column;
    font-size: 1.5rem;
    line-height: 1;
  }

  .div-block-372 {
    flex-flow: column;
  }

  .div-block-368-copy-copy {
    border-radius: 0;
  }

  .next-project {
    margin-top: 1rem;
    padding: 1.5rem;
  }

  .next-project.pink, .next-project.yellow, .next-project.purple, .next-project.blue {
    margin-top: 1rem;
  }

  .next-project_sublink {
    width: 100%;
    padding-top: .4rem;
    padding-bottom: .4rem;
    font-size: 1rem;
    position: static;
    inset: 0% 0% auto;
  }

  .div-block-376 {
    flex-flow: column;
    order: 1;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
  }

  .project-sublink_icon, .project-sublink_icon-arrow {
    color: #fff;
    width: 2rem;
    height: 100%;
    display: block;
  }

  .project-hero {
    padding-bottom: 0;
  }

  .project-box {
    padding-left: 0;
    padding-right: 0;
  }

  .video-showcase {
    flex-flow: column;
    height: auto;
  }

  .grid-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
  }

  .color-wrapper {
    filter: blur(100px);
    flex-flow: row;
    top: 5rem;
  }

  .menu-footer-icon {
    height: auto;
  }

  .menu-footer-icon.lg {
    width: 2rem;
    height: 2rem;
  }

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

  .project-heading {
    font-size: 2.7rem;
  }

  .project-heading.showcase {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: row;
  }

  .video-showcase-content {
    height: auto;
  }

  .external-icon {
    color: #fff;
    width: 1.2rem;
    height: 100%;
    display: block;
  }
}

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

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

  .scroll-container {
    position: relative;
    overflow: visible;
  }

  .scroll-container.work {
    height: 100vh;
    max-height: 100vh;
  }

  .main-wrapper {
    height: 100%;
    max-height: none;
    overflow: visible;
  }

  .main-wrapper.work {
    height: 100vh;
    position: relative;
    overflow: visible;
  }

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

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

  .margin-bottom.margin-small {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    flex-flow: wrap;
    width: 100%;
    margin-bottom: 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;
  }

  .icon-embed-xsmall.lg {
    color: #fff;
  }

  .bottom-heading {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .container._2rem-b {
    margin-bottom: 2rem;
  }

  .pricingios-3 {
    z-index: 5;
    font-size: 2.5em;
    position: relative;
  }

  .navios_wrapper-3 {
    z-index: 1;
    white-space: normal;
    flex-flow: column wrap;
    flex: 1;
    order: 0;
    align-self: auto;
    align-items: flex-start;
    position: static;
    overflow: visible;
  }

  .navios {
    z-index: 0;
    opacity: 1;
    background-color: #000;
    background-image: linear-gradient(66deg, #000, #292929);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 1rem;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: visible;
  }

  .featuresios-3 {
    z-index: 5;
    font-size: 2.5em;
    position: relative;
  }

  .nav_container {
    padding-left: 0%;
    padding-right: 0%;
  }

  .faqios-3, .portfolioios-3 {
    z-index: 5;
    font-size: 2.5em;
    position: relative;
  }

  .aboutios-3 {
    z-index: 5;
    margin-top: .2rem;
    margin-bottom: .2rem;
    font-size: 2.5em;
    position: relative;
  }

  .aboutios-3.w--current {
    letter-spacing: .15em;
    font-size: 2.5em;
    display: block;
    position: relative;
  }

  .nav-wrapper {
    padding-top: 1rem;
    padding-left: 5%;
    padding-right: 5%;
    position: static;
    overflow: visible;
  }

  .navbar {
    background-color: #0000;
    justify-content: space-between;
    padding-top: 0%;
    position: sticky;
  }

  .navbar.work {
    z-index: 8;
  }

  .menu-button {
    overflow: hidden;
  }

  .nav-button-2 {
    margin-left: 1px;
    margin-right: 1px;
  }

  .navios_buttons {
    align-self: auto;
    display: block;
    position: static;
    overflow: hidden;
  }

  .h1-hero {
    justify-content: center;
    align-items: center;
    font-size: 6rem;
    line-height: .97;
    display: flex;
  }

  .div-block-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .nav_social-link.w--current {
    display: flex;
  }

  .footer_link.align-center {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.2em;
  }

  .footer-logo {
    margin-top: 0;
  }

  .footer-link-wrap {
    margin-bottom: 0;
  }

  .footer_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .footer-logo_img {
    width: 100px;
  }

  .padding-global-tertiary {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .text-block-86 {
    margin-top: 2rem;
  }

  .svg-icon {
    height: 100%;
  }

  .collection-section-2-copy {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-top: 0;
    margin-bottom: 2rem;
    padding: 1rem 0 0;
  }

  .splide.slider1 {
    flex: none;
    place-content: stretch center;
    align-items: flex-start;
    height: auto;
    margin-bottom: 0;
    overflow: hidden;
  }

  .splide__list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .splide__track {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .video-box {
    width: 100%;
    height: auto;
  }

  .project-wrapper {
    object-fit: fill;
    width: 100%;
    height: 200px;
    overflow: hidden;
  }

  .project-link {
    height: 200px;
  }

  .flex-block {
    margin-bottom: 0;
  }

  .div-block-341 {
    height: 280px;
  }

  .card-glass {
    background-image: linear-gradient(115deg, #ffffff0d, #ffffff0d 73%, #ffffff3d);
    width: 150px;
    height: 100px;
    margin-top: 0;
    padding: .5rem;
    position: static;
    inset: auto 0% 0% auto;
  }

  .card-glass.arrow {
    height: auto;
    margin-top: 0;
  }

  .div-block-344 {
    margin-bottom: 2rem;
  }

  .text-small-copy {
    margin-bottom: 1.5rem;
  }

  .div-block-346 {
    flex-flow: row;
    top: 1rem;
  }

  .video_wrap {
    border-radius: 1rem;
    min-height: 200px;
  }

  .footer-menu_ios {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    display: flex;
  }

  .footer-menu_ios.work {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: flex-end;
    position: fixed;
  }

  .div-block-349 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .side-menu {
    z-index: 10000;
    width: 250px;
    padding-left: 1.5rem;
    display: none;
  }

  .div-block-352 {
    height: auto;
    max-height: none;
  }

  .side-menu_bg {
    z-index: 9;
  }

  .div-block-340-copy {
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    margin-top: 0;
  }

  .about-bg_img {
    border-radius: 0;
  }

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

  .side-menu_close {
    background-color: #0000;
    padding: 0;
  }

  .div-block-362 {
    background-image: linear-gradient(#28b163, #67ffac 52%, #0eb45c 71%, #29965e 87%, #12683d);
  }

  .h2 {
    font-size: 2.7rem;
  }

  .paragraph {
    font-size: 1.2rem;
  }

  .about-img {
    height: 300px;
  }

  .div-block-347-copy {
    z-index: -1;
  }

  .h1 {
    justify-content: center;
    align-items: center;
    font-size: 6rem;
    line-height: 4.7rem;
    display: flex;
  }

  .about-columns {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
    margin-top: -20px;
  }

  .heading-3 {
    height: auto;
    margin-bottom: 1.2rem;
    font-size: 2rem;
    line-height: 1.1;
  }

  .card-glass_arrow {
    height: 100%;
  }

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

  .card_bttm.vertical {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bottom-heading-copy {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .swiper.is-gallery {
    flex: none;
    justify-content: center;
    align-items: center;
    height: 100vh;
    max-height: 100vh;
    padding-top: 0;
    display: flex;
    position: relative;
  }

  .swiper-wrapper.is-gallery {
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    max-height: 100vh;
    padding-top: 12rem;
  }

  .swiper-slide {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .swiper-slide.is-gallery {
    flex: none;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    padding: 0%;
    position: relative;
    overflow: hidden;
  }

  .section.is--black {
    z-index: 0;
  }

  .gallery-img__wrapper {
    justify-content: center;
    align-items: center;
    padding-top: 130%;
  }

  .heading-medium {
    text-align: center;
    align-self: center;
    font-size: 4rem;
    line-height: 3.6rem;
  }

  .color-section {
    z-index: -5;
  }

  .scroll-drag_box {
    z-index: 3;
    justify-content: flex-end;
    align-items: center;
    width: 150px;
    margin-bottom: 26px;
    margin-left: auto;
    margin-right: 16px;
    top: 15rem;
    bottom: auto;
    left: auto;
  }

  .scroll-drag_title {
    display: none;
  }

  .h2-about-copy {
    font-size: 1.6rem;
  }

  .h2-about-copy-copy {
    font-size: 2.2rem;
  }

  .text-block-90-copy {
    font-size: 1.1rem;
  }

  .experience-columns {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
  }

  .heading-4 {
    font-size: 5rem;
    line-height: 5rem;
  }

  .text-block-92 {
    font-size: 1.3rem;
  }

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

  .experience-icon {
    width: 3.5rem;
    height: 100%;
  }

  .side-bar_icon {
    height: 100%;
  }

  .video_container {
    object-fit: fill;
    min-width: 100%;
    height: auto;
    min-height: 100%;
  }

  .video_item {
    object-fit: fill;
    border-radius: 0;
    width: 100%;
  }

  .project-subtitle {
    font-size: 1.5rem;
    line-height: 1.1;
  }

  .work-arrow {
    height: 2.4rem;
  }

  .experience_img {
    box-shadow: 0 0 15px 6px #ffec5f2e;
  }

  .slider_list {
    aspect-ratio: 3 / 4;
  }

  .text-span {
    line-height: 1rem;
  }

  .project-date {
    font-size: 1.5rem;
    line-height: 1.1;
  }

  .div-block-372 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .next-project {
    border-radius: 1.5rem;
    margin-top: 1rem;
    padding: 1rem;
  }

  .next-project_img {
    border-radius: 1.5rem;
  }

  .heading-6 {
    width: 80%;
  }

  .next-project_sublink {
    padding: .4rem 1rem;
    font-size: 1rem;
  }

  .div-block-376 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .project-sublink_icon, .project-sublink_icon-arrow {
    height: 100%;
  }

  .video-showcase {
    height: auto;
  }

  .grid-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .color-wrapper {
    flex-flow: row;
    top: 1rem;
  }

  .menu-footer-icon {
    height: auto;
  }

  .menu-footer-icon.lg {
    color: #fff;
  }

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

  .project-heading {
    font-size: 2.7rem;
  }

  .project-heading.showcase {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: row;
  }

  .video-showcase-content {
    height: auto;
  }

  .div-block-378 {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .external-icon {
    height: 100%;
  }

  .notam-brands_link {
    color: #8f8f8f;
    display: inline;
  }
}

#w-node-e48a4a1a-94ff-9b46-40a2-3939d04f9ce0-f9b81336 {
  grid-template-rows: 1fr 2fr;
  grid-template-columns: 1fr 1fr 1fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-e48a4a1a-94ff-9b46-40a2-3939d04f9ce1-f9b81336 {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-e48a4a1a-94ff-9b46-40a2-3939d04f9ced-f9b81336 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-e48a4a1a-94ff-9b46-40a2-3939d04f9cf8-f9b81336, #w-node-e48a4a1a-94ff-9b46-40a2-3939d04f9d03-f9b81336 {
  grid-column: span 3 / span 3;
}

#w-node-_16c0615d-5b4e-501a-6b1a-16eac762310a-c7623104, #w-node-_16c0615d-5b4e-501a-6b1a-16eac762311b-c7623104, #w-node-_16c0615d-5b4e-501a-6b1a-16eac762312a-c7623104 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_16c0615d-5b4e-501a-6b1a-16eac7623137-c7623104, #w-node-_16c0615d-5b4e-501a-6b1a-16eac762314a-c7623104 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-f9b81353 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-f9b81353 {
  justify-self: start;
}

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-f9b81353, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-f9b81353, #w-node-_5260568a-938d-ea68-0c74-308a8209edce-f9b81353, #w-node-_5260568a-938d-ea68-0c74-308a8209edd1-f9b81353, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-f9b81353, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-f9b81353, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-f9b81353, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-f9b81353, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-f9b81353, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-f9b81353, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-f9b81353 {
  justify-self: start;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-f9b81353 {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-f9b81353 {
  justify-self: start;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d43-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-f9b81353, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-f9b81353, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-f9b81353 {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-f9b81353, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-f9b81353, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-f9b81353 {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-f9b81353, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-f9b81353, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-f9b81353 {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-f9b81353, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-f9b81353, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-f9b81353 {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-f9b81353, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-f9b81353, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-f9b81353 {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-f9b81353, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-f9b81353, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-f9b81353 {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-f9b81353, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-f9b81353, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-f9b81353 {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-f9b81353, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-f9b81353, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-f9b81353 {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-f9b81353, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-f9b81353 {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-f9b81353 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-f9b81353 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-f9b81353, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-f9b81353, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-f9b81353, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-f9b81353, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-f9b81353, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-f9b81353, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-f9b81353 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-f9b81353, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-f9b81353, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-f9b81353 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-f9b81353, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-f9b81353, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-f9b81353 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-f9b81353, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-f9b81353, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-f9b81353 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-f9b81353, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-f9b81353, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-f9b81353 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-f9b81353, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-f9b81353, #w-node-ee961e8d-845a-edc3-3307-509470022457-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-f9b81353 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-f9b81353, #w-node-ee961e8d-845a-edc3-3307-50947002245b-f9b81353, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-f9b81353 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-f9b81353, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-f9b81353, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-f9b81353 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-f9b81353, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-f9b81353, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-f9b81353 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-f9b81353, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-f9b81353, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-f9b81353 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-f9b81353, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-f9b81353, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-f9b81353 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-f9b81353, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-f9b81353, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-f9b81353 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-f9b81353 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-f9b81353 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-f9b81353 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-f9b81353 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-f9b81353 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-f9b81353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-f9b81353 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-e48a4a1a-94ff-9b46-40a2-3939d04f9ce0-f9b81336 {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-e48a4a1a-94ff-9b46-40a2-3939d04f9ce1-f9b81336 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e48a4a1a-94ff-9b46-40a2-3939d04f9ced-f9b81336, #w-node-e48a4a1a-94ff-9b46-40a2-3939d04f9cf8-f9b81336, #w-node-e48a4a1a-94ff-9b46-40a2-3939d04f9d03-f9b81336 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e48a4a1a-94ff-9b46-40a2-3939d04f9ce0-f9b81336 {
    grid-template-rows: 1fr 1fr .25fr;
    grid-template-columns: 1fr;
  }

  #w-node-e48a4a1a-94ff-9b46-40a2-3939d04f9ce1-f9b81336, #w-node-e48a4a1a-94ff-9b46-40a2-3939d04f9ced-f9b81336, #w-node-e48a4a1a-94ff-9b46-40a2-3939d04f9cf8-f9b81336, #w-node-e48a4a1a-94ff-9b46-40a2-3939d04f9d03-f9b81336 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e48a4a1a-94ff-9b46-40a2-3939d04f9ce0-f9b81336 {
    grid-template-rows: 1fr .75fr .25fr;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Morganite';
  src: url('../fonts/Morganite-BookItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Morganite Book';
  src: url('../fonts/Morganite-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Morganite';
  src: url('../fonts/Morganite-ExtraBold.ttf') format('truetype'), url('../fonts/Morganite-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Morganite';
  src: url('../fonts/Morganite-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Morganite';
  src: url('../fonts/Morganite-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Morganite';
  src: url('../fonts/Morganite-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Morganite';
  src: url('../fonts/Morganite-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Morganite';
  src: url('../fonts/Morganite-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Morganite';
  src: url('../fonts/Morganite-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Morganite';
  src: url('../fonts/Morganite-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Morganite';
  src: url('../fonts/Morganite-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Morganite';
  src: url('../fonts/Morganite-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Morganite';
  src: url('../fonts/Morganite-BoldItalic.ttf') format('truetype'), url('../fonts/Morganite-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Morganite';
  src: url('../fonts/Morganite-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Morganite';
  src: url('../fonts/Morganite-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Morganite';
  src: url('../fonts/Morganite-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald Variablefont Wght';
  src: url('../fonts/Oswald-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}