@font-face {
  font-family: "1 Ptug 8 Zys Skggpnyc 0 Itw";
  src: url('../fonts/1Ptug8zYS_SKggPNyC0ITw.woff2') format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Assistant N 4";
  src: url('../fonts/assistant_n4.bcd3d09dcb631dec5544b8fb7b154ff234a44630.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Franie Condensed;
  src: url('../fonts/Franie-SCondensedBold.woff2') format("woff2"), url('../fonts/Franie-SCondensedSBold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --color-scheme-1--background: var(--_primitives---colors--white);
  --_typography---font-styles--body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --color-scheme-1--text: var(--_primitives---colors--neutral-darkest);
  --_typography---font-styles--heading: "Franie Scondensed", Arial, sans-serif;
  --_typography---font3: "1 Ptug 8 Zys Skggpnyc 0 Itw", Arial, sans-serif;
  --plum: #aa9ba3;
  --_typography---font4: "Franie Condensed", Arial, sans-serif;
  --_typography---font2: "Franie Scondensed", Arial, sans-serif;
  --_primitives---colors--white: #fff;
  --_primitives---colors--neutral-light: #aaa;
  --blue: #454f5b;
  --beige: #bab4a9;
  --_primitives---colors--neutral-dark: #444;
  --_primitives---colors--neutral-darker: #222;
  --_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;
  --_typography---font5: "Franie Scondensedhair", Arial, sans-serif;
  --_typography---nav: "1 Ptug 8 Zys Skggpnyc 0 Itw", Arial, sans-serif;
  --_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: 40px;
  --color-scheme-1--accent: var(--_primitives---colors--neutral-darkest);
  --_primitives---colors--neutral-lighter: #ccc;
  --neon-yellow: #f1ff3e;
  --_ui-styles---stroke--divider-width: 2px;
  --_primitives---colors--neutral: #666;
  --_primitives---linkblue: #3535f2;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
  --_primitives---opacity--white-20: #fff3;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --text-color--text-primary\<deleted\|relume-variable-text-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_primitives---opacity--white-50: #ffffff80;
  --brown: #e4c18a;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-40: #fff6;
  --_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;
}

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

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 {
  border-radius: 8px;
  max-width: 100%;
  display: inline-block;
}

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

.margin-top.margin-medium.is-relative {
  z-index: 2;
}

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

.margin-bottom.margin-small.is-relative {
  z-index: 2;
  position: relative;
}

.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-family: var(--_typography---font3);
  font-size: 1.125rem;
}

.text-size-medium.text-color-plum {
  color: var(--plum);
}

.text-size-medium.font4 {
  font-family: var(--_typography---font4);
}

.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: 400;
  line-height: 1.2;
}

.heading-style-h2.text-weight-medium, .heading-style-h2.text-weight-normal, .heading-style-h2.text-align-center {
  font-weight: 400;
}

.heading-style-h2.text-align-center.font2 {
  font-family: var(--_typography---font2);
}

.heading-style-h2.font3 {
  font-family: var(--_typography---font3);
}

.heading-style-h2.font3.text-weight-medium {
  font-weight: 500;
}

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

.heading-style-h6.text-weight-normal {
  font-weight: 400;
}

.heading-style-h6.text-color-blue {
  font-weight: 700;
}

.heading-style-h6.text-color-blue.font2 {
  font-family: var(--_typography---font2);
  font-weight: 400;
}

.heading-style-h6.text-color-blue.text-weight-medium {
  font-weight: 500;
}

.heading-style-h6.text-color-blue.font3 {
  font-weight: 700;
}

.heading-style-h6.font4 {
  font-family: var(--_typography---font4);
}

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

.heading-style-h5.text-color-white.gap-bigger {
  letter-spacing: 1px;
}

.heading-style-h5.text-color-white.gap-bigger.font-2 {
  font-family: var(--_typography---font2);
}

.heading-style-h5.text-color-blue.font2 {
  font-family: var(--_typography---font2);
  text-transform: capitalize;
  font-weight: 400;
}

.heading-style-h5.text-color-blue.font2.gap-bigger {
  letter-spacing: 1px;
}

.heading-style-h5.text-color-blue.font4 {
  font-family: var(--_typography---font4);
}

.heading-style-h5.text-color-grey {
  color: var(--_primitives---colors--neutral-light);
  font-weight: 400;
  position: static;
}

.heading-style-h5.text-color-grey.font-2 {
  font-family: var(--_typography---font2);
}

.heading-style-h5.text-color-grey.font-4 {
  font-family: var(--_typography---font4);
  font-weight: 700;
}

.heading-style-h5.text-color-grey.font-4.is-blue {
  color: var(--blue);
}

.heading-style-h5.text-color-grey.font3 {
  font-family: var(--_typography---font3);
}

.heading-style-h5.text-color-grey.font3.text-weight-semibold {
  font-weight: 600;
}

.heading-style-h5.font4 {
  font-family: var(--_typography---font4);
}

.heading-style-h5.font4.text-color-beige {
  color: var(--beige);
  text-transform: capitalize;
}

.heading-style-h5.text-align-center.font2 {
  font-family: var(--_typography---font2);
  font-weight: 400;
}

.heading-style-h5.text-align-center.font2.text-color-grey, .heading-style-h5.text-align-center.text-weight-normal.text-color-grey {
  color: var(--_primitives---colors--neutral-dark);
}

.heading-style-h5.font2 {
  font-family: var(--_typography---font2);
  font-weight: 400;
}

.heading-style-h5.font3 {
  font-family: var(--_typography---font3);
  font-weight: 700;
}

.heading-style-h5.font3.text-weight-medium {
  font-weight: 500;
}

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

.heading-style-h1 {
  color: var(--_primitives---colors--neutral-darker);
  text-transform: capitalize;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h1.text-color-blue.font2 {
  font-family: var(--_typography---font2);
}

.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 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.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---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

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

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

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

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

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

.heading-style-h4.text-color-grey {
  color: var(--_primitives---colors--neutral-light);
}

.heading-style-h4.text-color-grey.font2 {
  font-family: var(--_typography---font2);
}

.heading-style-h4.text-color-grey.font2.gap-bigger {
  letter-spacing: 1px;
  font-weight: 400;
}

.heading-style-h4.text-color-grey.font2.gap-bigger.heading-bigger {
  font-size: 1.6rem;
}

.heading-style-h4.text-color-grey.font2.gap-bigger.heading-bigger.is-center.is-blue {
  color: var(--blue);
}

.heading-style-h4.text-color-white {
  text-transform: capitalize;
  font-weight: 400;
}

.heading-style-h4.text-color-blue.font2 {
  font-family: var(--_typography---font2);
  text-transform: capitalize;
  font-weight: 400;
}

.heading-style-h4.font2 {
  font-weight: 400;
}

.heading-style-h4.font4 {
  font-family: var(--_typography---font4);
}

.heading-style-h4.font4.text-color-blue {
  font-weight: 700;
}

.heading-style-h4.font5 {
  font-family: var(--_typography---font5);
  font-weight: 400;
}

.heading-style-h4.font3 {
  font-family: var(--_typography---font3);
}

.heading-style-h4.font3.text-color-blue {
  font-weight: 700;
}

.heading-style-h4.font3.text-color-blue.text-weight-medium {
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading-style-h3 {
  font-family: var(--_typography---nav);
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h3.font2 {
  font-family: var(--_typography---font2);
  font-weight: 400;
}

.heading-style-h3.font2.text-color-grey {
  color: var(--_primitives---colors--neutral-dark);
}

.heading-style-h3.font2.text-color-grey.text-align-center.heading-smaller {
  font-size: 2.3rem;
}

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

.form_input.is-quantity-input {
  width: 4rem;
}

.form_input.is-quantity-input::placeholder {
  color: var(--_primitives---colors--neutral-darkest);
}

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

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

.button-group.is-right {
  justify-content: flex-end;
  align-items: center;
}

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

.button-group.is-center.is-relative {
  z-index: 2;
}

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

.text-color-white.text-size-large {
  text-transform: capitalize;
}

.text-color-white.heading-style-h5.text-weight-medium, .text-color-white.heading-style-h4.text-weight-medium {
  font-family: var(--_typography---nav);
  font-weight: 400;
}

.text-color-white.heading-style-h4.text-weight-medium._2 {
  text-transform: none;
}

.text-color-white.heading-style-h3 {
  font-weight: 400;
}

.text-color-white.heading-style-h3.text-weight-light {
  font-weight: 300;
}

.text-color-white.heading-style-h3.text-weight-light.font-5 {
  font-family: var(--_typography---font5);
}

.text-color-white.heading-style-h3.font2 {
  font-family: var(--_typography---font2);
}

.text-color-white.heading-style-h3.font4 {
  font-family: var(--_typography---font4);
}

.text-color-white.heading-style-h3.font4.heading-smaller {
  font-size: 2.3rem;
}

.text-color-white.heading-style-h3.font4.heading-smaller._2 {
  font-size: 1.9rem;
}

.text-color-white.text-size-xlarge {
  text-transform: capitalize;
}

.text-color-white.font2 {
  font-family: var(--_typography---font2);
}

.text-color-white.text-align-center {
  font-weight: 400;
}

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

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

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

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

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

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

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

.icon-embed-xxsmall {
  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: center;
  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 {
  z-index: 1;
  text-align: center;
  position: relative;
}

.text-align-center.is-absolute {
  position: absolute;
  inset: 0%;
}

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

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

.form_field-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-size-large.font3 {
  font-family: var(--_typography---font3);
}

.text-size-large.text-color-white.font2 {
  font-family: var(--_typography---font2);
  font-weight: 400;
}

.text-size-large.text-color-white.font5 {
  font-family: var(--_typography---font5);
  text-transform: none;
}

.text-size-large.font2 {
  font-family: var(--_typography---font2);
  font-weight: 400;
}

.text-size-large.font2.text-color-grey {
  color: var(--_primitives---colors--neutral-dark);
}

.text-size-large.font2.text-color-light-grey {
  color: var(--_primitives---colors--neutral-light);
}

.text-size-large.font4 {
  font-family: var(--_typography---font4);
}

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

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

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

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

.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 {
  font-family: var(--_typography---font3);
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  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;
}

.footer-pohja {
  background-color: var(--blue);
}

.footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: center;
}

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

.logotekstnav {
  color: #2c8fca;
  font-size: 1.4rem;
  font-weight: 600;
}

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

.div-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.image-5 {
  width: 25px;
}

.footer4_link {
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.line-divider-2 {
  background-color: var(--_primitives---colors--neutral-light);
  width: 100%;
  height: 1px;
}

.footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr 1fr 1fr 1fr;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  display: grid;
}

.footer4_credit-text {
  color: var(--_primitives---colors--neutral-lighter);
  font-size: .875rem;
}

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

.fs-cc-manager_component-2 {
  z-index: 999;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.image-6 {
  width: 30px;
  height: 30px;
}

.fs-cc-manager_trigger {
  display: none;
}

.tag-ecosta {
  color: var(--_primitives---colors--neutral-lighter);
  text-align: right;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #191919;
  border-radius: 50rem;
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 3%;
}

.fs-cc-banner_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.evasttt {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fs-cc-banner_text {
  color: #fff;
  margin-right: 1.5rem;
  font-size: 14px;
}

.fs-cc-banner_text-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 14px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs_title {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_text {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_button {
  background-color: #000;
  border: 2px solid #000;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_label {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #18181899;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_trigger {
  display: none;
}

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

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

.header1_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  height: 100%;
  min-height: 500px;
  overflow: hidden;
}

.header1_image {
  z-index: 2;
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.image-7 {
  border-radius: 0;
}

.button-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px none var(--_primitives---colors--neutral-darkest);
  background-color: var(--neon-yellow);
  font-family: var(--_typography---nav);
  color: var(--blue);
  text-align: center;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1.8rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-2:hover {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  transform: translate(0, 3px);
  box-shadow: 0 5px 20px #0006;
}

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

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

.button-2.is-secondary.is-small {
  border-color: var(--_primitives---colors--neutral-light);
  font-family: var(--_typography---nav);
  color: var(--blue);
  border-radius: 0;
  padding: 1.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  transition-property: none;
}

.button-2.is-secondary.is-small:hover {
  background-color: var(--blue);
  box-shadow: none;
  color: var(--_primitives---colors--white);
  border-radius: 0;
  transform: none;
}

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

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

.button-2.is-alternate.is-big {
  padding-left: 4rem;
  padding-right: 4rem;
}

.button-2.is-alternate.is-wide {
  width: 100%;
}

.button-2.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-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--_primitives---colors--neutral-light);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 2rem;
  display: flex;
}

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

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

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

.navbar1_menu-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--blue);
  justify-content: flex-start;
  align-items: center;
  font-size: 1.4rem;
  display: flex;
}

.navbar1_component {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  border-bottom: 1px solid #ebebeb;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.navbar1_logo {
  border-radius: 0;
  max-height: 80px;
}

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

.navbar1_link {
  font-family: var(--_typography---nav);
  padding: .5rem 1rem;
  font-weight: 700;
}

.navbar1_link:hover, .navbar1_link.w--current {
  color: var(--_primitives---colors--neutral-darkest);
  text-decoration: underline;
}

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

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

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

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

.heading-style-h1-2.text-color-blue {
  color: var(--blue);
  font-weight: 400;
}

.heading-style-h1-2.text-color-blue.h1-big {
  font-family: var(--_typography---font2);
  font-size: 4.4rem;
  font-weight: 400;
}

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

.image-overlay-layer.is-lighter {
  background-color: #0000004d;
}

.section_header5 {
  position: relative;
}

.header5_content {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100svh;
  min-height: auto;
  max-height: 60rem;
  display: flex;
  position: relative;
}

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

.header5_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

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

.text-color-plum.text-size-xlarge {
  font-size: 1.6rem;
}

.text-color-plum.text-size-xlarge.font-3 {
  font-family: var(--_typography---font3);
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-color-plum.text-size-xlarge.font-3.is-center {
  color: var(--beige);
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr 1.25fr;
  grid-auto-columns: 1fr;
  height: 28rem;
  display: grid;
}

.hero-gif {
  background-image: url('../images/UPP-PILL-GIF-v2.gif');
  background-position: 50% 90%;
  background-size: 250px 500px;
  width: 16rem;
  height: 105%;
}

.hero-gif.hide-pc {
  display: none;
}

.hero-gif.hide-tablet {
  background-image: url('../images/UPP-PILL-GIF-v2-1.gif');
}

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

.hero-main-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  grid-auto-columns: 1fr;
  height: 28rem;
  display: grid;
}

.hero-middle-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  display: flex;
}

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

.layout16_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

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

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

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

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

.layout16_item {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  border-bottom: 1px solid var(--_primitives---colors--neutral-light);
  color: var(--blue);
  padding-bottom: 1.5rem;
  display: flex;
}

.layout16_item.is-last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.image-8 {
  border-radius: 0;
  width: 2rem;
  height: 2rem;
}

.text-color-blue {
  font-family: var(--_typography---nav);
  color: var(--blue);
}

.text-color-blue.text-size-xlarge {
  font-size: 1.4rem;
  font-weight: 700;
}

.text-color-blue.text-size-xlarge.font-2 {
  font-family: var(--_typography---font2);
  font-size: 1.4rem;
  font-weight: 400;
}

.image-9 {
  width: 3rem;
  height: 2rem;
}

.section_banner11.hide-pc {
  padding-top: 0;
  display: none;
}

.banner11_component {
  border-bottom: 1px solid var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
  width: 100vw;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.banner11_wrapper {
  width: 200vw;
  display: flex;
}

.banner11_marquee {
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.banner11_marquee.hide-pc {
  display: none;
}

.banner11_text-wrapper {
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.banner11_text {
  font-size: 1.25rem;
  font-weight: 700;
}

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

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

.cta7_content {
  grid-column-gap: 0rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: flex;
}

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

.div-block-5 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-5._2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  white-space: nowrap;
  word-break: normal;
  justify-content: flex-start;
  display: flex;
}

.div-block-6 {
  background-color: var(--_primitives---colors--white);
  width: 1px;
  height: 100px;
}

.home-logo-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clients-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.clients-grid.logo-animate {
  grid-column-gap: 2rem;
  opacity: 1;
  flex: none;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 102rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.client-logo {
  opacity: 1;
  object-fit: contain;
  width: 100%;
  min-height: 4rem;
  max-height: 4rem;
  transition: opacity .4s;
}

.client-logo:hover {
  opacity: 1;
}

.client-logo.opacity-0 {
  opacity: 0;
}

.embed {
  display: none;
}

.div-block-7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

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

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

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

.header30_content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100svh;
  min-height: auto;
  max-height: 60rem;
  display: flex;
  position: relative;
}

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

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

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

.section_header30 {
  position: relative;
}

.div-block-8 {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #91919166;
  border: 1px solid #ffffff1a;
  border-radius: 40px;
  padding: 3rem 4rem 2rem;
}

.working_time_gif {
  background-image: url('../images/METER-GIF-WITH-PILL-TRANSPARENT-v6_54f5927c-08b0-4af7-ab73-057ae92ff32e.gif');
  background-position: 50%;
  background-size: cover;
  width: 18rem;
  height: 14rem;
}

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

.heading-big {
  font-family: var(--_typography---font2);
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-big.text-color-grey {
  color: var(--_primitives---colors--neutral-dark);
}

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

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

.button-5.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-5.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.layout287_item {
  text-align: center;
  background-color: #ffffff26;
  border: 1px solid #fff3;
  border-radius: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: 50rem;
  padding: 2rem;
  display: flex;
}

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

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

.feature_image_1 {
  background-image: url('../images/pill_6e160f53-35bd-43ae-b7af-eef263ce4024.png');
  background-position: 50%;
  background-size: cover;
  height: 20rem;
}

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

.feature_image_2 {
  background-image: url('../images/why-2.png');
  background-position: 50%;
  background-size: cover;
  height: 17rem;
}

.feature_image_3 {
  background-image: url('../images/Fast-Acting_Formula_414c35b8-ecb2-430f-b838-0542366eb804.png');
  background-position: 50%;
  background-size: cover;
  height: 20rem;
}

.feature_image_4 {
  background-image: url('../images/Long-Lasting_Effects_39c7b92a-028d-4374-8c04-a8c8f52c794c.png');
  background-position: 50%;
  background-size: cover;
  height: 20rem;
}

.paragraph {
  font-family: var(--_typography---font3);
  color: var(--blue);
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.2;
}

.div-block-9 {
  display: flex;
}

.text-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 9rem;
  display: flex;
}

.text-wrapper._2 {
  min-height: 8rem;
}

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

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

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

.text-size-medium-2.text-color-blue {
  text-transform: capitalize;
  font-weight: 400;
}

.testimonial12_logo {
  max-height: 3rem;
}

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

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

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

.testimonial12_client {
  text-align: left;
}

.testimonial12_rating-wrapper {
  color: var(--blue);
  display: flex;
}

.testimonial12_slide {
  padding-right: 3rem;
}

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

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

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

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

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

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

.button-6.is-secondary.is-buy-now-button {
  width: 100%;
  margin-bottom: 1rem;
}

.button-6.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-6.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

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

.button-6.is-add-to-cart-button {
  width: 100%;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

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

.layout254_item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.section_layout254.bg-beige {
  background-color: var(--beige);
}

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

.heading-style-h2-2.font4 {
  font-family: var(--_typography---font4);
  font-weight: 700;
}

.heading-style-h2-2.font5 {
  font-family: var(--_typography---font5);
}

.heading-style-h2-2.font5.text-color-blue {
  font-weight: 400;
}

.heading-style-h2-2.text-color-blue.font2 {
  font-family: var(--_typography---font2);
}

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

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

.layout254_image {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

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

.text-color-grey {
  color: var(--_primitives---colors--neutral-light);
}

.text-color-grey.text-size-xlarge {
  font-size: 1.7rem;
}

.text-color-grey.text-size-xlarge.font2 {
  font-family: var(--_typography---font2);
}

.text-color-grey.text-size-xlarge.font2.is-center.is-blue {
  color: var(--blue);
}

.text-color-grey.text-size-xlarge.font2.is-center._2 {
  font-size: 1.6rem;
}

.text-color-grey.text-size-xlarge.height-smaller {
  line-height: 1.1;
}

.text-color-grey.text-size-xlarge.height-smaller.hide-tablet.is-blue {
  color: var(--blue);
}

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

.layout1_content.is-opposite {
  grid-template-columns: 1fr 1.5fr;
}

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

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

.layout1_image {
  aspect-ratio: 1;
  object-fit: scale-down;
  width: auto;
  min-width: 15rem;
  height: 100%;
  min-height: 35rem;
  max-height: none;
}

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

.heading-xlarge {
  font-size: 8rem;
}

.heading-xlarge.text-color-white.gap-bigger {
  letter-spacing: 3px;
  font-size: 9rem;
}

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

.section_layout169.bg-beige {
  background-color: var(--beige);
}

.section_layout169.hide-pc {
  display: none;
}

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

.layout169_content._3-columns {
  grid-template-columns: 1fr 1fr 1fr;
}

.layout169_content._3-columns.center-narrow {
  grid-column-gap: 0rem;
  grid-row-gap: 6.1rem;
  grid-template-columns: 1fr .25fr 1fr;
}

.layout169_item {
  aspect-ratio: 1;
  text-align: center;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.layout301_item {
  text-align: center;
  width: 100%;
}

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

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

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

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

.image-10 {
  object-fit: cover;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.is-relative.heading-style-h6.text-color-white.font2 {
  font-family: var(--_typography---font2);
  text-transform: capitalize;
  font-weight: 400;
}

.div-block-11 {
  background-color: #0000001a;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-size-xlarge {
  text-transform: capitalize;
  font-size: 1.4rem;
  font-weight: 400;
}

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

.text-size-xlarge.font2 {
  font-family: var(--_typography---font2);
  font-weight: 400;
}

.text-size-xlarge.font3 {
  font-family: var(--_typography---font3);
  font-weight: 400;
}

.text-size-xlarge.font3.text-weight-medium {
  font-weight: 500;
}

.text-size-xlarge.font3.text-weight-medium.text-color-blue.characters-small {
  text-transform: none;
}

.text-size-xlarge.font5 {
  font-family: var(--_typography---font5);
}

.text-size-xlarge.font5.text-color-gray {
  color: var(--_primitives---colors--neutral-dark);
}

.text-size-xlarge.font5.text-color-gray.gap-bigger, .text-size-xlarge.font5.gab-bigger {
  letter-spacing: 1px;
}

.div-block-12 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.link-block {
  width: 100%;
  height: 100%;
}

.layout3_image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--_ui-styles---radius--large);
  background-color: #d9d9d9;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 40rem;
  padding: 2.5rem;
  display: grid;
  overflow: hidden;
}

.layout3_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 40px;
  width: 100%;
  height: 100%;
}

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

.section_layout3.hide-pc-tablet, .section_layout3.hide-pc {
  display: none;
}

.layout3_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.75fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.image-11 {
  max-height: 250px;
}

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

.text-block {
  font-family: var(--_typography---font-styles--body);
  text-transform: none;
  font-weight: 400;
}

.text-block.font2 {
  font-family: var(--_typography---font2);
  font-weight: 400;
}

.text-block.font3 {
  font-family: var(--_typography---font3);
}

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

.div-block-13 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.row2_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.image_wrapper {
  display: flex;
}

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

.image-relative {
  max-height: 100px;
  position: relative;
  left: -49px;
}

.image-relative2 {
  max-height: 100px;
  position: relative;
  left: -98px;
}

.image-12 {
  max-height: 100px;
}

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

.heading-style-h1-4.h1-big {
  font-size: 4rem;
  font-weight: 400;
}

.heading-style-h1-4.h1-big.text-color-grey {
  color: var(--_primitives---colors--neutral-dark);
}

.heading-style-h1-4.text-color-white {
  font-weight: 400;
}

.header5_content-2 {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: auto;
  max-height: none;
  display: flex;
  position: relative;
}

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

.div-block-14 {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-large {
  font-size: 3.5rem;
}

.link-block-2 {
  width: 100%;
  height: 100%;
}

.faq2_answer {
  overflow: hidden;
}

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

.faq2_icon-wrapper {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

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

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

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

.body-large {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 160%;
  text-decoration: none;
}

.body-large.text-color-light {
  color: #d6d6d6;
}

.what-question {
  color: #fff;
  flex: 1;
  font-size: 18px;
}

.plus-icon {
  opacity: .9;
  width: 4rem;
  max-width: none;
  height: 4rem;
  margin-top: 0;
}

.plus-icon.is-small {
  width: 2.5rem;
  height: 2.5rem;
}

.what-answer-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 26px;
  padding-bottom: 0;
  display: flex;
}

.what-outer {
  width: 100%;
}

.answer-block {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.question-block {
  grid-column-gap: 12px;
  white-space: pre-wrap;
  width: 100%;
  padding: 30px 0 0;
  display: flex;
}

.question-block.top {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
}

.question-inner {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.what-i-do {
  border-bottom: 2px solid var(--_primitives---colors--neutral-lighter);
  flex-direction: column;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.what-i-do.is-2 {
  border-bottom-width: 1px;
  padding-top: 30px;
}

.div-block-15 {
  background-color: var(--_primitives---colors--neutral-lighter);
  border-radius: 100px;
  padding: 3px;
}

.footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

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

.footer1_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer1_link {
  font-family: var(--_typography---font2);
  color: var(--_primitives---colors--neutral-lightest);
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 2rem;
  text-decoration: none;
}

.footer1_link:hover {
  color: var(--_primitives---colors--neutral-darkest);
  text-decoration: underline;
}

.footer1_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.footer1_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: flex;
}

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

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

.footer1_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.divider-horizontal {
  height: var(--_ui-styles---stroke--divider-width);
  background-color: var(--color-scheme-1--border);
  width: 100%;
}

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

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

.image-13 {
  width: 25px;
}

.image-14 {
  width: 30px;
  height: 30px;
}

.div-block-16 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

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

.image-15 {
  border-radius: 0;
}

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

.layout1_content-2.grid-2 {
  grid-template-columns: 2.5fr 1fr;
}

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

.layout1_image-wrapper-2 {
  border-radius: var(--_ui-styles---radius--small);
  overflow: hidden;
}

.layout1_image-2 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-header1_default-state {
  margin-bottom: 2rem;
}

.product-header1_option {
  margin-bottom: 1.5rem;
}

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

.product-header1_image {
  aspect-ratio: 5 / 6;
  object-fit: cover;
  border-radius: 3px;
  width: 100%;
  height: 100%;
}

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

.product-header1_lightbox-link {
  width: 100%;
  display: block;
}

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

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

.product-header1_rating-wrapper {
  display: flex;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.variant-button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.product-header1_component {
  padding-bottom: 3rem;
}

.product-header1_reviews-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.product-header1_gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 5rem 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.product-header1_details {
  overflow: hidden;
}

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

.breadcrumb-link.w--current {
  font-weight: 600;
}

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

.error-state {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.breadcrumb_component {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

.product-header1_accordion-icon {
  align-self: flex-start;
  width: 1.5rem;
  height: 1.5rem;
}

.product-header1_rating-icon {
  color: var(--color-scheme-1--text);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.variant-button {
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: solid;
  border-width: 1px;
  padding: .5rem 1rem;
  display: inline-block;
}

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

.variant-button.is-disabled {
  opacity: .25;
}

.product-header3_default-state {
  margin-bottom: 2rem;
}

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

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

.product-header3_variant-wrapper {
  flex: 1;
  margin-right: 1rem;
}

.product-header3_reviews-wrapper {
  align-items: center;
  display: flex;
}

.product-header3_gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 2.2rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.product-header3_accordion-icon {
  align-self: flex-start;
  width: 1.5rem;
  height: 1.5rem;
}

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

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

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

.product-header3_price-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.product-header3_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.product-header3_image-wrapper {
  border-radius: var(--_ui-styles---radius--small);
  width: 100%;
  overflow: hidden;
}

.product-header3_rating-wrapper {
  margin-right: .5rem;
  display: flex;
}

.product-header3_main-image-wrapper {
  border-radius: var(--_ui-styles---radius--small);
  width: 100%;
  overflow: hidden;
}

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

.product-header3_option {
  margin-bottom: 1.5rem;
}

.product-header3_form-wrapper {
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  display: flex;
}

.product-header3_main-image {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 3px;
  width: 100%;
  height: 100%;
}

.product-header3_component {
  padding-bottom: 3rem;
}

.product-header3_details {
  overflow: hidden;
}

.product-header3_lightbox-link {
  width: 100%;
  display: block;
}

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

.product-header3_rating-icon {
  color: var(--color-scheme-1--text);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.pack_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.pack_wrapper._2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-18 {
  background-color: var(--_primitives---colors--neutral-light);
  width: 100%;
  height: 2px;
}

.div-block-19 {
  display: flex;
}

.info-card-open-bg {
  background-color: #313131;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0, 101%);
}

.arrow-wrapper {
  z-index: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
}

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

.pill-button {
  grid-column-gap: 1.25rem;
  color: #f9f9f9;
  text-transform: uppercase;
  background-color: #404040;
  border-radius: 100px;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  min-width: 15rem;
  padding: 1.25rem 1.25rem 1.25rem 2rem;
  display: flex;
  overflow: hidden;
}

.pill-button.auto-top {
  background-color: #4b4b4b;
  margin-top: auto;
  padding: .65rem .65rem .65rem 1.2rem;
  text-decoration: none;
}

.info-card-bottom {
  z-index: 2;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.info-title {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  font-family: var(--_typography---font2);
  color: var(--_primitives---colors--white);
  text-transform: none;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
}

.service-card-open-close {
  background-color: var(--_primitives---colors--white);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
}

.info-card-top {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.info-hidden {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.circle-overlay {
  z-index: 1;
  background-color: #f9f9f9;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
}

.info-card {
  grid-row-gap: 5rem;
  cursor: pointer;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #7b7b7b33;
  border-radius: 40px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  min-height: 40rem;
  padding: 2rem;
  transition: border-color .6s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.info-card:hover {
  border-color: #7b7b7b99;
}

.info-card.card1 {
  background-image: url('../images/sinitta-leunen-D-Dh6yUy8-M-unsplash_1_4c14b0da-1187-4866-8fe0-3a81b14706b4.jpeg');
  border-style: none;
}

.info-card.card2 {
  background-image: url('../images/New2_1_c78a229f-d564-4b55-b7c9-312716672b15.jpeg');
}

.info-card.card3 {
  background-image: url('../images/shutterstock_2400808887_5530eecd-96ee-481f-83e3-a98597e69807.jpeg');
}

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

.body-small {
  font-family: var(--_typography---nav);
  color: var(--_primitives---colors--white);
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.4;
}

.body-medium {
  font-size: 1.25rem;
  line-height: 1.4;
  text-decoration: none;
}

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

.radio-button {
  border: 2px #000;
  width: 3rem;
  height: 3rem;
  margin: 0 20px 5px 0;
}

.pack_button {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--_primitives---colors--neutral-light);
  background-color: var(--_primitives---colors--neutral-lightest);
  border-radius: 15px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  display: grid;
  position: relative;
}

.pack_button:hover {
  border-width: 1px;
  border-color: var(--_primitives---colors--neutral-darker);
}

.pack_button:active {
  border-width: 1px;
}

.pack_button.is-first {
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem;
}

.pack_button_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.radio-button-label {
  font-family: var(--_typography---font2);
  min-width: 12rem;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.3;
}

.text-span-2 {
  font-family: var(--_typography---font5);
  color: var(--_primitives---colors--neutral);
  font-size: 1rem;
}

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

.price-tag {
  font-family: var(--_typography---font2);
  text-align: right;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
}

.price-tag.hide-pc {
  display: none;
}

.saving_wrapper {
  background-color: #4db565;
  border-radius: 10px;
  padding: 8px;
}

.saving_wrapper.hide-mobile-portrait {
  margin-top: .75rem;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
}

.price_saving_wrapper {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.link {
  color: var(--_primitives---linkblue);
  font-weight: 400;
  text-decoration: underline;
}

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

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

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

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

.div-block-21 {
  width: 100%;
}

.div-block-22 {
  background-color: var(--_primitives---colors--neutral-lighter);
  width: 1px;
  height: 100%;
  max-height: 64rem;
}

.div-block-23 {
  background-color: #0003;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-24.hide-pc {
  display: none;
}

.header103_tab-link {
  color: #fffc;
  text-align: center;
  background-color: #0000;
  flex: 1;
  padding: 1rem 2rem;
}

.header103_tab-link.w--current {
  color: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  background-color: #0000;
}

.header103_instructions-callout-image {
  margin-top: 1.5rem;
}

.button-7 {
  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-7.is-alternate {
  border-color: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  background-color: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  color: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
}

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

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

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

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

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

.header103_auto-change {
  margin-bottom: 0;
  display: none;
}

.header103_tab-content {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

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

.header103_instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.header103_tab-load {
  background-color: #fff;
  width: 0%;
  height: .25rem;
}

.header103_tabs {
  min-height: 100vh;
}

.header103_tab-pane {
  position: absolute;
  inset: 0%;
}

.header-103-instructions-delete {
  background-color: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  color: var(--text-color--text-primary\<deleted\|relume-variable-text-color-1\>);
  text-align: left;
  padding: 2rem;
}

.section_header103.text-color-alternate.hide-pc {
  display: none;
}

.header103_tab-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.header103_tab-change {
  display: none;
}

.header103_tabs-content {
  min-height: 100vh;
  max-height: 60rem;
  overflow: visible;
}

.header103_tab-load-base {
  background-color: #fff3;
  width: 100%;
  height: .25rem;
  position: absolute;
  inset: auto 0% 0%;
}

.header103_tabs-menu {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: auto 0% 5rem;
}

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

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

.layout1_image-3 {
  aspect-ratio: 1;
  object-fit: scale-down;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.heading {
  font-weight: 400;
}

.layout16_item-list-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

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

.layout16_item-2.is-first {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--_primitives---colors--neutral-light);
  padding-bottom: 20px;
}

.image-21 {
  border-radius: 0;
  width: 2.5rem;
  height: 2.5rem;
}

.faq-wrapper {
  margin-top: 3rem;
}

.code-embed-2, .div-block-29 {
  width: 100%;
}

.form-block {
  display: block;
}

.code-embed-3 {
  display: none;
}

.header27_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: flex;
}

.header27_form-block {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.header27_image-wrapper._2 {
  border-radius: var(--_ui-styles---radius--small);
  justify-content: center;
  align-items: center;
  max-height: 40rem;
  display: flex;
  position: relative;
}

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

.header27_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  max-height: 40rem;
}

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

.div-block-30 {
  aspect-ratio: auto;
  position: absolute;
}

.image-22 {
  border-radius: 0;
}

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

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

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

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

.button-8.is-link {
  color: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

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

.layout353_content-item {
  border: 1px solid var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
  background-color: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  margin-bottom: 2rem;
  padding: 2rem;
  position: sticky;
}

.layout353_content-item.content-item-2 {
  top: 32%;
}

.layout353_content-item.content-item-1 {
  top: 30%;
}

.layout353_content-item.content-item-3 {
  top: 34%;
}

.layout353_content-item.content-item-4 {
  top: 36%;
}

.layout353_icon-wrapper {
  display: inline-block;
}

.layout353_content-left {
  position: sticky;
  top: 30%;
}

.div-block-31 {
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-span-3, .link-2 {
  text-decoration: underline;
}

.div-block-32 {
  background-color: var(--_primitives---colors--neutral-light);
  width: 100%;
  height: 1px;
  margin-bottom: 3rem;
}

.link-3, .link-4, .link-5, .link-6, .link-7, .link-8 {
  text-decoration: underline;
}

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

.form_message-success-wrapper-2 {
  border-radius: 8px;
  margin-top: 1rem;
  padding: 0;
}

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

.contact5_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

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

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

.button-9 {
  border: 1px solid var(--blue);
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  border-radius: 20px;
  padding: 1.5rem 2rem;
  font-size: 1.3rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.button-9:hover {
  background-color: #2c89b9;
  border-color: #2c89b9;
}

.contact5_content-left {
  background-color: #fff;
  border-radius: 8px;
  padding: 0;
}

.contact5_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

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

.form_field-wrapper-2 {
  width: 100%;
  position: relative;
}

.link-9 {
  color: #3ab2f1;
  font-weight: 500;
}

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

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

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

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

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

.error-text {
  color: #e23939;
}

.section_contact5 {
  color: #000;
  background-color: #fff;
}

.contact5_icon-wrapper {
  flex: none;
  align-self: flex-start;
}

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

.link-10 {
  color: #3ab2f1;
  font-weight: 500;
}

.div-block-33 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

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

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

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

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

.layout495_paragraph {
  overflow: hidden;
}

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

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

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

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

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

.layout495_tab-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--color-scheme-1--border);
  background-color: var(--_primitives---opacity--transparent);
  opacity: .4;
  padding: 1.5rem 0;
  display: flex;
}

.layout495_tab-link.w--current {
  background-color: var(--_primitives---opacity--transparent);
  opacity: 1;
}

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

.layout495_tab-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-top: .375rem;
}

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

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

.layout492_tab-link.w--current {
  background-color: var(--_primitives---opacity--transparent);
  opacity: 1;
}

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

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

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

.layout492_paragraph {
  overflow: hidden;
}

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

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

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

.layout506_tab-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: 2rem;
  padding: 0;
  display: flex;
}

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

.layout506_tab-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--_primitives---colors--neutral-light);
  background-color: var(--color-scheme-1--background);
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 2rem;
  display: flex;
}

.layout506_tab-link.w--current {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--white);
  opacity: 1;
  border-radius: 15px;
}

.layout506_tab-link.tab-last {
  border-bottom-style: none;
}

.layout506_tab-pane {
  background-color: var(--_primitives---colors--white);
  width: 100%;
  height: 100%;
}

.layout506_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-left: var(--_ui-styles---stroke--border-width) none var(--color-scheme-1--border);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.layout506_tabs {
  border: var(--_ui-styles---stroke--border-width) none var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--_primitives---colors--white);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.layout506_icon-wrapper {
  display: inline-block;
}

.buybutton3, .buybutton2, .buybutton1 {
  width: 100%;
  height: 100%;
}

.layout405_tab-link {
  border-bottom: 1.5px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  flex: none;
  padding: .5rem 0;
}

.layout405_tab-link.w--current {
  border-bottom-color: var(--color-scheme-1--text);
  background-color: var(--_primitives---opacity--transparent);
}

.layout405_tabs-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  margin-bottom: 4rem;
  display: flex;
}

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

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

.layout405_tab-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

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

.text-color-gray {
  color: #607080;
}

.heading-style-h4-2 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.faq_components {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  max-width: 860px;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-32 {
  width: 2rem;
  height: 2rem;
}

.faq_accordion {
  box-shadow: none;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d5dce0;
  border-radius: 16px;
  padding: 2rem;
}

.faq_icon {
  transition: all .4s;
}

.faq_body {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  transition: all .4s;
  display: flex;
  overflow: hidden;
}

.faq_answers {
  max-width: 660px;
  margin-top: .75rem;
}

.faq_heading {
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.buy-button1 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.buy-button2 {
  width: 100%;
  margin-bottom: 0;
}

.buy-button3 {
  margin-bottom: 0;
}

.div-block-34 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-span-4 {
  font-family: var(--_typography---font5);
  color: var(--_primitives---colors--neutral);
  font-size: 1rem;
  font-weight: 400;
  text-decoration: line-through;
}

.div-block-35 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.hide-pc {
  display: none;
}

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

.div-block-36 {
  z-index: 1;
  display: flex;
  position: absolute;
  inset: -18% -6% auto auto;
}

.image-23 {
  max-height: 50px;
}

.image-23._2 {
  max-height: 60px;
}

.faq5_accordion {
  border-style: none none solid;
  border-width: var(--_ui-styles---stroke--border-width) var(--_ui-styles---stroke--border-width) var(--_ui-styles---stroke--divider-width);
  border-color: var(--color-scheme-1--border) var(--color-scheme-1--border) var(--_primitives---opacity--white-50);
  border-radius: var(--_ui-styles---radius--small);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.faq5_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.4rem 0;
  display: flex;
}

.faq5_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

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

.faq5_icon-wrapper {
  align-self: flex-start;
  width: auto;
  display: flex;
}

.faq5_answer {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.image-24 {
  border-radius: 0;
  width: 1.8rem;
  height: 1.2rem;
}

.link-block-5 {
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 10px;
}

.link-block-5.is-footer {
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 0;
}

.div-block-37 {
  justify-content: flex-start;
  display: block;
}

.italic-text {
  color: var(--_primitives---linkblue);
  text-decoration: underline;
}

.link-12, .link-13, .link-14, .link-15, .link-16 {
  text-decoration: underline;
}

.div-block-38 {
  display: flex;
}

@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-bottom.margin-small.none-tablet {
    margin-bottom: 0;
  }

  .margin-bottom.margin-xhuge {
    margin-bottom: 4rem;
  }

  .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-h5.text-color-grey.font-4 {
    font-size: 1.2rem;
  }

  .heading-style-h5.font4.text-color-beige {
    font-size: 1.3rem;
  }

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

  .heading-style-h1.text-color-blue.font2 {
    font-size: 2.5rem;
  }

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

  .heading-style-h4.text-color-grey.font2.gap-bigger.heading-bigger {
    font-size: 1.4rem;
  }

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

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

  .heading-style-h3.font2.text-color-grey.text-align-center.heading-smaller {
    font-size: 2rem;
  }

  .heading-style-h3.font2.is-center {
    text-align: center;
    font-size: 2rem;
  }

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

  .text-color-white.heading-style-h3.text-weight-light.font-5 {
    font-size: 1.8rem;
  }

  .text-color-white.heading-style-h3.font2 {
    font-size: 2rem;
  }

  .text-color-white.heading-style-h3.font2.is-center {
    text-align: center;
  }

  .text-color-white.heading-style-h3.font4.heading-smaller {
    font-size: 1.8rem;
  }

  .text-color-white.font2.text-size-small.align-right {
    text-align: right;
  }

  .text-color-white.text-align-center {
    font-size: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .footer4_link-list {
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer4_link-list._224 {
    grid-template-rows: auto auto auto;
  }

  .fs-cc-banner_container {
    flex-direction: row;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .header1_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .button-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .button-2.is-secondary.is-small {
    justify-content: center;
    align-items: center;
  }

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

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

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

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

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

  .navbar1_menu-links {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .navbar1_component {
    height: auto;
  }

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

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

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

  .navbar1_logo {
    max-height: 40px;
  }

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

  .navbar1_link {
    font-family: var(--_typography---font2);
    letter-spacing: 1px;
    width: auto;
    margin-left: 0;
    padding: .75rem 0;
    font-size: 1.125rem;
    font-weight: 400;
  }

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

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

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

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

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

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

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

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

  .heading-style-h1-2.text-color-blue.h1-big.is-center {
    text-align: center;
    font-size: 3.5rem;
  }

  .header5_content {
    justify-content: center;
    align-items: center;
    height: auto;
    max-height: none;
  }

  .text-color-plum.text-size-xlarge.font-3.is-center {
    color: var(--blue);
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
  }

  .text-color-plum.text-align-center.text-size-large.height-small {
    color: var(--beige);
    line-height: 1.2;
  }

  .hero-gif {
    aspect-ratio: auto;
    object-fit: cover;
    background-position: 50%;
    background-size: contain;
    width: 100%;
    max-width: 200px;
    height: 100%;
    min-height: 400px;
    max-height: none;
  }

  .hero-gif.hide-pc {
    background-position: 50%;
    min-height: 400px;
    margin-top: -30px;
    margin-left: 3rem;
    display: block;
  }

  .hero-main-wrapper {
    grid-template-columns: 1fr;
    height: auto;
  }

  .hero-left-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .hero-middle-wrapper {
    margin-left: 0;
  }

  .layout16_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout16_item.marquee-text {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-bottom-style: none;
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .image-8 {
    width: 1.3rem;
    height: 1.3rem;
    margin-bottom: 0;
  }

  .text-color-blue.text-size-xlarge {
    font-size: 1.2rem;
    font-weight: 700;
  }

  .text-color-blue.text-size-xlarge.font-2.small-on-tablet {
    margin-top: 3px;
    font-size: .9rem;
  }

  .text-color-blue.text-size-medium.is-center {
    text-align: center;
  }

  .section_banner11 {
    padding-top: 5rem;
  }

  .section_banner11.hide-pc {
    background-color: var(--beige);
    padding-top: 0;
    display: block;
    position: relative;
    top: 81px;
  }

  .banner11_component {
    border-bottom-style: none;
  }

  .banner11_marquee.hide-pc {
    display: flex;
  }

  .banner11_text-wrapper {
    text-align: center;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .cta7_content {
    grid-column-gap: 0rem;
  }

  .div-block-6 {
    height: 90px;
  }

  .clients-grid.logo-animate {
    width: 102rem;
  }

  .client-logo {
    min-height: 4rem;
    max-height: 4rem;
  }

  .div-block-7 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

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

  .heading-big.text-weight-medium.is-center {
    text-align: center;
  }

  .layout287_item {
    height: 100%;
    min-height: auto;
  }

  .layout287_list {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .text-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
    min-height: 7rem;
  }

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

  .testimonial12_mask {
    width: 100%;
  }

  .text-size-medium-2.text-color-blue.is-center {
    text-align: center;
  }

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

  .layout254_right {
    margin-top: 4rem;
  }

  .layout254_item {
    justify-content: center;
    align-items: center;
    max-width: 80%;
  }

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

  .heading-style-h2-2.font5.text-color-blue, .heading-style-h2-2.text-color-blue.font2 {
    font-size: 2.5rem;
  }

  .layout254_left {
    place-items: stretch stretch;
  }

  .layout254_image {
    aspect-ratio: 2 / 3;
    object-fit: scale-down;
    max-height: 700px;
  }

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

  .text-color-grey.text-size-xlarge.font2 {
    font-size: 1.3rem;
  }

  .layout1_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout1_image.tilted-right {
    min-height: 30rem;
  }

  .heading-xlarge.text-color-white.gap-bigger {
    font-size: 6rem;
  }

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

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

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

  .text-size-xlarge.text-weight-bold {
    font-size: 1.2rem;
  }

  .text-size-xlarge.font3.is-center {
    text-align: center;
  }

  .layout3_image-wrapper {
    min-height: 25rem;
    padding: 2rem;
  }

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

  .layout3_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .image-11 {
    max-height: 100px;
  }

  .content_wrapper {
    align-items: flex-start;
  }

  .row2_wrapper {
    justify-items: stretch;
  }

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

  .image-relative {
    max-height: 50px;
    left: -28px;
  }

  .image-relative2 {
    max-height: 50px;
    left: -52px;
  }

  .image-12 {
    max-height: 50px;
  }

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

  .heading-style-h1-4.h1-big.text-color-grey, .heading-style-h1-4.text-color-white {
    font-size: 3rem;
  }

  .div-block-14 {
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
  }

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

  .footer1_link, .footer1_link.w--current {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1.5rem;
  }

  .footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .image-15 {
    max-height: 70px;
  }

  .layout1_content-2 {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .product-header1_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .product-header1_component {
    padding-bottom: 2.5rem;
  }

  .product-header3_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .product-header3_main-image {
    max-height: 500px;
  }

  .product-header3_component {
    padding-bottom: 2.5rem;
  }

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

  .info-card {
    padding: 3rem;
  }

  .info-cards-wrapper {
    flex-direction: column;
  }

  .body-medium {
    font-size: 1.15rem;
  }

  .code-embed {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .div-block-24 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .div-block-24.hide-pc {
    display: block;
  }

  .image-16 {
    max-height: 150px;
  }

  .image-17 {
    max-width: 350px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .link-block-3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .image-18 {
    max-height: 60px;
  }

  .div-block-25 {
    margin-bottom: 6rem;
  }

  .image-19 {
    max-height: 250px;
  }

  .div-block-26 {
    margin-top: 4rem;
  }

  .div-block-27 {
    display: flex;
  }

  .image-20 {
    width: 2rem;
    height: 2rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .link-block-4 {
    margin-top: 0;
  }

  .div-block-28 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .header103_tab-link {
    min-width: 8rem;
  }

  .header103_tabs-menu {
    max-width: none;
    bottom: 4rem;
  }

  .header27_image-wrapper._2, .header27_image {
    max-height: none;
  }

  .div-block-30 {
    padding: 2rem;
  }

  .faq8_content, .layout353_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout353_content-left {
    position: static;
  }

  .contact5_content {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

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

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

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

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

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

  .layout506_tab-content {
    padding: 2rem;
  }

  .layout405_tab-wrapper {
    grid-template-columns: 1fr;
  }

  .faq_heading {
    width: 100%;
  }

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

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h5.font4.text-color-beige {
    font-size: 1.1rem;
  }

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

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

  .heading-style-h4.text-color-white {
    font-size: 1.2rem;
  }

  .heading-style-h4.text-color-blue.font2.is-center {
    text-align: center;
  }

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

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

  .heading-style-h3.font2.text-color-grey.text-align-center.heading-smaller {
    font-size: 1.6rem;
  }

  .heading-style-h3.font2.is-center {
    font-size: 1.8rem;
  }

  .text-color-white.heading-style-h4.text-weight-medium {
    font-size: 1.3rem;
  }

  .text-color-white.heading-style-h3.font2 {
    font-size: 1.5rem;
  }

  .text-color-white.text-size-xlarge {
    font-size: 1.1rem;
  }

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

  .text-color-white.font2.text-size-small.align-right {
    text-align: right;
  }

  .text-color-white.text-align-center {
    font-size: 1.5rem;
  }

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

  .text-size-small.font3 {
    font-family: var(--_typography---font3);
    font-weight: 400;
  }

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

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

  .footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: max-content 1fr;
    grid-auto-flow: row;
    justify-items: center;
    padding-bottom: 1rem;
    display: flex;
  }

  .footer4_credit-text {
    margin-top: 1rem;
  }

  .fs-cc-banner_component {
    width: 90vw;
  }

  .fs-cc-banner_container {
    flex-direction: row;
    align-items: center;
  }

  .fs-cc-banner_buttons-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: center;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

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

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

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

  .navbar1_logo {
    max-height: 35px;
  }

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

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

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

  .heading-style-h1-2.text-color-blue.h1-big.is-center {
    font-size: 3rem;
  }

  .hero-gif.hide-pc {
    max-width: 150px;
    min-height: 300px;
  }

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

  .image-8 {
    width: 1.1rem;
    height: 1.1rem;
  }

  .text-color-blue.text-size-xlarge.font-2.small-on-tablet {
    margin-top: 5px;
    font-size: .8rem;
  }

  .section_banner11.hide-pc {
    padding-top: 0;
    top: 81px;
  }

  .banner11_marquee {
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .banner11_text-wrapper {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .banner11_text {
    font-size: 1.125rem;
  }

  .cta7_content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-5 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .div-block-6 {
    background-color: var(--_primitives---colors--neutral-lighter);
    height: 70px;
  }

  .clients-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-left: 0;
  }

  .clients-grid.logo-animate {
    width: 102rem;
  }

  .client-logo {
    min-height: 3rem;
    max-height: 3rem;
  }

  .div-block-7 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .div-block-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .working_time_gif {
    width: 100%;
    min-width: 18rem;
    height: 100%;
    min-height: 14rem;
  }

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

  .heading-big.text-weight-medium.is-center {
    font-size: 1.8rem;
  }

  .layout287_item {
    align-items: center;
    min-height: 32rem;
  }

  .layout287_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .feature_image_1 {
    width: 15rem;
    height: 15rem;
  }

  .feature_image_2 {
    width: 15rem;
    height: 16rem;
  }

  .feature_image_3 {
    width: 15rem;
    height: 17rem;
  }

  .feature_image_4 {
    width: 15rem;
    height: 15rem;
  }

  .testimonial12_slider {
    padding-bottom: 5rem;
  }

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

  .text-size-medium-2.font3 {
    font-family: var(--_typography---font3);
  }

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

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

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

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

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

  .heading-style-h2-2.font5.text-color-blue, .heading-style-h2-2.text-color-blue.font2 {
    font-size: 2rem;
  }

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

  .layout254_image {
    max-height: 500px;
  }

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

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

  .section_layout169.hide-pc {
    display: block;
  }

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

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

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

  .text-size-xlarge {
    font-size: 1.1rem;
  }

  .section_layout3.hide-pc-tablet, .section_layout3.hide-pc {
    display: block;
  }

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

  .image-11 {
    max-height: 70px;
  }

  .specialist_wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .answer_wrapper {
    grid-template-columns: .5fr 1fr;
  }

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

  .heading-style-h1-4.h1-big {
    font-weight: 400;
  }

  .heading-style-h1-4.h1-big.text-color-grey {
    font-size: 2.5rem;
  }

  .heading-style-h1-4.h1-big.font4 {
    font-family: var(--_typography---font4);
    font-weight: 400;
  }

  .heading-style-h1-4.text-color-white {
    font-size: 2.5rem;
  }

  .faq2_icon-wrapper {
    width: 1.75rem;
    height: 1.75rem;
  }

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

  .plus-icon {
    width: 3rem;
    height: 3rem;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .footer1_link, .footer1_link.w--current {
    font-size: 1.3rem;
  }

  .footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

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

  .image-15 {
    max-height: 45px;
  }

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

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

  .product-header1_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
  }

  .product-header1_component {
    padding-bottom: 1.5rem;
  }

  .product-header1_gallery {
    grid-template-columns: 1fr;
  }

  .product-header1_heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .product-header1_accordion-icon {
    width: 1.75rem;
  }

  .product-header3_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
  }

  .product-header3_gallery {
    grid-template-columns: 1fr;
  }

  .product-header3_accordion-icon {
    width: 1.75rem;
  }

  .product-header3_heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .divider-vertical {
    display: none;
  }

  .product-header3_main-image {
    max-height: 400px;
  }

  .product-header3_component {
    padding-bottom: 1.5rem;
  }

  .product-header3_list {
    grid-template-rows: auto;
  }

  .pack_wrapper {
    grid-column-gap: 0rem;
  }

  .heading-small {
    font-size: 1.5rem;
  }

  .service-card-open-close {
    width: 3rem;
    height: 3rem;
  }

  .info-card {
    grid-row-gap: 2.5rem;
    min-height: 32rem;
    padding: 1.6rem;
  }

  .body-small {
    font-size: 1rem;
  }

  .body-medium {
    font-size: 1.15rem;
  }

  .radio-button {
    width: 2rem;
    height: 2rem;
  }

  .radio-button-label {
    min-width: 10rem;
    font-size: 1.2rem;
  }

  .price-tag {
    font-size: 1.2rem;
  }

  .saving_wrapper {
    margin-left: 20px;
  }

  .saving_wrapper.hide-mobile-portrait {
    margin-left: 0;
  }

  .image-19 {
    max-height: 220px;
  }

  .header103_tab-link {
    min-width: 0;
  }

  .header103_content-wrapper {
    background-color: var(--_primitives---opacity--white-20);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    max-width: 15rem;
    padding: 6rem 1.5rem 1.5rem;
  }

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

  .header103_tab-image {
    object-position: 75% 50%;
    border-radius: 0;
  }

  .header103_tabs {
    min-height: auto;
  }

  .section_header103.text-color-alternate.hide-pc {
    display: block;
  }

  .header103_tabs-content {
    max-height: none;
  }

  .header103_tab-load-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .header103_tabs-menu {
    bottom: 3rem;
  }

  .layout1_image-3 {
    max-height: 350px;
  }

  .faq-wrapper {
    margin-top: 2rem;
  }

  .div-block-30 {
    padding: 0;
  }

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

  .faq8_list {
    grid-row-gap: 2.5rem;
  }

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

  .layout353_content-left {
    position: static;
  }

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

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

  .contact5_content-left {
    padding: 0;
  }

  .layout495_tabs {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .layout495_tabs-menu {
    margin-bottom: 2rem;
  }

  .layout492_tabs-content {
    margin-bottom: 1.5rem;
  }

  .layout492_tabs {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .layout506_tab-content {
    padding: 1.5rem;
  }

  .layout506_tab-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .layout506_tabs-menu {
    border-top: 1px solid var(--_primitives---colors--neutral-darkest);
    border-left-style: none;
  }

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

  .layout405_tabs-menu {
    width: 100vw;
    margin-bottom: 3rem;
    margin-left: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-style-h4-2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .div-block-36 {
    top: -18%;
  }

  .faq5_question {
    padding: 1rem 0;
  }

  .faq5_icon-wrapper {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h2.font3.text-weight-medium.text-color-blue.heading-small-mobile {
    font-size: 2rem;
  }

  .heading-style-h2.font3.text-weight-medium.text-color-blue.heading-smaller-mobile {
    font-size: 1.5rem;
  }

  .heading-style-h6.text-color-blue.font2, .heading-style-h5.text-color-grey.font-4 {
    font-size: 1rem;
  }

  .heading-style-h4.text-color-grey.font2.gap-bigger.heading-bigger.is-center {
    text-align: center;
    font-size: 1rem;
  }

  .heading-style-h3.font2.is-center, .text-color-white.heading-style-h3.text-weight-light.font-5 {
    font-size: 1.5rem;
  }

  .text-color-white.heading-style-h3.font2 {
    font-size: 1.3rem;
  }

  .text-color-white.heading-style-h3.font4.heading-smaller {
    font-size: 1.4rem;
  }

  .text-color-white.heading-style-h3.font4.heading-smaller._2 {
    text-align: center;
  }

  .text-color-white.text-align-center {
    font-size: 1rem;
  }

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

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

  .logotekstnav {
    line-height: 1.2;
  }

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

  .footer4_link {
    font-size: .85rem;
  }

  .footer4_credit-text {
    font-size: .8rem;
  }

  .fs-cc-banner_component {
    flex-direction: row;
    width: 95vw;
    padding: .6rem .4rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    justify-content: space-around;
  }

  .evasttt {
    align-items: center;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: row;
    align-items: center;
  }

  .fs-cc-banner_button {
    width: auto;
    min-width: auto;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

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

  .button-2 {
    padding: .5rem 1.5rem;
  }

  .button-2.is-alternate.is-big {
    padding: .75rem 2rem;
  }

  .navbar1_component {
    height: auto;
  }

  .heading-style-h1-2.text-color-blue.h1-big.is-center {
    font-size: 2.5rem;
  }

  .hero-gif.hide-pc {
    margin-top: -30px;
    margin-left: 2.7rem;
  }

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

  .text-color-blue.text-size-xlarge.font-2 {
    font-size: 1.2rem;
  }

  .text-color-blue.text-size-xlarge.font-2.small-on-tablet {
    white-space: nowrap;
    margin-top: 2px;
    font-size: 1rem;
  }

  .section_banner11.hide-pc {
    padding-top: 8px;
    padding-bottom: 4px;
    top: 75px;
  }

  .banner11_wrapper {
    width: 280vw;
  }

  .banner11_marquee {
    width: 140vw;
  }

  .cta7_content {
    grid-row-gap: 1.5rem;
  }

  .div-block-5._2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .clients-grid.logo-animate {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0;
  }

  .client-logo {
    object-position: 0% 50%;
  }

  .div-block-8 {
    padding: 3rem 1.5rem;
  }

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

  .layout254_image {
    max-height: 450px;
  }

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

  .text-color-grey.text-size-xlarge.font2.is-center {
    text-align: center;
  }

  .layout1_content, .layout169_content, .layout301_list {
    grid-template-columns: 1fr;
  }

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

  .layout3_image-wrapper {
    min-height: 28rem;
    padding: 1.5rem;
  }

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

  .answer_wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: .5fr;
  }

  .heading-style-h1-4.text-color-white {
    font-size: 2rem;
  }

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

  .plus-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .footer1_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .image-15 {
    max-height: 40px;
  }

  .layout1_content-2, .product-header1_layout, .product-header3_layout {
    grid-template-columns: 1fr;
  }

  .product-header3_price-wrapper {
    flex-direction: column;
  }

  .product-header3_main-image {
    max-height: 300px;
  }

  .pill-button.auto-top {
    padding: .55rem .55rem .55rem 1.5rem;
  }

  .info-card-bottom {
    grid-row-gap: 1rem;
  }

  .heading-small {
    font-size: 1.2rem;
  }

  .service-card-open-close {
    width: 2.5rem;
    height: 2.5rem;
  }

  .info-hidden {
    grid-row-gap: 2rem;
  }

  .info-card {
    grid-row-gap: 2.5rem;
    min-height: 28rem;
    padding: 1.25rem;
  }

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

  .pack_button {
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .pack_button.is-first {
    padding: 1rem;
  }

  .radio-button-label {
    min-width: 10rem;
  }

  .price-tag {
    text-align: left;
    margin-top: 20px;
  }

  .price-tag.hide-pc {
    display: block;
  }

  .saving_wrapper {
    margin-top: 15px;
    margin-left: 0;
  }

  .price_saving_wrapper {
    justify-content: flex-end;
  }

  .div-block-23 {
    background-color: #0000004d;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-17 {
    max-width: 320px;
  }

  .image-18 {
    max-height: 50px;
  }

  .header103_tab-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header103_content-wrapper {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

  .layout1_image-3 {
    max-height: 300px;
  }

  .header27_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .header27_image-wrapper._2, .header27_image {
    min-height: 20rem;
  }

  .image-22 {
    max-height: 100px;
  }

  .layout353_component, .contact5_content {
    grid-template-columns: 1fr;
  }

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

  .contact5_content-left {
    padding: 0;
  }

  .link-9 {
    font-size: .85rem;
  }

  .text-block-2 {
    font-size: .9rem;
  }

  .layout495_tabs, .layout492_tabs, .layout506_tabs {
    grid-template-columns: 1fr;
  }

  .layout405_tabs-menu {
    flex-wrap: wrap;
  }

  .faq_accordion {
    padding: 1rem;
  }

  .buy-button1 {
    height: auto;
  }

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

  .hide-pc {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .div-block-36 {
    top: -6%;
    right: -5%;
  }

  .image-23 {
    max-height: 60px;
  }
}

#w-node-b67b64a8-61b6-5de9-0cf9-52c88a83e94b-d3605de8 {
  place-self: center;
}

#w-node-dc7e9019-1d2c-c676-cff7-1e94a3a1a394-d3605de8 {
  align-self: center;
}

#w-node-_3a046724-d653-186c-f744-8314a0ff254f-d3605de8, #w-node-_3a046724-d653-186c-f744-8314a0ff2555-d3605de8, #w-node-_3a046724-d653-186c-f744-8314a0ff255b-d3605de8 {
  align-self: start;
}

#w-node-_2d7b52c6-7e77-0340-b41c-288dab461b25-d3605de8, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b26-d3605de8, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b28-d3605de8, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b29-d3605de8, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b2a-d3605de8, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b2b-d3605de8, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b2c-d3605de8, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b2d-d3605de8, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b30-d3605de8, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b31-d3605de8, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b33-d3605de8, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b34-d3605de8, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b35-d3605de8, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b36-d3605de8, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b37-d3605de8, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b38-d3605de8, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b3b-d3605de8, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b3e-d3605de8, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b3f-d3605de8, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b40-d3605de8, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b41-d3605de8, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b42-d3605de8, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b43-d3605de8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_623e6493-9073-2d9c-7ea8-d192a7d00703-d3605de8 {
  align-self: center;
}

#w-node-eab8c3ba-87f2-10f5-2c4d-8705919026ff-d3605de8 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-eab8c3ba-87f2-10f5-2c4d-870591902702-d3605de8 {
  align-self: center;
}

#w-node-_26f19af4-0667-42c6-bfb8-d4cc4411fe09-d3605de8 {
  align-self: end;
}

#w-node-_256daba0-f1f8-6c9d-a951-285e46942b67-d3605de8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d99cb132-7356-1ee4-a29f-8f517da4ac9c-d3605de8 {
  place-self: auto end;
}

#w-node-d834a5da-0258-c102-e477-04bb4c8eebaf-4c8eeb9a {
  place-self: end;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-d3605dec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-d3605dec {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-d3605dec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-d3605dec {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-d3605dec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-d3605dec {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-d3605dec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-d3605dec {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-d3605dec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-d3605dec {
  justify-self: start;
}

#w-node-_8215d9ef-3cb4-2d51-d08d-5d46b14e762a-3879675b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8215d9ef-3cb4-2d51-d08d-5d46b14e762b-3879675b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24103683-ad52-cd03-5bb9-06b80fbda272-3879675b {
  align-self: start;
}

#w-node-bfc58640-70a2-c4f7-0552-b4bc0efda81f-3879675b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-bfc58640-70a2-c4f7-0552-b4bc0efda825-3879675b, #w-node-bfc58640-70a2-c4f7-0552-b4bc0efda82b-3879675b {
  align-self: start;
}

#w-node-_34b8e60a-1c75-72ad-291c-fdaaca0ed577-3879675b, #w-node-b86490d9-a4e9-4c63-6ea1-78e562e2b222-3879675b, #w-node-_61b4a0f3-ab51-cffa-e5b5-cf1f9e7e63f8-3879675b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_93c0426e-3453-1f54-6fbd-2990c703d125-3879675b, #w-node-_93c0426e-3453-1f54-6fbd-2990c703d12b-3879675b {
  align-self: start;
}

#w-node-c368ea09-7790-8245-030d-72f055d998b2-d65ab765 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7e56dcc9-9166-0842-a034-7c47627f3436-756c2187, #w-node-_27e5817c-423f-abf0-836e-211ea61618a6-756c2187 {
  align-self: start;
}

#w-node-_5b49969a-a982-f530-9444-5fbebb652f33-c9cf6931, #w-node-_5b49969a-a982-f530-9444-5fbebb652f33-542acdad, #w-node-_5b49969a-a982-f530-9444-5fbebb652f33-3a8d9820 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e56dcc9-9166-0842-a034-7c47627f3436-61066119, #w-node-_27e5817c-423f-abf0-836e-211ea61618a6-61066119, #w-node-_7e56dcc9-9166-0842-a034-7c47627f3436-97c13d14, #w-node-_27e5817c-423f-abf0-836e-211ea61618a6-97c13d14, #w-node-_7e56dcc9-9166-0842-a034-7c47627f3436-e3825042, #w-node-_27e5817c-423f-abf0-836e-211ea61618a6-e3825042 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_48945ea2-6f43-d754-cdd1-f471b48f4418-39ffc6e8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_48945ea2-6f43-d754-cdd1-f471b48f4438-39ffc6e8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_48945ea2-6f43-d754-cdd1-f471b48f444b-39ffc6e8 {
  justify-self: start;
}

#w-node-_5b49969a-a982-f530-9444-5fbebb652f33-93066d99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e56dcc9-9166-0842-a034-7c47627f3436-5ea1f93d, #w-node-_27e5817c-423f-abf0-836e-211ea61618a6-5ea1f93d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-b67b64a8-61b6-5de9-0cf9-52c88a83e94b-1d01af48 {
  place-self: center;
}

#w-node-dc7e9019-1d2c-c676-cff7-1e94a3a1a394-1d01af48 {
  align-self: center;
}

#w-node-_3a046724-d653-186c-f744-8314a0ff254f-1d01af48, #w-node-_3a046724-d653-186c-f744-8314a0ff2555-1d01af48, #w-node-_3a046724-d653-186c-f744-8314a0ff255b-1d01af48 {
  align-self: start;
}

#w-node-_2d7b52c6-7e77-0340-b41c-288dab461b25-1d01af48, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b26-1d01af48, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b28-1d01af48, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b29-1d01af48, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b2a-1d01af48, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b2b-1d01af48, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b2c-1d01af48, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b2d-1d01af48, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b30-1d01af48, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b31-1d01af48, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b33-1d01af48, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b34-1d01af48, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b35-1d01af48, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b36-1d01af48, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b37-1d01af48, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b38-1d01af48, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b3b-1d01af48, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b3e-1d01af48, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b3f-1d01af48, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b40-1d01af48, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b41-1d01af48, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b42-1d01af48, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b43-1d01af48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_623e6493-9073-2d9c-7ea8-d192a7d00703-1d01af48 {
  align-self: center;
}

#w-node-eab8c3ba-87f2-10f5-2c4d-8705919026ff-1d01af48 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-eab8c3ba-87f2-10f5-2c4d-870591902702-1d01af48 {
  align-self: center;
}

#w-node-_26f19af4-0667-42c6-bfb8-d4cc4411fe09-1d01af48 {
  align-self: end;
}

#w-node-_256daba0-f1f8-6c9d-a951-285e46942b67-1d01af48 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d99cb132-7356-1ee4-a29f-8f517da4ac9c-1d01af48 {
  place-self: auto end;
}

#w-node-b8ed3e49-2286-f8c1-495f-7ca32b244830-2b244819 {
  place-self: end;
}

#w-node-_8215d9ef-3cb4-2d51-d08d-5d46b14e762a-422d725f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8215d9ef-3cb4-2d51-d08d-5d46b14e762b-422d725f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24103683-ad52-cd03-5bb9-06b80fbda272-422d725f {
  align-self: start;
}

#w-node-bfc58640-70a2-c4f7-0552-b4bc0efda81f-422d725f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-bfc58640-70a2-c4f7-0552-b4bc0efda825-422d725f, #w-node-bfc58640-70a2-c4f7-0552-b4bc0efda82b-422d725f {
  align-self: start;
}

#w-node-_34b8e60a-1c75-72ad-291c-fdaaca0ed577-422d725f, #w-node-b86490d9-a4e9-4c63-6ea1-78e562e2b222-422d725f, #w-node-_61b4a0f3-ab51-cffa-e5b5-cf1f9e7e63f8-422d725f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_93c0426e-3453-1f54-6fbd-2990c703d125-422d725f, #w-node-_93c0426e-3453-1f54-6fbd-2990c703d12b-422d725f, #w-node-_7e56dcc9-9166-0842-a034-7c47627f3436-2e559288, #w-node-_27e5817c-423f-abf0-836e-211ea61618a6-2e559288 {
  align-self: start;
}

#w-node-_7e56dcc9-9166-0842-a034-7c47627f3436-51e78c63, #w-node-_27e5817c-423f-abf0-836e-211ea61618a6-51e78c63, #w-node-_7e56dcc9-9166-0842-a034-7c47627f3436-c0ce07bf, #w-node-_27e5817c-423f-abf0-836e-211ea61618a6-c0ce07bf, #w-node-_7e56dcc9-9166-0842-a034-7c47627f3436-604b0e3e, #w-node-_27e5817c-423f-abf0-836e-211ea61618a6-604b0e3e, #w-node-_7e56dcc9-9166-0842-a034-7c47627f3436-af0bb903, #w-node-_27e5817c-423f-abf0-836e-211ea61618a6-af0bb903 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_48945ea2-6f43-d754-cdd1-f471b48f4418-bd3e402d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_48945ea2-6f43-d754-cdd1-f471b48f4438-bd3e402d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_48945ea2-6f43-d754-cdd1-f471b48f444b-bd3e402d {
  justify-self: start;
}

#w-node-c368ea09-7790-8245-030d-72f055d998b2-43ecbd98 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5b49969a-a982-f530-9444-5fbebb652f33-b15ec335, #w-node-_5b49969a-a982-f530-9444-5fbebb652f33-14db65df, #w-node-_5b49969a-a982-f530-9444-5fbebb652f33-a0323f39, #w-node-_5b49969a-a982-f530-9444-5fbebb652f33-7300c364 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b67b64a8-61b6-5de9-0cf9-52c88a83e94b-d3605de8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-c3373cc2-f7ab-7d1f-999e-fd7d8964176f-d3605de8 {
    grid-area: 2 / 1 / 4 / 2;
  }

  #w-node-b3a48b96-4505-09cd-3eac-2cfd23c15df9-d3605de8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b3a48b96-4505-09cd-3eac-2cfd23c15dfa-d3605de8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b3a48b96-4505-09cd-3eac-2cfd23c15e0c-d3605de8 {
    order: 9999;
    grid-area: 2 / 1 / 4 / 3;
  }

  #w-node-b3a48b96-4505-09cd-3eac-2cfd23c15e0e-d3605de8, #w-node-_4899b83e-cc38-9946-e15c-51b038a3788b-d3605de8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-eab8c3ba-87f2-10f5-2c4d-8705919026ff-d3605de8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4302363c-08fe-341b-d68a-1aecd5782a6f-d3605de8, #w-node-_435aebb0-e335-b361-38cb-727b64e1901d-d3605de8, #w-node-e38130ee-d21d-0e2d-4c65-160415d45aa6-d3605de8, #w-node-e38130ee-d21d-0e2d-4c65-160415d45aac-d3605de8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8cdac2d6-56e4-86f1-ff3e-a9bd70bf297b-d3605de8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_99a35f2c-b739-0fb1-37c8-b49454d67104-d3605de8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7d5e9f83-11a0-99f7-8798-36104fa09719-d3605de8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_686ed436-4f61-00e2-d461-1e6d636e634c-d3605de8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2e6d831a-a0a1-5b2b-3330-f704fa34e183-d3605de8, #w-node-_4aaaeb95-dd37-5fe3-f599-6e261895f7d1-d3605de8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d99cb132-7356-1ee4-a29f-8f517da4ac9c-d3605de8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto center;
  }

  #w-node-d834a5da-0258-c102-e477-04bb4c8eeba0-4c8eeb9a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d834a5da-0258-c102-e477-04bb4c8eebaf-4c8eeb9a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end;
  }

  #w-node-_8215d9ef-3cb4-2d51-d08d-5d46b14e762a-3879675b {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_24103683-ad52-cd03-5bb9-06b80fbda272-3879675b, #w-node-_7e56dcc9-9166-0842-a034-7c47627f3436-756c2187, #w-node-_27e5817c-423f-abf0-836e-211ea61618a6-756c2187 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_5b49969a-a982-f530-9444-5fbebb652f22-c9cf6931, #w-node-_5b49969a-a982-f530-9444-5fbebb652f33-c9cf6931, #w-node-_3c2cd1cd-debb-412b-5f79-460ede469906-de469900 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3c2cd1cd-debb-412b-5f79-460ede469907-de469900 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3c2cd1cd-debb-412b-5f79-460ede469914-de469900 {
    order: 9999;
    grid-area: 2 / 1 / 4 / 3;
  }

  #w-node-_3c2cd1cd-debb-412b-5f79-460ede469916-de469900, #w-node-_5b49969a-a982-f530-9444-5fbebb652f22-542acdad, #w-node-_5b49969a-a982-f530-9444-5fbebb652f33-542acdad, #w-node-_32145235-3835-cb7f-d0b8-cab88e395946-3a8d9820, #w-node-_5b49969a-a982-f530-9444-5fbebb652f33-3a8d9820 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7e56dcc9-9166-0842-a034-7c47627f3436-61066119, #w-node-_27e5817c-423f-abf0-836e-211ea61618a6-61066119, #w-node-_7e56dcc9-9166-0842-a034-7c47627f3436-97c13d14, #w-node-_27e5817c-423f-abf0-836e-211ea61618a6-97c13d14, #w-node-_7e56dcc9-9166-0842-a034-7c47627f3436-e3825042, #w-node-_27e5817c-423f-abf0-836e-211ea61618a6-e3825042 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_48945ea2-6f43-d754-cdd1-f471b48f4418-39ffc6e8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_48945ea2-6f43-d754-cdd1-f471b48f4438-39ffc6e8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_32145235-3835-cb7f-d0b8-cab88e395946-93066d99, #w-node-_5b49969a-a982-f530-9444-5fbebb652f33-93066d99 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7e56dcc9-9166-0842-a034-7c47627f3436-5ea1f93d, #w-node-_27e5817c-423f-abf0-836e-211ea61618a6-5ea1f93d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-b67b64a8-61b6-5de9-0cf9-52c88a83e94b-1d01af48 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-c3373cc2-f7ab-7d1f-999e-fd7d8964176f-1d01af48 {
    grid-area: 2 / 1 / 4 / 2;
  }

  #w-node-b3a48b96-4505-09cd-3eac-2cfd23c15df9-1d01af48 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b3a48b96-4505-09cd-3eac-2cfd23c15dfa-1d01af48 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b3a48b96-4505-09cd-3eac-2cfd23c15e0c-1d01af48 {
    order: 9999;
    grid-area: 2 / 1 / 4 / 3;
  }

  #w-node-b3a48b96-4505-09cd-3eac-2cfd23c15e0e-1d01af48, #w-node-_4899b83e-cc38-9946-e15c-51b038a3788b-1d01af48 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-eab8c3ba-87f2-10f5-2c4d-8705919026ff-1d01af48 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4302363c-08fe-341b-d68a-1aecd5782a6f-1d01af48, #w-node-_435aebb0-e335-b361-38cb-727b64e1901d-1d01af48, #w-node-e38130ee-d21d-0e2d-4c65-160415d45aa6-1d01af48, #w-node-e38130ee-d21d-0e2d-4c65-160415d45aac-1d01af48 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8cdac2d6-56e4-86f1-ff3e-a9bd70bf297b-1d01af48 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_99a35f2c-b739-0fb1-37c8-b49454d67104-1d01af48 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7d5e9f83-11a0-99f7-8798-36104fa09719-1d01af48 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_686ed436-4f61-00e2-d461-1e6d636e634c-1d01af48 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2e6d831a-a0a1-5b2b-3330-f704fa34e183-1d01af48, #w-node-_4aaaeb95-dd37-5fe3-f599-6e261895f7d1-1d01af48 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d99cb132-7356-1ee4-a29f-8f517da4ac9c-1d01af48 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto center;
  }

  #w-node-b8ed3e49-2286-f8c1-495f-7ca32b24481f-2b244819 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8ed3e49-2286-f8c1-495f-7ca32b244830-2b244819 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end;
  }

  #w-node-_8215d9ef-3cb4-2d51-d08d-5d46b14e762a-422d725f {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_24103683-ad52-cd03-5bb9-06b80fbda272-422d725f, #w-node-_7e56dcc9-9166-0842-a034-7c47627f3436-2e559288, #w-node-_27e5817c-423f-abf0-836e-211ea61618a6-2e559288, #w-node-_7e56dcc9-9166-0842-a034-7c47627f3436-51e78c63, #w-node-_27e5817c-423f-abf0-836e-211ea61618a6-51e78c63, #w-node-_7e56dcc9-9166-0842-a034-7c47627f3436-c0ce07bf, #w-node-_27e5817c-423f-abf0-836e-211ea61618a6-c0ce07bf, #w-node-_7e56dcc9-9166-0842-a034-7c47627f3436-604b0e3e, #w-node-_27e5817c-423f-abf0-836e-211ea61618a6-604b0e3e, #w-node-_7e56dcc9-9166-0842-a034-7c47627f3436-af0bb903, #w-node-_27e5817c-423f-abf0-836e-211ea61618a6-af0bb903 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_48945ea2-6f43-d754-cdd1-f471b48f4418-bd3e402d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_48945ea2-6f43-d754-cdd1-f471b48f4438-bd3e402d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_5b49969a-a982-f530-9444-5fbebb652f22-b15ec335, #w-node-_5b49969a-a982-f530-9444-5fbebb652f33-b15ec335, #w-node-_737e34de-d235-b810-54c5-7fa87ac1e201-7ac1e1fb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_737e34de-d235-b810-54c5-7fa87ac1e202-7ac1e1fb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_737e34de-d235-b810-54c5-7fa87ac1e20f-7ac1e1fb {
    order: 9999;
    grid-area: 2 / 1 / 4 / 3;
  }

  #w-node-_737e34de-d235-b810-54c5-7fa87ac1e211-7ac1e1fb, #w-node-_5b49969a-a982-f530-9444-5fbebb652f22-14db65df, #w-node-_5b49969a-a982-f530-9444-5fbebb652f33-14db65df, #w-node-_32145235-3835-cb7f-d0b8-cab88e395946-a0323f39, #w-node-_5b49969a-a982-f530-9444-5fbebb652f33-a0323f39, #w-node-_32145235-3835-cb7f-d0b8-cab88e395946-7300c364, #w-node-_5b49969a-a982-f530-9444-5fbebb652f33-7300c364 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c3373cc2-f7ab-7d1f-999e-fd7d8964176f-d3605de8 {
    grid-area: 2 / 1 / 4 / 2;
  }

  #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b29-d3605de8, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b34-d3605de8, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b3f-d3605de8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d834a5da-0258-c102-e477-04bb4c8eebb4-4c8eeb9a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_8215d9ef-3cb4-2d51-d08d-5d46b14e762e-3879675b {
    order: 9999;
  }

  #w-node-_3b07f550-fdff-e752-e807-417a0d18c6a8-d65ab765, #w-node-d4ffabe3-2e92-02eb-f04d-1b36cc9f35d3-d65ab765, #w-node-_666d8a31-8994-56e4-1ad0-abc1013f396b-d65ab765 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_7e56dcc9-9166-0842-a034-7c47627f3447-756c2187 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c3373cc2-f7ab-7d1f-999e-fd7d8964176f-1d01af48 {
    grid-area: 2 / 1 / 4 / 2;
  }

  #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b29-1d01af48, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b34-1d01af48, #w-node-_2d7b52c6-7e77-0340-b41c-288dab461b3f-1d01af48 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8ed3e49-2286-f8c1-495f-7ca32b244835-2b244819 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_8215d9ef-3cb4-2d51-d08d-5d46b14e762e-422d725f {
    order: 9999;
  }

  #w-node-_7e56dcc9-9166-0842-a034-7c47627f3447-2e559288 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3b07f550-fdff-e752-e807-417a0d18c6a8-43ecbd98, #w-node-d4ffabe3-2e92-02eb-f04d-1b36cc9f35d3-43ecbd98, #w-node-_666d8a31-8994-56e4-1ad0-abc1013f396b-43ecbd98 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c3373cc2-f7ab-7d1f-999e-fd7d8964176f-d3605de8 {
    grid-area: 2 / 1 / 4 / 2;
  }

  #w-node-b3a48b96-4505-09cd-3eac-2cfd23c15e0c-d3605de8 {
    order: 9999;
    grid-area: 2 / 1 / 5 / 3;
  }

  #w-node-_7d5e9f83-11a0-99f7-8798-36104fa09719-d3605de8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_26bfb1df-8c0b-7d7a-d856-8645fcfcfdb8-d3605de8, #w-node-_7b032e0c-7dce-924b-78e0-12dcee9fbe93-d3605de8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d834a5da-0258-c102-e477-04bb4c8eeba0-4c8eeb9a {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-d834a5da-0258-c102-e477-04bb4c8eebaf-4c8eeb9a {
    grid-area: span 3 / span 1 / span 3 / span 1;
    place-self: end;
  }

  #w-node-_3c2cd1cd-debb-412b-5f79-460ede469914-de469900, #w-node-b3a48b96-4505-09cd-3eac-2cfd23c15e0c-1d01af48 {
    order: 9999;
    grid-area: 2 / 1 / 5 / 3;
  }

  #w-node-_7d5e9f83-11a0-99f7-8798-36104fa09719-1d01af48 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_26bfb1df-8c0b-7d7a-d856-8645fcfcfdb8-1d01af48, #w-node-_7b032e0c-7dce-924b-78e0-12dcee9fbe93-1d01af48 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8ed3e49-2286-f8c1-495f-7ca32b24481f-2b244819 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-b8ed3e49-2286-f8c1-495f-7ca32b244830-2b244819 {
    grid-area: span 3 / span 1 / span 3 / span 1;
    place-self: end;
  }

  #w-node-_737e34de-d235-b810-54c5-7fa87ac1e20f-7ac1e1fb {
    order: 9999;
    grid-area: 2 / 1 / 5 / 3;
  }
}


@font-face {
  font-family: '1 Ptug 8 Zys Skggpnyc 0 Itw';
  src: url('../fonts/1Ptug8zYS_SKggPNyC0ITw.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Assistant N 4';
  src: url('../fonts/assistant_n4.bcd3d09dcb631dec5544b8fb7b154ff234a44630.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Franie Scondensed';
  src: url('../fonts/Franie-SCondensed.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Franie Condensed';
  src: url('../fonts/Franie-SCondensedBold.woff2') format('woff2'), url('../fonts/Franie-SCondensedSBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Franie Scondensedhair';
  src: url('../fonts/Franie-SCondensedHair.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}