@font-face {
  font-family: Super Bubble;
  src: url('../fonts/Super-Bubble.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Lato - local */
@font-face { font-family: 'Lato'; src: url('../fonts/lato-300.woff2') format('woff2'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Lato'; src: url('../fonts/lato-300i.woff2') format('woff2'); font-weight: 300; font-style: italic; font-display: swap; }
@font-face { font-family: 'Lato'; src: url('../fonts/lato-400.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Lato'; src: url('../fonts/lato-400i.woff2') format('woff2'); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: 'Lato'; src: url('../fonts/lato-700.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Lato'; src: url('../fonts/lato-700i.woff2') format('woff2'); font-weight: 700; font-style: italic; font-display: swap; }
@font-face { font-family: 'Lato'; src: url('../fonts/lato-900.woff2') format('woff2'); font-weight: 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Lato'; src: url('../fonts/lato-900i.woff2') format('woff2'); font-weight: 900; font-style: italic; font-display: swap; }

:root {
  --black: #212121;
  --copy-type: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  --copy: #919191;
  --display-type: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  --accent: #D946EF;
  --white: white;
  --dark-grey: #757575;
  --navbar-link: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  --light-grey: #80808033;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  background-color: var(--black);
  font-family: var(--copy-type);
  color: var(--copy);
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--display-type);
  color: var(--accent);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-family: var(--display-type);
  color: var(--accent);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: var(--display-type);
  color: var(--accent);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-family: var(--display-type);
  color: var(--accent);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  font-family: var(--display-type);
  color: var(--accent);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  font-family: var(--display-type);
  color: var(--accent);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  border-color: var(--black);
  color: var(--black);
  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(--black);
  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(--accent);
  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;
}

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

.container-large.is-footer {
  max-width: none;
}

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

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

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

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

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

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

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

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

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

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

.container-medium {
  width: 100%;
  max-width: 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 {
  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-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small.z {
  z-index: 10;
  position: relative;
}

.margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

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

.padding-top.padding-xxhuge {
  padding: 12rem 0 0;
}

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

.text-size-medium.text-weight-semibold.text-color-white {
  color: var(--white);
}

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

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

.text-style-quote.is-large {
  color: var(--copy);
  letter-spacing: .02rem;
  border-left-style: none;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2;
}

.icon-embed-small {
  color: var(--white);
  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_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

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

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

.styleguide_grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.background-color-gray {
  background-color: var(--copy);
}

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

.heading-style-h6.job-title {
  color: var(--white);
}

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

.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-family: var(--display-type);
  color: var(--white);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.form-checkbox-icon {
  border: 1px solid var(--black);
  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;
}

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

.button {
  border: 1px none var(--black);
  background-color: var(--accent);
  color: var(--black);
  text-align: center;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.is-link {
  color: var(--white);
  background-color: #0000;
  border-style: none;
  flex: none;
  padding: 0;
  line-height: 1;
  text-decoration: none;
  display: block;
  overflow: visible;
}

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

.button.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
}

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

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

.heading-style-h4 {
  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: var(--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

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

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

.text-size-regular.text-color-dark-grey {
  color: var(--dark-grey);
}

.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(--black);
  background-color: var(--white);
  color: var(--black);
  border-radius: .5rem;
  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_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

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

.rl-styleguide_color {
  padding-bottom: 8rem;
}

.rl-styleguide_color.is-gray {
  background-color: var(--copy);
}

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

.button-group.is-center {
  justify-content: center;
}

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

.text-color-white.type-special {
  font-family: Super Bubble, sans-serif;
  font-size: 11rem;
}

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

.text-weight-semibold {
  color: var(--copy);
  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);
}

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

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

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

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

.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;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

.form-radio-icon {
  border: 1px solid var(--black);
  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 {
  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 {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  text-decoration: none;
  display: flex;
}

.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 {
  border-left-color: var(--accent);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.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 a {
  color: var(--accent);
  text-decoration: underline;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--black);
  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;
}

.text-size-large.text-color-dark-grey {
  color: var(--dark-grey);
}

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

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

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

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

.padding-section-large.spacer-medium.margin-bottom {
  padding-bottom: 0;
}

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

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

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

.is-gray {
  background-color: var(--accent);
}

.header_component {
  height: 300vh;
  position: relative;
}

.header_content-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.header_content {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.header_background-images {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.header_images-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  transform: scale(3.2);
}

.header_image-wrapper {
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

.header_image-wrapper.hide-mobile-landscape {
  border-radius: 1rem;
}

.header_image {
  object-fit: cover;
  background-image: none;
  border-radius: 1px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.text-size-xlarge {
  font-size: 1.75rem;
}

.navbar-wrapper {
  width: 90dvw;
  height: 90dvh;
  position: absolute;
  inset: 5%;
}

.navbar_link-wrapper {
  text-decoration: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.navbar_link-wrapper.corner_top-right {
  inset: 0% 0% auto auto;
}

.navbar_link-wrapper.corner_bottom-left {
  inset: auto auto 0% 0%;
}

.navbar_link-wrapper.corner_bottom-right {
  inset: auto 0% 0% auto;
}

.navbar-link {
  font-family: var(--navbar-link);
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 700;
}

.layout_heading-list {
  height: 12rem;
  overflow: hidden;
}

.layout_component {
  flex-direction: column;
  height: 300vh;
  position: relative;
}

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

.layout_heading {
  white-space: nowrap;
  font-size: clamp(5rem, 11vw, 10.5rem);
}

.layout_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.work_grid {
  grid-column-gap: 10vh;
  grid-row-gap: 10vh;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: flex;
  position: sticky;
  top: 0;
}

.work_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--black);
  background-color: #0000;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  height: 80vh;
  margin-bottom: 0;
  display: flex;
  position: sticky;
  top: 10%;
  overflow: hidden;
}

.work_card.card-1 {
  background-color: var(--black);
  border-radius: 1rem;
}

.work_card.card-2 {
  border-style: none;
}

.work_card.static {
  background-color: #0000;
  border-style: none;
}

.work_card-content {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 3rem;
  display: flex;
}

.work_image-wrapper {
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  overflow: hidden;
}

.work_image {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex: 1;
}

.button-label_container {
  z-index: 5;
  height: 1.5rem;
  position: relative;
  overflow: hidden;
}

.button-label {
  font-family: var(--navbar-link);
  color: var(--black);
  position: relative;
}

.button-bg {
  background-color: #ee69c2;
  border-radius: 0%;
  width: 120%;
  min-width: auto;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0%;
}

.underline-wrapper {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  margin-top: .25rem;
  overflow: hidden;
}

.underline {
  background-color: #d8fafe;
  width: 100%;
  height: 1px;
}

.underline.bg-color-blue {
  background-color: var(--accent);
  color: var(--accent);
}

.section_services {
  margin-top: -10rem;
}

.services_card {
  border: 2px solid var(--light-grey);
  background-color: var(--black);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem 2.5rem;
  font-style: normal;
  display: flex;
  position: absolute;
}

.services_card.card-2 {
  z-index: 5;
  transform: rotate(3deg);
}

.services_card.card-3 {
  z-index: 4;
  transform: rotate(6deg);
}

.services_card.card-4 {
  z-index: 3;
  transform: rotate(9deg);
}

.services_card.card-1 {
  z-index: 6;
  background-color: var(--black);
  border-radius: 1rem;
}

.services_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 300vh;
  position: relative;
}

.services_content {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.services_title-wrapper {
  justify-content: center;
  width: auto;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.services_title {
  white-space: nowrap;
  font-size: 8rem;
}

.services_list {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 30rem;
  display: flex;
  position: relative;
}

.services_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.section_letters {
  z-index: 10;
  margin-top: 0;
  position: relative;
  transform: rotate(1deg);
}

.section_letters.has-bg {
  z-index: 100;
  background-color: var(--accent);
  color: var(--black);
  margin-top: -4rem;
  overflow: hidden;
  transform: rotate(-4deg);
}

.section_letters.no-bg {
  margin-top: -1rem;
  overflow: hidden;
}

.letter_component {
  z-index: 10;
  justify-content: flex-end;
  width: 100vw;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.letter_inner-wrapper {
  z-index: 10;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.letter_marquee {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
  position: relative;
}

.letter_heading-wrapper {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.section_team {
  margin-top: 10rem;
  overflow: hidden;
}

.team_componentss {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.team_content-top {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.team_content-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

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

.team_image-wrappers {
  width: 30vw;
}

.team_image-home {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
}

.section_testimonial {
  overflow: hidden;
}

.slider_arrow-icon {
  color: var(--accent);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.testimonial_client-image-wrapper {
  aspect-ratio: auto;
  border-radius: 1rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 70dvw;
  height: 70dvh;
  display: flex;
  overflow: hidden;
}

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

.testimonial_slide {
  margin-right: 5rem;
}

.slider_arrow {
  border: 1px solid var(--dark-grey);
  background-color: var(--black);
  color: var(--accent);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .35s;
  display: flex;
  top: auto;
  bottom: 0%;
  right: 0%;
}

.slider_arrow:hover {
  border-color: var(--white);
  background-color: var(--white);
}

.slider_arrow.is-left {
  right: -85%;
}

.testimonial_logo {
  max-height: 3rem;
}

.testimonial_content-right {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--white);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  width: 50%;
  margin-left: -12rem;
  padding: 3rem;
  display: flex;
  box-shadow: 0 0 20px 20px #0000000d;
}

.divider {
  background-color: var(--accent);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.slider_slide-nav {
  color: var(--accent);
  -webkit-text-stroke-color: var(--accent);
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.testimonial_content {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-right: 2rem;
  display: flex;
}

.testimonial_client-image {
  object-fit: cover;
  border-radius: 1rem;
  height: 100%;
}

.testimonial_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 5rem;
}

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

.section_footer {
  border-top: 1px solid var(--light-grey);
  overflow: hidden;
}

.section_banner {
  overflow: hidden;
}

.banner_component {
  white-space: nowrap;
  flex-direction: column;
  display: flex;
}

.banner_heading-top {
  font-size: 6rem;
}

.banner_heading-bottom {
  align-self: flex-end;
  font-size: 6rem;
}

.footer-container {
  grid-column-gap: .5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.logo-text {
  color: var(--white);
  font-family: Super Bubble, sans-serif;
  font-size: 1.75rem;
}

.footer_legal-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 8rem;
  display: flex;
}

.footer_content-wrapper {
  flex-direction: column;
  min-height: 25rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: flex;
}

.footer_links-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.footer_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.banner-strip_wrapper {
  height: 22rem;
  padding-top: 8rem;
  overflow: hidden;
}

.navbar_link {
  color: var(--white);
  padding: .5rem 1rem;
}

.navbar_link.w--current {
  color: var(--white);
}

.navbar_menu-button {
  padding: 0;
}

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

.navbar_component {
  background-color: #0000;
  align-items: center;
  margin-top: 1.5rem;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_menu-link-wrapper {
  align-self: center;
  align-items: center;
  display: flex;
}

.navbar_button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

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

.navbar_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--light-grey);
  background-color: var(--light-grey);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  border-radius: 24rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: auto;
  min-height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 1rem;
  display: flex;
}

.header-about_component {
  height: 250vh;
  position: relative;
}

.header-about_content-bottom {
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.header-about_image-list {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 50% 30% 20%;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  width: 100%;
  height: 80vh;
  display: grid;
}

.header-about_image-group-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: end;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.header-about_image-wrapper {
  border-radius: 1rem;
  flex: none;
  width: 22vw;
  position: relative;
  overflow: hidden;
}

.header-about_image-wrapper.is-image1 {
  top: 5%;
}

.header-about_image-wrapper.is-image2, .header-about_image-wrapper.is-image3 {
  width: 15vw;
}

.header-about_image-wrapper.is-image4 {
  top: 15%;
}

.header-about_image-wrapper.is-image5 {
  width: 30vw;
  height: 100%;
}

.header-about_image-wrapper.is-image6 {
  top: 5%;
}

.header-about_image1 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
}

.header-about_small-image-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
  position: relative;
  top: -5%;
}

.header-about_image2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.header-about_image3 {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
}

.header-about_image4 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
}

.header-about_image5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header-about_image-group-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: end;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.header-about_image6 {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
}

.header-about_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.section_quote {
  overflow: hidden;
}

.portfolio-header_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-header_details {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  align-content: center;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.portfolio-header_image-wrapper {
  flex: 1;
  width: 100%;
}

.work-header_image {
  aspect-ratio: 21 / 9;
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}

.section_logo {
  overflow: hidden;
}

.logo_component {
  display: flex;
}

.logo_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-right: 2rem;
  display: grid;
}

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

.logo_logo {
  max-height: 3.5rem;
}

.section_career {
  margin-top: -6rem;
}

.career_accordion {
  border-bottom: 1px solid var(--black);
}

.career_job-department {
  cursor: pointer;
  justify-content: space-between;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.career_icon-wrapper {
  align-self: center;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.career_list-wrapper {
  overflow: hidden;
}

.career_list {
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  display: grid;
}

.career_item {
  border: 1px solid var(--light-grey);
  border-radius: 1rem;
  padding: 2rem;
}

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

.section_spcial-quote {
  background-color: var(--accent);
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 25rem;
  padding: 3rem 5%;
  display: flex;
}

.section_contact-about {
  font-family: var(--display-type);
  color: var(--white);
}

.image {
  aspect-ratio: 21 / 9;
  object-fit: cover;
  border-radius: 1rem;
}

.section_contact-header {
  margin-bottom: 5rem;
}

.contact-header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.contact-header_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.contact-header_item {
  display: flex;
}

.contact-header_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.contact-header_form-block {
  flex-direction: column;
  align-items: stretch;
}

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

.form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-message {
  background-color: var(--accent);
  padding: 1.5rem;
}

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

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.error-text {
  color: #e23939;
}

.work_image-details {
  border-radius: 0;
  flex-direction: column;
  margin-top: 4rem;
  display: block;
  overflow: hidden;
}

.tag {
  background-color: var(--light-grey);
  border-radius: 2rem;
  padding: .5rem 1rem;
  display: inline-block;
}

.team_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

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

.team_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.team_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}

.services-header_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.services-header_image-wrapper {
  border-radius: 1rem;
  overflow: hidden;
}

.process_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.process_content-left {
  position: sticky;
  top: 30%;
}

.process_content-item {
  border: 1px solid var(--light-grey);
  background-color: var(--black);
  border-radius: 1rem;
  margin-bottom: 2rem;
  padding: 2rem;
  position: sticky;
}

.process_content-item.content-item-1 {
  top: 30%;
}

.process_content-item.content-item-2 {
  top: 32%;
}

.process_content-item.content-item-3 {
  top: 34%;
}

.process_content-item.content-item-4 {
  top: 36%;
}

.service-list_component {
  position: sticky;
  top: 0%;
}

.service-list_anchor {
  height: 0;
  position: relative;
  top: -8rem;
}

.service-list_content-item {
  border-top: 1px solid var(--light-grey);
  background-color: var(--black);
  position: sticky;
}

.service-list_content-item.first-content-item {
  margin-bottom: 8rem;
  top: 0;
}

.service-list_content-item.content-item-2 {
  top: 32%;
}

.service-list_content-item.content-item-3 {
  top: 34%;
}

.service-list_sticky-top {
  color: var(--white);
  align-items: center;
  width: 100%;
  height: 4rem;
  text-decoration: none;
  display: flex;
}

.services_content-layout {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.service-list_image-wrapper {
  position: relative;
}

.service-list_image {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 60vh;
}

.portfolio_component {
  flex-direction: column;
  align-items: center;
  margin-bottom: 4rem;
}

.portfolio_list {
  grid-row-gap: 5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio_item {
  display: flex;
}

.portfolio_item:nth-child(odd) {
  justify-content: flex-start;
}

.portfolio_item:nth-child(2n) {
  justify-content: flex-end;
}

.portfolio_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.portfolio_image-wrapper {
  border-radius: 1rem;
  width: 100%;
  overflow: hidden;
}

.portfolio_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.portfolio_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.portfolio_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.work_image-inner {
  object-fit: contain;
  border-radius: 1rem;
  max-width: 100%;
}

.work_image-inner.ar-1-1 {
  aspect-ratio: 1;
  object-fit: cover;
}

.work_two-images-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection_grid.testimonial {
  margin-bottom: 6rem;
}

.collection-copy_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  margin-top: 3rem;
  display: flex;
}

.collection-copy_wrapper.testimonial {
  background-color: var(--white);
  border-radius: 1rem;
  margin-top: 0;
  padding: 2rem;
}

.collection-logo_wrapper {
  min-width: 8rem;
  max-width: 10rem;
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

  .padding-top.padding-xxhuge {
    padding-top: 10rem;
  }

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

  .text-color-white.type-special {
    font-size: 6rem;
  }

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

  .text-size-xlarge.text-color-white {
    font-size: 1.5rem;
  }

  .layout_content {
    height: 100svh;
  }

  .work_card-content {
    padding: 2rem;
  }

  .services_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .services_content {
    height: 100svh;
  }

  .services_title {
    font-size: 6.5rem;
  }

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

  .section_team {
    margin-top: 3rem;
  }

  .team_content-top {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .testimonial_client {
    flex-direction: column;
    align-items: flex-start;
  }

  .slider_arrow {
    inset: -8% 0% auto auto;
  }

  .slider_arrow.is-left {
    right: 8%;
  }

  .testimonial_content-right {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    padding: 2rem;
  }

  .divider {
    display: none;
  }

  .testimonial_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    margin-right: 0;
  }

  .testimonial_client-image {
    object-fit: cover;
  }

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

  .banner_heading-top, .banner_heading-bottom {
    font-size: 4rem;
  }

  .footer-container {
    grid-template-columns: .5fr 1fr;
  }

  .footer_links-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .navbar_link {
    padding: .75rem 0;
    font-size: 1.125rem;
  }

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

  .navbar_menu-button {
    padding: 0;
  }

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

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

  .navbar_component {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .navbar_menu-link-wrapper {
    border: 1px solid var(--light-grey);
    background-color: var(--light-grey);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-radius: 1rem;
    flex-direction: column;
    width: 100%;
    padding: 2rem;
  }

  .navbar_button-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: stretch;
    margin-top: 1rem;
    margin-left: 0;
  }

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    justify-content: center;
    padding-top: 1rem;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar_container {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }

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

  .header-about_content-bottom {
    margin-top: -4rem;
  }

  .header-about_image-list {
    height: 70vh;
  }

  .header-about_image-wrapper {
    width: 25vw;
  }

  .portfolio-header_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .contact-header_component {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .team_list {
    grid-column-gap: 2rem;
  }

  .process_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .service-list_content-item {
    padding-bottom: 3.5rem;
    position: relative;
  }

  .service-list_content-item.first-content-item {
    margin-bottom: 0;
  }

  .services_content-layout {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .service-list_image {
    height: 30rem;
  }

  .portfolio_list {
    grid-row-gap: 4rem;
  }

  .collection-copy_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 2rem;
  }

  .collection-copy_wrapper.testimonial {
    padding: 1.5rem 1.5rem 1rem;
  }

  .collection-logo_wrapper {
    min-width: 4rem;
    max-width: 8rem;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-style-quote {
    font-size: 1.125rem;
  }

  .text-style-quote.is-large {
    font-size: 1.5rem;
    line-height: 1.75;
  }

  .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-color-white.type-special {
    font-size: 5rem;
  }

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

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

  .header_images-layout {
    grid-template-columns: 1fr;
  }

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

  .text-size-xlarge.text-color-white {
    font-size: 1rem;
  }

  .layout_heading-list {
    height: 9rem;
  }

  .layout_component {
    height: 200vh;
  }

  .layout_content {
    min-height: 0;
  }

  .layout_heading {
    font-size: 7rem;
  }

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

  .work_card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 0;
    position: static;
  }

  .work_card-content {
    width: 100%;
    padding: 1.5rem;
  }

  .work_image-wrapper {
    width: 100%;
  }

  .section_services {
    margin-top: 0;
  }

  .services_card {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding: 2rem;
  }

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

  .services_content {
    grid-template-rows: auto;
    grid-template-columns: 30rem;
    grid-auto-columns: 1fr;
    align-content: center;
    display: grid;
  }

  .services_title-wrapper {
    padding-top: 5rem;
    inset: 0% 0% auto;
  }

  .services_title {
    font-size: 4rem;
  }

  .services_list {
    min-height: 24.5rem;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    position: sticky;
    top: 0;
  }

  .team_content-top {
    grid-template-columns: 1fr;
  }

  .team_image-wrappers {
    width: 40vw;
  }

  .testimonial_client-image-wrapper {
    width: 100%;
    height: 25rem;
    margin-top: -3rem;
  }

  .testimonial_client {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }

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

  .slider_arrow {
    top: 0%;
    bottom: auto;
    right: 0%;
  }

  .slider_arrow.is-left {
    top: 0%;
    right: 3.5rem;
  }

  .testimonial_content-right {
    width: 90%;
    margin-left: 0;
    position: relative;
  }

  .divider {
    display: block;
  }

  .slider_slide-nav {
    display: none;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .testimonial_content {
    grid-row-gap: 0rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .testimonial_client-image {
    max-width: none;
    height: auto;
    max-height: 100%;
  }

  .testimonial_client-image.in-collection {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: none;
  }

  .testimonial_component {
    padding-top: 5rem;
    padding-bottom: 0;
  }

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

  .footer-container {
    grid-template-columns: auto;
  }

  .footer_logo-wrapper {
    display: none;
  }

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

  .footer_links-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

  .banner-strip_wrapper {
    height: 18rem;
  }

  .navbar_component {
    margin-top: 1.25rem;
  }

  .navbar_menu-link-wrapper {
    padding: 1.25rem;
  }

  .navbar_container {
    min-height: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .header-about_content-bottom {
    margin-top: -6rem;
  }

  .header-about_image-list {
    grid-template-columns: 25% 50% 25%;
    height: 60vh;
  }

  .header-about_image-wrapper.is-image1 {
    display: none;
  }

  .header-about_image-wrapper.is-image2, .header-about_image-wrapper.is-image3 {
    width: 30vw;
  }

  .header-about_image-wrapper.is-image4 {
    display: none;
  }

  .header-about_image-wrapper.is-image5 {
    width: 50vw;
  }

  .header-about_image-wrapper.is-image6 {
    width: 40vw;
  }

  .portfolio-header_content-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .logo_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo_wrapper {
    padding: .75rem 1rem;
  }

  .logo_logo {
    max-height: 3rem;
  }

  .section_career {
    margin-top: -4rem;
  }

  .career_job-department {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .career_icon-wrapper {
    width: 28px;
  }

  .career_list {
    grid-row-gap: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .career_item {
    padding: 1.5rem;
  }

  .contact-header_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .form-field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

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

  .team_image-wrapper {
    height: 100%;
  }

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

  .process_content-left {
    position: static;
  }

  .service-list_content-item {
    padding-bottom: 2rem;
  }

  .services_content-layout {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .portfolio_list {
    grid-row-gap: 3rem;
  }

  .collection_grid.testimonial {
    grid-column-gap: 2rem;
    margin-bottom: 5rem;
  }

  .collection-copy_wrapper {
    margin-top: 1rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-color-white.type-special {
    font-size: 4rem;
  }

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

  .padding-section-large.spacer-xsmall {
    padding-top: 0;
    padding-bottom: 5rem;
  }

  .header_images-layout {
    transform: scale(3.4);
  }

  .text-size-xlarge.text-color-white {
    font-size: 1rem;
  }

  .layout_heading-list {
    height: 5rem;
    overflow: hidden;
  }

  .layout_heading {
    font-size: 4rem;
  }

  .work_image-wrapper {
    max-height: 20rem;
  }

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

  .services_content {
    grid-template-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
  }

  .services_title-wrapper {
    align-content: center;
    width: auto;
  }

  .services_title {
    text-align: center;
    white-space: break-spaces;
    font-size: 3.25rem;
  }

  .services_list {
    margin-top: 3rem;
  }

  .section_team {
    margin-top: 2rem;
  }

  .team_content-top {
    grid-template-columns: 1fr;
  }

  .testimonial_client-image-wrapper {
    display: none;
  }

  .testimonial_client {
    flex-direction: column;
    align-items: flex-start;
  }

  .slider_arrow {
    display: flex;
    inset: 0% 0% auto auto;
  }

  .slider_arrow.is-left {
    top: 0%;
    right: 3.35rem;
  }

  .testimonial_content-right {
    width: 100%;
    padding: 1.5rem;
  }

  .divider {
    margin-left: 1rem;
    margin-right: 1rem;
    display: none;
  }

  .testimonial_content {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .testimonial_component {
    flex-direction: row;
    display: flex;
  }

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

  .banner_heading-top, .banner_heading-bottom {
    font-size: 3rem;
  }

  .footer-container {
    grid-template-columns: 1fr;
  }

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

  .footer_links-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    place-content: stretch flex-start;
    align-items: flex-start;
  }

  .header-about_content-bottom {
    margin-top: -6rem;
  }

  .header-about_image-wrapper {
    width: 40vw;
  }

  .work-header_details {
    flex-direction: column;
    align-items: flex-start;
  }

  .logo_list {
    justify-content: center;
  }

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

  .section_career {
    margin-top: -4rem;
  }

  .career_title-wrapper {
    display: block;
  }

  .career_title-heading {
    margin-bottom: 1.25rem;
  }

  .contact-header_component, .team_list {
    grid-template-columns: 1fr;
  }

  .team_image-wrapper {
    padding-top: 0%;
  }

  .process_component, .services_content-layout {
    grid-template-columns: 1fr;
  }

  .service-list_image {
    height: 25rem;
  }

  .work_two-images-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

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

  .collection_grid.testimonial {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 4rem;
  }

  .collection-copy_wrapper {
    margin-top: 0;
  }
}

#w-node-a8b857c8-a52b-4a0c-6977-5aa98b87c615-e6b68a3b, #w-node-a8b857c8-a52b-4a0c-6977-5aa98b87c616-e6b68a3b, #w-node-a8b857c8-a52b-4a0c-6977-5aa98b87c617-e6b68a3b, #w-node-a8b857c8-a52b-4a0c-6977-5aa98b87c618-e6b68a3b, #w-node-a8b857c8-a52b-4a0c-6977-5aa98b87c619-e6b68a3b, #w-node-a8b857c8-a52b-4a0c-6977-5aa98b87c61a-e6b68a3b, #w-node-a8b857c8-a52b-4a0c-6977-5aa98b87c61b-e6b68a3b, #w-node-a8b857c8-a52b-4a0c-6977-5aa98b87c61e-e6b68a3b, #w-node-a8b857c8-a52b-4a0c-6977-5aa98b87c61d-e6b68a3b, #w-node-a8b857c8-a52b-4a0c-6977-5aa98b87c61f-e6b68a3b, #w-node-a8b857c8-a52b-4a0c-6977-5aa98b87c620-e6b68a3b, #w-node-a8b857c8-a52b-4a0c-6977-5aa98b87c621-e6b68a3b, #w-node-a8b857c8-a52b-4a0c-6977-5aa98b87c622-e6b68a3b, #w-node-a8b857c8-a52b-4a0c-6977-5aa98b87c623-e6b68a3b, #w-node-a8b857c8-a52b-4a0c-6977-5aa98b87c624-e6b68a3b, #w-node-a8b857c8-a52b-4a0c-6977-5aa98b87c625-e6b68a3b, #w-node-a8b857c8-a52b-4a0c-6977-5aa98b87c626-e6b68a3b, #w-node-ee97a141-8d83-633c-c743-80c870b60346-e6b68a3b, #w-node-ee97a141-8d83-633c-c743-80c870b60347-e6b68a3b, #w-node-ee97a141-8d83-633c-c743-80c870b60348-e6b68a3b, #w-node-ee97a141-8d83-633c-c743-80c870b60349-e6b68a3b, #w-node-ee97a141-8d83-633c-c743-80c870b6034a-e6b68a3b, #w-node-ee97a141-8d83-633c-c743-80c870b6034b-e6b68a3b, #w-node-ee97a141-8d83-633c-c743-80c870b6034c-e6b68a3b, #w-node-ee97a141-8d83-633c-c743-80c870b6034d-e6b68a3b, #w-node-ee97a141-8d83-633c-c743-80c870b6034f-e6b68a3b, #w-node-ee97a141-8d83-633c-c743-80c870b60350-e6b68a3b, #w-node-ee97a141-8d83-633c-c743-80c870b60351-e6b68a3b, #w-node-ee97a141-8d83-633c-c743-80c870b60352-e6b68a3b, #w-node-ee97a141-8d83-633c-c743-80c870b60353-e6b68a3b, #w-node-ee97a141-8d83-633c-c743-80c870b60354-e6b68a3b, #w-node-ee97a141-8d83-633c-c743-80c870b60355-e6b68a3b, #w-node-ee97a141-8d83-633c-c743-80c870b60356-e6b68a3b, #w-node-_4b515d60-9d36-5ba6-3971-a28970d8e4ff-70d8e4fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b515d60-9d36-5ba6-3971-a28970d8e502-70d8e4fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_4b515d60-9d36-5ba6-3971-a28970d8e50a-70d8e4fa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4b515d60-9d36-5ba6-3971-a28970d8e50b-70d8e4fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b515d60-9d36-5ba6-3971-a28970d8e50f-70d8e4fa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_458bfe1f-20f2-d34c-cce1-b5b6ace74a8d-e6b68a96 {
  justify-self: end;
}

#w-node-_458bfe1f-20f2-d34c-cce1-b5b6ace74a90-e6b68a96 {
  align-self: center;
}

#w-node-_458bfe1f-20f2-d34c-cce1-b5b6ace74a99-e6b68a96 {
  justify-self: start;
}

#w-node-_3b303497-8aa1-5178-0058-17d852f5db72-e6b68a96, #w-node-_3b303497-8aa1-5178-0058-17d852f5db74-e6b68a96, #w-node-_3b303497-8aa1-5178-0058-17d852f5db76-e6b68a96, #w-node-_3b303497-8aa1-5178-0058-17d852f5db78-e6b68a96, #w-node-_3b303497-8aa1-5178-0058-17d852f5db7a-e6b68a96, #w-node-_3b303497-8aa1-5178-0058-17d852f5db7c-e6b68a96, #w-node-_3b303497-8aa1-5178-0058-17d852f5db7e-e6b68a96, #w-node-_3b303497-8aa1-5178-0058-17d852f5db80-e6b68a96, #w-node-_3b303497-8aa1-5178-0058-17d852f5db83-e6b68a96, #w-node-_3b303497-8aa1-5178-0058-17d852f5db85-e6b68a96, #w-node-_3b303497-8aa1-5178-0058-17d852f5db87-e6b68a96, #w-node-_3b303497-8aa1-5178-0058-17d852f5db89-e6b68a96, #w-node-_3b303497-8aa1-5178-0058-17d852f5db8b-e6b68a96, #w-node-_3b303497-8aa1-5178-0058-17d852f5db8d-e6b68a96, #w-node-_3b303497-8aa1-5178-0058-17d852f5db8f-e6b68a96, #w-node-_3b303497-8aa1-5178-0058-17d852f5db91-e6b68a96, #w-node-_1deaf5a5-0a7a-6204-150d-4c6a537fde8e-537fde89 {
  justify-self: center;
}

#w-node-_1deaf5a5-0a7a-6204-150d-4c6a537fde96-537fde89 {
  justify-self: end;
}

#w-node-_568baee4-bcd2-09b2-6193-821130099f5b-e6b68a97, #w-node-eca91ff9-9862-83a6-49c0-544605b6e652-e6b68a97 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86367-e6b68a98, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-e6b68a98, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-e6b68a98, #w-node-_336be75c-ab2b-838b-5642-972b6cc86449-e6b68a98, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-e6b68a98, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-e6b68a98, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-e6b68a98, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-e6b68a98, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-e6b68a98, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-e6b68a98, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-e6b68a98, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-e6b68a98, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-e6b68a98, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-e6b68a98 {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-e6b68a98, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-e6b68a98, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-e6b68a98 {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-e6b68a98, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-e6b68a98, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-e6b68a98 {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-e6b68a98, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-e6b68a98, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-e6b68a98 {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-e6b68a98, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-e6b68a98, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-e6b68a98 {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-e6b68a98, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-e6b68a98, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-e6b68a98 {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-e6b68a98, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-e6b68a98 {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-e6b68a98, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-e6b68a98, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-e6b68a98, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-e6b68a98, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-e6b68a98, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-e6b68a98, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-e6b68a98, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-e6b68a98, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-e6b68a98, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-e6b68a98, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-e6b68a98, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-e6b68a98, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-e6b68a98, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-e6b68a98, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-e6b68a98, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-e6b68a98, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-e6b68a98, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-e6b68a98, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-e6b68a98, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-e6b68a98, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-e6b68a98, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-e6b68a98 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-e6b68a98, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-e6b68a98, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-e6b68a98 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-e6b68a98, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-e6b68a98, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-e6b68a98 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-e6b68a98, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-e6b68a98, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-e6b68a98 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-e6b68a98, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-e6b68a98, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-e6b68a98 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-e6b68a98, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-e6b68a98, #w-node-ee961e8d-845a-edc3-3307-509470022457-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-e6b68a98 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-e6b68a98, #w-node-ee961e8d-845a-edc3-3307-50947002245b-e6b68a98, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-e6b68a98 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-e6b68a98, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-e6b68a98, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-e6b68a98 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-e6b68a98, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-e6b68a98, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-e6b68a98 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-e6b68a98, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-e6b68a98, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-e6b68a98 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-e6b68a98, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-e6b68a98, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-e6b68a98 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-e6b68a98, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-e6b68a98, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-e6b68a98 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-e6b68a98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-e6b68a98 {
  justify-self: start;
}

#w-node-_2bbfd9a4-95e9-a1e7-5142-795aa180c30d-e6b68a99, #w-node-_2bbfd9a4-95e9-a1e7-5142-795aa180c30e-e6b68a99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6d61c3c-f334-18a3-cb9c-9ebd82c1c69c-e6b68a9a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d420d612-8450-af60-dbd8-4c1beab9263a-e6b68a9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2f6a16a-435d-0580-72b4-fe131123d9c8-e6b68a9b, #w-node-a2f6a16a-435d-0580-72b4-fe131123d9cd-e6b68a9b, #w-node-a2f6a16a-435d-0580-72b4-fe131123d9d2-e6b68a9b {
  align-self: start;
}

#w-node-a2f6a16a-435d-0580-72b4-fe131123da18-e6b68a9b {
  justify-self: start;
}

#w-node-_849876af-20eb-ff9e-55b3-6ee36f70b700-e6b68a9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a8b857c8-a52b-4a0c-6977-5aa98b87c617-e6b68a3b, #w-node-a8b857c8-a52b-4a0c-6977-5aa98b87c619-e6b68a3b, #w-node-a8b857c8-a52b-4a0c-6977-5aa98b87c61b-e6b68a3b, #w-node-a8b857c8-a52b-4a0c-6977-5aa98b87c61d-e6b68a3b, #w-node-a8b857c8-a52b-4a0c-6977-5aa98b87c61f-e6b68a3b, #w-node-a8b857c8-a52b-4a0c-6977-5aa98b87c621-e6b68a3b, #w-node-a8b857c8-a52b-4a0c-6977-5aa98b87c623-e6b68a3b, #w-node-a8b857c8-a52b-4a0c-6977-5aa98b87c625-e6b68a3b, #w-node-_4b515d60-9d36-5ba6-3971-a28970d8e4ff-70d8e4fa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_862da93c-6b97-a819-632f-a38b47fccd7a-e6b68a3b, #w-node-_34ff833f-c464-6362-2654-ac074bc21046-e6b68a3b, #w-node-c1e8938b-2e0c-9bd4-d843-08406936097f-e6b68a3b, #w-node-_8ee4d760-657c-a1ca-e475-b006fe0fec73-e6b68a3b, #w-node-_6dabb389-2a56-12d5-4306-c0455c00e82a-e6b68a3b {
    order: -9999;
  }
}


@font-face {
  font-family: 'Super Bubble';
  src: url('../fonts/Super-Bubble.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}