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

@font-face {
  font-family: Casperdisplay;
  src: url('../fonts/CasperDisplay-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Casperdisplay;
  src: url('../fonts/CasperDisplay-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Helveticanowvar;
  src: url('../fonts/HelveticaNowVar.ttf') format("truetype");
  font-weight: 50 1000;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Protomono;
  src: url('../fonts/ProtoMono-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --background-color--background-primary: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --link-color--link-primary: var(--base-color-neutral--black);
  --base-color-brand--border-pink: #ba7fa8;
  --base-color-brand--dark-green-2: #272d2d;
  --base-color-brand--pink: #fcbeff;
  --text-color--text-alternate: var(--base-color-neutral--white);
  --border-color--border-primary: var(--base-color-neutral--black);
  --base-color-neutral--white: white;
  --base-color-neutral--black: black;
  --background-color--background-secondary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --background-color--background-tertiary: var(--base-color-neutral--neutral-light);
  --text-color--text-secondary: var(--base-color-neutral--black);
  --background-color--background-success: var(--base-color-system--success-green-light);
  --text-color--text-success: var(--base-color-system--success-green);
  --background-color--background-error: var(--base-color-system--error-red-light);
  --text-color--text-error: var(--base-color-system--error-red);
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-brand--tuo: #080f0f;
  --base-color-brand--white: white;
  --base-color-brand--v-dark-green: #111d22;
  --base-color-neutral--neutral: #666;
  --base-color-brand--accent: #ff44e9;
  --base-color-brand--red-dark: #0c080b;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-brand--heading-pink: #dcc0cf;
  --base-color-brand--black: black;
  --base-color-brand--red: #22041f;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #027a48;
  --base-color-system--success-green-light: #ecfdf3;
  --base-color-system--error-red: #b42318;
  --base-color-system--error-red-light: #fef3f2;
  --border-color--border-secondary: var(--base-color-neutral--neutral-light);
  --border-color--border-alternate: var(--base-color-neutral--white);
  --link-color--link-secondary: var(--base-color-neutral--neutral-light);
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin-bottom: 0;
}

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

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

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

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

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

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

strong {
  font-weight: bold;
}

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

.max-width-small.margin-top.margin-large {
  border-top: 1px solid var(--base-color-brand--border-pink);
  padding-top: 10px;
}

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

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

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

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

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

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

.container-small.gg {
  background-color: var(--base-color-brand--dark-green-2);
  box-shadow: 0 40px 0 0 var(--base-color-brand--dark-green-2);
  padding: 24px 30px 0;
}

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-small.flex-leftright {
  border-bottom: 1px solid var(--base-color-brand--dark-green-2);
  font-size: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

.heading-style-h2 {
  color: var(--base-color-brand--pink);
  font-family: Casperdisplay, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

.heading-style-h5 {
  color: var(--base-color-brand--pink);
  font-family: Casperdisplay, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.heading-style-h1 {
  color: var(--base-color-brand--pink);
  font-family: Casperdisplay, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

.button {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.heading-style-h4 {
  color: var(--base-color-brand--pink);
  font-family: Casperdisplay, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading-style-h3 {
  color: var(--base-color-brand--pink);
  font-family: Casperdisplay, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-color-black.margin-bottom.margin-xxsmall {
  text-wrap: pretty;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_field-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--text-color--text-primary);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.text-rich-text._2columns-txt {
  column-gap: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.padding-section-large.padding-global.onlytop {
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

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

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

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

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

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

.off_hero {
  color: var(--base-color-neutral--black);
  background-color: #7db2b366;
  background-image: radial-gradient(circle at 0 0, #ffffff40, #0000 33%), linear-gradient(#00000029, #00000029);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 101vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.off_bg-video {
  z-index: -1;
  filter: contrast(128%) brightness(114%) grayscale() blur(1px);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.off_burger-nav {
  z-index: 15;
  mix-blend-mode: difference;
  background-color: #0000;
  width: 100%;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.off_nav-wrap {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.3vw;
  padding-left: 1.6vw;
  padding-right: 1.6vw;
  display: flex;
}

.off_logo {
  color: #e0e0e0;
  width: 5.6vw;
  height: 5.6vw;
}

.off_nav-links-wrap {
  background-color: #e1e1e1;
  height: 100vh;
  inset: 0%;
}

.off_inner-menu-nav {
  background-color: #0d0d0d;
  flex-flow: column;
  justify-content: space-around;
  padding-top: 73px;
  font-size: 2.5rem;
  font-weight: 300;
  display: flex;
  position: absolute;
  inset: 0%;
}

.off_nav-link {
  color: #ff80a4;
  font-weight: 400;
}

.off_menu-button {
  float: none;
  color: #e0e0e0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5.6vw;
  height: 5.6vw;
  padding: 0;
  display: flex;
}

.off_menu-button.w--open {
  z-index: 2;
  background-color: #0b0b0b;
}

.off_body {
  background-color: var(--base-color-brand--tuo);
  color: var(--base-color-neutral--neutral-lightest);
  cursor: crosshair;
  font-family: Helveticanowvar, Arial, sans-serif;
}

.off_intro {
  background-image: url('../images/interior-mockup-scene-web.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 96vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-cypher {
  filter: drop-shadow(0 1px 8px #39ff7452);
  color: var(--base-color-neutral--white);
  -webkit-text-fill-color: transparent;
  background-image: url('../images/green-txt.jpg');
  background-position: 0 0;
  background-size: 100vw;
  background-attachment: fixed;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Aux Mono, Trebuchet MS, sans-serif;
  font-size: 4rem;
  font-weight: 400;
}

.off_dyskietka-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--base-color-brand--dark-green-2);
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 38vw;
  height: 100vh;
  display: flex;
  container-type: inline-size;
}

.off_dyskietka {
  background-color: var(--base-color-brand--tuo);
  color: var(--base-color-brand--pink);
  background-image: url('../images/product-web-2.jpg');
  background-position: 50%;
  background-size: cover;
  border: 11px #000;
  border-bottom: 30px #0d0d0d;
  border-radius: 0;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2rem 8px 0;
  font-family: Protomono, Trebuchet MS, sans-serif;
  display: flex;
}

.off_tuosto {
  filter: drop-shadow(0 2px 5px #000000b3);
  color: var(--base-color-brand--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  font-family: Casperdisplay, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

.off_heading-hero {
  color: var(--base-color-brand--v-dark-green);
  text-align: right;
  margin-bottom: -4.4rem;
  font-family: Casperdisplay, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.1;
}

.off_hero-wrap {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
  grid-auto-columns: 1fr;
  width: 96%;
  display: grid;
  position: relative;
}

.off_hero-left {
  color: #781488;
  justify-content: center;
  align-items: center;
  padding-left: 23px;
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
}

.pink-belka {
  z-index: 2;
  background-color: var(--base-color-brand--pink);
  width: 100%;
  height: 72px;
  position: absolute;
  box-shadow: 0 2px 5px #0003;
}

.off_hero-span {
  background-color: var(--base-color-brand--v-dark-green);
  color: var(--base-color-brand--pink);
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 16px;
  font-family: Protomono, Trebuchet MS, sans-serif;
  font-size: 2.9rem;
  font-weight: 600;
  display: inline-block;
}

.arrows-wrap {
  z-index: 1;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
  display: flex;
  position: absolute;
}

.arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 22rem;
  display: flex;
}

.arrow-pion {
  color: var(--base-color-brand--pink);
  height: 98%;
  position: absolute;
}

.none {
  display: none;
}

.off_h1 {
  color: var(--base-color-brand--pink);
  text-align: center;
  text-transform: uppercase;
  font-family: Casperdisplay, Arial, sans-serif;
  font-size: 6rem;
  font-weight: 900;
  display: inline;
}

.off_h1._2 {
  font-size: 5.2rem;
  line-height: 1;
}

.off_intro-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.off_manifest {
  aspect-ratio: 3 / 2;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--base-color-brand--border-pink);
  background-color: var(--base-color-brand--tuo);
  padding: 23px;
  overflow: auto;
}

.kw-coffee {
  background-image: url('../images/Trojan_Room_coffee_pot_xcoffee.avif');
  background-position: 0 0;
  background-size: auto;
}

.kw-heading-aux {
  letter-spacing: -2px;
  font-family: Aux Mono, Trebuchet MS, sans-serif;
  font-size: 4rem;
  font-weight: 400;
}

.kw-heading-aux.text-align-center.text-color-black {
  color: var(--base-color-neutral--black);
  background-color: #d3d3d3;
}

.coffee {
  text-align: justify;
  column-count: 2;
  background-color: #d3d3d3;
  padding: 26px;
}

.off_olia-heading {
  color: var(--base-color-brand--pink);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Casperdisplay, Arial, sans-serif;
  font-size: 8em;
}

.flex-leftright {
  justify-content: center;
  align-items: center;
  font-size: 1vw;
  display: flex;
}

.flex-leftright.overflow-hidden {
  width: 100%;
}

.off_olia-wrap {
  grid-column-gap: 43px;
  grid-row-gap: 43px;
  perspective: 1523px;
  perspective-origin: 50% 0;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -49px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.paragraph-szpan {
  text-align: justify;
  border-left: 1px solid #fff9;
  border-right: 1px solid #fff9;
  margin-bottom: 1rem;
}

.off_link {
  color: var(--base-color-brand--pink);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--base-color-neutral--neutral);
  text-decoration-color: var(--base-color-neutral--neutral);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: under;
  text-decoration-style: solid;
}

.off_link:hover {
  text-decoration-style: wavy;
  text-decoration-thickness: 1px;
}

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

.image {
  width: 70%;
}

.pimp-sekcja {
  grid-column-gap: 2.6rem;
  grid-row-gap: 2.6rem;
  background-image: none;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

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

.off_pimp-wrap {
  width: 70%;
}

.offline-h2 {
  font-family: Casperdisplay, Arial, sans-serif;
  font-size: 4rem;
}

.text-color-offline_pink {
  color: var(--base-color-brand--pink);
}

.off_nicze {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  mix-blend-mode: screen;
  justify-content: flex-end;
  align-items: center;
  font-size: .6rem;
  font-weight: 300;
  display: flex;
}

.subkultury-sekcja {
  background-image: url('../images/chevron-top_1.avif'), url('../images/chevron-down_1.avif');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}

.off_marqi-wrap {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #49494900;
  width: 100vw;
  min-height: 100px;
  display: flex;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.off_marqi {
  white-space: nowrap;
  flex: none;
  align-items: center;
  padding-left: 1rem;
  font-family: Protomono, Trebuchet MS, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
}

.off_marqi.scroll {
  padding-left: 0;
  font-family: Helveticanowvar, Arial, sans-serif;
}

.off_blur {
  filter: blur(150px);
  background-color: #16e9e954;
  width: 60%;
  height: 60%;
  position: absolute;
}

.off_blur.less {
  filter: blur(100px);
  background-color: #16e9e94d;
}

.grid-vomir {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: .8rem;
  font-weight: 200;
  display: grid;
}

.offline-h3 {
  font-family: Casperdisplay, Arial, sans-serif;
}

.off_code-embed {
  width: 100%;
  position: relative;
}

.portier-sekcja {
  background-image: none;
}

.proto-heading {
  font-family: Protomono, Trebuchet MS, sans-serif;
}

.proto-heading.text-size-large {
  font-size: 3rem;
}

.proto-heading.text-color-pink_2.text-align-center {
  font-size: 3.5rem;
}

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

.accent {
  color: var(--base-color-brand--accent);
}

.kosmos-sekcja {
  z-index: 2;
  background-image: url('../images/space_bg.gif');
  background-position: 0 0;
  background-size: auto;
  position: relative;
}

.off_background-video {
  z-index: 1;
  max-height: 350px;
}

.auxmono {
  letter-spacing: -2px;
  font-family: Aux Mono, Trebuchet MS, sans-serif;
  font-weight: 400;
}

.auxmono.text-style-allcaps.grey {
  color: #717171;
}

.grid-jorjani {
  grid-column-gap: 8px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 30vw 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-jorjani {
  background-image: url('../images/image-73_1.avif');
  background-position: 0%;
  background-size: cover;
  padding-top: 49px;
  padding-bottom: 49px;
  padding-left: 33px;
  display: flex;
}

.off_proto-bold {
  color: var(--base-color-brand--accent);
  font-family: Protomono, Trebuchet MS, sans-serif;
  font-weight: 400;
}

.offline-rte p {
  margin-bottom: .25rem;
}

.offline-tuo {
  background-color: var(--base-color-brand--tuo);
}

.offline-tuo.padding-medium {
  background-color: var(--base-color-brand--red-dark);
}

.offline-img100 {
  width: 100%;
}

.offline-img100.colordodge {
  mix-blend-mode: color-dodge;
}

.aspect-ratio-widescreen2 {
  aspect-ratio: 16 / 7;
  border: 12px none var(--base-color-brand--v-dark-green);
  padding: 0;
}

.offline-bg-video {
  z-index: 1;
  height: 100%;
}

.offline-rte-2 p {
  margin-bottom: 1rem;
}

.offline-rte-2 strong {
  color: #777;
  font-family: Protomono, Trebuchet MS, sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.2;
}

.offline-rte-2 blockquote {
  border-left-width: 1.2rem;
  border-left-color: var(--base-color-brand--dark-green-2);
  background-color: var(--base-color-brand--tuo);
  color: var(--base-color-brand--white);
  text-align: justify;
  margin: -1rem 28% 0 -1.2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.8;
}

.offline-rte-2 h3 {
  letter-spacing: -1px;
  margin-bottom: 1rem;
  font-family: Casperdisplay, Arial, sans-serif;
  font-size: 2rem;
}

.figure {
  float: left;
  border: 10px solid var(--base-color-brand--tuo);
  margin: .25rem 1rem .25rem -40%;
}

.olia {
  transform-origin: 50% 0;
}

.heading-underline {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.3rem;
  font-family: Protomono, Trebuchet MS, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.heading-underline.bigger {
  font-size: 2.3rem;
}

.neutral-lighter {
  color: var(--base-color-neutral--neutral-lighter);
  font-size: 1rem;
}

.sekcja-jorjani {
  position: relative;
}

.underline-span {
  margin-left: -28px;
  padding-left: 28px;
  padding-right: 28px;
}

.underline-span.text-color-offline_pink {
  display: inline-block;
}

.underline-span.text-color-offline_pink.paddingdwn {
  margin-bottom: 11px;
  display: inline-block;
}

.grid-fest {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 33px;
  padding-right: 33px;
  display: grid;
}

.off_bajer {
  border: 1px dashed var(--base-color-brand--white);
  background-color: var(--base-color-brand--v-dark-green);
  padding: 8px;
  font-size: .6rem;
  font-weight: 200;
}

.off_bajer-2 {
  color: var(--base-color-brand--pink);
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 1.2rem;
  font-weight: 100;
  line-height: 1.1;
}

.off_heading-5 {
  font-family: Protomono, Trebuchet MS, sans-serif;
  display: inline;
}

.sekcja-osoba {
  background-image: none;
  position: relative;
}

.off_mirrorsvg {
  color: #4680ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34.1875rem;
  height: 31.75rem;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-wrap: pretty;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.off_libido {
  background-image: url('../images/dizajn-to-skryta-projekcja-libido.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.off_mirror-img {
  position: absolute;
}

.lekrama {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: var(--base-color-brand--white);
  background-color: #272d2d;
  align-items: center;
  font-size: 2rem;
  font-weight: 400;
  display: flex;
  overflow: hidden;
}

.offline-button {
  border: 1px solid var(--base-color-brand--white);
  background-color: var(--base-color-brand--white);
  border-radius: 14px 0;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-family: Protomono, Trebuchet MS, sans-serif;
  font-size: 1.6rem;
  display: inline-flex;
  position: relative;
}

.offline-button.small {
  font-size: 1.3rem;
}

.offline-color-black {
  border-top: 20px solid var(--base-color-brand--dark-green-2);
  border-bottom: 20px solid var(--base-color-brand--dark-green-2);
  background-color: var(--base-color-brand--red-dark);
  box-shadow: inset 0 0 0 10px var(--base-color-brand--red-dark);
  background-image: radial-gradient(circle at 50% 100%, #22041f, #22041400);
}

.off_code-block {
  mix-blend-mode: luminosity;
}

.flex-topbottom {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-topbottom.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.opacity-90 {
  z-index: 1;
  opacity: .9;
}

.offline-intro-paragraf {
  z-index: 1;
  margin-bottom: 1rem;
  position: relative;
}

.offline-intro-paragraf._2 {
  text-align: left;
  margin-bottom: .7rem;
}

._2columns-txt {
  column-count: 2;
  column-rule-color: #666;
  column-rule-style: none;
  column-rule-width: 0px;
  text-wrap: pretty;
  column-gap: .5rem;
}

.off_block-quote {
  float: left;
  border-left-style: none;
  border-left-width: .1rem;
  border-left-color: var(--base-color-neutral--neutral);
  color: var(--base-color-neutral--neutral-light);
  text-align: left;
  text-wrap: pretty;
  width: 50%;
  padding-top: 13rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.3;
}

.paragraph-dizajn {
  color: var(--base-color-neutral--neutral-lightest);
  text-align: justify;
  margin-bottom: .8rem;
  font-size: .9rem;
  line-height: 2;
}

.paragraph-dizajn._5 {
  color: var(--base-color-neutral--neutral-lightest);
  text-align: left;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.2rem;
  line-height: 1.5;
}

.paragraph-dizajn.m {
  initial-letter: 3;
  margin-top: -187px;
}

.list {
  box-shadow: inset 3ch 0 0 0 var(--base-color-brand--dark-green-2);
  color: var(--base-color-neutral--neutral-lightest);
  text-align: justify;
  padding-left: 1.6rem;
  font-size: .9rem;
  line-height: 2;
}

.off_headx {
  color: var(--base-color-brand--pink);
  text-align: left;
  letter-spacing: -1px;
  margin-bottom: 0;
  font-family: Protomono, Trebuchet MS, sans-serif;
  font-size: 2.5rem;
}

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

.border-pink {
  border: 1px solid var(--base-color-brand--border-pink);
  padding: 10px;
}

.border-pink._100proc {
  width: 100%;
}

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

.paragraf-zo {
  border-left: 1px solid var(--base-color-neutral--neutral-light);
  color: var(--base-color-neutral--white);
  text-align: justify;
  margin-bottom: 0;
  margin-left: -56px;
  margin-right: 16px;
  padding-left: 10px;
  font-family: Helveticanowvar, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.8;
}

.off_grid-penderecki {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--base-color-neutral--neutral-lightest);
  text-align: right;
  text-wrap: pretty;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-right: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4;
  display: grid;
}

.paragraph-georgia {
  border-right: 1px solid var(--base-color-neutral--neutral-light);
  padding-right: 10px;
}

.offline-rte-3 p {
  margin-bottom: 1rem;
  margin-right: auto;
}

.offline-rte-3 strong {
  color: #777;
  font-family: Protomono, Trebuchet MS, sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.2;
}

.offline-rte-3 blockquote {
  border-left-width: 1.2rem;
  border-left-color: var(--base-color-brand--pink);
  color: var(--base-color-brand--white);
  background-color: #0a0a0a;
  margin-left: -1.2rem;
  font-size: 1rem;
  font-weight: 200;
  line-height: 2.1;
}

.offline-rte-3 h3 {
  color: var(--base-color-brand--tuo);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--base-color-neutral--neutral);
  white-space: nowrap;
  margin-bottom: 1rem;
  font-size: 3rem;
}

.offline-rte-3.ok {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.offline-rte-4 {
  text-indent: -20px;
  text-wrap: pretty;
}

.offline-rte-4 p {
  margin-bottom: .7rem;
}

.offline-rte-4 strong {
  color: #777;
  font-family: Protomono, Trebuchet MS, sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.2;
}

.offline-rte-4 blockquote {
  border-left-width: 1.2rem;
  border-left-color: var(--base-color-brand--pink);
  color: var(--base-color-brand--white);
  background-color: #0a0a0a;
  margin-left: -1.2rem;
  font-size: 1rem;
  font-weight: 200;
  line-height: 2.1;
}

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

.cofka-wrap {
  aspect-ratio: 1.1;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--base-color-brand--border-pink);
  padding: 24px;
  overflow: auto;
}

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

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

.off_b-video-2 {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.skont-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--base-color-brand--border-pink);
  height: 80vh;
  padding: 14px;
  display: flex;
  overflow: auto;
}

.skont {
  height: 100%;
}

.off_posters {
  justify-content: center;
  align-items: center;
  height: 40vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.off_poster-inner {
  height: 100%;
  display: flex;
  position: absolute;
}

.spektakl {
  background-image: url('../images/Dwie_depresje.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 150vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fejsbuk {
  position: relative;
}

.bialoszewski {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25.25rem;
  height: 26.875rem;
  display: flex;
}

.miron-wrap {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 64rem;
  margin-top: -129px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.margin-left-auto.flex-leftright {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  font-size: 1rem;
}

.miron-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  font-size: .8rem;
  font-weight: 200;
  display: grid;
}

.position-relative-copy {
  background-image: linear-gradient(#00000080, #00000080), url('../images/przerwa-w-reklamie-web-kopia.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 260px;
  padding-bottom: 106px;
  position: relative;
  overflow: hidden;
}

.off_street-wrap {
  position: relative;
}

.off_kontakt {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  font-size: 2rem;
  display: flex;
}

.off_link-kontakt {
  writing-mode: vertical-rl;
}

.off_link-kontakt._180 {
  transform: rotate(180deg);
}

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

.off_libidopoem {
  background-color: #080f0f;
  margin-top: -200px;
  margin-left: 16px;
  padding: 11px;
  font-size: .8rem;
  font-weight: 200;
  display: inline-block;
}

.off_text-size-small {
  font-size: .8rem;
  font-weight: 200;
}

.off_poem {
  text-align: right;
  margin-top: 17px;
  margin-right: 16px;
  font-size: .8rem;
  font-weight: 200;
  position: absolute;
  inset: 0% 0% auto auto;
}

.code-embed-3 {
  width: 32%;
  margin-left: auto;
  margin-right: auto;
}

.exit {
  z-index: 1;
  filter: drop-shadow(0 1px 6px #000000b3);
  position: relative;
}

.exit:hover {
  filter: contrast(141%) grayscale();
}

.kw-intro-copy {
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.offline_spis-tresci {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 62%;
  min-height: 100vh;
  padding: 32px 16px 32px 8%;
  display: grid;
}

.off_intro-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--base-color-brand--dark-green-2);
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 38vw;
  height: 100vh;
  display: flex;
  overflow: auto;
  container-type: inline-size;
}

.off_bye {
  background-image: url('../images/miłego-small.avif');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: contain;
  padding-top: 10vw;
  padding-bottom: 5vw;
}

.hero-max {
  border: 18px solid var(--base-color-brand--tuo);
  background-color: var(--base-color-brand--dark-green-2);
  background-image: linear-gradient(90deg, var(--base-color-brand--v-dark-green) 3%, #111d2200 20%, #111d2200 80%, var(--base-color-brand--v-dark-green) 97%), url('../images/Max-4.jpg');
  box-shadow: none;
  filter: none;
  background-position: 0 0, 0 0;
  background-size: auto, 34%;
  width: 50%;
  height: 101vh;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-color-pink_2 {
  color: var(--base-color-brand--heading-pink);
}

.koniec-intro {
  color: var(--base-color-brand--pink);
  text-align: center;
  padding: 48vh 5%;
  font-family: Protomono, Trebuchet MS, sans-serif;
  font-size: 3rem;
}

.off_netend-right {
  text-align: justify;
  width: 53%;
  margin-top: 1rem;
  margin-left: auto;
}

.off_netend-wrap {
  flex-flow: column;
  align-items: flex-start;
  padding-left: 70px;
  display: flex;
}

.off_netend-inner {
  text-align: justify;
  width: 60%;
}

.off_dym {
  z-index: 6;
  pointer-events: none;
  mix-blend-mode: color-dodge;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.off_nav-tuo {
  z-index: 5;
  background-color: var(--base-color-brand--tuo);
  display: none;
  position: fixed;
  inset: 0%;
}

.off_mobile {
  display: none;
}

.scroll-skew {
  z-index: -5;
}

.off_tuo {
  z-index: -5;
  background-color: var(--base-color-brand--tuo);
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.off_tuo2 {
  z-index: -6;
  background-color: var(--base-color-brand--tuo);
  opacity: .6;
  background-image: url('../images/White-noise.gif');
  background-position: 0 0;
  background-size: auto;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.wrestling-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: justify;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 5%;
  padding-right: 5%;
  display: grid;
}

.rich-text-block {
  color: #aaa;
  font-size: .9rem;
}

.code-embed-4 {
  float: right;
  margin: 10px -30% 10px 10px;
}

.text-align-left-2 {
  text-align: left;
  font-size: 1.1rem;
}

.off_link-2 {
  color: #fcbeff;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: under;
  -webkit-text-decoration: underline #666;
  text-decoration: underline #666;
}

.off_link-2:hover {
  text-decoration-style: wavy;
  text-decoration-thickness: 1px;
}

.border-pink-2 {
  border: 1px solid #ba7fa8;
  padding: 10px;
}

.border-pink-2._100proc {
  width: 100%;
}

.offline-button-2 {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 14px 0;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-family: Protomono, Trebuchet MS, sans-serif;
  font-size: 1.6rem;
  display: inline-flex;
  position: relative;
}

.div-block-15 {
  position: relative;
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .off_burger-nav {
    display: block;
  }

  .off_dyskietka-wrap, .off_intro-2 {
    width: 50vw;
  }

  .off_mobile {
    justify-content: center;
    align-items: center;
    padding: 109px 7%;
    display: flex;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .off_burger-nav {
    display: block;
  }

  .off_menu-button {
    width: 6vw;
    height: 6vw;
    margin-top: 1.2vw;
    margin-right: 1.5vw;
    padding: 5px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .off_burger-nav {
    background-color: #0000;
    display: block;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .off_logo {
    width: 11vw;
    height: 11vw;
    margin-left: 1.5vw;
    padding-left: 0;
  }

  .off_menu-button {
    background-color: #000;
    border-radius: 100%;
    width: 11vw;
    height: 11vw;
    margin-top: 2vw;
    margin-right: 1.5vw;
    padding: 1px;
  }

  .off_menu-button.w--open {
    z-index: 2;
  }

  .off_dyskietka-wrap {
    width: 95vw;
  }

  .off_dyskietka {
    padding-left: 19px;
    padding-right: 19px;
  }

  .offline-button.small {
    font-size: 1rem;
  }

  .off_intro-2 {
    width: 95vw;
  }
}

#w-node-_2a5f9322-c18e-2452-609b-eec19c270240-e1907c97 {
  place-self: stretch end;
}

#w-node-_48c507d5-9225-820f-e358-a93dd530c611-e1907c97 {
  justify-self: stretch;
}

#w-node-_2caf84ca-b177-b32f-22a5-cbd4ef0925f1-e1907c97 {
  place-self: stretch start;
}

#w-node-f02599cd-7942-a6e0-2215-69cd8f803c82-e1907c97 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f1040fd6-b57c-6f0b-856d-2d9f7e51a711-e1907c97 {
  grid-area: 3 / 4 / 4 / 6;
}

#w-node-b32927d5-e9fd-c108-daef-3d12a751585c-e1907c97 {
  grid-area: 2 / 9 / 3 / 11;
}

#w-node-_862a0820-844c-74dd-34d7-f236e8c25244-e1907c97 {
  grid-area: 4 / 9 / 5 / 11;
}

#w-node-deaaeee8-321d-cf1c-dacc-5ff72b2f741b-e1907c97 {
  grid-area: 5 / 1 / 7 / 3;
}

#w-node-b1587b12-87fc-1e69-d3ee-321a7a4648cb-e1907c97 {
  grid-area: 7 / 7 / 9 / 10;
}

#w-node-a9d3a332-eedc-fff3-354f-6e4487dd44de-e1907c97 {
  grid-area: 9 / 2 / 13 / 4;
}

#w-node-_219b8fa6-9859-0aaa-d625-ab6585cb1877-e1907c97 {
  grid-area: 10 / 7 / 12 / 10;
}

#olia.w-node-_2c899c20-bc77-93a6-011b-3e806aa6b864-e1907c97 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_2c899c20-bc77-93a6-011b-3e806aa6b876-e1907c97 {
  grid-area: 1 / 15 / 3 / 17;
}

#w-node-ec5df1b4-a90a-fcee-47c7-66bb1cf04b79-e1907c97 {
  justify-self: end;
}

#w-node-_273f9bf3-1748-3fe0-1214-2220e47592f4-e1907c97 {
  justify-self: center;
}

#w-node-_1629c0c3-f52c-f442-d84f-cab69893837b-e1907c97 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-b9b980ef-33bc-1b6a-dc95-7d84e980e18c-e1907c97 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_60ba21d9-4406-a9ec-92a4-a1b31dc66a96-e1907c97 {
  grid-area: 2 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_57e8159e-5c65-70dc-4eb1-ede37c4cca94-e1907c97 {
  align-self: center;
}

#w-node-_4dbefc2d-7bf7-ea84-d636-74fee88972e4-e1907c97 {
  grid-area: 4 / 1 / 13 / 6;
}

#w-node-_37abec0f-3f8a-008d-3ca6-14774aa42754-e1907c97 {
  grid-area: 2 / 6 / 6 / 12;
}

#w-node-d56418a9-525b-e992-a697-28c5ac78ddc9-e1907c97 {
  grid-area: 6 / 11 / 7 / 12;
}

#w-node-_589c45ed-a8f8-c4ca-54e2-79f107ae3426-e1907c97 {
  grid-area: 10 / 10 / 11 / 12;
  place-self: center start;
}

#w-node-_1daf7442-c881-1f7d-d9f8-cd616dc2acf6-e1907c97 {
  grid-area: 12 / 7 / 13 / 9;
}

#wrestle.w-node-_96c35c9c-c578-fcc8-903b-16ea2c9332cb-e1907c97, #w-node-_9068be51-087f-92ec-8499-c7453eca162e-e1907c97 {
  place-self: start end;
}

#w-node-_85e9dd86-afed-bb2a-dc3b-ede9fe9c850b-e1907c97 {
  align-self: start;
}

#w-node-_84d4ae1d-a21a-566c-0944-83b3eb14a457-e1907c97 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_10e9ec49-9528-42e3-986f-6767f6c3a41d-e1907c97 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
}

#w-node-_70a7d7ff-2c50-3ab6-74fd-7333ac998c1e-e1907c97 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_81d5f076-f0eb-c558-d611-21a16966f81a-e1907c97 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_62dc37b5-1f40-df21-b909-9183ccfa7c27-e1907c97 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_4400bcbe-4e22-04d6-af12-569f67b4f466-e1907c97 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_10f8e867-f388-bca6-2346-849b0d72d94e-e1907c97 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-_7aa2ccb0-99ca-f79d-b719-8189307f2b3a-e1907c97 {
  grid-area: 8 / 2 / 9 / 3;
}

#w-node-_19ac7647-0e59-8809-b521-5918d28eeeb7-e1907c97 {
  grid-area: 9 / 1 / 10 / 2;
}

#w-node-_0d25e358-2ae5-f45d-5a11-ecbd024c6020-e1907c97 {
  grid-area: 10 / 2 / 11 / 3;
}

#w-node-_5d43f489-4777-6f6d-b7d6-4bcecb003ecf-e1907c97 {
  grid-area: 11 / 1 / 12 / 2;
}

#w-node-_98be8e6f-facd-f595-461f-2f4c32808b9b-e1907c97 {
  grid-area: 12 / 2 / 13 / 3;
}

#w-node-_20340b20-8e10-5d2d-413c-0f735c07ce9e-e1907c97 {
  grid-area: 13 / 1 / 14 / 2;
}

#w-node-_02d39472-4507-be6c-1818-f54312d565a7-e1907c97 {
  grid-area: 14 / 2 / 15 / 3;
}

#w-node-_9134ed15-4d0e-17ae-3d24-c48097b37881-e1907c97 {
  justify-self: center;
}

#w-node-_26114066-e71e-563b-6b93-83063952e04b-e1907c97 {
  align-self: start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-e1907cc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-e1907cc3 {
  justify-self: start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_141aa971-565e-25a1-7675-53c4db43177a-e1907cc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_141aa971-565e-25a1-7675-53c4db43177b-e1907cc3 {
  justify-self: start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-e1907cc3, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-e1907cc3, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-e1907cc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-e1907cc3, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-e1907cc3, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-e1907cc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-e1907cc3, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-e1907cc3, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-e1907cc3, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-e1907cc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-e1907cc3 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-e1907cc3, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-e1907cc3, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-e1907cc3, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-e1907cc3, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-e1907cc3, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-e1907cc3, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-e1907cc3, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-e1907cc3, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-e1907cc3, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-e1907cc3, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-e1907cc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-e1907cc3 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-e1907cc3, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-e1907cc3, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-e1907cc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-e1907cc3 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-e1907cc3, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-e1907cc3, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-e1907cc3, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-e1907cc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-e1907cc3, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-e1907cc3 {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-e1907cc3, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-e1907cc3, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-e1907cc3, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-e1907cc3, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-e1907cc3, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-e1907cc3, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-e1907cc3, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-e1907cc3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-e1907cc3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-e1907cc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-e1907cc3, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-e1907cc3, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-e1907cc3, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-e1907cc3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-e1907cc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-e1907cc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-e1907cc3 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-e1907cc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-e1907cc3 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-e1907cc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-e1907cc3 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-e1907cc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-e1907cc3 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-e1907cc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-e1907cc3 {
  justify-self: start;
}


@font-face {
  font-family: 'Aux Mono';
  src: url('../fonts/Aux-Mono.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Casperdisplay';
  src: url('../fonts/CasperDisplay-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Casperdisplay';
  src: url('../fonts/CasperDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Casperdisplay';
  src: url('../fonts/CasperDisplay-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowvar';
  src: url('../fonts/HelveticaNowVar.ttf') format('truetype');
  font-weight: 50 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Protomono';
  src: url('../fonts/ProtoMono-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}