@font-face {
  font-family: Averta Regular;
  src: url('../fonts/AvertaDemoPE-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Averta Semibold;
  src: url('../fonts/averta-semibold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Averta Light;
  src: url('../fonts/averta-light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avertape;
  src: url('../fonts/AvertaPE-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Avertape;
  src: url('../fonts/AvertaPE-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avertape;
  src: url('../fonts/AvertaPE-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-scheme-1--background: var(--_primitives---colors--white);
  --_typography---font-styles--body: Avertape, Verdana, sans-serif;
  --color-scheme-1--text: var(--_primitives---colors--neutral-darkest);
  --_typography---font-styles--heading: Avertape, Verdana, sans-serif;
  --_primitives---colors--white: #fff;
  --_primitives---colors--neutral-darkest: black;
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --_primitives---opacity--transparent: transparent;
  --_primitives---opacity--neutral-darkest-60: #0009;
  --_primitives---opacity--white-60: #fff9;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: var(--_primitives---colors--neutral-darkest);
  --_ui-styles---radius--medium: 0px;
  --color-scheme-1--foreground: var(--_primitives---colors--neutral-lightest);
  --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: 0px;
  --_primitives---colors--neutral-lightest: #eee;
  --_ui-styles---radius--large: 0px;
  --color-scheme-1--accent: var(--_primitives---colors--neutral-darkest);
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --text-color--text-primary\<deleted\|relume-variable-text-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --background-color--background-primary\<deleted\|relume-variable-background-color-1\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --_primitives---colors--muted-brown: #6b6159;
  --_primitives---colors--blue: #005f8a;
  --_primitives---colors--neutral-lighter: #ccc;
  --_primitives---colors--neutral-light: #aaa;
  --_primitives---colors--neutral: #666;
  --_primitives---colors--neutral-dark: #444;
  --_primitives---colors--neutral-darker: #222;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-10: #ffffff1a;
  --_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-5: #0000000d;
  --_primitives---opacity--neutral-darkest-10: #0000001a;
  --_primitives---opacity--neutral-darkest-15: #00000026;
  --_primitives---opacity--neutral-darkest-20: #0003;
  --_primitives---opacity--neutral-darkest-30: #0000004d;
  --_primitives---opacity--neutral-darkest-40: #0006;
  --_primitives---opacity--neutral-darkest-50: #00000080;
  --_ui-styles---stroke--divider-width: 1px;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
}

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--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);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  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);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

p {
  margin-bottom: 0;
  line-height: 1.05;
}

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

.max-width-full.image-mobile {
  display: 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: underline;
}

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

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

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

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

.container-large {
  width: 100%;
  max-width: 86.875rem;
  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-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

.text-style-quote {
  border-left: .1875rem solid var(--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 {
  font-size: 3rem;
  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 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_checkbox-icon.is-alternate {
  border-color: var(--_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(--text-color--text-alternate\<deleted\|relume-variable-text-color-3\>);
}

.button {
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.05;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  box-shadow: inset 0 0 0 1px #fff;
}

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

.button.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  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-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

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

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

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

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

.button.is-small {
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
}

.button.is-small:hover {
  box-shadow: inset 0 0 0 1px #000;
}

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

.button.is-cta {
  color: var(--_primitives---colors--neutral-darkest);
  background-color: #c6bcb0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  box-shadow: inset 0 0 0 1px #000;
}

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

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

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

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

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

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

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

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

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

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

.rl-styleguide_label {
  color: #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-size-regular.lh-140 {
  line-height: 1.4;
}

.text-size-regular.lh-120 {
  line-height: 1.2;
}

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

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

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

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

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

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

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

.form_input:focus {
  border-color: 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;
  overflow: auto;
}

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

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

.form_input.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent);
  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;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

.background-color-black {
  background-color: var(--_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: 1px solid var(--_primitives---colors--neutral-darkest);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

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

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

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

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

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

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

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

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

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

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

.form_field-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<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: 7rem;
  padding-bottom: 7rem;
}

.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: 1px solid var(--_primitives---colors--neutral-lightest);
  background-color: var(--_primitives---colors--neutral-lightest);
  color: var(--_primitives---colors--neutral-darkest);
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  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);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

.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: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  align-self: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.tab-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: .5rem 1.5rem;
}

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

.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 {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  white-space: nowrap;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.category-filter-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
}

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

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

.slider-arrow.is-bottom-next {
  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: flex;
}

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

.section {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.section.home-hero {
  color: var(--_primitives---colors--white);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100svh;
  padding-bottom: 7.875rem;
  display: flex;
}

.section.home-who {
  padding-top: 6.25rem;
  padding-bottom: 9.375rem;
  position: relative;
}

.section.home-why {
  padding-top: 6.875rem;
  padding-bottom: 10rem;
  position: relative;
  overflow: hidden;
}

.section.image-banner {
  min-height: 100svh;
  padding-bottom: 1.875rem;
  display: flex;
  position: relative;
}

.section.home-tab {
  z-index: 2;
  justify-content: center;
  align-items: center;
  min-height: 47.5rem;
  padding-top: 5.5rem;
  padding-bottom: 8.5rem;
  display: flex;
  position: relative;
}

.section.home-connected {
  background-color: #d7e7f0;
  padding-top: 9.25rem;
  padding-bottom: 10rem;
}

.section.image-banner2 {
  min-height: 100svh;
  display: flex;
  position: relative;
}

.section.home-features {
  background-color: #f7f5f4;
  padding-top: 6.875rem;
  padding-bottom: 3.125rem;
  overflow: hidden;
}

.section.home-smart {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 56.25rem;
  padding-top: 5%;
  display: flex;
  overflow: hidden;
}

.section.home-document {
  background-color: #f3f3f3;
  padding-top: 6.625rem;
  padding-bottom: 23rem;
}

.section.home-cta {
  z-index: 3;
  color: var(--_primitives---colors--white);
  margin-top: -17rem;
}

.section.home-faq {
  padding-top: 7.875rem;
  padding-bottom: 2.5rem;
}

.section.clima-one {
  min-height: 100svh;
  display: flex;
}

.section.clima-tab {
  min-height: 100svh;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.section.is-clima {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.cover-image-wrapper {
  z-index: 1;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cover-image-wrapper.is-mobile {
  display: none;
}

.cover-image-wrapper.leaf-wrapper {
  z-index: 1;
  height: auto;
  min-height: 47.5rem;
  inset: 0 auto;
  overflow: hidden;
}

.cover-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.cover-image.is-mobile {
  display: none;
}

.home-hero_content {
  width: 100%;
  max-width: 41.25rem;
}

.home-hero_content.is-mobile {
  display: none;
}

.h1 {
  font-size: 6.25rem;
  font-weight: 600;
  line-height: .9;
}

.text-24 {
  font-size: 1.5rem;
  line-height: 1.05;
}

.text-24.lh-113 {
  line-height: 1.13;
}

.button-2 {
  border: 1px solid var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  background-color: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  color: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

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

.button-2.is-secondary {
  color: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.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(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
}

.navbar1_menu-links {
  font-size: 1.125rem;
  display: flex;
}

.nav {
  background-color: #ddd0;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 2rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_container {
  background-color: var(--_primitives---colors--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 86.875rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
  display: flex;
}

.nav_logo {
  width: 11.875rem;
}

.nav_logo.is-small, .nav_logo.is-footer {
  width: 4.5rem;
}

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

.nav_link {
  justify-content: center;
  align-items: center;
  padding: 2.375rem 1rem;
  font-size: 1.125rem;
  line-height: .6;
  transition: opacity .2s;
  display: flex;
}

.nav_link:hover {
  opacity: .6;
}

.nav_link.w--current {
  color: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
}

.nav_link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.nav_logo-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.navbar1_dropdown-list.w--open {
  border: 1px solid var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
  background-color: var(--background-color--background-primary\<deleted\|relume-variable-background-color-1\>);
  border-radius: 0;
  padding: .5rem;
}

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

.home-hero_co-innerntent {
  max-width: 26.875rem;
}

.nav_link-icon {
  height: 1rem;
}

.nav_left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_powered-wrapper {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_powered-wrapper.is-mobile {
  display: none;
}

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

.nav-deh {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.nav_powered-logo-wrapper {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  display: flex;
}

.nav_powered-link {
  width: 1.875rem;
}

.nav_powered-link.is-second {
  width: 1.5rem;
}

.home-who_logo {
  width: 6.875rem;
}

.home-who_2coll {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-who_left {
  max-width: 37.75rem;
}

.h2-76 {
  font-size: 4.75rem;
  line-height: .76;
}

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

.text-18 {
  font-size: 1.125rem;
  line-height: 1.13;
}

.home-who_image-wrapper {
  width: 100%;
  max-width: 43.25rem;
}

.home-who_image {
  width: 100%;
}

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

.home-who_item {
  background-color: #a9a39d1a;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.h3-28 {
  font-size: 1.75rem;
  line-height: 1;
}

.home-who_mobile-logo {
  display: none;
}

.nav_logo-link-open {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: none;
}

.nav_logo-link-open-menu {
  display: none;
}

.home-why_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.home-why_left {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 0 auto;
  width: 100%;
  display: flex;
}

.home-why_right {
  z-index: 5;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  flex: none;
  width: 100%;
  max-width: 17.75rem;
  display: flex;
  position: relative;
}

.home-why_right-image {
  border-radius: 1.875rem;
  width: 100%;
}

.home-why_header {
  z-index: 3;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.h2-64 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.13;
}

.h2-64.is-semibold {
  font-weight: 600;
}

.max-width-600 {
  width: 100%;
  max-width: 37.5rem;
}

.home-why_left-header-image {
  width: 100%;
}

.home-why_left-header-image-wrapper {
  border-radius: 1.875rem;
  width: 100%;
  max-width: 27rem;
  overflow: hidden;
}

.home-why_bottom {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-end;
  display: flex;
}

.home-why_content {
  z-index: 2;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-radius: 1.875rem;
  flex-flow: column;
  width: 100%;
  padding: 5.125rem 4.375rem 5.625rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 22px 49px #0000001a, 0 90px 90px #00000017, 0 202px 121px #0000000d, 0 359px 144px #00000003;
}

.home-why_content-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  max-width: 35.25rem;
  display: flex;
}

.h3-32 {
  font-size: 2rem;
  font-weight: 400;
}

.h3-32.weight-bold {
  font-weight: 700;
}

.h3-32.is-semibold {
  font-weight: 600;
}

.text-16 {
  line-height: 1.13;
}

.home-why_bottom-image-wrapper {
  z-index: 3;
  width: 100%;
  max-width: 17.75rem;
  position: relative;
}

.home-why_bottom-image {
  border-radius: 1.875rem;
  width: 100%;
}

.home-why_content-wrapper {
  z-index: 2;
  width: 100%;
  max-width: 46rem;
  position: relative;
}

.home-why_content-leaf {
  z-index: 5;
  width: 12.75rem;
  position: absolute;
  inset: auto auto -8% -12.8%;
}

.home-why_tablet-content {
  z-index: 5;
  display: none;
  position: relative;
}

.image-banner_svg {
  width: 10rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  box-shadow: 0 4px 10px #0000001a, 0 18px 18px #00000017, 0 40px 24px #0000000d, 0 71px 28px #00000003;
}

.home-tab_component {
  z-index: 20;
  color: var(--_primitives---colors--blue);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.home-tab_header {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-tab_header-logo {
  width: 35.625rem;
  display: flex;
}

.home-tab_header-brand-logo {
  width: 12rem;
}

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

.home-tab_tabs {
  width: 100%;
  margin-top: 1.25rem;
}

.home-tab_tab-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #a9a6a6;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 4.5rem;
  font-size: 1.125rem;
  line-height: 1.13;
  display: flex;
}

.home-tab_tab-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-tab_tab-content.no-tab {
  width: 100%;
  margin-top: 4.5rem;
}

.home-tab_left {
  color: #464646;
  width: 100%;
  max-width: 32.875rem;
}

.lh-113 {
  line-height: 1.13;
}

.home-tab_tab-image {
  width: 100%;
}

.home-tab_tab-image-wrapper {
  width: 100%;
  max-width: 48.625rem;
}

.home-tab_tab-link {
  color: #a9a6a6;
  background-color: #ddd0;
  padding: 1.375rem .5rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.13;
  box-shadow: inset 0 -4px #a9a6a6;
}

.home-tab_tab-link.w--current {
  color: #005f8a;
  background-color: #ddd0;
  box-shadow: inset 0 -4px #005f8a;
}

.home-connected_item-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4.875rem;
  display: flex;
}

.home-connected_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 19.5rem;
  display: flex;
}

.home-connected_item.is-file {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.icon-74 {
  width: 4.625rem;
  display: flex;
}

.h3-22 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.13;
}

.h3-22.weight-normal {
  font-weight: 400;
}

.home-connected_item-inner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.icon-96 {
  width: 6rem;
  display: flex;
}

.icon-46 {
  width: 2.875rem;
  display: flex;
}

.image-banner2_image {
  width: 22.375rem;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 0 10px 22px #0000001a, 0 39px 39px #00000017, 0 89px 53px #0000000d, 0 158px 63px #00000003;
}

.image-banner2_image.is-top {
  top: -2.875rem;
}

.image-banner2_image.is-bottom {
  inset: auto auto -2.875rem 0%;
}

.home-features_component {
  z-index: 10;
  flex-flow: column;
  display: flex;
  position: relative;
}

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

.home-features_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.home-features_item.is-second {
  justify-content: space-between;
}

.home-features_item.is-smart {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  justify-content: flex-start;
}

.home-features_item.is-top {
  justify-content: flex-start;
}

.home-features_item-text {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.home-features_item-p-wrapper {
  color: #434242;
  width: 100%;
  max-width: 15rem;
}

.home-features_item-p-wrapper.is-larger {
  max-width: 27rem;
}

.text-color-dark-blue {
  color: #434242;
}

.home-features_solo-image {
  display: none;
  box-shadow: 0 10px 22px #0000001a, 0 39px 39px #00000017, 0 89px 53px #0000000d, 0 158px 63px #00000003;
}

.mobile-sections {
  display: none;
}

.home-smart_header-wrapper {
  justify-content: flex-end;
  align-items: center;
  padding-right: 5.75rem;
  display: flex;
}

.home-smart_item-wrapper {
  z-index: 3;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #d9d6d1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 86.4375rem;
  margin-top: 12.25rem;
  padding: 3rem;
  display: grid;
  position: absolute;
  bottom: 0;
  box-shadow: 0 -17px 37px #0000001a, 0 -67px 67px #00000017, 0 -151px 91px #0000000d, 0 -269px 107px #00000003;
}

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

.lh-106 {
  line-height: 1.06;
}

.home-smart_h2-span {
  margin-left: -1.15rem;
}

.max-w-18rem {
  max-width: 18rem;
}

.max-width-16rem {
  width: 100%;
  max-width: 16rem;
}

.home-document_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-document_item-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  width: 100%;
  max-width: 80.375rem;
  margin-top: 4.875rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-66 {
  width: 4.125rem;
  display: flex;
}

.home-cta_block {
  aspect-ratio: 21 / 9;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 6.25rem;
  padding-left: 8.125rem;
  display: flex;
  position: relative;
}

.home-cta_block-image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-cta_image-wrapper {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.footer {
  padding: 4rem 5% 3.125rem;
  position: relative;
}

.footer_component {
  z-index: 6;
  background-color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 5rem;
  padding-left: 2.75rem;
  padding-right: 5.75rem;
  display: flex;
  position: relative;
  box-shadow: 0 38px 83px #0000001a, 0 152px 152px #00000017, 0 30px 100px #0000000d, 0 60px 200px #00000003;
}

.home-cta_block-content {
  z-index: 5;
  position: relative;
}

.h2-48 {
  font-weight: 300;
}

.home-cta_h2-wrapper {
  width: 100%;
  max-width: 16.8rem;
}

.footer_logo-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.footer_left {
  flex-flow: column;
  justify-content: space-between;
  margin-top: 2.125rem;
  display: flex;
}

.footer_link-wrapper {
  justify-content: flex-end;
  display: flex;
}

.footer_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding: 2.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1;
  transition: opacity .2s;
  display: inline-flex;
}

.footer_link:hover {
  opacity: .6;
}

.footer_2coll {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 5rem;
  padding-left: 1rem;
  display: flex;
}

.detail-link.is-mobile {
  text-align: center;
  display: none;
}

.deatil-link-span {
  transition: opacity .2s;
}

.deatil-link-span:hover {
  opacity: .6;
}

.home-cta_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-cta_image.for-mobile {
  display: none;
}

.icon-106 {
  width: 6.625rem;
  display: flex;
}

.icon-106.is-second {
  margin-bottom: 17px;
}

.icon-70 {
  width: 4.375rem;
  display: flex;
}

.icon-92 {
  width: 5.75rem;
  display: flex;
}

.icon-92.is-third {
  margin-bottom: 0;
}

.icon-62 {
  width: 3.875rem;
  display: flex;
}

.leaf-group {
  z-index: 3;
  object-fit: contain;
  width: 100%;
  max-width: 98rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

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

.faq_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  display: flex;
}

.faq_left {
  width: 100%;
  max-width: 43.75rem;
}

.faq-logo {
  width: 12rem;
  display: flex;
}

.faq-section_logo {
  width: 35.625rem;
  display: flex;
}

.faq_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  max-width: 39.875rem;
  display: flex;
}

.faq_accordion-heading {
  color: var(--_primitives---colors--blue);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq_accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: relative;
}

.faq_accordion-icon-line1 {
  background-color: #999;
  border-radius: 100vw;
  width: 100%;
  height: 3px;
}

.faq_accordion-icon-line2 {
  background-color: #999;
  border-radius: 100vw;
  width: 100%;
  height: 3px;
  position: absolute;
  transform: rotate(0);
}

.faq_accordion-answer {
  color: #999;
  height: auto;
  overflow: hidden;
}

.faq_accordion-answer-inner {
  width: 100%;
  max-width: 32.875rem;
  padding-top: 1.5rem;
}

.faq-banner {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  background-color: #e0f3fb;
  justify-content: center;
  align-items: stretch;
  padding: 5rem 5%;
  display: flex;
}

.faq-banner-divider {
  background-color: #9db8c4;
  flex: none;
  width: 3px;
}

.faq-banner_right-text {
  color: #628494;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 28rem;
  line-height: 1.13;
  display: flex;
}

.home-list_holder {
  flex-flow: column;
  justify-content: center;
  min-height: 100dvh;
  display: flex;
}

.home-list_component {
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.home-list_component.is-bottom {
  width: 100%;
  max-width: 125rem;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.75rem;
  padding-bottom: 14.125rem;
}

.home-list_graphic-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 40.375rem;
  display: flex;
}

.home-list_list-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #494949;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 40.375rem;
  display: flex;
}

.home-list_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 40.375rem;
  display: flex;
}

.h2-36 {
  font-size: 2.25rem;
}

.home-list_list-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-list_list-item.is-bottom-p {
  color: #464646;
  width: 100%;
  max-width: 22.625rem;
}

.home-list_list-item-svg {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-list_list-item-svg.is-top {
  margin-top: 2px;
  margin-bottom: auto;
}

.home-list_graphic {
  object-fit: contain;
  height: 90vh;
  position: absolute;
}

.home-list_graphic-placeholder-wrapper {
  width: 100%;
  max-width: 34.375rem;
  position: relative;
}

.home-list_graphic-hand {
  width: 84%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.home-why_content-item-icon-wrapper {
  padding-top: 8px;
}

.home-why_content-item-icon {
  display: flex;
}

.icon-86 {
  width: 5.375rem;
}

.home-connected_item-iccon-wrapper {
  min-height: 5.6rem;
}

.clima-one_component {
  z-index: 20;
  color: var(--_primitives---colors--blue);
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.climate-one_content {
  color: var(--_primitives---colors--white);
  text-align: left;
  width: 100%;
  max-width: 35.625rem;
}

.climate-one_logo {
  width: 100%;
  max-width: 33.9rem;
  display: flex;
}

.tab-clima_component {
  z-index: 4;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.tab-clima_component.is-clima {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.tab-clima_tabs-wrapper {
  width: 100%;
  max-width: 33.875rem;
}

.tab-clima_tabs-wrapper.is-clima {
  max-width: none;
}

.tab-clima_tabs-menu {
  justify-content: space-between;
  margin-top: 1.5rem;
  display: flex;
}

.tab-clima_details-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #494949;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 40.375rem;
  display: flex;
}

.tab-clima_details-wrapper.is-climna {
  flex-flow: row;
  align-items: stretch;
}

.tab-clima_tab-link {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  padding: 0 .25rem .5rem;
  display: flex;
}

.tab-clima_tab-link.w--current {
  box-shadow: inset 0 -4px 0 0 var(--_primitives---colors--blue);
  background-color: #c8c8c800;
}

.tab-clima_details-divider {
  background-color: #c6c6c6;
  width: 100%;
  height: 1px;
}

.tab-clima_details-icon-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.tab-clima_tab-link-image {
  height: 5.625rem;
}

.tab-clima_tab-image {
  object-fit: contain;
  height: 32rem;
}

.tab-clima_tab-image.h-512 {
  width: auto;
  height: 32rem;
}

.tab-clima_tab-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-smart_mobile-image {
  display: none;
}

.clima-product {
  width: 100%;
}

.tab-clima_block {
  z-index: 3;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.clima_icon-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.keymakr {
  width: 11.375rem;
}

.keymakr.is-mobile {
  display: none;
}

.sg-icon {
  width: 7.25rem;
}

.sg-icon.is-mobile, .mobile-spacer {
  display: none;
}

.nav_powered-logo-divider {
  background-color: var(--_primitives---colors--neutral-darkest);
  width: 1px;
}

.nav-k {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  display: flex;
}

.h3-26 {
  font-size: 1.625rem;
}

.max-width-525 {
  width: 100%;
  max-width: 29rem;
}

.footer_design-brand-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  font-size: .875rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.footer_design-brand-link.is-mobile {
  display: none;
}

.footer_design-svg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  display: flex;
}

.max-width-582 {
  width: 100%;
  max-width: 36.375rem;
}

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

  .button {
    font-size: 1.125rem;
  }

  .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-xlarge.is-cta {
    padding-top: 2rem;
  }

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

  .section.home-hero {
    padding-bottom: 4rem;
  }

  .section.home-who {
    padding-top: 5.5rem;
    padding-bottom: 8rem;
  }

  .section.home-why {
    padding-bottom: 8rem;
  }

  .section.home-why.is-mobile {
    padding-left: 0%;
  }

  .section.home-tab {
    padding-bottom: 6rem;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section.home-connected {
    padding-bottom: 8rem;
  }

  .section.home-features {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section.home-smart {
    padding-top: 4rem;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section.clima-tab, .section.is-clima {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .cover-image.is-leaf-bg {
    min-height: 100svh;
  }

  .h1 {
    font-size: 5rem;
  }

  .menu-icon {
    background-color: #fff;
    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 {
    z-index: 6;
  }

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

  .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 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    font-size: 2rem;
  }

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

  .menu-icon_line-top {
    background-color: var(--text-color--text-primary\<deleted\|relume-variable-text-color-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_container {
    background-color: var(--_primitives---colors--white);
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .nav_link {
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 0;
    font-size: 1.125rem;
    display: flex;
  }

  .nav_link.is-icon {
    font-size: 2rem;
  }

  .menu-icon_line-bottom {
    background-color: var(--text-color--text-primary\<deleted\|relume-variable-text-color-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_logo-link {
    z-index: 8;
    transition: filter .2s;
  }

  .nav_logo-link.is-white {
    z-index: 2;
    filter: invert(0%);
  }

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

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

  .menu-icon_line-middle {
    background-color: var(--text-color--text-primary\<deleted\|relume-variable-text-color-1\>);
    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(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
    background-color: var(--background-color--background-primary\<deleted\|relume-variable-background-color-1\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    z-index: 4;
    height: 100dvh;
    padding-top: 7.5rem;
    padding-bottom: 6.5rem;
    transition: height .5s;
    position: fixed;
    inset: 0%;
  }

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

  .home-hero_co-innerntent {
    width: 100%;
    max-width: 30.875rem;
  }

  .nav_left {
    z-index: 7;
    position: relative;
  }

  .nav_powered-wrapper {
    display: none;
  }

  .nav_powered-wrapper.is-mobile {
    margin-top: 2rem;
    font-size: 1.5rem;
    display: flex;
  }

  .home-who_2coll {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .h2-76 {
    font-size: 3.5rem;
  }

  .nav_logo-link-wrapper {
    z-index: 15;
    position: relative;
  }

  .nav_logo-link-open {
    z-index: 8;
    opacity: 0;
    display: flex;
    position: absolute;
  }

  .nav_logo-link-open.is-white {
    z-index: 2;
    filter: invert(0%);
  }

  .nav_logo-link-open-menu {
    z-index: 8;
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    opacity: 0;
    padding-left: 0;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .home-why_right {
    display: none;
  }

  .home-why_header {
    margin-bottom: 2rem;
  }

  .h2-64 {
    font-size: 3rem;
    font-weight: 400;
  }

  .max-width-600.is-tablet-padding {
    padding-left: 5%;
  }

  .home-why_left-header-image-wrapper {
    display: none;
  }

  .home-why_bottom {
    justify-content: flex-start;
  }

  .home-why_content {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 1.875rem 3rem;
    overflow: visible;
  }

  .home-why_content-item {
    flex-flow: row;
  }

  .home-why_bottom-image-wrapper {
    display: none;
  }

  .home-why_content-leaf {
    width: 10rem;
    inset: auto 0% 1% auto;
  }

  .home-why_tablet-content {
    display: block;
  }

  .home-tab_header {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-tab_tab-menu {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 4rem;
    padding-bottom: .8rem;
    padding-left: 5%;
    padding-right: 5%;
    overflow: auto;
  }

  .home-tab_tab-content {
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-tab_tab-content.no-tab {
    margin-top: 3rem;
  }

  .home-tab_tab-link {
    flex: none;
  }

  .home-connected_item-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-features_3coll-grid, .home-features_item.is-mobile {
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-smart_header-wrapper {
    padding-right: 5%;
  }

  .home-smart_item-wrapper {
    grid-template-columns: 1fr 1fr;
    margin-top: 8rem;
    position: relative;
  }

  .home-document_item-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .home-cta_block {
    padding-bottom: 2rem;
    padding-left: 2rem;
  }

  .footer_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .home-cta_h2-wrapper {
    max-width: 20.6rem;
  }

  .footer_logo-link {
    z-index: 8;
  }

  .footer_logo-link.is-white {
    z-index: 2;
    filter: invert(0%);
  }

  .footer_left {
    padding-left: 1rem;
  }

  .faq_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .faq-banner {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .home-list_holder {
    min-height: auto;
  }

  .home-list_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    min-height: auto;
  }

  .home-list_component.is-bottom {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }

  .home-list_graphic-wrapper {
    max-width: 100%;
  }

  .home-list_list-wrapper {
    order: -1;
  }

  .home-list_graphic {
    width: 100%;
    height: auto;
    position: relative;
  }

  .tab-clima_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .tab-clima_component.is-second {
    justify-content: center;
    align-items: flex-end;
  }

  .tab-clima_tabs-wrapper.is-tablet {
    display: none;
  }

  .tab-clima_details-wrapper {
    order: 1;
  }

  .tab-clima_block {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .footer_design-brand-link.is-mobile {
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .footer_design-brand-link.is-desktop {
    display: none;
  }
}

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

  .category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .section.home-who {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .section.home-why {
    padding-bottom: 10.6rem;
  }

  .section.home-why.is-mobile {
    padding-bottom: 1rem;
  }

  .section.home-tab {
    min-height: 100svh;
    padding-top: 8.1875rem;
    padding-bottom: 2.75rem;
  }

  .section.home-connected {
    padding-bottom: 2.75rem;
  }

  .section.image-banner2 {
    display: none;
  }

  .section.home-smart {
    padding-top: 8.625rem;
  }

  .section.clima-one {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .cover-image-wrapper.leaf-wrapper, .cover-image.is-leaf-bg {
    min-height: 100svh;
  }

  .h1 {
    font-size: 3rem;
  }

  .nav {
    height: auto;
    min-height: 4rem;
    padding-top: 1rem;
  }

  .nav_logo {
    width: 8rem;
  }

  .nav_logo.is-small, .nav_logo.is-footer {
    width: 4rem;
  }

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

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

  .nav_powered-wrapper {
    font-size: 1rem;
    display: none;
  }

  .nav_powered-wrapper.is-mobile {
    display: flex;
  }

  .h2-76 {
    font-size: 3rem;
    line-height: 1.13;
  }

  .home-who_item-list {
    grid-template-columns: 1fr 1fr;
  }

  .h3-28.text-weight-light {
    font-size: 1.25rem;
  }

  .nav_logo-link-open {
    padding-left: 0;
  }

  .home-why_content {
    background-color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .h3-32 {
    font-size: 1.5625rem;
  }

  .home-why_content-leaf {
    bottom: -27%;
  }

  .home-tab_header-logo {
    width: 30rem;
  }

  .home-tab_header-brand-logo {
    width: 10rem;
  }

  .home-tab_tab-menu {
    margin-bottom: 2.625rem;
  }

  .home-tab_tab-content {
    flex-flow: column;
  }

  .home-connected_item-wrapper {
    margin-top: 3.125rem;
  }

  .image-banner2_image.is-top {
    top: -1rem;
  }

  .image-banner2_image.is-bottom {
    bottom: -1.5rem;
  }

  .home-features_3coll-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-smart_header-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-left: 5%;
  }

  .home-smart_item-wrapper {
    flex-flow: column;
    padding: 2rem;
    display: flex;
  }

  .home-smart_h2-span {
    margin-left: 0;
  }

  .home-document_item-wrapper {
    margin-top: 3.125rem;
  }

  .home-cta_block {
    padding-top: 2rem;
  }

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

  .footer_link-wrapper {
    flex-flow: wrap;
    display: flex;
  }

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

  .footer_2coll {
    padding-right: 1rem;
  }

  .icon-70.is-responsive {
    width: 4rem;
  }

  .faq-section_logo {
    width: 100%;
    max-width: 35.625rem;
  }

  .faq-banner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .faq-banner-divider {
    display: none;
  }

  .home-list_component.is-bottom {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    padding-bottom: 6rem;
  }

  .home-list_graphic-placeholder-wrapper {
    max-width: 25rem;
  }

  .home-list_graphic-hand {
    width: 75%;
  }

  .tab-clima_component.is-second {
    justify-content: flex-start;
    align-items: center;
  }

  .tab-clima_tab-link-image {
    height: 4.9rem;
  }

  .footer_design-brand-link.is-mobile {
    margin-left: 1rem;
    margin-right: auto;
  }
}

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

  .max-width-full.image-desktop {
    display: none;
  }

  .max-width-full.image-mobile {
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .button {
    padding: 1rem;
    font-size: 1rem;
  }

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

  .section.home-hero {
    padding-top: 8.375rem;
    padding-bottom: 3rem;
    display: flex;
  }

  .section.home-who {
    min-height: 956px;
    padding-top: 8rem;
  }

  .section.home-why {
    padding-bottom: 2rem;
  }

  .section.image-banner {
    min-height: 569px;
  }

  .section.image-banner.for-mobile {
    display: none;
  }

  .section.home-tab {
    min-height: 80svh;
  }

  .section.image-banner2 {
    min-height: 494px;
    display: block;
  }

  .section.image-banner2.for-mobile {
    display: none;
  }

  .section.home-smart {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.home-document {
    padding-bottom: 4rem;
  }

  .section.home-cta {
    margin-top: 0;
    padding-top: 7rem;
    padding-bottom: 20.375rem;
    display: none;
  }

  .section.clima-one {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 989px;
    padding-top: 3.875rem;
  }

  .section.clima-tab.is-second, .section.is-clima.is-second {
    min-height: 44.125rem;
    padding-bottom: 20.7rem;
  }

  .cover-image-wrapper.is-mobile {
    display: block;
  }

  .cover-image-wrapper.leaf-wrapper {
    height: auto;
    min-height: 80svh;
  }

  .cover-image.is-desktop {
    display: none;
  }

  .cover-image.is-mobile {
    display: block;
  }

  .home-hero_content.is-mobile {
    z-index: 2;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    display: flex;
    position: relative;
  }

  .h1 {
    font-size: 3.125rem;
  }

  .text-24 {
    font-size: 1.375rem;
  }

  .text-24.lh-113.text-color-blue.is-mobile {
    font-size: 1.25rem;
  }

  .menu-icon {
    width: 44px;
    height: 44px;
  }

  .navbar1_menu-links {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    padding-left: 1rem;
    font-size: 20px;
  }

  .nav_logo {
    width: 8.125rem;
  }

  .nav_logo.is-small {
    width: 3.125rem;
  }

  .nav_logo.for-footer {
    width: 12rem;
  }

  .nav_logo.is-footer {
    width: 4.625rem;
    display: none;
  }

  .nav_link {
    font-size: 18px;
  }

  .nav_link.is-icon {
    font-size: 1.5rem;
  }

  .nav_link.is-icon.is-nav {
    width: 176px;
    font-size: 20px;
  }

  .nav_logo-link {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .nav_link-icon {
    width: 62px;
    margin-left: 0;
    margin-right: 0;
  }

  .nav_powered-wrapper.is-mobile {
    font-size: 21px;
    font-weight: 600;
  }

  .home-who_logo {
    display: none;
  }

  .h2-76 {
    font-size: 2.5rem;
  }

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

  .text-18.text-color-brown.mobile-dark {
    color: var(--_primitives---colors--neutral-darkest);
  }

  .home-who_image-wrapper {
    display: none;
  }

  .home-who_item-list {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .home-who_item {
    background-color: #fff;
    padding: .625rem .875rem;
  }

  .h3-28 {
    font-size: 1.625rem;
  }

  .h3-28.text-weight-light {
    font-size: 1.125rem;
  }

  .home-who_mobile-logo {
    z-index: 4;
    width: 8rem;
    display: flex;
    position: absolute;
    inset: auto 2.125rem 2.75rem auto;
  }

  .nav_logo-link-open {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav_logo-link-open-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-why_header {
    margin-bottom: 2rem;
  }

  .h2-64 {
    font-size: 2.625rem;
    font-weight: 600;
    line-height: 1.13;
  }

  .home-why_content {
    padding-left: 5%;
    padding-right: 2rem;
    overflow: visible;
  }

  .h3-32 {
    font-size: 1.375rem;
    font-weight: 600;
  }

  .home-why_content-leaf {
    width: 8rem;
    display: none;
    inset: auto 0% -20% auto;
  }

  .image-banner_svg {
    z-index: 4;
    width: 8rem;
    display: flex;
    position: absolute;
    inset: auto 2.125rem 2.75rem auto;
  }

  .home-tab_header-logo {
    width: 100%;
  }

  .home-tab_header-brand-logo {
    display: none;
  }

  .home-connected_item-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .home-connected_item {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .home-features_3coll-grid {
    flex-flow: column;
    display: flex;
  }

  .home-features_item {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .home-features_solo-image {
    margin-top: 2.625rem;
    display: block;
  }

  .desktop-sections {
    display: none;
  }

  .mobile-sections {
    display: block;
  }

  .home-smart_header-wrapper {
    padding-top: 19.5rem;
    padding-bottom: 3.5rem;
  }

  .home-smart_item-wrapper {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    background-color: #d9d6d1;
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 3rem 5%;
  }

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

  .home-document_item-wrapper {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .home-cta_block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .home-cta_block-image-wrapper.is-mobile {
    display: none;
  }

  .footer {
    padding: 0 0%;
  }

  .footer_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: #fff;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 3.125rem 5% 3.75rem;
  }

  .home-cta_block-content {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .home-cta_h2-wrapper {
    justify-content: center;
    align-items: center;
    max-width: 12.6rem;
    display: flex;
  }

  .footer_logo-link {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .footer_left {
    margin-top: 0;
  }

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

  .footer_link-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: center;
    flex-flow: column;
    order: 1;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .footer_link.is-icon {
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer_2coll {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
    margin-bottom: 3.125rem;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_2coll-item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .detail-link.is-dektop {
    display: none;
  }

  .detail-link.is-mobile {
    display: block;
  }

  .home-cta_image.for-desktop {
    display: none;
  }

  .no-wrap-text {
    white-space: nowrap;
  }

  .icon-70.is-responsive {
    width: 2.625rem;
  }

  .home-connected_item-iccon-wrapper {
    min-height: auto;
  }

  .tab-clima_component.is-top, .tab-clima_component.is-second {
    flex-flow: column;
    justify-content: flex-start;
  }

  .tab-clima_details-wrapper.is-first {
    order: -1;
  }

  .tab-clima_tab-link-image {
    height: 3.7rem;
  }

  .tab-clima_tab-image {
    width: 100%;
    height: auto;
  }

  .home-smart_mobile-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .clima_icon-wrapper {
    display: none;
  }

  .keymakr {
    width: 8.125rem;
    margin-left: auto;
    margin-right: auto;
  }

  .keymakr.is-mobile {
    display: block;
  }

  .sg-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .sg-icon.is-mobile {
    display: block;
  }

  .mobile-spacer {
    width: 100%;
    padding-bottom: 1.5rem;
    padding-right: 0;
    display: block;
  }

  .footer_design-brand-link.is-mobile {
    margin-top: 4rem;
    margin-left: auto;
  }
}

#w-node-_5c735477-11e4-711a-a7a8-b246eb6679a2-c28c1bd6, #w-node-_42954d3c-e777-1460-edf2-376a1c211d2e-c28c1bd6, #w-node-_3a700610-f616-8cc1-5a3a-119ae3298574-c28c1bd6, #w-node-_9d370b88-5c21-32ff-05d5-e0cb36b6e5f1-c28c1bd6, #w-node-_3dbc97bf-17ff-e31f-9b2b-4d52954eb71c-c28c1bd6, #w-node-_3dbc97bf-17ff-e31f-9b2b-4d52954eb725-c28c1bd6, #w-node-_3dbc97bf-17ff-e31f-9b2b-4d52954eb72e-c28c1bd6, #w-node-_3dbc97bf-17ff-e31f-9b2b-4d52954eb738-c28c1bd6, #w-node-fdcd67ef-e6be-51af-bd48-52a7243215c6-c28c1bd6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-c28c1bd9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-c28c1bd9 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-c28c1bd9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-c28c1bd9 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-c28c1bd9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-c28c1bd9 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-c28c1bd9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-c28c1bd9 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-c28c1bd9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-c28c1bd9 {
  justify-self: start;
}


@font-face {
  font-family: 'Averta Regular';
  src: url('../fonts/AvertaDemoPE-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averta Semibold';
  src: url('../fonts/averta-semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averta Light';
  src: url('../fonts/averta-light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertape';
  src: url('../fonts/AvertaPE-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertape';
  src: url('../fonts/AvertaPE-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertape';
  src: url('../fonts/AvertaPE-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertape';
  src: url('../fonts/AvertaPE-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}