:root {
  --color-scheme-1--background: var(--_primitives---colors--white);
  --_typography---font-styles--body: Outfit;
  --color-scheme-1--text: var(--_primitives---colors--neutral-darkest);
  --_typography---font-styles--heading: Outfit;
  --_primitives---colors--white: #fff;
  --_primitives---colors--neutral-darkest: #0c0c0c;
  --_primitives---opacity--transparent: transparent;
  --_primitives---opacity--neutral-darkest-5: #0c0c0c0d;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---colors--whiskey: #cea177;
  --_primitives---colors--whiskey-dark: #a4805f;
  --_primitives---colors--neutral-darker: #242424;
  --_primitives---opacity--neutral-darkest-60: #0c0c0c99;
  --_primitives---opacity--white-60: #fff9;
  --color-scheme-6--accent: var(--_primitives---colors--whiskey);
  --_ui-styles---stroke--border-width: 2px;
  --color-scheme-1--border: var(--_primitives---colors--neutral-darkest);
  --_ui-styles---radius--medium: 8px;
  --color-scheme-1--foreground: var(--_primitives---colors--white);
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_ui-styles---radius--small: 8px;
  --_ui-styles---radius--large: 8px;
  --color-scheme-1--accent: var(--_primitives---colors--neutral-darkest);
  --color-scheme-2--background: var(--_primitives---colors--neutral-darker);
  --color-scheme-2--text: var(--_primitives---colors--white);
  --color-scheme-3--background: var(--_primitives---colors--neutral-lighter);
  --color-scheme-3--text: var(--_primitives---colors--neutral-darkest);
  --color-scheme-4--background: var(--_primitives---colors--whiskey-darker);
  --color-scheme-4--text: var(--_primitives---colors--white);
  --color-scheme-5--background: var(--_primitives---colors--neutral-lightest);
  --color-scheme-5--text: var(--_primitives---colors--neutral-darkest);
  --color-scheme-6--background: var(--_primitives---colors--neutral-darkest);
  --color-scheme-6--text: var(--_primitives---colors--white);
  --_ui-styles---stroke--divider-width: 2px;
  --_primitives---opacity--neutral-darkest-30: #0c0c0c4d;
  --_primitives---colors--neutral-lightest: #f2f2f2;
  --_primitives---colors--neutral-lighter: #dadada;
  --_primitives---colors--neutral-light: #b6b6b6;
  --_primitives---colors--neutral: #858585;
  --_primitives---colors--neutral-dark: #545454;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---opacity--neutral-darkest-10: #0c0c0c1a;
  --_primitives---opacity--neutral-darkest-15: #0c0c0c26;
  --_primitives---opacity--neutral-darkest-20: #0c0c0c33;
  --_primitives---opacity--neutral-darkest-40: #0c0c0c66;
  --_primitives---opacity--neutral-darkest-50: #0c0c0c80;
  --color-scheme-2--border: var(--_primitives---colors--white);
  --color-scheme-2--accent: var(--_primitives---colors--white);
  --color-scheme-2--foreground: var(--_primitives---colors--neutral-darker);
  --color-scheme-3--border: var(--_primitives---colors--neutral-darkest);
  --color-scheme-3--accent: var(--_primitives---colors--neutral-darkest);
  --color-scheme-3--foreground: var(--_primitives---colors--neutral-lighter);
  --color-scheme-4--border: var(--_primitives---colors--white);
  --color-scheme-4--accent: var(--_primitives---colors--white);
  --color-scheme-4--foreground: var(--_primitives---colors--whiskey-darker);
  --color-scheme-5--border: var(--_primitives---colors--neutral-darkest);
  --color-scheme-5--accent: var(--_primitives---colors--neutral-darkest);
  --color-scheme-5--foreground: var(--_primitives---colors--neutral-lightest);
  --color-scheme-6--border: var(--_primitives---colors--white);
  --color-scheme-6--foreground: var(--_primitives---colors--neutral-darkest);
  --_primitives---colors--whiskey-lightest: #faf5f1;
  --_primitives---colors--whiskey-lighter: #f5ece3;
  --_primitives---colors--whiskey-light: #dcbd9f;
  --_primitives---colors--whiskey-darker: #52402f;
  --_primitives---colors--whiskey-darkest: #3d3023;
  --_primitives---colors--white-lightest: #fff;
  --_primitives---colors--white-lighter: #fff;
  --_primitives---colors--white-light: #fff;
  --_primitives---colors--white-2: #fff;
  --_primitives---colors--white-dark: #ccc;
  --_primitives---colors--white-darker: #666;
  --_primitives---colors--white-darkest: #4c4c4c;
  --_primitives---colors--wild-sand-lightest: #fefefe;
  --_primitives---colors--wild-sand-light: #f9f9f9;
  --_primitives---colors--wild-sand: #f7f7f7;
  --_primitives---colors--wild-sand-dark: #c5c5c5;
  --_primitives---colors--wild-sand-darker: #626262;
  --_primitives---colors--wild-sand-darkest: #4a4a4a;
  --_primitives---colors--wild-sand-lighter: #fdfdfd;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--color-scheme-1--background);
  font-family: var(--_typography---font-styles--body);
  color: var(--color-scheme-1--text);
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.0325rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.0275rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.0175rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.01375rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--color-scheme-1--text);
  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(--color-scheme-1--text);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

.text-style-link {
  text-decoration: none;
}

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

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

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

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

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

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

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

.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-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-bottom.margin-xxlarge {
  margin: 0 0 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.text-size-medium {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 20px;
}

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

.text-style-quote {
  border-left: .1875rem solid var(--color-scheme-1--text);
  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 {
  letter-spacing: -.0325rem;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-styleguide_heading {
  z-index: 4;
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  text-align: left;
  letter-spacing: -.01375rem;
  font-size: 18px;
  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: 2rem;
  height: 3rem;
  display: flex;
}

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

.form_radio.is-alternate {
  color: var(--_primitives---colors--white);
}

.heading-style-h5 {
  letter-spacing: -.0175rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.heading-style-h1 {
  letter-spacing: -.045rem;
  column-count: auto;
  font-size: 4em;
  font-weight: 700;
  line-height: 1;
}

.form_checkbox-icon {
  border: 2px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---opacity--transparent);
  cursor: pointer;
  border-radius: 4px;
  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:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-5);
}

.form_checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
}

.form_checkbox-icon.w--redirected-focus {
  border-color: var(--_primitives---colors--neutral-darkest);
  box-shadow: none;
}

.form_checkbox-icon.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent);
}

.form_checkbox-icon.is-alternate:hover {
  background-color: var(--_primitives---opacity--white-10);
}

.form_checkbox-icon.is-alternate.w--redirected-checked {
  background-color: var(--_primitives---colors--white);
}

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

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

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

.form_field-label.is-alternate {
  color: var(--_primitives---colors--white);
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--_primitives---colors--whiskey);
  box-shadow: inset 0 -2px 1px 0 #0003, inset 0 32px 24px 0 #ffffff0d, inset 0 1px 1px 1px #ffffff40, inset 0 0 0 1px var(--_primitives---opacity--neutral-darkest-5), 0 1px 2px 0 var(--_primitives---opacity--neutral-darkest-5);
  color: var(--_primitives---colors--neutral-darkest);
  text-align: center;
  text-transform: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s, background-color .2s;
  display: flex;
}

.button:hover {
  background-color: var(--_primitives---colors--whiskey-dark);
  transform: translate(0, -2px);
}

.button.is-link {
  background-color: var(--_primitives---opacity--transparent);
  box-shadow: none;
  color: var(--_primitives---colors--neutral-darkest);
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.button.is-link.is-alternate:hover {
  background-color: var(--_primitives---opacity--transparent);
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-width: 1px;
  border-color: #fff;
}

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

.button.is-secondary {
  border: 2px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---opacity--transparent);
  box-shadow: none;
  color: var(--_primitives---colors--neutral-darkest);
  padding-top: .625rem;
  padding-bottom: .625rem;
  transition: background-color .2s;
}

.button.is-secondary:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  transform: none;
}

.button.is-secondary.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.button.is-secondary.is-alternate:hover {
  background-color: var(--_primitives---opacity--white-10);
}

.button.is-secondary.is-small {
  padding-top: .375rem;
  padding-bottom: .375rem;
}

.button.is-small {
  color: var(--_primitives---colors--neutral-darkest);
  padding: .5rem 1.25rem;
}

.button.is-alternate {
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
}

.button.is-alternate:hover {
  background-color: var(--_primitives---colors--neutral-darker);
}

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

.heading-style-h4 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.0225rem;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading-style-h3 {
  letter-spacing: -.0275rem;
  width: 100%;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.form_input {
  border: 2px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 12px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: all .2s;
}

.form_input:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-5);
}

.form_input:focus {
  border-color: var(--_primitives---colors--neutral-darkest);
}

.form_input::placeholder {
  color: var(--_primitives---opacity--neutral-darkest-60);
}

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

.form_input.is-select-input {
  background-image: none;
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

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

.form_input.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.form_input.is-alternate:hover {
  background-color: var(--_primitives---opacity--white-10);
}

.form_input.is-alternate:focus {
  border-color: var(--_primitives---colors--white);
}

.form_input.is-alternate::placeholder {
  color: var(--_primitives---opacity--white-60);
}

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

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

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

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

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

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

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

.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(--_primitives---colors--neutral-darkest);
}

.icon-embed-xxsmall {
  color: var(--color-scheme-1--text);
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

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

.background-color-black {
  background-color: var(--_primitives---colors--neutral-darkest);
}

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

.rl-styleguide_subheading {
  z-index: 3;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.rl-styleguide_subheading.is-text-small {
  font-family: var(--_typography---font-styles--body);
  font-size: 1rem;
  font-weight: 400;
}

.form_radio-icon {
  border: 2px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---opacity--transparent);
  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;
  transition: all .2s;
}

.form_radio-icon:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-5);
}

.form_radio-icon.w--redirected-checked {
  border-width: 6px;
  border-color: var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--white);
}

.form_radio-icon.w--redirected-focus {
  border-color: var(--_primitives---colors--neutral-darkest);
  box-shadow: none;
  margin-top: 0;
}

.form_radio-icon.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent);
}

.form_radio-icon.is-alternate:hover {
  background-color: var(--_primitives---opacity--white-10);
}

.form_radio-icon.is-alternate.w--redirected-checked {
  border-width: 6px;
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--neutral-darkest);
}

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

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

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

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

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

.form_field-wrapper {
  position: relative;
}

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

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

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

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

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

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

.text-rich-text h1 {
  letter-spacing: -.045rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

.text-rich-text h4 {
  letter-spacing: -.0225rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3;
}

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

.text-rich-text p {
  margin-bottom: 1rem;
  font-size: 18px;
}

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

.form_checkbox.is-alternate {
  color: var(--_primitives---colors--white);
}

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

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

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

.text-size-large {
  font-size: 16px;
}

.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\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
}

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

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

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

.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;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  border-radius: var(--_ui-styles---radius--small);
  padding: .5rem 1rem;
  text-decoration: none;
}

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

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

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

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

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

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

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

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

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

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

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

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

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

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #000;
  background-color: #f1f0ee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.rl-styleguide_image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 50rem;
  height: 100vh;
  max-height: 60rem;
}

.rl-styleguide_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.delete-this {
  display: flex;
}

.rl-styleguide_image-wrapper {
  background-image: url('../images/Webflow-Background.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1080px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 2px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .25rem .625rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  border-style: none;
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.tag.is-alternate {
  border-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--white);
}

.color-scheme-1 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.rl-styleguide_scheme-foreground {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.rl-styleguide_scheme-wrapper {
  padding: 1rem;
}

.rl-styleguide_scheme-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-styleguide_scheme-card {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.rl-styleguide-accent {
  color: var(--color-scheme-1--accent);
}

.rl-styleguide_scheme {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

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

.rl-styleguide_radius-large {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  object-fit: cover;
}

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

.rl-styleguide_radius-medium {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  object-fit: cover;
}

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

.rl-styleguide_radius-small {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  object-fit: cover;
}

.tabs-menu {
  border: 2px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  border-radius: 100px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.tab-link {
  background-color: var(--_primitives---opacity--transparent);
  border: 2px solid #0000;
  border-radius: 100px;
  padding: .5rem 1.5rem;
}

.tab-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--_primitives---opacity--transparent);
  font-weight: 500;
}

.category-filter-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.category-filter-menu.is-center {
  justify-content: center;
  align-items: center;
}

.category-filter-link {
  background-color: var(--_primitives---opacity--transparent);
  white-space: nowrap;
  border: 2px solid #0000;
  border-radius: 100px;
  flex: none;
  padding: .625rem 1rem;
  text-decoration: none;
}

.category-filter-link.w--current {
  border-color: var(--color-scheme-1--border);
  font-weight: 500;
}

.slider-arrow {
  border: 2px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  color: var(--color-scheme-1--text);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.is-bottom-previous {
  display: none;
  position: absolute;
  inset: auto 4rem 0% auto;
}

.slider-arrow.is-bottom-next {
  display: none;
  inset: auto 0% 0% auto;
}

.slider-arrow.is-centre-previous, .slider-arrow.is-centre-next {
  bottom: 4rem;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: block;
}

.hidden-ui-elements {
  display: none;
}

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

.rl-styleguide_logo {
  width: 10rem;
}

.color-scheme-2 {
  background-color: var(--color-scheme-2--background);
  color: var(--color-scheme-2--text);
}

.color-scheme-3 {
  background-color: var(--color-scheme-3--background);
  color: var(--color-scheme-3--text);
}

.color-scheme-4 {
  background-color: var(--color-scheme-4--background);
  color: var(--color-scheme-4--text);
}

.color-scheme-5 {
  background-color: var(--color-scheme-5--background);
  color: var(--color-scheme-5--text);
}

.color-scheme-6 {
  background-color: var(--color-scheme-6--background);
  color: var(--color-scheme-6--text);
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: var(--_primitives---colors--neutral-darkest);
}

.navbar1_menu-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar1_component {
  border-bottom-style: solid;
  border-bottom-width: 0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar1_component.color-scheme-6 {
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 3rem;
  z-index: 1000;
}

.navbar1_container {
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar1_link {
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: var(--_primitives---colors--neutral-darkest);
}

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

.navbar1_dropdown-list.w--open {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--color-scheme-1--background);
  padding: .5rem;
}

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

.navbar1_menu.is-page-height-tablet {
  box-sizing: border-box;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
}

.header36_image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

.header36_image-wrapper {
  overflow: hidden;
}

.header36_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header36_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

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

.content25_metatag-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-top: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.content25_lightbox {
  border-radius: var(--_ui-styles---radius--large);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox-play-icon {
  z-index: 2;
  color: var(--_primitives---colors--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.content25_metatag-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

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

.content25_content-right {
  width: 100%;
}

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

.testimonial4_content {
  text-align: center;
}

.testimonial4_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial4_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial4_logo {
  max-height: 3rem;
}

.divider-vertical {
  width: var(--_ui-styles---stroke--divider-width);
  background-color: var(--color-scheme-1--border);
  align-self: stretch;
}

.testimonial4_rating-wrapper {
  justify-content: center;
  display: flex;
}

.testimonial4_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

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

.layout254_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

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

.layout254_item-icon-wrapper {
  display: inline-block;
}

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

.layout254_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

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

.comparison3_content {
  width: 100%;
  margin-top: 60px;
}

.comparison3_top-row-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
}

.comparison3_top-row-content.background-color-secondary {
  background-color: #161616;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 100%;
}

.comparison3_top-row-icon {
  display: inline-block;
}

.comparison3_top-row-title {
  align-items: flex-end;
  height: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.comparison3_row-content {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-weight: 600;
  display: flex;
}

.comparison3_row-content.background-color-secondary {
  text-align: left;
  background-color: #161616;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.comparison3_list-row {
  width: 100%;
}

.comparison3_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
}

.comparison3_top-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.comparison3_feature {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
}

.testimonial12_slider {
  background-color: var(--_primitives---opacity--transparent);
  height: auto;
  padding-bottom: 6rem;
  overflow: hidden;
}

.testimonial12_mask {
  width: 33.33%;
  overflow: visible;
}

.testimonial12_logo {
  max-height: 3rem;
}

.testimonial12_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  inset: auto auto 0% 0%;
}

.testimonial12_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.testimonial12_client {
  text-align: left;
}

.testimonial12_rating-wrapper {
  display: flex;
}

.testimonial12_slide {
  padding-right: 3rem;
}

.testimonial12_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

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

.product3_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  overflow: hidden;
}

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

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

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

.product3_item-link {
  width: 100%;
  text-decoration: none;
}

.product3_image {
  aspect-ratio: 10 / 12;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout59_item-icon-wrapper {
  display: inline-block;
}

.section_layout59.color-scheme-5 {
  display: flex;
  overflow: visible;
}

.layout59_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.layout59_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.layout494_paragraph {
  overflow: hidden;
}

.layout494_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout494_tabs-content {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-right: 2.5rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.layout494_header {
  margin-bottom: 2rem;
}

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

.layout494_tabs-menu {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout494_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.layout494_inner-wrapper {
  width: 50%;
  padding-left: 2.5rem;
}

.layout494_tabs {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  position: static;
}

.layout494_tab-link {
  border-bottom: 1px solid var(--color-scheme-1--border);
  background-color: var(--_primitives---opacity--transparent);
  opacity: .4;
  padding: 1rem 0;
}

.layout494_tab-link.w--current {
  background-color: var(--_primitives---opacity--transparent);
  opacity: 1;
  border-left-color: #000;
}

.layout494_content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.layout494_lightbox {
  border-radius: var(--_ui-styles---radius--large);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.section_cta15 {
  position: relative;
}

.cta15_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.cta15_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

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

.faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq1_list {
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
}

.faq1_answer {
  overflow: hidden;
}

.faq1_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.contact18_grid-list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: space-around;
  place-items: start center;
  display: grid;
}

.contact18_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 70%;
}

.section_contact18.color-scheme-2 {
  background-color: #161616;
}

.contact18_icon-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: top;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.text-block {
  color: var(--_primitives---colors--white);
  border: 1px solid #fff0;
}

.icon-embed-xxsmall-white {
  color: var(--color-scheme-6--text);
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.flex-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
}

.image {
  width: 150px;
  padding-bottom: 20px;
}

.heading-style-testimonial {
  letter-spacing: -.0175rem;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

.block-quote {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 1.2;
  display: block;
}

.testimonial12_rating-wrapper-hero {
  width: 200px;
  padding-bottom: 10px;
  display: flex;
}

.image-2 {
  border-radius: 100px;
  width: 70px;
}

.div-block {
  color: var(--_primitives---colors--white);
  -webkit-text-fill-color: inherit;
  background-color: #cf2929;
  background-clip: border-box;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 3px;
  display: flex;
}

.paragraph {
  width: 100%;
  font-size: 12px;
}

.container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.text-size-large-old-price {
  color: var(--_primitives---opacity--neutral-darkest-30);
  font-size: 16px;
  text-decoration: line-through;
}

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

.text-size-medium-hero {
  padding-bottom: 20px;
  font-size: 22px;
}

.youtube {
  background-image: none;
  border-radius: 20px;
}

.text-block-2 {
  color: var(--color-scheme-2--text);
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}

.text-block-3, .text-block-4 {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}

.text-block-5 {
  color: var(--color-scheme-2--text);
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}

.text-block-6, .text-block-7 {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}

.text-block-8 {
  color: var(--color-scheme-2--text);
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}

.text-block-9, .text-block-10 {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}

.text-block-11 {
  color: var(--color-scheme-2--text);
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}

.text-block-12, .text-block-13 {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}

.text-block-14 {
  color: var(--color-scheme-2--text);
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}

.text-block-15, .text-block-16 {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}

.text-block-17 {
  color: var(--color-scheme-2--text);
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}

.text-block-18, .text-block-19 {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}

.text-block-20 {
  color: var(--color-scheme-2--text);
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}

.text-block-21, .text-block-22 {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}

.image-3 {
  width: 40%;
}

.image-4 {
  border-radius: 15px;
  margin-bottom: 20px;
}

.button-bf {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  box-shadow: inset 0 -2px 1px 0 #0003, inset 0 32px 24px 0 #ffffff0d, inset 0 1px 1px 1px #ffffff40, inset 0 0 0 1px var(--_primitives---opacity--neutral-darkest-5), 0 1px 2px 0 var(--_primitives---opacity--neutral-darkest-5);
  color: var(--_primitives---colors--white);
  text-align: center;
  text-transform: none;
  background-color: #cf2929;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s, background-color .2s;
  display: flex;
}

.button-bf:hover {
  background-color: var(--_primitives---colors--whiskey-dark);
  transform: translate(0, -2px);
}

.button-bf.is-link {
  background-color: var(--_primitives---opacity--transparent);
  box-shadow: none;
  color: var(--_primitives---colors--neutral-darkest);
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-bf.is-link.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.button-bf.is-link.is-alternate:hover {
  background-color: var(--_primitives---opacity--transparent);
}

.button-bf.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-width: 1px;
  border-color: #fff;
}

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

.button-bf.is-secondary {
  border: 2px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---opacity--transparent);
  box-shadow: none;
  color: var(--_primitives---colors--neutral-darkest);
  padding-top: .625rem;
  padding-bottom: .625rem;
  transition: background-color .2s;
}

.button-bf.is-secondary:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  transform: none;
}

.button-bf.is-secondary.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.button-bf.is-secondary.is-alternate:hover {
  background-color: var(--_primitives---opacity--white-10);
}

.button-bf.is-secondary.is-small {
  padding-top: .375rem;
  padding-bottom: .375rem;
}

.button-bf.is-small {
  color: var(--_primitives---colors--neutral-darkest);
  padding: .5rem 1.25rem;
}

.button-bf.is-alternate {
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
}

.button-bf.is-alternate:hover {
  background-color: var(--_primitives---colors--neutral-darker);
}

.image-5 {
  float: none;
  width: 170px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
  position: static;
  top: 78px;
  left: 241px;
}

.heading-style-h6-1 {
  text-align: left;
  letter-spacing: -.01375rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.container-3 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.button-nav {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--_primitives---colors--whiskey);
  box-shadow: inset 0 -2px 1px 0 #0003, inset 0 32px 24px 0 #ffffff0d, inset 0 1px 1px 1px #ffffff40, inset 0 0 0 1px var(--_primitives---opacity--neutral-darkest-5), 0 1px 2px 0 var(--_primitives---opacity--neutral-darkest-5);
  color: var(--_primitives---colors--neutral-darkest);
  text-align: center;
  text-transform: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s, background-color .2s;
  display: flex;
}

.button-nav:hover {
  background-color: var(--_primitives---colors--whiskey-dark);
  transform: translate(0, -2px);
}

.button-nav.is-link {
  background-color: var(--_primitives---opacity--transparent);
  box-shadow: none;
  color: var(--_primitives---colors--neutral-darkest);
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-nav.is-link.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.button-nav.is-link.is-alternate:hover {
  background-color: var(--_primitives---opacity--transparent);
}

.button-nav.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-width: 1px;
  border-color: #fff;
}

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

.button-nav.is-secondary {
  border: 2px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---opacity--transparent);
  box-shadow: none;
  color: var(--_primitives---colors--neutral-darkest);
  padding-top: .625rem;
  padding-bottom: .625rem;
  transition: background-color .2s;
}

.button-nav.is-secondary:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  transform: none;
}

.button-nav.is-secondary.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.button-nav.is-secondary.is-alternate:hover {
  background-color: var(--_primitives---opacity--white-10);
}

.button-nav.is-secondary.is-small {
  padding-top: .375rem;
  padding-bottom: .375rem;
}

.button-nav.is-small {
  color: var(--_primitives---colors--neutral-darkest);
  padding: .5rem 1.25rem;
}

.button-nav.is-alternate {
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
}

.button-nav.is-alternate:hover {
  background-color: var(--_primitives---colors--neutral-darker);
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .rl-styleguide_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 640px;
  }

  .rl-styleguide_scheme-list {
    grid-template-columns: 1fr;
  }

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

  .navbar1_menu-button.w--open {
    background-color: var(--_primitives---opacity--transparent);
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu-links {
    display: flex;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .menu-icon1_line-top {
    background-color: var(--color-scheme-1--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon1_line-bottom {
    background-color: var(--color-scheme-1--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

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

  .navbar1_menu {
    border-bottom: 1px solid var(--color-scheme-1--border);
    background-color: var(--color-scheme-1--background);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

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

  .header36_image {
    height: auto;
    max-height: none;
  }

  .header36_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .header36_content {
    margin-left: 5%;
    margin-right: 5%;
  }

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

  .content25_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

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

  .comparison3_top-row-content {
    padding: 1.5rem 1rem;
  }

  .comparison3_top-row-title {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

  .testimonial12_mask {
    width: 100%;
  }

  .testimonial12_slide {
    margin-right: 2.5rem;
    padding-right: 0;
  }

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

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

  .layout494_tabs-content {
    padding-right: 1.5rem;
  }

  .layout494_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .layout494_inner-wrapper {
    padding-left: 1.5rem;
  }

  .layout494_tabs {
    grid-column-gap: 3rem;
  }

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

  .contact18_grid-list {
    grid-column-gap: 2rem;
  }

  .container-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_component.color-scheme-6 {
    padding-top: 0%;
    padding-bottom: 3%;
  }

  .navbar1_link {
    font-size: 14px;
  }

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

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .header36_component {
    padding-top: 4rem;
  }

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

  .testimonial4_client {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .testimonial4_client-info {
    margin-bottom: 1rem;
  }

  .divider-vertical {
    display: none;
  }

  .layout254_right, .layout254_left {
    grid-row-gap: 3rem;
  }

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

  .comparison3_top-row-title {
    display: none;
  }

  .comparison3_row-content {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .comparison3_row-content.background-color-secondary {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .comparison3_row, .comparison3_top-row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .comparison3_feature {
    border-bottom: 1px solid var(--_primitives---colors--neutral-darkest);
    padding-right: 1rem;
  }

  .testimonial12_slider {
    padding-bottom: 5rem;
  }

  .testimonial12_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

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

  .testimonial12_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

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

  .product3_image-wrapper {
    height: 100%;
  }

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

  .layout494_tabs-content {
    order: -1;
    width: 100%;
    margin-bottom: 1.5rem;
    padding-right: 0;
    position: relative;
  }

  .layout494_header {
    width: 100%;
  }

  .layout494_tabs-menu {
    place-items: start stretch;
  }

  .layout494_inner-wrapper {
    width: 100%;
    padding-left: 0;
  }

  .layout494_tabs {
    grid-column-gap: 0rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .layout494_content {
    flex-flow: column;
    display: flex;
  }

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

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

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

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

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

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

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

  .container-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .container-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }
}

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

  h3 {
    font-size: 2rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h6 {
    font-size: 14px;
  }

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

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

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

  .button {
    display: flex;
  }

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

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

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

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

  .text-rich-text h1 {
    font-size: 2.75rem;
  }

  .text-rich-text h4 {
    font-size: 1.5rem;
  }

  .text-size-large {
    font-size: 15px;
  }

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

  .rl-styleguide_component {
    grid-template-columns: 1fr;
  }

  .navbar1_component.color-scheme-6 {
    padding-top: 3%;
  }

  .navbar1_container {
    justify-content: space-between;
    align-self: flex-start;
    align-items: center;
  }

  .navbar1_link {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .header36_component, .layout254_content-bottom {
    grid-template-columns: 1fr;
  }

  .comparison3_top-row-content, .comparison3_top-row-title {
    padding: 1rem .5rem;
  }

  .comparison3_row-content, .comparison3_row-content.background-color-secondary {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimonial12_slide-nav {
    display: block;
  }

  .layout59_content, .layout59_item-list, .layout494_tabs, .cta15_content {
    grid-template-columns: 1fr;
  }

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

  .div-block {
    width: 100%;
  }

  .container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-bottom: 0;
  }

  .text-size-large-old-price {
    font-size: 15px;
  }

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

  .text-block-2, .text-block-3, .text-block-4 {
    font-size: 12px;
    line-height: 1.2;
  }

  .text-block-5 {
    font-size: 12px;
    line-height: 1.25;
  }

  .text-block-6, .text-block-7, .text-block-8 {
    font-size: 12px;
    line-height: 1.2;
  }

  .text-block-9, .text-block-10 {
    text-align: left;
    font-size: 12px;
    line-height: 1.2;
  }

  .text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16, .text-block-17, .text-block-18, .text-block-19, .text-block-20, .text-block-21, .text-block-22 {
    font-size: 12px;
    line-height: 1.2;
  }

  .image-3 {
    width: 80%;
  }

  .image-5 {
    margin-left: -17px;
  }

  .heading-style-h6-1 {
    font-size: 18px;
  }

  .container-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .button-nav {
    display: none;
  }
}

#w-node-_9538c6d3-db05-8899-942d-e354f241cbda-7dfd9d71 {
  justify-self: end;
}

#w-node-_9538c6d3-db05-8899-942d-e354f241cbf2-7dfd9d71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9538c6d3-db05-8899-942d-e354f241cc67-7dfd9d71, #w-node-_9538c6d3-db05-8899-942d-e354f241cc6a-7dfd9d71, #w-node-_9538c6d3-db05-8899-942d-e354f241cc6d-7dfd9d71 {
  justify-self: start;
}

#w-node-_9538c6d3-db05-8899-942d-e354f241cc72-7dfd9d71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9538c6d3-db05-8899-942d-e354f241cc75-7dfd9d71, #w-node-_9538c6d3-db05-8899-942d-e354f241cc78-7dfd9d71, #w-node-_9538c6d3-db05-8899-942d-e354f241cc7b-7dfd9d71, #w-node-_9538c6d3-db05-8899-942d-e354f241cc82-7dfd9d71, #w-node-_9538c6d3-db05-8899-942d-e354f241cc85-7dfd9d71, #w-node-_9538c6d3-db05-8899-942d-e354f241cc88-7dfd9d71, #w-node-_9538c6d3-db05-8899-942d-e354f241cc8f-7dfd9d71, #w-node-_9538c6d3-db05-8899-942d-e354f241cc92-7dfd9d71, #w-node-_9538c6d3-db05-8899-942d-e354f241cc95-7dfd9d71, #w-node-_9538c6d3-db05-8899-942d-e354f241cc9c-7dfd9d71, #w-node-_9538c6d3-db05-8899-942d-e354f241cc9f-7dfd9d71, #w-node-_9538c6d3-db05-8899-942d-e354f241cca2-7dfd9d71, #w-node-_9538c6d3-db05-8899-942d-e354f241cca9-7dfd9d71, #w-node-_9538c6d3-db05-8899-942d-e354f241ccac-7dfd9d71, #w-node-_9538c6d3-db05-8899-942d-e354f241ccaf-7dfd9d71, #w-node-_9538c6d3-db05-8899-942d-e354f241ccb6-7dfd9d71, #w-node-_9538c6d3-db05-8899-942d-e354f241ccb9-7dfd9d71, #w-node-_9538c6d3-db05-8899-942d-e354f241ccbc-7dfd9d71, #w-node-_9538c6d3-db05-8899-942d-e354f241ccc3-7dfd9d71, #w-node-_9538c6d3-db05-8899-942d-e354f241ccc6-7dfd9d71, #w-node-_9538c6d3-db05-8899-942d-e354f241ccc9-7dfd9d71 {
  justify-self: start;
}

#w-node-_9538c6d3-db05-8899-942d-e354f241ce11-7dfd9d71 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9538c6d3-db05-8899-942d-e354f241ce12-7dfd9d71 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-7dfd9d74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-7dfd9d74 {
  justify-self: start;
}

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

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

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

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

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

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

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

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

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-7dfd9d74, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-7dfd9d74, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-7dfd9d74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-7dfd9d74, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-7dfd9d74, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-7dfd9d74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-7dfd9d74 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-7dfd9d74, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-7dfd9d74, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-7dfd9d74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-7dfd9d74 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-7dfd9d74, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-7dfd9d74, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-7dfd9d74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-7dfd9d74 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-7dfd9d74, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-7dfd9d74, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-7dfd9d74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-7dfd9d74 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-7dfd9d74, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-7dfd9d74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-7dfd9d74 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-7dfd9d74, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-7dfd9d74, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-7dfd9d74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-7dfd9d74 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-7dfd9d74, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-7dfd9d74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-7dfd9d74 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-7dfd9d74, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-7dfd9d74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-7dfd9d74 {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-7dfd9d74, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-7dfd9d74, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-7dfd9d74, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-7dfd9d74, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-7dfd9d74, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-7dfd9d74, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-7dfd9d74, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-7dfd9d74, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-7dfd9d74, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-7dfd9d74, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-7dfd9d74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-7dfd9d74, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-7dfd9d74, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-7dfd9d74, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-7dfd9d74, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-7dfd9d74, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-7dfd9d74, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-7dfd9d74, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-7dfd9d74, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-7dfd9d74, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-7dfd9d74, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-7dfd9d74, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-7dfd9d74, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-7dfd9d74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-7dfd9d74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-7dfd9d74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-7dfd9d74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-7dfd9d74 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-7dfd9d74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-7dfd9d74 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-7dfd9d74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-7dfd9d74 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-7dfd9d74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-7dfd9d74 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-7dfd9d74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-7dfd9d74 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_9538c6d3-db05-8899-942d-e354f241cbda-7dfd9d71 {
    justify-self: start;
  }

  #w-node-_9538c6d3-db05-8899-942d-e354f241cc3e-7dfd9d71 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9538c6d3-db05-8899-942d-e354f241cc72-7dfd9d71, #w-node-_9538c6d3-db05-8899-942d-e354f241cc7f-7dfd9d71, #w-node-_9538c6d3-db05-8899-942d-e354f241cc8c-7dfd9d71, #w-node-_9538c6d3-db05-8899-942d-e354f241cc99-7dfd9d71, #w-node-_9538c6d3-db05-8899-942d-e354f241cca6-7dfd9d71, #w-node-_9538c6d3-db05-8899-942d-e354f241ccb3-7dfd9d71, #w-node-_9538c6d3-db05-8899-942d-e354f241ccc0-7dfd9d71 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9538c6d3-db05-8899-942d-e354f241cc3e-7dfd9d71 {
    grid-column: span 1 / span 1;
  }
}

/* Black Friday Banner */
.navbar1_component.bf-banner-nav {
  background-color: #ffffff;
  color: #000000;
  border-bottom: 1px solid #e5e5e5;
  position: sticky;
  top: 0;
  z-index: 1001;
  min-height: 3rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.bf-promo-text {
  flex: 1;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  padding: 0;
}

.bf-promo-text strong {
  font-weight: 700;
}

.bf-banner-nav .navbar1_container {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.bf-countdown {
  display: flex;
  gap: 15px;
  align-items: center;
}

.bf-countdown-item {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 5px;
}

.bf-countdown-digit {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #000000;
}

.bf-countdown-label {
  font-size: 11px;
  text-transform: uppercase;
  opacity: 0.7;
  color: #000000;
  white-space: nowrap;
}

/* Hide countdown on mobile */
@media screen and (max-width: 767px) {
  .bf-banner-nav .container-3 {
    display: none !important;
  }
  
  .bf-promo-text {
    font-size: 12px;
    text-align: center;
  }
  
  .navbar1_component.color-scheme-6 {
    top: 40px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  
  .navbar1_component.bf-banner-nav {
    min-height: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

/* Black Friday Popup Styles */
.popup-wrapper---brix {
  z-index: 99999;
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.popup-wrapper---brix.show {
  opacity: 1;
  pointer-events: auto;
}

.overlay---brix {
  z-index: 10;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}

.popup-content-wrapper---brix {
  z-index: 100;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 44px rgba(0, 0, 0, 0.5);
}

.bf-popup-content {
  max-width: 600px;
  margin: 0 20px;
  width: 100%;
}

.bf-popup {
  background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
  color: white;
  text-align: center;
  padding: 48px 40px;
  position: relative;
}

.bf-popup-icon {
  font-size: 64px;
  margin-bottom: 16px;
  line-height: 1;
}

.bf-popup-title {
  color: white;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 32px 0;
  text-transform: uppercase;
}

.bf-popup-countdown {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.bf-popup-countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bf-popup-countdown-value {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
  color: white;
}

.bf-popup-countdown-label {
  font-size: 14px;
  text-transform: capitalize;
  opacity: 0.9;
  color: white;
}

.bf-popup-text {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 32px 0;
  color: white;
}

.bf-popup-button {
  display: inline-block;
  background-color: white;
  color: #dc2626;
  padding: 16px 40px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.bf-popup-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
  color: #dc2626;
}

.close-popup---brix {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  transition: transform 0.2s;
  color: white;
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-popup---brix:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .bf-popup-content {
    margin: 0 24px;
  }
  
  .bf-popup {
    padding: 32px 24px;
  }
  
  .bf-popup-icon {
    font-size: 48px;
  }
  
  .bf-popup-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  
  .bf-popup-countdown {
    gap: 16px;
    margin-bottom: 24px;
  }
  
  .bf-popup-countdown-value {
    font-size: 36px;
  }
  
  .bf-popup-countdown-label {
    font-size: 12px;
  }
  
  .bf-popup-text {
    font-size: 14px;
    margin-bottom: 24px;
  }
  
  .bf-popup-button {
    font-size: 16px;
    padding: 14px 32px;
  }
  
  .close-popup---brix {
    top: 16px;
    right: 16px;
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .bf-popup-content {
    margin: 0 20px;
  }
  
  .bf-popup {
    padding: 28px 20px;
  }
  
  .bf-popup-title {
    font-size: 20px;
  }
  
  .bf-popup-countdown {
    gap: 12px;
  }
  
  .bf-popup-countdown-value {
    font-size: 28px;
  }
  
  .bf-popup-countdown-label {
    font-size: 11px;
  }
}


