: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--white: white;
  --_brand-color--brand-black: #161415;
  --border-color--border-primary: var(--base-color-neutral--black);
  --_brand-color--secondary-purple: #41285c;
  --base-color-neutral--white: white;
  --base-color-neutral--black: black;
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --background-color--background-secondary: var(--base-color-neutral--neutral-lightest);
  --base-color-brand--black: black;
  --background-color--background-alternate: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --background-color--background-tertiary: var(--base-color-neutral--neutral-light);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-secondary: var(--base-color-neutral--black);
  --background-color--background-success: var(--base-color-system--success-green-light);
  --text-color--text-success: var(--base-color-system--success-green);
  --background-color--background-error: var(--base-color-system--error-red-light);
  --text-color--text-error: var(--base-color-system--error-red);
  --border-color--border-secondary: var(--base-color-neutral--neutral-light);
  --_brand-color--accent-pink: #ff6ca6;
  --opacity--glass: #19161926;
  --opacity--glass-tablet: #191619e6;
  --_brand-color--accent-blue: #889df8;
  --opacity--glass-border: #fff1ff0d;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #027a48;
  --base-color-system--success-green-light: #ecfdf3;
  --base-color-system--error-red: #b42318;
  --base-color-system--error-red-light: #fef3f2;
  --border-color--border-alternate: var(--base-color-neutral--white);
  --link-color--link-secondary: var(--base-color-neutral--neutral-light);
}

.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-family: Space Grotesk, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
}

a {
  color: var(--link-color--link-primary);
  font-family: Space Mono, sans-serif;
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

.max-width-xlarge {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 64rem;
  margin-right: 3rem;
  display: flex;
  position: relative;
}

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

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

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

.page-wrapper {
  overflow: clip;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

.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-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.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 {
  color: var(--base-color-brand--white);
  font-size: 1.125rem;
  display: none;
}

.text-size-medium.text-weight-semibold {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading-style-h5 {
  color: var(--base-color-brand--white);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  display: none;
}

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

.heading-style-h1 {
  color: var(--_brand-color--brand-black);
  text-transform: uppercase;
  font-family: Space Grotesk, sans-serif;
  font-size: 2.3rem;
  font-weight: 300;
  line-height: 1;
}

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

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

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

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

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

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

.button {
  border: 1px solid var(--_brand-color--secondary-purple);
  background-color: var(--_brand-color--secondary-purple);
  color: var(--base-color-neutral--white);
  text-align: center;
  border-radius: .8rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .25rem 1.25rem;
  text-decoration: none;
  display: flex;
}

.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;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

.button.nav-cta {
  padding-left: .5rem;
  padding-right: .5rem;
}

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

.heading-style-h4 {
  color: var(--base-color-brand--white);
  text-transform: none;
  font-family: Space Grotesk, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
}

.heading-style-h4.marquee {
  color: var(--_brand-color--brand-black);
  text-transform: uppercase;
}

.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 {
  color: var(--base-color-brand--white);
  width: 100%;
  font-size: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-embed-xxsmall {
  color: var(--base-color-brand--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xsmall {
  color: var(--base-color-brand--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-size-small {
  color: var(--base-color-brand--white);
  letter-spacing: .1rem;
  text-transform: uppercase;
  cursor: pointer;
  font-family: Space Mono, sans-serif;
  font-size: .8rem;
  font-weight: 400;
}

.text-size-small.navbar-open {
  text-align: center;
  position: absolute;
}

.text-size-small.navbar-open.dark {
  color: var(--base-color-brand--black);
}

.text-size-small.navbar-close {
  opacity: 0;
  text-align: center;
  display: block;
  position: absolute;
}

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

.form_field-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-size-large.text-weight-semibold {
  z-index: 1;
  font-weight: 400;
  position: relative;
}

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

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

.padding-section-large {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.padding-section-large.header-position {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: row;
  grid-template-rows: .5fr .5fr auto;
  grid-template-columns: .5fr 2.75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-section-large.padding-bottom-extra {
  padding-bottom: 8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_message-success-wrapper {
  padding: 0;
}

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

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

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

.heading-2 {
  color: var(--base-color-brand--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.25rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.heading-2.music-h2 {
  color: var(--_brand-color--brand-black);
}

.navbar2_menu {
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar2_logo {
  color: var(--base-color-brand--white);
  display: flex;
}

.navbar2_logo.dark {
  color: var(--base-color-brand--black);
}

.navbar2_logo-link {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: block;
}

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar2_component {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  position: fixed;
  top: 0%;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
  position: relative;
}

.section_home_header {
  background-color: var(--_brand-color--brand-black);
  position: relative;
}

.home_header_heading {
  color: var(--base-color-brand--white);
  text-align: right;
  text-transform: uppercase;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.2;
}

.section_home_layout {
  background-color: var(--_brand-color--brand-black);
}

.home_layout_mobile-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

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

.home_layout_content-left {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  padding-top: 60vh;
}

.home_layout_image-wrapper {
  cursor: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.text-weight-semibold {
  color: var(--base-color-brand--white);
  font-family: Space Mono, sans-serif;
  font-weight: 600;
}

.home_layout_mobile-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
}

.home_layout_content-right {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: 110vh;
}

.home_layout_item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.home_blog-list_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  display: block;
}

.home_blog-list_image-link {
  margin-bottom: 1.5rem;
}

.home_blog-list_item {
  flex-flow: column;
  display: flex;
}

.home_blog-list_component {
  flex-direction: column;
  align-items: center;
}

.home_blog-list_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: stretch;
  max-width: 70vw;
  display: grid;
  overflow: visible;
}

.home_blog-list_category-link {
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.home_blog-list_category-link.w--current {
  border-bottom: 2px solid var(--base-color-neutral--black);
}

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

.section_home_blog-list {
  background-color: var(--_brand-color--brand-black);
}

.home_blog-list_image-wrapper {
  border-radius: 1rem;
  width: 15rem;
  height: 20rem;
  position: relative;
  overflow: hidden;
}

.home_syncs_list-wrapper {
  overflow: hidden;
}

.home_syncs_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid var(--border-color--border-secondary);
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
  overflow: hidden;
}

.home_syncs_item._1st, .home_syncs_item._2nd, .home_syncs_item._3rd, .home_syncs_item._4th, .home_syncs_item._5th, .home_syncs_item._6th, .home_syncs_item._7th, .home_syncs_item._8th, .home_syncs_item._9th, .home_syncs_item._10th, .home_syncs_item._11th, .home_syncs_item._12th, .home_syncs_item._13th, .home_syncs_item._14th, .home_syncs_item._15th, .home_syncs_item._16th, .home_syncs_item._17th, .home_syncs_item._18th, .home_syncs_item._19th, .home_syncs_item._20th {
  opacity: 1;
}

.home_syncs_item-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.home_syncs_list {
  border-bottom: 1px solid var(--border-color--border-secondary);
  cursor: pointer;
  position: relative;
}

.home_syncs_tab-link {
  background-color: #0000;
  border: 1px solid #0000;
  padding: .5rem 1rem;
}

.home_syncs_tab-link.w--current {
  border-color: var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--white);
}

.home_syncs_component {
  flex-direction: column;
  width: 85%;
  padding-bottom: 3rem;
  display: flex;
}

.home_syncs_tabs-menu {
  align-self: center;
  margin-bottom: 3rem;
}

.home_syncs_tabs-menu.no-scrollbar {
  display: none;
}

.section_home_music {
  background-color: var(--base-color-brand--white);
  position: relative;
  overflow: hidden;
}

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

.home_music_heading-top {
  color: var(--base-color-brand--white);
  font-size: 6rem;
}

.home_music_heading-bottom {
  color: var(--base-color-brand--white);
  cursor: pointer;
  align-self: flex-end;
  font-size: 6rem;
  transition: color .3s;
}

.home_music_heading-bottom:hover {
  color: var(--_brand-color--accent-pink);
}

.home_music_heading-bottom.footer_cta-text {
  font-family: Space Grotesk, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

.footer4_link {
  color: var(--base-color-brand--white);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: color .3s;
}

.footer4_link:hover {
  color: var(--_brand-color--accent-pink);
}

.footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.footer4_component {
  background-color: var(--_brand-color--brand-black);
}

.footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template: "."
  / .25fr 1fr;
  justify-content: space-between;
  align-items: center;
}

.heading-6, .heading-7 {
  text-transform: uppercase;
}

.navbar_cta-text {
  text-transform: uppercase;
  white-space: nowrap;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  margin-right: .5rem;
  font-size: .8rem;
  font-weight: 700;
  display: block;
}

.section_product9 {
  background-color: var(--_brand-color--brand-black);
  display: block;
}

.product9_item {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

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

.product9_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.product9_item-link {
  text-decoration: none;
  position: relative;
}

.product9_image {
  z-index: 1;
  aspect-ratio: 10 / 12;
  object-fit: cover;
  width: 80%;
  height: auto;
  position: relative;
}

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

.profile-img {
  object-fit: cover;
  border-radius: 8px;
}

.footer_copywright-text {
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.home_hero-header_rich-wrapper {
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.header-video {
  z-index: 1;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.menu-bar {
  border-top: .25rem solid var(--base-color-brand--white);
  border-radius: .1rem;
  width: 7rem;
  margin-bottom: .25rem;
}

.menu-bar.dark {
  border-top-color: var(--base-color-brand--black);
}

.navbar_dropdown {
  z-index: 10;
  background-color: var(--opacity--glass);
  border-radius: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 99%;
  height: 0%;
  margin-top: .5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav-liink-wrap {
  flex-flow: column;
  margin-top: 3%;
  display: flex;
}

.nav-text-link {
  color: var(--base-color-brand--white);
  text-align: center;
  text-transform: uppercase;
  font-family: Space Grotesk, sans-serif;
  font-size: 2.2rem;
  line-height: 1.3;
  text-decoration: none;
}

.nav-text-link.link-merch {
  line-height: 1.1;
  position: static;
  transform: translate(0, -2rem);
}

.nav-text-link.link-music, .nav-text-link.link-syncs {
  line-height: 1.1;
  transform: translate(0, -2rem);
}

.no-deco {
  line-height: 1.5;
  text-decoration: none;
  display: none;
  position: relative;
  overflow: hidden;
}

.banner-logo {
  align-self: center;
  padding-top: .5rem;
}

.video-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: block;
}

.banner15_inner-wrapper {
  background-color: var(--_brand-color--accent-blue);
  flex-flow: row;
  flex: 1;
  justify-content: space-around;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: rotate(-1.5deg);
}

.banner15_marquee {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto 1fr;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: center stretch;
  min-width: 100vw;
  display: grid;
}

.banner15_heading-wrapper {
  white-space: nowrap;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner15_image-wrapper {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner15_image-wrapper.hide-mobile-landscape, .banner15_image-wrapper.hide-tablet {
  background-image: none;
}

.syncs_link-text {
  color: var(--base-color-brand--white);
  text-transform: uppercase;
}

.syncs_link-text.is-relative {
  padding: .3rem;
  text-decoration: underline;
  position: relative;
}

.syncs_link-text.is-absolute {
  padding: .3rem;
  text-decoration: underline;
  position: absolute;
}

.heading-11 {
  color: var(--base-color-brand--white);
}

.social_eyebrow {
  color: var(--base-color-brand--white);
  display: none;
}

.section_cta {
  background-color: var(--_brand-color--brand-black);
}

.wave-left {
  padding-right: .5rem;
}

.wave-left.wave-blue {
  color: var(--_brand-color--accent-blue);
}

.wave-right {
  padding-left: .5rem;
}

.wave-right.wave-blue {
  color: var(--_brand-color--accent-blue);
}

.sync-vid-1, .sync-vid-4 {
  width: 100%;
  display: block;
  position: static;
  overflow: visible;
}

.sync-vid-wrapper {
  border: .7rem solid var(--opacity--glass-border);
  border-radius: 1.2rem;
  justify-content: center;
  align-items: stretch;
  width: 70%;
  display: block;
  position: absolute;
  overflow: clip;
}

.sync-vid-wrapper._1st {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  display: none;
}

.sync-vid-wrapper._2nd, .sync-vid-wrapper._3rd, .sync-vid-wrapper._4th {
  display: none;
}

.music-artist-text {
  text-align: right;
  font-family: Space Mono, sans-serif;
  font-size: .8rem;
}

.music-artist-text.stop {
  color: var(--_brand-color--secondary-purple);
  font-weight: 700;
  display: none;
}

.home_syncs_item-time {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.mp-track {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 20px;
  display: none;
}

.sp-details-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.sp-title-wrapper {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.sp-artist-name {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
}

.sp-title {
  color: #ffffffd9;
  font-size: .875rem;
  font-weight: 300;
}

.sp-thumbnail {
  border-radius: 4px;
  width: 50px;
  height: 50px;
}

.mp-controla-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 10px;
  margin-right: 20px;
  display: flex;
}

.mp-previous {
  cursor: pointer;
  width: 13px;
}

.mp-play, .mp-pause {
  cursor: pointer;
  width: 30px;
}

.mp-next {
  cursor: pointer;
  width: 13px;
}

.mp-media-player-bar-wrapper {
  color: #ffffff73;
  flex: 1;
  align-items: center;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.mp-elapsed {
  flex-direction: row;
  display: flex;
}

.mp-progress-bar-wrapper {
  cursor: pointer;
  flex: 1;
  height: 3px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 13px;
}

.mp-progress-bar-background {
  background-color: #f0f0f00f;
}

.progress-bar {
  background-color: #fff;
  width: 50%;
  height: 3px;
  position: relative;
}

.true-progress-head {
  background-color: #fff;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: -3px 0% auto auto;
}

.true-media-player-single-track {
  display: none;
}

.play-indicator {
  cursor: pointer;
  margin-right: .5rem;
  display: none;
}

.music-thumbnail {
  width: 7rem;
  height: 7rem;
  display: none;
  position: fixed;
  inset: -7.5rem 0% 0% .5rem;
}

.music-thumbnail._1st, .music-thumbnail._2nd {
  opacity: 0;
  width: 7rem;
  height: 7rem;
  display: block;
}

.music-thumbnail._3rd, .music-thumbnail._4th, .music-thumbnail._5th, .music-thumbnail._6th, .music-thumbnail._7th, .music-thumbnail._8th, .music-thumbnail._9th, .music-thumbnail._10th, .music-thumbnail._11th, .music-thumbnail._12th, .music-thumbnail._13th, .music-thumbnail._14th, .music-thumbnail._15th, .music-thumbnail._16th, .music-thumbnail._17th, .music-thumbnail._18th, .music-thumbnail._19th, .music-thumbnail._20th {
  opacity: 0;
  display: block;
}

.tabs-content {
  overflow: visible;
}

.product_hover-bg {
  background-color: var(--_brand-color--accent-pink);
  border-radius: 30%;
  position: absolute;
  inset: 0%;
  transform: scale(0);
}

.sign-link {
  color: var(--_brand-color--accent-blue);
  text-transform: uppercase;
  padding-bottom: 3%;
  font-size: .8rem;
  text-decoration: none;
}

.footer_sign-wrapper {
  justify-content: center;
  align-items: center;
  display: block;
}

.footer_email-link {
  text-decoration: none;
  display: inline;
}

.navbar_cta-lottie {
  align-self: center;
  width: 2.5rem;
  margin-top: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.lottie-wrapper {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: .5rem;
  position: relative;
}

.sync-vid-2, .sync-vid-3 {
  display: block;
  overflow: visible;
}

.navbar_menu-text-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 7rem;
  height: 100%;
  display: flex;
  position: relative;
}

.navbar_container-wrapper {
  background-image: linear-gradient(180deg, var(--_brand-color--brand-black) 2%, #fff0);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_container-wrapper.white {
  z-index: 12;
  display: flex;
}

.navbar_container-wrapper.dark {
  z-index: 12;
  opacity: 0;
  background-image: none;
  display: flex;
}

.navbar_container-wrapper.mobile {
  display: none;
}

.fixed-player {
  background-color: var(--_brand-color--secondary-purple);
  border-radius: 1.1rem;
  width: 2.2rem;
  height: 25vh;
  display: none;
  position: fixed;
  inset: auto 1.5% 3% auto;
}

.music-toggle-code, .code-embed-6 {
  display: none;
}

.banner15_logo {
  overflow: visible;
}

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

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

  .button.nav-cta {
    padding: .125rem .25rem;
  }

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

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

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

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

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

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

  .heading-2 {
    font-size: 5.5rem;
  }

  .navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: center;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
    overflow: auto;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .home_header_heading {
    font-size: 3.1rem;
  }

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

  .home_blog-list_list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .home_blog-list_image-wrapper {
    width: 10rem;
    height: 15rem;
  }

  .home_syncs_item {
    grid-template-columns: 2fr .5fr .25fr;
  }

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

  .home_syncs_item-title {
    flex-wrap: wrap;
  }

  .home_syncs_component {
    width: 90%;
  }

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

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

  .footer4_link {
    transition: color .3s;
  }

  .footer4_link:hover {
    color: var(--_brand-color--accent-pink);
  }

  .footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .navbar_cta-text {
    margin-left: .5rem;
    font-size: .7rem;
  }

  .product9_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .header-video {
    min-height: 100%;
  }

  .navbar_dropdown {
    background-color: var(--opacity--glass-tablet);
  }

  .banner15_inner-wrapper {
    align-items: stretch;
    display: none;
  }

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

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

  .banner15_heading-wrapper.hide-tablet {
    display: flex;
  }

  .syncs_link-text.is-relative {
    transition: color .3s;
  }

  .syncs_link-text.is-relative:hover {
    color: var(--_brand-color--accent-pink);
  }

  .sync-vid-1 {
    display: block;
  }

  .sync-vid-wrapper {
    width: 100%;
  }

  .sync-vid-wrapper._1st, .sync-vid-wrapper._2nd, .sync-vid-wrapper._3rd {
    border-width: .5rem;
    display: none;
  }

  .sync-vid-wrapper._4th {
    border-width: .5rem;
  }

  .music-artist-text {
    font-size: .7rem;
  }

  .mp-elapsed, .mp-duration {
    display: flex;
  }

  .navbar_cta-lottie {
    width: 2.2rem;
  }

  .lottie-wrapper {
    display: none;
  }

  .sync-vid-2 {
    border: 1px solid #000;
    width: 100%;
  }

  .sync-vid-3 {
    width: 100%;
  }

  .banner15_logo {
    width: 75%;
  }
}

@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-top.margin-medium {
    margin-top: 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-bottom.padding-xxlarge {
    padding-bottom: 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: 2rem;
  }

  .button.is-secondary {
    font-size: .8rem;
  }

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

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

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

  .padding-section-large.header-position {
    grid-template-rows: .5fr .5fr auto;
    grid-template-columns: auto 1fr 1fr;
    place-content: stretch end;
    place-items: end stretch;
  }

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

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

  .navbar2_component {
    min-height: 4rem;
  }

  .home_header_heading {
    text-align: left;
    font-size: 2.5rem;
  }

  .home_layout_mobile-image {
    border-radius: 2rem;
    display: none;
  }

  .home_layout_mobile-image.show {
    display: inline-flex;
  }

  .home_layout_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .home_layout_content-left {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    padding-top: 0;
    display: flex;
  }

  .home_layout_image-wrapper {
    display: none;
  }

  .home_layout_mobile-image-wrapper {
    margin-bottom: 2rem;
    display: flex;
  }

  .home_layout_content-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    padding-top: 0;
    display: flex;
  }

  .home_layout_item {
    justify-content: center;
    height: auto;
  }

  .home_blog-list_image-link {
    margin-bottom: 0;
  }

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

  .blog3_title-link {
    margin-bottom: 0;
  }

  .home_blog-list_image-wrapper {
    width: 10rem;
  }

  .home_syncs_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 3fr .5fr;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .home_syncs_item-content {
    display: none;
  }

  .home_syncs_tab-link {
    flex: none;
  }

  .home_syncs_tabs-menu {
    justify-content: flex-start;
    align-self: auto;
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
    overflow: auto;
  }

  .home_syncs_tabs-menu.no-scrollbar {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }

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

  .footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer4_top-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: auto;
    grid-auto-flow: column;
  }

  .product9_image-wrapper {
    height: 100%;
  }

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

  .video-wrapper {
    display: none;
  }

  .banner15_inner-wrapper {
    transform: rotate(-2deg);
  }

  .banner15_image-wrapper {
    height: 100%;
  }

  .music-artist-text {
    font-size: .9rem;
  }

  .mp-track {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home_layout_mobile-video {
    z-index: 1;
    border-radius: 2rem;
    width: 100%;
  }
}

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

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

  .page-wrapper {
    overflow: clip;
  }

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

  .heading-style-h1 {
    flex-flow: column;
    font-size: 1.5rem;
    display: flex;
  }

  .text-size-regular {
    font-size: .8rem;
    line-height: 1.4;
  }

  .text-size-small.navbar-open, .text-size-small.navbar-close {
    color: var(--base-color-brand--white);
  }

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

  .padding-section-large.header-position {
    grid-row-gap: 1.2rem;
    grid-template-rows: .5fr .25fr .75fr;
    grid-template-columns: auto 1fr;
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .heading-2 {
    font-size: 3rem;
  }

  .navbar2_menu {
    display: none;
  }

  .navbar2_menu.mobile {
    width: 30%;
    padding-top: 7%;
    padding-bottom: 10%;
    display: flex;
    overflow: hidden;
  }

  .navbar2_logo-link.mobile.w--current {
    display: none;
  }

  .navbar2_container {
    justify-content: center;
    align-items: center;
  }

  .navbar2_component {
    overflow: hidden;
  }

  .navbar2_button-wrapper {
    display: none;
  }

  .home_header_heading-wrapper {
    grid-row-gap: .25rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: flex;
  }

  .home_header_heading {
    text-align: center;
    font-size: 2.3rem;
  }

  .home_layout_mobile-image {
    border-radius: 1rem;
  }

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

  .home_layout_item {
    height: auto;
  }

  .home_blog-list_list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    max-width: 90vw;
  }

  .home_blog-list_image-wrapper {
    width: 15rem;
  }

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

  .home_syncs_item-content {
    grid-row-gap: .5rem;
  }

  .home_syncs_item-title {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .home_syncs_component {
    width: 100%;
    padding-bottom: 0;
  }

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

  .home_music_heading-top {
    font-size: 2rem;
  }

  .home_music_heading-bottom {
    font-size: 3rem;
  }

  .home_music_heading-bottom.footer_cta-text {
    font-size: 2rem;
  }

  .footer4_top-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto auto;
    margin-bottom: .5rem;
  }

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

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

  .menu-bar {
    border-top-color: var(--base-color-brand--white);
    border-radius: .3rem;
    width: 100%;
  }

  .navbar_dropdown {
    z-index: 10;
    background-color: var(--opacity--glass);
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    position: fixed;
    inset: auto 0% 1%;
  }

  .nav-liink-wrap {
    margin-top: 5%;
  }

  .banner15_inner-wrapper {
    transform: rotate(-2deg);
  }

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

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

  .music-artist-text {
    font-size: .7rem;
  }

  .home_hero-header_p-wrapper {
    font-size: 1rem;
  }

  .navbar_container-wrapper.mobile {
    z-index: 20;
    background-image: linear-gradient(360deg, var(--_brand-color--brand-black), #16141500);
    display: flex;
    inset: auto 0% 0%;
  }

  .navbar_container-wrapper.mobile.white {
    opacity: 1;
  }

  .navbar_container-wrapper.mobile.dark {
    opacity: 0;
    background-image: none;
  }
}

#w-node-_8b58d014-edc5-b6b2-6c4d-ca89a452d083-6f9b4478 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1d531b76-bac8-efc9-49d0-6ff9d27683fc-6f9b4478 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: stretch;
}

#w-node-_53c0d1c5-30c4-e408-e162-cdc53338c2f6-6f9b4478 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_762f0b76-80d0-7b99-4605-5486a8346f20-6f9b4478 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8741253d-69b0-efb9-2e55-8c2d6b443dda-6f9b4478, #w-node-e201539b-5522-07e5-75c8-fd860c65dc31-6f9b4478 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8741253d-69b0-efb9-2e55-8c2d6b443ddf-6f9b4478 {
  place-self: center;
}

#w-node-_68e6322c-9734-41bb-f1f3-ceae54e654cf-6f9b4478 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8741253d-69b0-efb9-2e55-8c2d6b443de4-6f9b4478 {
  place-self: center;
}

#w-node-_62fba0ac-88ef-a09f-1c46-55e7a50f99fd-6f9b4478 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8741253d-69b0-efb9-2e55-8c2d6b443de9-6f9b4478 {
  place-self: center;
}

#w-node-cb7cb7fa-7648-42bf-bb45-16d12a79f00e-6f9b4478, #w-node-_1bce5339-4db8-2ca5-7e85-0cfd5befe632-6f9b4478, #w-node-_1bce5339-4db8-2ca5-7e85-0cfd5befe635-6f9b4478 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1bce5339-4db8-2ca5-7e85-0cfd5befe637-6f9b4478 {
  place-self: center;
}

#w-node-_1bce5339-4db8-2ca5-7e85-0cfd5befe63a-6f9b4478 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1bce5339-4db8-2ca5-7e85-0cfd5befe63c-6f9b4478 {
  place-self: center;
}

#w-node-_1bce5339-4db8-2ca5-7e85-0cfd5befe63f-6f9b4478 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1bce5339-4db8-2ca5-7e85-0cfd5befe641-6f9b4478 {
  place-self: center;
}

#w-node-_1bce5339-4db8-2ca5-7e85-0cfd5befe644-6f9b4478 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8b58d014-edc5-b6b2-6c4d-ca89a452d15f-6f9b4478 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb00d7bf-473b-63cf-f727-880c1473d9e4-6f9b4478 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_57bed33e-2a9c-39b0-df83-2499bb4ac49a-6f9b4478, #w-node-_57bed33e-2a9c-39b0-df83-2499bb4ac49e-6f9b4478, #w-node-_10aa8def-c929-3956-7456-c6cbbed17b09-6f9b4478, #w-node-_61535d3f-77bd-ce8b-4d0c-6375edb03213-6f9b4478 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61535d3f-77bd-ce8b-4d0c-6375edb03217-6f9b4478 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73579633-9c0e-263f-b3cc-838a4df110f5-6f9b4478 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73579633-9c0e-263f-b3cc-838a4df110f9-6f9b4478 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_816831c0-e8c1-3207-d014-a165396c13a7-6f9b4478 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_816831c0-e8c1-3207-d014-a165396c13ab-6f9b4478 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2172f117-ea80-0c96-deb4-6546f28723de-6f9b4478 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2172f117-ea80-0c96-deb4-6546f28723e2-6f9b4478 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4bb8f9d5-9607-5151-916d-6312ed3da20f-6f9b4478, #w-node-_0038a94b-f615-ff5b-1614-4eb730afecd5-6f9b4478, #w-node-_00476974-a455-dc57-46e2-7c7f03a64dd2-6f9b4478 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00476974-a455-dc57-46e2-7c7f03a64dd6-6f9b4478 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c7d85e37-43e7-0a7d-7303-82ac0277d39b-6f9b4478 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7d85e37-43e7-0a7d-7303-82ac0277d39f-6f9b4478 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e84fa8f6-81e0-1017-11f1-a201e603fde0-6f9b4478, #w-node-_7d7def4b-4b7e-a3d3-dbf8-51ee42c16988-6f9b4478 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d7def4b-4b7e-a3d3-dbf8-51ee42c1698c-6f9b4478 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4a817e95-ca2d-18bd-c945-8807af5833d7-6f9b4478 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a817e95-ca2d-18bd-c945-8807af5833db-6f9b4478 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dd44b0b3-5241-d76f-cad1-cce011f0a180-6f9b4478 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd44b0b3-5241-d76f-cad1-cce011f0a184-6f9b4478 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_147cab8b-9881-b4a7-1b00-a27ce032c0d5-6f9b4478 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b58d014-edc5-b6b2-6c4d-ca89a452d261-6f9b4478 {
  justify-self: end;
}

#w-node-a9a63793-080d-52ec-9478-6505526f9d03-6f9b4478 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_3a27fd36-c800-2825-3bee-a5c352643689-87b3b46f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_22de71ad-dfe2-ecab-9c5f-f69f87b3b486-87b3b46f {
  justify-self: end;
}

#w-node-cc87ab3a-d16e-d9f0-3cd2-328fe9871a40-87b3b46f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-cc87ab3a-d16e-d9f0-3cd2-328fe9871a47-87b3b46f {
  justify-self: end;
}

#w-node-ba0ec8ad-8eb3-da0e-6c5c-0b138e46faa4-87b3b46f, #w-node-_7b15fefe-5009-96e1-0317-cf6ea522b435-87b3b46f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-6f9b44e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-6f9b44e9 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-6f9b44e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-6f9b44e9 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-6f9b44e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-6f9b44e9 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-6f9b44e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-6f9b44e9 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-6f9b44e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-6f9b44e9 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_8b58d014-edc5-b6b2-6c4d-ca89a452d083-6f9b4478 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_762f0b76-80d0-7b99-4605-5486a8346f20-6f9b4478 {
    align-self: stretch;
  }

  #w-node-d71496bf-78d1-7c8a-ca41-002024ff88c1-6f9b4478 {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1d531b76-bac8-efc9-49d0-6ff9d27683fc-6f9b4478 {
    grid-area: 1 / 3 / 2 / 4;
    align-self: stretch;
  }

  #w-node-_53c0d1c5-30c4-e408-e162-cdc53338c2f6-6f9b4478 {
    grid-area: 2 / 1 / 3 / 4;
    align-self: start;
  }

  #w-node-_8b58d014-edc5-b6b2-6c4d-ca89a452d261-6f9b4478 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-_8b58d014-edc5-b6b2-6c4d-ca89a452d26a-6f9b4478 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8b58d014-edc5-b6b2-6c4d-ca89a452d083-6f9b4478 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_1d531b76-bac8-efc9-49d0-6ff9d27683fc-6f9b4478 {
    grid-area: 2 / 1 / 3 / 5;
    place-self: stretch center;
  }

  #w-node-_53c0d1c5-30c4-e408-e162-cdc53338c2f6-6f9b4478 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_8b58d014-edc5-b6b2-6c4d-ca89a452d108-6f9b4478 {
    grid-column: span 1 / span 1;
  }

  #w-node-d71496bf-78d1-7c8a-ca41-002024ff88c1-6f9b4478, #w-node-a9a63793-080d-52ec-9478-6505526f9d03-6f9b4478 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }
}


