:root {
  --_colors---cream: #f5f2ec;
  --_typography---body: adobe-garamond-pro, sans-serif;
  --_colors---ink: #1a1a18;
  --_typography---sans: gill-sans-nova, sans-serif;
  --_colors---white: #fafafa;
  --_colors---rose: #8c686f;
  --_colors---forest: #3a4a2d;
  --_typography---display: adobe-garamond-pro, sans-serif;
  --_colors---whitish: #e9dddd;
}

.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: var(--image-i5cec3e91);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

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

body {
  background-color: var(--_colors---cream);
  font-family: var(--_typography---body);
  color: var(--_colors---ink);
  font-size: 1rem;
  line-height: 1.2;
  transition: background-color .5s;
}

h1 {
  letter-spacing: .1rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
}

h2, h3 {
  letter-spacing: .01rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 120%;
}

h5 {
  font-family: var(--_typography---sans);
  letter-spacing: .01rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 400;
  line-height: 120%;
}

p {
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 120%;
}

a {
  font-style: normal;
  text-decoration: underline;
}

.loading-panel {
  background-color: var(--_colors---white);
  opacity: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 30px;
  display: block;
  position: fixed;
  inset: 0%;
}

.side-navbar {
  z-index: 999;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 120px;
  height: 100%;
  max-height: 200px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 1.25rem;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.side-navbar.mobile {
  display: none;
}

.section-header {
  background-color: var(--_colors---white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10rem;
}

.section-header.case-study {
  background-color: var(--_colors---cream);
  height: 80svh;
  padding-bottom: 5%;
}

.section-header.bg-target {
  transition: background-color .4s;
}

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

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

.rl-styleguide_radius-small-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

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

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

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

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

.padding-xlarge {
  padding: 4rem;
}

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

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

.padding-0 {
  padding: 0;
}

.margin-xlarge {
  margin: 4rem;
}

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

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

.padding-xxlarge {
  padding: 5rem;
}

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

.form_checkbox-icon {
  cursor: pointer;
  border: 1px solid #000;
  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;
}

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

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

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

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

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

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

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

.heading-style-hero {
  letter-spacing: -.28rem;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  font-size: 11vw;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.padding-small {
  padding: 1.5rem;
}

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

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

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

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

.rl-styleguide_nav {
  z-index: 1000;
  background-color: #fff5f5;
  border: 1px solid #6a1a0f;
  border-radius: 0;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

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

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

.rl-styleguide_radius-medium-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

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

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

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

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

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

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

.background-color-black {
  background-color: #000;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.heading-style-l {
  letter-spacing: -.28rem;
  font-size: 5rem;
  font-weight: 400;
}

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

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

.margin-huge {
  margin: 6rem;
}

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

.text-style-link {
  font-size: 1rem;
  font-style: italic;
  line-height: 1.2;
  transition: all .25s;
}

.text-style-link:hover {
  letter-spacing: 5px;
}

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

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

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

.rl-styleguide_nav-link {
  border-radius: 0;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: #fff5f5;
}

.rl-styleguide_radius-small {
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid #6a1a0f;
  border-radius: 0;
}

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

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

.text-style-allcaps {
  letter-spacing: 2px;
  text-transform: uppercase;
}

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

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

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

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

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

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

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

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

.rl-styleguide_radius-large-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

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

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

.text-size-small {
  z-index: 5;
  margin-bottom: 0;
  font-size: .875rem;
  position: relative;
}

.margin-xxhuge {
  margin: 10rem;
}

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

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

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

.padding-section-large.padding-left {
  padding-left: 5rem;
}

.padding-section-large.top-0 {
  padding-top: 0;
}

.padding-section-large.vertical-center {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

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

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

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

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

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

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

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

.margin-0 {
  margin: 0;
}

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

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

.rl-styleguide_radius-medium {
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid #6a1a0f;
  border-radius: 0;
}

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

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

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

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

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

.form_field-wrapper {
  position: relative;
}

.padding-xhuge {
  padding: 7rem;
}

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

.rl-styleguide_radius-large {
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid #6a1a0f;
  border-radius: 0;
}

.margin-xhuge {
  margin: 7rem;
}

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

.padding-large {
  padding: 3rem;
}

.rl-styleguide_heading {
  z-index: 4;
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

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

.padding-xsmall {
  padding: 1rem;
}

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

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

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

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

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

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

.form_input {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

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

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

.form_input.is-select-input {
  background-image: var(--image-i104357c);
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

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

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

.text-align-center.z-high {
  z-index: 5;
  position: relative;
}

.margin-xxlarge {
  margin: 5rem;
}

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

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

.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: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.form_radio-icon {
  cursor: pointer;
  border: 1px solid #000;
  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;
}

.overflow-auto {
  overflow: auto;
}

.padding-global {
  height: 100%;
  padding: 1.25rem;
}

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

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

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

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

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

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

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

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

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

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

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

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

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

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

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

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

.rl-styleguide_subheading {
  z-index: 3;
  background-color: #fff5f5;
  border: 1px solid #6a1a0f;
  border-radius: 0;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #eee;
  border: 1px solid #eee;
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

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

.tag.is-text.is-alternate {
  color: #fff;
  background-color: #0000;
}

.margin-large {
  margin: 3rem;
}

.margin-medium {
  margin: 2rem;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.padding-xxhuge {
  padding: 10rem;
}

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

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

.padding-medium {
  padding: 2rem;
}

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

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

.padding-huge {
  padding: 6rem;
}

.margin-small {
  margin: 1.5rem;
}

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

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

.text-style-nav {
  font-size: 1rem;
  font-style: italic;
  line-height: 1.2;
}

.nav-link {
  justify-content: flex-start;
  align-items: center;
  padding: .2rem 0;
  transition: all .25s;
  display: flex;
  position: relative;
}

.nav-link:hover {
  letter-spacing: 2px;
}

.nav-link.is-footer:hover {
  letter-spacing: 0;
}

.line {
  background-color: var(--_colors---ink);
  width: .875rem;
  height: 1px;
  display: none;
}

.brand-link {
  z-index: 999;
  text-align: center;
  letter-spacing: .1rem;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  max-width: 200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 120%;
}

.brand-link.case-study {
  margin-top: 0;
  margin-left: 0;
  position: static;
}

.brand-link.footer {
  margin: auto;
  font-size: .9rem;
  display: block;
  position: static;
}

.brand-link.is-animating {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 15% 0% 0%;
}

.hero_visual {
  z-index: 1;
  width: 35%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero_visual.is-2 {
  z-index: 2;
  width: 34%;
  display: block;
}

.hero_visual.is-3 {
  z-index: 3;
  width: 34%;
  display: block;
}

.hero_visual.is-1 {
  opacity: 1;
}

.hero_visual-height {
  padding-top: 145%;
  position: relative;
}

.image {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 5px 4px 5px -1px #0000001c;
}

.image.hero2 {
  object-fit: cover;
  object-position: 50% 0%;
  transform: rotate(-4deg);
  box-shadow: 8px 7px 5px -1px #0000001c;
}

.image.hero3 {
  object-fit: cover;
  object-position: 50% 100%;
}

.image.hero1 {
  transform: rotate(2deg);
}

.studio-description {
  font-family: var(--_typography---body);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 120%;
}

.header_studio-description-wrapper {
  text-align: center;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  max-width: 400px;
  margin: 0 auto 1.25rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.section-in-practice {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-flow: column;
  grid-template-rows: 1fr auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  min-height: 80svh;
  display: flex;
}

.section-in-practice.bg-target {
  transition: background-color .4s;
}

.in-practice_paragraph-wrapper {
  width: 100%;
  min-width: 450px;
  max-width: 30rem;
  margin: 0 auto;
}

.paragraph {
  color: var(--_colors---ink);
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 120%;
}

.paragraph.service-description {
  z-index: 5;
  opacity: 1;
  transition: all .5s;
  position: relative;
}

.paragraph.service-description.visible {
  opacity: 1;
}

.paragraph.services {
  line-height: 140%;
}

.paragraph.slide-in {
  position: static;
}

.section-title-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.section-title-wrapper.extra-padding {
  margin-bottom: 7.5rem;
}

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

.section-services {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  background-color: var(--_colors---cream);
  grid-template-rows: 1fr auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: end center;
  min-height: 100svh;
  display: grid;
  position: relative;
}

.section-services.bg-target {
  transition: background-color .4s;
}

.services_paragraph-wrapper {
  width: 100%;
  min-width: 450px;
  max-width: 30rem;
  margin: 0 auto;
  position: relative;
}

.services-descriptions {
  position: absolute;
  inset: 0%;
}

.services-descriptions_grid {
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  width: 100%;
  height: 100%;
}

.services-descriptions_grid.mobile {
  display: none;
}

.descriptions-grid_text {
  grid-column-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr minmax(300px, 1fr) 1fr;
}

.strategy {
  opacity: 1;
  transition: all .5s;
}

.link-strategy {
  border-bottom: 1px solid var(--_colors---ink);
  cursor: pointer;
}

.web-design {
  opacity: 1;
  transition: all .5s;
}

.web-design:hover {
  opacity: 1;
}

.web-design.text-detail.not-visible {
  opacity: 0;
}

.web-design.not-visible {
  opacity: 0;
  pointer-events: auto;
}

.link-webdesign {
  border-bottom: 1px solid var(--_colors---ink);
  cursor: pointer;
}

.web-development, .photography {
  opacity: 1;
  transition: all .5s;
}

.link-photography, .link-webdev {
  border-bottom: 1px solid var(--_colors---ink);
  cursor: pointer;
}

.close-panel {
  z-index: 4;
  transition: all .6s;
  display: none;
  position: absolute;
  inset: 0%;
}

.visible {
  display: block;
}

.section-intro {
  letter-spacing: .2rem;
  text-transform: uppercase;
  font-size: .8rem;
}

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

.navbar_studycase {
  background-color: #0000;
  width: 100%;
  padding: 1.25rem;
  position: fixed;
}

.section-header_case-study-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.section-header_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr minmax(400px, 1fr);
}

.section-intro_visuals {
  z-index: 2;
  background-color: var(--_colors---cream);
  position: relative;
}

.video_hero, .intro_visuals-mobile-wrapper {
  width: 100%;
}

.body {
  background-color: var(--_colors---cream);
}

.intro_visuals-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.visuals-grid_inner-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.visuals-grid_color-bg {
  opacity: .1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.placeholder-mobile {
  z-index: 1;
  width: 80%;
  padding-top: 10%;
  padding-bottom: 10%;
  position: relative;
}

.section-details {
  z-index: 2;
  background-color: var(--_colors---cream);
  position: relative;
}

.section-details_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
}

.section-detail_bg {
  z-index: 2;
  background-color: var(--_colors---cream);
  position: relative;
}

.section-detail_primary-bg {
  z-index: 1;
  opacity: .1;
  background-color: #6046a8;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-img_txt {
  z-index: 2;
  background-color: var(--_colors---cream);
  position: relative;
}

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

.placeholder_05 {
  width: 100%;
}

.section-close {
  z-index: 2;
  background-color: var(--_colors---cream);
  position: relative;
}

.placeholder_03 {
  margin-top: 8rem;
}

.placeholder_06 {
  width: 100%;
}

.heading {
  position: sticky;
  top: 0;
}

.section-footer {
  z-index: -5;
  background-color: var(--_colors---white);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.section-header_sticky-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.section-header_sticky-wrapper.is-small {
  height: 50vh;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.section-work {
  z-index: 10;
  background-color: var(--_colors---cream);
  min-height: 100svh;
  transition: background-color .3s cubic-bezier(.55, .085, .68, .53);
  position: relative;
}

.section-work.bg-target {
  transition: background-color .4s;
}

.section-work_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 1rem;
  display: grid;
}

.collection-work-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--_colors---ink);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1fr;
  grid-auto-columns: 1fr;
  transition: all .5s;
}

.collection-work-item:first-child {
  border-top: 1px solid #1a1a18;
}

.collection-work-item_project-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
}

.custom-pointer {
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  inset: 0%;
}

.display-none {
  display: none;
}

.not-visible {
  opacity: 0;
  pointer-events: none;
}

.display-block {
  display: block;
}

.service-descriptions_wrapper {
  opacity: 0;
  transition: all .5s;
}

.service-descriptions_wrapper.visible {
  opacity: 1;
}

.div-block-9 {
  z-index: 100;
  background-color: var(--_colors---rose);
  width: 100%;
  height: 100%;
  position: relative;
}

.top-navbar {
  z-index: 999;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem;
  transition: background-color .3s;
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
}

.menu-link-mobile, .menu-link-mobile_close-button {
  display: none;
}

.brand {
  letter-spacing: .1rem;
  text-transform: uppercase;
}

.section-footer_wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

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

.section-footer_image {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
}

.section-contact {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  background-color: var(--_colors---cream);
  grid-template-rows: 1fr auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  height: 100svh;
  display: flex;
}

.section-contact.padding-left {
  padding-left: 5rem;
}

.section-contact.bg-target {
  transition: background-color .4s;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-contact_image {
  width: 100%;
}

.section-contact-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.section-about-copy {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  grid-template-rows: 1fr auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: end center;
  display: grid;
}

.section-studio {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  background-color: var(--_colors---cream);
  grid-template-rows: 1fr auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: end center;
}

.section-studio.bg-target {
  transition: background-color .4s;
}

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

.about {
  z-index: 998;
  background-color: var(--_colors---white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: none;
  position: fixed;
  inset: 0%;
}

.about-grid {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding: 1.25rem;
  display: grid;
}

.text-style-underline {
  text-decoration: underline;
}

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

.services-descriptions_mobile {
  width: 70%;
  min-width: 45rem;
  margin-bottom: 0;
  margin-left: auto;
  padding-left: 0;
  list-style-type: none;
  display: none;
}

.services-descriptions_mobile-list-item {
  display: flex;
}

.dropdown-mobile {
  border-bottom: 1px solid #0003;
  width: 100%;
}

.dropdown-toggle_mobile {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-transform: uppercase;
  white-space: normal;
  width: 100%;
  color: inherit;
  justify-content: space-between;
  padding: 1.25rem;
  font-weight: 500;
  display: flex;
}

.dropdown-icon-2 {
  width: 1rem;
  display: flex;
}

.dropdown-list {
  background-color: #ddd0;
  display: block;
  position: static;
  overflow: hidden;
}

.dropdown-list-content-wrapper {
  padding: 1.25rem;
}

.text-project-details {
  font-family: var(--_typography---sans);
  letter-spacing: .01px;
  text-transform: uppercase;
  font-size: .8rem;
}

.link-block {
  text-decoration: underline;
}

.heading-2 {
  letter-spacing: .01em;
  font-size: 1.7rem;
  line-height: 120%;
}

.skip-link {
  position: absolute;
  top: 0;
  left: 3rem;
}

.skip-link.w--current {
  position: absolute;
}

.navbar_general-page {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.25rem;
  display: flex;
  position: fixed;
}

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

.section-header_privacy {
  padding-top: 5rem;
}

.has-margin {
  margin-bottom: 1rem;
}

.bg-target {
  transition: background-color .4s;
}

.text-style-tagline-parent.text-style-tagline {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.video-src-link, .video-src-link-off {
  display: none;
}

.video_hero-embed {
  width: 100%;
  display: block;
}

.section-intro-subsection {
  letter-spacing: .2rem;
  text-transform: uppercase;
  font-size: .8rem;
}

.rich-text-block, .rich-text-project {
  margin-bottom: 7rem;
}

.rich-text-project.top {
  margin-top: 7rem;
  margin-bottom: 0;
}

.text-span, .text-span-2, .text-span-3, .text-span-4 {
  font-size: .8rem;
}

.brand-lo {
  margin-right: .3rem;
}

.brand-s {
  margin-left: .3rem;
}

@media screen and (min-width: 1440px) {
  .hero_visual {
    width: 30%;
  }

  .hero_visual.is-2 {
    max-width: 480px;
  }

  .hero_visual.is-3 {
    max-width: 490px;
  }

  .hero_visual.is-1 {
    max-width: 500px;
  }

  .studio-description {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 120%;
  }

  .navbar_studycase {
    background-color: var(--_colors---cream);
  }

  .section-contact {
    min-height: 0;
  }

  .navbar_general-page {
    background-color: var(--_colors---cream);
  }
}

@media screen and (max-width: 991px) {
  .side-navbar {
    display: none;
  }

  .side-navbar.mobile {
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    position: static;
  }

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

  .hide-tablet {
    display: none;
  }

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

  .padding-xlarge {
    padding: 3.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

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

  .padding-xxlarge {
    padding: 4.5rem;
  }

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

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

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

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

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

  .margin-huge {
    margin: 5rem;
  }

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

  .margin-xxhuge {
    margin: 7.5rem;
  }

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

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

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

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

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

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

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

  .margin-xxlarge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

  .margin-large {
    margin: 2.5rem;
  }

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

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

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

  .text-style-nav.is-footer, .nav-link.is-footer {
    text-align: center;
  }

  .hero_visual {
    width: 100%;
  }

  .hero_visual.is-2 {
    width: 47%;
  }

  .hero_visual.is-3, .hero_visual.is-1 {
    width: 45%;
  }

  .image.hero2 {
    transform: rotate(-5deg);
  }

  .image.hero3 {
    transform: rotate(4deg);
  }

  .services-descriptions_grid {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .descriptions-grid_text {
    grid-template-columns: 1fr minmax(20px, 100px);
  }

  .descriptions-grid_text.strategy {
    grid-template-columns: minmax(20px, 121px) 1fr;
  }

  .descriptions-grid_text.web-dev {
    grid-template-columns: minmax(20px, 100px) 1fr;
  }

  .navbar_studycase {
    background-color: var(--_colors---cream);
  }

  .section-header_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .custom-pointer {
    display: none;
  }

  .service-descriptions_wrapper {
    opacity: 0;
    max-width: 300px;
  }

  .top-navbar {
    background-color: var(--_colors---white);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    inset: 0% 0% auto;
  }

  .menu-link-mobile {
    margin-right: 1.25rem;
    display: block;
    position: absolute;
    right: 0;
  }

  .menu-link-mobile_close-button {
    margin-right: 1.25rem;
    position: absolute;
    right: 0;
  }

  .section-footer_wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .div-block-10 {
    justify-content: flex-start;
    align-items: center;
  }

  .section-footer_image {
    position: static;
  }

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

  .about-grid {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1.25fr;
  }

  .services-descriptions_mobile {
    width: 90%;
    min-width: 0;
  }

  .navbar_general-page {
    background-color: var(--_colors---cream);
  }
}

@media screen and (max-width: 767px) {
  .side-navbar {
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
  }

  .side-navbar.mobile {
    text-align: right;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-height: none;
    margin: 1rem auto 0;
    display: none;
    position: static;
  }

  .side-navbar.mobile.open {
    opacity: 1;
    display: block;
    transform: translate(0);
  }

  .section-header.case-study {
    height: 100svh;
    min-height: 600px;
  }

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

  .padding-xlarge {
    padding: 2.5rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

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

  .padding-xxlarge {
    padding: 3rem;
  }

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

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

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

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

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-small.services-section {
    position: sticky;
    top: 10%;
  }

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

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

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

  .margin-huge {
    margin: 3.5rem;
  }

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

  .margin-xxhuge {
    margin: 5rem;
  }

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

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

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

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

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

  .padding-large {
    padding: 2rem;
  }

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

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

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

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

  .margin-xxlarge {
    margin: 3rem;
  }

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

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

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

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

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

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

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

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

  .margin-large {
    margin: 2rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

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

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

  .padding-xxhuge {
    padding: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

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

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

  .text-style-nav:hover, .nav-link:hover {
    letter-spacing: 0;
  }

  .nav-link.is-mobile {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-bottom: .5rem;
  }

  .hero_visual.is-2, .hero_visual.is-3 {
    width: 65%;
  }

  .hero_visual.is-1 {
    width: 60%;
  }

  .section-in-practice {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    height: 150svh;
    padding-left: 0;
    padding-right: 0;
  }

  .in-practice_paragraph-wrapper {
    min-width: 0;
    max-width: none;
  }

  .paragraph.services {
    display: none;
  }

  .section-title-wrapper.mobile-sticky {
    position: sticky;
    top: 10%;
  }

  .section-services {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 4rem 1.25rem;
    display: flex;
  }

  .services_paragraph-wrapper {
    min-width: 0;
    display: none;
  }

  .services-descriptions {
    position: static;
  }

  .services-descriptions_grid {
    display: none;
  }

  .services-descriptions_grid.mobile {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .descriptions-grid_text, .descriptions-grid_text.strategy, .descriptions-grid_text.web-dev {
    grid-template-columns: 1fr 1fr;
  }

  .section-intro {
    line-height: 134%;
  }

  .section-header_case-study-wrapper {
    justify-content: space-between;
    align-items: flex-end;
  }

  .section-header_grid {
    grid-template-columns: 1fr;
  }

  .intro_visuals-grid {
    grid-template-columns: 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-details_grid, .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .placeholder_02 {
    width: 100%;
  }

  .placeholder_03 {
    width: 100%;
    margin-top: 0;
  }

  .heading {
    position: static;
  }

  .div-block-8 {
    grid-template-columns: 1.25fr 1.5fr .5fr;
    display: grid;
  }

  .collection-work-item_project-link {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1.5fr .5fr;
  }

  .service-descriptions_wrapper {
    background-color: var(--_colors---cream);
    opacity: 1;
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .service-descriptions_wrapper._1 {
    margin-bottom: 9rem;
    top: 9rem;
    overflow: hidden;
  }

  .service-descriptions_wrapper._2 {
    margin-bottom: 6rem;
    top: 6rem;
    overflow: hidden;
  }

  .service-descriptions_wrapper._3 {
    margin-bottom: 3rem;
    top: 14rem;
    overflow: hidden;
  }

  .service-descriptions_wrapper._4 {
    top: 16rem;
  }

  .service-descriptions_wrapper._1-copy {
    margin-bottom: 9rem;
    top: 7rem;
    overflow: hidden;
  }

  .top-navbar {
    background-color: var(--_colors---white);
    justify-content: space-between;
    align-items: center;
    inset: 0% 0% auto;
  }

  .line-grid_horizontal {
    background-color: var(--_colors---ink);
    width: 100%;
    height: 1px;
    display: none;
  }

  .menu-link-mobile {
    display: block;
  }

  .menu-link-mobile.close-button {
    display: none;
  }

  .menu-link-mobile_close-button {
    margin-right: 1.25rem;
    display: none;
    position: absolute;
    left: auto;
    right: 0;
  }

  .menu-link-mobile_close-button.close-button {
    display: none;
  }

  .line-grid {
    background-color: var(--_colors---ink);
    width: 1px;
    height: 100%;
  }

  .body-2 {
    font-size: 1rem;
    line-height: 1.2;
  }

  .section-contact {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: center;
    align-items: center;
    height: 100svh;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
  }

  .section-contact_image {
    width: 60%;
  }

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

  .section-about-copy {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    height: 150svh;
  }

  .section-contact_wrapper {
    margin-top: auto;
    margin-bottom: auto;
  }

  .section-studio {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .services-description_title {
    cursor: pointer;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
  }

  .service-descriptions_text {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-icon {
    width: 1rem;
  }

  .dropdown-icon_wrapper {
    justify-content: center;
    align-items: center;
    width: 3rem;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .tabs {
    width: 100%;
  }

  .tabs-menu {
    flex-flow: column;
    display: flex;
  }

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

  .dropdown-toggle {
    width: 100%;
  }

  .services-descriptions_mobile {
    width: 100%;
    display: block;
  }

  .dropdown-mobile {
    border-bottom-color: var(--_colors---ink);
  }

  .dropdown-mobile.is_first {
    border-top: 1px solid var(--_colors---ink);
  }

  .dropdown-toggle_mobile {
    text-transform: none;
  }

  .dropdown-icon-2 {
    flex: none;
    width: .75rem;
  }

  .section-header_privacy-wrapper {
    justify-content: space-between;
    align-items: flex-end;
  }

  .section-intro-subsection {
    line-height: 134%;
  }

  .rich-text-project {
    margin-bottom: 4rem;
  }

  .rich-text-project.top {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 479px) {
  .side-navbar.mobile {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .header_studio-description-wrapper {
    margin-bottom: 4rem;
  }

  .section-in-practice {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-intro {
    line-height: 165%;
  }

  .collection-work-item_project-link {
    grid-template-columns: 1.25fr 1.5fr .5fr;
  }

  .service-descriptions_wrapper {
    height: 230px;
  }

  .section-contact_image {
    width: 100%;
  }

  .section-header_privacy {
    padding-top: 11rem;
  }

  .section-intro-subsection {
    line-height: 165%;
  }
}

#w-node-c62a3b16-2b1f-8e87-1897-377ffbdee33e-cba6be83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e96b09c-409d-993f-3fc3-c2eb03d65e25-cba6be83 {
  grid-area: 2 / 2 / 4 / 3;
  align-self: center;
}

#w-node-c99896ab-69e1-8349-a78e-9adeeb26c058-cba6be83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_074d1a50-9d85-8739-4294-2395b687ff0c-cba6be83 {
  grid-area: 2 / 2 / 4 / 3;
  align-self: center;
}

#w-node-cf45ddd4-1119-e174-dc90-6f66b8ae8784-cba6be83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c42463a-5c2e-d9cf-6dbd-cb9a4b830250-cba6be83 {
  grid-area: 1 / 2 / 3 / 3;
  align-self: center;
}

#w-node-fbdf408d-3886-184e-488f-9719687e0844-cba6be83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca574d9d-26ea-c5f7-c428-a5a1b7d73775-cba6be83 {
  grid-area: 1 / 2 / 3 / 3;
  align-self: center;
}

#w-node-_991c2c2b-18ee-5ed3-f5af-ffa1789326ca-cba6be83 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_991c2c2b-18ee-5ed3-f5af-ffa1789326d1-cba6be83 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_4dbd0225-4173-73d9-c82c-529d7e20cd3f-cba6be83 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_44e9b94d-5901-d3b1-a683-835946f03bc5-cba6be83 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e237-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e238-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e23c-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e23d-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e241-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e242-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e246-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e247-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e249-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e24b-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e24c-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e250-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e251-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e255-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e256-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e25a-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e25b-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e290-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e291-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e295-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e296-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e29a-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e29b-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e2c6-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e2c7-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e2cb-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e2cc-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e2d0-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e2d1-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e2d5-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e2d6-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e2da-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e2db-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e2e5-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e2e6-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e2ea-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e2eb-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e2ef-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e2f0-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e2f4-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e2f5-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e2f9-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e2fa-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e2fe-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e2ff-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e30a-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e30b-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e30f-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e310-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e314-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e315-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e319-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e31a-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e31e-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e31f-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e323-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e324-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e328-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e329-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e32d-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e32e-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e332-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e333-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e337-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e338-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e33c-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e33d-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e341-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e342-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e346-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e347-5188a9fe {
  justify-self: start;
}

#w-node-_34c089af-1e7e-105e-32f2-90b73c3af8a2-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34c089af-1e7e-105e-32f2-90b73c3af8a3-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e34b-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e34c-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e357-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e358-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e35c-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e35d-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e361-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e362-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e369-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e36a-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e3e6-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e3e7-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e3e8-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e3e9-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e3eb-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e3ee-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e3ef-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e3f0-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e3f4-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e3f7-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e3f8-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e3f9-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e3fd-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e401-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e402-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e408-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e40c-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e40d-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e411-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e517-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e518-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e51d-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e51e-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e526-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e527-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e52e-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e52f-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e53e-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e53f-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e540-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e541-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e543-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e546-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e54a-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e54b-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e54c-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e555-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e556-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e557-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e560-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e561-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e562-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e563-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e569-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e56a-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e56b-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e56c-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e56e-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e572-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e573-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e574-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e575-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e577-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e65b-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e65e-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e65f-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e662-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e663-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e666-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e667-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e66b-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e66e-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e66f-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e672-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e673-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e676-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e67b-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e67f-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e680-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e682-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e684-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e685-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e687-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e689-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e68a-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e68c-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e68e-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e68f-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e691-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e693-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e694-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e696-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e698-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e699-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e69b-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e69d-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e69f-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6a1-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6a3-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6a4-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6a6-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6a7-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6a9-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6aa-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6ac-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6ad-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6af-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6b0-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6b2-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6b3-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6b5-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6b6-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6b8-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6be-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6c1-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6c2-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6c4-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6c6-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6c7-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6c9-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6cb-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6cc-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6ce-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6d0-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6d1-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6d3-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6d5-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6d6-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6d8-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6da-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6db-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6dd-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6df-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6e0-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6e2-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6e4-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6e5-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6e7-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6e9-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6ea-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6ec-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6ee-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6ef-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6f1-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6f3-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6f4-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6f6-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6fb-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e6ff-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e701-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e704-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e709-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e70e-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e713-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e718-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e71f-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e720-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e722-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e723-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e725-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e726-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e728-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e729-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e72b-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e72c-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e72e-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e72f-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e731-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e732-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e734-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e735-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e737-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e738-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e73a-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e73b-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e73d-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e73e-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e740-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e741-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e743-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e744-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e746-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e747-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e749-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e74a-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e74c-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e74d-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e74f-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e750-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e752-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e753-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e755-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e756-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e758-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e759-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e75b-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e75c-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e75e-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e75f-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e761-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e762-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e764-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e765-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e767-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e768-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e76a-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e76b-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e76d-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e76e-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e770-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e771-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e773-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e774-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e776-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e777-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e77c-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e780-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e782-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e785-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e78a-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e78f-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e794-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e799-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7a0-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7a1-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7a3-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7a4-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7a6-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7a7-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7a9-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7aa-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7ac-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7ad-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7af-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7b0-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7b2-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7b3-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7b5-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7b6-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7b8-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7b9-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7bb-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7bc-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7be-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7bf-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7c1-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7c2-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7c4-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7c5-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7c7-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7c8-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7ca-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7cb-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7cd-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7ce-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7d0-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7d1-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7d3-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7d4-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7d6-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7d7-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7d9-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7da-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7dc-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7dd-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7df-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7e0-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7e2-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7e3-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7e5-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7e6-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7e8-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7e9-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7eb-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7ec-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7ee-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7ef-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7f1-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7f2-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7f4-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7f5-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7f7-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7f8-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e7fd-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e800-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e801-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e803-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e804-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e806-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e807-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e809-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e80a-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e80c-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e80d-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e80f-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e810-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e812-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e813-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e815-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e816-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e818-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e819-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e81b-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e81c-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e81e-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e81f-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e821-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e822-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e824-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e825-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e827-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e828-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e82a-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e82b-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e82d-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e82e-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e830-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e831-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e833-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e834-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e836-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e837-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e839-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e83a-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e83c-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e83d-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e83f-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e840-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e932-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e936-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e937-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e93b-5188a9fe, #w-node-_682b1682-6ea4-c0ae-844c-cc22c708e93d-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e93e-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e942-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e943-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e947-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e948-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e94c-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e94d-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e951-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e952-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e956-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e957-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e95b-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e95c-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e960-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e961-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e965-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e966-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e96a-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e96b-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e96e-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e96f-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e973-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e974-5188a9fe {
  justify-self: start;
}

#w-node-_72d1b51b-1290-9660-f46e-65d04e848a2d-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72d1b51b-1290-9660-f46e-65d04e848a2e-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e978-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e979-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e97d-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e97e-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e982-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e983-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e987-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e988-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e98c-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e98d-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e991-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e992-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e996-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e997-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e99b-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e99c-5188a9fe {
  justify-self: start;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e9a0-5188a9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b1682-6ea4-c0ae-844c-cc22c708e9a1-5188a9fe {
  justify-self: start;
}

#w-node-f34c9e1e-bb3f-a0e1-4d58-767808a0e34c-4f531bce {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a4d0bcfe-c6c0-0c4a-e02f-fd7ae588d7ed-4f531bce {
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-c62a3b16-2b1f-8e87-1897-377ffbdee33e-cba6be83 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9e96b09c-409d-993f-3fc3-c2eb03d65e25-cba6be83 {
    grid-area: 1 / 1 / 3 / 3;
    align-self: center;
  }

  #w-node-c99896ab-69e1-8349-a78e-9adeeb26c058-cba6be83 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_074d1a50-9d85-8739-4294-2395b687ff0c-cba6be83 {
    grid-area: 1 / 1 / 3 / 3;
    place-self: center end;
  }

  #w-node-_1c42463a-5c2e-d9cf-6dbd-cb9a4b830250-cba6be83 {
    grid-area: 1 / 1 / 4 / 3;
    align-self: center;
  }

  #w-node-ca574d9d-26ea-c5f7-c428-a5a1b7d73775-cba6be83 {
    grid-area: 1 / 1 / 4 / 3;
    place-self: center end;
  }

  #w-node-_9a2f0837-6478-252a-55b2-ca1b585f8797-585f8791 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9a2f0837-6478-252a-55b2-ca1b585f8798-585f8791 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_074d1a50-9d85-8739-4294-2395b687ff0c-cba6be83 {
    grid-area: 1 / 1 / 3 / 3;
    align-self: center;
  }

  #w-node-_4dbd0225-4173-73d9-c82c-529d7e20cd3f-cba6be83 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_44e9b94d-5901-d3b1-a683-835946f03bc5-cba6be83, #w-node-f34c9e1e-bb3f-a0e1-4d58-767808a0e34c-4f531bce {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3128300a-db60-32c7-8fa0-ed7f835ba16b-cba6be83 {
    justify-self: end;
  }
}


