@font-face {
  font-family: Everett Jana Web;
  src: url('../fonts/Everett_Jana-Regular-web.woff2') format("woff2"), url('../fonts/Everett_Jana-Regular-web.woff') format("woff"), url('../fonts/Everett_Jana-Regular-web.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Twkeverett;
  src: url('../fonts/TWKEverett-Medium.woff2') format("woff2"), url('../fonts/TWKEverett-Medium.woff') format("woff"), url('../fonts/TWKEverett-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Twkeverett;
  src: url('../fonts/TWKEverett-LightItalic.woff2') format("woff2"), url('../fonts/TWKEverett-LightItalic.woff') format("woff"), url('../fonts/TWKEverett-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

:root {
  --color-primary: #ffed2f;
  --padding-small\<deleted\|variable-f22fa8ea-e43d-9466-7938-39b95522d8a3\>: 40px;
  --padding-medium-fix: 3rem;
  --padding-small-em: .75em;
  --padding-medium-em: 1em;
  --padding-large-em: 1.75em;
  --padding-small-fix: 1.5rem;
  --padding-xlarge-fix: 5.5rem;
  --padding-y-fix\<deleted\|variable-960a35c5-2e61-cf64-2005-ec1b2d488acc\>: 4.15rem;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

body {
  color: #000;
  font-family: Twkeverett, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}

h1 {
  color: #000;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Everett Jana Web, Arial, sans-serif;
  font-size: 12vw;
  font-weight: 400;
  line-height: 1;
}

h2 {
  text-align: center;
  margin: 0 auto;
  font-family: Everett Jana Web, Arial, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1;
}

h3 {
  text-align: center;
  text-underline-offset: .3em;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1;
  text-decoration: underline;
  text-decoration-thickness: .04em;
}

h4 {
  text-align: center;
  text-transform: none;
  text-underline-offset: .3em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.05em;
  font-weight: 300;
  line-height: 1.25;
  text-decoration: underline;
}

p {
  margin-bottom: 0;
}

a {
  color: #000;
  -webkit-text-decoration: underline #000;
  text-decoration: underline #000;
}

a:hover {
  background-image: linear-gradient(0deg, var(--color-primary), #fff9b6 38%, white);
  color: #000;
}

li {
  margin-bottom: 2em;
}

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

strong {
  font-weight: 500;
}

.inline-block {
  display: inline;
}

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

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

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

.text-style-nocap {
  text-transform: none;
  white-space: nowrap;
}

.max-height-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.styleguide_heading {
  z-index: 4;
  color: #000;
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 500;
}

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

.styleguide_empty-box {
  z-index: -1;
  background-color: #f537df;
  width: 100%;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.styleguide_empty-box.pointer-events-off {
  background-color: #f537df;
}

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

.styleguide_ratio-bg {
  z-index: -1;
  background-color: #f537df;
  min-width: 3rem;
  height: 100%;
  position: relative;
}

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

.padding-x-large {
  padding-right: var(--padding-small\<deleted\|variable-f22fa8ea-e43d-9466-7938-39b95522d8a3\>);
  padding-left: var(--padding-small\<deleted\|variable-f22fa8ea-e43d-9466-7938-39b95522d8a3\>);
}

.text-size-medium {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.2;
}

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

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

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.container-small {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 789px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-small.left {
  justify-content: center;
  align-items: flex-start;
}

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

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

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

.padding-x-small {
  padding-right: var(--padding-small\<deleted\|variable-f22fa8ea-e43d-9466-7938-39b95522d8a3\>);
  padding-left: var(--padding-small\<deleted\|variable-f22fa8ea-e43d-9466-7938-39b95522d8a3\>);
}

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

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

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

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

.heading-h6 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

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

.padding-y-xlarge {
  padding-top: calc(var(--spacer-em-xl) * 2);
  padding-bottom: calc(var(--spacer-em-xl) * 2);
}

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

.text-color-secondary {
  color: #e2e2e2;
}

.icon-1x1-medium {
  width: 1.5em;
  height: 1.1em;
}

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

.button {
  padding: var(--padding-small-em) var(--padding-medium-em);
  filter: drop-shadow(0 2px 4px #0000001a);
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px #000;
  border-radius: 5em;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  line-height: .7;
  text-decoration: none;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button:hover {
  color: #000;
  background-color: #e6e6e6;
  background-image: none;
}

.button.secondary {
  color: #e2e2e2;
  background-color: #000;
  border-color: #e2e2e2;
}

.button.secondary.is-alternate {
  color: #fff;
  background-color: #0000;
}

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

.button.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: #fff;
  background-color: #0000;
}

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

.button.tertiary {
  color: #000;
  background-color: #e2e2e2;
  border-color: #0000;
}

.button.is-icon-only {
  display: block;
}

.button.is-icon-only:hover {
  color: #000;
}

.button.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.button.is-small {
  border-radius: 0;
  padding: .125rem .5rem;
}

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

.button.is-navigation {
  padding: var(--padding-small-em) var(--padding-medium-em);
  font-family: Everett Jana Web, Arial, sans-serif;
  font-size: 1.75em;
  font-weight: 400;
}

.button.is-navigation:hover {
  color: #000;
}

.button.is-navigation.menu-open:hover {
  background-color: #e6e6e6;
  background-image: none;
}

.button.is-navigation.menu-close.close-iframe {
  right: var(--padding-small-fix);
  z-index: 100000;
  position: static;
}

.button.navigation-element {
  padding: .28em .75em;
  font-family: Everett Jana Web, Arial, sans-serif;
  font-size: 3.6em;
  font-weight: 400;
}

.button.text-block {
  font-family: Everett Jana Web, Arial, sans-serif;
  font-size: 1.75em;
  font-weight: 400;
}

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

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

.index-4 {
  z-index: 400;
  position: relative;
}

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

.grey {
  color: #e2e2e2;
  font-weight: 500;
}

.background-color-primary {
  background-color: #f537df;
}

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

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

.form_checkbox.is-alternate {
  color: #fff;
}

.form_field-wrapper {
  position: relative;
}

.shadow-medium {
  box-shadow: 2px 2px 8px -2px #000;
}

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

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

.form_radio-icon {
  cursor: pointer;
  border: 1px solid #000;
  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: #fff;
}

.heading-h3 {
  text-underline-offset: .18em;
  font-family: Twkeverett, Arial, sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  text-decoration-thickness: .052em;
}

.background-color-secondary {
  background-color: #e2e2e2;
  background-image: linear-gradient(180deg, var(--color-primary), white);
}

.text-color-white {
  color: #fff;
}

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

.text-color-primary {
  color: #f537df;
}

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

.styleguide_empty-box-2 {
  z-index: -1;
  background-color: #0062ff;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.styleguide_empty-box-2._100vh {
  background-color: #f537df;
  height: 100vh;
}

.styleguide_empty-box-2._100vh.secondary {
  background-color: red;
}

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

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

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

.border-top {
  border-top: 2px solid #f537df;
}

.padding-x-xlarge {
  padding-left: 3rem;
  padding-right: 3rem;
}

.padding-y-small {
  padding-top: .5em;
  padding-bottom: .5rem;
}

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

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

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

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

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

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

.form_input.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

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

.styleguide_subheading {
  z-index: 3;
  color: #000;
  text-transform: uppercase;
  background-color: #e2e2e2;
  border-radius: 0;
  margin-bottom: 1rem;
  padding: .5rem;
  font-weight: 500;
  line-height: 1.5;
}

.heading-h4 {
  text-align: center;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.3;
}

.heading-h4.font-feature {
  font-size: 1.8em;
}

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

.container-large {
  width: 100%;
  max-width: 983px;
  padding-right: var(--padding-small-fix);
  padding-left: var(--padding-small-fix);
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-large.hero-content {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 10%;
  display: flex;
}

.container-large.slider {
  display: none;
}

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

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

.styleguide_label {
  color: #000;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #e2e2e2;
  padding: .125rem .25rem;
  font-size: .75rem;
  display: inline-block;
}

.styleguide_label.is-html-tag {
  color: #f537df;
  background-color: #e2e2e2;
}

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

.text-color-tertiary {
  color: #fca314;
}

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

.rl-styleguide_spacing {
  border: 1px dashed #000;
}

.text-color-black {
  color: #000;
}

.block-quote {
  font-weight: 500;
}

.border-left {
  border-top: 2px #f537df;
  border-left: 2px solid #f537df;
}

.in-page_nav {
  z-index: 1000;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #e2e2e2;
  border-radius: 0;
  margin-top: 1rem;
  margin-bottom: 3rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: sticky;
  top: 0;
}

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

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

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

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

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

.background-color-white {
  background-color: #fff;
}

.hide {
  display: none;
}

.hero {
  z-index: 2000;
  mix-blend-mode: multiply;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  margin-top: 6rem;
  line-height: 1;
  position: relative;
}

.padding-x-medium {
  padding-left: 1rem;
  padding-right: 1rem;
}

.padding-y-large {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

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

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

.flex-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  align-items: center;
  list-style-type: none;
  display: flex;
}

.text-size-large {
  font-size: 2.3em;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

.spacer-huge {
  width: 100%;
  padding-top: calc(var(--spacer-xl) * 2);
}

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

.background-color-tertiary {
  background-color: #fca314;
}

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

.visually-hidden {
  display: none;
  position: absolute;
  overflow: visible;
}

.background-color-alternative {
  background-color: #000;
}

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

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

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

.form_field-label.is-alternate {
  color: #fff;
}

.dros-shadow-medium {
  filter: drop-shadow(8px 8px 2px #000);
}

.shadow-small {
  box-shadow: 2px 2px 8px -2px #e2e2e2;
}

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

.text-align-center.step-text {
  max-width: 78%;
}

.text-align-center.step-text.text-size-medium.bold {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.text-color-alternate {
  color: #fff;
}

.page_nav-link.w--current {
  color: #000;
}

.styleguide_spacing {
  border: 1px dashed #000;
}

.styleguide_typography.scroll-magin-top {
  scroll-margin-top: 18em;
}

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

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

.padding-y-medium {
  padding-top: 1em;
  padding-bottom: 1rem;
}

.index-5 {
  z-index: 500;
  position: relative;
}

.heading-h5 {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.background-color-black {
  background-color: #000;
}

.snaplayer_section {
  z-index: 1;
  scroll-snap-align: start;
  height: 100vh;
  position: relative;
  top: 0;
  overflow: hidden;
}

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

.form_radio.is-alternate {
  color: #fff;
}

.text-size-tiny {
  font-size: .5rem;
  line-height: 1.2;
}

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

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

.form_checkbox-icon {
  cursor: pointer;
  border: 1px solid #000;
  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: #fff;
}

.snaplayer_wrapper {
  scroll-snap-type: y mandatory;
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  overflow: scroll;
}

.drop-shadow-large {
  filter: drop-shadow(8px 8px 2px #f537df);
}

.index-3 {
  position: relative;
}

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

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

.scroll-magin-top {
  scroll-margin-top: 500px;
  display: block;
}

.shadow-large {
  box-shadow: 2px 2px 8px -2px #f537df;
}

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

.section {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: auto;
  position: static;
  top: 0;
}

.section.position-2 {
  z-index: 2;
  position: sticky;
  top: 0;
}

.section.position-3 {
  z-index: 3;
  background-color: #fff;
  position: sticky;
  top: 0;
}

.container-medium {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  width: 100%;
  max-width: 789px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.heading-h1 {
  color: #000;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.navigation_list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

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

.navigation {
  z-index: 1000;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--color-primary);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0%;
  min-height: 0;
  transition: height .4s;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.navigation.navigation-open {
  height: 100%;
}

.navigation.hide {
  display: none;
}

.close__wrapper {
  top: var(--padding-small-fix);
  right: var(--padding-small-fix);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.burger__wrapper {
  top: var(--padding-small-fix);
  right: var(--padding-small-fix);
  z-index: 800;
  cursor: pointer;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  display: flex;
  position: fixed;
}

.burger__wrapper.close-iframe {
  z-index: 10000;
  display: none;
}

.burger__wrapper.close-iframe.show-hide {
  display: block;
}

.footer {
  z-index: 0;
  padding: var(--padding-medium-fix) var(--padding-small-fix) 4.375rem;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center start;
  display: grid;
  position: relative;
}

.footer__text {
  width: auto;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.33;
  display: block;
}

.footer__text.footer_logo {
  font-family: Everett Jana Web, Arial, sans-serif;
  font-size: 2.8em;
  line-height: 1.5;
}

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

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

.footer__text--link {
  text-transform: uppercase;
  text-decoration: none;
}

.header {
  z-index: 100;
  background-color: #e1ff00;
  width: 100%;
  height: auto;
  position: static;
  inset: 0% 0% auto;
}

.table3_column {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  min-height: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
}

.table3_column.is-width-large {
  min-width: 12rem;
  max-width: 22rem;
}

.table3_column.is-header-column {
  min-height: auto;
}

.table3_column.is-header-column.is-width-large {
  max-width: 22rem;
}

.table3_column.is-header-column.is-width-small.align-right {
  justify-content: center;
  align-items: flex-end;
}

.table3_column.is-width-small {
  min-width: 6rem;
  max-width: 8rem;
}

.table3_column.is-width-small.align-right {
  justify-content: center;
  align-items: flex-end;
}

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

.section_data---copied {
  overflow: hidden;
}

.section_data---copied.color-scheme-2.scroll-margin-top {
  display: none;
  overflow: hidden;
}

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

.margin-bottom.margin-xlarge {
  margin: 0 0 3rem;
}

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

.table3_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  position: relative;
}

.faq1_list {
  border-bottom: 1px solid #000;
  font-size: 1.125rem;
}

.stats_slide {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

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

.table3_item {
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  transition: background-color .2s;
  display: flex;
}

.table3_item:hover {
  background-color: #fffada;
}

.table3_item.empty {
  height: 2.8em;
}

.table3_item.empty:hover {
  background-color: #0000;
}

.stats27_item {
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.slider_slide {
  padding-left: 3rem;
  padding-right: 3rem;
}

.table3_content {
  border-top: 1px solid #000;
  border-bottom: 1px #000;
  flex-direction: column;
  overflow: auto;
}

.table3_content.no-top-line {
  border-top-style: none;
}

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

.slider--mobile {
  background-color: #0000;
  height: auto;
  padding-bottom: 4rem;
  display: block;
  position: relative;
}

.slider_mask--mobile {
  width: 100%;
  overflow: hidden;
}

.table3_header-row {
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  transition: background-color .2s;
  display: flex;
}

.table3_header-row:hover {
  background-color: #fffada;
}

.stats_bar {
  z-index: -100;
  background-color: #ffe646;
  border-bottom: 1px #000;
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 100%);
}

.stats_bar._1 {
  height: 1%;
}

.stats_bar._3 {
  height: 3%;
}

.stats_bar._11 {
  height: 11%;
}

.stats_bar._10 {
  height: 10%;
}

.stats_bar._42 {
  height: 42%;
}

.stats_bar._6 {
  height: 6%;
}

.stats_bar._4 {
  height: 4%;
}

.stats_bar._5 {
  height: 5%;
}

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

.heading-style-h3 {
  letter-spacing: .04rem;
  font-size: 3.3rem;
  font-weight: 600;
  line-height: 1.2;
}

.slider_slide-nav {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 4rem;
  font-size: .5rem;
  display: flex;
  inset: auto 0% 0%;
}

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

.slider-arrow-icon_default {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.stats_wrapper {
  border-bottom: 1px solid #000;
  width: 100%;
  height: 10rem;
  position: relative;
}

.stats27_number {
  text-align: center;
  letter-spacing: 1px;
  font-size: 3.3rem;
  font-weight: 600;
  line-height: .7;
  position: absolute;
  inset: auto 0% 6px;
}

.heading-style-h4 {
  letter-spacing: .02rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.heading-style-h4.hyphenation {
  overflow: visible;
}

.slider-arrow {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.slider-arrow.is-bottom-next {
  transition: transform .2s;
  inset: auto 0% 50% auto;
}

.slider-arrow.is-bottom-next:hover {
  background-color: var(--color-primary);
  color: #ffe646;
  transform: none;
}

.slider-arrow.is-bottom-previous {
  color: #fff;
  width: 2rem;
  height: 2rem;
  display: flex;
  inset: auto auto 50% 0%;
  transform: scaleX(-1);
}

.slider-arrow.is-bottom-previous:hover {
  background-color: var(--color-primary);
}

.stats27_item-content {
  z-index: 100;
  text-align: center;
  background-color: #fff;
  flex: 0 auto;
  height: auto;
  min-height: 5.5em;
  padding-top: 1em;
  position: relative;
  overflow: visible;
}

.testimonial24_slider--desktop {
  background-color: #0000;
  height: auto;
  padding-bottom: 4rem;
  position: relative;
}

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

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

.padding-section-large.padding-bottom-small {
  padding-bottom: 1px;
}

.faq1_question {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition: background-color .2s;
  display: flex;
}

.faq1_question:hover {
  background-color: #fffada;
}

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

.testimonial24_mask--desktop {
  width: 100%;
  overflow: visible;
}

.faq1_answer {
  overflow: hidden;
}

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

.slider, .slider.feature {
  display: none;
}

.team1_image {
  aspect-ratio: 1;
  filter: grayscale();
  object-fit: cover;
  border-radius: 100%;
  width: 77%;
  max-width: none;
}

.team1_title-wrapper {
  text-align: center;
  flex-flow: column;
  display: flex;
}

.team1_image-wrapper {
  aspect-ratio: auto;
}

.team1_list {
  grid-column-gap: 12%;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 4%;
  margin-right: 4%;
  display: grid;
}

.team1_item {
  min-width: 0;
  padding-right: var(--padding-small-fix);
  padding-left: var(--padding-small-fix);
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.section-hero {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--color-primary) 65%, white);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
  position: relative;
}

.section-hero.position-1 {
  z-index: 1;
  position: sticky;
  top: 0;
}

.button-container {
  width: 100%;
  height: auto;
  padding-top: var(--padding-medium-fix);
  padding-bottom: var(--padding-medium-fix);
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #0000;
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.button-container.background-color-secondary {
  z-index: 6;
  padding-top: var(--padding-y-fix\<deleted\|variable-960a35c5-2e61-cf64-2005-ec1b2d488acc\>);
  padding-bottom: var(--padding-y-fix\<deleted\|variable-960a35c5-2e61-cf64-2005-ec1b2d488acc\>);
  background-color: #fff;
  background-image: linear-gradient(0deg, var(--color-primary), white);
  position: relative;
}

.image-block {
  justify-content: flex-start;
  align-items: flex-start;
}

.image-block.right {
  justify-content: flex-start;
  align-items: flex-end;
}

.image--small {
  width: 45%;
  margin-right: 0;
  margin-left: var(--padding-medium-fix);
  aspect-ratio: 16 / 9;
}

.image--medium {
  aspect-ratio: 16 / 9;
  width: 64%;
}

.image--portrait {
  width: 63%;
  margin: 0;
}

.image-portrair-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 64%;
  margin-left: 0;
}

.image-container {
  max-width: none;
  height: 110vw;
  padding-top: var(--padding-xlarge-fix);
  padding-right: var(--padding-small-fix);
  padding-left: var(--padding-small-fix);
  grid-column-gap: var(--padding-medium-fix);
  grid-row-gap: var(--padding-medium-fix);
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-container.mobile {
  display: none;
}

.topics-container {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: flex-start;
  max-width: 689px;
  display: flex;
}

.topics-container.right {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  align-self: flex-end;
  margin-left: 0;
}

.animation {
  z-index: 1;
  width: 104%;
  position: absolute;
}

.animation.regulation {
  width: 83%;
}

.animation.selbst {
  width: 101%;
  padding-top: 8%;
}

.animation.andere {
  width: 75%;
}

.animation.stress {
  width: 109%;
}

.topics-content {
  width: 100%;
}

.topics-title-wrapper {
  grid-column-gap: .85em;
  grid-row-gap: .85em;
  text-align: left;
  text-transform: uppercase;
  flex-flow: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: .5em;
  font-size: 1em;
  line-height: .5;
  display: flex;
}

.button-container-text {
  text-align: center;
  max-width: 60%;
}

.image--tiny {
  aspect-ratio: 16 / 9;
  width: 37%;
  margin-right: 16%;
}

.steps-list-wrapper {
  max-width: none;
  margin-top: var(--padding-small-em);
  margin-bottom: var(--padding-small-em);
  padding-left: 0;
}

.step-container {
  padding-top: var(--padding-small-em);
  padding-bottom: var(--padding-small-em);
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border: 1px solid #000;
  border-radius: 6em;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image--portrait-small {
  width: 40%;
}

.text-block {
  line-height: .5;
}

.section-title {
  z-index: 1;
  padding-top: var(--padding-xlarge-fix);
  position: static;
  top: 0;
}

.section-title.position-1 {
  z-index: 1;
  background-color: #fff;
  position: sticky;
  top: 0;
}

.section-title._3 {
  z-index: 3;
}

.spacer {
  width: 100%;
  height: 3.5em;
}

.spacer.small {
  height: .5em;
}

.spacer.large {
  height: 5.5em;
}

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

.font-feature {
  font-feature-settings: "ss07";
  font-size: .8em;
  line-height: 1;
}

.feature {
  margin-bottom: var(--padding-xlarge-fix);
  grid-column-gap: 3.25em;
  grid-row-gap: 3.25em;
  flex-flow: column;
  display: flex;
}

.feature-so-funktionierts {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  display: flex;
}

.list-item-2 {
  margin-bottom: 1.5em;
}

.bold {
  font-weight: 500;
}

.bold.footer-link {
  text-align: left;
  text-decoration: none;
}

.navigation-open {
  z-index: 1000;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--color-primary);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  min-height: 0;
  transition: height .4s;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 37%;
  display: flex;
  position: relative;
}

.div-block.achtsamkeit {
  width: 41%;
}

.div-block.stress {
  width: 44%;
}

.div-block.andere {
  width: 27%;
}

.blob {
  z-index: 0;
  aspect-ratio: 1;
  background-color: var(--color-primary);
  filter: blur(10px);
  border-radius: 100%;
  width: 100%;
  position: absolute;
}

.sticky {
  z-index: 3;
  min-height: 100vh;
  position: relative;
  top: 0;
  overflow: scroll;
}

.image-container--desktop {
  max-width: none;
  height: 100vw;
  padding-top: var(--padding-xlarge-fix);
  padding-right: var(--padding-small-fix);
  padding-left: var(--padding-small-fix);
  grid-column-gap: var(--padding-small-fix);
  grid-row-gap: var(--padding-small-fix);
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.image-container--desktop.mobile {
  display: none;
}

.image-container--mobile {
  max-width: none;
  height: 100vw;
  padding-top: var(--padding-xlarge-fix);
  padding-right: var(--padding-small-fix);
  padding-left: var(--padding-small-fix);
  grid-column-gap: var(--padding-small-fix);
  grid-row-gap: var(--padding-small-fix);
  flex-flow: column;
  display: none;
  overflow: hidden;
}

.image-container--mobile.mobile {
  display: none;
}

.image-container--desktop-copy {
  max-width: none;
  height: 100vw;
  padding-top: var(--padding-xlarge-fix);
  padding-right: var(--padding-small-fix);
  padding-left: var(--padding-small-fix);
  grid-column-gap: var(--padding-small-fix);
  grid-row-gap: var(--padding-small-fix);
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.image-container--desktop-copy.mobile, .stickylayer_wrapper {
  display: none;
}

.container-sticky {
  position: relative;
}

.container-sticky.position-1 {
  z-index: 1;
  position: sticky;
  top: 0;
}

.container-sticky.position-2 {
  z-index: 2;
  position: sticky;
  top: 0;
}

.slider-2 {
  height: 100vh;
}

.slider-2.purple {
  color: #6522e0;
}

.text-low {
  margin-bottom: 0;
  font-size: 318%;
  position: absolute;
  inset: auto 0% 0%;
}

.download-icon {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: .58em;
  height: 2.6rem;
  font-size: 1em;
  line-height: 1;
  display: flex;
}

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

.margin-bottom-2.margin-medium {
  margin: 0 0 50rem;
}

.section-angebot {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  mix-blend-mode: normal;
  min-height: 100vh;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.section-angebot.reverse._2 {
  z-index: 2;
}

.section-angebot.reverse._1 {
  z-index: 1;
  position: sticky;
  top: 0;
}

.icon-arrow-left {
  color: #66ff40;
  width: 70%;
  height: auto;
  margin-top: -55%;
  margin-left: 0;
  margin-right: 10%;
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
}

.icon-arrow-left.purple {
  color: #6522e0;
}

.accordion_1_content {
  border-top: 1px #0000;
  padding: .3em .15rem 2em;
  font-size: 1em;
}

.accordion-title {
  text-align: left;
  color: currentColor;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.2;
}

.download-block {
  color: gray;
  border-top: 2px solid #808080d9;
  border-bottom: 2px solid #808080d9;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 2.1rem;
  margin-bottom: 5.6rem;
  padding-left: .2rem;
  padding-right: .2rem;
  font-size: 81%;
  display: flex;
}

.download-block:hover {
  border-top-color: #66ff40;
  border-bottom-color: #66ff40;
}

.accordion_wrapper {
  border-bottom: 2px solid #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.col {
  width: 50%;
  padding: 0 2rem 5.6rem;
  overflow: scroll;
}

.accordion-list {
  margin-top: 0;
  margin-bottom: .8rem;
  font-size: 100%;
}

.col-sticky {
  width: 50%;
  height: 100%;
  position: sticky;
  inset: 0% auto auto 0%;
}

.slide-30 {
  background-image: url('../images/Nature_Rauch_besser.webp');
  background-position: 50%;
  background-size: cover;
}

.accordion_1_component {
  color: #000;
  border: .094rem #35323333;
  border-top: 0 #000;
  width: 100%;
  font-size: 85%;
  line-height: 1.2;
  overflow: hidden;
}

.sketch-top {
  z-index: auto;
  color: #000;
  text-align: center;
  width: 130%;
  max-width: none;
  height: auto;
  margin-top: 8%;
  margin-left: auto;
  margin-right: 0;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.sketch-top.text {
  width: 45rem;
  margin-top: 9%;
  margin-left: 0%;
  inset: 0% auto auto;
}

.sketch-top.text.sun {
  width: 52rem;
  margin-top: 0%;
}

.slide-nav {
  bottom: 1rem;
}

.accordion_1_toggle {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  cursor: pointer;
  border-top: 2px solid #000;
  border-bottom: 1px #000;
  justify-content: space-between;
  align-items: center;
  padding: .4em .2rem;
  font-size: 1em;
  list-style-position: outside;
  transition-property: border, background-color, color;
  transition-duration: .3s, .3s, .3s;
  transition-timing-function: ease, ease, ease;
  display: flex;
}

.accordion_1_toggle:hover {
  z-index: 1;
  color: #66ff40;
  border-top: 2px solid #66ff40;
  border-bottom-width: 2px;
  border-bottom-color: #66ff40;
  border-radius: 0;
  position: relative;
}

.download-text {
  padding: .15rem .2rem .05rem;
  font-size: 1em;
  line-height: 2.6rem;
}

.accordion-svg-icon {
  aspect-ratio: 1;
  width: 100%;
  margin-top: 0;
}

.svg-icon {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
}

.h2-sketch-box {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  height: 11vh;
  margin: 1.8rem auto;
  display: flex;
  position: relative;
}

.h2-sketch-box.text {
  width: 80%;
  height: 15rem;
  margin-top: 1.8rem;
  margin-bottom: 4.5rem;
}

.icon-arrow-right {
  color: #fff540;
  width: 70%;
  height: auto;
  margin-top: -55%;
  margin-left: 10%;
  position: absolute;
  top: 50%;
}

.icon-arrow-right.purple {
  color: #6522e0;
}

.list-item {
  text-align: left;
  width: 100%;
  margin-bottom: .2rem;
  padding-left: 1.2em;
  list-style-type: none;
}

.slide-33 {
  background-image: url('../images/Yoyou.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-32 {
  background-image: url('../images/Aufstriche.webp');
  background-position: 50%;
  background-size: cover;
}

.accordion-icon {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: .6em;
  display: flex;
}

.slide-31 {
  background-image: url('../images/Nature_Tofu.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-wrapper {
  z-index: 2;
  background-color: #fff;
  position: absolute;
}

.container-wrapper._4 {
  z-index: 4;
  padding-top: var(--padding-small-fix);
  position: relative;
}

.left {
  text-align: left;
  line-height: 1.5;
}

.heading-4 {
  text-underline-offset: .35em;
}

.code-embed {
  display: none;
}

.iframe {
  z-index: 100000;
  width: 60%;
  height: 100%;
  padding-top: var(--padding-xlarge-fix);
  padding-bottom: var(--padding-xlarge-fix);
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.iframe.show-hide {
  display: block;
}

.accordion_1_component-2 {
  color: #000;
  border: .094rem #35323333;
  border-top: 0 #000;
  width: 100%;
  height: 100%;
  font-size: 85%;
  line-height: 1.2;
  overflow: hidden;
}

.accordion_1_content-2 {
  border-top: 1px #0000;
  height: 100%;
  padding: .3em .15rem 2em;
  font-size: 1em;
  display: block;
  position: relative;
}

.accordion-content {
  font-size: 100%;
}

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

@media screen and (min-width: 1440px) {
  .col {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .slide-nav {
    bottom: 3rem;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2.6em;
  }

  h3 {
    font-size: 1.7em;
  }

  h4 {
    font-size: 1.5em;
  }

  .text-size-medium {
    width: 100%;
  }

  .container-small {
    padding-right: var(--padding-medium-fix);
    padding-left: var(--padding-medium-fix);
  }

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

  .padding-y-xlarge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .button {
    padding: var(--padding-small-em) var(--padding-large-em);
    font-size: 1.25em;
    line-height: 1;
  }

  .button.navigation-element {
    font-size: 6vh;
  }

  .button.text-block {
    line-height: .5;
  }

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

  .heading-h3 {
    text-underline-offset: .1em;
    font-size: 1.7em;
    text-decoration-thickness: .06em;
  }

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

  .container-large {
    max-width: none;
  }

  .hide-tablet {
    display: none;
  }

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

  .text-size-large {
    font-size: 2em;
  }

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

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

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

  .section {
    scroll-margin-top: 0;
  }

  .container-medium {
    padding-right: var(--padding-medium-fix);
    padding-left: var(--padding-medium-fix);
  }

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

  .navigation_list {
    margin-top: var(--padding-medium-em);
    padding-top: var(--padding-xlarge-fix);
    justify-content: flex-start;
    list-style-type: none;
  }

  .navigation {
    width: 100vw;
    height: 0;
  }

  .navigation.navigation-open {
    justify-content: flex-start;
  }

  .burger__wrapper {
    top: var(--padding-small-fix);
    right: var(--padding-small-fix);
  }

  .table3_column.is-width-large {
    min-width: 0;
    max-width: none;
  }

  .table3_column.is-header-column.is-width-large {
    max-width: none;
  }

  .table3_column.is-header-column.is-width-small.align-right {
    min-width: 0;
  }

  .table3_column.is-width-small {
    flex: 1;
    min-width: 0;
    max-width: 6.5em;
  }

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

  .table3_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .table3_item {
    min-width: 100%;
  }

  .slider--mobile {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .slider_mask--mobile {
    width: 66%;
  }

  .table3_header-row {
    width: 100%;
    min-width: 0;
  }

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

  .slider-arrow-icon_default {
    color: #fff;
  }

  .stats27_number {
    font-size: 4rem;
  }

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

  .slider-arrow.is-bottom-previous {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .testimonial24_slider--desktop {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

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

  .testimonial24_mask--desktop {
    width: 50%;
  }

  .team1_image {
    width: 82%;
  }

  .team1_list {
    grid-column-gap: 3%;
    grid-template-columns: 1fr 1fr;
  }

  .button-container.background-color-secondary {
    padding-right: var(--padding-medium-fix);
    padding-left: var(--padding-medium-fix);
  }

  .image-container {
    max-width: none;
    height: auto;
    padding: var(--padding-small-fix);
  }

  .topics-container {
    max-width: 592px;
  }

  .topics-title-wrapper, .text-block {
    font-size: 1em;
  }

  .spacer {
    height: 3.5em;
  }

  .body {
    height: 100%;
    font-size: 15px;
    line-height: 18px;
  }

  .feature {
    margin-bottom: var(--padding-xlarge-fix);
    grid-column-gap: 6em;
    grid-row-gap: 6em;
  }

  .navigation-open {
    width: 100vw;
    height: 0;
  }

  .div-block {
    aspect-ratio: 1;
    width: 35vw;
    height: 23vw;
  }

  .div-block.achtsamkeit {
    width: 50%;
  }

  .div-block.stress {
    width: 51%;
  }

  .div-block.andere {
    width: 35%;
  }

  .blob {
    aspect-ratio: auto;
    align-self: center;
    height: 100%;
  }

  .image-container--desktop, .image-container--mobile, .image-container--desktop-copy {
    max-width: none;
    height: 130svh;
    padding-top: var(--padding-small-fix);
    padding-right: var(--padding-small-fix);
    padding-left: var(--padding-small-fix);
  }

  .slider-2 {
    background-color: #e6e6e6;
    height: 75vh;
  }

  .slider-2.purple {
    background-color: #fff;
  }

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

  .section-angebot {
    flex-direction: column;
    min-height: 100vh;
  }

  .section-angebot.reverse {
    flex-direction: column-reverse;
  }

  .col {
    border: 1px #000;
    width: 100%;
    padding-bottom: 5.6rem;
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: hidden;
  }

  .col-sticky {
    width: 100%;
    position: static;
  }

  .slide-30 {
    background-repeat: no-repeat;
    background-size: contain;
  }

  .sketch-top.text.sun {
    width: 55rem;
    overflow: hidden;
  }

  .h2-sketch-box.text {
    height: 15rem;
    margin-top: .9rem;
  }

  .slide-33 {
    background-image: url('../images/_DSC5664.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-32 {
    background-image: url('../images/_DSC5578.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-31 {
    background-size: contain;
  }
}

@media screen and (max-width: 767px) {
  body {
    --padding-small\<deleted\|variable-f22fa8ea-e43d-9466-7938-39b95522d8a3\>: 40px;
    --padding-medium-fix: 3rem;
    --padding-small-em: .75em;
    --padding-medium-em: 1em;
    --padding-large-em: 1.75em;
    --padding-small-fix: 1.5rem;
    --padding-xlarge-fix: 4.5rem;
    --padding-y-fix\<deleted\|variable-960a35c5-2e61-cf64-2005-ec1b2d488acc\>: 4.15rem;
  }

  h3 {
    font-size: 1.7em;
    line-height: 1.5;
  }

  h4 {
    text-align: center;
    font-size: 1.7em;
  }

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

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

  .container-small {
    padding-right: var(--padding-medium-fix);
    padding-left: var(--padding-medium-fix);
  }

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

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

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

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

  .padding-y-xlarge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .button {
    padding: var(--padding-small-em) var(--padding-large-em);
    font-size: 1.3em;
  }

  .button.navigation-element {
    font-size: 5vh;
  }

  .button.text-block {
    line-height: .5;
  }

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

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

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

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

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

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

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

  .padding-y-medium {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

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

  .navigation_list {
    padding-top: var(--padding-xlarge-fix);
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: flex-start;
    margin-top: 0;
  }

  .navigation {
    height: 0;
  }

  .navigation.navigation-open {
    justify-content: flex-start;
  }

  .close__wrapper {
    z-index: 100;
  }

  .burger__wrapper {
    top: var(--padding-small-fix);
  }

  .footer {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-items: stretch;
    padding-bottom: 1.758rem;
  }

  .footer__text {
    font-size: 1em;
  }

  .footer__text.footer_logo {
    font-size: 2.3em;
  }

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

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

  .table3_component {
    grid-row-gap: 3rem;
  }

  .slider_slide {
    height: 100%;
    padding-right: var(--padding-small-fix);
    padding-bottom: var(--padding-small-fix);
    padding-left: var(--padding-small-fix);
    overflow: visible;
  }

  .slider--mobile {
    min-height: 55vw;
    padding-right: var(--padding-small-fix);
    padding-bottom: var(--padding-small-fix);
    padding-left: var(--padding-small-fix);
  }

  .slider_mask--mobile {
    width: 100%;
    height: 100%;
  }

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

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

  .slider-arrow-icon_default {
    color: #000;
    width: 80%;
  }

  .stats27_number {
    font-size: 2.75rem;
  }

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

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

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

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

  .testimonial24_mask--desktop {
    width: 85%;
  }

  .slider, .slider.feature {
    display: block;
  }

  .team1_image {
    text-align: center;
    width: 75%;
  }

  .team1_image-wrapper {
    text-align: center;
    align-self: auto;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .team1_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    display: none;
  }

  .team1_item {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .image--small {
    width: 60%;
    height: auto;
    margin-right: 0;
  }

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

  .image--portrait {
    width: auto;
    height: 93vh;
  }

  .image-portrair-wrapper {
    width: auto;
  }

  .image-container {
    height: auto;
  }

  .image-container.desktop {
    display: none;
  }

  .image-container.mobile {
    display: flex;
  }

  .topics-container {
    width: 100%;
    height: 100%;
    padding-top: var(--padding-small-fix);
  }

  .animation.regulation {
    display: none;
  }

  .button-container-text {
    max-width: 100%;
  }

  .image--tiny {
    width: 57%;
    margin-right: 0%;
  }

  .image--portrait-small {
    width: 55%;
  }

  .image--large {
    width: 90%;
  }

  .body {
    font-size: 14px;
    line-height: 19px;
  }

  .font-feature {
    line-height: 2;
  }

  .feature {
    display: none;
  }

  .navigation-open {
    height: 0;
  }

  .div-block {
    width: 32vw;
    height: 32vw;
    margin-top: var(--padding-xlarge-fix);
    justify-content: center;
    align-items: center;
  }

  .div-block.achtsamkeit, .div-block.stress {
    width: 66%;
  }

  .div-block.andere {
    width: 66%;
    margin-left: 1.5em;
    margin-right: 1.5em;
  }

  .blob {
    filter: blur(5px);
    width: 90%;
    height: 90%;
  }

  .heading {
    font-size: 1.5em;
  }

  .heading-2, .heading-3 {
    line-height: 1.5;
  }

  .image-container--desktop, .image-container--desktop.desktop {
    display: none;
  }

  .image-container--desktop.mobile {
    display: flex;
  }

  .image-container--mobile, .image-container--mobile.desktop {
    display: none;
  }

  .image-container--mobile.mobile {
    display: flex;
  }

  .image-container--desktop-copy, .image-container--desktop-copy.desktop {
    display: none;
  }

  .image-container--desktop-copy.mobile {
    display: flex;
  }

  .slider-2 {
    height: 100vh;
  }

  .slider-2.purple {
    background-color: #fff;
  }

  .text-low {
    font-size: 285%;
  }

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

  .section-angebot.reverse {
    width: 100%;
    overflow: hidden;
  }

  .download-block {
    margin-bottom: 4.2rem;
    font-size: 85%;
  }

  .col {
    border: 1px #000;
    padding-bottom: 2.8rem;
  }

  .sketch-top.text {
    width: 35rem;
  }

  .sketch-top.text.sun {
    width: 37rem;
  }

  .slide-nav {
    bottom: 0;
  }

  .h2-sketch-box {
    height: 3rem;
    margin-top: .45rem;
    margin-bottom: .45rem;
  }

  .h2-sketch-box.text {
    height: 9rem;
    margin-bottom: 2.25rem;
  }

  .image {
    z-index: 1;
    width: 100%;
  }

  .image.regulation {
    width: 83%;
    position: relative;
  }

  .image.selbst {
    width: 101%;
  }

  .image.andere {
    width: 75%;
  }

  .image.stress {
    width: 109%;
    transform: translate(0, -15%);
  }

  .image.achtsamkeit {
    width: 104%;
    transform: scale(1.1);
  }
}

@media screen and (max-width: 479px) {
  body {
    --padding-small\<deleted\|variable-f22fa8ea-e43d-9466-7938-39b95522d8a3\>: 40px;
    --padding-medium-fix: 2rem;
    --padding-small-em: .75em;
    --padding-medium-em: 1em;
    --padding-large-em: 1.75em;
    --padding-small-fix: 1rem;
    --padding-xlarge-fix: 3.5rem;
    --padding-y-fix\<deleted\|variable-960a35c5-2e61-cf64-2005-ec1b2d488acc\>: 4.15rem;
  }

  h3 {
    font-size: 1.4em;
  }

  h4 {
    font-size: 1.7em;
  }

  .icon-1x1-medium {
    font-size: 1em;
  }

  .button {
    padding: var(--padding-small-em) var(--padding-large-em);
    font-size: 1.3em;
    line-height: 1.1;
  }

  .button.navigation-element {
    font-size: 7vh;
  }

  .button.text-block {
    font-size: 1.55em;
    line-height: .5;
  }

  .heading-h3 {
    line-height: 1.1;
  }

  .container-medium {
    padding-right: var(--padding-small-fix);
    padding-left: var(--padding-small-fix);
  }

  .navigation_list {
    grid-column-gap: .35em;
    grid-row-gap: .35em;
    align-items: stretch;
  }

  .navigation {
    z-index: 1000;
    height: 0;
  }

  .navigation.navigation-open {
    justify-content: flex-start;
  }

  .footer {
    flex-flow: column;
  }

  .table3_column.is-width-large {
    flex: none;
    width: 100%;
    min-width: 0%;
    max-width: none;
    padding-bottom: 0;
  }

  .table3_column.is-width-small {
    flex: none;
    width: 33%;
    max-width: none;
    padding-top: 0;
  }

  .table3_column.is-width-small.align-right {
    width: 40%;
  }

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

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

  .stats_slide {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .table3_item {
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .slider_slide {
    padding-right: 0;
    padding-bottom: var(--padding-medium-fix);
    padding-left: 0;
  }

  .slider--mobile {
    min-height: 80svh;
    padding-right: var(--padding-small-fix);
    padding-left: var(--padding-small-fix);
  }

  .slider--mobile.short {
    min-height: 80vw;
  }

  .slider_mask--mobile {
    width: 100%;
  }

  .table3_header-row {
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: flex-start;
  }

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

  .slider-arrow-icon_default {
    color: #000;
    width: 60%;
  }

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

  .testimonial24_mask--desktop {
    width: 95%;
  }

  .team1_image {
    width: 85%;
  }

  .team1_list-wrapper {
    display: block;
  }

  .team1_image-wrapper {
    opacity: 1;
  }

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

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

  .image--small {
    width: 73%;
    height: auto;
    margin-right: var(--padding-small-fix);
  }

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

  .image--portrait {
    width: 60%;
    height: auto;
  }

  .image-portrair-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .topics-container {
    padding-right: var(--padding-small-em);
    padding-left: var(--padding-small-em);
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .topics-content {
    width: 90%;
  }

  .text-block {
    font-size: .8em;
  }

  .section-title {
    padding-top: var(--padding-xlarge-fix);
  }

  .body {
    font-size: 14px;
    line-height: 19px;
  }

  .navigation-open {
    z-index: 1000;
    height: 0;
  }

  .div-block {
    width: 52vw;
    height: 52vw;
    margin-top: var(--padding-small-fix);
    justify-content: center;
    align-items: anchor-center;
  }

  .blob {
    filter: blur(5px);
    align-self: center;
    width: 90%;
    height: 90%;
  }

  .slider-2 {
    height: 55vh;
  }

  .text-low {
    font-size: 318%;
  }

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

  .section-angebot {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-bottom: 0;
    display: block;
  }

  .section-angebot.reverse {
    display: flex;
  }

  .icon-arrow-left {
    width: 70%;
    left: .9rem;
    right: auto;
  }

  .download-block {
    margin-top: 1.3rem;
    margin-bottom: 4.2rem;
    font-size: 100%;
  }

  .col {
    padding-bottom: 2.8rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .accordion_1_component {
    font-size: 115%;
  }

  .sketch-top.text {
    width: 25rem;
    margin-left: auto;
    margin-right: 0;
    right: -2rem;
  }

  .sketch-top.text.sun {
    width: 25rem;
    margin-top: -2%;
    margin-right: auto;
    right: auto;
  }

  .slide-nav {
    height: 3vh;
    font-size: .6rem;
    line-height: 1;
    bottom: .45rem;
  }

  .download-text {
    font-size: 115%;
    line-height: 1.2;
  }

  .h2-sketch-box {
    justify-content: center;
    height: 3rem;
    margin-top: .9rem;
    margin-bottom: .9rem;
  }

  .h2-sketch-box.text {
    height: 7rem;
    margin-bottom: 1.4rem;
  }

  .icon-arrow-right {
    width: 70%;
    right: .9rem;
  }

  .accordion_1_component-2 {
    font-size: 115%;
  }
}

#w-node-_398b6206-d157-fa41-f33a-0b03f72bd357-85f64faa, #w-node-_398b6206-d157-fa41-f33a-0b03f72bd39d-85f64faa, #w-node-_398b6206-d157-fa41-f33a-0b03f72bd3cb-85f64faa, #w-node-_398b6206-d157-fa41-f33a-0b03f72bd3e3-85f64faa, #w-node-_398b6206-d157-fa41-f33a-0b03f72bd401-85f64faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1091ca5d-4728-652b-ba94-58ddfe615b18-fe615b14 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: end center;
}

#w-node-_1091ca5d-4728-652b-ba94-58ddfe615b1e-fe615b14 {
  justify-self: end;
}

#w-node-_1091ca5d-4728-652b-ba94-58ddfe615b2c-fe615b14 {
  place-self: end;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd60e6-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd60e7-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd60eb-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd60ec-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd60f0-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd60f1-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd60f5-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd60f6-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd60fa-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd60fb-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd60ff-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6100-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd610a-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd610b-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd610f-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6110-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6114-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6115-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6119-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd611a-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd611e-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd611f-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6123-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6124-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd612e-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd612f-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6133-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6134-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6138-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6139-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd613d-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd613e-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6147-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6148-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6151-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6152-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6164-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6165-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6169-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd616a-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd616e-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd616f-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6173-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6174-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6178-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6179-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6183-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6184-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6188-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6189-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd618d-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd618e-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6192-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6193-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd619e-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd619f-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd61a3-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd61a4-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd61a8-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd61a9-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd61ad-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd61ae-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd61b2-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd61b3-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd61b7-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd61b8-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd61bc-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd61bd-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd61c1-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd61c2-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd61c6-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd61c7-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd61cb-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd61cc-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd61d0-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd61d1-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd61db-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd61dc-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd61e0-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd61e1-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd61e5-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd61e6-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd61ed-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd61ee-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6221-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6224-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6225-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6228-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6229-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd622c-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6230-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6231-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6234-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6235-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6238-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd623f-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6240-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6245-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6246-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd624a-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd624b-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd624f-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6250-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6254-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6255-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6259-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd625a-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6263-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6266-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6267-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6269-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd626a-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd626c-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd626d-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd626f-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6270-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6272-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6273-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6275-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6276-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6278-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6279-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd627b-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd627c-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd627e-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd627f-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6281-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6282-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6284-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6285-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6287-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6288-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6291-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6292-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6293-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6295-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6298-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6299-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd629a-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd629e-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd62a1-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd62a2-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd62a3-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd62a7-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd62ab-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd62ac-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd62b2-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd62b5-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd62b6-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd62b7-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd62bb-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd62be-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd62bf-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd62c0-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd62c6-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd62ca-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd62cb-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd62cf-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd62d2-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd62d7-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd62d8-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd62d9-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd62dd-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd62e0-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd62e1-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd62e2-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd62e8-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd62eb-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd62ec-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd62ed-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd62f3-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd62f6-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd62f7-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd62f8-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6300-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6303-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6304-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6305-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6311-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6312-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6313-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6317-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd631c-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd631d-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd631e-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6324-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6329-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd632a-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd632b-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6331-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6336-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6337-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6338-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6340-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6346-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6347-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd634d-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6352-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6353-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6354-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6358-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd635b-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd635c-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd635d-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6363-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6366-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6367-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6368-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd636e-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6371-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6372-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6373-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd637b-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd637e-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd637f-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6380-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6386-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6389-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd638a-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd638b-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6393-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6397-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6398-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd639e-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd63ab-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd63af-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd63b3-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd63b6-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd63b7-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd63ba-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd63c3-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd63c6-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd63c7-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd63cb-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd63ce-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd63d6-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd63d9-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd63da-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd63de-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd63e1-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd63e6-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd63e9-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd63ea-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd63ed-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6436-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd643a-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd643b-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd643d-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd643f-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6440-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6442-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6444-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6445-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6449-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd644a-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd644c-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd644e-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd644f-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6451-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6453-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6454-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6456-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6458-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6459-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd645b-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd645d-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd645f-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6461-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6463-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6464-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6466-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6468-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd646a-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd646c-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd646e-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd646f-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6471-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6473-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6475-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6477-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6479-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd647a-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd647c-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd647e-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6480-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6482-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6484-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6485-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6487-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6488-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd648a-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd648b-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd648d-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd648e-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6490-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6491-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6493-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6494-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6496-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6497-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6499-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd649a-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd649c-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd649d-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd649f-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd64a0-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd64a2-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd64a3-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd64a5-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd64a8-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd64a9-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd64ab-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd64af-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd64b0-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd64b9-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd64bd-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd64be-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd64c0-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd64c2-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd64c3-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd64c5-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd64c7-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd64c8-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd64ca-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd64cc-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd64cd-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd64cf-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd64da-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd64db-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd64dc-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd64dd-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd64df-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd64e2-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd64e6-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd64e7-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd64e8-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd64f1-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd64f2-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd64f3-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd64fc-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd64fd-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd64fe-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd64ff-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6505-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6506-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6507-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6508-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd650a-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd650e-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd650f-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6510-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6511-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6513-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd651c-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6523-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6524-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6525-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6526-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6528-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd652b-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd652f-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6530-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6531-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd653a-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd653b-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd653c-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6545-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6546-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6547-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6548-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd654e-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd654f-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6550-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6551-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6553-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6557-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6558-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6559-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd655a-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd655c-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6569-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd656d-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd656e-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6572-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd6574-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6575-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6579-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd657b-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd657c-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6580-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6581-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6585-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6586-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd658a-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd658b-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd658f-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6590-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6594-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6595-b6057dcc {
  justify-self: start;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd6599-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd659b-b6057dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a8bb46-dded-dd17-8d86-414630bd659c-b6057dcc, #w-node-_89a8bb46-dded-dd17-8d86-414630bd659e-b6057dcc {
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-_1091ca5d-4728-652b-ba94-58ddfe615b15-fe615b14 {
    order: 1;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1091ca5d-4728-652b-ba94-58ddfe615b18-fe615b14 {
    order: 5;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto end;
  }

  #w-node-_1091ca5d-4728-652b-ba94-58ddfe615b1e-fe615b14 {
    order: 3;
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: auto;
  }

  #w-node-_1091ca5d-4728-652b-ba94-58ddfe615b21-fe615b14 {
    order: 2;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1091ca5d-4728-652b-ba94-58ddfe615b2c-fe615b14 {
    order: 4;
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1091ca5d-4728-652b-ba94-58ddfe615b15-fe615b14 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1091ca5d-4728-652b-ba94-58ddfe615b18-fe615b14 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1091ca5d-4728-652b-ba94-58ddfe615b1e-fe615b14 {
    order: 9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1091ca5d-4728-652b-ba94-58ddfe615b21-fe615b14 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1091ca5d-4728-652b-ba94-58ddfe615b2c-fe615b14 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Everett Jana Web';
  src: url('../fonts/Everett_Jana-Regular-web.woff2') format('woff2'), url('../fonts/Everett_Jana-Regular-web.woff') format('woff'), url('../fonts/Everett_Jana-Regular-web.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Twkeverett';
  src: url('../fonts/TWKEverett-Medium.woff2') format('woff2'), url('../fonts/TWKEverett-Medium.woff') format('woff'), url('../fonts/TWKEverett-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Twkeverett';
  src: url('../fonts/TWKEverett-LightItalic.woff2') format('woff2'), url('../fonts/TWKEverett-LightItalic.woff') format('woff'), url('../fonts/TWKEverett-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Twkeverett';
  src: url('../fonts/TWKEverett-Light.woff2') format('woff2'), url('../fonts/TWKEverett-Light.woff') format('woff'), url('../fonts/TWKEverett-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}